.content {
    width: 920px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 20px
}

.item {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 0;
}

.item>input {
    flex: 1;
}

.file {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    overflow: hidden;
    color: #0266AB;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.file:hover {
    border-color: #78C3F3;
    color: #004974;
    text-decoration: none;
}

.upload {
    padding-top: 60px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.upload>img {
    height: 18px;
    width: 18px;
    margin-top: 4px;
}

.modal_file {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.btn_footer {
    text-align: center;
    margin-top: 100px;
}

.btn_footer .back {
    border-radius: 0;
    background: none;
    border: 1px solid #0266AB;
    color: #0266AB;
    width: 240px;
    height: 54px;
    line-height: 30px;
    margin-right: 80px;
    cursor: pointer;
}

.btn_footer .submit {
    border-radius: 0;
    background-color: #0266AB;
    border: 1px solid #0266AB;
    color: #fff;
    width: 240px;
    height: 54px;
    line-height: 30px;
    cursor: pointer;
}

.title-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px
}

.title-t a {
    text-decoration-line: none !important;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(2, 102, 171, 1);
}

.title-t span {
    font-size: 30px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 42px;
}

.form-group {
    margin-bottom: 0 !important
}

label {
    margin-bottom: 0 !important;
}

.m-b-5 {
    margin-bottom: .5rem
}

.col-6 {
    align-items: flex-start;
}

@media (max-width: 960px) {
    .content {
        width: 100% !important;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .apply2 {
        display: none
    }
    .apply2-moble {
        display: block !important
    }
    .lable2 {
        width: 122px
    }
    .m-b-5 {
        margin-bottom: 1rem
    }
}