body {
	background: #f5f7f7;
}
select {
        -webkit-appearance: none;
    }
header{
	background: -webkit-linear-gradient(top,#f9fafa,#f5f8f8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom,#f9fafa,#f5f8f8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom,#f9fafa,#f5f8f8); /* Firefox 3.6 - 15 */
	background: linear-gradient(bottom,#f9fafa,#f5f8f8); /* 标准的语法（必须放在最后） */
}
.top-float{
	display: flex;
	justify-content: start;
	padding: 0.34rem 0.32rem 0.4rem;
	background-color: #fff;
	position: fixed;
	top: -1.78rem;
	left: 0;
	height: 1.78rem;
	overflow: hidden;
	z-index: 99999;
}
.top-float .top-img{
	width: 0.98rem;
	height: 0.98rem;
	margin-right: 0.27rem;
	margin-top: 0.06rem;
}
.top-float .top-txt {
	width: 5.58rem;
	height: 1.04rem;
	overflow: hidden;
}
.top-float .close{
	width: 0.19rem;
	height: 0.19rem;
	position: absolute;
	right: 0.33rem;
	top: 0.2rem;
	opacity: 1;
}
.top-float .top-txt p{
	margin: 0;
	color: #666666;
}
.top-float .top-txt p:first-child{
	color: #06c97a;
	font-size: 0.28rem;
}
.index-tle {
	display: flex;
	justify-content: space-between;
	padding: 0.42rem 0.32rem;
	border-bottom: 0.02rem solid #eef2f2;
	position: relative;
}

.index-tle .logo img {
	width: 1.71rem;
}

.index-tle .location {
	height: 0.4rem;
	line-height: 0.4rem;
	font-family: PingFang-SC-Medium;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -0.01rem;
	color: #222222;
}

.index-tle .location img {
	width: 0.3rem;
	height: 0.4rem;
	vertical-align: middle;
	margin-bottom: 0.03rem;
}
.address{
	position: absolute;
	top: 1rem;
	width: 6.68rem;
	height: 0;
	border-radius: 0.04rem;
	/* padding: 0.33rem 0.32rem; */
	overflow: hidden;
	z-index: 99999991;
}
.address-mask{
	position: fixed;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100vh;
	z-index: 9999999;
}
.address i{
	/* position: absolute; */
	display: block;
	 width: 0; 
	 height: 0;
	 border-width: 0.1rem;
	 border-style: solid;
	 border-color: transparent #fff transparent transparent;
	 transform: rotate(90deg); /*顺时针旋转90°*/
	 /* top: 0; */
	 /* right: 0.45rem; */
	 float: right;
	 margin-right: 0.45rem;
}
.address p{
	margin: 0;
	height: 0.2rem;
}
.address ul{
	width: 6.68rem;
	height: 1.22rem;
	background-color: #ffffff;
	margin-bottom: 0;
	border-radius: 0.04rem;
}
.address ul li {
	float: left;
	min-width: 0.98rem;
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
	border-radius: 0.04rem;
	border: solid 0.02rem #eeeeee;
	color: #222;
	font-size: 0.28rem;
	margin-left: 0.28rem;
	margin-top: 0.33rem;
	padding: 0 .12rem;
}
.address ul li.active{
	border: solid 0.02rem #06c97a;
	color: #06c97a;
}
.address ul li:first-child{
	margin-left: 0.32rem;
}
.hot-phone {
	padding: 0.25rem 0.32rem;
	color: #222222;
}

.hot-phone a {
	margin-left: 0.1rem;
	color: #28c986;
}

.tip1 {
	padding: 0 0.32rem;
	background: #fff;
}

.tip-apply {
	height: 0.28rem;
	padding: 0.22rem 0.29rem;
	background-image: linear-gradient(-90deg,
		#edddbd 0%,
		#fbeed5 100%),
		linear-gradient(#e5e2bd,
		#e5e2bd);
	background-blend-mode: normal,
		normal;
		opacity: 0.7;
	border-radius: 4px;
	box-sizing: content-box;
	position: relative;
}
.tip-apply .notice{
	position: absolute;
	width: 0.3rem ;
	height: 0.28rem;
}
.tip-apply .swiper-slide{
	text-align: left;
	padding-left: 0.63rem;
	display: flex;
	justify-content: flex-start;
}
.tip-apply .swiper-slide .active{
	color: #90663d;
}
.tip-apply .swiper-slide>span{
	margin-right: 0.2rem;
	color: #333;
}
.nav{
	background: -webkit-linear-gradient(top,#ffffff,#f5f7f7); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom,#ffffff,#f5f7f7); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom,#ffffff,#f5f7f7); /* Firefox 3.6 - 15 */
	background: linear-gradient(bottom,#ffffff,#f5f7f7); /* 标准的语法（必须放在最后） */
	padding: 0 0.32rem;
}
.nav .nav-tle{
	height: 0.8rem;
	background: #f8f8f8;
	line-height: 0.8rem;
		border-radius: .04rem 0.04rem 0 0 ;
}
.nav .nav-tle img:first-child{
	float: left;
		border-radius: 0.04rem 0px 0px;
}
.nav .nav-tle a{
	display: block;
	width: 100%;
	height: 100%;
}
.nav .nav-tle a img:last-child{
	width: 0.08rem;
	height: 0.16rem;
	float: right;
	vertical-align: middle;
	margin-top: 0.32rem;
	margin-right: 0.37rem;
}
.nav .nav-tle a span{
	float: left;
	display: block;
	line-height: 0.8rem;
	width: 4rem;
	font-family: PingFang-SC-Medium;
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.8rem;
	letter-spacing: -0.01rem;
	color: #202322;
}
nav{
	background: #fff;
	border: 0 0 0.04rem 0.04rem;
	display: flex;
	justify-content: space-between;
	padding: 0.6rem 0;
}
nav .nav-list img{
	width: 0.8rem;
	height: 0.8rem;
}
nav .nav-list{
	width: 25%;
}
nav .nav-list p{
	margin: 0;
	color: #555555;
}
nav .nav-list p:last-child{
	margin-top: 0.13rem;
}
.product{
	padding: 0 0.32rem;
	margin-top:0.54rem ;
	font-family: PingFang-SC-Bold;
}
.tle{
	margin-bottom: 0.37rem;
	font-size: 0.36rem;
	color: #000000;
	letter-spacing: 0px;
}
.product-list{
}
.product-list .product-info{
		margin-top: 0.32rem;
	height: 0.74rem;
	background: #fff;
	padding: 0.49rem 0.32rem;
	box-sizing: content-box;
}
.product-info .info-img,
.product-info .info-txt{
	float: left;
	margin-right: 0.23rem;
}
.product-info .info-img img{
	width: 1.74rem;
	vertical-align: middle;
	height: 0.74rem;
	margin-top: 0.05rem;
}
.product-info .info-txt{}
.product-info .info-txt p{
	margin: 0;
	color: #999999;
}
.product-info .info-txt p:first-child{
	color: #333333;
	font-size: 0.36rem;
	font-weight: bold;
}
.more{
	float: right;
}
.more button{
	width: 1.6rem;
	height: 0.56rem;
	line-height: 0.56rem;
	border-radius: 0.28rem;
	border: solid 0.02rem #eef2f2;
	background: #fff;
	color: #333;
	text-align: center;
	margin-top: 0.1rem;
}
.modal-dialog{
	width: 6.08rem;
	margin: 2rem auto;
}
.modal-content{
	-webkit-box-shadow: inherit;
	    box-shadow:inherit;
			border: none;
			border-radius:0.04rem;
	padding: 0.35rem;		
	
}
.apply-tle img{
	width: 1.84rem;
}
.apply-tle p{
	color: #666666;
	font-size: 0.28rem;
}
.apply-tle p span.active{
	color: #24e148;
}
.modal-body{
	padding: 0;
}
.modal-body article{}
.modal-body article input,
.modal-body article select{
	width: 100%;
	height: 0.88rem;
	background-color: #f3f5f5;
	border: none;
	border-radius: 4px;
	margin-top: 0.28rem;
	padding-left: 0.33rem;
}
.applyname,
.applymoney,
.applycity{
	position: relative;
}
.applyname span{
	position: absolute;
	top: 0.28rem;
	right: 0.35rem;
	display: block;
	height: 0.88rem;
	line-height: 0.88rem;
}
input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: .1rem;
    border-radius: 50%;
    border: 0.02rem solid #b0b0b0;
    text-indent: .15em;
    line-height: 1; 
		margin-bottom: 0.05rem;
}
input[type="radio"]:checked + label::before {
    background-color: #01cd78;
    background-clip: content-box;
		border: 0.02rem solid #01cd78;
    padding: .05rem;
}
input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
input[name="read"] + label::before {
    content: "\a0"; 
    display: inline-block;
    vertical-align: middle;
    font-size: 0.18rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-right: .1rem;
    border-radius: 50%;
    border: 0.02rem solid #b0b0b0;
    text-indent: .15em;
    line-height: 1; 
		margin-bottom: 0.05rem;
}
input[name="read"]:checked + label::before {
    background-color: #b0b0b0;
    background-clip: content-box;
		border: 0.02rem solid #b0b0b0;
    padding: .05rem;
}
input[name="read"]{
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.applyname label{
   line-height: 0.10rem;
}
.applymoney span{
	display: block;
	position: absolute;
	top: 0.28rem;
	right: 0.32rem;
	height: 0.88rem;
	line-height: 0.88rem;
	color: #555555;
	font-size: 0.28rem;
}
.applycity span{
	position: absolute;
	display: block;
	width: 0.24rem;
	height: 0.12rem;
	top: 0.55rem;
	right: 0.32rem;
}
.radio_type{
   width: 0.24rem !important;
   height:0.24rem !important;
	 vertical-align: middle;
	 margin-top: -0.05rem !important;
}
.applycode{
	position: relative;
}
.applycode button{
	position: absolute;
	right: 0.35rem;
	top: 0.58rem;
	color: #06ca79;
	height: 0.28rem;
	line-height: 0.28rem;
	background-color: inherit;
	border-left: 0.02rem solid #e4e4e4;
	padding-left: 0.33rem;
}
.applybtn{
	margin-top: 0.37rem;
	margin-bottom: 0.23rem;
}
.applybtn button{
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	color: #fff;
	font-size: 0.32rem;
	background-color: #06ca79;
	border-radius: 0.04rem;
}
.reading input{
	vertical-align: middle;
	margin-top: -0.02rem;
	background: inherit;
	background:none;  
	    outline:none;  
	    border:none;
}
.reading label{
	color: #888888;
	font-weight: inherit;
}
.reading label span{
	text-decoration:underline ;
	color: #555555;
}
.index-course{
	margin-top: 0.56rem;
	padding: 0 0.32rem;
}
.index-course .course-info{
	width: 6.68rem;
	background-color: #fff;
	border-radius: 0.04rem;
	padding: 0.54rem 0 0.65rem;
}
.index-course .course-info p{
	width: 5.8rem;
	margin: 0 auto;
}
.index-course .course-info p:first-child{
	margin-bottom: 0.6rem;
	font-size: 0.3rem;
	color: #222222;
}
.index-course .course-info p span {
	margin: 0 0.05rem;
}
.index-course .course-info p span img{
	width: 0.32rem;
	height: 0.32rem;
	vertical-align: middle;
	margin-bottom: 0.05rem;
}
.wotermark{
	padding: 0.84rem 0 2.34rem;
}
.wotermark img{
	width: 1.98rem;
	height: 0.86rem;
}
.bottom-float{
	background-color: #fff;
	padding: 0.32rem 0.32rem 0.44rem;
	display: flex;
	justify-content: start;
	position: fixed;
	bottom: 0;
	left: 0;
}
.bottom-float div.zx,
.bottom-float div.dh{
	margin-right: 0.14rem;
	width: 1.65rem;
	/* line-height: 0.88rem; */
}
.bottom-float div.zx a,
.bottom-float div.dh a{
	display: block;
	height: 0.71rem;
	background-color: #f2fcf8;
	border-radius: 0.04rem;
	border: solid 0.02rem #cdf4e4;
	padding: 0.1rem 0 0.05rem;
	box-sizing: content-box;
}
.bottom-float div p:first-child{
	height: 0.36rem;
}
.bottom-float div p:last-child{
	height: 0.34rem;
}
.bottom-float div p{
	margin: 0;
	text-align: center;
	color: #06ca79;
	font-size: 0.2rem;
}
.bottom-float div p:first-child{
	margin-bottom: 0.05rem;
}
.bottom-float div.zx img{
	width: 0.4rem;
	height: 0.36rem;
}
.bottom-float div.dh img{
	width: 0.36rem;
	height: 0.36rem;
}
.bottom-float button{
	width: 3.26rem;
	height: 0.89rem;
	background-color: #06ca79;
	border-radius: 0.04rem;
	color: #fff;
	font-size: 0.32rem;
}