/* 新版支付弹窗 */
.vip_content{
	display: grid;
    grid-template-columns: 300px 1fr;
	min-height: 450px;
}
.vip_left{
	background: #FFFFFF;
	min-height: 450px;
	text-align: center;
}
.vip_left .vip_logo{
	margin-top: 26px;
}
.vip_left .vip_name{
	height: 24px;
    line-height: 24px;	
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 16px;
	color: #3199FF;
	margin-top: 5px;
}
.vip_info_list{
	margin-top: 16px;
	padding-right: 16px;
}
.vip_info_list .vip_info_item{
	background: url(/static/images/user/list_icon.png) no-repeat;
	background-size: 15px 15px;
	background-position: 35px 9px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #3199FF;
	line-height: 34px;
	text-align: left;
	padding-left: 55px;
}
.vip_right{
	background: #F3F4F8;
	padding: 15px 50px 15px 50px;
	
}
.vip_choose{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.vip_choose .vip_choose_item{
	background: #ffffff;
	margin-right: 15px;
	border-radius: 10px;
	height: 157px;
	position: relative;
	cursor: pointer;
}
.vip_choose .vip_choose_item .price_tips{
	display: inline-block;
	height: 29px;
	background: linear-gradient( 270deg, #E7BC83 0%, #F3D5A5 100%);
	border-radius: 10px 0px 50px 0px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #8A6528;
	padding: 3px 20px 3px 13px;
}
.vip_choose .vip_choose_item .title{
	height: 36px;
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	margin-top: 14px;
	padding-left: 14px;
}
.vip_choose .vip_choose_item .price_2{
	height: 36px;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	line-height: 36px;
    padding-left: 14px;	
}
.vip_choose .vip_choose_item .price_2 .money{
	font-size: 20px;
}
.vip_choose .vip_choose_item .old_price_2{
	height: 36px;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	text-decoration-line: line-through;
    padding-left: 14px;	
}
.vip_choose_item.active .checked{
	width: 42px;
	height: 29px;
	background: url(/static/images/user/vip_choose.png) no-repeat;
	/* background: linear-gradient( -90deg, #E8903E 0%, #E85A3E 100%); */
	border-radius: 50px 0px 10px 0px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.vip_tips{
	height: 36px;
	font-family: PingFang SC, PingFang SC;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	
}
.vip_pay{
	height: 204px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	margin: 22px 0;
}
.pay_type{
	height: 39px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #F3F4F8;
	text-align: center;
    font-family: PingFang SC, PingFang SC;	
	font-weight: 500;
	font-size: 20px;
	color: #3D3D3D;
	line-height: 36px;
    border-radius: 10px 10px 0px 0px;
	overflow: hidden;
	cursor: pointer;
}
.pay_title.active{
	background: #3199FF;
	color:#FFFFFF;
}
.pay_account_info{
	font-family: PingFang SC, PingFang SC;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding: 10px 10px 10px 28px;
}
.pay_account_money{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	text-align: right;
}
.pay_account_money .money{
	font-size: 24px;
}
.hide{
	display: none;
}
.pay_online_info{
    display: grid;
    grid-template-columns: 155px 1fr;	
	padding: 15px 15px 15px 36px;
}
.pay_qrcode_img{
	width: 130px;
	height: 130px;
	background: #D8D8D8;
	border-radius: 0px 0px 0px 0px;
}
.pay_qrcode_info{
	padding: 10px;
}
.pay_qrcode_info .pay_account_money{
	text-align: left;
	font-size: 24px;
	height: 64px;
	line-height: 64px;
}
.pay_qrcode_info .pay_account_money .money{
	font-size: 48px;
}
.pay_type_choose{
	height: 36px;
	line-height: 36px;
	padding: 5px 0;
}
.pay_type_choose label{
	margin-right: 20px;
}