<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-control{
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
}
.select-search{
    height: 34px;
    position: relative;
}
/* .select-search input{
    width: 100%;
} */
.select-search .school-option.hidden{
    display: none
}
.select-search button{
    text-align: left;
    background: url(../qiye-image/select-icon.png) no-repeat center right 5px;
}
.select-search .school-option input{
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
}
.select-search .school-option{
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 200px;
    top: 32px;
    left: 0;
    padding: 0 15px;
    overflow-y: auto;
    z-index: 99;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px  rgba(0,0,0,.1);
    box-shadow: 0 5px 10px  rgba(0,0,0,.1);
}
.select-search .school-option li{
    font-size: 14px;
    color: #555;
    line-height: 30px;
    cursor: pointer;
}
.form-inline .form-group{
    margin: 0 0 30px;
    padding: 0;
}
.form-control-inline{
    display: inline-block;
    width: 31.333%;
}
.form-control-inline:first-child+.form-control-inline{
    margin: 0 2%
}
.btn-default:hover,.btn-default:focus{
    background-color: #192d88;
    border-color: #192d88;
    color: #fff;
}
.input-group-span{
    color: #30364c;
    font-weight: normal;
}
.input-group-span em{
    color: #ae2a2a;
    padding-right: 5px;
}
.submit-group{
    text-align: center;
    margin-bottom: 10px !important;
}
.submit-group input,.submit-group button{
    width: 80%;
    max-width: 178px;
    padding: 0 12px;
    line-height: 46px;
    border: 1px solid #192d76;
    color: #fff;
    background-color: #192d76;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.must-box{
    text-align: center;
}
.must-box span{
    font-size: 12px;
    color: #939393;
}

/* ä¸»ä½“è¡¨å•æ&nbsp;·å¼ */
body{
    background-color: #f5f7f9
}
.form-box {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.form-box .moudle-title{
    padding: 30px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #0e2644;
    border-bottom: 2px solid #eee;
}
.form-box .moudle-title span{
    color: #ea5f3c
}
.form-main-bg{
    background: url(../qiye-image/form-bg.png) no-repeat center bottom;
    padding-bottom: 20px;
}
.form-main {
    max-width: 630px;
    margin: 0 auto;
}
.form-group{
    margin-bottom: 30px;
}
.form-group label span{
    color: #31404c;
}
.checkbox-item{
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    margin-left: 15px;
    cursor: pointer;
}
.form-main .icon{
    padding: 0 7px;
    margin-right: 5px;
    background-size: contain
}
.checkbox-item .check-icon,.must-box .icon-check{
    background: url(../qiye-image/check.png) no-repeat center center; 
}
.checkbox-item.checked .check-icon,.must-box .icon-check.checked{
    background: url(../qiye-image/checked.png) no-repeat center center;
}
@media only screen and (max-width: 767px){

    .form-box .moudle-title{
        font-size: 22px;
        line-height: 1.4;
        padding: 4% 0;
        margin-bottom: 4%
    }
    .input-group-span,.form-group label{
        font-size: 14px;
        text-align: right;
        max-width: 120px;
    }
    .input-group .form-control, .selects-box select,.form-group label span{
        font-size: 12px
    }
    .form-control-inline{
        width: 31%;
    }
    
}
@media only screen and (max-width: 680px){
    .input-group-span, .form-group &gt; label{
        padding: 7px 12px 0 0
    }
    
    .form-control-inline{
        width: 30.666%;
    }
    .form-horizontal .form-group{
        margin-right: 0
    }
    .form-horizontal .form-group{
        margin: 0 auto 5%
    }
}
@media only screen and (max-width: 425px){
    .form-control-inline {
        width: 30.333%;
    }
    .input-group-span, .form-group &gt; label{
       padding-right: 0
    }
    .form-box .moudle-title{
        margin-bottom: 5%
    }
    
}
/* ä¸»ä½“è¡¨å•æ&nbsp;·å¼ */


/* éžä¸»ä½“è¡¨å•æ&nbsp;·å¼ */
.main-inside-form .form-main{
    max-width: none;
}
.main-inside-form .form-box{
    padding: 0 100px 20px;
    margin: 30px 1% 24px;
    background-color: #f6f7f9;
}
.main-inside-form .form-box .moudle-title{
    font-size: 24px;
    font-weight: bold;
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 30px;
}
.main-inside-form .form-box h2 span{
    color: #ea5f3c
}
.main-inside-form .form-main .form-control,.main-inside-form .form-main .selects-box select,.checkbox-group label{
    width: 62%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.main-inside-form .form-main .submit-group input{
    height: 32px;
    line-height: 32px;
}
.main-inside-form .submit-group{
    display: block;
}
.main-inside-form .input-group-span{
    font-size: 14px;
}
.form-inline .form-control,.label-box{
    display: inline-block !important;
}

@media only screen and (max-width:1200px){
    .main-inside-form .form-main .form-control, .main-inside-form .form-main .selects-box select, .checkbox-group label{
        width: 65%;
    }
    .container{
        width: 98%;
    }
}
@media only screen and (max-width:767px){

    .main-inside-form .form-box .moudle-title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 2%
    }
    .main-inside-form .form-box{
        padding: 0 5% 20px
    }
    .form-inline .form-group{
        margin: 0 auto 3%
    }
    .form-inline .col-xs-3{
        padding: 0;
    }
}
@media only screen and (max-width:680px){

    .main-inside-form .form-box .moudle-title{
        margin-bottom: 4%
    }
    .main-inside-form .form-main .form-group{
        width: 98%;
        margin-bottom: 3%
    }
    .main-inside-form .form-main .form-control, .main-inside-form .form-main .selects-box select, .checkbox-group label{
        width: 75%;
    }
} 
@media only screen and (max-width:425px){
    .main-inside-form .form-main .form-control, .main-inside-form .form-main .selects-box select, .checkbox-group label{
        width: 70%;
    }
}
</pre></body></html>