* {
	margin: 0px;
	padding: 0px;
}

/* CSS 滚动条样式 STAR */
::-moz-selection {
  background: #007aff;
  color: white;
  text-shadow: none; }

::selection {
  background: #007aff;
  color: white;
  text-shadow: none; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

::-webkit-scrollbar-track {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.05); }
/* CSS 滚动条样式 END */

body {
	font-size: 13px;
	background-color: #fff;
	font-family: 'Microsoft YaHei', Arial;
}

body, button, input, select, textarea { /* for ie */
	font: 13px/1 Tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif, Arial, Helvetica, "\5b8b\4f53";
	/*font: 12px/1 "微软雅黑",Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

ul, li {
	list-style: none;
} /* 重置列表元素 */
a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a:visited {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a {
    cursor: pointer;
}

img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
	font-size: 100%;
} /* 使得表单元素在 ie 下能继承字体大小 */ /* 注：optgroup 无法扶正 */
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* 重置表格元素 */
body {
	min-width: 1000px;
}

.greyline {
    height: 1px;
    background-color: #dddddd;
    margin: 20px 0 0 66px;
    width: 228px;
}

.blueline {
    height: 2px;
    background-color: #2161b3;
}

.g_glear {
	clear: both;
}

.g_w1 {
	width: 1018px;
	margin: 0 auto;
	position: relative;
	overflow:visible;
	margin-top: 0;
	clear:both;
}
#login-captcha {
	width: 50%;
	float: right;
}
/* 顶部工具条 */
.top {
	height: 38px;
	background-color: #6595ba;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	overflow: visible;
}

.top .time_box {
	float: left;
	color: #fff;
	height: 38px;
	line-height: 40px;
}

.top .time_box span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.top .time_box span.date {
	margin-right: 5px;
}

.top .time_box span.lan {
	margin-left: 5px;
	height: 40px;
	width: 28px;
	cursor: pointer;
}

.top .time_box span.lan_cn {
	background: #333 url(../../images/cash/index/lan/lan_cn.png) no-repeat;
}

.top .oper_box {
	float: right
}

.top .oper_box table {
	margin-top: 5px;
}

.top .oper_box table tr {
	
}

.top .oper_box table tr td {
	height: 30px;
}

.top .oper_box table tr td.inp {
	width: 166px;
	background: url(../../images/cash/index/common.html) no-repeat 0px 0px;
	padding: 0px;
}

.top .oper_box table tr td.inp .input {
	width: 100px;
	float: left;
	height: 23px;
	line-height: 23px;
	margin-left: 2px;
	border-width: 0px;
	display: inline-block;
}

.top .oper_box table tr td.inp span {
	width: 50px;
	height: 27px;
	margin-left: 10px;
	float: left;
	display: inline-block;
	cursor: pointer;
	background: url(../../../images/cash/cash/index/common.html) no-repeat -0px -36px;
}

.top .oper_box table tr td.inp span:hover {
	
}

.top .oper_box table tr td.oper {
	width: 280px;
}

.top .oper_box table tr td.oper span {
	width: 60px;
	height: 30px;
	margin-left: 5px;
	float: left;
	display: inline-block;
	cursor: pointer;
	background: url(../../../images/cash/cash/index/common.html) no-repeat -10000px -10000px;
}

.top .oper_box table tr td.oper span.btn_login {
	background-position: -0px -96px;
}

.top .oper_box table tr td.oper span.btn_register {
	background-position: -0px -168px;
}

.top .oper_box table tr td.oper span.btn_onliner {
	background-position: -0px -242px;
	width: 90px;
}

/* 广告图片 */
.banner {
	background-size: cover;
	height: 419px;
	width: 100%;
}


/*top menu */

.topmenu {
	height: 80px;
	width: 100%;
	background-color: #2161b3;
}

.logo {
	float:left;
	margin-top: 12px;
}

.menulinks {
	float: right;
	margin-top: 20px;	
	margin-right: -17px;
}

.sublinks {
	float: left;
	width: 93px;
	padding: 8px 0 8px 0;
	text-align: center;
	color: #fff;
	text-decoration: none!important;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	margin-right: 3px;
	font-size: 15px;
	margin-top: 5px;
	text-shadow: 0px -1px 0 rgba(0,0,0,0.3);
}

.menuactive {
	color: #2161b3!important;
	background-color: #fff!important;
}

.sublinks:hover {
	float: left;
	width: 93px;
	text-align: center;
	color: #2161b3;
	background-color: #fff;
}

/*  prize info */

.prizeinfo {
	height: 340px;
	width: 100%;
	background-color: #2161b3;
}

.prizeinfo1 {
	height: 41px;
	width: 100%;
	background-color: #2161b3;
}

.prizeinfo .col1,.prizeinfo1 .col1 {
	width: 490px;
	float: left;
	height: auto;
}

.prizeinfo .col2,.prizeinfo1 .col2 {
	width: 490px;
	float: right;
	height: auto;
}

.col_header1 {
	height: 40px;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#164379+0,164379+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(22,67,121,0) 0%, rgba(22,67,121,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(22,67,121,0) 0%,rgba(22,67,121,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(22,67,121,0) 0%,rgba(22,67,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00164379', endColorstr='#164379',GradientType=1 ); /* IE6-9 */

		
}

.col_header2 {
	height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#164379+0,164379+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(22,67,121,1) 0%, rgba(22,67,121,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(22,67,121,1) 0%,rgba(22,67,121,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(22,67,121,1) 0%,rgba(22,67,121,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#164379', endColorstr='#00164379',GradientType=1 ); /* IE6-9 */


}

.btncontainer{
	overflow:visible;
	height: 0px;
	position:relative;
	border-top: 0px solid #2161b3;
}

.btnclose {
	width: 104px;
	height: 104px;
	left: 446px;
	top: -38px;
	background-image: url(../../images/cash/btn_arrowdown.png);
	background-position: 0 0;
	z-index: 9;
	position: absolute;
	cursor: pointer;
}

.btnclose1 {
	width: 104px;
	height: 104px;
	left: 446px;
	top: -38px;
	background-image: url(../../images/cash/btn_arrowdown1.png);
	background-position: 0 0;
	z-index: 9;
	position: absolute;
}


.iconchat1 {
	float: left;
	margin: 6px 0 0 0;
}

.iconchat2 {
	float: left;
	margin: 6px 0 0 60px;
}

.coltxt {
	float: left;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 390px;
    overflow: hidden;
}

#ticker1 li, #ticker2 li {
	margin-top: 12px;
	height: 40px;
}



.col_subhead {
	width: 490px;
    height: 44px;
    position: relative;
    margin-top: 40px;
    background: url(../../images/cash/col_subhead_bg.png) no-repeat;
    overflow: visible;
}

.col_subhead2 {
    width: 490px;
    height: 44px;
    position: relative;
    margin-top: 40px;
    background: url(../../images/cash/col_subhead_bg2.png) no-repeat;
    overflow: visible;
}

.col_icon1 {
	position: absolute;
	top: -30px;
	left: 15px;
}

.col_icon2 {
	position: absolute;
	top: -30px;
	right: 15px;
}

.col_headtxt1 {
	position: absolute;
    top: 9px;
    left: 77px;
}

.col_headtxt2 {
	position: absolute;
    top: 9px;
    left: 311px;
}

.col_img {
	width: 460px;
    height: 163px;
    padding: 15px;
    margin-top: 0px;
    background: url(../../images/cash/col_img_bg.png) no-repeat;
}

.col_img2 {
    width: 460px;
    height: 163px;
    padding: 15px;
    margin-top: 0px;
    background: url(../../images/cash/col_img_bg2.png) no-repeat;
}

.prizecontainer .col1 {
	float: left;
	width: 144px;
	height: auto;
	text-align: center;
}

.prizecontainer .col1 p {
	font-size: 13px;
	color: #646464;
	padding-top: 1px;
}

.divider2 {
	float: left;
	width: 13px;
	height: 154px;
	background-image:url(../../images/cash/divider2.jpg);
}

.prizecontainer2 .col1 {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
}

.prizecontainer2 .col2 {
	float: left;
	width: 275px;
    height: 165px;
	text-align: left;
}

.prizecontainer2 .col2 h1{
	margin: 20px 0 8px 0;
	color: #ff9900;
	font-size: 36px;	
}

.prizecontainer2 .col2 h2{
	color: #2161b3;
	font-size: 23px;
	margin-bottom: 8px;	
}

.prizecontainer2 .col2 p{
	color: #999;
	font-size: 14px;
	font-weight: bold;
}





/*    gamelist  */

.gamelist {
	margin-top: 55px;
	height: 180px;
	border-bottom: 2px solid #2161b3;
	
}

.gameitms {
	text-align: center;
	justify-content: center;
}

.gameitms > a {
	width: 130px;
	height: 130px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1px solid #eeeeee;
	border-radius: 50%;
}

.gameitms > a.icon-PK10JSC {
	background-image: url(../../images/cash/lottery-icons/PK10JSC.svg);
}
.gameitms > a.icon-PK10JSC:hover {
	background-image: url(../../images/cash/lottery-icons/PK10JSC_hover.svg);
}

.gameitms > a.icon-LUCKYSB {
	background-image: url(../../images/cash/lottery-icons/LUCKYSB.svg);
}

.gameitms > a.icon-LUCKYSB:hover {
	background-image: url(../../images/cash/lottery-icons/LUCKYSB_hover.svg);
}

.gameitms > a.icon-SGFT {
	background-image: url(../../images/cash/lottery-icons/SGFT.svg);
}

.gameitms > a.icon-SGFT:hover {
	background-image: url(../../images/cash/lottery-icons/SGFT_hover.svg);
}

.gameitms > a.icon-XYFT {
	background-image: url(../../images/cash/lottery-icons/XYFT.svg);
}

.gameitms > a.icon-XYFT:hover {
	background-image: url(../../images/cash/lottery-icons/XYFT_hover.svg);
}

.gameitms > a.icon-XYSSC {
	background-image: url(../../images/cash/lottery-icons/XYSSC.svg);
}

.gameitms > a.icon-XYSSC:hover {
	background-image: url(../../images/cash/lottery-icons/XYSSC_hover.svg);
}

.gameitms > a.icon-AULUCKY10 {
	background-image: url(../../images/cash/lottery-icons/AULUCKY10.svg);
}

.gameitms > a.icon-AULUCKY10:hover {
	background-image: url(../../images/cash/lottery-icons/AULUCKY10_hover.svg);
}

.gameitms > a.icon-AULUCKY20 {
	background-image: url(../../images/cash/lottery-icons/AULUCKY20.svg);
}

.gameitms > a.icon-AULUCKY20:hover {
	background-image: url(../../images/cash/lottery-icons/AULUCKY20_hover.svg);
}

.gameitms > a.icon-AULUCKY5 {
	background-image: url(../../images/cash/lottery-icons/AULUCKY5.svg);
}

.gameitms > a.icon-AULUCKY5:hover {
	background-image: url(../../images/cash/lottery-icons/AULUCKY5_hover.svg);
}

.gameitms > a.icon-AULUCKY8 {
	background-image: url(../../images/cash/lottery-icons/AULUCKY8.svg);
}

.gameitms > a.icon-AULUCKY8:hover {
	background-image: url(../../images/cash/lottery-icons/AULUCKY8_hover.svg);
}

.gameitms > a.icon-AUPCEGG {
	background-image: url(../../images/cash/lottery-icons/AUPCEGG.svg);
}

.gameitms > a.icon-AUPCEGG:hover {
	background-image: url(../../images/cash/lottery-icons/AUPCEGG_hover.svg);
}

.gameitms > a.icon-11X5JSC {
	background-image: url(../../images/cash/lottery-icons/11X5JSC.svg);
}

.gameitms > a.icon-11X5JSC:hover {
	background-image: url(../../images/cash/lottery-icons/11X5JSC_hover.svg);
}

.gameitms > a.icon-HK6JSC {
	background-image: url(../../images/cash/lottery-icons/HK6JSC.svg);
}

.gameitms > a.icon-HK6JSC:hover {
	background-image: url(../../images/cash/lottery-icons/HK6JSC_hover.svg);
}

.gameitms > a.icon-K3JSC {
	background-image: url(../../images/cash/lottery-icons/K3JSC.svg);
}

.gameitms > a.icon-K3JSC:hover {
	background-image: url(../../images/cash/lottery-icons/K3JSC_hover.svg);
}

.gameitms > a.icon-KL8JSC {
	background-image: url(../../images/cash/lottery-icons/KL8JSC.svg);
}

.gameitms > a.icon-KL8JSC:hover {
	background-image: url(../../images/cash/lottery-icons/KL8JSC_hover.svg);
}

.gameitms > a.icon-KLSFJSC {
	background-image: url(../../images/cash/lottery-icons/KLSFJSC.svg);
}

.gameitms > a.icon-KLSFJSC:hover {
	background-image: url(../../images/cash/lottery-icons/KLSFJSC_hover.svg);
}

.gameitms > a.icon-SSCJSC {
	background-image: url(../../images/cash/lottery-icons/SSCJSC.svg);
}

.gameitms > a.icon-SSCJSC:hover {
	background-image: url(../../images/cash/lottery-icons/SSCJSC_hover.svg);
}

.gameitms > a.icon-PK10JSCNN {
	background-image: url(../../images/cash/lottery-icons/PK10JSCNN.svg);
}

.gameitms > a.icon-PK10JSCNN:hover {
	background-image: url(../../images/cash/lottery-icons/PK10JSCNN_hover.svg);
}

.gameitms > a.icon-FTJSC {
	background-image: url(../../images/cash/lottery-icons/FTJSC.svg);
}

.gameitms > a.icon-FTJSC:hover {
	background-image: url(../../images/cash/lottery-icons/FTJSC_hover.svg);
}

.gameitms > a.icon-BJPK10BJL {
	background-image: url(../../images/cash/lottery-icons/BJPK10BJL.svg);
}

.gameitms > a.icon-BJPK10BJL:hover {
	background-image: url(../../images/cash/lottery-icons/BJPK10BJL_hover.svg);
}

.gameitms > a.icon-PCEGGJSC {
	background-image: url(../../images/cash/lottery-icons/PCEGGJSC.svg);
}

.gameitms > a.icon-PCEGGJSC:hover {
	background-image: url(../../images/cash/lottery-icons/PCEGGJSC_hover.svg);
}

.gameitms > a.icon-SG11X5 {
	background-image: url(../../images/cash/lottery-icons/SG11X5.svg);
}

.gameitms > a.icon-SG11X5:hover {
	background-image: url(../../images/cash/lottery-icons/SG11X5_hover.svg);
}

.gameitms > a.icon-SGK3 {
	background-image: url(../../images/cash/lottery-icons/SGK3.svg);
}

.gameitms > a.icon-SGK3:hover {
	background-image: url(../../images/cash/lottery-icons/SGK3_hover.svg);
}

.gameitms > a.icon-SGKL8 {
	background-image: url(../../images/cash/lottery-icons/SGKL8.svg);
}

.gameitms > a.icon-SGKL8:hover {
	background-image: url(../../images/cash/lottery-icons/SGKL8_hover.svg);
}

.gameitms > a.icon-SGKLSF {
	background-image: url(../../images/cash/lottery-icons/SGKLSF.svg);
}

.gameitms > a.icon-SGKLSF:hover {
	background-image: url(../../images/cash/lottery-icons/SGKLSF_hover.svg);
}

.gameitms > a.icon-SGSSC {
	background-image: url(../../images/cash/lottery-icons/SGSSC.svg);
}

.gameitms > a.icon-SGSSC:hover {
	background-image: url(../../images/cash/lottery-icons/SGSSC_hover.svg);
}

.gameitms > a.icon-F3D {
	background-image: url(../../images/cash/lottery-icons/F3D.svg);
}

.gameitms > a.icon-F3D:hover {
	background-image: url(../../images/cash/lottery-icons/F3D_hover.svg);
}

.gameitms > a.icon-PL3 {
	background-image: url(../../images/cash/lottery-icons/PL3.svg);
}

.gameitms > a.icon-PL3:hover {
	background-image: url(../../images/cash/lottery-icons/PL3_hover.svg);
}

.gameitms > a.icon-PL5 {
	background-image: url(../../images/cash/lottery-icons/PL5.svg);
}

.gameitms > a.icon-PL5:hover {
	background-image: url(../../images/cash/lottery-icons/PL5_hover.svg);
}

.gameitms > a.icon-FKL8 {
	background-image: url(../../images/cash/lottery-icons/FKL8.svg);
}

.gameitms > a.icon-FKL8:hover {
	background-image: url(../../images/cash/lottery-icons/FKL8_hover.svg);
}

.gameitms > a.icon-HK6 {
	background-image: url(../../images/cash/lottery-icons/HK6.svg);
}

.gameitms > a.icon-HK6:hover {
	background-image: url(../../images/cash/lottery-icons/HK6_hover.svg);
}

.gameitms > a.icon-TWDLT {
	background-image: url(../../images/cash/lottery-icons/TWDLT.svg);
}

.gameitms > a.icon-TWDLT:hover {
	background-image: url(../../images/cash/lottery-icons/TWDLT_hover.svg);
}


/*product specs */

.prodcontainer {
	height: 445px;
}

.prodcontainer2 {
    height: 440px!important;
}

.prodcontainer .col1, .prodcontainer .col2, .prodcontainer .col3 {
	width: 	320px;
	float: left;
}

.divider {
	float:left;
	width: 20px;
	height: 445px;	
	background-image: url(../../images/cash/divider.jpg);
}

.spechd {
	margin-top: 45px;
}

.specicon {
	float: left;
}

.specicon2 {
	float: left;
	margin-left: 8px;
}

.spectxt {
	float: left;
	margin-left: 10px;
	width: 225px;
}

.spectxt h1 {
	font-size: 	25px;
	font-weight: normal;
	color: #2161b3;
	margin-top: 7px;
	margin-bottom: 0;
}

.spectxt h2 {
    font-size: 18px;
    font-weight: bold;
    color: #2161b3;
    margin-bottom: 0;
    line-height: 22px;
    margin-left: 5px;
}

.orange {
    color: #ff9900;
}

.textbig {
    font-size: 24px;
    font-weight: bold;
}

.spectxt p {
	font-size: 	14px;
	font-weight: normal;
	color: #2161b3;
	margin-top: 5px;
	color: #999;
}

.specdetail {
	margin-left: 56px;
	margin-top: 34px;	
}

.specdetail2 {
	margin-left: 66px;
	margin-top: 20px;
	padding-right: 15px;	
	width: 250px;
}

.specdetail2 .col1 {
	width: 70px;
	float: left;	
}

.specdetail2 .col2, .specdetail2 .col3 {
	width: 85px;
	float: left;	
}

.specdetail2 a {
		color: #666666;
		text-decoration: none;
		line-height: 20px;
		width: 100%;
}

.specleft {
	width: 83px;
	float: left;	
}

.specleft2 {
	float: left;	
}

.specright{
	float: left;
}

.number1 {
	font-family: 'Helvetica Neue LT';
	float: left;
	font-size: 50px;
	line-height: 43px;
	color: #2161b3;
	font-style:italic;
	overflow: visible;
}

.number1txt {
	float: left;
	margin-top: 28px;
	margin-left:5px;
	font-size: 14px;
	color: #666;
}

.stats1 {
	width: 200px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	overflow: hidden;
	position: relative;
	background-color: #ccc;
}

.stats2 {
	width: 200px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	position: absolute;
	right: 200px;
	top: 0;
	background-color: #2161b3;
}

.specdetail h1, .specdetail2 h1 {
	margin: 0;
	font-size: 18px;
	color: #555;

}

.specdetail p, .specdetail2 p  {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.specgraph {
	margin-left: 56px;
	margin-top: 6px;
}

/* footer */
.footerindex {
	border-top: 2px solid #2161b3;
	height: 145px;
	background-color: #fff;
	/* margin-top:20px; */
}

.footernavi {
	margin-top: 25px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.browser {
	position: absolute;
	top: 46px;
	left: 130px;
}

.footerlogo {
	position: absolute;
	top: 40px;
	left: 475px;
}

.footertxt {
	position: absolute;
	top: 53px;
	left: 710px;
	line-height: 18px;
	color: #666;
	font-size: 14px;
}
	
.socialnavi {
	position: fixed;
	right: 10px;
	top: 250px;
	overflow: visible;
	z-index: 10;
}

.qq, .wechat, .phone, .livechat, .chatroom, .download, .phoneback, .download-mac , .download-windows, .morse, .service-app {
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;	
	height: 50px;
	width: 50px;
	margin-bottom: 3px;
	cursor: pointer;
}

.image-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-app {
	background: url(../../images/cash/support_app_icon.png) center / 102% 102%;
	background-color: #E9E9E9;
}

.service-app:hover {
	border: 3px solid #7ddfff;
	height: 44px;
	width: 44px;
}

.service-app-url {
	position: absolute;
	top: 0px;
	left: -167px;
	display: none;
	background-color: #fff;
	padding: 5px;
}

#service-app-url-qrcode {
	max-width: 150px
}

.service-app-url #service-app-url-qrcode img,
.service-app-url #service-app-url-qrcode canvas {
	margin-bottom: 5px;
	width: 100%;
}

.service-app-url .app-url {
	padding-bottom: 2px;
}

.qq {
	
	background:url(../../images/cash/support_qq_new.png) center;
	background-size: contain;
}

.qq:hover {
	border: 3px solid #7ddfff;
	height: 44px;
	width: 44px; 
}

.wechat {
	background:url(../../images/cash/support_wechat.png) center;
	background-color: #009900;
}

.wechat:hover {
	border: 3px solid #9afa9a;
	height: 44px;
	width: 44px;
	
}

.wechatqr {
	position: absolute;
    top: 57px;
    left: -167px;
	display: none;
	
}

.downloadqr {
	background-image: url(../../images/cash/download_bg.png);
    position: absolute;
    top: 210px;
    left: -160px;
    width: 158px;
    height: 61px;
	display: none;
	
}

.downloadqr p {
    margin-top: 13px;
    text-align: center;
    line-height: 17px;
}

.qqqr {
	position: absolute;
    left: -167px;
	display: none;
	z-index: 99;
	right: 70px;
	background: #ffffff;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.qqqr img {
	max-width: 100%;
}

.qqqr-body {
	padding-top: 5px;
	color: #666;
	text-align: center;
	font-weight: 400;
	max-width: 100%;
}

.phoneback {
	
	background:url(../../images/cash/phoneback.png) center;
	background-color: #0099cc;
}

.phoneback:hover {
	border: 3px solid #7ddfff;
	height: 46px;
	width: 46px;
}

.phonebackqr {
	background-image: url(../../images/cash/download_bg.png);
    position: absolute;
    top: 210px;
    left: -160px;
    width: 158px;
    height: 61px;
	display: none;
}

.phonebackqr p {
    margin-top: 20px;
    text-align: center;
    line-height: 17px;
}

.phone {
	background:url(../../images/cash/support_call.png) center;
	background-color: #f0664b;
}

.phone:hover {
	border: 3px solid #ffc8aa;
	height: 44px;
	width: 44px;
}

.livechat {
	background:url(../../images/cash/livechat.png) center;
	background-color: #FFAE00;
}

.livechat:hover {
	border: 3px solid #ffc8aa;
	height: 44px;
	width: 44px;
}

.chatroom {
	background:url(../../images/cash/chatroom.png) center;
	background-color: #FEB6A7;
}
.chatroom:hover {
	border: 3px solid #FECAC0;
	height: 44px;
	width: 44px;
}
.download {
	background:url(../../images/cash/download.png) center;
	background-color: #536BB9;
}

.download:hover {
	border: 3px solid #ffc8aa;
	height: 44px;
	width: 44px;
}

.download-mac {
	background:url(../../images/cash/mac_download.png) center;
	background-color: #536BB9;
	position: relative;
	overflow: visible;
}

.download-mac:hover {
	border: 3px solid rgba(255,255,255,0.5);
	height: 44px;
	width: 44px;
}

.download-windows {
	background:url(../../images/cash/windows_download.png) center;
	background-color: #536BB9;
	position: relative;
	overflow: visible;
}

.download-windows:hover {
	border: 3px solid rgba(255,255,255,0.5);
	height: 44px;
	width: 44px;
}

.download-instruction{
	background-image: url(../../images/cash/download_bg.png);
	position: absolute;
	left: -160px;
	width: 158px;
	height: 61px;
	display: none;
	top: -5px;
}

.download-instruction p{
	text-align: center;
	line-height: 61px;
}

.specdetail .card_count{
	margin-top: 0px;
}
	

/* banner */

.bannerpromo {
	background-image:url(../../images/cash/promotiontile.jpg);
	background-repeat:repeat-x;
}

.promobanner_proportion{
	max-width:100%;
	height: auto;
	display: block;
}

.promobanner {
	cursor: pointer;	
}

.bxslider2, .bxslider3 {
	height: 160px!important;
}

.coltxt a{
	color:#fff;
}

.cci_title {
    height: 24px;
    left: 0px;
    top: 0px;
    color: #333333;
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    text-shadow: 0 1px 0 #ffffff;
}


.bxslider4 {
	height: 274px!important;
}

/* footer navi */

.footercontainer {
	width: 1000px;
	height: 238px;
	margin: 0 auto;
} 
.footernavi2 {
	height: 120px;
	background-color: #2161b3;
}

.footernavi2 .col4, .footernavi2 .col5, .footernavi2 .col6 {
	height: 238px;
	float: left;
}

.footernavi2 .col4 {
	width: 	325px;
}

.footernavi2 .col5 {
	width: 	338px;
}

.footernavi2 .col6 {

	width: 	331px;
}

.footercontent {
	width: 220px;
	height: auto;
	margin-top: 15px;
	margin-left: 85px;
	text-align: left;
}

.footercontent a {
	text-decoration: none;
	color: #bcc9e3;
	line-height: 25px;
	font-size: 13px;
}

.borderright {
	border-right: 1px solid #174f97;
}

.borderleft {
	border-left: 1px solid #4073b4;
}
.bothborder {
	border-left: 1px solid #174f97;
	border-right: 1px solid #4073b4;
}

.footerindex2 {
    height: 25px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.bank_number{
	margin-top: 36px;
}

.bank_numbertxt{
	margin-top: 62px;
}

#btn-register{
	float: left;
	margin-right: 5px;
    margin-top: 1px;
    border: 1px solid #ffb8b8;
    background-color: #ff7777;
    background-image: linear-gradient(to bottom, #ff7777, #ff0000);
}


/*å·¦å¹¿å‘Šæµ®åŠ¨*/
.left_adv{
	height: 270px;
	position: fixed;
	left: 0;
	top: 20%;
	z-index: 9;
}
/*å�³å¹¿å‘Šæµ®åŠ¨*/
.rigth_adv{
	height: 250px;
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 999;
}

/*å�³å›¾*/
 .rigth_adv img{
 	width: 127px;
 }
 
 #mgm-logo{
    float: left;
    margin-top: 20px;
    font-size: 35px;
    font-weight: bold;
    color: #FFF;

 }
 
 
 /*mobile page */
 .absolutepos {
	position: absolute;
	z-index: 999;
 }
 
 .mt38 {
	top: 38px;
 }
 
 .btmfixed {
	 position: fixed;
	 bottom: 0;
	 width: 100%;
	     z-index: 999;
    background-color: #e7eef5;
 }
.section1, .section2, .section3, .section4 {
	background-size: cover;
	 background-position: center;
}
 .section1  {
	 background-image: url(../../images/cash/mobilepage_bg1.jpg);
	 
 }
.section2 {
	 background-image: url(../../images/cash/mobilepage_bg2.jpg);
 }
.section3{
	 background-image: url(../../images/cash/mobilepage_bg3.jpg);
 }
.section4  {
	 background-image: url(../../images/cash/mobilepage_bg4.jpg);
 }

.panel1 {
	width: 1240px;
	height: 600px;
	position: relative;
	top: 15%;
	margin: 0 auto;
}

.panel2 {
	width: 1240px;
	height: 800px;
	position: relative;
	top: 20%;
	margin: 0 auto;
}

.panel3, .panel4 {
	width: 1240px;
	height: 800px;
	position: relative;
	top: 15%;
	margin: 0 auto;
}


.mobilephone {
	position: absolute;
	left: 500px;
	top: -30px;
	opacity: 0;
}
.page1txt1 {
	position: absolute;
	top: 50px;
	left: 243px;
	opacity: 0;
}

.page1txt2 {
	position: absolute;
	top: 165px;
	left: 255px;
	opacity: 0;
}

.page1txt3 {
	position: absolute;
	top: 225px;
	left: 259px;
	opacity: 0;
}

.page1img1 {
	position: absolute;
	top: 65px;
    left: 720px;
	opacity: 0;
}
.page1img2 {
	position: absolute;
	top: 210px;
	left: 730px;
	opacity: 0;
}

.page2txt {
	position: absolute;
	top: 70px;
	left: 490px;
	opacity: 0;
}

.page2img1 {
	position: absolute;
	top: -10px;
	left: 253px;
	opacity: 0;
}
.page2img2 {
	position: absolute;
	top: 130px;
	left: 453px;
	opacity: 0;
}
.page2img3 {
	position: absolute;
    top: 210px;
    left: -20px;
	opacity: 0;
}
.page2img4 {
	position: absolute;
	top: 150px;
	left: 643px;
	opacity: 0;
}

.page3txt1 {
	position: absolute;
	top: 100px;
	left: 100px;
	opacity: 0;
}
.page3txt2 {
	position: absolute;
    top: 320px;
    left: -220px;
	opacity: 0;
}
.page3image1 {
	position: absolute;
	top: 230px;
    left: 660px;
	opacity: 0;
}
.page3image2 {
	position: absolute;
	top: 70px;
    left: 850px;
	opacity: 0;
}
.page4txt1 {
	position: absolute;
	top: 100px;
    left: 400px;
	opacity: 0;
}

.page4txt2 {
	position: absolute;
	top: 250px;
    left: 550px;
	opacity: 0;
}

.page4img1 {
	position: absolute;
	top: 160px;
    left: 90px;
	opacity: 0;
}

.page4img2 {
	position: absolute;
	top: 370px;
    left: 480px;
	opacity: 0;
}

.page4img3 {
	position: absolute;
	top: 460px;
    left: 690px;
	opacity: 0;
}

.page4img4 {
	position: absolute;
	top: 490px;
    left: 570px;
	opacity: 0;
}

#pagepiling {
	display: none;
}

.preloader {
	margin: 30% 0 0 50%;
	left: -122px;
	position: absolute;
	width: 244px;
	opacity: 0;
}

.bodyblack {
	background-color: #333;
}
 
 .arrowdown {
	 position: absolute;
	 bottom: 50px;
	 left:50%;
	 cursor: pointer;
 }


.appqr-wrapper {
	width: 95px;
	left: 0;
}
.appqr-wrapper .appqrcode {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.appqr-wrapper .appqrcode #qr-code {
	width: 75px;
	height: 75px;
	background-color: #fff;
	box-sizing: border-box;
	margin: 10px auto;
}
.appqr{
	position: relative;
	width: 100%;
	height: 100%;
}
.appqr img{
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	top: 0;
	position: absolute;
	left: 0;
}
.appqr-wrapper .text{
	color: #2E4B60;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-top: 7px;
	font-weight: bold;
	padding-bottom: 5px;
}

.appdlurl{
	color: #2E4B60;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: -0.5px;
}

#qr-ios,
#qr-android {
	position: absolute;
	top: 98px;
	right: 65px;
	width: 120px;
	height: 120px;
}

#qr-ios img,
#qr-android img{
	width: 100% !important;
	height: 100% !important;
}

#qr-bg-text {
	color: #2E4B60;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
	margin-top: 5px;
	overflow-wrap: break-word;
}

.qr-bg{
	width: 100px;
}

.bg-wrapper{
	display:none;
	background-color: white;
	width: 100px;
	position: absolute;
	left: 266px;
	top: 230px;
	padding: 5px;
	border: 3px solid #8bc82b;
	animation: qr-fadein 500ms ease-in-out;
	animation-fill: both;
}

@keyframes qr-fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.qr-bg > img{
	width: 100px;
}

.morse{
	background: url(../../images/cash/morse.png) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: visible;
}

.morse img{
	display:none;
	position: absolute;
	top:0%;
	right:120%;
}

.morse:hover{
	background-size: 100%;
	border: 3px solid #000000;
	height: 44px;
	width: 44px;
}

.morse:hover img{
	display: block;
	animation:qr-fadein 500ms ease-in-out;
}

.kefu-input-field:hover .popup-box {
	transform: scale(1);
}

.popup-box {
	position: absolute;
	right: -4px;
	top: 40px;
	z-index: 90;
	transform: scale(0);
	transform-origin: top;
	transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);

	background: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
	border: 1px solid transparent;
	border-radius: 5px;

	text-align: center;
	color: #5d5d5d;
	font-size: 13px;

	width: 74px;
	padding: 8px;
}

.popup-box .popup-content div:hover {
	color: rgb(170, 142, 108);
}

.popup-box-footer .popup div:hover {
	color: rgb(170, 142, 108);
}

.kefu-input-field:hover .popup-box-footer {
	transform: scale(1);
}

.popup-box-footer{
	background: white;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
	border: 1px solid transparent;
	border-radius: 5px;

	text-align: center;
	color: #5d5d5d;
	font-size: 13px;

	width: 94px;
	padding: 8px;

	position: absolute;
	right: 60px;
	z-index: 9;
	transform: scale(0);
	transform-origin: top;
	transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}