@charset "utf-8";
body{
    background: none !important;
}
.schools-mojors{
    max-width:640px;
    width:100%;
    padding-top:1px;
    position: relative;
    margin: 0 auto;
    background-color: #e6e6e6;
}
@media only screen and (max-width: 768px){
    .schools-mojors{
       /* padding-top:45px;*/
    }
}
.bar-title{
    text-align: center;
    font-size:18px;
    font-weight: bold;
    margin:10px 0;
    background-color: #5d9be6;
    width:60%;
    margin:0 auto;
    color:#fff;
    font-size:18px;
    margin-top:10px;
    padding:5px 0;
    border-radius: 20px;
    position: relative;
    top:20px;
}
.title-info{
    font-weight: bold;
    font-size:18px;
    color:#3b58c0;
    margin-bottom:10px;
    text-align: center;
    margin-top:15px;
}
.show-school-majors{
    margin:5px;
    padding:5px;
    background-color: #fff; 
    border-radius: 10px;
    padding-top:30px;
    padding-bottom:30px;
}
.schools-mojors .intro-info{
   margin:5px;
   padding:5px;
   background-color: #fff;
   border-radius: 10px;
   padding-top:30px;
   padding-bottom:30px;
}
.schools-mojors .intro-info p{
    line-height:25px;
    padding:10px;
}
.schools-mojors .intro-info h2{
    font-weight: bold;
    padding:0 10px;
    margin-top:10px;
}
.schools-mojors .one-school-marjos li{
    height:30px;
    line-height: 30px;
    border-radius: 30px;;
    font-size:13px;
}
.schools-mojors .one-school-marjos .tit{
    background-color: #4f7eda;
    color:#fff;
    font-size:14px;
}
.schools-mojors .one-school-marjos li span{
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.schools-mojors .one-school-marjos li:nth-child(2n+3){
    background-color: #e1eeff;
}
.schools-mojors .one-school-marjos li span:nth-child(1){
    width:40%;
}
.schools-mojors .one-school-marjos li span:nth-child(2){
    width:15%;
}
.schools-mojors .one-school-marjos li span:nth-child(3){
    width:18%;
}
.schools-mojors .one-school-marjos li span:nth-child(4){
    width:22%;
}
.uzy-tzy-tip-instruction {
    font-size: 12px;
    color: #666;
    margin: 10px 0;
    line-height: 20px;
    width: 100%;
    border: 1px dashed #f66;
    border-radius: 3px;
    background: #fff9f9;
    padding: 10px;
    box-sizing: border-box;
}
.uzy-tzy-tip-instruction h6 {
    padding-left: 30px;
    line-height: 20px;
    background: url(../images/tip.png) no-repeat;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.schools-mojors .select-bar{
    height:auto;
    text-align: center;
}
.schools-mojors .select-bar li{
    width:20%;
    display: inline-block;
    font-size:16px;
    padding:5px;
    font-size:16px;
    color:#fff;
    border-radius: 3px;
    background-color: #4889d9;
}
.schools-mojors .select-bar li.active{
    color:#fff;
    background-color: #f33f40;
    position: relative;
}
.schools-mojors .select-bar li.active::before{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #f33f40;
    position: absolute;
    bottom:-5px;
    left:calc(50% - 5px);
}
.clear{
    clear:both;
}
.main{  
    background-color: #fff;
    position: relative;
}
.operate-bar{
    bottom:0;
    height:50px;
    width:100%;
    line-height: 50px;
    padding:10px;
    box-sizing: border-box;
    border-top:1px solid #ccc;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    height:auto;
}
.operate-bar .onebutton{
    width:30%;
    text-align: center;
    height:40px;
    line-height: 40px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    float:right;
}
.operate-bar .onebutton.submit{
    background-color: #ff7003;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}
.operate-bar .onebutton.ask{
    background-color: #fda305;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.choose_school{
    height:50px;
    line-height: 50px;
    background-color: #c1e5ff;
    border-radius: 5px;
    padding:5px;
}
.page-title{
    height:125px;
    padding:20px 0 0  10px;
    box-sizing: border-box;

}
.page-title .year{
    font-size:35px;
    color:#fff;
    font-weight: bold;
}
.page-title .tit-info{
    font-size:30px;
    color:#fff;
    font-weight: bold;
}
.top-header{
    position: fixed;
    width:100%;
    max-width:640px;
    z-index: 1;
    background: url(../images/top_bg.png) top left no-repeat;
    background-size: cover;
	margin-top:-1px;
}
.content-info{
    margin-top:140px;
}
.headBox{
    border-bottom: 1px solid #1170d3 !important;
}
.mycenter{
    height:40px;
    line-height: 40px;
    background: url(../images/my.png) top left no-repeat;
    background-size:contain ;
    width:30px;
    color:#5d9be6;
    margin-left:10px;
    margin-top:-3px;
}
.mycenter span{
    margin-top: 16px;
    display: inline-block;
    font-size: 8px;
    width: 30px;
    text-align: center;
}
.ck_level{
    text-align: center;
}
.ck_level li{
    width:30%;
    display: inline-block;
    text-align: center;
    height:80px;
}
.ck_level li a{
    display: inline-block;
    width:80px;
    height:80px;
    line-height: 80px;
    border-radius: 50%;
    color:#fff;
    font-size:15px;
}
.ck_level li a.gqz{
    background-color: #f44336;
}  
.ck_level li a.gqb{
    background-color: #9c27b0;
}  
.ck_level li a.zsb{
    background-color: #4caf50;
} 
@media screen and (min-width: 640px){
    .operate-bar{
        position: relative !important;
        height:auto;
        overflow: hidden;
    }
    } /*>=1024的设备屏幕*/


    .headBox{background-color: #1170d3 !important ;}