
@media screen and (min-width: 900px) {
	/*筛选*/
	.sieve{
		border: 1px solid #e0e0e0;
		margin: 20px auto;
	}

	.sieve .url{
		border-bottom: 1px solid #e0e0e0;
		background-color: #3677e6;
		padding: 13px 0px;
		clear: both;
		overflow: hidden;
		padding-left: 40px;
	}

	.sieve .url a{
		line-height: 24px;
		float: left;
		color: #fff;
		margin-right: 30px;
		position: relative;
		font-size: 14px;
	}

	.sieve .url a:after{
		content: '>';
		display: block;
		color: #fff;
		position: absolute;
		top: 0px;
		right: -17px;
	}

	.sieve .url li:last-child a:after{
		display: none;
	}

	.sieve .url .term a{
		background-color: #fff;
		color: #3677e6;
		border-radius: 50px;
		text-align: center;
		line-height: 24px;
		padding: 0px 15px;
		display: none; 
	}

	.sieve .item{
		border-bottom: 1px solid #e0e0e0;
		position: relative;
	}

	.sieve .item:last-child{
		border-bottom: 0px;
	}

	.sieve .item .left{
		width: 140px;
		background-color: #efefef;
		line-height: 35px;
		padding: 10px 0px;
		text-align: center;
		font-size: 14px;
		position: absolute;
		height: 100%;
		color: #777;
	}

	.sieve .item .right{
		width: calc(100% - 160px);
	}

	.sieve .item .right .box{
		width: calc(100% - 50px);
		float: left;
		height: 55px;
		padding: 10px 0px;
		transition-duration: 0.3s;
	}

	.sieve .item .right .box.open{
		height: auto;
	}

	.sieve .item .right .box a{
		display: inline-block;
		line-height: 35px;
		padding-right: 24px;
		font-size: 14px;
	}

	.sieve .item .right .box a:hover{
		color: #3677e6
	}

	.sieve .item .right .box a.active{
		color: #3677e6
	}

	.sieve .item .right .btn-open{
		width: 50px;
		float: right;
		padding: 10px;
		line-height: 30px;
	}

	.sieve .item .right .btn-open span{
		cursor: pointer;
		color: #d2d2d2;
		font-size: 13px;
		display: inline-block;
		transition-duration: 0.2s;
		transform: rotate(0deg);
	}

	.sieve .item .right .btn-open.on span{
		transform: rotate(180deg);
	}	
}


.school{
	margin-bottom: 60px;
}

.school .hot{
	/*width: 220px;*/
	background-color: #fff;
	padding: 0px 10px;
	border: 1px solid #e0e0e0;
}

.school .hot .tit{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.school .hot a{
	display: block;
	margin-bottom: 20px;
}

.school .hot .img{
	height: 130px;
	background-size: contain;
	background-color: #ddd;
}

.school .hot .p1{
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
}

.school .hot .ico p{
	color: #8d8d8d;
	font-size: 12px;
}

.school .hot .ico p span{
	padding-right: 6px;
	font-size: 14px;
	color: #8d8d8d;
}

.school .list{
	width: calc(100% - 240px);
}

.school .list .order{
	border: 1px solid #ddd;
	background-color: #eee;
}

.school .list .order a{
	padding: 0px 15px;
	line-height: 50px;
	display: inline-block;
	font-size: 12px;
	color: #5a5a5a;
}

.school .list .order a.active{
	background-color: #fff;
	color: #3677e6;
}

.school .list .order .check{
	display: inline-block;
	font-size: 12px;
	color: #5a5a5a;
	margin-left: 30px;
}

.school .list .order .check input{
	position: relative;
	top: 2px;
}

.school .list .order .right .p1{
	float: left;
	line-height: 50px;
	font-size: 12px;
	color: #5a5a5a;
}

.school .list .order .right .p1 span{
	color: #3677e6;
}

.school .list .order .right .btn{
	float: right;
	margin-right: 15px;
	margin-left: 30px;
}

.school .list .order .right .btn a{
	padding: 0px;
	font-size: 16px;
	line-height: 40px;
	padding: 5px;
	font-weight: bold;
}

.school .list .order .right .btn a:hover{
	color: #3677e6;
}

.school .list .order .right .btn p{
	display: inline-block;
	font-size: 12px;
	line-height: 50px;
	font-weight: bold;
}

.school .list .order .right .btn p span{
	color: #3677e6;
}

.school .list .info{
	margin-top: 5px;
}

.school .list .info li{
	padding: 10px 0px;
	border-bottom: 1px solid #e0e0e0;
}

.school .list .info .img{
	width: 300px;
	height: 180px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.school .list .info .txt{
	width: calc(100% - 505px);
	margin-left: 30px;
}

.school .list .info .txt .p1{
	line-height: 30px;
	font-size: 17px;
}

.school .list .info .txt .p2{
	width: 500px;
    font-size: 12px;
    margin-top: 5px;
    color: #e4393c;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.school .list .info .txt .p3 p{
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
}

.school .list .info .txt .p3 .p3-1 img{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
}

.school .list .info .txt .p3 .p3-1 span{
	float: left;
	font-size: 14px;
}

.school .list .info .txt .p3 .p3-2 span{
	float: left;
	color: #3677e6;
	font-size: 12px;
	margin-right: 8px;
	line-height: 24px;
	padding: 0px 15px;
	margin-top: 3px;
	border: 1px dashed #3677e6;
}

.school .list .info .txt .p4{
	margin-top: 5px;
	margin-bottom: 25px;
}

.school .list .info .txt .p4 span{
	display: inline-block;
	width: 30%;
    font-size: 13px;
    color: #373737;
}

.school .list .info .txt .p5 span{
	display: inline-block;
	line-height: 24px;
	font-size: 14px;
	color: #d3d3d3;
	padding: 0px 15px;
	border-radius: 50px;
	border: 1px solid #d3d3d3;
}

.school .list .info .btn{
	width: 160px;
	margin-top: 40px;
}

.school .list .info .btn a{
	display: block;
    width: 80%;
    height: 39px;
    margin-bottom: 12px;
    line-height: 39px;
    background-color: #588ce4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.school .list .info .btn a:last-child{
	color: #588ce4;;
	background-color: transparent;
	border: 1px solid #588ce4;
	transition-duration: 0.2s;
}

.school .list .info .btn a:hover{
	opacity: 0.8;
}

/*详情*/
.details{
	margin-bottom: 40px;
}

.details .done{
	padding: 30px 0px;
}

.details .done .img{
	width: 480px;
}

.details .done .img .ico{
	height: 100%;
	height: 290px;
	background-color: #ddd;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.details .done .img .tag{
	margin-top: 5px;
	padding: 6px 10px;
	border: 1px dashed #e0e0e0;
	font-size: 14px;
}

.details .done .img .tag span{
	color: #3677e6;
}

.details .done .img .tag span:after{
	content: '/';
	display: inline-block;
	padding: 0px 4px;
}

.details .done .img .tag span:last-child:after{
	display: none;
}

.details .done .txt{
	width: calc(100% - 500px);
}

.details .done .txt .look{
	padding: 20px 10px;
	background-color: #fafaf7;
}

.details .done .txt .look .p1{
	font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
}

.details .done .txt .look .p2 span{
	display: inline-block;
	width: 24%;
    margin-top: 16px;
    font-size: 14px;
    color: #282828;
}

.details .done .txt .look .p2 span i{
	font-style: normal;
	font-size: 20px;
    color: #ff2424;
    padding-left: 10px;
}

.details .done .txt .clear{
	margin-top: 15px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 15px;
}

.details .done .txt .clear .select a{
	display: inline-block;
	margin: 0px 4px;
	padding: 0px 15px;
	line-height: 28px;
	border: 1px solid #d2d2d2;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
}

.details .done .txt .clear .select a:after{
	content: '';
	display: none;
	width: 30px;
	height: 30px;
	background-color: #3677e6;
	transform: rotate(60deg);
	position: absolute;
	right: -13px;
	top: 20px;
}

.details .done .txt .clear .select a.active:after{
	display: block;
}

.details .done .txt .clear .select a.active{
	display: inline-block;
	border-color: #3677e6;
}

.details .done .txt .clear .select a.disable{
    background-color: #dbdbdb;
    border: dashed 1px #bbb;
    cursor: not-allowed;
}

.details .done .txt .btn{
	margin-top: 16px;
	padding-left: 10px;
}

.details .done .txt .btn a{
    line-height: 45px;
    width: 149px;
    display: inline-block;
    background-color: #588ce4;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-right: 24px;
    text-align: center;
}

.details .done .txt .btn a:last-child{
    vertical-align: middle;
    background-color: #ffdbd1;
    border: 1px solid #588ce4;
    color: #588ce4;
}

.details .done .txt .btn a:hover{
	opacity: 0.8;
}

.details .info .about{
    width: calc(100% - 242px);
    border: 1px solid #ddd;
}

.details .info .about .tab-head{
	border-bottom: 2px solid #3677e6;
}

.details .info .about .tab-head a{
	line-height: 50px;
	display: block;
	padding: 0px 30px;
	font-size: 14px;
	float: left;
}

.details .info .about .tab-head a.active{
	background-color: #3677e6;
	color: #fff;
}

.details .info .about .tab-cont{
	padding: 30px;
}

.details .info .about .tab-cont .box{
	display: none;
}

.details .info .about .tab-cont .box.active{
	display: block;
}

.details .info .other{
	width: 220px;
}

.details .info .other .article{
	border: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.details .info .other .article p{
    color: #353535;
    font-size: 15px;
    border-left: 3px solid #3677e6;
    margin: 15px 5px 10px 8px;
    padding-left: 8px;
    display: inline-block;
    font-weight: 400;
}

.details .info .other .article li:hover a{
	color: #3677e6;
}

.details .info .other .article a{
	display: block;
	padding-left: 20px;
	position: relative;
	font-size: 13px;
	line-height: 32px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.details .info .other .article a:before{
	content: '●';
	display: block;
	position: absolute;
	left: 5px;
	top: 0px;
	transform: scale(0.7);
}

.details .info .other .rec{
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.details .info .other .rec p{
	height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #090000;
    font-weight: 700;
}

.details .info .other .rec .img{
	border-top: 1px solid #3677e6;
	border-bottom: 1px solid #3677e6;
	height: 120px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.details .info .other .hot{
	border: 1px solid #ddd;
}

.details .info .other .hot .tit{
	height: 30px;
    line-height: 30px;
    padding: 0 7px 0 11px;
    margin-bottom: 9px;
    background-color: #f5f5f5;
}

.details .info .other .hot ul a{
    display: block;
    padding: 10px;
}

.details .info .other .hot .img{
    height: 130px;
    background-color: #ddd;
}

.details .info .other .hot .p1 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 5px;
}

.details .info .other .hot .ico p {
    color: #8d8d8d;
    font-size: 12px;
}

.details .info .other .hot .ico p span{
    padding-right: 6px;
    font-size: 14px;
    color: #8d8d8d;
}

/*立即报名*/
.top{
	width: 100%;
	position: fixed;
	top: 0px;
	padding: 10px 0px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 4px 6px rgba(0,0,0,.08);
}

.top .left{
	position: relative;
	top: 2px;
}

.top .right{
	position: relative;
}

.top .right .mk{
	width: 200px;
	height: 5px;
	float: left;
	background-color: #ddd;
	text-align: center;
	margin-top: 15px;
}

.top .right:before{
	content: '';
	display: block;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 15px;
	width: 50%;
	background-color: #79bc53;
	transition-duration: 0.4s;
}

.top .right.active:before{
	width: 100%;
}

.top .right.active .mk p{
	color: #79bc53;
}
.top .right.active .mk div{
	background-color: #79bc53;
}

.top .right .mk div{
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	border-radius: 50%;
	background-color: #ddd;
	position: relative;
	top: -9px;
	transition-delay: 0.2;
}

.top .right .mk p{
	font-size: 14px;
	margin-top: -4px;
}

.enlist .info{
	width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 25px 0;
    margin-top: 100px;
    margin-bottom: 100px;
}

.enlist .info .warn{
	background: #fdf9da;
    font-size: 12px;
    color: #9d9d9d;
    padding: 15px 55px 15px 70px;
    line-height: 200%;
    zoom: 1;
    overflow: hidden;
}

.enlist .info .warn .ico{
	float: left;
	line-height: 50px;
	text-align: right;
}

.enlist .info .warn .txt{
	float: left;
	padding-left: 20px;
}

.enlist .info .warn .txt .p1{
	font-size: 14px;
	font-weight: bold;
	color: #6e6e6e;
}

.enlist .info .warn .txt .p2{
	font-size: 12px;
	color: #9d9d9d;
}

.enlist .info .major,
.enlist .info .step_1 .user{
	padding-left: 55px;
	padding-right: 55px;
}

.enlist .info .tit{
	color: #3b3b3b;
    font-size: 15px;
    margin: 15px 0 15px 0;
    padding-top: 15px;
    font-weight: 700;
}

.enlist .info .major .myitem{
	min-height: 30px;
    background: #f8f8f8;
    color: #3d3d3d;
    font-size: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 20px 35px;
    position: relative;
}

.enlist .info .major .myitem ul li{
	display: inline-block;
	width: 20%
}

.enlist .info .step_2 .major .myitem ul li{
	width: 32%;
	padding: 10px 0px;
}

.enlist .info .major .myitem img{
	position: absolute;
	right: 50px;
	bottom: 15px;
	width: 80px;
}

.enlist .info .major .prompt{
	height: 18px;
    font-size: 12px;
    color: #eaa06f;
}

.enlist .info .major .prompt span,
.enlist .info .warn .ico span{
	color: #eaa06f;
}

.enlist .info .step_1 .user ul{
	margin-bottom: 15px;
}

.enlist .info .step_1 .user ul li{
	margin-bottom: 20px;
	font-size: 14px;
}

.enlist .info .step_1 .user ul li label{
	width: 86px;
	display: inline-block;
}

.enlist .info .step_1 .privacyPolicy input{
	display: inline-block;
}

.enlist .info .step_1 .user ul li input{
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 2px 8px;
    font-size: 14px;
    color: #3b3b3b;
    width: 300px;
    height: 24px;
    line-height: 24px;
}

.enlist .info .step_1 .user ul li input.small{
	width: 210px
}

.enlist .info .step_1 .user ul li button{
	height: 26px;
    width: 85px;
    text-align: center;
    color: #3d3d3d;
    font-size: 12px;
    background: #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #bebebe;
}

.enlist .info .step_1 .user ul li span{
	margin-left: 20px;
	font-size: 14px;
	color: #ff0000;
	display: none;
}

.enlist .info .step_1 .privacyPolicy p{
	display: inline-block;
	font-size: 14px;
}

.enlist .info .step_1 .privacyPolicy a{
	color: #03A9F4;
}

.enlist .info .btn a{
	width: 206px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #f04f00;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    border: 0;
    margin: 50px 0 0 50px;
}
.school .list .info .img img{display: none;width: 100%;}
.details .done .img .ico img{display: none;width: 100%}

.services_h{
	position: fixed;
	top: 58px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	display: none;
	padding: 0px 15px;
	justify-content: space-between;
	z-index: 101;
	border-bottom: 1px solid #eee;
}
.services_h i{
	width: 60px;
}
.services_h p{
    color: #373737;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 4px solid #3677e6;
}
.services_h a{
	display: flex;
	line-height: 50px;
}
.services_h a span{margin-right: 8px;}
.wrap_tabH{
	width: 100%;
	display: none;
	position: fixed;
	top: 58px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	z-index: 3;
}
.wrap_tabH ul{
	display: flex;
	justify-content: center;
}
.wrap_tabH ul li{
	line-height: 50px;
	padding: 0px 5px;
	margin: 0px 10px;
	border-bottom: 4px solid transparent
}
.wrap_tabH ul li.act{border-bottom-color: #3677e6}
.wrap_box{display: none;}
.wrap_box.wrapOp{display: block;}
.news_college{
	padding: 10px 15px;
	background-color: #fff;
	margin-top: 15px;
	display: none;
}
.news_college>p{
	font-size: 18px;
	margin-bottom: 10px;
}
.news_college>a{
	display: flex;
	width: 100%;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.news_college>a img{
	width: 10%;
}
.news_college>a div{
	width: calc(90% - 30px);
}
.news_college>a div .p1{
	font-size: 18px;
	margin-bottom: 10px;
}
.news_college>a div .p2{
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #999;
}
.wrap-p3{
	display: none;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-top: 10px;
}
.wrap-p3 span{
	font-size: 18px;
	width: 90%;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 40px;
	padding-top: 5px;
}
.wrap-p3 span i{
	font-size: 16px;
	color: #757575;
	display: inline-block;
	width: 110px;
	font-style: normal;
}
.wrap-p3 a{
	line-height: 40px;
	padding-top: 5px;
}
.wrap-p3 a span{width: 100%}
.wrap_footer{display: none;}
.alert_clear .close{
	position: absolute;
    right: 15px;
    top: 15px;
    display: none;
}
@media screen and (max-width: 768px) {
	.alert_clear .close{display: block;}
	.school{margin-left: 15px;margin-right: 15px;margin-top: 120px;width: calc(100% - 30px);overflow: unset;}
	.school .hot{display: none;}
	.school .list{width: 100%;}
	.school .hot{width: 100%}
	.school .list .info li{border-radius: 8px;overflow: hidden;box-shadow: 0px 0px 10px rgba(0,0,0,.1);border-bottom: 0px;background-color: #fff;padding: 0px;margin-bottom: 15px;}
	.school .list .info .img{width: 100%;height: auto;}
	.school .list .info .img img{opacity: 0;display: block;}
	.school .list .info .txt{width: 100%;margin-left: 0px;}
	.school .list .info .txt .p4{padding-left: 15px;}
	.school .list .info .txt .p4 span{line-height: 40px;font-size: 16px;}
	.school .list .info .txt .p5,.school .list .info .txt .p3,.school .list .info .txt .p2,.school .list .info .txt .p1{display: none;}
	.school .list .info .btn{width: 100%;margin-top: 20px;display: none;}
	.school .list .info .btn a{width: 100%}
	.school .list .order .check{display: none;}
	
	.details{margin-top: 60px;margin-bottom: 70px;}
	.details .left{width: calc(100% - 2px)!important;}
	.details .info{margin: 0px 15px;}
	.details .info .about{width: 100%;border: none;}
	.details .info .other{width: calc(100% - 2px);margin-right: 0px;}
	.details .done .img{width: 100%!important;padding: 0px 15px;padding-top: 50px;float: none;background-color: #fff;}
	.details .done .txt{width: 100%;margin-top: 10px;float: none;}
	.details .done .img .ico{background-size: cover!important;height: auto;}
	.details .done .img .ico img{opacity: 0;display: block;}
	.details .info{margin: 0px;}
	.details .info .other .rec,.details .info .other .article{width: 100%!important;}
	.details .info .other .hot ul a{display: flex;}
	.details .info .other .hot .img{width: 60px;height: 60px;margin-right: 40px;}
	.details .done .txt .look .p2 span{width: 40%}
	.tab-cont,.details .info .other .rec, .details .info .other .article,.details .info .other .hot{background-color: #fff;border: none;}
	.details .info .other .rec p{text-align: left;padding-left: 15px;}
	.details .info .other .rec .img{width: calc(100% - 30px);margin-left: 15px;}
	.details .info .other .hot ul a{padding: 10px 15px}

	.enlist .info .major .myitem img{display: none;}
	
	.sieve:before{
		content: '';
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
		z-index: 100;
		display: none;
	}
	.sieve.active:before{display: block;}
	.sieve>.box{
		height: 60%;
		position: fixed;
		top: -100%;
		left: 0px;
		padding: 0px 15px;
		width: 100%;
		background-color: #fff;
		overflow-y: auto;
		z-index: 101;
		transition-duration: 0.3s;
	}
	.sieve.active>.box{
		top: 113px;
	}
	.sieve .url,.sieve .btn-open{display: none;}
	.sieve .item .left{margin-top: 10px;color: #7e7e7e;margin-bottom: 10px;}
	.sieve .item .left,.sieve .item .right{width: 100%;}
	.sieve .item .box{display: flex;flex-wrap: wrap;margin-left: -10px;margin-right: -10px;}
	.sieve .item .box a{
		flex-basis: calc(33.33% - 20px);
		margin: 0px 10px;
		background-color: #f6f6f6;
		border-radius: 8px;
		border: 1px solid #f6f6f6;
		margin-bottom: 15px;
		display: block;
		line-height: 32px;
		text-align: center;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.sieve .item .box a.active{
		border-color: #3677e6;
		background-color: #d7e6ff;
	}
	.services_h{display: flex;}
	
	.details .done .txt .btn{display: none;}
	.wrap_footer{
		width: 100%;
		position: fixed;
		bottom: 0px;
		left: 0px;
		padding-left: 0px;
		background-color: #fff;
		display: flex;
		border-top: 1px solid #eee;
		z-index: 99;
	}
	.wrap_footer a{
		width: 40%;
		line-height: 50px;
		display: block;
		margin-right: 0px;
		border: none;
		border-radius: 0px;
		text-align: center;
	}
	.wrap_footer a:last-child{
		width: 60%;
		color: #fff;
		background-color: #3677e6;
		border: none;
		border-radius: 0px;
	}

	.kong{display: none;}

	.school .list .info .txt .p4{margin-top: 0px;margin-bottom: 0px;}

	.enlist .top{display: none;}
	.enlist .info{width: calc(100% - 30px);margin: 0px 15px;margin-top: 70px;}
	.enlist .info .warn{padding: 15px;}
	.enlist .info .major .myitem{padding: 15px;}
	.enlist .info .major .myitem ul li{width: 24%;display: block;}
	.enlist .info .major, .enlist .info .step_1 .user{padding: 0px 15px;}
	.enlist .info .warn .ico span{display: none;}
	.enlist .info .btn a{margin-left: 0px;width: 100%;}
	header{display: block;}

	.school .list .order{display: none;}

	.details .info .about .tab-head{display: none;}
	.details .done .img .tag{display: none;}
	.details .done .txt .look{
		margin: 0px;
		background-color: #fff;
		padding-bottom: 6px;
	}
	.wrap_tabH{display: block;}
	.details .left{font-size: 18px;}
	.alert_clear:before{
		content: '';
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: none;
		background-color: rgba(0,0,0,.5);
		z-index: 100;
	}
	.alert_clear>.box{
		position: fixed;
		bottom: -100%;
		left: 0px;
		width: 100%;
		height: 50%;
		background-color: #fff;
		z-index: 109;
		overflow-y: auto;
		transition-duration: 0.3s;
	}
	.alert_clear.active:before{display: block;}
	.alert_clear.active>.box{
		bottom: 0px;
	}
	
	..news_college{display: block;}
	.wrap_box{display: none!important;}
	.wrap_box.wrapOp{display: block!important;}
	.details .done .txt .clear .select a{margin-bottom: 0px;font-size: 14px;}
	.details .left.p1{margin-bottom: 10px;}
	.details .done{padding: 15px 0px;margin-top: 50px;}
	.details .info .about .tab-cont{padding: 0px 15px;margin-top: 0px;}
	.details .info .about .tab-cont .box{padding: 15px 0px;margin-top: 50px;}
}