/* global */
html{
    font-size:32px;
}
.gaokao .hide{
    display: none;
}
.gaokao .label{
    padding-top: .3em;
    line-height: 30px;
}
.modal-backdrop.in{
    opacity: .7;
}
.badge{
    background-color: #0e1931;
}
.badge-success{
    background-color: #bbce00;
}
.badge-warning{
    background-color: #ff8000;
}
.badge-info{
    background-color: #03A9F4;
}
.badge-error{
    background-color: #ff0000;
}
.bg-honor-a{
    background-color: #7230d2;
    color: #ffffff;
}
.bg-honor-b{
    background-color: #9500ff;
    color: #ffffff;
}
.bg-exp-a{
    background-color: #ff6000;
    color: #ffffff;
}
.bg-exp-b{
    background-color: #ff9900;
    color: #ffffff;
}
/* header */
.header{
    position: relative;
    background-color: #0e1931;
    max-height: 2.5rem;
}
.huakebrand{
    float:left;    
    margin: 0;
    line-height: 2.5rem;
    padding: 0 10px;
}
.huakebrand > a{
    display: block;
    height: 2.5rem;
    line-height: 0rem;
    padding-top: .6rem;
}
.huakebrand > a > img{
    max-height: 1.3rem;
    width: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;

}
.menuWrap{
    float:right;
}
.menuButton{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.5rem;
    font-size: 1.5rem;
    padding: 0 12px;
}
.menu{

}
.menu li{
    background-color: #0e1931;
    z-index: 20;
}
.menu > li > a{
    margin: 0;
    padding: 1rem .5rem;
    display: block;
    background: none;
    position: relative;
    line-height: .5rem;
    text-align: center;
    color: #00B6FF;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.subMenu{
    width: 5rem;
}
.subMenu > li{
    background-color: #3e4550;
}
.subMenu > li:not(:first-child){
    border-top: 1px solid #030e25;
}
.subMenu > li > a{
    padding: .3rem .5rem;
    text-align: left;
    color: #00B6FF;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.subMenu > li > a:hover,.menu > li > a:hover{
    color: #000000;
    background-color: #FFEB00;
}
.subMenu li > a > .fa{
    position: absolute;
    right: 15px;
    top: 50%;        
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.menu > li.active > a{
    color: #000000;
    background-color: #FFEB00;
}
.menu > li{
    float:left;
}
.subMenuWrap{
    position: relative;
}
.subMenuWrap > a > .fa{
    line-height: .5rem;
}
.subMenu{
    position: absolute;
    top: 2.5rem;
    right: 0;
}
.subMenu > li.active > a{
    color: #000000;
    background-color: #ffc107;
}
.menuButton:hover{
    color: #FFEB00;;
}








/* footer */
.footer{
    background-color: #FFEB00;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wxqrcode{
    text-align: left;
    margin: 10px 0;
    padding-right: 0;
}
.wxqrcode > img{
    width: 100%;
}
.wxdescription p{
    text-align: justify;
}
.footer .col-sm-7 .col-xs-4{
    padding-right: 6px;
    padding-left: 6px;
}
.wxdescription > h4{
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #71321f;
}
.wxdescription > h4 .fa{
    font-weight: normal;
}
.footer .col-sm-7 .col-xs-4 > h4{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #71321f;
}
.footer .col-sm-7 .col-xs-4 > h4 .fa{
    font-weight: normal;
}
.webinfo{
    background-color: #0e1931;
    padding: 15px 0;
}
.webinfo p{
    margin-bottom: 0;
    font-size: 12px;
}
.webinfo address{
    color: #00B6FF;
    margin-bottom: 0;
}
.webinfo address > .fa{
    color: #e00f00;
}
.copyright{
    color: #00B6FF;
}
.icp,.icp a{
    color: #00B6FF;
}
.baiduCode,.gaokao #newBridge{
    display: none;
}
.wrapper ul{
    padding: 0;
    list-style: none;
}
.wrapper ul li{
    position: relative;
    padding-left: 0;
    text-align: center;
    font-size: 14px;
}
.wrapper ul li .fa{
    margin-right: 6px;
    font-size: 12px;
    color: #FFC107;
}
.sidebar {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);    
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.sidebar >a {
    display: block;
    width: 54px;
    height: 54px;
    background-color: rgba(14, 25, 49, 0.9);
    margin-bottom: 3px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;    
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.sidebar > a > .fa{
    font-size: 27px;
    line-height: 54px;
    color: #00B6FF;
}
.sidebar > a:hover > .fa{
    color: #FFEB00;
}
.bottombar {
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 1000;
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.bottombar > a {
    margin: 0;
    float: left;
    display: block;    
    height: 50px;
    width: 33.333%;
    text-decoration: none;
    cursor: pointer;
    text-align: center;    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bottombar > a > .fa{
    display: block;
    margin-top: 2px;
    line-height: 32px;
    text-decoration: none;
    font-size: 27px;
    color: #00B6FF;
}
.bottombar > a > span{
    color: #737373;
    display: block;
    line-height: 16px;
    font-size: 12px;
    text-decoration: none;
}
#bt-baiduChat .fa{
    color: #03A9F4;
}
#bt-baoming .fa{
    color: #FF5722;
}
#bt-mobile .fa{
    color: #04af38;
}
#bt-backToTop .fa{
    color: #607d8b;
}
.bottombar > a:hover > .fa{
    color: #FFEB00;
}
/* modal */
/* sidebar */
/* responsive */
/* baoming */

.posrelative{
    position: relative;
}
.lb .input-group{
    width: 100%;
}
.lb .input-group .input-group-addon{
    width: 30%;
}
.lb label{
    margin-bottom: 0;
    margin-left: 2px;
    font-weight: normal;
}
.lb .posrelative span.error{       
    font-style: italic;
    color: #de3939;
    font-size: 12px
}
.lb .posrelative span.error .fa{
    position: absolute;
    top: 21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 4px;
    font-weight: normal; 
    color: #de3939;
    z-index: 99;
}
.lb .posrelative span.valid .fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 4px;
    font-weight: normal;
    color: #4CAF50;
    z-index: 99;
}
.lb .input-group span.error{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 4px;
    font-weight: normal;
    color: #de3939;
    font-style: italic;
    z-index: 99;
}
.lb .input-group span.valid{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 4px;
    font-weight: normal;
    color: #4CAF50;
    z-index: 99;
}
#studentForm h4{
    margin-top: 0;
    padding-left: 15px;
    font-weight:bold;
}
#studentForm h4 i{
    font-weight:normal;
    font-size: 20px;
    position: relative;
    bottom: -1px;
    color: #ff5722;	
}
#studentForm .col-xs-4.lt,#studentForm .col-xs-6.lt,#studentForm .col-xs-3.lt,#studentForm .col-xs-8.lt,#studentForm .col-xs-9.lt{
    padding-left: 6px;
}
#studentForm .col-xs-4.rt,#studentForm .col-xs-6.rt,#studentForm .col-xs-3.rt,#studentForm .col-xs-8.rt,#studentForm .col-xs-9.rt{
    padding-right: 6px;
}
#studentForm .form-control{
    padding:6px;
    line-height:1.4em;
    height:42px;
}
#studentForm{
    margin: 30px 0 0 0;
}
.lb{
    padding: 20px 0;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}
.lb .form-group:last-child{
    margin-bottom: 0;
}
.scoretips{

}
.scoretips > .well{
    background-color: #f2f8fd;
    border: 1px solid #d4e5f3;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 0;
    color: #03A9F4;
    padding: 10px 10px 0 10px;
}
#bt-yishu > .icon {
    display: block;
    margin-top: 2px;
    line-height: 32px;
    text-decoration: none;
    font-size: 27px;
    color: #ff3d00;
}
#bt-yishu:hover .icon,#bt-yishu:active .icon {
    color: #ffb204;
}

@media screen and (max-width: 767px) {
    html{
        font-size: 20px;
    }
    .lt{
        padding-left: 4px;
    }
    .rt{
        padding-right: 4px;
    }
    .menu{
            position: absolute;
            top: 2.5rem;
            right: 0;
            width: 100%;
            display: none;
    }
    .menu > li{
        float:none;
    }
    .menu > li{
        background-color: #05314a;
        border-top: 1px solid #030e25;
    }
    .menu li > a > .fa{
        position: absolute;
        right: 15px;
        top: 50%;        
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .subMenu{
        width: 100%;
        display: block;
    }
    .subMenu > li{
        background-color: #3e4550;
        border-top: 1px solid #030e25;
        border-bottom: none;
    }
    .subMenu > li > a{
        text-align: center;
        padding: .5rem;
    }
    .sidebar{
        bottom: 69px;
        right: 15px;
    }

}
@media (min-width: 768px) and (max-width: 979px) {
    html{
        font-size: 24px;
    }
}