/*--------------------------------------------------
    [4. ZS - Recruitment]   招聘

    4.1 recruitment         招聘列表

    4.2 recruitment-detail  招聘内容

    4.3 post-applied        职位申请
----------------------------------------------------*/

/*--------------------------------------------------
    4.1 recruitment 招聘列表
----------------------------------------------------*/
/*通用*/
@media (min-width: 992px) and (max-width: 1279px){
    h1 {
        font-size: 250% !important;
        font-weight: 500;
    }
    h2 {
        font-size: 150% !important;
        font-weight: 500;
    }
    h2>a {
        font-size: 120% !important;
        height: auto!important;
        line-height: initial!important;
    }
    h3 {
        font-size: 120% !important;
    }
    h4 {
        font-size: 100% !important;
    }
    p{
        font-size: 60% !important;
    }
    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }
    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }
    .conductor {
        height: 10px;
        width: 100%;
        background: #F2F2F2;
    }
}
/*banner*/
.recruitment .justify-content-md-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.recruitment .banner-custom .container {
    height: 100%;
}

.recruitment .banner-custom .container .mbr-white {
    color: #fff;
}

.recruitment .banner-custom {
    background: url("../img/about/recruitment-banner.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    /*height: 469px;*/
    margin-top: 0px;
}

.recruitment .banner-custom .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recruitment .banner-custom h1 {
    height: 75px;
    font-size: 42px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 75px;
    margin: 120px 0 20px 0;
    padding: 0;
}

.recruitment .banner-custom .row {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .recruitment .banner-custom {
        height: 192px;
        background: url(../img/about/recruitment-banner-mb@2x.png) center no-repeat;
        background-size: cover;
        /*margin-top: 51px;*/
    }

    .recruitment .banner-custom .center {
        position: initial !important;
        transform: initial;
    }

    .recruitment .banner-custom h1 {
        font-size: 24px !important;
        margin: 70px 0 20px 0;
        /* font-family: PingFangSC-Medium, PingFang SC;
         font-weight: 500;
         line-height: 25px;
         margin-left: 30px;*/
    }

    .recruitment .banner-custom .row {
        margin: 0
    }

    .recruitment .banner-custom .row > div {
        padding: 0;
        margin: 0;
        width: 100%;
    }

}

/*搜索*/
.recruitment .search-bar .container {
    position: relative;
}

.recruitment .search-bar .input-group {
    width: 610px;
    height: 58px;
    background: #fff;
    box-shadow: 0px 2px 24px 0px rgba(0, 76, 255, 0.1);
    border-radius: 8px;
    margin: 0 auto;
    top: 0;
}

.recruitment .search-bar .input-group .input-group-addon {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border: none;
    border-radius: 46px 0 0 46px;
    background: transparent;
    padding: 19px 25px 19px 48px;
    position: relative;
}

.recruitment .search-bar .input-group .input-group-addon:after {
    content: "";
    border-right: 1px solid #ddd;
    position: absolute;
    height: 22px;
    right: 0;
}

.recruitment .search-bar .input-group .form-control {
    height: 58px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    font-weight: 400;
    background-color: #fff;
    background-image: none;
    border: none;
}

.recruitment .search-bar .input-group .form-control:focus {
    box-shadow: none;
}

.recruitment .search-bar .input-group .form-control::placeholder {
    color: #BBBBBB;
}

.recruitment .search-bar .input-group .input-group-btn .btn {
    height: 58px;
    width: 116px;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(142deg, #1B90FF 0%, #004CFF 100%);
    border: none;
}

.recruitment .search-bar .input-group .input-group-btn .btn:hover {
    /*background: transparent;*/
    /*color: #004cff;*/
}

.recruitment .search-bar .input-group .input-group-btn .btn i {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    /*搜索*/
    .recruitment .search-bar {
        /*margin: 0 15px;*/
    }

    .recruitment .search-bar .input-group {
        width: 100%;
        height: 44px;
        top: 10px;
    }

    .recruitment .search-bar .input-group .input-group-addon {
        font-size: 14px;
        border-radius: 22px 0 0 22px;
        padding: 12px 16px 12px 16px;
    }

    .recruitment .search-bar .input-group .input-group-addon:after {
        height: 20px;
    }

    .recruitment .search-bar .input-group .form-control {
        height: 44px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 44px;
    }

    .recruitment .search-bar .input-group .input-group-btn .btn {
        height: 44px;
        width: 70px;
        border-radius: 0 8px 8px 0;
    }

    .recruitment .search-bar .input-group .input-group-btn .btn i {
        font-size: 16px;
    }
}

/*筛选*/
.recruitment .recruitment-list {
}

.recruitment .recruitment-list .panel {
    border: none;
}

.recruitment .recruitment-list .panel-default > .panel-heading {
    background: transparent;
}

.recruitment .recruitment-list .panel-default > .panel-heading h3 {
    font-size: 14px!important;
    font-weight: 500;
    color: #333333;
}

.recruitment .recruitment-list .panel .panel-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.recruitment .recruitment-list .panel .panel-body label {
    display: block;
    padding: 8px 0;
}

.recruitment .media-list {
    border-left: 1px solid #EEEEEE;
    padding-left: 46px;
    margin-left: 10px;
}

.recruitment .media-list .media {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-top: 50px;
}

.recruitment .media-list .media:hover .media-heading{
    color: #0d5bd5;
}

.recruitment .media-list .media:first-child {
    margin-top: 0px;
}

.recruitment .media-list .media a {
    outline: none;
    text-decoration: none;
}

.recruitment .media-list .media-body {
    padding-right: 30px;
}

.recruitment .media-list .media-body h3 {
    height: 37px;
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    line-height: 37px;
}

.recruitment .media-list .media-body p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}

.recruitment .media-list .media-right {
    position: relative;
    width: 25%;
}

.recruitment .media-list .media-right h4,
.recruitment .media-list .media-right strong {
    font-size: 20px;
    font-weight: 400;
    color: #FF5F1D;
}

.recruitment .media-list .media-right strong {
    font-weight: 600;
}

.recruitment .media-list .media-right p {
    position: absolute;
    bottom: 0;
    color: #888888;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    /*筛选*/
    .recruitment .recruitment-list {
        padding: 0 0 30px 0;
    }

    .recruitment .mb-screen-bar {
        margin-top: 35px;
    }

    .recruitment .mb-screen-bar > h3 {
        margin: 0;
        font-size: 14px !important;
    }

    .recruitment .mb-screen-bar .btn-group {
        margin-top: -23px;
        width: 100%;
    }

    .recruitment .mb-screen-bar .btn-group .dropdown-toggle {
        border: none;
        width: 55px;
        padding: 0;
        height: 32px;
        position: relative;
        float: right;
        margin: 0;
        box-shadow: none;
    }

    .recruitment .mb-screen-bar .btn-group .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0 6px 6px #0000002e;
        box-shadow: 0 6px 6px #0000002e;
        -webkit-background-clip: padding-box;
        padding: 15px;
        margin: 0 -15px;
    }

    .recruitment .mb-screen-bar .btn-group .dropdown-toggle:after {
        content: "";
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed #888;
        border-top: 4px solid \9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        bottom: 10px;
        right: 0px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); /* Internet Explorer */
        -moz-transform: rotate(-45deg); /* Firefox */
        -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
        -o-transform: rotate(-45deg); /* Opera */
    }

    .recruitment .mb-screen-bar .btn-default:active:hover,
    .recruitment .mb-screen-bar .btn-default.active:hover,
    .recruitment .mb-screen-bar .open > .dropdown-toggle.btn-default:hover,
    .recruitment .mb-screen-bar .btn-default:active:focus,
    .recruitment .mb-screen-bar .btn-default.active:focus,
    .recruitment .mb-screen-bar .open > .dropdown-toggle.btn-default:focus {
        color: #004cff;
        background-color: transparent;
        box-shadow: none;
    }

    .recruitment .mb-screen-bar .open > .dropdown-toggle:after {
        border-top-color: #004cff;
    }

    .recruitment .mb-screen-bar .dropdown-menu h3 {
        height: 14px;
        font-size: 14px !important;
        font-weight: 600;
        color: #000000;
        line-height: 14px;
    }

    .recruitment .mb-screen-bar .dropdown-menu .buttons {
        margin: 0 -10px 0 0;
        display: flex;
        flex-wrap: wrap;
    }

    .recruitment .mb-screen-bar .dropdown-menu .buttons label.btn {
        background: #F5F5F5;
        border-radius: 4px;
        margin: 10px 10px 0px 0;
        font-size: 12px;
        border-radius: 4px;
        color: #000;
        width: 78px;
        outline: none;
    }

    .recruitment .mb-screen-bar .dropdown-menu .buttons label.btn.active {
        background: #004cff1a;
        color: #004cff;
        box-shadow: none;
    }

    .recruitment .mb-screen-bar .dropdown-menu .btn-primary {
        height: 41px;
        background: linear-gradient(
                134deg, #0083FF 0%, #004CFF 100%);
        border-radius: 21px;
        width: 214px;
        margin: 30px auto;
        display: block;
    }

    .recruitment .mb-screen-bar .recruitment .media-list {
        border: none;
        padding: 0;
        margin: 0;
    }

    .recruitment .media-list {
        border-left: none;
        padding-left: 0;
        margin: 20px 0;
    }

    .recruitment .media-list .media {
        border-bottom: none;
        padding-bottom: 15px;
        margin-top: 15px;
        position: relative;
    }

    .recruitment .media-list .media:first-child {
        margin-top: 0px;
    }

    .recruitment .media-list .media-body h3 {
        height: 16px;
        font-size: 16px !important;
        font-weight: 600;
        line-height: 16px;
    }

    .recruitment .media-list .media-body p {
        height: 17px;
        font-size: 12px;
        line-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .recruitment .media-list .media-right {
        position: absolute;
        width: auto;
        top: 0;
        right: 0;
    }

    .recruitment .media-list .media-right h4,
    .recruitment .media-list .media-right strong {
        font-size: 12px;
        font-weight: 400;
        color: #FF5F1D;
        margin: 0;
    }

    .recruitment .media-list .media-right strong {
        font-size: 14px;
        font-weight: bold;
    }

    .recruitment .media-list .media-right p {
        font-size: 12px !important;
    }
}

/*--------------------------------------------------
    4.2 recruitment-detail 招聘内容
----------------------------------------------------*/
.recruitment-detail .justify-content-md-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.recruitment-detail .banner-custom .container {
    height: 100%;
}

.recruitment-detail .banner-custom .container .mbr-white {
    color: #fff;
}

.recruitment-detail .banner-custom {
    background: url("../img/about/recruitment-banner.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-top: 0px;
}

.recruitment-detail .banner-custom .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recruitment-detail .banner-custom h1 {
    height: 75px;
    font-size: 54px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 75px;
    margin: 120px 0 20px 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .recruitment-detail .banner-custom {
        height: 192px;
        /*margin-top: 51px;*/
    }

    .recruitment-detail .banner-custom .center {
        position: initial !important;
        transform: initial;
    }

    .recruitment-detail .banner-custom h1 {
        font-size: 24px !important;
        margin: 70px 0 20px 0;
        /* font-family: PingFangSC-Medium, PingFang SC;
         font-weight: 500;
         line-height: 25px;
         margin-left: 30px;*/
    }

    .recruitment-detail .banner-custom .row {
        margin: 0;
        padding: 0;
    }

    .recruitment-detail .banner-custom .row > div {
        padding: 0;
        margin: 0;
        width: 100%;
    }

}

.recruitment-detail .container > h3 {
    padding: 30px 20px 20px 0px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.recruitment-detail .recruitment-detail-content {
    margin-bottom: 80px;
}

.recruitment-detail .recruitment-detail-content .row {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .recruitment-detail .container > h3 {
        font-size: 18px;
        padding: 20px 0px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .recruitment-detail .recruitment-detail-content {
        margin-bottom: 40px;
    }

    .recruitment-detail .recruitment-detail-content .row {
        margin-top: 0px;
    }
}

.recruitment-detail .container .media-container {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    /*cursor: default;*/
}

.recruitment-detail .container .media-container .media-body {
    padding-right: 50px;
}

.recruitment-detail .container .media-container .media-body h3 {
    height: 37px;
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    line-height: 37px;
}

.recruitment-detail .container .media-container .media-right {
    text-align: right;
}

.recruitment-detail .container .media-container .media-body p,
.recruitment-detail .container .media-container .media-right p {
    color: #666;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.recruitment-detail .container .media-container .media-body p:last-child {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recruitment-detail .container .media-container .media-body p:last-child i {
    font-size: 12px;
}

.recruitment-detail .container .media-container .media-right h4 {
    margin-bottom: 60px;
    margin-top: 0;
    color: #FF5F1D;
}

.recruitment-detail .container .media-container .media-right p {
    white-space: nowrap;
    vertical-align: bottom;
    font-size: 12px;
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .recruitment-detail .container .media-container {
        margin-top: 15px;
    }

    .recruitment-detail .container .media-container .media-right {
        position: absolute;
        width: auto;
        top: 0;
        right: 15px;
    }

    .recruitment-detail .container .media-container .media-right h4 {
        margin-bottom: 60px;
        margin-top: 8px;
        color: #FF5F1D;
        font-size: 14px !important;
    }

    .recruitment-detail .container .media-container .media-body {
        padding-right: 70px;
    }
}

.recruitment-detail .recruitment-detail-content .content {
    margin: 0;
}

.recruitment-detail .recruitment-detail-content .content .list-unstyled {
    padding-left: 20px;
    list-style: none;
}

.recruitment-detail .recruitment-detail-content .content li {
    line-height: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222;
}

.recruitment-detail .recruitment-detail-content .content .flex {
    display: flex;
}

.recruitment-detail .recruitment-detail-content .content .btn {
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 180px;
    margin: 20px 10px 20px 0;
    font-size: 16px;
    background: linear-gradient(145deg, #1B90FF 0%, #004CFF 100%);
    border: none;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}

.recruitment-detail .recruitment-detail-content .content .btn:hover {
    background: transparent;
    border: 1px solid #004CFF;
    color: #004CFF;
}

@media screen and (max-width: 991px) {
    .recruitment-detail .recruitment-detail-content .content .btn {
        height: 40px;
        line-height: 40px;
        margin: 20px 5px;
        font-size: 12px;
        border-radius: 20px;
        flex: 1;
    }
}

.recruitment-detail .panel-default {
    background: #fff;
    height: 100%;
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
}

.recruitment-detail .panel-default > .panel-heading {
    border: none;
    background: #fff;
}

.recruitment-detail .panel-default > .panel-heading {
    padding: 10px 16px;
}

.recruitment-detail .panel-default > .panel-heading h3 {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    vertical-align: middle;
}

.recruitment-detail .panel-default > .panel-heading h3 span {
    width: 8px;
    height: 18px;
    background: #004cff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 18px;
    margin-right: 12px;
}

.recruitment-detail .panel-default .panel-body {
    padding: 0 16px;

}

.recruitment-detail .panel-default .panel-body .media {
    margin-top: 10px;
    border: none;
}

.recruitment-detail .panel-default .panel-body .media-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.recruitment-detail .panel-default .panel-body .media-body h4 {
    height: 25px;
    line-height: 25px;
    font-size: 16px !important;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222226;
    flex: 1;
    margin: 0;
}

.recruitment-detail .panel-default .panel-body .media-body strong {
    font-size: 16px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF5F1D;
    height: 25px;
    line-height: 25px;
}

@media screen and (max-width: 991px) {
    .recruitment-detail .panel-default {
        border-radius: 0;
        border: none;
        padding: 0;
        margin-top: 20px;
        border-top: 1px solid #edecec;
    }

    .recruitment-detail .panel-default > .panel-heading {
        padding: 0;
    }

    .recruitment-detail .panel-default > .panel-heading h3 {
        font-size: 16px !important;
    }

    .recruitment-detail .panel-default > .panel-heading h3 span {
        width: 4px;
        border-radius: 2px;
        margin-right: 6px;
    }

    .recruitment-detail .panel-default .panel-body {
        padding: 0;
    }

    .recruitment-detail .panel-default .panel-body .media {
        margin-top: 10px;
    }

    .recruitment-detail .panel-default .panel-body .media-body h4 {
        font-size: 14px !important;
    }

    .recruitment-detail .panel-default .panel-body .media-body strong {
        font-size: 14px !important;
    }
}

/*--------------------------------------------------
    4.3 post-applied        职位申请
----------------------------------------------------*/

.post-applied .justify-content-md-center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*banner*/
.post-applied .banner-custom .container {
    height: 100%;
}

.post-applied .banner-custom .container .mbr-white {
    color: #fff;
}

.post-applied .banner-custom {
    background: url("../img/about/recruitment-banner.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    margin-top: 0px;
}

.post-applied .banner-custom .center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.post-applied .banner-custom h1 {
    height: 75px;
    font-size: 54px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 75px;
    margin: 120px 0 20px 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .post-applied .banner-custom {
        height: 192px;
        /*margin-top: 51px;*/
    }

    .post-applied .banner-custom .center {
        position: initial !important;
        transform: initial;
    }

    .post-applied .banner-custom h1 {
        font-size: 24px !important;
        margin: 70px 0 20px 0;
        /* font-family: PingFangSC-Medium, PingFang SC;
         font-weight: 500;
         line-height: 25px;
         margin-left: 30px;*/
    }

    .post-applied .banner-custom .row {
        margin: 0;
        padding: 0;
    }

    .post-applied .banner-custom .row > div {
        padding: 0;
        margin: 0;
        width: 100%;
    }
}
/*内容部分*/
.post-applied .post-applied-content .container .content {
    margin-top: 40px;
}

.post-applied .post-applied-content .container .content h3 {
    height: 30px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222226;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 0;
}

.post-applied .post-applied-content {
    margin-bottom: 80px;
}

.post-applied .post-applied-content .container {
    width: 980px !important;
}

@media screen and (max-width: 991px) {
    .post-applied .post-applied-content .container .content {
        margin-top: 15px;
    }

    .post-applied .post-applied-content .container {
        width: 100% !important;
    }

    .post-applied form div[class*="col-sm-"] {
        padding: 0!important;
        margin: 0!important;
    }

    .post-applied .container .content h3 {
        font-size: 16px!important;
        padding: 20px 0px;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .post-applied .post-applied-content {
        margin-bottom: 20px;
        margin-top: 5px;
    }
}
/*职位信息*/

.post-applied .post-applied-content .container .media {
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}

.post-applied .post-applied-content .container .media .media-body {
    padding-right: 50px;
}

.post-applied .post-applied-content .container .media .media-body h3 {
    height: 37px;
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    line-height: 37px;
}

.post-applied .post-applied-content .container .media .media-right {
    text-align: right;
}

.post-applied .post-applied-content .container .media .media-body p,
.post-applied .post-applied-content .container .media .media-right p {
    color: #666;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.post-applied .post-applied-content .container .media .media-body p:last-child {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.post-applied .post-applied-content .container .media .media-body p:last-child i {
    font-size: 12px;
}

.post-applied .post-applied-content .container .media .media-right h4 {
    margin-bottom: 60px;
    margin-top: 0;
    color: #FF5F1D;
}

.post-applied .post-applied-content .container .media .media-right p {
    white-space: nowrap;
    vertical-align: bottom;
    font-size: 12px;
    margin-top: 5px;
}

@media screen and (max-width: 991px) {
    .post-applied .post-applied-content .container .media {
        margin-top: 15px;
    }

    .post-applied .post-applied-content .container .media .media-right {
        position: absolute;
        width: auto;
        top: 0;
        right: 15px;
    }

    .post-applied .post-applied-content .container .media .media-right h4 {
        margin-bottom: 60px;
        margin-top: 8px;
        color: #FF5F1D;
        font-size: 14px !important;
    }

    .post-applied .post-applied-content .container .media .media-body {
        padding-right: 70px;
    }
}
/*表单信息*/
.post-applied .post-applied-content .form-group {
    margin-bottom: 30px;
}

.post-applied .post-applied-content label {
    margin-bottom: 10px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 22px;
}

.post-applied .post-applied-content label strong {
    color: #004cff;
    font-weight: 500;
}

.post-applied .post-applied-content .form-control {
    box-shadow: none;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    height: 56px;
    line-height: 56px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
}

.post-applied .post-applied-content .container .form-footer {
    text-align: center;
    color: #666;
    margin-top: 10px;
}


.post-applied .post-applied-content .content .btn {
    height: 56px;
    line-height: 56px;
    border-radius: 8px;
    width: 150px;
    padding: 0;
    margin: 0;
}

.post-applied .btn {
    position: relative;
}

.post-applied .post-applied-content .select-dealer .form-control{
    border: none;
}
.post-applied .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-moz-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.post-applied .post-applied-content .select-dealer .btn{
    width: 100%;
    background: #fff;
    border-color: #DDDDDD!important;
    outline: none;
    margin: 0;
}
.post-applied .post-applied-content .select-dealer .btn:focus,
.post-applied .post-applied-content .select-dealer .btn:active,
.post-applied .post-applied-content .select-dealer .btn:visited{
    border-color: #DDDDDD!important;
}

.post-applied .btn input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 9999;
    cursor: pointer;
}
.post-applied .post-applied-content .upload{
    width: 100%;
    height: 176px;
    background: rgba(0, 76, 255, 0.08);
    border-radius: 8px;
    text-align: center;
}
.post-applied .post-applied-content .upload .btn{
    width: 108px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid #004CFF;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0054FF;
    padding: 0;
    margin: 0 auto;
}
.post-applied .post-applied-content .upload  h4{
    padding: 35px 0 10px 0;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}
.post-applied .post-applied-content .upload  .tip{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #989898;
    line-height: 20px;
}
.post-applied .post-applied-content .upload strong{
    color: #004cff;
    font-weight: 500;
}
@media screen and (max-width: 991px) {

    .post-applied .post-applied-content .select-dealer .btn{
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        border-color: #DDDDDD!important;
        outline: none;
        margin: 0!important;
    }

    .post-applied .post-applied-content .upload{
        width: 100%;
        height: 176px;
        background: rgba(0, 76, 255, 0.08);
        border-radius: 8px;
        text-align: center;
    }
    .post-applied .post-applied-content .upload .btn{
        width: 108px;
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
        border: 1px solid #004CFF;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #0054FF;
        padding: 0;
        margin: 0 auto;
    }
    .post-applied .post-applied-content .upload  h4{
        padding: 35px 0 10px 0;
        font-size: 18px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
    }
    .post-applied .post-applied-content .upload  .tip{
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #989898;
        line-height: 20px;
    }
    .post-applied .post-applied-content .upload strong{
        color: #004cff;
        font-weight: 500;
    }
}
@media screen and (max-width: 991px) {
    .post-applied .post-applied-content .container .media {
        margin-top: 15px;
        position: relative;
    }

    .post-applied .post-applied-content > div {
        width: 100%;
        margin-left: 0px;
    }

    .post-applied .post-applied-content label {
        font-size: 14px;
        margin-bottom: 10px!important;
    }
    .post-applied .post-applied-content .form-control {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        border-radius: 8px;
    }
    .post-applied .post-applied-content .form-group {
        margin-bottom: 15px;
    }

    .post-applied .post-applied-content .container .form-footer {
        text-align: center;
        color: #666;
        margin-top: 10px;
        width: 100%;
    }

    .post-applied .post-applied-content .container .form-control {
        width: 100%;
    }

    .post-applied .post-applied-content .container .form-group .input-group {
        width: 100%;
    }

    .post-applied .post-applied-content .container .form-group .input-group .form-control {
        width: 100%;
    }

    .post-applied .post-applied-content .content .btn {
        margin: 10px auto 0 auto;
    }

    .post-applied .post-applied-content .form-group.has-feedback.has-error,
    .post-applied .post-applied-content  .form-group.has-error {
        margin-bottom: 30px !important;
    }

    .post-applied .post-applied-content  .form-group .help-block {
        margin-bottom: 0;
        bottom: -20px;
        left: 0;
        z-index: 999;
    }
}

.post-applied .post-applied-content  .label-button {
    color: #fff;
    font-size: 14px;
}

.post-applied .post-applied-content  .label2:hover span {
    color: #0D5BD6;
}