@charset "utf-8";
.page-error{
	margin: 12% auto;
}
.img-default{
	margin: 0 auto;
	background: url('../images/404.png') no-repeat center;
	background-size: 100%;
	width: 600px;
	height: 400px;
}
.btn-home{
	display: block;
	position: relative;
	top: 100%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	line-height: 50px;
	background-image: linear-gradient(157deg, 
		#fdb313 0%, 
		#f58b0d 100%);
	border-radius: 3px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #041732;
	font-size: 2.5rem;
}
.btn-home:hover, .btn-home:focus{
	color: #041732;
}
@media (max-width: 1199px){
	.img-default{
		width: 400px;
		height: 300px;
	}
	.btn-home{
		margin-left: -75px;
		width: 150px;
		line-height: 40px;
		font-size: 1.8rem;
	}
}
@media (max-width: 767px){
	.page-error{
		margin: 25% auto;
	}
	.img-default{
		width: 90%;
	}
}
.relative{
	position: relative;
}
.inline-block{
	display: inline-block;
}
.tac{
	text-align: center;
}
.tal{
	text-align: left !important;
}
.tar{
	text-align: right !important
}
.clc{
	color: #ccc;
}
.f14{
	font-size: 14px;
}
.f16{
	font-size: 16px;
}
.f18{
	font-size: 18px;
}
.f20{
	font-size: 20px;
}
.f22{
	font-size: 22px;
}
.f24{
	font-size: 24px;
}
.pp0{
	padding: 0;
}
.pt12{
	padding-top: 12px;
}
.pt15{
	padding-top: 15px;
}
.pb15{
	padding-bottom: 15px;
}
.pl5{
	padding-left: 5px;
}
.pr5{
	padding-right: 5px;
}
.pl15{
	padding-left: 15px;
}
.pr15{
	padding-right: 15px;
}
.pl18{
	padding-left: 18px;
}
.pr18{
	padding-right: 18px;
}
.prcl{
	color: #ffb10f;
}
/*遮罩*/
.popup-mask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: none;
	z-index: 999;
}
/*弹窗*/
.popup-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 300px;
	min-height: 85px;
	background-color: #fff;
	box-shadow: 2px 2px 10px #555;
	border-radius: 3px;
	overflow: hidden;
	display: none;
	z-index: 999;
}
.popup-wrap .popup-title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #294c84;
	overflow: hidden;
	z-index: 1000;
}
.popup-wrap .popup-body {
	padding: 10px;
	font-size: 14px;
	text-align: center;
}
.popup-wrap .popup-operate {
	margin-top: 16px;
	text-align: center;
}
.popup-wrap .popup-operate input[type=button] {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	margin-right: 10px;
	font-size: 16px;
	border: 1px solid;
	border-radius: 3px;
	cursor: pointer;
}
.popup-wrap .popup-operate input[type=button]:last-child {
	margin-right: 0;
}
.popup-wrap .popup-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
/* success payment */
.page-success-payment .payment-success-title{
	color: #de6262;
	font-size: 1.6rem;
	font-weight: bold;
}
/*.payment-success-tips{
	color: #999;
	width: 100%;
}*/
.page-success-payment .img-pay-success{
	width: 100px;
	height: auto;
	margin-bottom: 15px;
}
.page-success-payment .banner-btm{
	display: inline-block;
	margin-top: 30px;
	max-width: 50%;
}
.page-success-payment .banner-btm img{
	max-width: 100%;
}
.page-success-payment .order-price{
	color: #d67e00;
	font-size: 2.6rem;
	font-weight: bold;
}
.page-success-payment .pay-success-title{
	font-size: 1.6rem;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
}
.page-success-payment .order-number{
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 1.5rem;
	color: #333;
}
.page-success-payment .order-number span{
	padding-bottom: 2px;
	display: inline-block;
}
.page-success-payment a.get-order{
	outline: none;
	background-image: linear-gradient(
157deg, #fdb313 0%, #f58b0d 100%);
    font-weight: 700;
    color: #041732;
    font-size: 1.8rem;
	padding: 6px;
	width: 150px;
	border: none;
}

/* payment-qrcode */
.payment-qrcode .cart-table .pr-row>span:nth-child(1){
	width: 100%;
	line-height: 2.8rem;
}
.payment-qrcode .cart-table .pr-row{
	padding-top: 2px;
}
.payment-qrcode .payment-section.section-cart .total{
	height: 30px;
}
.payment-section-flex{
	display: flex;
    flex-wrap: wrap;
}
.payment-section-flex .flex-left,.payment-section-flex .flex-right{
	display: flex;
    flex-direction: column;
}
.payment-section-flex .flex-left{
	width: calc(65% - 15px);
}
.payment-section-flex .flex-right{
	width: calc(35% - 15px);
	margin-left: 30px;
}
.payment-section-flex .payment-section{
	border: 1px solid #ddd;
    border-radius: 4px;
}
.payment-section-flex .payment-section .payment-qrcode-intro{
	padding-top: 12px;
	font-size: 1.4rem;
	line-height: 2rem;
}
.payment-section-flex .payment-section .order-num{
	padding-top: 10px;
}
.payment-section-flex .payment-section .order-num input{
	padding: 5px 10px;
	border: 1px solid #aaa;
	border-radius: 2px;
	margin-right: 15px;
	margin-bottom: 12px;
	float: left;
	display: block;
	line-height: 1.8rem;
	font-weight: bold;
}
.payment-section-flex .payment-section .order-num button{
	background-color: #de6262;
	color: #fff;
	border-radius: 4px;
	float: left;
	display: block;
	line-height: 1.8rem;
	height: calc(1.8rem + 10px);
	font-size: 1.4rem;
	padding: 1px 10px;
}
.payment-section-flex .payment-section .order-num button:hover{
	opacity: 0.85;
}
.payment-section-flex .section-qrcode .qr-method{
	width: calc(100% - 20px);
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.payment-section-flex .section-qrcode .qr-method li{
	display: block;
	float: left;
	width: calc(50% - 10px);
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
}
.payment-section-flex .section-qrcode .qr-method li:last-child{
	margin-left: 20px;
}
.payment-section-flex .section-qrcode .qr-method li a{
	display: block;
	padding: 10px;
	color: #333;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	font-weight: bold;
}
.payment-section-flex .section-qrcode .qr-method li a.selected{
	background-color: #de6262;
	color: #fff;
	border: none;
}
.payment-section-flex .section-qrcode .qrcode-img img{
	display: block;
	width: 60%;
	height: auto;
	margin-left: 20%;
}
.payment-section-flex .section-qrcode .qrcode-img img:not(.selected){
	display: none;
}
.payment-section-flex .section-qrcode .total-confirm{
	padding-top: 10px;
	text-align: center;
	font-size: 1.7rem;
}
.payment-section-flex .section-qrcode .total-confirm b{
	font-weight: bold;
	color: #de6262;
}
.data-loading{
	font-size: 1.4rem;
	padding: 5px 10px;
}
/* 第三方登录 */
/* input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px white inset !important;
	background-color:transparent;
} */
.login-title{
	/*width: 50%;*/
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.login-title:before{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #2b3c50;
}
.login-title span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	color: #041732;
}
.social-methods{
	margin-top: 6px;
	margin-bottom: 15px;
	text-align: center;
}
.social-methods li{
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
/*.social-methods li:first-child{
	margin-right: 10%;
}*/
.social-methods li a{
	display: block;
	cursor: pointer;
	padding: 8px 0;
	color: #fff;
}
.social-methods li.sc-fb a{
	background-color: #283e5b;
	border: 1px solid #283e5b;
}
.social-methods li.sc-tw a{
	background-color: #55adee;
}
.social-methods li a:hover{
	opacity: 0.85;
	border: 1px solid #283e5b;
}
.social-methods li a img{
	max-width: 50%;
	margin-left: 5px;
	position: relative;
	bottom: 3px;
}
/* 会员提币进度条 */
.moudule-member .progress{
	margin-bottom: 0;
	height: 12px;
}
@media (min-width: 768px){
	.page-payment.payment-qrcode{
	    min-height: 700px;
	}
}

@media (max-width: 767px){
	.page-cooperation .letter-main .letter-title{
		padding: 2rem 0 3rem;
	}
	.page-cooperation .letter-main{
		padding: 30px 15px;
	}
	.page-cooperation .letter-main .letter-content,.page-cooperation .letter-main .letter-footer{
		width: 100%;
		margin: 0;
		font-size: 1.4rem;
	}
	.page-success-payment .banner-btm{
		margin-top: 30px;
		max-width: 100%;
	}
	/* payment-qrcode */
	.payment-section-flex .payment-section:nth-child(1),.payment-section-flex .payment-section:nth-child(2){
		width: 100%;
		margin-left: 0;
	}
	.payment-section-flex .flex-left, .payment-section-flex .flex-right{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.login-title{
		width: 80%;
	}
}
