@charset "utf-8";
/* CSS Document */
*{
    padding: 0;
    margin: 0;
    font-family: 微软雅黑;
    box-sizing: border-box;
}

html,body{
    background: #E9F0F7;
}

button{
    cursor:pointer;
}

.main-head{
    background: url(../img/head01.jpg) center no-repeat;
    background-size:cover ;
    height: 88px;
    
}
.head{
    margin:0 auto;
    width: 1200px;
    height: 88px;

}
.sub-head{
    height: 88px;
    display: flex;
    align-items: center;
    float: left;
}

.sub-head b{
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 48px;
    font-weight: 700;
    height: 36px;
    border-left: 1px solid rgba(255,255,255,0.29);
    /*margin-left: 0.5vw;*/
    padding-left:0.5vw;
}

.sub-head p{
    height: 36px;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 48px;
    font-weight: 400;
}

.head a{
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: -0.75px;
    font-weight: 400;
    text-decoration:none;
    float: right;
    line-height: 88px;
}

.main-body{
    width: 1200px;
    margin: 30px auto;
    background: #FFFFFF;
    padding:10px 50px;
    box-sizing: border-box;
}

.main-body h1{
    line-height: 70px;
    text-align: center;
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
    border-bottom: 1px solid rgba(218,218,218,1);
    margin-bottom: 42px;
}

.box{
    background: #EFF6FC;
    padding: 0 20px 15px 20px;
    width: 100%;
}

.box img{
    margin-right:9px;

}

.box .title{
    display: flex;
    align-items: center;
    margin: 11px 0 17px 0;
    float: left;
}

.box p{
    width: 100%;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
    display: inline-block;
}

.main-body b{
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
}

.sub-title{
    border-bottom: 1px solid rgba(218,218,218,1);
    /*margin-top: 35px;*/
    line-height: 40px;
    margin-bottom: 43px;
}

.sub-title b{
    margin-left: 53px;
}

.sub-title b::after{
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    background-image: linear-gradient(126deg, #419AFB 0%, #1D65ED 100%);
    border-radius: 3px;
    margin-left: 53px;
}
.f-input{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;

}

.f-inputLabel{
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: right;
    line-height: 84px;
    font-weight: 400;
    width: 30%;
    text-align: right;
    display: block;
    float: left;
    padding-right: 20px;
    height: 84px;
}

.f-input input[type="text"]{
    width: 462px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid rgba(153,153,153,1);
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0 10px;
    box-sizing: border-box;
}

.f-input input[type="password"]{
    width: 462px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid rgba(153,153,153,1);
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0 10px;
    box-sizing: border-box;
}

.f-input select{
    width: 397px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid rgba(153,153,153,1);
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    padding: 0 10px;
}

.f-input button{
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid rgba(153,153,153,1);
    background: url(../img/search.png) center no-repeat;
    margin-left: 10px;
    cursor:pointer;
}

.f-input sub{
    color: #C81616;
    position: relative;
    top:-5px;
    margin-right:5px ;
}

.f-input input[type="radio"]{
    margin-left: 20px;
    margin-right: 10px;
}

.f-input p{
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
}

.f-input .no{
    height: 20px;
}

.f-input textarea{
    width: 462px;
    height: 132px;
    background: #FFFFFF;
    border: 1px solid rgba(153,153,153,1);
    border-radius: 2px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 15px 0;
}

.f-input .hqyzm{
    margin-left: 20px;
    width: 145px;
    height: 51px;
    background: #E0EEFA;
    border: none;
    font-size: 16px;
    color: #2F7DCC;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
}

.f-input span{
    display: block;
    width: 105px;
    height: 22px;
    background: #ECEBEB;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    margin:20px 10px 20px 0;

}

/*.btn{*/
/*    float: left;*/
/*    width: 100%;*/
/*    border-top: 1px solid rgba(218,218,218,1);*/
/*    padding: 49px 0 40px 0;*/
/*    text-align: center;*/
/*}*/

.zc{
    width: 200px;
    height: 56px;
    background-image: linear-gradient(153deg, #419AFB 0%, #1D65ED 95%);
    box-shadow: 0px 2px 10px 0px rgba(29,101,237,0.38);
    border-radius: 4px;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    border: none;
    margin: 0 15px;
}

.cz{
    width: 200px;
    height: 56px;
    background: #fff;
    border: 1px solid rgba(29,101,237,1);
    border-radius: 4px;
    font-size: 22px;
    color: #1D65ED;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin: 0 15px;
}

.layui-form-select dl dd.layui-this{
    background-color:#4f8cff !important;
}

.layui-form-radio>i:hover, .layui-form-radioed>i{
    color:#4f8cff !important;
}

.layui-form-checkbox[lay-skin=primary]{
    margin-left: 12px !important;
    margin-right: 10px !important;
    margin-top: -5px;
}

.layui-form-checkbox[lay-skin=primary] i{
    width: 22px !important;
    height: 22px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    
}

.layui-form-checked[lay-skin=primary] i{
    background-image: linear-gradient(153deg, #419AFB 0%, #1D65ED 95%);

}

.layui-form-select{
    width: 397px;
}

.layui-form-select input[type="text"]{
    width: 397px;
}
.mobile_yz {
    float: left;
    width: 169px;
    height: 40px;
    line-height:40px;
    border: 1px solid #b4ccff;
    border-left: none;
    background:#c8daff;
    font-size:15px;
    color:#255cd0;
    text-align:center;
    cursor:pointer;
    margin-right: 15px;
}