.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

#main .inner {
    width: 1150px;
    padding-right: 230px;
    box-sizing: border-box;
}

#main .hd {
    padding: 2.35% 0;
    color: #fff;
    background: linear-gradient(90deg, #3194d4, #0766b3);
}

#main .hd .l1 {
    font-size: 20px;
    color: #00b1e2;
    margin-bottom: 30px;
}

#main .hd .title {
    font-size: 55px;
    margin-bottom: 20px;
}

#main .hd .info {
    font-size: 18px;
}

#main .bd {
    padding: 4.64% 0 9%;
}

#main .requirements {
    margin-bottom: 37px;
}

#main .requirements .rhd {
    font-size: 22px;
    line-height: 58px;
    background: url(../svg/recruit_point.svg) repeat-x left bottom;
    background-size: 8px;
}

#main .requirements .rbd {
    padding-top: 24px;
    line-height: 1.71;
}

#main .requirements .rbd p {
    position: relative;
    padding-left: 20px;
}

#main .requirements .rbd p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #010101;
}

#main .apply .ahd {
    font-size: 22px;
    line-height: 58px;
    background: url(../img/recruit_point.svg) repeat-x left bottom;
    background-size: 8px;
}

#main .apply .abd {
    padding-top: 16px;
}

#main .apply .tips {
    font-size: 16px;
    line-height: 1.44;
    margin-bottom: 35px;
}

#main .apply dt {
    font-size: 16px;
    color: #1950a6;
    margin-bottom: 12px;
}

#main .apply dt span {
    color: #ff0101;
    margin-left: 10px;
}

#main .apply dd {
    margin-bottom: 35px;
}

#main .apply dd input {
    width: 590px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #f5f5f5;
    border: none;
}

#main .apply dd .filename {
    display: inline-block;
    vertical-align: top;
    width: 440px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #f5f5f5;
    margin-right: 25px;
}

#main .apply dd button {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 48px;
    padding: 0;
    line-height: 48px;
    text-align: center;
    background: #1950a6;
    color: #fff;
    font-size: 16px;
    border: none;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
}

#main .apply dd button:before {
    z-index: 0;
}

#main .apply dd button span {
    position: relative;
    z-index: 1;
}

#main .apply dd button input {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 200%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

#main .apply dd p {
    font-size: 12px;
    line-height: 2.83;
}

#main .apply .btnSubmit {
    padding: 0;
    width: 125px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #1950a6;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

#main .apply .btnSubmit:before {
    z-index: 0;
}

#main .apply .btnSubmit span {
    position: relative;
    z-index: 1;
}

.ie #main .requirements .rhd {
    border-bottom: 4px dotted #333;
}

@media all and (max-width: 1480px) {
    #main .hd .title {
        font-size: 40px;
    }
}

@media all and (max-width: 767px) {
    .banner .inner {
        position: absolute;
        left: 0;
        right: 0;
        top: 13.33vw;
        width: auto;
        padding-left: 9.2%;
    }

    .banner .l1 {
        font-size: 6.4vw;
        margin-bottom: 4.27vw;
    }

    .banner .l2 {
        font-size: 3.2vw;
        line-height: 1.33;
        text-align: justify;
    }

    #main .inner {
        width: auto;
        padding-right: 0;
    }

    #main .hd {
        padding: 7.73% 0 4.93% 6.8%;
    }

    #main .hd .l1 {
        font-size: 3.2vw;
        margin-bottom: 2.93vw;
    }

    #main .hd .title {
        font-size: 6vw;
        margin-bottom: 3.33vw;
    }

    #main .hd .info {
        font-size: 3.2vw;
    }

    #main .bd {
        padding: 12.53% 6.8% 13.33%;
    }

    #main .requirements {
        margin-bottom: 14vw;
    }

    #main .apply .ahd,
    #main .requirements .rhd {
        font-size: 5.33vw;
        line-height: 1;
        padding-bottom: 5.33vw;
        background-size: 6px;
    }

    #main .requirements .rbd {
        padding-top: 3.2vw;
        line-height: 1.67;
    }

    #main .requirements .rbd p {
        position: relative;
        padding-left: 2.8vw;
    }

    #main .requirements .rbd p:after {
        top: 2.66vw;
        width: 3px;
        height: 3px;
    }

    #main .apply .abd {
        padding-top: 3.2vw;
    }

    #main .apply .tips {
        font-size: 3.2vw;
        line-height: 1.67;
        margin-bottom: 6.27vw;
    }

    #main .apply dt {
        font-size: 3.2vw;
        margin-bottom: 2.67vw;
    }

    #main .apply dt span {
        margin-left: 1.07vw;
    }

    #main .apply dd {
        margin-bottom: 5.33vw;
    }

    #main .apply dd input {
        width: 100%;
        height: 8.13vw;
        line-height: 8.13vw;
        padding: 0 1.33vw;
    }

    #main .apply dd .filename {
        width: 64.4vw;
        height: 8.13vw;
        line-height: 8.13vw;
        padding: 0 1.33vw;
        margin-right: 5.6vw;
    }

    #main .apply dd button {
        box-sizing: border-box;
        width: 14.4vw;
        height: 8.13vw;
        padding: 0;
        line-height: 8.13vw;
        font-size: 3.2vw;
    }

    #main .apply dd p {
        font-size: 2.67vw;
        line-height: 1.9;
        color: #797777;
    }

    #main .apply .btnSubmit {
        box-sizing: border-box;
        width: 20vw;
        height: 8.13vw;
        line-height: 8.13vw;
        font-size: 3.2vw;
    }
}