@charset "utf-8";
.img-default{
	background: url('../images/404.png') no-repeat center;
	background-size: 100%;
	width: 600px;
	height: 400px;
	position: absolute;
	left: calc(50% - 600px/2);
	top: 20%;
}
@media (max-width: 768px){
	.img-default{
		width: 200px;
		left: calc(50% - 200px/2);
		top: 10%;
	}
}
/*遮罩*/
.popup-mask, .popup-thanksgiving{
	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%;
	width: 478px;
	margin-left: -239px;
	margin-top: -200px;
	background-color: #fff;
	box-shadow: 2px 2px 10px #555;
	border-radius: 5px;
	overflow: hidden;
	display: none;
	z-index: 999;
	text-align: center;
}
.popup-wrap .popup-title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #425568;
	overflow: hidden;
	z-index: 1000;
}
.popup-wrap .popup-body {
	padding: 10px;
	font-size: 14px;
}
.popup-wrap .popup-body .popup-text{
	color: #797979;
	font-size: 18px;
	margin-top: 10px;
	line-height: 30px;
}
.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: 0 5px;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.popup-wrap .popup-close {
	color: #fff;
	text-align: center;
}
.popup-wrap .popup-close button{
	background: #19b6f8; 
	box-shadow: rgba(174, 222, 244, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset;
	margin: 26px 5px 0 5px;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 17px;
	font-weight: 500;
	border-radius: 5px;
}
.popup-wrap .popup-close button:hover{
	background: #08a0e0;
}
.sweet-alert .icon.success {
    border-color: #A5DC86;
}
.popup-icon{
	width: 100%;
}
.popup-icon img{
	width: 80px;
	height: 80px;
	text-align: center;
}
/* 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: #db7f2c;
	font-size: 2.6rem;
	font-weight: bold;
}
.page-success-payment .pay-success-title{
	font-size: 1.8rem;
	padding-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
.page-success-payment .order-number{
	padding-top: 25px;
	padding-bottom: 15px;
	color: #aab1b7;
	font-size: 1.6rem;
}
.page-success-payment .order-number span{
	padding-bottom: 2px;
	display: inline-block;
}
.page-success-payment a.get-order{
	color: #fff;
	background-color: #146dfc;
	padding: 6px 20px;
}

/* 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: #aaa;
}
.page-login .form-main .social-login span{
	line-height: 35px;
	font-weight: bold;
	color: #333;
}
.page-login .form-main .social-login .login-title span{
	position: relative;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	font-size: 1.5rem;
	color: #333;
	line-height: 25px;
}
.social-login{
	margin-top: 20px;
}
.social-methods{
	margin: 10px auto;
	text-align: center;
}
.social-methods li{
	display: inline-block;
	border-radius: 4px;
}
.social-methods li a{
	display: block;
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 30px;
	text-align: center;
}
.social-methods li a:hover{
	opacity: 0.85;
}
.social-methods li.sc-fb a{
	background-color: #4267b2;
}
.social-methods li.sc-tw a{
	background-color: #1da0f1;
}
.social-methods li.sc-st a{
	background-color: #333333;
}
.social-methods li.sc-gm a{
	background-color: #ddd;
}
.social-methods li a img{
	max-width: 60%;
}
.social-methods li.sc-gm a img{
	max-width: 65%;
}
/* 会员提币进度条 */
.moudule-member .progress{
	margin-bottom: 0;
	height: 12px;
}
@media (max-width: 991px){
}
@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%;
	}
	.popup-wrap{
		width: auto;
		left: 15px;
		right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
}