.f-top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 0 66px;
}

.f-form {
    text-align: center;
    color: #fff;
}
.f-form .tit {
    font-size: 40px;
    margin-bottom: 25px;
}
.f-form .desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.f-form .inp {
    background-color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    width: 520px;
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    padding: 2px;
}
.f-form .inp .icon-shouji {
    float: left;
    width: 10%;
    position: relative;
    z-index: 1;
    color: #999;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.f-form .inp .icon-shouji::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/icon-shouji.png) no-repeat center;
}
.f-form .inp1 {
    float: left;
    width: 60%;
    height: 100%;
}

.f-form .input {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: left 20px center;
    padding-right: 15px;
    display: block;
    height: 100%;
    font-size: 16px;
    outline: none;
    border: none;
}
.f-form .submit {
    float: right;
    width: 30%;
    background-color: #264fd9;
    color: #fff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: block;
    height: 56px;
    font-size: 16px;
}

.m-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.m-pop.on {
    z-index: 2000;
    visibility: visible;
    opacity: 1;
}

.pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}
.m-pop .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 90%;
    max-height: 90%;
}


.m-sendcv {
    position: relative;
    min-height: 540px;
    /* height: 580px; */
    background-color: #fff;
    width: 740px;
    margin: 0 auto;
    padding: 36px 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.m-shiyong-pop {
    overflow: hidden;
    padding: 0;
    background-image: url(../images/bg-a1.png);
    background-size: 45% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.m-sendcv .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 22px;
    height: 22px;
}
.m-shiyong-pop .col-l {
    width: 45%;
    float: left;
}

.m-sendcv .tit {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}
.m-hpop5 {
    color: #fff;
    padding: 50px 35px 0;
}
.m-hpop5 .tit {
    margin-bottom: 20px;
    font-size: 40px;
}
.m-hpop5 .desc {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 34px;
}

.ul-headerpop1 {
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
}
.ul-headerpop1 li {
    float: left;
    width: 33.3%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.m-hpop5 .pic {
    height: 40px;
    margin-bottom: 6px;
}

.h-pop5-tel {
    text-align: center;
}
.h-tel {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 12px;
}





.ul-headerpop1 {
    display: block;
    overflow: hidden;
    margin-bottom: 80px;
}

.m-r-hpop5 {
    overflow: hidden;
    padding: 30px 40px 0;
}
.m-r-hpop5 .tit-hpop5 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.m-r-hpop5 .tit-hpop5 span {
    color: #D90000;
}
.ul-hpop5-inp {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.ul-hpop5-inp li {
    margin-bottom: 20px;
}
.ul-hpop5-inp .inp {
    border: 1px solid #dddddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: left 6px center;
    /* padding-left: 40px; */
    overflow: hidden;
}
.ul-hpop5-inp .con .inp {
    width: 58%;
    float: left;
    font-size: 16px;
}
.ul-hpop5-inp .inp .inp1 {
    overflow: hidden;
    height: 100%;
}
.ul-hpop5-inp input {
    padding: 0 15px 0 0;
    width: 100%;
    display: block;
    height: 100%;
    border: none;
}
.m-r-hpop5 .submit {
    background-color: #346fe7;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgb(53, 111, 231);
    box-shadow: 0px 6px 18px 0px rgba(91, 144, 255, 0.7);
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form_w .clue_w {
    font-size: 14px;
    /* color: #FFF; */
    height: 26px;
    line-height: 24px;
    overflow: hidden;
    /* margin: 16px auto 16px auto; */
    width: 100%;
    /* padding: 8px 0; */
    background-color: #d3e3ff;
    border-radius: 88px;
    opacity: 0.88;
    box-sizing: content-box;
}
.ul-hpop5-inp .con .code {
    float: right;
    width: 39%;
    background-color: #346fe7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
@media only screen and (max-width: 1366px){
    .m-pop {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        opacity: 1;
        visibility: hidden;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    .m-pop .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        max-width: 90%;
        max-height: 90%;
    }
    .ul-hpop5-inp input {
        padding: 0 1.098vw 0 0;
        width: 100%;
        display: block;
        height: 100%;
    }
    .pop-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .m-sendcv .tit {
        text-align: center;
        font-size: 1.756vw;
        margin-bottom: 0.732vw;
    }
    .m-hpop5 .tit {
        margin-bottom: 1.464vw;
        font-size: 2.928vw;
    }
    .m-hpop5 .desc {
        font-size: 1.171vw;
        line-height: 2.2;
        margin-bottom: 2.489vw;
    }
    .ul-headerpop1 {
        display: block;
        overflow: hidden;
        margin-bottom: 5.856vw;
    }
    
    .ul-headerpop1 li {
        float: left;
        width: 33.3%;
        text-align: center;
        color: #fff;
        font-size: 1.171vw;
    }

    .m-hpop5 .pic {
        height: 2.928vw;
        margin-bottom: 0.439vw;
    }
    .h-tel {
        display: inline-block;
        color: #fff;
        font-size: 1.464vw;
        vertical-align: top;
        margin-top: 0.2vw;
        margin-left: 0.878vw;
    }



    .m-pop.on {
        z-index: 2000;
        visibility: visible;
        opacity: 1;
    }
    .m-sendcv {
        position: relative;
        min-height: 39.53vw;
        background-color: #fff;
        width: 54.17vw;
        margin: 0 auto;
        padding: 2.635vw 3.660vw;
        border-radius: 0.732vw;
        -webkit-border-radius: 0.732vw;
        -moz-border-radius: 0.732vw;
        -ms-border-radius: 0.732vw;
        -o-border-radius: 0.732vw;
    }
    .m-shiyong-pop {
        overflow: hidden;
        padding: 0;
        background-image: url(../images/bg-a1.png);
        background-size: 45% 100%;
        background-position: left center;
        background-repeat: no-repeat;
        min-height: 36.60vw;
    }
    .m-sendcv .close {
        position: absolute;
        top: 1.464vw;
        right: 1.464vw;
        cursor: pointer;
        width: 1.610vw;
        height: 1.610vw;
    }
    .m-r-hpop5 {
        overflow: hidden;
        padding: 2.392vw 3.953vw 0;
    }
    .ul-hpop5-inp li {
        margin-bottom: 1.464vw;
    }
    .ul-hpop5-inp .inp {
        border: 0.073vw solid #dddddd;
        border-radius: 0.366vw;
        -webkit-border-radius: 0.366vw;
        -moz-border-radius: 0.366vw;
        -ms-border-radius: 0.366vw;
        -o-border-radius: 0.366vw;
        height: 3.660vw;
        line-height: 3.660vw;
        background-repeat: no-repeat;
        background-size: 1.830vw auto;
        background-position: left 0.439vw center;
        /* padding-left: 2.928vw; */
    }
    .m-r-hpop5 .submit {
        background-color: #346fe7;
        color: #fff;
        font-size: 1.171vw;
        border-radius: 0.292vw;
        background-color: rgb(53, 111, 231);
        box-shadow: 0vw 0.439vw 1.317vw 0vw rgba(91, 144, 255, 0.7);
        display: block;
        width: 100%;
        text-align: center;
        height: 3.660vw;
        line-height: 3.660vw;
        font-size: 1.317vw;
        margin-bottom: 2.196vw;
        cursor: pointer;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }
    .form_w .clue_w {
        font-size: 1.024vw;
        /* color: #FFF; */
        height: 1.903vw;
        line-height: 1.756vw;
        overflow: hidden;
        /* margin: 1.171vw auto 1.171vw auto; */
        width: 100%;
        /* padding: 0.585vw 0; */
        /* background-color: #edf2ff; */
        border-radius: 6.442vw;
        opacity: 0.88;
        box-sizing: content-box;
    }
    .ul-hpop5-inp .con .inp {
        width: 58%;
        float: left;
        font-size: 1.171vw;
    }
}