@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

body {
	font-family: 'PingFang SC', 'Microsoft YaHei';
	font-size: .14rem;
	color: #333;
	height: auto;
	clear: both;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	background-color: #F1F5F8;
}

img {
	border: 0;
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

a,
a:link {
	text-decoration: none;
	color: #333
}

a,
input {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
	outline: 0;
	color: #0d6cf2;
	text-decoration: none
}

.h100 {
	height: 100%
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
}

.flex-end {
	justify-content: flex-end
}

.flex-bet {
	justify-content: space-between
}

.grid {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.show-xm {
	display: block !important
}

.show-xs {
	display: none !important
}

.wp {
	padding: 0 .3rem;
}

.lightbox {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

/* fonts */
.fb {
	font-weight: bold;
}

.f36 {
	font-size: .36rem;
}

.f34 {
	font-size: .34rem;
}

.f30 {
	font-size: .3rem;
}

.f22 {
	font-size: .22rem;
}

.pc {
	max-width: 100%;

}

/* index */
.pc .logo {
	width: 100%;
	/*height:1.0rem;*/
	padding: .15rem 0;
	background-color: #fff;
	display: flex;
	padding-left: 3.6rem;
	align-items: center;
}

.pc .logo .pic {
	width: .4rem;
	height: .4rem;

	margin-right: .1rem;
}

.pc .logo .pic img {
	display: block;
	width: 100%;
}

.pc .logo .logo_left {
	display: block;

}

.pc .logo .logo_left .num {
	color: #000000;
	font-size: .14rem;
	line-height: .16rem;
	font-family: 'Microsoft YaHei-Regular';
	margin-bottom: 8px;

}

.pc .logo .logo_left .day {
	color: #666666;
	font-size: .12rem;
	line-height: .14rem;

}

.pc .top {
	max-width: 100%;
	min-height: 9.5rem;
	background-image: url('../img/background.png');
	background-repeat: no-repeat;
	background-size: 100% 9.5rem;

}

.pc .top .banner {
	display: flex;
	padding: .3rem 0 .49rem 0;
	padding-left: 4.68rem; /*文字左间隔*/

}

.pc .top .banner_text {
	height: 1.96rem;
}

.pc .top .banner_text .banner_title {
	font-weight: bold;
	color: #335EFF;
	font-size: .32rem;
	line-height: .32rem;
	margin-bottom: .4rem;
	margin-top: .46rem;

}

.pc .top .banner_text .banner_title span {
	color: #000000;
}

.pc .top .banner_text .title_list li {
	font-weight: Regular;
	color: #000000;
	font-size: .18rem;
	margin-bottom: .2rem;
	display: flex;
	align-items: center;
}

.pc .top .banner_text .title_list li .dian {
	width: .1rem;
	height: .1rem;
	background-color: rgba(51, 94, 255, 0.5);
	margin-right: .1rem;
	border-radius: .2rem;
	opacity: 1;
}

.pc .top .banner .icon_group {
	width: 2.8rem;

	margin-left: 2.43rem;
	display: block;
	overflow: hidden;

}

.pc .top .banner .icon_group img {
	width: 100%;

	display: block;
}

.pc .top .buy {
	width: 12rem;   /*购买列表的宽度*/
	margin: 0 auto;
	background: url('../img/bg.png');
	background-size: 100% 100%;
	padding: .3rem;
	display: flex;
	justify-content: space-between;

}

.pc .top .buy .buy_left {
	width: 7.8rem;
	height: 3.56rem;
	background: url('../img/qyhy_03.png');
	background-size: 100% 100%;
	background-position-x: 0%;
	position: relative;
	padding: 0 .3rem;
	box-sizing: border-box;
}

.pc .top .buy .buy_left .buy_title {
	display: flex;
	position: absolute;
	left: -3%;
	top: -5%;

}

.pc .top .buy .buy_left .buy_title .buy_title_1 {

	text-align: center;

}

.pc .top .buy .buy_left .buy_title .buy_title_1 a {

	font-size: .2rem;
	font-weight: bold;
	color: #999999;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 1rem;



}

.pc .top .buy .buy_left .buy_title .buy_title_1.buy_title_on a {
	color: #000000;
}

.pc .top .buy .buy_left ul {
	width: 100%;
	display: flex;
	justify-content: space-between;

}

.pc .top .buy .buy_left .buy_list {
	display: none;
}

.pc .top .buy .buy_left ul .buy_list1 {
	width: 2.2rem;
	height: 2.3rem;
	background-color: #F4F7FF;
	border-radius: .1rem;
	margin-top: .9rem;
	position: relative;
}

.pc .top .buy .buy_left ul .buy_list1 a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.pc .top .buy .buy_left ul .buy_list1.buy_list1_on {
	background: url('../img/bg(1).png')no-repeat;
	background-size: 100% 100%;
}

.pc .top .buy .buy_left ul .buy_list1 .buy_list1_title {
	color: #000;
	font-weight: 600;
	text-align: center;
	display: flex;
	margin: 0 auto;
	margin-top: .6rem;
	margin-bottom: .2rem;
}

.pc .top .buy .buy_left ul .buy_list1 .pay {
	display: flex;
	margin: 0 auto;
	margin-bottom: .3rem;
	align-items: center;
}

.pc .top .buy .buy_left ul .buy_list1 .pay .n_pay {
	font-weight: bold;
	color: #000;
	font-size: .32rem;
	margin-right: .05rem;
}

.pc .top .buy .buy_left ul .buy_list1 .pay .n_pay img {
	width: 11px;
	height: 15px;
}

.pc .top .buy .buy_left ul .buy_list1 .pay .o_pay {
	font-size: .14rem;
	color: #666666;
	text-decoration: line-through;
}

.pc .top .buy .buy_left ul .buy_list1 .but {
	width: .25rem;
	height: .25rem;
	background: url('../img/Ellipse 267.png')no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.pc .top .buy .buy_left ul .buy_list1 .but.but_on {
	width: .25rem;
	height: .25rem;
	background: url('../img/Group 3465534@2x.png')no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.pc .top .buy .buy_left ul .buy_list1 .preferential {
	font-size: .12rem;
	color: #fff;
	width: 1.3rem;
	height: .3rem;
	background: url('../img/biaoqian.png')no-repeat;
	background-size: 100%;
	padding-left: .15rem;
	line-height: .3rem;
	box-sizing: border-box;
	position: absolute;
	left: -.04rem;
}

.pc .top .buy .buy_right {
	width: 2.6rem;
	height: 3rem;

	text-align: center;
	margin-right: .54rem;
	margin-top: .55rem;    /*二维码的上间距 */
}

.pc .top .buy .buy_right .buy_right_title {
	font-size: .2rem;
	color: #000;
	margin-bottom: .2rem;
}

.pc .top .buy .buy_right .jiage {
	font-weight: bold;
	color: #F38230;
	font-size: .32rem;
	margin-right: .05rem;
	margin-bottom: .9rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pc .top .buy .buy_right .jiage img {
	width: 11px;
	height: 15px;

}

.pc .top .buy .buy_right .erweima {
	width: 100%;
}

.pc .top .buy .buy_right .erweima iframe {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.pc .top .buy .buy_right .erweima iframe img {
	width: 100%;
	height: 100%;
}

.pc .top .buy .buy_right .erweima iframe body img {
	width: 100%;
	height: 100%;
}

.zfsm {
	margin-top: .60rem;
}








.pc .top .list_1 {
	width: 12rem;
	border-radius: .2rem;
	background-color: #fff;
	padding: .3rem;

	margin: 0 auto;
	margin-top: .3rem;
}

.pc .top .list_1 .title {
	font-weight: bold;
	color: #000;
	font-size: .2rem;
	line-height: .3rem;
	margin-bottom: .3rem;
}

.pc .top .list_1 ul li {
	display: flex;
	align-items: center;
	margin-bottom: .2rem;
	font-weight: 500;
	color: #666666;
	font-size: .16rem;
}

.pc .top .list_1 ul li .dian {
	width: .1rem;
	height: .1rem;
	background-color: #D9D9D9;
	border-radius: .2rem;
	margin-right: .1rem;
}

.pc .top .list_1 ul li a {
	color: #335EFF;
}

.pc .top .list_1 ul li .tiaoZhuan {
	width: .14rem;
	height: .14rem;
	margin-left: .1rem;

}

.pc .top .list_1 ul li .tiaoZhuan img {
	width: 100%;
	height: 100%;
	display: block;
}

.pc .top .list_1 ul .list_top {
	color: #333333;
	font-size: .18rem;
	margin-bottom: .2rem;
}

.pc .top .list_1 ul .firstParagraph {
	color: #666666;
}

.pc .top .list_1 ul .end {
	margin-bottom: 0;
}

.pc .foot {
	text-align: center;
	margin-top: .6rem;
	color: #C6C6C6;
	font-weight: 600;
	margin-bottom: .3rem;
}














.back-to {
	bottom: 50%;
	overflow: hidden;
	position: fixed;
	right: 10px;
	width: .6rem;
	z-index: 999;
}

.back-to .back-top {
	background: url('../img/置顶@2x.png') no-repeat scroll 0 0 transparent;
	background-size: 100% 100%;
	display: block;
	float: right;
	height: .6rem;
	margin-left: 10px;
	outline: 0 none;
	text-indent: -9999em;
	width: .6rem;
}

