/*报考系统-登录*/
.baokao-login .sec1{
	background-color: #f2f2f2;
	padding: 60px 0 128px;
	text-align: center;
}
.baokao-login .sec1 .left-part{
	margin-right: 10%;
	width: 57.6%;
	display: inline-block;
	vertical-align: middle;
}
.baokao-login .sec1 .right-part{
	display: inline-block;
	vertical-align: middle;
	width: 27.5%;
}
.baokao-login .sec1 .right-part h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 22px;
}
.baokao-login .sec1 .right-part h5{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 26px;
}
.baokao-login .sec1 .right-part .tab-control{
	margin-bottom: 20px;
}
.baokao-login .sec1 .right-part .tab-control .box{
	font-size: 14px;
	color: #9fa3a7;
	text-align: left;
}
.baokao-login .sec1 .right-part .tab-control .box.active{
	color: #242424;
}
.baokao-login .sec1 .right-part .tab-control .box.left{
	float: left;
}
.baokao-login .sec1 .right-part .tab-control .box.right{
	float: right;
}
.baokao-login .sec1 .right-part .tab-control .box a{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-image: url(../images/baokao_login_sec1_icon1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.baokao-login .sec1 .right-part .tab-control .box.active a{
	background-image: url(../images/baokao_login_sec1_icon2.png);
}
.baokao-login .sec1 .right-part .tab-control .box a input{
	position: relative;
	z-index: -1;
}
.baokao-login .sec1 .right-part .tab-content .content{
	display: none;
}
.baokao-login .sec1 .right-part .tab-content .content.active{
	display: block;
}
.baokao-login .sec1 .right-part .tab-content .content .row{
	margin-bottom: 20px;
	position: relative;
	font-size: 0;
}
.baokao-login .sec1 .right-part .tab-content .content .row .text{
	font-size: 14px;
	color: #242424;
	position: absolute;
	left: -4em;
	top: 50%;
	margin-top: -7px;
}
.baokao-login .sec1 .right-part input{
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	line-height: 44px;
	border-radius: 4px;
	text-align: left;
}
.baokao-login .sec1 .right-part input.short{
	width: 50%;
	margin-right: 4%;
}
.baokao-login .sec1 .right-part .vali-img{
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	width: 46%;
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
}
.baokao-login .sec1 .right-part .tab-content .box{
	font-size: 14px;
	color: #9fa3a7;
	text-align: left;
	float: left;
}
.baokao-login .sec1 .right-part .tab-content .box.active{
	color: #666;
}
.baokao-login .sec1 .right-part .tab-content .box.left{
	float: left;
}
.baokao-login .sec1 .right-part .tab-content .box.right{
	float: right;
}
.baokao-login .sec1 .right-part .tab-content .box a{
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-image: url(../images/baokao_login_sec1_icon4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.baokao-login .sec1 .right-part .tab-content .box.active a{
	background-image: url(../images/baokao_login_sec1_icon5.png);
}
.baokao-login .sec1 .right-part .tab-content .box a input{
	position: relative;
	z-index: -1;
}
.baokao-login .sec1 .right-part .tab-content .btn-forget{
	float: right;
	font-size: 14px;
	color: #666;
}
.baokao-login .sec1 .right-part .tab-content .trans-get{
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	font-size: 14px;
	color: #242424;
	line-height: 44px;
	border-radius: 4px;
}
.baokao-login .sec1 .right-part .tab-content .time{
	display: none;
	vertical-align: middle;
	width: 46%;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	font-size: 14px;
	color: #242424;
	line-height: 44px;
	border-radius: 4px;
}
.baokao-login .sec1 .right-part .btn-confirm{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #1781e0;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	display: block;
}
/*报考系统-忘记密码*/
.baokao-forget .sec1{
	background-color: #f2f2f2;
	padding: 60px 0 128px;
	text-align: center;
	font-size: 0;
}
.baokao-forget .sec1 .left-part{
	margin-right: 10%;
	width: 45.4%;
	display: inline-block;
	vertical-align: middle;
}
.baokao-forget .sec1 .right-part{
	display: inline-block;
	vertical-align: middle;
	width: 27.5%;
}
.baokao-forget .sec1 .right-part h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 22px;
}
.baokao-forget .sec1 .right-part h5{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 26px;
}
.baokao-forget .sec1 .right-part input{
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	line-height: 44px;
	height: 46px;
	border-radius: 4px;
	text-align: left;
}
.baokao-forget .sec1 .right-part input.short{
	width: 56%;
	margin-bottom: 0;
	margin-right: 4%;
}
.baokao-forget .sec1 .right-part .input-box{
	margin-bottom: 20px;
}
.baokao-forget .sec1 .right-part .input-box a{
	display: inline-block;
	vertical-align: top;
	width: 40%;
	height: 46px;
	border-radius: 4px;
	overflow: hidden;
}
.baokao-forget .sec1 .right-part .input-box a.code{
	border: 1px solid #e6e6e6;
}
.baokao-forget .sec1 .right-part .input-box a.code img{
	height: 100%;
	width: 100%;
}
.baokao-forget .sec1 .right-part .input-box a.textcode{
	line-height: 44px;
	font-size: 14px;
	color: #323230;
	background-color: #ffcf59;
	font-weight: bold;
}
.baokao-forget .sec1 .right-part .btn-confirm{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #1781e0;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	display: block;
}
/*报考系统-注册*/
.baokao-reg .sec1{
	background-color: #f2f2f2;
	padding: 60px 0 128px;
	text-align: center;
}
.baokao-reg .sec1 .left-part{
	margin-right: 10%;
	width: 45.4%;
	display: inline-block;
	vertical-align: middle;
}
.baokao-reg .sec1 .right-part{
	display: inline-block;
	vertical-align: middle;
	width: 27.5%;
}
.baokao-reg .sec1 .right-part h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 22px;
}
.baokao-reg .sec1 .right-part h5{
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 26px;
}
.baokao-reg .sec1 .right-part input{
	width: 100%;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	line-height: 44px;
	height: 46px;
	border-radius: 4px;
	text-align: left;
}
.baokao-reg .sec1 .right-part .tip{
	color: #666;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 2;
}
.baokao-reg .sec1 .right-part .btn-confirm{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #1781e0;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	display: block;
}
/*报考系统-注册提示*/
.baokao-reg-2 .sec1{
	background-color: #f2f2f2;
	padding: 60px 0 128px;
	text-align: center;
	font-size: 0;
}
.baokao-reg-2 .sec1 .left-part{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10%;
	width: 45.4%;
}
.baokao-reg-2 .sec1 .left-part img{
	vertical-align: middle;
	width: 100%;
}
.baokao-reg-2 .sec1 .right-part{
	display: inline-block;
	vertical-align: middle;
	width: 27.5%;
}
.baokao-reg-2 .sec1 .right-part img{
	margin-bottom: 44px;
}
.baokao-reg-2 .sec1 .right-part p{
	font-size: 20px;
	color: #2c2c2c;
	line-height: 1.8;
}
/*报考系统-注册成功*/
.baokao-reg-3 .sec1{
	background-color: #f2f2f2;
	padding: 115px 0 125px;
	text-align: center;
}
.baokao-reg-3 .sec1 h3{
	font-size: 24px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 50px;
}
.baokao-reg-3 .sec1 img{
	margin-bottom: 50px;
}
.baokao-reg-3 .sec1 p{
	font-size: 16px;
	color: #999;
}
.baokao-reg-3 .sec1 p span{
	font-family: "acrom";
	color: #1681df;
}
/*报考系统主页面*/
.baokao-part .sec1{
	background-color: #f2f2f2;
	padding-bottom: 50px;
}
.baokao-part .sec1 .top-part{
	padding: 30px 0;
}
.baokao-part .sec1 .top-part .user-info{
	line-height: 54px;
	height: 54px;
	float: left;
}
.baokao-part .sec1 .top-part .user-info .email-box{
	display: inline-block;
	vertical-align: middle;
}
.baokao-part .sec1 .top-part .user-info .email-box .avatar-box{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.baokao-part .sec1 .top-part .user-info .email-box .avatar-box img{
	width: 54px;
}
.baokao-part .sec1 .top-part .user-info .email-box .email{
	width: 210px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 27px;
	background-color: #1681df;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
}
.baokao-part .sec1 .top-part .user-info .email-box .email span{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -7px;
	border-style: solid;
	border-width: 5px 8px 5px 0px;
	border-color: transparent #1681df transparent transparent;
}
.baokao-part .sec1 .top-part .user-info .btn-logout.web{
	margin-left: 10px;
	color: #666;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	text-decoration: underline;
}
.baokao-part .sec1 .top-part .user-info .btn-logout.mobile{
	display: none;
}
.baokao-part .sec1 .top-part .plate-info{
	float: right;
	line-height: 54px;
	height: 54px;
	text-align: right;
}
.baokao-part .sec1 .top-part .plate-info a{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	padding: 0 12px;
	line-height: 36px;
}
.baokao-part .sec1 .top-part .plate-info a.active{
	border: 2px solid #ffc80a;
	border-radius: 20px;
	color: #38444a;
}
.baokao-part .sec1 .bottom-part{
	border: 1px solid #e6e6e6;
	background-color: #fff;
	border-radius: 4px;
	padding: 50px 0;
	text-align: center;
}
.baokao-part .sec1 .bottom-part .web .part-type{
	font-size: 0;
	margin-bottom: 50px;
	border: 2px solid #1681df;
	display: inline-block;
	vertical-align: top;
	border-radius: 20px;
	overflow: hidden;
}
.baokao-part .sec1 .bottom-part .web .part-type a{
	font-size: 14px;
	color: #9fa3a7;
	font-weight: bold;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
.baokao-part .sec1 .bottom-part .web .part-type a.active{
	color: #fff;
	background-color: #1681df;
}
/*报考系统-录取结果*/
.baokao-part.result  .sec1 .bottom-part .content-box{
	padding: 0 8%;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box{
	font-size: 0;
	margin-bottom: 30px;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box li{
	width: 170px;
	height: 170px;
	padding-top: 60px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box li:last-child{
	margin-right: 0;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box li.active{
	border-color: #ffcf59;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box li h3{
	font-size: 50px;
	color: #2d2d2d;
	font-family: "acrom";
	margin-bottom: 20px;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box li p{
	font-size: 14px;
	color: #999;
}
.baokao-part.result  .sec1 .bottom-part .content-box .score-box li .tag{
	position: absolute;
	top: 10px;
	left: 0;
	padding: 0 10px;
	line-height: 28px;
	background-color: #ffcf59;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
	text-align: left;
	margin-bottom: 30px;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box div{
	display: none;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box div.active{
	display: block;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box p{
	font-size: 12px;
	color: #666;
	margin-bottom: 12px;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box p:last-child{
	margin-bottom: 0;
}
.baokao-part.result  .sec1 .bottom-part .content-box .des-box p b{
	color: #333;
}
.baokao-part.result  .sec1 .bottom-part .content-box .next{
	display: inline-block;
	vertical-align: top;
	width: 112px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #1681df;
	margin: 0 5px;
	text-align: center;
}
/*报考系统-录取无结果*/
.baokao-part.noresult  .sec1 .bottom-part{
	padding: 157px 0 188px;
}
.baokao-part.noresult  .sec1 .bottom-part img{
	margin-bottom: 40px;
}
.baokao-part.noresult  .sec1 .bottom-part h3{
	font-size: 36px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 28px;
}
.baokao-part.noresult  .sec1 .bottom-part p{
	font-size: 18px;
	color: #2c2c2c;
}
/*报考系统-录取通知书*/
.baokao-part.letter  .sec1 .bottom-part{
	padding: 50px 0 90px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box{
	font-size: 0;
	padding: 0 8%;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .result-box{
	margin-bottom: 50px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .result-box img{
	max-width: 100%;
	margin-bottom: 40px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .result-box p{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box{
	position: relative;
	width: 186px;
	display: inline-block;
	vertical-align: top;
	margin: 0 50px 80px;
	border: 3px solid #313739;
	border-radius: 8px;
	padding: 38px 0 23px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box a{
	display: block;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
	width: 100px;
	height: 32px;
	line-height: 30px;
	border: 1px dashed #c4c4c4;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box a:hover{
	color: #fff;
	background-color: #1681df;
	border: 1px solid #1681df;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box img{
	position: absolute;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box.left img{
	left: -37px;
	bottom: -40px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .box.right img{
	right: -48px;
	bottom: -33px;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .line{
	margin: 0 0 30px;
	border-top: 1px solid #e5e5e5;
}
.baokao-part.letter  .sec1 .bottom-part .content-box .next{
	display: block;
	margin: 0 auto;
	width: 112px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #1681df;
	text-align: center;
}
/*报考系统-录取进程*/
.baokao-part.progress .sec1 .bottom-part .phase-box{
	font-size: 0;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .phase{
	display: inline-block;
	vertical-align: top;
	width: 84px;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .phase .num{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #cecece;
	border-radius: 50%;
	margin: 0 auto 10px;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .phase.active .num{
	background-color: #ffcf59;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .phase.passed .num{
	background-color: #1681df;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .phase p{
	font-size: 14px;
	color: #9fa3a7;
	font-weight: bold;
	text-align: center;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .phase.active p{
	color: #292929;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .line{
	display: inline-block;
	vertical-align: top;
	height: 2px;
	background-color: #cecece;
	width: 17%;
	margin: 14px -27px 0;
}
.baokao-part.progress .sec1 .bottom-part .phase-box .line.passed{
	background-color: #1681df;
}
/*报考系统-录取进程-录取确认*/
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box{
	padding-top: 45px;
}
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box img{
	margin-bottom: 32px;
}
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box div{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box div a{
	color: #1681df;
	text-decoration: underline;
}
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box .btn-confirm{
	width: 235px;	
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #1681df;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 30px;
	display: block;
}
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box p{
	font-size: 14px;	
	color: #9fa3a7;
	margin-bottom: 12px;
}
.baokao-part.progress.phase1 .sec1 .bottom-part .content-box .btn-contact{
	font-size: 14px;
	color: #1681df;
	text-decoration: underline;
}
/*报考系统-录取进程-确认缴费*/
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box{
	padding-top: 45px;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .tip{
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	margin-bottom: 20px;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .img-box{
	width: 340px;
	height: 230px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #e9e9e9;
	margin: 0 auto 30px;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .img-box img{
	width: 100%;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box p{
	font-size: 14px;
	color: #9fa3a7;
	line-height: 2;
	margin-bottom: 40px;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .btn-box{
	font-size: 0;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .btn-box a{
	width: 112px;
	height: 48px;
	line-height: 48px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	border-radius: 24px;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .btn-box input{
	display: none;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .btn-box a.upload{
	color: #323230;
	background-color: #ffcf59;
}
.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .btn-box a.confirm{
	color: #fff;
	background-color: #1681df;
}
/*报考系统-录取进程-确认缴费-审核提示*/
.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box{
	padding-top: 50px;
}
.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box img{
	margin-bottom: 48px;
}
.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box h3{
	font-size: 36px;
	color: #2c2c2c;
	margin-bottom: 30px;
	font-weight: normal;
}
.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box p{
	font-size: 16px;
	color: #999;
}
/*报考系统-录取进程-确认缴费-已录取*/
.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box{
	padding-top: 50px;
}
.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box img{
	margin-bottom: 50px;
}
.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box h5{
	font-size: 18px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 28px;
}
.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box h3{
	font-size: 36px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 28px;
}
.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 112px;
	height: 48px;
	line-height: 48px;
	margin: 0 auto 28px;
	background-color: #1681df;
	border-radius: 24px;
}
.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box p{
	font-size: 16px;
	color: #999;
}
/*报考系统-录取进程-确认缴费-未通过*/
.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box{
	padding-top: 50px;
}
.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box img{
	margin-bottom: 48px;
}
.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box h3{
	font-size: 36px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 30px;
}
.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box a{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	display: block;
	background-color: #1681df;
	margin: 0 auto;
}
/*报考系统-录取进程-下载资料*/
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box{
	padding-top: 50px;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul{
	margin-bottom: 74px;
	font-size: 0;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li{
	display: inline-block;
	vertical-align: top;
	width: 186px;
	padding: 38px 0 23px;
	border: 3px solid #313739;
	border-radius: 8px;
	margin-right: 30px;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li:last-child{
	margin-right: 0;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li h3{
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li a{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	line-height: 30px;
	height: 32px;
	border: 1px dashed #c4c4c4;
	font-size: 14px;
	color: #666;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li a:hover{
	color: #fff;
	border: 1px solid #1681df;
	background-color: #1681df;
}
.baokao-part.progress.phase3 .sec1 .bottom-part .content-box .next{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 112px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	display: block;
	background-color: #1681df;
	margin: 0 auto;
}
/*报考系统-录取进程-录取资料回执*/
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box{
	padding: 50px 8% 0;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box h5{
	font-size: 12px;
	color: #999;
	text-align: left;
	font-weight: normal;
	padding: 20px 0;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box h5 b{
	font-size: 14px;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box h5 span{
	color: #f37835;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box h5 .tip{
	float: right;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box{
	border: 1px dashed #c1c1c1;
	border-radius: 4px;
	font-size: 0;
	padding: 2%;
	background-color: #fafafa;
	text-align: left;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box{
	margin-right: 5%;
	width: 30%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .img-box{
	width: 100%;
	height: 180px;
	background-color: #e9e9e9;
	border-radius: 4px;
	overflow: hidden;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .img-box img{
	width: 100%;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box{
	position: relative;
	padding: 10px 0;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box input{
	display: none;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .submit{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background-color: #ffc80a;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .delete{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .delete img{
	 margin-right: 4px;
	 vertical-align: middle;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	line-height: 180px;
	text-align: center;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box .btn-box{
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box .btn-box img{
	margin-bottom: 12px;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box .btn-box p{
	font-size: 14px;
	color: #9fa3a7;
	line-height: 1.5;
}
.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .next{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 112px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	display: block;
	background-color: #1681df;
	margin: 50px auto 0;
}
/*报考系统-录取进程-录取资料回执-未通过*/
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box{
	padding: 50px 8% 0;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box img{
	margin-bottom: 48px;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box h3{
	font-size: 36px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 30px;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box a{
	display: block;
	margin: 0 auto 30px;
	width: 200px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #1681df;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box{
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box h4{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box p{
	font-size: 12px;
	color: #666;
	margin-bottom: 12px;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box p:last-child{
	margin-bottom: 0;
}
.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box p b{
	color: #333;	
}
/*报考系统-录取进程-完成*/
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box{
	padding-top: 50px;
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box .img-box{
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 16px rgba(0,0,0,0.26);
	border-radius: 8px;
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box .img-box .text{
	position: absolute;
	left: 6%;
	bottom: 9.4%;
	font-size: 12px;
	color: #292929;
	font-weight: bold;
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box .img-box .text input{
	font-size: 16px;
	color: #292929;
	border-radius: 4px;
	vertical-align: middle;
	margin-left: 10px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	box-shadow: 0 0 7px rgba(0,0,0,0.14);
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box h4{
	font-size: 18px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 32px;
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box h3{
	font-size: 30px;
	color: #2c2c2c;
	font-weight: normal;
	margin-bottom: 44px;
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box p{
	font-size: 16px;
	color: #999;
}
.baokao-part.progress.phase5 .sec1 .bottom-part .content-box p a{
	color: #1681df;
	text-decoration: underline;
}
/*报考系统-联系招办*/
.baokao-part.contact .sec1 .bottom-part .content-box h3{
	font-size: 18px;
	color: #2d2d2d;
	font-weight: bold;
	margin-bottom: 50px;
}
.baokao-part.contact .sec1 .bottom-part .content-box ul{
	font-size: 0;
}
.baokao-part.contact .sec1 .bottom-part .content-box ul li{
	display: inline-block;
	vertical-align: top;
	width: 200px;
}
.baokao-part.contact .sec1 .bottom-part .content-box ul li img{
	margin-bottom: 20px;
}
.baokao-part.contact .sec1 .bottom-part .content-box ul li h5{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 12px;
}
.baokao-part.contact .sec1 .bottom-part .content-box ul li p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
/*报考系统-报名部分公用*/
.baokao-part.baoming .sec1 .bottom-part .phase-box{
	font-size: 0;
	margin-bottom: 50px;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .phase{
	display: inline-block;
	vertical-align: top;
	width: 140px;
	position: relative;
	z-index: 1;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .phase .num{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #cecece;
	border-radius: 50%;
	margin: 0 auto 10px;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .phase.active .num{
	background-color: #ffcf59;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .phase.passed .num{
	background-color: #1681df;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .phase p{
	font-size: 14px;
	color: #9fa3a7;
	font-weight: bold;
	text-align: center;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .phase.active p{
	color: #292929;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .line{
	display: inline-block;
	vertical-align: top;
	height: 2px;
	background-color: #cecece;
	width: 210px;
	margin: 14px -55px 0;
}
.baokao-part.baoming .sec1 .bottom-part .phase-box .line.passed{
	background-color: #1681df;
}
/*报考系统-报名1*/
.baokao-part.baoming.phase1 .sec1 .bottom-part table{
	margin: 0 auto;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table th{
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	color: #9fa3a7;
	font-weight: bold;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table th span{
	color: #f37835;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td{
	text-align: left;
	padding: 9px 0;
	font-size: 0;
	color: #292929;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .must{
	color: #f37835;
	font-size: 14px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.name,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.homeaddress,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday > select,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.school,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime > input,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .liuxueguojia{
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 20px;
	width: 320px;
	height: 46px;
	line-height: 44px;
	font-size: 14px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .sick-box{
	width: 320px;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	vertical-align: top;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .sick-box .gender-box{
	vertical-align: middle;
	line-height: 1;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday{
	font-size: 14px;
	color: #9fa3a7;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday > select{
	width: 90px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime input{
	background-repeat: no-repeat;
	background-image: url(../images/baokao_baoming_phase1_sec1_img2.png);
	background-position: 95% center;
	background-size: auto 59%;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.name:nth-child(1){
	margin-right: 18px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime.active .cover{
	display: none;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .gender-box{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #242424;
	margin-right: 40px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box{
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 10px;
	width: 640px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .benren-img-box{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .benren-img-box img{
	width: 100%;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text{
	display: inline-block;
	vertical-align: middle;
	width: 518px;
	text-align: center;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text input{
	display: none;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text p{
	font-size: 14px;
	color: #9fa3a7;
	margin-bottom: 15px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text a{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #ffc80a;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-type-box{
	margin-bottom: 18px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-type-box .tip{
	font-size: 14px;	
	color: #9fa3a7;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box{
	padding: 20px;
	border: 1px dashed #e6e6e6;
	background-color: #fafafa;
	border-radius: 4px;
	width: 640px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box > input{
	width: 100%;
	height: 46px;
	line-height: 44px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 0 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box > p{
	font-size: 12px;	
	color: #9fa3a7;
	margin-bottom: 10px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box > p b{
	color: #292929;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box{
	display: inline-block;
	vertical-align: top;
	width: 290px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box:last-child{
	margin-left: 18px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box img{
	width: 100%;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box input{
	display: none;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box a{
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background-color: #ffc80a;
	font-size: 14px;
	color: #292929;
	font-weight: bold;
	text-align: center;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td select{
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	font-size: 14px;
	color: #292929;
	padding: 0 20px;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(../images/baokao_baoming_phase1_sec1_img4.png);
	background-position: right center;
	background-size: auto 100%;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td select option{
	padding: 0 20px;
	font-size: 14px;
	color: #292929;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .liuxueguojia{
	margin-left: 20px;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td textarea{
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 10px 20px;
	height: 92px;
	line-height: 28px;
	font-size: 14px;
	resize: none;
}
.baokao-part.baoming.phase1 .sec1 .bottom-part table td .submit{
	display: block;
	margin: 0 auto;
	width: 172px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #1681df;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/*报考系统-报名2*/
.baokao-part.baoming.phase2 .sec1 .bottom-part table{
	margin: 0 auto;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table th{
	text-align: right;
	padding-right: 20px;
	font-size: 14px;
	color: #9fa3a7;
	font-weight: bold;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table th span{
	color: #f37835;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td{
	text-align: left;
	padding: 9px 0;
	font-size: 0;
	color: #292929;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text,.baokao-part.baoming.phase2 .sec1 .bottom-part table td select{
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 0 20px;
	width: 320px;
	height: 46px;
	line-height: 44px;
	font-size: 14px;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td select{
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(../images/baokao_baoming_phase1_sec1_img4.png);
	background-position: right center;
	background-size: auto 100%;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td select,.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text.other{
	width: 150px;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text.other{
	margin-left: 20px;
	display: none;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text.other.active{
	display: inline;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box{
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	padding: 2px;
	width: 320px;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box input{
	width: 65%;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	background-color: #fafafa;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box a{
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	background-color: #ffcf59;
	text-align: center;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 14px;
	color: #323230;
	line-height: 40px;
	height: 40px;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box a.time{
	display: none;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .btn{
	display: inline-block;
	vertical-align: top;
	width: 112px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #1681df;
	margin: 0 5px;
	text-align: center;
}
.baokao-part.baoming.phase2 .sec1 .bottom-part table td .btn.submit{
	background-color: #ffcf59;
	color: #292929;
}
/*报考系统-报名3*/
.baokao-part.baoming.phase3 .sec1 .bottom-part .content img{
	margin-bottom: 40px;
}
.baokao-part.baoming.phase3 .sec1 .bottom-part .content h3{
	font-size: 24px;
	color: #2c2c2c;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 20px;
}
.baokao-part.baoming.phase3 .sec1 .bottom-part .content .box{
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.baokao-part.baoming.phase3 .sec1 .bottom-part .content p{
	font-size: 14px;
	color: #2c2c2c;
	line-height: 1.8;
}
.baokao-part.baoming.phase3 .sec1 .bottom-part .content a{
	display: inline-block;
	vertical-align: top;
	width: 185px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background-color: #ffc80a;
	font-size: 18px;
	color: #292929;
	font-weight: bold;
}
/*报考系统-报名4*/
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box{
	text-align: left;
	width: 83%;
	margin: 0 auto 30px;
	position: relative;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box .title{
	font-size: 18px;
	color: #38444a;
	font-weight: bold;
	margin-bottom: 20px;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table{
	background-color: #fafafa;
	width: 100%;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td{
	padding: 30px;
	font-size: 14px;
	color: #666;
	border: 1px solid #e6e6e6;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td.ava-box{
	padding: 0;
	width: 188px;
	text-align: center;
	color: #999;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td b{
	color: #292929;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td .img-box{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td .img-box:last-child{
	margin-right: 0;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .btn{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: 142px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #1681df;
}
.baokao-part.baoming.phase4 .sec1 .bottom-part .btn.confirm{
	background-color: #ffcf59;
	color: #292929;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
	/*报考系统-联系招办*/
	.baokao-part.contact #wrap{
		min-height: auto;
		background-color: #f2f2f2;
	}
	/*报考系统-忘记密码*/
	.baokao-forget #wrap{
		background-color: #f2f2f2;
	}
	.baokao-forget .sec1 .left-part{
		width: 50%;
		margin-right: 10%;
	}
	.baokao-forget .sec1 .right-part{
		width: 35%;
	}
	/*报考系统-录取通知书*/
	.baokao-part.letter #wrap{
		background-color: #f2f2f2;
	}
	/*报考系统-登录*/
	.baokao-login  #wrap{
		background-color: #f2f2f2;
	}
	.baokao-login .sec1 .left-part{
		width: 50%;
		margin-right: 10%;
	}
	.baokao-login .sec1 .right-part{
		width: 35%;
	}
	/*报考系统-注册*/
	.baokao-reg #wrap{
		background-color: #f2f2f2;
	}
	.baokao-reg .sec1 .left-part{
		width: 50%;
		margin-right: 10%;
	}
	.baokao-reg .sec1 .right-part{
		width: 35%;
	}
	/*报考系统-注册提示*/
	.baokao-reg-2 #wrap{
		background-color: #f2f2f2;
	}
	.baokao-reg-2 .sec1 .left-part{
		width: 50%;
		margin-right: 10%;
	}
	.baokao-reg-2 .sec1 .right-part{
		width: 35%;
	}
	/*报考系统-注册成功*/
	.baokao-reg-3 #wrap{
		background-color: #f2f2f2;
	}
}
@media only screen and (max-width:768px){
	/*报考系统-登录*/
	.baokao-login .sec1 .left-part{
		display: none;
	}
	.baokao-login .sec1 .right-part{
		width: 50%;
	}
	/*报考系统-忘记密码*/
	.baokao-forget .sec1 .left-part{
		display: none;
	}
	.baokao-forget .sec1 .right-part{
		width: 50%;
	}
	/*报考系统-注册*/
	.baokao-reg .sec1 .left-part{
		display: none;
	}
	.baokao-reg .sec1 .right-part{
		width: 50%;
	}
	/*报考系统-注册提示*/
	.baokao-reg-2 .sec1{
		padding-top: 30%;
	}
	.baokao-reg-2 .sec1 .left-part{
		display: none;
	}
	.baokao-reg-2 .sec1 .right-part{
		width: 60%;
	}
	/*报考系统-录取无结果*/
	.baokao-part.noresult #wrap{
		background-color: #f2f2f2;
	}
	/*报考系统-录取进程-下载资料*/
	.baokao-part.progress.phase3 #wrap{
		background-color: #f2f2f2;
	}
	/*报考系统-录取进程-确认缴费-审核提示*/
	.baokao-part.progress.phase2-1 #wrap{
		background-color: #f2f2f2;
	}
	/*报考系统-录取进程-录取资料回执*/
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box{
		padding: 50px 2% 0;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .submit{
		width: 80px;
	}
	/*报考系统-联系招办*/
	.baokao-part.contact #wrap{
		min-height: 100%;
	}
	/*报考系统-报名1*/
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .sick-box,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.name,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.homeaddress,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.school,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime > input,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .liuxueguojia{
		width: 280px;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box{
		width: 578px;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text{
		width: 456px;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box{
		width: 578px;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box{
		width: 258px;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td select{
		width: 280px;
	}
	/*报考系统-报名3*/
	.baokao-part.baoming.phase3 #wrap{
		background-color: #f2f2f2;
	}
	/*报考系统-报名4*/
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box{
		width: 90%;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td{
		padding: 15px;
		line-height: 1.5;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td.ava-box{
		width: 110px;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td.ava-box img{
		width: 100%;
	}
}
@media only screen and (max-width:767px){
	/*报考系统-登录*/
	.baokao-login .sec1{
		padding: 2.1875rem 0;
	}
	.baokao-login .sec1 .left-part{
		display: none;
	}
	.baokao-login .sec1 .right-part{
		vertical-align: top;
		width: 100%;
		padding: 0 4%;
	}
	.baokao-login .sec1 .right-part h3{
		font-size: 2.1875rem;
		margin-bottom: 1.3125rem;
	}
	.baokao-login .sec1 .right-part h5{
		font-size: 0.9375rem;
		margin-bottom: 1.4375rem;
	}
	.baokao-login .sec1 .right-part input{
		padding: 0 1.3125rem;
		font-size: 0.9375rem;
		line-height: 3rem;
		border-radius: 0.25rem;
	}
	.baokao-login .sec1 .right-part .tab-control{
		margin-bottom: 1.25rem;
	}
	.baokao-login .sec1 .right-part .tab-control .box{
		font-size: 0.8125rem;
	}
	.baokao-login .sec1 .right-part .tab-content .content .row{
		margin-bottom: 1.25rem;
	}
	.baokao-login .sec1 .right-part .tab-content .content .row .text{
		display: none;
	}
	.baokao-login .sec1 .right-part .vali-img{
		border-radius: 0.25rem;
		line-height: 3rem;
	}
	.baokao-login .sec1 .right-part .tab-content .box{
		font-size: 0.8125rem;
	}
	.baokao-login .sec1 .right-part .tab-content .btn-forget{
		font-size: 0.8125rem;
	}
	.baokao-login .sec1 .right-part .tab-content .trans-get{
		font-size: 0.8125rem;
		line-height: 3rem;
		border-radius: 0.25rem;
	}
	.baokao-login .sec1 .right-part .tab-content .time{
		font-size: 0.8125rem;
		line-height: 3rem;
		border-radius: 0.25rem;
	}
	.baokao-login .sec1 .right-part .btn-confirm{
		height: 3rem;
		line-height: 3rem;
		font-size: 0.9375rem;
		border-radius: 0.25rem;
	}
	/*报考系统-忘记密码*/
	.baokao-forget .sec1{
		padding: 2.1875rem 0;
	}
	.baokao-forget .sec1 .left-part{
		display: none;
	}
	.baokao-forget .sec1 .right-part{
		vertical-align: top;
		width: 100%;
		padding: 0 4%;
	}
	.baokao-forget .sec1 .right-part h3{
		font-size: 2.1875rem;
		margin-bottom: 1.3125rem;
	}
	.baokao-forget .sec1 .right-part h5{
		font-size: 0.9375rem;
		margin-bottom: 1.4375rem;
	}
	.baokao-forget .sec1 .right-part input{
		padding: 0 1.3125rem;
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
		line-height: 3rem;
		height: 3.125rem;
		border-width: 0.0625rem;
		border-radius: 0.25rem;
	}
	.baokao-forget .sec1 .right-part .input-box{
		margin-bottom: 1.25rem;
	}
	.baokao-forget .sec1 .right-part .input-box a{
		height: 3.125rem;
		border-radius: 0.25rem;
	}
	.baokao-forget .sec1 .right-part .input-box a.code{
		border-width: 0.0625rem;
	}
	.baokao-forget .sec1 .right-part .input-box a.textcode{
		line-height: 3rem;
		font-size: 0.9375rem;
	}
	.baokao-forget .sec1 .right-part .btn-confirm{
		height: 3rem;
		line-height: 3rem;
		font-size: 0.9375rem;
		border-radius: 0.25rem;
	}
	/*报考系统-注册*/
	.baokao-reg .sec1{
		padding: 2.1875rem 0;
	}
	.baokao-reg .sec1 .left-part{
		display: none;
	}
	.baokao-reg .sec1 .right-part{
		vertical-align: top;
		width: 100%;
		padding: 0 4%;
	}
	.baokao-reg .sec1 .right-part h3{
		font-size: 2.1875rem;
		margin-bottom: 1.3125rem;
	}
	.baokao-reg .sec1 .right-part h5{
		font-size: 0.9375rem;
		margin-bottom: 1.4375rem;
	}
	.baokao-reg .sec1 .right-part input{
		padding: 0 1.3125rem;
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
		line-height: 3rem;
		height: 3.125rem;
		border-width: 0.0625rem;
		border-radius: 0.25rem;
	}
	.baokao-reg .sec1 .right-part .tip{
		font-size: 0.8125rem;
		margin-bottom: 1.25rem;
	}
	.baokao-reg .sec1 .right-part .btn-box{
		margin-bottom: 1.25rem;
	}
	.baokao-reg .sec1 .right-part .btn-box a{
		font-size: 0.8125rem;
	}
	.baokao-reg .sec1 .right-part .btn-confirm{
		height: 3rem;
		line-height: 3rem;
		font-size: 0.9375rem;
		border-radius: 0.25rem;
	}
	/*报考系统-注册提示*/
	.baokao-reg-2 .sec1{
		padding: 3.125rem 0 1.875rem;
	}
	.baokao-reg-2 .sec1 .left-part{
		display: none;
	}
	.baokao-reg-2 .sec1 .right-part{
		display: block;
		width: 100%;
	}
	.baokao-reg-2 .sec1 .right-part img{
		width: 5rem;
		margin-bottom: 1.4375rem;
	}
	.baokao-reg-2 .sec1 .right-part p{
		font-size: 0.9375rem;
		line-height: 1.5rem;
	}
	/*报考系统-注册成功*/
	.baokao-reg-3 .sec1{
		padding: 1.875rem 0 2.1875rem;
	}
	.baokao-reg-3 .sec1 h3{
		font-size: 1.125rem;
		margin-bottom: 1.875rem;
	}
	.baokao-reg-3 .sec1 img{
		margin-bottom: 1.875rem;
		width: 11.25rem;
	}
	.baokao-reg-3 .sec1 p{
		font-size: 1rem;
	}
	/*报考系统主页面*/
	.baokao-part .sec1{
		padding-bottom: 0;
	}
	.baokao-part .sec1 .top-part{
		padding: 1.25rem 4%;
	}
	.baokao-part .sec1 .top-part .user-info{
		line-height: 2.5rem;
		height: 2.5rem;
	}
	.baokao-part .sec1 .top-part .user-info .email-box .avatar-box{
		margin-right: 0.5rem;
		position: relative;
		overflow: visible;
	}
	.baokao-part .sec1 .top-part .user-info .email-box .avatar-box img{
		width: 2.5rem;
	}
	.baokao-part .sec1 .top-part .user-info .email-box .avatar-box .btn-logout img{
		width: 1rem;
		position: absolute;
		left: -0.25rem;
		top: -0.25rem;
	}
	.baokao-part .sec1 .top-part .user-info .email-box .email{
		width: 8.125rem;
		border-radius: 1.25rem;
		font-size: 0.75rem;
	}
	.baokao-part .sec1 .top-part .user-info .email-box .email span{
		margin-top: -0.5rem;
		left: -0.4rem;
		border-width: 0.5rem 0.5rem 0.5rem 0px;
	}
	.baokao-part .sec1 .top-part .user-info .btn-logout.web{
		display: none;
	}
	.baokao-part .sec1 .top-part .user-info .btn-logout.mobile{
		display: block;
	}
	.baokao-part .sec1 .top-part .plate-info{
		line-height: 2.5rem;
		height: 2.5rem;
	}
	.baokao-part .sec1 .top-part .plate-info a{
		font-size: 0.75rem;
		padding: 0 0.6875rem;
		line-height: 1.75rem;
	}
	.baokao-part .sec1 .top-part .plate-info a.active{
		border: 0.0625rem solid #ffc80a;
		border-radius: 0.9375rem;
	}
	.baokao-part .sec1 .bottom-part{
		border: 0 none;
		padding: 1.875rem 4% 2.1875rem;
	}
	.baokao-part .sec1 .bottom-part .mobile{
		position: relative;
		margin-bottom: 1.25rem;
	}
	.baokao-part .sec1 .bottom-part .mobile .input{
		position: relative;
		display: block;
		font-size: 0.8125rem;
		color: #999;
		font-weight: bold;
		line-height: 2.25rem;
		border: 0.125rem solid #1681df;
		border-radius: 1.25rem;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.baokao-part .sec1 .bottom-part .mobile .input.slidedown{
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.baokao-part .sec1 .bottom-part .mobile .input .tri{
		position: absolute;
		right: 2.25rem;
		top: 50%;
		margin-top: -0.1875rem;
		border-style: solid;
		border-color: #1681df transparent transparent transparent;
		border-width: 0.375rem 0.3125rem 0 0.3125rem;
	}
	.baokao-part .sec1 .bottom-part .mobile ul{
		position: absolute;
		left: 0;
		top: 2.5rem;
		background-color: #1681df;
		width: 100%;
		z-index: 1;
		padding: 0 2.75rem;
		display: none;
		border-bottom-left-radius: 1.25rem;
		border-bottom-right-radius: 1.25rem;
	}
	.baokao-part .sec1 .bottom-part .mobile ul li{
		border-bottom: 1px solid #8bc0ef;
	}
	.baokao-part .sec1 .bottom-part .mobile ul li:last-child{
		border-bottom: 0 none;
	}
	.baokao-part .sec1 .bottom-part .mobile ul li a{
		display: block;
		line-height: 2.5rem;
		font-size: 0.8125rem;
		color: #fff;
		font-weight: bold;
	}
	/*报考系统-录取结果*/
	.baokao-part.result  .sec1 .bottom-part .content-box{
		padding: 0;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .score-box{
		margin-bottom: 1.875rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .score-box li{
		width: 6.5625rem;
		height: 6.5625rem;
		padding-top: 2.25rem;
		margin-right: 0.9375rem;
		border-radius: 0.125rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .score-box li h3{
		font-size: 2rem;
		margin-bottom: 0.625rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .score-box li p{
		font-size: 0.75rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .score-box li .tag{
		top: 0.4375rem;
		padding: 0 0.4375rem;
		line-height: 1.3125rem;
		border-top-right-radius: 0.65625rem;
		border-bottom-right-radius: 0.65625rem;
		font-size: 0.75rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .des-box{
		padding: 1.875rem 0;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .des-box h3{
		font-size: 0.9375rem;
		margin-bottom: 0.6875rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .des-box p{
		font-size: 0.75rem;
		line-height: 1.125rem;
		margin-bottom: 0.5rem;
	}
	.baokao-part.result  .sec1 .bottom-part .content-box .next{
		width: 6rem;
		height: 2.875rem;
		line-height: 2.875rem;
		border-radius: 1.4375rem;
		font-size: 0.9375rem;
		margin: 0 0.3125rem;
	}
	/*报考系统-录取无结果*/
	.baokao-part.noresult  .sec1 .bottom-part{
		padding: 1.875rem 0 2.1875rem;
	}
	.baokao-part.noresult  .sec1 .bottom-part img{
		margin-bottom: 1.25rem;
		width: 5.125rem;
	}
	.baokao-part.noresult  .sec1 .bottom-part h3{
		font-size: 1.5rem;
		margin-bottom: 1.25rem;
	}
	.baokao-part.noresult  .sec1 .bottom-part p{
		font-size: 0.75rem;
	}
	/*报考系统-录取通知书*/
	.baokao-part.letter  .sec1 .bottom-part{
		padding: 1.875rem 4% 3.4375rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box{
		padding: 0;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .result-box{
		margin-bottom: 3.125rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .result-box img{
		margin-bottom: 2.5rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .result-box p{
		font-size: 0.875rem;
		line-height: 1.5625rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .result-box p br{
		display: none;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .box{
		width: 9.375rem;
		margin: 0 0.3125rem 5rem;
		border: 0.125rem solid #313739;
		border-radius: 0.5rem;
		padding: 1.625rem 0 1.5rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .box h3{
		font-size: 0.9375rem;
		margin-bottom: 0.8125rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .box a{
		font-size: 0.75rem;
		width: 4.6875rem;
		height: 1.5625rem;
		line-height: 1.4375rem;
		border: 0.0625rem dashed #c4c4c4;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .box a:hover{
		border: 0.0625rem solid #1681df;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .box.left img{
		left: -1.25rem;
		bottom: -1.5rem;
		width: 3.0625rem
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .box.right img{
		right: -1.1875rem;
		bottom: -1.0625rem;
		width: 4.5625rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .line{
		margin: 0 0 1.875rem;
	}
	.baokao-part.letter  .sec1 .bottom-part .content-box .next{
		width: 6rem;
		height: 2.875rem;
		line-height: 2.875rem;
		border-radius: 1.4375rem;
		font-size: 0.9375rem;
	}
	/*报考系统-录取进程*/
	.baokao-part.progress .sec1 .bottom-part .phase-box .phase{
		width: 3.75rem;
		margin-bottom: 1rem;
	}
	.baokao-part.progress .sec1 .bottom-part .phase-box .phase .num{
		font-size: 0.9375rem;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		margin: 0 auto 0.625rem;
	}
	.baokao-part.progress .sec1 .bottom-part .phase-box .phase p{
		font-size: 0.625rem;
	}
	.baokao-part.progress .sec1 .bottom-part .phase-box .line{
		height: 1px;
		width: 2.5rem;
		margin: 0.9375rem -0.9375rem 0;
	}
	/*报考系统-录取进程-录取确认*/
	.baokao-part.progress.phase1 .sec1 .bottom-part .content-box{
		padding-top: 1rem;
	}
	.baokao-part.progress.phase1 .sec1 .bottom-part .content-box img{
		margin-bottom: 1rem;
		width: 14.25rem;
	}
	.baokao-part.progress.phase1 .sec1 .bottom-part .content-box div{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.baokao-part.progress.phase1 .sec1 .bottom-part .content-box .btn-confirm{
		width: 14.625rem;	
		height: 3.75rem;
		line-height: 3.75rem;
		border-radius: 1.875rem;
		font-size: 0.9375rem;
		margin: 0 auto 1.25rem;
	}
	.baokao-part.progress.phase1 .sec1 .bottom-part .content-box p{
		font-size: 0.75rem;	
		margin-bottom: 0.75rem;
	}
	.baokao-part.progress.phase1 .sec1 .bottom-part .content-box .btn-contact{
		font-size: 0.75rem;
	}
	/*报考系统-录取进程-确认缴费*/
	.baokao-part.progress.phase2 .sec1 .bottom-part .content-box{
		padding-top: 0.9375rem;
	}
	.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .tip{
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
	.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .img-box{
		width: 100%;
		height: 14.625rem;
		border-radius: 0.25rem;
		margin: 0 auto 1.25rem;
	}
	.baokao-part.progress.phase2 .sec1 .bottom-part .content-box p{
		font-size: 0.875rem;
		margin-bottom: 2.5rem;
	}
	.baokao-part.progress.phase2 .sec1 .bottom-part .content-box p br{
		display: none;
	}
	.baokao-part.progress.phase2 .sec1 .bottom-part .content-box .btn-box a{
		width: 6.6875rem;
		height: 2.875rem;
		line-height: 2.875rem;
		margin: 0 0.3125rem;
		font-size: 0.9375rem;
		border-radius: 1.4375rem;
	}
	/*报考系统-录取进程-确认缴费-审核提示*/
	.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box{
		padding-top: 1.5625rem;
	}
	.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box img{
		margin-bottom: 2.25rem;
		width: 6.8125rem;
	}
	.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box h3{
		font-size: 1.125rem;
		margin-bottom: 1.125rem;
	}
	.baokao-part.progress.phase2-1 .sec1 .bottom-part .content-box p{
		font-size: 0.75rem;
	}
	/*报考系统-录取进程-确认缴费-已录取*/
	.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box{
		padding-top: 1.5625rem;
	}
	.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box img{
		margin-bottom: 1.25rem;
		width: 11.25rem;
	}
	.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box h5{
		font-size: 1.125rem;
		margin-bottom: 1.75rem;
	}
	.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box h3{
		font-size: 2.25rem;
		margin-bottom: 1.625rem;
	}
	.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box a{
		font-size: 0.9375rem;
		width: 7.5rem;
		height: 2.8125rem;
		line-height: 2.8125rem;
		margin: 0 auto 1.375rem;
		border-radius: 1.40625rem;
	}
	.baokao-part.progress.phase2-2 .sec1 .bottom-part .content-box p{
		font-size: 1rem;
	}
	/*报考系统-录取进程-确认缴费-未通过*/
	.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box{
		padding-top: 1.5625rem;
	}
	.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box img{
		margin-bottom: 2.25rem;
		width: 6.8125rem;
	}
	.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box h3{
		font-size: 1.125rem;
		margin-bottom: 1.125rem;
	}
	.baokao-part.progress.phase2-3 .sec1 .bottom-part .content-box a{
		font-size: 0.9375rem;
		width: 14.625rem;
		height: 3.75rem;
		line-height: 3.75rem;
		border-radius: 1.875rem;
	}
	/*报考系统-录取进程-下载资料*/
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box{
		padding-top: 1.5625rem;
	}
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul{
		margin-bottom: 1.25rem;
	}
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li{
		width: 10.46875rem;
		padding: 1.875rem 0;
		border: 0.09375rem solid #313739;
		border-radius: 0.4375rem;
		margin-right: 0.625rem;
		margin-bottom: 0.625rem;
	}
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li:nth-child(2){
		margin-right: 0;
	}
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li h3{
		margin-bottom: 0.75rem;
		font-size: 0.9375rem;
	}
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box ul li a{
		width: 4.6875rem;
		line-height: 1.5rem;
		height: 1.5625rem;
		font-size: 0.75rem;
	}
	.baokao-part.progress.phase3 .sec1 .bottom-part .content-box .next{
		font-size: 0.9375rem;
		width: 7.5rem;
		height: 2.8125rem;
		line-height: 2.8125rem;
		border-radius: 1.40625rem;
	}
	/*报考系统-录取进程-录取资料回执*/
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box{
		padding-top: 1.875rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box h3{
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box{
		width: 100%;
		display: block;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box h5{
		font-size: 0;
		padding: 0.625rem 0;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box h5 b{
		font-size: 0.75rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box{
		border-radius: 0.125rem;
		padding: 0.625rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box{
		margin-right: 4%;
		width: 48%;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box:nth-child(even){
		margin-right: 0;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .img-box{
		height: 7.8125rem;
		border-radius: 0.125rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box{
		padding: 0.625rem 0;
		text-align: left;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .submit{
		width: 5.3125rem;
		height: 1.5625rem;
		line-height: 1.5625rem;
		border-radius: 0.78125rem;
		font-size: 0.75rem;
		text-align: center;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .delete{
		margin-top: -0.375rem;
		font-size: 0.75rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .input-box .btn-box .delete img{
		 margin-right: 0.25rem;
		 width: 0.875rem
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box{
		width: 100%;
		line-height: 7.8125rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box .btn-box img{
		margin-bottom: 0.625rem;
		width: 3.125rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .box .form-box .add-box .btn-box p{
		font-size: 0.75rem;
	}
	.baokao-part.progress.phase4 .sec1 .bottom-part .content-box .next{
		font-size: 0.9375rem;
		width: 6.6875rem;
		height: 2.8125rem;
		line-height: 2.8125rem;
		border-radius: 1.40625rem;
		margin: 1.25rem auto 0;
	}
	/*报考系统-录取进程-录取资料回执-未通过*/
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box{
		padding-top: 1.8125rem;
	}
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box img{
		margin-bottom: 1.875rem;
		width: 6.8125rem;
	}
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box h3{
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box a{
		margin: 0 auto 1.875rem;
		width: 14.625rem;
		height: 3.75rem;
		line-height: 3.75rem;
		border-radius: 1.875rem;
		font-size: 0.9375rem;
	}
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box{
		padding-top: 1.125rem;
	}
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box h4{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.baokao-part.progress.phase4-2 .sec1 .bottom-part .content-box .box p{
		font-size: 0.75rem;
		margin-bottom: 0.5rem;
	}
	/*报考系统-录取进程-完成*/
	.baokao-part.progress.phase5 .sec1 .bottom-part .content-box{
		padding-top: 1.875rem;
	}
	.baokao-part.progress.phase5 .sec1 .bottom-part .content-box .img-box{
		margin-bottom: 1.8125rem;
	}
	.baokao-part.progress.phase5 .sec1 .bottom-part .content-box .img-box img{
		width: 100%;
	}
	.baokao-part.progress.phase5 .sec1 .bottom-part .content-box h4{
		font-size: 1.125rem;
		margin-bottom: 1.5625rem;
	}
	.baokao-part.progress.phase5 .sec1 .bottom-part .content-box h3{
		font-size: 1.5rem;
		line-height: 2.25rem;
		margin-bottom: 2.125rem;
	}
	.baokao-part.progress.phase5 .sec1 .bottom-part .content-box p{
		font-size: 1rem;
	}
	/*报考系统-联系招办*/
	.baokao-part.contact .sec1 .bottom-part .content-box h3{
		font-size: 1.125rem;
		margin-bottom: 1.875rem;
	}
	.baokao-part.contact .sec1 .bottom-part .content-box ul li{
		width: 33%;
	}
	.baokao-part.contact .sec1 .bottom-part .content-box ul li img{
		margin-bottom: 1.25rem;
		height: 2.8125rem;
	}
	.baokao-part.contact .sec1 .bottom-part .content-box ul li h5{
		font-size: 0.75rem;
		margin-bottom: 0.5625rem;
	}
	.baokao-part.contact .sec1 .bottom-part .content-box ul li p{
		font-size: 0.6875rem;
		line-height: 1.25rem;
	}
	/*报考系统-报名部分公用*/
	.baokao-part.baoming .sec1 .bottom-part .phase-box{
		margin-bottom: 1.25rem;
	}
	.baokao-part.baoming .sec1 .bottom-part .phase-box .phase{
		width: 6rem;
		margin-bottom: 1rem;
	}
	.baokao-part.baoming .sec1 .bottom-part .phase-box .phase .num{
		font-size: 0.9375rem;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
		margin: 0 auto 0.625rem;
	}
	.baokao-part.baoming .sec1 .bottom-part .phase-box .phase p{
		font-size: 0.625rem;
	}
	.baokao-part.baoming .sec1 .bottom-part .phase-box .line{
		height: 1px;
		width: 6.375rem;
		margin: 0.9375rem -2.35rem 0;
	}
	/*报考系统-报名1*/
	.baokao-part.baoming.phase1 .sec1 .bottom-part table{
		width: 100%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table th{
		padding-right: 0.46875rem;
		font-size: 0.6rem;
		width: 18%;
		line-height: 1.5;
		vertical-align: top;
		padding-top: 1.35rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td{
		padding: 0.46875rem 0;
		width: 82%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .must{
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.name,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.homeaddress,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday > select,.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.school,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime > input,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .liuxueguojia{
		padding: 0 0.9375rem;
		width: 100%;
		height: 2.5rem;
		line-height: 2.4375rem;
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .sick-box{
		width: 100%;
		height: 2.5rem;
		line-height: 2.5rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime{
		width: 100%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday{
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .birthday > select{
		width: 21%;
		padding: 0 0.5rem;
		background-position: 150% center;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.name{
		width: 48%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td input.name:nth-child(1){
		margin-right: 4%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .gender-box{
		font-size: 0.75rem;
		margin-right: 1.8125rem;
		line-height: 2.5rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box{
		padding: 0.3125rem;
		width: 100%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .benren-img-box{
		width: 33%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text{
		width: 67%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text p{
		font-size: 0.75rem;
		line-height: 1.25rem;
		margin-bottom: 0.6875rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .pic-box .text a{
		width: 6.6875rem;
		height: 2.875rem;
		line-height: 2.875rem;
		border-radius: 1.4375rem;
		font-size: 0.9375rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-type-box{
		margin-bottom: 1rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-type-box select{
		width: 60%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-type-box .tip{
		font-size: 0.75rem;
		margin-left: 0.875rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box{
		padding: 1rem;
		width: 100%;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box > input{
		height: 2.5rem;
		line-height: 2.4375rem;
		padding: 0 0.9375rem;
		margin-bottom: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box > p{
		font-size: 0.75rem;
		line-height: 1.25rem;
		margin-bottom: 0.3125rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box{
		width: 100%;
		margin-bottom: 1rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box:last-child{
		margin-left: 0;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .certi-info-box .certi-img-box a{
		margin: 0.625rem auto 0;
		width: 5.875rem;
		height: 2.5rem;
		line-height: 2.4375rem;
		border-radius: 1.25rem;
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td select{
		width: 100%;
		height: 2.5rem;
		line-height: 2.4375rem;
		font-size: 0.75rem;
		padding: 0 0.9375rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td select option{
		padding: 0 0.9375rem;
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .testtime,.baokao-part.baoming.phase1 .sec1 .bottom-part table td .liuxueguojia{
		margin-left: 0;
		margin-top: 1rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td textarea{
		padding: 0.46875rem 0.9375rem;
		width: 100%;
		height: 5rem;
		line-height: 1.5rem;
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase1 .sec1 .bottom-part table td .submit{
		width: 11.75rem;
		height: 2.8125rem;
		line-height: 2.8125rem;
		border-radius: 1.40625rem;
		font-size: 0.9375rem;
	}
	/*报考系统-报名2*/
	.baokao-part.baoming.phase2 .sec1 .bottom-part table{
		width: 100%;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table th{
		font-size: 0.75rem;
		width: 35%;
		vertical-align: top;
		line-height: 2.5rem;
		padding: 0.46875rem 0.9375rem 0.46875rem 0;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td{
		padding: 0.46875rem 0;
		width: 65%;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text,.baokao-part.baoming.phase2 .sec1 .bottom-part table td select{
		padding: 0 0.9375rem;
		width: 100%;
		height: 2.5rem;
		line-height: 2.4375rem;
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td select,.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text.other{
		width: 100%;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td .text.other{
		margin-left: 0%;
		margin-top: 0.9375rem;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box{
		padding: 2px;
		width: 100%;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box input{
		line-height: 2.5rem;
		height: 2.5rem;
		padding: 0 0.9375rem;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td .yanzheng-box a{
		font-size: 0.75rem;
		line-height: 2.5rem;
		height: 2.5rem;
	}
	.baokao-part.baoming.phase2 .sec1 .bottom-part table td .btn{
		width: 6rem;
		height: 2.875rem;
		line-height: 2.875rem;
		border-radius: 1.4375rem;
		font-size: 0.9375rem;
		margin: 0 0.3125rem;
	}
	/*报考系统-报名3*/
	.baokao-part.baoming.phase3 .sec1 .bottom-part .content img{
		margin-bottom: 1.25rem;
		width: 5.125rem;
	}
	.baokao-part.baoming.phase3 .sec1 .bottom-part .content h3{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.baokao-part.baoming.phase3 .sec1 .bottom-part .content p{
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase3 .sec1 .bottom-part .content a{
		width: 12.5rem;
		height: 3.75rem;
		line-height: 3.75rem;
		border-radius: 1.875rem;
		font-size: 0.9375rem;
	}
	/*报考系统-报名4*/
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box{
		width: 100%;
		margin: 0 auto 1.875rem;
		overflow-x: scroll;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box .title{
		font-size: 0.9375rem;
		margin-bottom: 1.25rem;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table{
		min-width: 768px;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .table-box table td{
		padding: 1rem;
		font-size: 0.75rem;
	}
	.baokao-part.baoming.phase4 .sec1 .bottom-part .btn{
		font-size: 0.9375rem;
		width: 10.1875rem;
		height: 3.875rem;
		line-height: 3.875rem;
		border-radius: 1.9375rem;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}