/* 弹窗 */
.tan{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.tan .con{
	position: fixed;
	top: 45%;
	left: 50%;
	width: 305px;
	margin-left: -152px;
	margin-top: -150px;
	background: #fff;
	border-radius: 10px;
}
.tan .con h4{
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	color: #333;
	position: relative;
	font-weight: bold;
}
.tan .con .input{
	width: 250px;
	height: 44px;
	margin: 10px auto 0;
	border: 1px solid #cdcdcd;
	border-radius: 12px;
	position: relative;
}
.tan .con .input input{
	font-family: "Microsoft YaHei";
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-indent: 15px;
}
.go{
	font-family: "Microsoft YaHei";
	display: block;
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 30px;
	background-image: -webkit-gradient(linear, left top, right top, from(#f1393b), to(#ff4833));
	background-image: linear-gradient(90deg, #f1393b, #ff4833);
	font-size: 17px;
	color: #fff;
	font-weight: 900;
	margin: 18px auto 0;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	margin-bottom: 24px;
	background: #EE2D42;
}
.close{
	position: absolute;
	height: 35px;
	width: 35px;
	background-image: url(../img/xxx.png);
	background-repeat: no-repeat;
	background-size: 375px;
	background-position: -40px -5px;
	bottom: 0;
	left: 50%;
	border-radius: 20px;
	margin-left: -18px;
	margin-bottom: -50px;
	cursor: pointer;
}
.tan .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.tan .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.tan .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.tan .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.tan .shard_shuoming .icon img.active{
	display: block;
}
.tan .shard_shuoming .font{
	float: right;
	width: 220px;
}
/* 头部 */
.header{
	display: flex;
	justify-content: space-between;
	font-size: 0;
	background: #fff;
}
.header .logo{
	width: 4rem;
	margin-left: .5rem;
	padding: 0.2rem 0;
}
.header .menu{
	width: 0.85rem;
	padding: 0.4rem 0.5rem;
}
.header .menu:active{
	background: #eee;
}
/*导航开始*/
.nav{
	width: 3.2rem;
	background: #333;
	color: #fff;
	text-align: center;
	position: fixed;
	z-index: 99;
	top: 1.7rem;
	right: 0.2rem;
	border-radius: 0.2rem;
	box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.2);
	display: none
}
.nav i{
	position: absolute;
	font-size: 0.4rem;
	top: 0;
	margin-top: -0.32rem;
	right: 0.5rem;
	color: #333;
	transform: rotate(180deg)
}
.nav li{
	height: 1.2rem;
	line-height: 1.3rem;
	font-size: 0.36rem;
	border-bottom: 1px solid #444
}
.banner{
	font-size: 0;
}

/* 网课 */
.ccH5PlayBtn{
	width: 30px !important;
	height: 30px !important;
	background-size: 30px !important;
	margin: -15px 0 0 -15px !important;
}
.wk{
	width: 89%;
	margin: 0 auto;
	margin-top: 1rem;
}
.wk .wk_menu{
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 3.6rem;
	height: 1rem;
	line-height: 1.2rem;
	color: #1C44AE;
	font-size: .5rem;
	position: relative;
}
.wk .wk_menu p{
	padding-left: .4rem;
	background: url(../img/wk_icon.png) no-repeat 2.6rem .329rem;
	background-size: 18px;
}
.wk .wk_menu ul{
	position: absolute;
	top: 1.2rem;
	z-index: 99999;
	width: 100%;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	overflow: hidden;
	display: none;
}
.wk .wk_menu li{
	line-height: 1.3rem;
	background: #fff;
	padding-left: .66rem;
	border-bottom: 1px solid #eee;
}
.wk .wk_menu li:active{
	background: #eee;
}
.wk .wk_menu li.active{
	background: #eee;
}
.wk .wk_list{
	background: #fff;
	border-radius: 12px;
	border-top-left-radius: 0;
	position: relative;
	height: 200px;
}
.wk .wk_list .item{
	margin: 0 auto;
	width: 310px;
	padding: 12px 0;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}
.wk .wk_list .item.first{
	display: block;
}

body{
	background: url(../img/gezi.png) center;
	background-size: 100%;
}
/* 免费获取 */
.hq{
	background: #fff;
	border-radius: 0.5rem;
	width: 90%;
	margin: 2rem auto 0;
	color: #D55041;
	position: relative;
	box-sizing: border-box;
	padding: 0.5rem;
}
.hq .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 21px;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.hq .shard_shuoming a{
	color: #6c96f2;
	transition: all .3s;
}
.hq .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.hq .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.hq .shard_shuoming .icon img.active{
	display: block;
}
.hq .shard_shuoming .font{
	float: right;
	width: 220px;
}
.hq h3{
	text-align: center;
	font-size: 0.66rem;
	font-weight: 100;
	margin: 0.2rem auto 0.22rem;
}
.hq p{
	text-align: center;
	font-size: 0.34rem;
}
.hq .tr{
	font-size: 0.45rem;
	margin-left: 1rem;
	margin-top: 0.52rem;
}
.hq .tr input{
	border: 1px solid #D55041;
	border-radius: 0.2rem;
	padding-left: 0.2rem;
	line-height: 0.9rem;
	font-size: 0.4rem;
	width: 5rem;
}
.hq .btn{
	background: #FF8201;
	color: #fff;
	text-align: center;
	line-height: 1.2rem;
	border-radius: 0.7rem;
	width: 5rem;
	margin: 0.26rem auto 0.2rem;
}
.hq .btn:active{
	transform: translateY(-1px);
}
.hq .yuan{
	background: #D74F41;
	border-radius: 50%;
	width: 0.32rem;
	height: 0.32rem;
	position: absolute;
}
.hq .yuan1{
	left: 0.3rem;
	top: 0.3rem;
}
.hq .yuan2{
	right: 0.3rem;
	top: 0.3rem;
}
.hq .yuan3{
	left: 0.3rem;
	bottom: 0.3rem;
}
.hq .yuan4{
	right: 0.3rem;
	bottom: 0.3rem;
}
.jing{
	font-size: 0;
	width: 90%;
	margin: 0 auto;
}
.fanwei{
	position: relative;
	z-index: 10;
	top: -0.22rem;
}
.fenxi{
	margin-top: 0.7rem;
}
.hanjin{
	margin-top: 0.7rem;
}
.bm{
	margin-top: 0.7rem;
}
.bm .tr{
	margin-left: 0.4rem;
}
.bm .tr input{
	width: 6rem;
}
.course{
	position: relative;
	z-index: 10;
	width: 90%;
	margin: 0 auto;
	margin-top: 1rem;
}
.course .kemu{
	width: 8.56rem;
	font-size: 0;
	float: right;
}
.course_con{
	clear: both;
	display: flex;
}
.course .left{
	width: 1.2rem;
	position: relative;
	z-index: 10;
}
.course .left p{
	margin-bottom: 0.54rem;
}
.course .right{
	flex: 1;
	width: 5rem;
	position: relative;
	z-index: 1;
}
.course_con li{
	width: 100% !important;
	font-size: 0
}
.course_con li .swiper-slide{
	font-size: 0;
	position: relative;
}
.course_con li .swiper-slide .btn{
	background: #F74953;
	color: #fff;
	font-size: 0.35rem;
	width: 2.4rem;
	text-align: center;
	line-height: 0.8rem;
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
	border-radius: 0.2rem;
}
.course_con li .swiper-slide .btn:active{
	transform: translateY(-1px);
}
.course_con li .swiper-slide .you{
	position: absolute;
	width: .21rem;
	right: .2rem;
	top: 1.72rem;
	animation: dong infinite 2s ease-in-out;
}
.course_con li .swiper-slide .you1{
	top: 1.66rem;
}
.course_con li .swiper-slide .you2{
	top: 1.7rem;
}
.course_con li .swiper-slide .you3{
	top: 1.7rem;
}
.course_con li .swiper-slide .you4{
	top: 1.69rem;
}
@keyframes dong{
	from{
		transform: translateX(-5px);
	}
	50%{
		transform: translateX(0px);
	}
	to{
		transform: translateX(-5px);
	}
}
/* 常见问题 */
.problem{
	width: 90%;
	margin: 0 auto;
	border-radius: 0.5rem;
	position: relative;
	background: #fff;
	margin-top: 1rem;
}
.problem h3{
	position: absolute;
	width: 8.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -0.42rem;
}
.problem ul{
	padding-top: 1.5rem;
	margin: 0 auto;
}
.problem li{
	padding: 0 0.6rem;
	/* display: flex; */
	font-size: 0.4rem;
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height: 1.3rem;
	padding-top: 0.2rem;
}
.problem li.last{
	border-bottom: 0;
	border-bottom: none;
}
.problem li .xh{
	width: 0.5rem;
	margin-right: 0.26rem;
	font-size: 0;
	margin-top: 0.275rem;
	float: left;
}
.problem li .jt{
	width: 0.36rem;
	position: absolute;
	right: 0.6rem;
	top: 0;
	transition: all .3s;
}
.problem li p{
	margin-top: 0.05rem;
}
.problem li .block{
	line-height: 0.57rem;
	width: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.4rem;
	color: #777;
	display: none;
	clear: both;
	text-indent: 2em;
}
.problem li.active .jt{
	transform: rotate(180deg);
}
.kj{
	margin-top: .7rem;
	position: relative;
}
.kj .btn{
	background: #F9D585;
	font-size: 0.34rem;
	width: 2rem;
	border-radius: 0.1rem;
	line-height: 0.6rem;
	position: absolute;
	text-align: center;
}
.kj .btn1{
	right: 0.6rem;
	top: 2.8rem;
}
.kj .btn2{
	right: 0.6rem;
	top: 5.07rem;
}
.kj .btn3{
	right: 0.6rem;
	top: 7.35rem;
}
.kj .btn4{
	right: 0.6rem;
	top: 9.62rem;
}
.kj .btn:active{
	transform: translateY(-1px);
}
.bx{
	margin-top: .7rem;
}

/*底部*/
footer li{
	color: #C52321 !important;
}
