@charset "utf-8";
/** typography **/
/* h1{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:2.5em;line-height:1.5em;letter-spacing:-0.05em;margin-bottom:20px;padding:.1em 0;color:#444;position:relative;overflow:hidden;white-space:nowrap;text-align:center;}
h1:before,
h1:after{content:"";position:relative;display:inline-block;width:50%;height:1px;vertical-align:middle;background:#f0f0f0;}
h1:before{left:-.5em;margin:0 0 0 -50%;}
h1:after{left:.5em;margin:0 -50% 0 0;}
h1 > span{display:inline-block;vertical-align:middle;white-space:normal;}
p{display:block;font-size:1.35em;line-height:1.5em;margin-bottom:22px;} */
/** page structure **/
/* #w{
	display:block;
	width:750px;
	margin:0 auto;
	padding-top:30px;
}
#content{
	display:block;
	width:100%;
	background:#fff;
	padding:25px 20px;
	padding-bottom:35px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
} */

/* 按钮和登陆框样式 */
.flatbtn{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	outline:0;
	border:0;
	color:#f3faef;
	text-decoration:none;
	background-color:#6bb642;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	font-size:1.2em;
	font-weight:bold;
	padding:12px 22px 12px 22px;
	line-height:normal;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 1px 0 rgba(15, 15, 15, 0.3);
	-moz-box-shadow:0 1px 0 rgba(15, 15, 15, 0.3);
	box-shadow:0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover{
	color:#fff;
	background-color:#73c437;
}
.flatbtn:active{
	-webkit-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
/** custom login button **/
.flatbtn-blu{ 
	outline:0;
	border:0;
	color:#fff;
	background-color:#2e6cf3;
	font-size:14px;
	font-weight:bold;
	width:320px;
    height: 40px;
	text-align:center;
    cursor:pointer;
    margin-top: 10px;
    font-family: "SourceHanSansCN-Regular";
}
.no-blu{
	background-color: #bfbfbf !important;
}
.flatbtn-blu:hover{
	color:#fff;
}
.flatbtn-blu:active{
	-webkit-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}
/** modal window styles **/
#lean_overlay{
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:#000;
	display:none;
}
.login{
    width:820px;
    height: auto;
	padding: 10px;
	background:#00891d;
	position: relative;
}
.no-bg{
	background-image: none !important;
}
.login h1{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.loginform label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
/* txtfield */
.txtfield{ 
	display:block;
    width:320px;
    height: 32px;
	margin-bottom:20px;
	color: #333;
	font-weight: bold;
    font-size:12px;
    line-height: 22px;
	background-color:#e4e5ef;
    padding: 5px 10px;
    font-family: "SourceHanSansCN-Regular";
}
.txtfield:focus{
	outline:none;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#999999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#999999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#999999;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#999999;
}
.vcode{
	width:221px;
	float:left;
}
.margin-b0{
	margin-bottom:0px;
}
.login-down{
    text-align: center;
    margin-top: 10px;
    /* display: table; */
    word-spacing: -1em;
}
.login-down-left{
	text-align: left;
}
.login-down-left a{
	padding-left: 0 !important;
}
.login-down a{
    display: inline-block;
    font-size: 12px;
    color: #999999;
    padding: 0 16px;
    word-spacing: 0em;
}
.login-down a:nth-child(2){
    color: #2e6cf3;
    position: relative;
}
.login-down a:nth-child(2)::before{
    content: '';
    width: 1px;
    height: 10px;
    background-color: #999999;
    position: absolute;
    top: 4px;
    left: 0;
}
.modal_close{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../../icon/login-close.png);
	background-size: 100% 100%;
	top: 40px;
	right: -200px;
}
.inner_close{
	top: 16px !important;
	right: 16px !important;
}

#btnSendCode{
	width: 93px;
	height: 32px;
	color: #fff;
	background-color: #2e6cf3;
	font-family: "SourceHanSansCN-Regular";
	font-size: 12px;
	float:right;
	cursor: pointer;
}
.captcha{
	width: 93px;
	height: 32px;
	color: #fff;
	background-color: #859bcc;
	font-family: "SourceHanSansCN-Regular";
	font-size: 12px;
	float:right;
	cursor: pointer;
}
.Cashbtn{
	width: 93px;
	height: 32px;
	color: #fff;
	background-color: #598eff;
	font-family: "SourceHanSansCN-Regular";
	font-size: 12px;
	float:right;
	cursor: pointer;
}
.amount{
	width: 100%;
	margin-bottom: 30px;
}
.amount ul li{
	border-bottom: 1px solid #dcdcdc;
}
.amount ul li p{
	color: #666666;
	float: left;
	line-height: 54px;
}
.amount ul li strong{
	color: #333333;
	float: right;
	line-height: 54px;
	font-size: 22px;
	letter-spacing: 2px;
	font-family: "SourceHanSansCN-Bold";
}
.amount ul li:nth-child(2){
	border-bottom: 1px solid #2e6cf3;
	padding-bottom: 6px;
}
.amount ul li:nth-child(2) strong{
	font-size: 16px;
}
.Cash_know{
	padding-top: 15px;
	padding-bottom: 25px;
}
.Cash_know strong{
	display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.Cash_know p{
    font-size: 14px;
    color: #666666;
	line-height: 24px;
	margin-top: 10px;
}

.Recharge-amount{
	margin-bottom: 10px;
}
.Recharge-amount ul li{
	border-bottom: 1px solid #999999;
}
.Recharge-amount ul li:nth-child(1){
	padding-bottom: 20px;
}
.Recharge-amount ul li:nth-child(2){
	border-bottom: 1px solid #2e6cf3;
	padding-bottom: 10px;
}
.Recharge-amount ul li p{
	color: #333;
	line-height: 24px;
	font-weight: bold;
}
.Recharge-amount ul li:nth-child(2) p{
	color: #999999;
}
.Recharge-amount ul li strong{
	display: block;
	width: 100%;
	text-align: right;
	font-size: 24px;
    color: #333333;
	line-height: 34px;
	margin-top: 5px;
	font-family: "SourceHanSansCN-Bold";
}
.Recharge-amount ul li strong span{
	font-size: 14px;
	padding-left: 5px;
}
.Cash_type{
	width: 100%;
	height: 40px;
	border: 1px solid #2e6cf3;
	color: #333;
	position: relative;
}
.Cash_type select {
	cursor: pointer;
	width: 100%;
	height: 40px;
	padding: 10px;
	border: none;
	color: #333333;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.Cash_type select:focus{
	outline: none;
}
.Cash_type::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #2e6cf3 transparent transparent transparent;
	top: 17px;
	right: 12px;
}
.Payment_account{
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #2e6cf3;
}
.Payment_account label{
	width: 70px;
	height: 100%;
	padding: 11px 0;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	float: left;
}
.account{
	width: 250px;
	height: 100%;
	padding: 11px 0;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	float: left;
	background-color: transparent;
}
.Payment_account input::-webkit-input-placeholder{
	color: #333333;
	font-family: "SourceHanSansCN-Regular";
}
.Payment_account input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #333333;
	font-family: "SourceHanSansCN-Regular";
}
.Payment_account input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333333;
	font-family: "SourceHanSansCN-Regular";
}
.Payment_account input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
	font-family: "SourceHanSansCN-Regular";
}
.agree_check{
	margin-bottom: 25px;
	margin-top: 10px;
}
.uncheck{
	width: 12px;
	height: 12px;
	border: 1px solid #2e6cf3;
	display: inline-block;
	vertical-align: middle;
}
.checked{
	background-image: url(../../icon/check.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.agree_check p{
	color: #333333;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 5px;
}
.agree_check p a{
	color: #2e6cf3;
	line-height: 24px;
}
.qr-code-img{
	width: 258px;
	margin: 30px auto 0;
}
.qr-code-img img{
	width: 100%;
}
.return-btn {
	margin-top: 40px;
	margin-bottom: 100px;
}
.return-btn a{
	display: block;
	float: left;
	width: 150px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #2e6cf3;
	color: #2e6cf3;
	text-align: center;
	line-height: 38px;
}
.return-btn a:nth-child(2){
	float: right;
}
.qr-code-txt{
	text-align: center;
	margin-top: 10px;
}
.qr-code-txt p{
	font-size: 12px;
	font-family: "SimSun";
	line-height: 18px;
	color: #666666;
}
.margin-b2{
	margin-bottom: 20px !important;
}

.details-box{
	width:590px;
    height: auto;
	background:#fff;
	position: relative;
}
.details-tit{
	width: 100%;
	height: 130px;
	background-color: #2e6cf3;
	padding: 20px 50px;
}
.order-details-tit strong{
	color: #fff;
	font-size: 36px;
	line-height: 90px;
	font-family: "SourceHanSansCN-Bold";
	float: left;
}
.order-details-tit p{
	color: #fff;
	font-size: 12px;
	line-height: 90px;
	font-family: "SourceHanSansCN-regular";
	float: right;
}
.details-down{
	padding: 20px 50px;
}
.details-down-tit{
	border-bottom: 1px solid #999999;
}
.details-down-tit strong{
	float: left;
	color: #999999;
	font-size: 12px;
	line-height: 32px;
	font-weight: normal;
}
.details-down-tit p{
	float: right;
	color: #999999;
	font-size: 12px;
	line-height: 32px;
}
.details-down ul{
	margin-top: 10px;
	margin-bottom: 40px;
}
.details-down ul li{
	display: block;
	width: 100%;
	height: 32px;
	clear: both;
}
.details-down ul li p{
	color: #666666;
	font-size: 12px;
	line-height: 32px;
}
.details-down ul li p:nth-child(1){
	float: left;
}
.details-down ul li p:nth-child(2){
	float: right;
}
.details-list-total p{
	color: #666666;
	font-size: 12px;
	line-height: 38px;
	float: left;
}
.details-list-total strong{
	color: #666666;
	font-size: 18px;
	line-height: 38px;
	float: right;
	letter-spacing: 2px;
	font-family: "SourceHanSansCN-regular";
	font-weight: normal;
}

.details-tit-left{
	float: left;
}
.details-tit-left strong{
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	display: block;
}
.details-tit-left p{
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	margin-bottom: 15px;
}
.details-tit-left span{
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 3px;
	background-color: #ffddd8;
	margin-right: 8px;
}
.details-tit-right{
	float: right;
	text-align: right;
}
.details-tit-right p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.details-tit-right strong{
	color: #fff;
	font-size: 46px;
	font-family: "SourceHanSansCN-regular";
	font-weight: normal;
	letter-spacing: 2px;
}
.details-down-left{
	float: left;
}
.details-down-left p{
	float: none;
	color: #333333;
	font-size: 16px;
	line-height: 36px;
}
.details-down-right{
	float: right;
	text-align: right;
	padding-bottom: 15px;
}
.details-down-right strong{
	float: none;
	color: #e42612;
	font-size: 32px;
	line-height: 52px;
	font-family: "SourceHanSansCN-regular";
	font-weight: normal;
	padding-bottom: 15px;
}
.details-down-right p{
	float: none;
	color: #666666;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
}

.detailsform{
	padding-top: 20px;
}

.Pay_account{
	width: 320px;
	height: 36px;
	float: left;
}
.Pay_account label{
	width: 90px;
	height: 100%;
	padding: 6px 0;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	float: left;
	letter-spacing: 2px;
}
.buy_account{
	width: 226px;
	height: 100%;
	padding: 6px 15px;
	color: #666666;
	line-height: 24px;
	font-size: 12px;
	float: left;
	border: 1px solid #7d7d7d;
	border-radius: 5px;
	text-align: right;
	background-color: transparent;
	letter-spacing: 1px;
}
.Pay_account input::-webkit-input-placeholder{
	color: #666666;
	font-family: "SourceHanSansCN-Regular";
}
.Pay_account input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666666;
	font-family: "SourceHanSansCN-Regular";
}
.Pay_account input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666666;
	font-family: "SourceHanSansCN-Regular";
}
.Pay_account input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666666;
	font-family: "SourceHanSansCN-Regular";
}

.add_count{
	float: left;
	width: 18px;
	height: 36px;
	border-radius: 5px;
	border: 1px solid #7d7d7d;
	margin-left: 10px;
}
.add_count a{
	display: block;
	width: 100%;
	height: 50%;
	position: relative;
}
.add_count a::before{
	content: '';
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #7d7d7d;
	top: 8px;
	left: 4px;
}
.add_count a:nth-child(1)::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 9px;
	background-color: #7d7d7d;
	top: 4px;
	left: 7.5px;
}

.rate_type{
	float: right;
    width: 124px;
	height: 36px;
    border-radius: 5px;
    border: 1px solid #7d7d7d;
    position: relative;
	color: #7d7d7d;
	font-size: 12px;
}
.rate_type select {
	cursor: pointer;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
    border: none;
    padding: 0 15px;
	color: #7d7d7d;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.rate_type select:focus{
	outline: none;
}
.rate_type::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #536180 transparent transparent transparent;
	top: 14px;
	right: 10px;
}

.balance{
	float: left;
}
.balance P{
	color: #999999;
	font-size: 12px;
	margin-left: 90px;
	line-height: 24px;
	letter-spacing: 1px;
}
.check-style{
	float: right;
	margin: 0;
}
.check-style p{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
.pay_btn{
	width: 100%;
	height: 36px;
	border: 1px solid #2e6cf3;
	border-radius: 5px;
	text-align: center;
	line-height: 34px;
	color: #333333;
	font-size: 16px;
	background-color: #fff;
	outline:0;
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: "SourceHanSansCN-Regular";
	cursor: pointer;
}
.pay_btn:hover{
	color:#fff;
	background-color: #2e6cf3;
}
.flatbtn-blu:active{
	-webkit-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}