.wrap{
	font-size: 0;
}
.banner{
	position: relative;
}
.banner .btn{
	position: absolute;
	bottom: 3.1rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4.4rem;
}
.banner .btn img{
	position: absolute;
}
.banner .btn:active{
	transform: translateY(3px);
}
.banner .btn:active .act{
	display: none;
}
/* 免费获取 */
.hq{
	position: relative;
}
.bd{
	position: absolute;
	width: 82%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 1.9rem;
}
.bd .tr{
	line-height: 1.2rem;
	display: flex;
}
.bd .tr p{
	color: #fff;
	font-size: .45rem
}
.bd .tr input{
	background: #fff;
	line-height: 1.1rem;
	padding-left: .3rem;
	width: 7rem;
	border-radius: .2rem;
	margin-bottom: .4rem;
	margin-left: .2rem;
	font-size: .42rem
}
.bd .btn{
	background: url(../img/jin.png) repeat-y center;
	background-size: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.2rem;
	width: 6rem;
	letter-spacing: 1px;
	font-size: .5rem;
	margin: 0 auto;
	border-radius: .7rem;
	margin-top: .1rem;
	margin-top: .3rem;
}
.bd .shard_shuoming{
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	text-align: center;
}
.bd .shard_shuoming a{
	color: #ffe467;
	transition: all .3s;
}
.bd .shard_shuoming .icon{
	float: left;
	width: 18px;
	position: relative;
}
.bd .shard_shuoming .icon img{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
.bd .shard_shuoming .icon img.active{
	display: block;
}
.bd .shard_shuoming .font{
	float: right;
	width: 220px;
}
/* 职业定义 */
.zy{
	position: relative;
}
.zy .btn{
	background: url(../img/jin.png) repeat-y center;
	background-size: 100%;
	position: absolute;
	bottom: .7rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6rem;
	line-height: 1.1rem;
	font-size: .5rem;
	border-radius: .7rem;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
/* 就业方向 */
.fx{
	position: relative;
}
.fx .btn{
	background: url(../img/hong.png) repeat-y center;
	background-size: 100%;
	position: absolute;
	bottom: 1.3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6rem;
	line-height: 1.1rem;
	font-size: .5rem;
	border-radius: .7rem;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
/* 通道 */
.td{
	position: relative;
}
.td .bd{
	margin-top: .4rem;
}
.ting{
	position: relative;
}
.ting .bd{
	margin-top: .7rem;
}
.ting .bd .tr{
	margin-bottom: .1rem;
}
.ting .bd .btn{
	margin-top: .3rem;
}
.course {
    position: relative;
}
.course .btn{
	background: url(../img/hong.png) repeat-y center;
	background-size: 100%;
	position: absolute;
	bottom: 1.3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6rem;
	line-height: 1.1rem;
	font-size: .5rem;
	border-radius: .7rem;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
/* footer */
footer{
	background: #0128AB;
	position: relative;
	margin-top: -1.1rem;
}
/* 弹窗 */
.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;
}