.industry-select-box input:focus{
    border-color: #F13A3B;
}
.g_new_fl{
    width: 100%;
    padding: 16px 0 16px 0;
}
.g_new_content{
    margin-left: -27px;
    overflow: hidden;
}
.g_new_fl .g_item{
    float: left;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 26px;
    box-sizing: border-box;
    border: 1px solid #F13A3B;
    font-size: 14px;
    color: #F13A3B;
    background: #fff;
    margin-left: 29px;
    margin-bottom: 14px;
    border-radius: 5px;
    background-clip: content-box;
    cursor: pointer;
}
.g_new_fl .g_item.on{
    color: #fff;
    background: #F13A3B;
}
.g_auto_item{
    margin-bottom: 20px;
}
.g_new_zfl{
    padding: 20px 0 40px;
    border-top: 1px solid #eee;
}
.zfl_tips .tips_span{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    width: 45px;
}
.zfl_tips .tips_list{
    font-size: 14px;
    line-height: 24px;
    width: calc( 100% - 45px );
    color: #999;
}
.zfl_tips .tips_list .p1{
    margin-bottom: 4px;
}

.zfl_list{
    width: 100%;
}


.zfl_tit .th_check{
    position: relative;
    cursor: pointer;
}
.zfl_tit .th_check:before{
    content: "";
    display: inline-block;
    margin-right: 4px;
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    vertical-align: -3px;
}
.zfl_tit .th_check.checked:before{
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #F13A3B;
}
.zfl_info .td_check{
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    cursor: pointer;
    margin-right: 32px;
    margin-top: 4px;
}
.zfl_info .td_check.checked{
    background: url(img/icon-selected.png) no-repeat center center;
    background-size: 14px 14px;
    border-color: #F13A3B;
}

.zfl_info{
    max-height: 800px;
    overflow-y: auto;
}

.zfl_info .zfl_item:nth-child(odd) {
    background-color: #fff;
}

.zfl_info .zfl_item:nth-child(even) {
    background-color: #F6F7F9;
}

.zfl_list .zfl_tit{
    background-color: #F6F7F9;
}
.zfl_tit .th{
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #181C29;
}
.zfl_info .td{
    float: left;
    text-align: center;
    padding:10px;
    line-height: 24px;
    box-sizing: border-box;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}
.zfl_tit .th1,.zfl_info .td1{
    width: 10%;
}
.zfl_tit .th2,.zfl_info .td2{
    width: 15%;
}
.zfl_tit .th3,.zfl_info .td3{
    width: 40%;
}
.zfl_tit .th4,.zfl_info .td4{
    width: 35%;
}
.zfl_info .zfl_item{
    border-bottom: 1px solid #eee;
}
.zlf_choose{
    margin: 15px 0;
}
.choose_tit{
    float: left;
    padding-right: 0px;
    font-size: 14px;
    color: #333333;
    width: 100px;
    text-align: left;
    line-height: 30px;
}
.choose_list{
    position: relative;
    float: left;
    height: 30px;
    padding: 0 10px;
    line-height: 28px;
    background: #fdeeed;
    border-radius: 2px;
    border: 1px solid #F13A3B;
    color: #F13A3B;
    box-sizing: border-box;
    cursor: pointer;
}
.choose_list b{
    font-weight: bold;
}
#chooseShow{
    position: fixed;
    top: 18%;
    left: 50%;
    width: 690px;
    margin-left: -400px;
    z-index: 111110;
    padding: 0 20px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
}
#chooseShow .choose_pop_tit{
    padding: 20px 0;
}
#chooseShow .choose_txt{
    line-height: 30px;
}
#chooseShow .close{
    display: block;
    padding:7px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(./img/c_close.png) no-repeat center;
    -webkit-background-size:  16px 16px;
    background-size: 16px 16px;
    cursor: pointer;
}
#chooseShow .close:hover{
    background: url(./img/c_close_h.png) no-repeat center;
    -webkit-background-size: 16px 16px;
    background-size:  16px 16px;
}
#chooseShow .zfl_info{
    max-height: 400px;
}
#chooseShow .choose_txt{
    font-size: 14px;
}
.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#chooseShow .th5{
    width: 10%;
}
#chooseShow .td5{
    font-size: 12px;
    width: 10%;
    cursor: pointer;
}
#chooseShow .td5:hover{
    color: #F13A3B;
}
#chooseShow .num{
    color: #F13A3B;
}
#chooseShow .num b{
    font-weight: bold;
}
#chooseShow .choose_bottom{
    text-align: center;
    margin-top: 20px;
}
#chooseShow .choose_btn{
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #F13A3B;
    border-radius: 2px;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.register-wrap ul li > label{
    text-align: right;
    margin-right: 20px;
}
.auto-list .auto-item li > label{
    text-align: left;
    width: auto;
    margin-right: 20px;
}