@charset "utf-8";


html,body{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	background: #F9C307;
}

.container{
	padding: 2rem 2rem 0 2rem;
}

/*  报名  */
.bm-part{
	background: #3C8CF2;
	-webkit-box-shadow: 0 5px 0 #235706;
	box-shadow: 0 5px 0 #235706;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 2rem;
}
.bm-part h3{
	font-size: 1.4rem;
	font-weight: 900;
	color: #fff;
	margin: 1rem 0 0 0;
}
.bm-part .form-line{
	background: #fff;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: .8rem;
	position: relative;
}
.bm-part .form-line input,
.bm-part .form-line select{
	width: 100%;
	border: 0;
	padding: 8px 10px;
	background: transparent;
}
.bm-part .form-line.select:before{
	position: absolute;
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #ccc;
}
.bm-part .submit-line a{
	display: block;
	width: 120px;
	background: #E7582B;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 3 rgba(0,0,0,.2);
	margin: 1.2rem auto;
}
	
/*  网友求助  */
.ask-part{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 2rem 0 0 0;
}
.ask-part a{
	display: inline-block;
	border: 1px solid #6B3F10;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #F9EB07;
	-webkit-box-shadow: 0 5px 0 #E67E17;
	box-shadow: 0 5px 0 #E67E17;
	color: #251693;
	font-weight: 900;
	font-size: 1rem;
	width: 45%;
	padding: 7px 0;
	line-height: 1.1;
	position: relative;
}	
.ask-part a:before{
	background: url(../../img/study/icon-point.png) no-repeat center / 100% auto;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	position: absolute;
	right: -5px;
	bottom: -5px;
}
	
.style1{
	margin-top: 2rem;	
}
.style1 img.title{
	width: 95%;
	margin: 0 auto;
}
.style1 .content{
	background: #3C8CF2;
	-webkit-box-shadow: 10px 10px 0 #E67E17;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	margin-top: 1.5rem;
	color: #fff;
	padding: 1rem 1.5rem;
	position: relative;
}
.style1 .content a{
	color: #fff;
}
.style1 .content:before,
.style1 .content:after{
	content: "";
	display: block;
	width: 20px;
	height: 60px;
	background: url(../../img/study/recommend-icon.png) no-repeat center / 100% auto;
	position: absolute;
	top: -23px;
}
.style1 .content:before{ left: 1.4rem;}
.style1 .content:after{ right: 1.4rem;}
.style1 .content img.tit{
	width: 70%;
	margin: 0 0 1rem 17%;
}






/*  教育机构推荐  */
.recommend{}
.recommend .content h5{
	color: #f9eb07;
	font-weight: 900;
	font-size: 1.2rem;
	margin: .8rem 0 .7rem 0;
	text-align: center;
}
.recommend .content p{
	text-indent: 2rem;
	line-height: 1.6;
}
.recommend .content strong{
	display: block;
	text-align: center;
	margin: .8rem auto 0 auto;
}

/*  促销  */
.sale h5{
	display: inline-block;
	padding: 5px 8px;
	background: #F9EB07;
	color: #f15a25;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
}
.sale p{
	
}
/*
.sale p{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin-top: 1rem;
}
.sale p span{
	display: block;
	color: #fff;
	font-size: 1.2rem;
}
.sale p img{
	display: block;
	width: 80px;
	margin: 0 3px;
}*/

/*  承诺  */
.promise .content dl{
	background: #fff;
	padding: .5rem;
	margin-top: 1rem;
}
.promise .content dl dt{
	color: #f15a25;
	font-weight: 900;
	font-size: 1.1rem;
}
.promise .content dl dd{
	color: #1263a8;
	line-height: 1.3;
	font-size: .9rem;
	margin-top: .2rem;
}
	
/*  联系  */
.contact{
	color: #1958e6;
	margin-top: 3rem;
}
.contact img{
	width: 50%; 
	margin: 0 auto 1rem auto;
}
.contact p{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
}
.contact a{
	color: #1958e6;
}



	