.content {
    background: #F5F5F5;
}

.content .banner_box {
    position: relative;
    font-size: 12px;
    height: 560px;
    overflow: hidden;
}

.content .cover_layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 54, 64, 0.35);
}

.content .cover_layer_left {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background-color: rgba(48, 54, 64, 0.35);
}

.content .cover_layer_right {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 54, 64, 0.35);
}

.content .business_advantage {
    color: #fff;
    font-size: 2em;
    /*height: 100%;*/
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 50px;
}

.content .business_advantage .advantage_title {
    font-size: 1.25em;
    width: 100%;
}

.content .business_advantage .advantage_title span {
    font-size: 1.3em;
}

.content .business_advantage .advantage_item {
    line-height: 65px;
    padding-left: 10px;
    width: 50%;
}

.content .business_advantage .advantage_item i {
    color: #47d258;
    font-size: 25px;
    margin-right: 8px;
}

.content .banner_box img {
    width: 100%;
    height: 560px;
    animation-delay: 0.1s;
}

.content .bus_container {
    background: #FFFFFF;
}

/*面包屑导航*/
.bus_container .bus_tit {
    margin: 0 auto;
    width: 1160px;
    height: 54px;
    border-bottom: 1px solid #F0F0F0;
    display: none;
}

.bus_tit_l ul {
    padding: 0 25px;
}

.bus_tit_l ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 54px;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
}

.bus_tit_l ul li a {
    color: #666666;
}

.bus_tit_l ul li.active a {
    color: #C8000A;
}

.bus_tit_l ul li:hover, .bus_tit_r a:hover {
    color: #C8000A;
}

.bus_tit_l ul li.active::after {
    content: "";
    width: 50px;
    height: 4px;
    background: #C8000A;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.bus_tit_r {
    line-height: 54px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.bus_tit_r a {
    color: #999999;
}

/*在线额度咨询*/
.online_box {
    background-color: #fff8e7;
    padding: 25px 50px;
    background: url('../img/business/house/fangchan-3.png') no-repeat;
    /*background-size: 100%;*/
}

.online_box .online_box_inner {
    width: 1160px;
    margin: auto;
    padding: 20px;
    /*border: 2px solid #f78d4f;*/
    border-radius: 5px;
    background-color: rgba(48, 54, 64, 0.35);
}

.online_box .online_swiper {
    position: relative;
    width: 50%;
    height: 500px;
}

.online_box .online_swiper img {
    width: 100%;
    height: 100%;
}

.online_loan_box {
    width: 530px;
    padding: 0 30px;
}

.online_loan_box .box_title {
    height: 22px;
    font-size: 22px;
    color: #FFF;
    line-height: 22px;
    margin: 22px 0 30px;
    text-align: center;
    font-weight: bold;
}

.online_loan_box .input_item {
    margin-bottom: 18px;
    z-index: 1;
    position: relative;
}

.online_box .online-code {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.online_box .online-code .online_area {
    display: flex;
    height: 60px;
}

.online_box .online-code .online_area span {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    vertical-align: middle;
}

.online_box .online-code .online_area h2 {
    color: #f1e8e0;
    display: inline-block;
    font-size: 22px;
    line-height: 60px;
}

.online_box .online-code .online_phone {
    display: flex;
    height: 60px;
}

.online_box .online-code .online_phone span {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    vertical-align: middle;
}

.online_box .online-code .online_phone h2 {
    color: #ec2222;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
}

.online_box .online-code .online_qrcode {
}

.online_box .online-code .online_qrcode h2 {
    font-size: 18px;
    line-height: 60px;
    margin-left: 3em;
}

.online_box .online-code .ft-code-img {
    display: flex;
}

.online_box .online-code .code_img_box {
    width: 169px;
}

.online_box .online-code .code_img_box img {
    display: inline-block;
    height: auto;
    width: 100%;
}

.online_loan_box .input_item.no-error {
    width: 100%;
    height: 52px;
    background: #F5F5F5 !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 52px;
}

.online_loan_box .input_item.no-error .yf_input::placeholder {
    color: #aaa !important;
}

.online_loan_box .input_item.yf_radio {
    width: 100%;
    height: 52px;
    background: #FFF;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0 14px;
    line-height: 52px;
}

.online_loan_box .input_item.yf_radio > span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 14px;
}

.online_loan_box .input_item.yf_radio label {
    cursor: pointer;
    margin-right: 10px;
}

.online_loan_box .input_item.yf_radio input[type=radio] {
    margin-top: -3px;
}


.online_loan_box .input_item .yf_input {
    width: 100%;
    height: 52px;
    background: #FFF;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 0 14px;
}

.online_loan_box .input-error .yf_input {
    background: transparent;
}

.online_loan_box .input_item .yf_input::placeholder {
    color: #aaa;
}

.online_loan_box .input_item.input-error .yf_input::placeholder {
    color: #fff;
}

.online_loan_box .input_item.input-error .yf_input_warning {
    display: block !important;
}

.online_loan_box .input_item .yf_input_warning {
    display: none;
    z-index: -1;
    line-height: 52px;
    color: #fff;
    background-color: #fa6f66fa;
    padding: 0 14px;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 3px;
    text-align: center;
    top: 0;
}

.online_loan_box .input_item .yf_input_warning:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: -6px;
    left: 50px;
}

.online_loan_box .input_item .code_box {
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
}

.online_loan_box .input_item .code_box .yf_input {
    flex: 0 0 auto;
    padding: 0 0 0 12px;
    width: 166px;
    border: 0;
    border-radius: 8px 0 0 8px;
}

.online_loan_box .input_item .code_box .yf_input_warning {
    width: 95% !important;
}

.online_loan_box .input_item .code_box_btn {
    min-width: 112px;
    height: 52px;
    line-height: 52px;
    background: #E6E6E6;
    border-radius: 0px 8px 8px 0px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #C8000A;
}

.online_loan_box .box_input_btn {
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    margin: 36px auto 0;
    text-align: center;
    width: 166px;
    height: 52px;
    background: #C8000A;
    border-radius: 8px;
    display: block;
    transition: all 1s;
}

.online_loan_box .box_input_btn[disabled] {
    background-color: #d3d3d3;
    color: #fff;
}

/*box的标题*/
.bus_box_tit {
    width: 1160px;
    height: auto;
    margin: 0 auto;
    padding: 42px 0 18px;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
}

.bus_box_tit h2 {
    margin: 0 auto;
}

.bus_box_tit .advantage_tit {
    width: 201px;
    height: 43px;
    background: url(../img/business/house/advantageTit.png) no-repeat;
}

.bus_box_tit .car_advantage_tit {
    background: url(../img/business/car/advantageTit.png) no-repeat;
}

.bus_box_tit .people_advantage_tit {
    width: 232px;
    background: url(../img/business/people/advantageTit.png) no-repeat;
}

.bus_box_tit .type_shop_tit {
    width: 160px;
    background: url(../img/business/shop/typeShopTit.png) no-repeat;
}

.bus_box_tit .hot_shop_tit {
    width: 164px;
    background: url(../img/business/shop/hotShopTit.png) no-repeat;
}

/*.bus_box_tit h2{*/
/*    text-align: center;*/
/*    font-size: 36px;*/
/*    color: #333333;*/
/*    line-height: 36px;*/
/*    font-weight: bold;*/
/*    letter-spacing: 1px;*/
/*}*/
/*.bus_box_tit h2 strong{*/
/*    font-size: 46px;*/
/*    color: #C8000A;*/
/*}*/
.bus_box_tit p {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}


.advantage_box {
    background: url(../img/business/house/advantageBoxBg.png) no-repeat;
}

.advance_box_ul {
    width: 1160px;
    height: auto;
    margin: 0 auto;
    padding: 70px 0 105px;
}

.advance_box_ul li {
    width: 262px;
    height: 276px;
    text-align: center;
    background: #f7f6f6;
    border-bottom: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
    transition: all 0.3S;
    border-radius: 5px;
}

.advance_box_ul li .advance_box_li_img {
    width: 98px;
    height: 98px;
}

.advance_box_ul li:hover {
    border-bottom: 2px solid #C8000A;
    transition: all 0.3S;
}

.advance_box_ul li .advantage1 {
    background: url(../img/business/house/pinkadvantage1.png) no-repeat;
}

.advance_box_ul li:hover .advantage1 {
    background: url(../img/business/house/advantage1.png) no-repeat;
}

.advance_box_ul li .advantage2 {
    background: url(../img/business/house/pinkadvantage2.png) no-repeat;
}

.advance_box_ul li:hover .advantage2 {
    background: url(../img/business/house/advantage2.png) no-repeat;
}

.advance_box_ul li .advantage3 {
    background: url(../img/business/house/pinkadvantage3.png) no-repeat;
}

.advance_box_ul li:hover .advantage3 {
    background: url(../img/business/house/advantage3.png) no-repeat;
}

.advance_box_ul li .advantage4 {
    background: url(../img/business/house/pinkadvantage4.png) no-repeat;
}

.advance_box_ul li:hover .advantage4 {
    background: url(../img/business/house/advantage4.png) no-repeat;
}

.advance_box_ul li h3 {
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    padding: 13px 0 9px;
    border-bottom: 1px solid #F0F0F0;
}

.advance_box_ul li p {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 18px;
}

/*办理流程*/
.process_box {
    height: 600px;
    background: url(../img/business/house/processBoxBg.png) no-repeat;
}

.car_process_box {
    background: url(../img/business/car/processBoxBg.png) no-repeat;
}

.people_process_box {
    background: url(../img/business/people/processBoxBg.png) no-repeat;
}

.process_box .bus_box_tit {
    padding: 72px 0 22px;
    border-bottom: 1px solid #ffffff;
}

.process_box .bus_box_tit .process_tit {
    width: 163px;
    height: 43px;
    background: url(../img/business/processTit.png) no-repeat;
}

.process_box .bus_box_tit p {
    color: #FFFFFF;
}

.phone_process_ul {
    display: none;
}

.process_box .process_ul {
    margin: 0 auto;
    padding: 120px 0;
    width: 1160px;
    height: 160px;
    box-sizing: content-box;
}

.process_box .process_ul ul {
    width: 1275px;
    height: 160px;
    flex: 1;
    /*background: url(../img/business/house/processUl.png)  no-repeat;*/
}

.process_box .process_ul ul li img {
    display: inline-block;
    height: 100px;
    width: 100px;
}

.process_box .process_ul ul li.jiantou {
    margin: 0 25px;
}

.process_box .process_ul ul li.jiantou img {
    display: inline-block;
    width: 52px;
    height: 52px;
}

.process_box .process_ul ul li {
    text-align: center;
}

.process_box .process_ul ul li p {
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 20px;
    display: inline-block;
}

.process_box .process_ul > img {
    flex-shrink: 0;
    margin-left: 35px;
    height: 130px;
    width: 180px;
    display: inline-block;
}


.process_box .car_process_ul ul {
    width: 1084px;
    height: 160px;
    /*background: url(../img/business/car/processUl.png)  no-repeat;*/
}


.process_box .people_process_ul {
    width: 1320px;
}

.process_box .people_process_ul ul li.jiantou {
    margin: 0 4px;
}

@media screen and (max-width: 1320px) {
    .process_box .people_process_ul > img {
        display: none;
    }

    .process_box .people_process_ul, .process_box .people_process_ul ul {
        width: 1160px;
    }
}

.process_box .people_process_ul ul {
    width: 1320px;
    height: 156px;
    /*background: url(../img/business/people/processUl.png)  no-repeat;*/
}


/*所需证件*/
.doc_box {
    position: relative;
    overflow-x: hidden;
    min-height: 300px;
    background: url(../img/business/house/docBoxBg.png) 100% 100% no-repeat;
    background-color: #f1f1f1
}

.doc_box .bus_box_tit {
    padding: 52px 0 18px;
}

.doc_box .bus_box_tit .doc_tit {
    width: 163px;
    height: 43px;
    background: url(../img/business/docTit.png) no-repeat;
}

.doc_box1 {
    position: relative;
}

.doc_box .doc_need {
    width: 1160px;
    margin: 42px auto 54px;
    background-color: rgba(255, 221, 160, 0.2);
    padding: 30px;
    border-radius: 10px;
}

.doc_box_people .doc_needl {
    width: 1160px;
    margin: 42px auto 0;
}

.doc_box .doc_need img {
    width: 286px;
    height: 400px;
    z-index: 1;
    border-radius: 10px;
    opacity: 0.95 !important;
}

.doc_box .doc_needl img:nth-of-type(1) {
    margin-right: 40px;
}

.doc_box .doc_needr img:nth-of-type(1) {
    margin-right: 50px;
}

.doc_need_cont_body {
    margin-left: 80px;
}

.doc_box .doc_needr .doc_need_cont_body {
    margin-top: -10px;
    margin-right: 36px;
    margin-left: 0;
}

.doc_box .doc_needr .doc_need_cont_body p {
    width: 445px;
}

.doc_need_cont p {
    width: 400px;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #d28b20;
    margin-bottom: 0px;
}

.doc_need_cont p:first-child {
    font-size: 18px;
    color: #f95728;
    line-height: 40px;
    font-weight: 600;
}

.doc_box .doc_need_cont_foot {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 51%;
    height: 89px;
    background: #ff5961;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 26px;
    z-index: 0;
}

.doc_box .doc_need_cont_left {
    left: 0;
    right: auto;
}

.doc_box .doc_need_cont_foot span {
    margin-left: 6px;
    width: 225px;
    height: 4px;
    background: #FFFFFF;
}


/*商品淘宝*/
/*商品种类*/
.type_box_content {
    width: 1154px;
    height: 490px;
    padding: 28px 0 70px 0;
    margin: 0 auto;
    position: relative;
}

.swiper_type {
    overflow: hidden;
}

.swiper_type .swiper-slide {
    height: 100%;
}

.type_box_content .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: url(../img/business/shop/left-circle.png);
    left: -65px;

}

.type_box_content .swiper-button-next {
    width: 44px;
    height: 44px;
    background: url(../img/business/shop/right-ircle.png);
    right: -65px;
}

.type_box_content .swiper-button-prev::after, .type_box_content .swiper-button-next::after {
    display: none;
}

.type_box_content .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.type_box_content .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #CACACA;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    margin-right: 8px;
}

.type_box_content .swiper-pagination-bullet-active {
    background: #C8000A;
}

/*人气热卖*/
.hot_shop_box {
    background: #F5F5F5;
}

.hot_shop_box .hot_shop_content {
    width: 1160px;
    margin: 0 auto;
}

.hsc_one {
    margin-top: 48px;
    height: 390px;
}

.hsc_one .hsc_one_l {
    width: 555px;
    height: 390px;
}

.hsc_one .hsc_one_l img {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.hsc_one_r {
    padding: 44px 0 0 28px;
}

.hsc_one_r .hsc_one_r_tit {
    width: 541px;
    height: 99px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.hsc_one_r .hsc_one_r_tit span {
    display: inline-block;
    width: 98px;
    height: 36px;
    margin-right: 10px;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(180deg, #FBC400 0%, #F59100 100%);
    border-radius: 0px 18px 0px 18px;
}

.hsc_one_r > p {
    height: 48px;
    margin-top: 60px;
    font-size: 26px;
    font-weight: bold;
    color: #C30000;
    line-height: 36px;
}

.hsc_one_r > a {
    display: inline-block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
    background: #C8000A;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.hsc_one_r > a:hover {
    background: #FFFFFF;
    color: #C8000A;
}

.hsc_two {
    padding: 20px 0;
}

.hsc_two li {
    width: 274px;
    padding: 10px;
    height: 390px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
}

.hsc_two li:hover {
    transform: scale(1.04);
}

.hsc_two li img {
    display: inline-block;
    width: 100%;
    height: 260px;
}

.hsc_two li strong {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    margin: 24px 0 5px;
}

.hsc_two li p {
    font-size: 22px;
    font-weight: bold;
    color: #C30000;
    line-height: 36px;
}


.hsc_three .hsc_one_r .hsc_one_r_tit span {
    color: #333333;
    background: linear-gradient(180deg, #F3F3F5 0%, #E2E3E7 100%);
}

/*商品优势*/
.shop_advantage {
    background: #E2E2E2;
}

.shop_advantage ul {
    width: 1160px;
    padding: 0 4px;
    height: 106px;
    margin: 0 auto;
}

.shop_advantage ul li img {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-left: 10px;
}

.shop_advantage ul li span {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

@media screen and (max-width: 1160px) {
    .content .banner_box {
        height: auto;
    }

    .content .banner_box img {
        height: 200px;
    }

    .content .cover_layer_right {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        position: relative;
        background-color: #333;
    }

    .content .cover_layer_left {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        position: relative;
        background-color: #333;
    }

    .content .business_advantage {
        position: relative;
        height: auto;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%;
        justify-content: flex-start;
        background-color: rgba(48, 54, 64, 0.35);
        padding-left: 0;
    }

    .content .business_advantage .advantage_item {
        width: 50%;
        font-size: 16px;
        line-height: 40px;
        min-width: auto;
    }

    .content .business_advantage .advantage_title {
        display: none;
    }

    .content .business_advantage .advantage_item i {
        font-size: 18px;
    }

    /*    导航*/
    .bus_tit_l ul {
        padding: 0 10px;
    }

    .bus_container .bus_tit {
        width: 100%;
        height: auto;
        display: block;
    }

    .bus_tit_l ul li {
        padding: 0 10px;
        font-size: 12px;
        flex-shrink: 0;
    }

    .bus_tit_r {
        display: none;
        padding: 0 25px;
    }

    /*    优势*/
    .bus_box_tit {
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }

    .bus_box_tit .advantage_tit {
        background: none;
    }

    .bus_box_tit .advantage_tit::after {
        content: "房贷款优势";
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
    }

    .bus_box_tit .car_advantage_tit::after {
        content: "车贷款优势";
    }

    .bus_box_tit .people_advantage_tit::after {
        content: "民品贷款优势";
    }

    .bus_box_tit p {
        margin-top: 0;
    }

    .advance_box_ul {
        width: 100%;
        padding: 0 0 35px;
        flex-wrap: wrap;
        justify-content: space-around !important;
    }

    .advance_box_ul li {
        width: 135px;
        height: auto;
        margin: 30px 10px 0;
        justify-content: flex-start;
        padding-top: 20px;
    }

    .advance_box_ul li:hover .advance_box_li_img {
        background-size: contain;
    }

    .advance_box_ul li .advance_box_li_img {
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .advance_box_ul li h3 {
        width: 100%;
    }

    .advance_box_ul li p {
        height: auto;
    }

    /*    办理流程*/
    .process_box .bus_box_tit {
        padding: 20px 10px;
    }

    .process_box .bus_box_tit .process_tit {
        background: none;
    }

    .process_box .bus_box_tit .process_tit::after {
        content: "办理流程";
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        line-height: 28px;
    }

    .process_box {
        height: auto;
        background-size: cover;
    }

    .process_box .process_ul {
        margin: 0 auto;
        padding: 40px 0;
        width: 100%;
        height: auto;
    }

    .process_box .process_ul ul {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-around;
    }

    .process_box .process_ul ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px;
        width: 132px;
    }

    .process_box .process_ul ul li img {
        width: 50px;
        height: 50px;
    }

    .process_box .process_ul ul li p {
        margin-top: 10px;
        font-size: 18px;
    }

    .process_box .process_ul ul li.jiantou {
        display: none;
    }

    .process_box .process_ul > img {
        display: none;
    }

    .phone_process_ul {
        display: none;
    }

    .phone_process_ul p {
        padding: 10px 20px 0;
        font-size: 20px;
        color: #ffffff;
        line-height: 40px;
    }

    /*    所需证件*/
    .doc_box .bus_box_tit {
        padding: 20px 10px;
    }

    .doc_box .bus_box_tit .doc_tit {
        background: none;
    }

    .doc_box .bus_box_tit .doc_tit::after {
        content: "所需证件";
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 28px;
    }

    .doc_box .doc_need {
        width: 100%;
    }

    .doc_box .doc_need img, .doc_box .doc_need_cont_foot {
        display: none;
    }

    .doc_box .doc_need_cont_body {
        margin-left: 0;
    }

    .doc_need_cont p {
        width: 100% !important;
    }

    /*    在线咨询*/

    .online_box .online-code{
        margin-top: 0;
    }

    .online_box .online-code .online_area{
        height: auto;
    }
    .online_box .online-code .online_area span{
        font-size: 14px;
        flex-shrink: 0;
        line-height: 30px;
    }
    .online_box .online-code .online_area h2{
        font-size: 14px;
        line-height: 30px;
    }
    .online_box .online-code .online_qrcode{
        text-align: center;
    }
    .online_box .online-code .online_qrcode h2{
        margin-left: 0;
        font-size: 14px;
        line-height: 30px;
    }
    .online_box .online-code .online_phone{
        height: auto;
        padding: 0 10px;
    }
    .online_box .online-code .online_phone h2,.online_box .online-code .online_phone span{
        font-size: 14px;
        line-height: 30px;
    }
    .online_box .online-code .code_img_box{
        width: 100px;
    }
    .online_loan_box .box_title{
        margin: 30px 0 20px;
    }


    .online_box {
        background: none;
        padding: 0;
    }

    .online_box .online_box_inner {
        width: 100%;
        display: block;
    }

    .online_box .online_swiper {
        width: 100%;
        height: auto;
    }

    .online_loan_box {
        width: 100%;
        padding: 0;
    }

    .online_loan_box {
        width: 100%;
        padding: 0;
    }

    .online_loan_box .input_item.yf_radio > span {
        margin-right: 0px;
    }

    .online_loan_box .input_item.yf_radio {
        padding: 14px 0 14px 14px;
        height: auto;
        line-height: 28px;
    }

    .online_loan_box .input_item.yf_radio label {
        margin-right: 0;
        font-size: 12px;
    }
}