body{
	background: url(../../images/background.png) no-repeat,linear-gradient(180deg,#eaedff, #ffffff);
	background-repeat: no-repeat;
	background-position: left 0px bottom 0px;
	background-size: 100% auto;
}
.title{
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	color: #303133;
	line-height: 40px;
	padding-top: 110px;
	padding-bottom: 6px;
}
.title > p{
	display: none
}
.describe{
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	color: #FF6E00;
	line-height: 20px;
	padding-bottom: 8px;
}
.station{
	margin: 0 200px;
	height: 46px;
	background: linear-gradient(270deg,rgba(248,249,255,0.2), rgba(227,230,255,1) 47%, rgba(247,249,255,0.2));
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #5772ff;
	line-height: 46px;
	margin-bottom: 30px;
}
.row_item{
	background: #ffffff;
	border: 1px solid #e1e6f0;
	border-radius: 21px;
	margin: 0 15px;
	padding-top: 50px;
	padding-bottom: 40px;
	cursor: pointer;
}
.row_item > div{
	text-align: center;
}
.row_item h3{
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	line-height: 33px;
	border-bottom: 1px solid #e1e6f0;
	padding-bottom: 20px;
}
.row_item h2{
	font-size: 34px;
	font-family: Arial, Arial-Black;
	font-weight: 900;
	color: #5772ff;
	line-height: 48px;
	padding-top: 12px;
}
.row_item p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding-top: 48px;
}
.row_item button{
	height: 48px;
	background: #ffffff;
	border: 1px solid #5772ff;
	border-radius: 25px;
	font-size: 14px;
	color: #5772ff;
	width: 65%;
	margin-top: 24px;
}
.row .row_item:hover,.choice{
	border-bottom: 6px solid #5772FF;
	border-top: 6px solid #5772FF;
}
.choice button,.row .row_item:hover button{
	background: #5772ff !important;
	color: #ffffff !important;
}
.row > .row_item:nth-child(2){
	position: relative;
}
.best{
	position: absolute;
	display: flex;
	right: 17px;
	top: 14px;
	display: block;
	width: 59px;
	height: 71px;
	background: url(../../images/hot.png) no-repeat;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	background-size: 100% 100%;
	color: #ffffff;
	padding: 23px 15px 8px 15px;
}
.product_list{
	background: url(../../images/product_bg.png) no-repeat;
	margin: 30px 15px;
	background-size: 100% 100%;
	padding: 11px 0;
}
.product_list ul{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.product_list ul li{
	float: left;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	margin-left: 50px;
	position: relative;
}
.product_list ul li span{
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -26px;
	top: -1px;
}
.product_list ul li span img{
	width: 100%;
	height: 100%;
}
/* pc弹窗 */
.pc_model{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
	display: flex;
	justify-content: center;
	align-items: center;
}
.pc_model > div{
	background: #ffffff;
	border-radius: 22px;
	padding: 80px 130px;
}
.pay_content{
	position: relative;
}
.pay_content .close{
	position: absolute;
	right: 15px;
	padding: 10px;
	top: 15px;
	width: 38px;
	height: 38px;
	display: block;
	font-size: 12px;
	cursor: pointer;
}
.pay_content .close img{
	width: 100%;
	height: 100%;
}
.pay_content h3{
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	padding-bottom: 32px;
}
.pay_content .pay_item{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 15px;
	margin: 0 15px;
	padding: 7px 45px;
}
.pay_content .pay_item img{
	width: 48px;
	height: 48px;
	display: block;
	margin: auto;
	margin-top: 21px;
}
.pay_content .pay_item p{
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #333333;
	margin-top: 12px;
	padding-bottom: 5px;
}
.pay_content .pay_item > div{
	background-repeat: no-repeat;
	background-size: 100%;
}
.pay_content button{
	width: 200px;
	height: 48px;
	background: #5772ff;
	border-radius: 24px;
	font-size: 14px;
	color: #ffffff;
	border: none;
	display: block;
	margin: auto;
	margin-top: 40px;
}
.choiceType,.pay_content .pay_item:hover{
	background: #f8faff !important;
	border: 1px solid #5772ff !important;
	cursor: pointer;
}
.choiceType > div,.pay_content .pay_item:hover > div{
	background-image: url(../../images/chioce_icon.png) !important;
}
@media only screen and (min-width: 993px){
	.m_product_list,.m_price_list,.m_footer{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	.station{
		margin: 0 80px 30px 80px;
	}
	.best{
		width: 45px;
		height: 56px;
		font-size: 12px;
		padding: 17px 10px 5px 10px;
		right: 8px;
		top: 6px;
	}
	.product_list{
		padding: 5px 10px;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.product_list ul li{
		font-size: 12px;
		margin-left: 32px;
	}
	.product_list ul li span{
		left: -18px;
	}
	.m_product_list,.m_footer,.m_price_list{
		display: none;
	}
	.pc_model > div{
		padding: 40px 60px;
	}
	.pay_content .pay_item{
		padding: 0px 37px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.title{
		font-size: 24px;
	}
	.station{
		margin: 0 40px 30px 40px;
		font-size: 12px;
	}
	.row_item h3{
		font-size: 21px;
	}
	.row_item h2{
		font-size: 30px;
	}
	.row_item p{
		font-size: 12px;
	}
	.best{
		width: 40px;
		height: 50px;
		font-size: 12px;
		padding: 13px 5px 5px 5px;
		right: 5px;
		top: 5px;
	}
	.product_list{
		padding: 5px 10px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.product_list ul li{
		font-size: 12px;
		margin-left: 32px;
	}
	.product_list ul li span{
		left: -18px;
	}
	.row_item button{
		height: 32px;
		font-size: 12px;
		width: 75%;
	}
	.m_product_list,.m_footer,.m_price_list{
		display: none;
	}
	.pc_model > div{
		padding: 60px 80px;
	}
	.pay_content > .row{
		width: 320px;
	}
	.pay_content .pay_item{
		padding: 15px 30px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		border-radius: 5px;
		position: relative;
	}
	.pay_content .pay_item img{
		width: 30px;
		height: 30px;
		margin: 0;
		margin-right: 20px;
	}
	.pay_content .pay_item p{
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.pay_content button{
		margin-top: 10px;
		height: 44px;
	}
	.pay_content h3{
		padding-bottom: 22px;
		font-size: 20px;
	}
	.pay_item > div{
		width: 26px;
		height: 26px;
		background: #f8faff;
		border: 1px solid #5772ff;
		border-radius: 50%;
		position: absolute;
		right: 30px;
	}
	.choice{
		
	}
}
@media only screen and (max-width: 575px){
	.title{
		font-size: 18px;
		line-height: 12px;
		font-weight: 600;
		padding: 50px 55px 12px 55px;
	}
	.title > span{
		display: none;
	}
	.title > p{
		display: block;
	}
	.describe{
		font-size: 14px;
	}
	.station{
		margin: 0;
		line-height: 20px;
		padding: 6px 0;
		height: auto;
	}
	.station span{
		display: block;
	}
	.m_product_list{
		overflow: hidden;
		background: #ffffff;
		border: 1px solid #5772ff;
		border-radius: 12px;
		padding: 20px 21px 0 21px;
		margin: 20px 5px 0 5px;
	}
	.pc_product_list{
		display: none;
	}
	.m_product_list .m_product_list_item{
		padding: 0;
		/* margin-left: 20px; */
	}
	.m_product_list .m_product_list_item > div{
		font-size: 12px;
		position: relative;
		padding-left: 24px;
		margin-bottom: 20px;
	}
	.m_product_list .m_product_list_item span{
		display: block;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 0;
		top: -2px;
	}
	.pc_price_list{
		display: none;
	}
	.m_price_list{
		margin: 20px 5px 0 5px;
	}
	.m_price_list > div{
		background: #ffffff;
		border: 1px solid #eeeeee;
		border-radius: 10px;
		padding: 20px;
		margin-bottom: 20px;
	}
	.m_price_list h2{
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		color: #333333;
		line-height: 34px;
		margin-right: 10px;
	}
	.m_price_list p{
		font-size: 24px;
		font-family: Arial, Arial-Black;
		font-weight: 900;
		text-align: right;
		color: #5772ff;
	}
	.m_price_list .account{
		font-size: 14px;
		color: #666666;
		line-height: 20px;
	}
	.m_price_list .price{
		font-size: 14px;
		text-align: right;
		color: #999999;
		line-height: 20px;
	}
	.m_price_list .price span{
		text-decoration: line-through;
	}
	.m_price_list button{
		display: block;
		margin: auto;
		margin-top: 20px;
		background: #5772ff;
		border-radius: 20px;
		font-size: 14px;
		color: #ffffff;
		border: none;
		padding: 10px 0;
		width: 100%;
	}
	.m_price_list .m_hot{
		border: 1px solid #ff6e00;
		border-radius: 10px;
		font-size: 12px;
		font-weight: 600;
		color: #ff6e00;
		padding: 0 10px 0 25px;
		position: relative;
		bottom: 1px;
	}
	.m_price_list .m_hot img{
		position: absolute;
		width: 10px;
		height: 12px;
		top: 2px;
		left: 10px;
	}
	.m_footer{
		height: 120px;
	}
	.m_footer img{
		width: 100%;
	}
	/* 弹窗 */
	.pc_model > div{
		padding: 30px;
	}
	.pay_content > .row{
		width: 270px;
	}
	.pay_content .pay_item{
		padding: 12px 20px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		border-radius: 5px;
		position: relative;
	}
	.pay_content .pay_item img{
		width: 30px;
		height: 30px;
		margin: 0;
		margin-right: 20px;
	}
	.pay_content .pay_item p{
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.pay_content button{
		margin-top: 0;
		height: 40px;
	}
	.pay_content h3{
		padding-bottom: 18px;
		font-size: 20px;
	}
	.pay_item > div{
		width: 21px;
		height: 21px;
		background: #f8faff;
		border: 1px solid #5772ff;
		border-radius: 50%;
		position: absolute;
		right: 30px;
	}
	.pay_content .close{
		right: 5px;
		top: 5px;
		width: 35px;
		height: 35px;
	}
}
.pc_model{
	display: none;
}