html,body,.wrapper{
    min-height: 100%;
}
/*===header===*/
.wrapper{
    padding-bottom: 20px;
    background-color: #f1f1f1;
}
.header{
    padding: 20px 0px 0px;
    height: 242px;
    background: url(../images/topbg.png) repeat-x top left;
    background-color: #fff;
}

.heaer-logo-box{
    position: relative;
}
.header-logo{
    float: left;
}
.heaer-logo-box p{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 34px;
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
}
.header-btn{
    margin-left: 15px;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    border-radius: 4px;
    background: #f07d3e;
}
.header-btn:hover{
    color: #ffffff;
    text-decoration: none;
}
.heaer-logo-box p span{
    vertical-align: middle;
}
.header-line{
    margin-left: 12px;
    vertical-align: middle;
}
.header-btn-quit{
    padding: 6px 12px;
    font-size: 14px;
    color: #db4b2a;
    vertical-align: middle;
}
/*wrap-content*/
.wrap-content{
    margin-top: -100px;
}
.wrap-content .admission{
    min-height: 700px;
    padding: 0px 0px 30px;
    box-shadow: 0px 0px 3px #dbdbdb;
    background: #ffffff;
}
.wrap-content .admission .admissionTitle ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}
.wrap-content .admission .admissionTitle ul li{
    list-style: none;
    float: left;
    width: 20%;
}
.wrap-content .admission .admissionTitle ul li{
    padding-top: 35px;
    height: 144px;
    line-height: 105px;
    position: relative;
    z-index: 10;
    border-top: 4px solid #d2d2d2;
}
.wrap-content .admission .admissionTitle ul li:after{
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    margin: -36px 0px 0px -18px;
    display: inline-block;
    content: attr(data-order);
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
    color: #fff;
}
.wrap-content .admission .admissionTitle ul li.done:after{
    background-color: #3ad5b2;
    border-color: #3ad5b2;
}
.wrap-content .admission .admissionTitle ul li.current:after{
   content: '';
   background: url(../images/dg.png) no-repeat center center;
   background-size: 100% 100%;
}
.wrap-content .admission .admissionTitle ul li a{
    color: #4d4c4c;
    font-size:0.16rem;
    display: block;
    text-align: center;
    text-decoration: none;
}
.wrap-content .admission .admissionTitle ul li a:hover{
  color: #3ad5b2;
}
.wrap-content .admission .admissionTitle ul li.current{
  border-top: 4px solid #3ad5b2;
}
.wrap-content .admission .admissionTitle ul li.current a{
    background: url(../images/dg.png) no-repeat left top;
    background-position: 50% 0;
    background-size: 36px;
}

/* 图片上传页 */
.upload-form {
    background: #ffffff;
    padding: 0 30px;
}
.upload-form .form-nav {
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 15px 15px 0;
    margin-bottom: 15px;
}
.upload-form .form-nav>div {
    padding-left: 20px;
    border-left: 5px solid red;
    height: 18px;
    line-height: 18px;
}
.upload-form .item {
    line-height: 40px;
    font-weight: bold;
}
.upload-form .item>span {
    color: red;
}
.item-container {
    width: 100%;
    padding-bottom: 20px;
}
.item-left {
    border: 1px solid #dddddd;
    float: left;
    width: 60%;
    line-height: 40px;
    min-height: 40px;
}
.item-right {
    float: left;
    width: 10%;
    margin-left: 2%;
}
.item-right >button {
    border: 1px solid  #ef472b;
    border-radius: 5px;
    color: #ef472b;
    background: #ffffff
}


/*alterAdimission*/
.alterAdimission{
  text-align: center;
}
.alterAdimission .btn-ensure{
  display: inline-block;
  margin: 0px 10px;
  padding: 10px 50px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  background: #fca734;
  text-decoration: none;
  border: none;
}
.alterAdimission a{
  display: inline-block;
  margin: 0px 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  background: #fca734;
  text-decoration: none;
  border: none;
}
.alterAdimission .btn-ensure.disabled{
    background-color: #dcdcdc;
}
.admissionBox{
  margin-top: 30px;
  padding: 0px 45px;
}
.admissionBox .admissionTable{
  padding: 25px 40px 40px;
  border:1px solid #000000;
}
.admissionTable .bt h3{
  margin: 0px;
  font-size: 28px;
  color: #000000;
  text-align: center;
  font-family: '宋体';  
}
.admissionTable .bt h3 span{
  font-weight: bold;
}
.admissionTable .bt p{
  margin: 15px 0px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #d50a05;
}
.admissionTable table{
    margin-top: 15px;
    width:100%;
    border:1px solid #9d9d9d;
    font-size:18px;
    border-collapse: collapse;
}
.admissionTable table tr{
    border:1px solid #9d9d9d;
}
.admissionTable table tr td{
    position: relative;
    border:1px solid #9d9d9d;
    text-align: center;
    vertical-align: middle;
    padding:8px;
    height:55px;
}
.admissionTable table tr td img.ewm{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.admissionBox .admissionForm{
    margin-bottom: 30px;
    padding: 25px 40px 30px;
    border:1px solid #000000;
}
.admissionForm .bt{
    margin-bottom: 30px;
}
.admissionForm .bt h3{
    margin: 0px;
    font-size: 28px;
    color: #000000;
    text-align: center;
    font-family: '宋体';  
}
.admissionForm .bt h3 span{
    font-weight: bold;
}
.admissionForm .bt p{
    margin: 15px 0px 0px;
    text-align: center;
    font-size: 30px;
    color: #005cc4;
    letter-spacing: 15px; 
}
.tableTitle{
    margin-bottom: 5px;
}
.tableTitle ul{
    margin:0px;
    padding: 0px;
    position: relative;
}
.tableTitle ul li{
    list-style: none;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: normal;
}
.tableTitle ul li.rightT{
    position: absolute;
    left: 60%;
    top: 0px;
}
.admissionForm table{
    margin: 0px;
    width:100%;
    border:1px solid #9d9d9d;
    font-size:18px;
    border-collapse: collapse;
}
.admissionForm table tr{
    border:1px solid #9d9d9d;
}
.admissionForm table tr td{
    position: relative;
    border:1px solid #9d9d9d;
    text-align: center;
    vertical-align: middle;
    padding:8px;
    height:55px;
}
.admissionForm .bz{
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}

@media screen and ( max-width: 1200px ){
    .majorList2 ul li {
        width: 49% !important;
    }
}



@media screen and ( max-width: 1140px ){
    .heaer-logo-box{
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .header-logo{
        float: none;
        max-width: 100%;
    }
    .heaer-logo-box p{
        position: relative;
        text-align: center;
        font-size: 14px;
    }
    .header-btn{
        font-size: 14px;
    }
    .wrap-content{
        margin-top: -60px;
    }
    .wrap-content2{
        margin-top: -45px;
    }
    .admissionBox{
        padding: 0px;
    }
    .table-responsive{
        border:0px;
    }
    .admissionTable table{
        font-size: 0.24rem;
    }
    .admissionBox .admissionTable{
        padding: 15px;
    }
    .admissionTable .bt h3{
      font-size: 0.373333rem; 
    }
    .admissionTable .bt p{
        font-size: 0.4rem;
    }
    .tableTitle ul li{
        font-size: 0.24rem;
    }
    .admissionForm table{
        font-size: 0.24rem;
    }
    .admissionBox .admissionForm{
        padding: 15px;
    }
    .admissionForm .bt{
        margin-bottom: 10px;
    }
    .admissionForm .bt h3{
      font-size: 0.373333rem; 
    }
    .admissionForm .bt p{
        font-size: 0.4rem;
    }
    .admissionForm table tr td img.ewm{
        position: relative;
        float: right;
    }  
}
@media screen and ( max-width: 667px ){
    .wrap-content{
        margin-top: -100px;
    }
    .wrap-content2{
        margin-top: -75px;
    }
    .header-btn-quit{
        text-decoration: none;
        color: #ffffff;
    }
    .tableTitle ul li.rightT{
        position: static;
    }
    .majorList2 ul li {
        width: 98% !important;
    }
}
@media screen and ( max-width: 400px ){
    .wrap-content .admission .admissionTitle{
        overflow: hidden;
        overflow-x: auto;
    }
    .wrap-content .admission .admissionTitle ul{
        /*overflow-x: auto;*/
        width: 500px;
    }
    .wrap-content .admission .admissionTitle ul li{
        line-height: normal;
    }
    .wrap-content .admission .admissionTitle ul li a{
        padding-top: 50px;
    }
    .wrap-content2{
        margin-top: -85px;
    }
    .item-left {
        width: 70%;
    }
}

@media screen and ( max-width: 320px ){
    .item-left {
        width: 50%;
    }
    .item-right {
        width: 40%;
    }
}

/*registration-success*/
.registration-success .success{
    text-align: center;
}
.registration-success .success img{
    display: inline-block;
}
.registration-success .success p{
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.successResult{
    padding: 15px 20px;
    margin: 0px auto;
    width: 50%;
    text-align: center;
    border:1px solid #93ecd8;
    background: #eeeeee;
}
.successResult p{
    margin-bottom: 20px;
    font-size: 18px;
    color: #15aa88;
    line-height: 30px;    
}
.successResult p.p1{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #15aa88;
}
.remark{
    margin: 20px auto 30px;
    width: 50%;
    text-align: center;
    border:1px solid #fab154;
    background: #eeeeee;
}
.remark p{
    margin: 0px 0px 0px; 
    font-size: 16px;
    color: #fe864f;
    line-height: 40px;   
}
.fail{
    margin-top: 30px;
    text-align: center;
}
.fail p{
    font-size: 16px;
    color: #666666;
}
.fail p a{
    text-decoration: none;
    color: #000000;
}
/*selectAd*/
.selectAd{
    margin: 0px auto 0px;
    width: 40%;
}
.selectAd .major{
    margin-bottom: 30px;
    padding: 15px 0px 10px;
    background: #eeeeee;
    text-align: center;    
}
.selectAd .major p{
    padding-bottom: 10px;
    font-size: 18px;
    color: #ff7e3c;
    background: url(../images/xx.png) center bottom no-repeat;
}
.selectAd .addressExam{
    margin-bottom: 30px;
}
.selectAd .addressExam select{
    border:1px solid #ff7e3c;
}
@media screen and ( max-width: 667px ){
    .successResult{
        width: 95%;
    }
    .remark{
        width: 95%;
    }
    .selectAd{
        width: 95%;
    }
}
/*majorList*/
.majorList ul{
    width: 100%;
    display: inline-block;
    padding: 0px 15px;
}
.majorList ul li{
    margin-bottom: 30px;
    list-style: none;
    text-align: center;
}
.majorList ul li a{
    min-height: 125px;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
    background: #eeeeee;
}
.majorList ul li a:hover{
    background: #fe8d4d;
}
.majorList ul li a:hover p{
    color: #ffffff;
}
.majorList ul li a:hover span{
    color: #ffffff;
}
.majorList ul li a p{
    font-size: 18px;
    color: #333333;
}
.majorList ul li a span{
    font-size: 12px;
    color: #fe8d4d;
}



/*footer*/
.footer p{
    margin: 0px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 45px;
}


.box-tab-head{
    height: 50px;
    font-size: 0;
    line-height: 50px;
    border-bottom: 1px solid #eee; 
}
.box-tab-head a{
    display: inline-block;
    margin-right: 2px;
    width: 150px;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    color: #666;
    background-color: #eee;
}
.box-tab-head a.current{
    position: relative;
    color: #ff7e3c;
}
.box-tab-head a.current:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff7e3c;
}

@media (max-width: 992px) {
    .box-tab-head{
        overflow: hidden;
        overflow-x: auto;
        border-bottom: none;
    }
    .box-tab-head .tab{
        width: 375px;
    }
    .box-tab-head a{
        margin-right: 0;
        width: 25%;
        font-size: 12px;
    }
    .header-btn-quit{
        color: #fff;
    }
}
/*reportInfo*/
.reportInfo{
    margin-top: 50px;
}
.reportInfo .reportTitle{
    padding: 0px 15px;
}
.reportInfo .reportTitle h3{
    margin-bottom: 15px;
    font-size: 20px;
    color: #131313;
    text-align: center;
}
.reportInfo .reportTitle p{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.reportInfo .info{
    padding: 15px 45px; 
}
.reportInfo .info p{
    margin: 0px 0px 10px;
    text-indent: 2em;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}
@media (max-width: 414px) {
    .reportInfo .info{
        padding: 15px 15px; 
    }
}
.reportList{
    margin: 30px 0px 30px;
    padding: 0px 45px;
}
.reportList ul li{
    position: relative;
    margin-bottom: 15px;
    line-height: 40px;  
    border:1px solid #eeeeee;  
    background: #eeeeee;
}
.reportList ul li:hover{
    border:1px solid #fe864f;
}
.reportList ul li:after{
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: 0;
    margin: -10px 0px 0px 0px;
    display: inline-block;
    content: attr(data-order);
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background-color: #fe864f;
    color: #fff;
}
.reportList ul li a{
    display: block;
    position: relative;
    padding-left: 50px;
    padding-right: 100px;
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}
.reportList ul li a:hover{
    color: #fe864f;
}
.reportList ul li a span{
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #666666;
}
@media (max-width: 414px) {
    .reportList{
        margin-top: 30px;
        padding: 0px 15px;
    }
    .reportList ul li{
        line-height: 2;
    }
    .reportList ul li a{
        padding-right: 0px;
    }
    .reportList ul li:after{
        top: 10px;
        margin-top: 0px;
    }
    .reportList ul li a span{
        position: relative;
        display: block;
        text-align: right;
    }
}
.fenye nav{
    text-align: center;
}
.fenye nav .pagination{
    margin: 0px auto;
}
.fenye nav .pagination>li.active>a{
    border-color: #ea8441;
    color: #ffffff;
    background: #ea8441;
}
.fenye nav .pagination>li>a,.fenye nav .pagination>li>span{
    margin: 0px 5px;
    color: #aeaaa4;
    background: #f0ece9;
}
/*flow*/
.flow{
    margin-top: 50px;
    padding: 0px 45px;
}
.flow .flowTitle{
    margin-bottom: 30px;
}
.flow .flowTitle h3{
    font-size: 20px;
    font-weight: bold;
    color: #fe7c4d;
    text-align: center;
    line-height: 40px;
}
.flow .flowTable table thead tr th{
    padding: 12px;
    text-align: center;
    font-size: 15px;
    background: #eeeeee;
}
.flow .flowTable table tbody tr td{
    padding: 12px;
    text-align: center;
    font-size: 16px;
}
.flow .flowTable table tbody tr td:first-child{
    color: #333333;
    font-weight: bold;
    background: #eeeeee;   
}
@media (max-width: 767px) {
    html,body,.wrapper{
        height: auto;
    }
    .flow{
        margin-top: 10px;
        padding: 0px 15px;
    }
    .wrap-content .admission{
        min-height: auto;
    }
    .form-major-select .form-item{
        padding: 0;
    }
}

.form-major-select .form-item{
    margin-bottom: 20px;
}
.form-major-select .layui-form-label{
    padding: 12px 15px;
    width: auto;
    font-size: 15px;
}
.form-major-select .layui-form-select .layui-input{
    height: 45px;
    border: 1px solid #ffbe9d;
}
.form-major-select .layui-input:focus, .form-major-select .layui-input:hover{
    border-color: #ffbe9d !important;
}
.form-major-select .layui-form-select dl{
    border: 1px solid #ffbe9d;
}
.form-major-select .layui-form-select dl dd.layui-this{
    background-color: #ffbe9d;
}
.form-major-select .layui-form-select .layui-edge{
    border-top-color: #ffbe9d;
}
.form-major-select .form-item-gk{
    display: none;
}
.form-major-select .tips-warning{
    padding: 5px 0 5px 20px;
    font-size: 15px;
    color: #b20505;
    background: url(../images/icon-warning.png) no-repeat left center;
}

/* .admission2 */
.wrap-content .admission2 .admissionTitle ul{
	position: relative;
	margin-bottom: 25px;
}
.wrap-content .admission2 .admissionTitle ul:after{
	content: '';
	width: calc(100% - 60px);
	border: 0.5px dashed #dcdcdc;
	position: absolute;
	left: 30px;
	bottom: 0;
}
.wrap-content .admission2 .admissionTitle ul li{
	height: 135px;
}
.wrap-content .admission2 .admissionTitle ul li a{
	font-size: 1.6rem;
}

.majorTitle{
	padding: 0 30px 0 45px;
	font-size: 18px;
	font-weight: bold;
	color: #ef472b;
	position: relative;
	margin-bottom: 25px;
}
.majorTitle:before{
	content: '';
	width: 5px;
	height: 19px;
	background: #ef472b;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -9.5px;
}
.majorList2{
	margin-bottom: 20px;
}
.majorList2 ul{
	padding: 0 30px;
}
.majorList2 ul li{
	vertical-align: top;
    display: inline-block;
    width: 33%;
	/* margin-right: 40px; */
	margin-bottom: 25px;
	text-align: left;
}
.majorList2 ul li a{
    min-height: auto;
    position: relative;
    padding: 13px 15px 13px 35px;
}
.majorList ul li a:hover{
	box-shadow: 0 0 5px #ccc;
}
.majorList2 ul li a span{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -7px;
}
.majorList2 ul li a p{
	margin: 0;
}


@media (max-width: 768px) {
	.header2{
		height: 212px;
	}
	.majorList2 ul li{
		margin-right: 0;
        width: 100%;
	}
	.wrap-content .admission2{
		margin-bottom: 15px;
	}
	.wrap-content .admission2 .admissionTitle ul{
		width: 100% !important;
		text-align: center;
	}
	.wrap-content .admission2 .admissionTitle ul li{
		display: none;
		height: auto;
		border-top: none;
		padding: 40px 0 40px 40px;
	}
	.wrap-content .admission2 .admissionTitle ul li.onThis{
		display: inline-block;
		margin: 0 auto;
		line-height: 18px;
		float: none;
		width: auto;
	}
	.wrap-content .admission .admissionTitle ul li.onThis:after {
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    width: 32px;
	    height: 32px;
	    bottom: auto;
	    margin: -16px 0px 0px 0;
	}
	.wrap-content .admission2 .admissionTitle ul li a {
	    padding-top: 0;
	    font-size: 20px;
	}
	.wrap-content .admission2 .admissionTitle ul:after {
	    width: calc(100% - 30px);
	    left: 15px;
	}
	.majorTitle {
	    padding: 0 15px 0 28px;
	}
	.majorTitle:before {
	    left: 15px;
	}
	.majorList2 ul {
	    padding: 0 15px;
	}
}

.myform-wrapper{
    padding: 30px 20px 0;
}

.myform-title{
    font-size: 20px;
    color: #666;
    padding: 0 0 20px 18px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.myform-title:before{
    content: '';
    width: 5px;
    height: 16px;
    background: #ff7e3c;
    position: absolute;
    left: 0;
    top: 4px;
}

.myform-radio{
    padding: 30px 18px;
}

.myform-radio .layui-form-radio i{
    font-size: 15px;
}

.myform-radio .myform-question{
    font-size: 16px;
    margin-bottom: 15px;
}

.myform-radio .layui-input-block{
    margin-left: 15px;
}

.myform-radio .layui-form-radio{
    margin-right: 25px;
}

.myform-radio .layui-form-item{
    margin-bottom: 40px;
}

.myform-next{
    display: inline-block;
    font-size: 15px;
    padding: 7px 31px;
    background: #ff7e3c;
    color: #fff;
    border-radius: 5px;
}

.myform-file{
    margin-top: 25px;
}

.myform-title2{
    margin-bottom: 10px;
}

.myform-title2{
    font-size: 14px;
    color: #000;
}

.myform-title2 span{
    font-size: 12px;
    color: #ff6666;
    margin-left: 5px;
}

.myform-file .layui-input-block{
    margin-left: 0;
}

.myform-file input{
    font-size: 12px;
}

.myform-file input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #c6c6c6;
}
.myform-file input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #c6c6c6;
}
.myform-file input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #c6c6c6;
}
.myform-file input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #c6c6c6;
}

.myform-file .layui-input{
    width: 540px;
    display: inline-block;
}

.myform-file .layui-form-item{
    margin-bottom: 40px;
}

.myform-file .upload-btn{
    border: 1px solid #ff7e3c;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background: none;
    font-size: 14px;
    color: #ff7e3c;
    border-radius: 5px;
    margin-left: 20px;
}

.myform-file .bottom-btn button{
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    font-size: 15px;
}

.myform-file .bottom-btn button.submit-btn{
    color: #fff;
    background: #1abc9c;
}

.myform-file .bottom-btn button.layui-btn-primary{
    background: none;
    border: 1px solid #e5e5e5;
    color: #ff7e3c;
    margin-left: 20px;
}







