.other_img {
    width: 100%
}

.other_img>img {
    width: 100%;
    display: block
}

.other_jd {
    width: 1200px;
    margin: 0 auto;
    height: 540px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    -ms-flex-direction: column
}

.loan_ban {
    height: 617px;
    background-image: url('/images/other/loan_ban_2.png')
}

.other_h3 {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 15px;
    margin-bottom: 40px
}

h3::before {
    content: '';
    background-image: url('/images/other/left.png');
    background-size: cover;
    display: inline-block;
    width: 80px;
    height: 2px;
    position: relative;
    top: -8px;
    left: -18px
}

h3::after {
    content: '';
    background-image: url('/images/other/right.png');
    background-size: cover;
    display: inline-block;
    width: 80px;
    height: 2px;
    position: relative;
    top: -8px;
    left: 18px
}

.other_jd p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    text-align: left
}

.other_jd p strong {
    color: #d30000;
    font-size: 16px
}

.other_jd .flex>div>img {
    width: 393px
}

.other_right {
    margin-left: 24px;
    flex: 1;
    -ms-flex: 1;
}

.other_right p:nth-child(2) {
    margin: 23px 0
}

.staff {
    width: 100%;
    height: 558px;
    background: #f8fbfc;
    border-radius: 5px
}

.team {
    width: 1200px;
    height: 730px
}

.staff .flex div {
    width: 282px;
    height: 334px;
    overflow: hidden
}

.staff img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1.5s
}

.flex_wrap {
    overflow: hidden
}

.flex_wrap div {
    width: 405px;
    height: 253.5px;
    overflow: hidden;
    position: relative;
    transition: all 1.5s
}

.flex_wrap div span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -202px;
    margin-top: -30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 3px 69px rgba(0,0,0,0.14);
    z-index: 1
}

.flex_wrap div img {
    width: 405px;
    height: 253.5px;
    overflow: hidden;
    display: block;
    transition: all 1.5s
}

.flex_right {
    width: 390px;
    height: 507px;
    overflow: hidden;
    position: relative
}

.flex_right span {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 3px 69px rgba(0,0,0,0.14);
    top: 50%;
    left: 50%;
    margin-left: -195px;
    margin-top: -30px;
    z-index: 1
}

.flex_right img {
    width: 390px;
    height: 507px;
    display: block;
    overflow: hidden;
    transition: all 1.5s
}

.flex_wrap {
    flex: 1;
    -ms-flex: 1;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.staff img:hover,.team .flex_wrap div img:hover,.flex_right img:hover {
    transform: scale(1.5);
    overflow: hidden
}

.other_po {
    position: relative
}

.other_po div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px!important;
    background: linear-gradient(59deg,#ec5931,#dc494f);
    text-align: left;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    z-index: 1
}

.other_po div h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 30px
}

.other_po div p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding-left: 30px
}

.other_jd .flex .other_po>img {
    width: 282px
}

.other_hot {
    height: 820px;
    width: 100%;
    background: #f8fbfc
}

.other_hot h3 {
    widows: 1200px;
    margin: 0 auto;
    margin-bottom: 40px
}

.other_hot>.flex {
    width: 1200px;
    margin: 0 auto
}

.other_hot .wrap_1,.other_hot .wrap_2 {
    width: 303px;
    height: 297px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    position: relative
}

.other_hot_z {
    width: 303px;
    height: 297px
}

.other_hot .wrap_1 .other_hot_z {
    background-image: url('/images/other/hot.png')
}

.other_hot .wrap_1 img {
    width: 30px;
    height: 35px;
    display: block;
    margin-bottom: 18px
}

.other_hot .wrap_1:hover .other_hot_z,.other_hot .wrap_2:hover .other_hot_z {
    animation: tranY 1s forwards;
    -moz-animation: tranY 1s forwards
}

@keyframes tranY {
    0% {
        transform: translateY(0)
    }

    100% {
        height: 0;
        transform: translateY(-300px)
    }
}

@-moz-keyframes tranY {
    0% {
        transform: translateY(0)
    }

    100% {
        height: 0;
        transform: translateY(-300px)
    }
}

.other_hot .other_hots,.other_hot_z,.other_hot .other_hots {
    position: absolute;
    left: 0;
    right: 0
}

.other_hot_z {
    z-index: 1;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.wrap_1 .other_hot_top,.wrap_2 .other_hot_top {
    width: 303px;
    height: 78px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-image: url('/images/other/hot_top.png')
}

.wrap_2 .other_hot_top {
    background-image: url('/images/other/length_top.png')
}

.wrap_1 .other_hot_top img,.wrap_2 .other_hot_top img {
    margin-right: 8px;
    height: 24px!important;
    margin-bottom: 0!important
}

.wrap_1 .other_hot_top img {
    width: 20px
}

.wrap_2 .other_hot_top img {
    width: 25px!important
}

.other_hot_bot {
    background: #fff;
    flex: 1;
    -ms-flex: 1;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
    height: 219px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: space-around;
    -moz-align-items: space-around;
    justify-content: space-around;
    -moz-justify-content: space-around
}

.other_hot_bot p {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 14px;
    font-weight: 500;
    color: #333
}

.other_hot_bot p b {
    font-size: 14px;
    font-weight: 400;
    color: #fb5932
}

.other_hot .wrap_2 img {
    width: 39px;
    height: 38px;
    display: block;
    margin-bottom: 18px
}

.other_hot .other_hot_z {
    background-image: url('/images/other/length.png')
}

.hot_right {
    margin-left: 18px;
    width: 100%;
    height: 100%;
    background: #fff
}

.hot_right .flex {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    height: 68px;
    justify-content: space-around;
    border-bottom: 1px #f0f0f0 solid;
    padding: 0 92px
}

.hot_right .flex span {
    width: 120px
}

.hot_ul {
    padding: 0 92px;
    height: 448px
}

.hot_ul li {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-around;
    line-height: 52px;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.hot_ul li:last-child,.hot_ul li:nth-child(8) {
    border-bottom: 1px #f0f0f0 solid
}

.hot_show_active {
    display: none
}

.hot_ul li span {
    width: 120px
}

.page {
    width: 100%;
    margin-top: 18px
}

._page_container {
    margin: 0 auto!important
}

.us_server {
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
    height: 686px;
    animation: fangda 3s .2s both;
    -webkit-animation: fangda 3s .2s both;
    -moz-animation: fangda 3s .2s both
}

@-webkit-keyframes fangda {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fangda {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fangda {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.us_img_tit {
    margin-top: 54px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    height: 58px
}

.us_server .us_img_tit img {
    height: 58px;
    display: block
}

.us_server4 .us_img_tit img,.us_server3 .us_img_tit img,.us_server5 .us_img_tit img {
    height: 58px;
    display: block
}

#carousel {
    width: 1200px;
    height: 300px;
    display: relative
}

#carousel img,#carousel .us_pos {
    display: hidden;
    cursor: pointer;
    width: 352px;
    height: 420px;
    background: #fff;
    box-shadow: 1px 3px 31px 7px rgba(52,129,233,0.15);
    border-radius: 5px
}

.us_server .imgs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 174px
}

.map_tab,.map_box {
    margin: 0 auto;
    margin-top: 18px;
    width: 1200px;
    height: 94px;
    background: #fff;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,0.04);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-around
}

.map_box {
    height: auto;
    box-sizing: border-box;
    margin-bottom: 108px;
    display: block;
    padding: 10px 114px 10px 24px
}

.map_tab dl {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.map_tab dl dt img {
    width: 39px;
    height: 39px
}

.map_tab dl dd {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-left: 7.5px
}

.city_server,.city_server ul {
    display: flex;
    display: -ms-flexbox
}

.city_server ul {
    flex: 1;
    -ms-flex: 1;
    width: 100%;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    text-align: left;
    margin-left: 20px;
    border-bottom: 1px #ff8f00 dashed
}

.map_box .city_server:last-child ul {
    border-bottom: 0
}

.city_server h6 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 54px;
    text-align: left;
    width: 136px
}

.city_server li {
    width: 88px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    min-height: 54px;
    line-height: 54px;
    text-align: left
}

.city_server li:hover {
    color: #d30000;
    cursor: pointer
}

.us_server2 {
    width: 100%;
    height: 695px;
    background-image: url('/images/other/experience.png');
    padding-top: 4px
}

.us_server2 .us_img_tit>img {
    width: 703px
}

.us_status {
    position: relative;
    width: 1200px;
    margin: 50px auto;
    margin-bottom: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 130px
}

.us_status .status_one {
    position: absolute;
    width: 1135px;
    height: 11px
}

.us_status img {
    width: 66px;
    height: 57px;
    position: relative
}

.us_status dt {
    margin-top: 16px
}

.us_status dd {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-top: 15px;
    text-align: center
}

.us_status dl {
    position: relative
}

.us_status dl:hover dt img {
    transform: rotate(-20deg)
}

.us_status dl:hover {
    transform: scale(1.2)
}

.us_status dl:hover dd {
    color: #ef4e22
}

.load_wrap h3 {
    margin: 76px 0 32px 0;
    font-size: 26px;
    font-weight: 600;
    color: #333
}

.loan_demand {
    width: 1200px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center
}

.loan_demand>div {
    width: 588px;
    height: 238px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    background: #fff;
    box-shadow: 0 6px 11px 1px rgba(0,0,0,0.07);
    border-radius: 5px;
    margin-bottom: 23px;
    padding-top: 42px;
    box-sizing: border-box
}

.loan_demand .left {
    margin-right: 60px
}

.loan_demand .left dl dt img {
    width: 75px;
    height: 75px
}

.loan_demand .left dl dd {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-top: 28px
}

.loan_demand .right {
    text-align: left
}

.loan_demand .right p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px
}

.loan_demand .right p::before {
    width: 8px;
    height: 8px;
    content: '';
    display: inline-block;
    background: #d1494e;
    border-radius: 50%;
    margin-right: 14px
}

.loan_demand .right button {
    width: 271px;
    height: 42px;
    border: 1px solid #d30000;
    font-size: 16px;
    font-weight: 400;
    color: #d30000
}

.loan_demand .right button:hover {
    background: #e1032d;
    color: #fff
}

.loan_advantage {
    width: 100%;
    background-image: url('/images/other/loan_ban1.png');
    padding: 26px 0 10px 0;
    box-sizing: border-box;
    background-size: 100% 100%
}

.loan_advantage ul {
    width: 1200px;
    margin: 0 auto
}

.loan_advantage ul li {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    position: relative;
    height: 148px;
    background: #fffefe;
    box-shadow: 0 6px 11px 1px rgba(0,0,0,0.07);
    border-radius: 5px;
    margin-bottom: 18px
}

.loan_advantage ul li img {
    width: 80px;
    height: 80px;
    margin-left: 106px;
    margin-right: 43px
}

.loan_advantage ul li .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 102px;
    width: 102px;
    margin: 0
}

.loan_advantage .right {
    text-align: left
}

.loan_advantage .right h5 {
    font-size: 28px;
    font-weight: 600;
    color: #333
}

.loan_advantage .right p {
    font-size: 18px;
    color: #999;
    margin-top: 20px
}

.loan_box_list {
    width: 100%;
    background: #f8f7f8;
    padding-bottom: 55px
}

.loan_box_list h3 {
    margin-top: 0;
    padding-top: 83px
}

.loan_list {
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.color_line {
    margin-bottom: 24px
}

.agency {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.agency>div {
    width: 282px;
    height: 94px;
    background: rgba(248,247,248,0);
    border: 1px solid #e8e8e8;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 24px
}

.loan_bot {
    width: 100%;
    height: 121px;
    background: #f6380c
}

.loan_bot>div {
    width: 1200px;
    margin: 55px auto;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.loan_bot>div dl {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.loan_bot>div dl img {
    margin-right: 17px;
    height: 56px
}

.loan_bot>div dl dd {
    text-align: left
}

.loan_bot>div dl dd h6 {
    font-size: 26px;
    font-weight: 600;
    color: #fff
}

.loan_bot>div dl dd span {
    font-size: 14px;
    font-weight: 400;
    color: #fcd1cc
}

.other_img {
    position: relative
}

.other_img .bg_ban {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px
}

.other_img .bg_ban .left {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}

.other_img .bg_ban .left img {
    width: 209px;
    margin-top: 125px;
    margin-bottom: 40px;
    margin-left: -16px
}

.other_img .bg_ban .left h2 {
    font-size: 46px;
    font-weight: 600;
    color: #fff
}

.other_img .bg_ban .left p {
    text-align: center;
    margin-top: 26px
}

.other_img .bg_ban .left p span {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.other_img .bg_ban .right {
    width: 558px;
    height: 549px;
    position: absolute;
    right: 0;
    top: 37px;
    background-image: url('/images/other/ban_right.png')
}

.bg_ban .right h2 {
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 32px;
    font-weight: 600;
    color: #fff
}

.bg_ban .right h2 b {
    font-size: 50px;
    color: #ffd200
}

.bg_ban .right .inp {
    margin-top: 40px;
    padding: 0 36px;
    box-sizing: border-box
}

.bg_ban .right input {
    width: 484px;
    height: 54px;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox
}

.bg_ban .right .flex_aline input,select {
    width: 232px;
    height: 54px;
    background: #fff;
    outline: 0;
    border: 0;
    padding: 0 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 16px
}

.bg_ban .right .inp>select {
    width: 484px;
    height: 54px;
    background: #fff
}

select option {
    width: 231px;
    height: 40px!important;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(11,11,11,0.13);
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.input_po {
    position: relative
}

.input_po span {
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333
}

input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px
}

.bg_ban .right button {
    width: 484px;
    height: 54px;
    background: #ffde00;
    font-size: 22px;
    font-weight: 600;
    color: #d1494e;
    margin-top: 20px
}

.bg_ban .right button:hover {
    background: #fff600
}

.font {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    height: 40px!important
}

.swiper-container,.slide_box {
    width: 1200px!important;
    height: 360px;
    display: flex;
    display: -ms-flexbox;
    margin: 0 auto;
    margin-top: 26px;
    justify-content: space-around
}

.slide_icon {
    display: inline-block;
    width: 274px;
    height: 302px;
    background: #fff;
    background-image: url('/images/other/us_1.png');
    background-size: 100%;
    box-shadow: 0 4px 26px 0 rgba(0,0,0,0.13);
    border-radius: 10px;
    padding: 0 26px;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center
}

.slide_icon h5 {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 56px;
    margin-top: 20px;
    text-align: left
}

.slide_icon h5::after {
    content: '';
    width: 38px;
    height: 6px;
    background: #ef4e22;
    border-radius: 3px;
    display: block
}

.slide_icon p {
    width: 100%;
    flex: 1;
    -ms-flex: 1;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-top: 32px;
    text-align: left
}

.slide_icon button {
    width: 132px;
    height: 44px;
    background: #fff;
    border: 1px solid #ef4e22;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #ef4e22;
    margin-bottom: 38px
}

.slide_icon button:hover {
    background: #eb3531;
    color: #fff
}

.us_server2 .swiper-pagination-custom {
    width: 200px;
    height: 90px;
    border-radius: none;
    background: 0;
    opacity: 1
}

.swiper-pagination-active img {
    transform: rotate(-20deg)
}

.swiper-pagination-active {
    transform: scale(1.2)
}

.swiper-pagination-active dd {
    color: #ef4e22
}

.security .box dl {
    text-align: left
}

@-webkit-keyframes icon {
    0% {
        transform: translateX(-600px)
    }

    100% {
        transform: translateX(0)
    }
}

@-moz-keyframes icon {
    0% {
        transform: translateX(-600px)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes icons {
    0% {
        transform: translateX(600px)
    }

    100% {
        transform: translateX(0px)
    }
}

@-moz-keyframes icons {
    0% {
        transform: translateX(600px)
    }

    100% {
        transform: translateX(0px)
    }
}

.us_server3 {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    overflow: hidden
}

.security h2 {
    font-size: 30px;
    font-weight: 600;
    color: #384043;
    margin-top: 32px
}

.security p {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    margin: 12px 0 28px 0
}

.us_server4 {
    width: 100%;
    height: 427px;
    overflow: hidden;
    background: #fafafa
}

.us_server4 .swiper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 37px
}

.swiper-containers {
    position: relative
}

.us_server4 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: inline-block
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url('/images/other/leftbtn.png')
}

.swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-image: url('/images/other/rightbtn.png')
}

.us_server5 {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 127px
}

.us_server5 .flex {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 13px
}

.us_server5 .flex div {
    width: 282px;
    height: 94px;
    background: rgba(248,247,248,0);
    border: 1px solid #e8e8e8;
    margin-top: 24px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.us_server5 .flex img,.agency div img {
    width: 136px
}

.us_server5 .flex img.w150,.agency div img.w150 {
    width: 186px
}

.us_server3 .us_img_tit {
    margin: 47px 0
}

.loan_select ul {
    display: none
}

.flex_aline {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.loan_select {
    position: relative
}

.loan_sel_box,.sel_ul_active {
    width: 232px;
    height: 54px;
    background: #fff;
    line-height: 54px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    padding: 0 17px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.loan_sel_box img {
    width: 18px
}

.loan_sel_ul {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 1;
    overflow: hidden
}

.bg_ban input {
    font-size: 16px;
    color: #999;
    padding: 0 19px
}

.bg_ban::-webkit-input-placeholder {
    color: #999
}

.loan_sel_ul li {
    width: 232px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: left;
    padding: 0 17px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.loan_sel_ul li:hover {
    background: #f5f5f5
}

.loan_bottom_list {
    margin-bottom: 20px
}

.loan_bottom_list,.loan_bottom_list ul,.loan_bottom_list ul li,.loan_bottom_list .loan_sel_box {
    width: 484px;
    color: #999
}

.loan_sel_box span {
    color: #999
}

.loan_list .color_line img {
    width: 100px
}

.loan_list .color_line img.w120 {
    width: 136px
}

.loan_list .color_line:hover {
    border: 1px #e1032d solid
}

.hot_show {
    display: flex;
    display: -ms-flexbox
}

.hot_ul li.hot_show_active {
    display: none
}

.other-about {
    width: 393px;
    overflow: hidden;
    height: 100%
}

.other-about img {
    width: 393px;
    height: 295px
}

.swiper-container-top .swiper-wrapper {
    height: 295px;
}

.swiper-container-top {
    height: 295px;
    position: relative;
}

.other-about .swiper-pagination-top {
    bottom: 10px !important;
    position: absolute;
    z-index: 9;
}

.swiper-pagination-bullet-active {
    background: #fff
}