
/* 表单基础样式 start */
.form-group-nopadding{
    padding: 0 !important;
}
.input-group{
    background: #fff;
}
.form-main .layui-input,.head-form-box .layui-input{
    width: 100%;
    position: absolute;
    background: none !important;
    cursor: pointer;
}
.form-main .layui-input + .input-group-addon{
    padding: 8px 12px;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.form-group .layui-bg-value{
    position: absolute;
    left: 0;
    height: 32px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: 30px;
    padding: 2px 12px;
    cursor: text;
    z-index: 0;
}
.form-group .bg-value-left{
    left: 4%;
}
.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;
}
.schoolName-box,.school-option ul{
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
select[multiple], select[size] {
    width: 100%;
    max-height: 200px !important;
}
.school-option select {
    border: none !important;
}
.select-search .school-option.hidden{
    display: none
}
.select-search button{
    height: 34px;
    line-height: 1.42857143;
    text-align: left;
    background: url(../image/select-icon.png) no-repeat center right 5px;
}
.select-search .school-option input{
    /* position: absolute; */
    margin: 10px auto 5px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    width: 100%;
    /* width: 82%; */
}
/* .schoolName-box{
    padding-top: 45px;
} */
.select-search .school-option{
    position: absolute;
    background-color: #fff;
    width: 100%;
    /* max-height: 200px; */
    /* max-height: 245px; */
    top: 32px;
    left: 0;
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    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;
}
.school-option select option{
	padding: 8px 12px;
	line-height: 30px;
	border: none !important
}
.form-inline .form-group{
    margin: 0 0 20px;
    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: #b79051;
    border-color: #b79051;
    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{
    font-size: 16px;
    width: 80%;
    max-width: 178px;
    padding: 0 12px;
    line-height: 46px;
    border: 1px solid #b79051;
    color: #fff;
    background-color: #b79051;
    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;
}

/* 主体表单样式 */
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: #b58e4b
}
.form-main-bg{
    background: url(../image/form-bg.png) no-repeat center bottom;
    padding-bottom: 20px;
}
.form-main {
    max-width: 630px;
    margin: 0 auto;
}
.form-group{
    margin-bottom: 15px;
}
.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(../image/check.png) no-repeat center center; 
}
.checkbox-item.checked .check-icon,.must-box .icon-check.checked{
    background: url(../image/checked.png) no-repeat center center;
}
.input-group-span, .form-group > label{
    padding-right: 0
 }
@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: 16px;
        padding-top: 7px;
        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 > 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 3%
    }
}
@media only screen and (max-width: 425px){
    .form-control-inline {
        width: 30.333%;
    }
    .input-group-span, .form-group > label{
       padding-right: 0
    }
    .form-box .moudle-title{
        margin-bottom: 5%
    }
    
}
/* 主体表单样式 */


/* 非主体表单样式 */
.main-inside-form .form-main{
    max-width: none;
}
.main-inside-form .form-box{
    padding: 0 70px 20px;
    margin: 30px 0 24px;
    background-color: #f6f7f9;
}
.main-inside-form .rules-form{
    border: 1px solid #e3e5e7;
    background-color: #fff;

}
.main-inside-form .form-box .moudle-title{
    font-size: 24px;
    color:#0b254a;
    font-weight: bold;
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-top: 30px;
}
.main-inside-form .form-box h2 span{
    color: #b58e4b
}
.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{
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.main-inside-form .submit-group{
    display: block;
}
.main-inside-form .input-group-span{
    font-size: 16px;
}
.form-inline .form-control, .label-box, .form-inline .inline-group{
    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%;
    }
}
@media only screen and (max-width:767px){

     /* 2019.11.11 */
     .select-search .school-option.hidden,	.select-search .school-option{
		display: block !important;
		position: static;
		padding: 0 !important;
	}
	.select-search .school-option{
        width: 100%;
        margin-bottom: 0 !important;
        box-shadow: none !important;
	} 
	.select-search{
		margin: 0 auto !important
    }
    .school-option select{
        padding-left: 7px
    }
	.school-option select,.school-option select option{
		width: 100%;
	}
	.school-option select,.school-option select option,.schoolName-box{
		height: 32px;
		line-height: 30px
    }
    .form-control{padding: 4px 12px;}
	.schoolName-box{
		padding: 0 !important;
	}
	.select-search button,.select-search .school-option input{
		display: none !important
    }
    /* 2019.11.11 */

    .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;
        margin:4% 0 3%;
    }
    .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%;
    }
}

/* 表单基础样式 end */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-background-clip: text;
}