
/*
*
* @file 贷款额度预估css
*
*/

.credit-limit-header{
    height: 120px;
}
.main-content {
    display: block;
    width: 100%;
    margin-bottom: -148px;
}
.image-wrap {
    display: block;
    width: 100%;
    text-align: center;
}
.image-wrap .image-el {
    max-width: 100%;
    max-height: 100%;
}
.video-wrap {
    /*padding-top: 120px;*/
    /*height: 720px;*/
}
.video-wrap-vertical {
    height: 864px;
    position: relative;
    background-image: url('/static/img/credit-limit/credit-limit-bg1.jpg');
    background-repeat:no-repeat;
    background-size:cover;
}
.video-wrap .video-el {
    width: 100%;
    background-color: #000;
}
.video-wrap-vertical .video-el {
    position: absolute;
    left: calc(50% - 202px);
    top: 0;
    width: auto;
    height: 100%!important;
    background-color: #000; 
    
}

.video-wrap-mb-vertical .video-el {
    width: 100%;
    /*height: 600px;*/
    background-color: #000;
}

.test-credit-limit{
    display: none;
}
#video-mobile1{
    background-image: url('/static/img/credit-limit/credit-limit-bg1.jpg');
    background-repeat:no-repeat;
    background-size:cover;;
    
}

footer {
    position: static;
}

.lean-more {
    width: 146px;
    height: 40px;
    padding: 0;
    border-radius: 2px;
    border: solid 1px #666;
    background-color: #000;
    color: #fff;
}

.lean-more:hover,
.lean-more:active,
.lean-more:visited {
    color: #fff;
}

@media (max-width:1200px) {
    .heguiketang-learn-more{

    }

    .video-wrap {
        /*padding-top: 60px;*/
        /*height: 100vh;*/
    }

    .video-wrap .video-el {
        /*height: calc(100vh - 60px);*/
        width: 100%;
    }
    .video-wrap-vertical .video-el {
        /*height: calc(100vh - 60px);*/
        /* width: 100%; */
    }

    .section-2 .image-wrap {
        order: -1;
    }
}

.video-wrap {
    position: relative;
    /* padding-top: 120px; */
    /*height: 720px;*/
}
.video-wrap .video-el {
    width: 100%;
    /*height: 600px;*/
    background-color: #000;
    object-fit: cover;
}

footer {
    position: static;
}

.lean-more {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}

.lean-more:hover {
    color: #fff;
}

@media (max-width:767px) {
    .credit-limit-header{
        height: 64px;
    }
    .video-bgimg{
        width: 100%;
        height: 100%;
    }
    .li-ver-string{
        height: 1px;
        width: 100%;
        background-color: #000000;
        border: solid 1px #000000;
    }
    .video-title {
        width: 208px;
        height: 24px;
        font-family: HYZhongSong;
        font-size: 24px;
        font-weight: normal;
        position: absolute;
        left: 50%;
        top: 150px;
        transform: translate(-50%, -50%);
        color: #fff;
    }

    .image-wrap-mb {
        width: 100%;
        height: calc(100vw * 2 / 5);
        display: block;
        /* background-image: url('/static/img/compliance/sep.png');
        background-repeat:no-repeat;
        background-size: contain; */
        position: relative;
    }
    .image-wrap-mb .lean-more {
        position: absolute;
        left: 32px;
        bottom: 50px;
    }
    .image-wrap {
        display: none;
    }
    .video-wrap-mb-vertical {
        display:flex;
        justify-content: center;
        position: relative;
        height: 600px;
        margin-top:5px;
        padding-top: 0px;
    }
    .video-wrap-mb-vertical .video-img{
        height: 100%;
    }
    .video-wrap {
        display: none;
    }
    .video-wrap-vertical {
        display: none;
    }
    .mobile-display{
        display: block;
    }
    .mobile-display img{
        width: 100%;
    }
    .test-credit-limit{
        display: block;
        padding: 0;
        line-height: 40px;
        text-align: center;
    }
}

#pc-lean-more{
    display: block;
}
#pc-lean-more a{
    color: #ffffff;
}
@media (min-width:768px){
    .li-ver-string{
        height: 48px;
        border: solid 1px #000000;
        background-color: #000000;
    }
    .mobile-display{
        display: none;
    }

    .image-wrap-mb {
        display: none;
    }
    .video-wrap-mb-vertical{
        display: none;
    }
}

@media screen and (min-width:768px) and  (max-width:1099px) {
    .video-title {
        display: none;
    }

    #mobile-lean-more {
        display: block !important;
    }

    .heguiketang-learn-more {
        padding-left: 0px !important;
    }

    .video-wrap{
        display: block;
    }
    .video-wrap-vertical {
        display: block;
    }
    #pc-lean-more {
        padding-left: 36px;
    }
}

@media (min-width:1200px) {
    .video-title {
        display: none;
    }
    /*PC*/
.swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets {
    text-align: center;
    position: relative;
    bottom: 10px;
    z-index: 1000;
}
.play-btn {
    bottom: 80px !important;
}
.play-btn-pc-vertical i.fa.fa-play {
    font-size: 45px;
    margin-left: 10px;
}

button.play-btn-pc-vertical {
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translateY(-50%);
    width: 104px;
    height: 104px;
    border-radius: 52px;
    border: none;
}
.video-wrap-vertical button.play-btn-pc-vertical {
    z-index: 10;
    position: absolute;
    left: calc(50% - 16px);
    top: calc(50% - 52px);
    transform: translateY(-50%);
    width: 104px;
    height: 104px;
    border-radius: 52px;
    border: none;
}
button#pc-lean-more {
    width: 146px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}
}

@media (max-width:1200px) {
    .heguiketang-learn-more{
        width: 146px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        padding-left: 42px;
    }
    button.play-btn-pc-vertical {
        display: none;
    }
    .swiper-pagination-bullet-active {
        background: white !important;
    }
    section.aboutus-item{
        flex-wrap: wrap;
    }
    .video-wrap {
        /*padding-top: 60px;*/
        /*height: calc(100vh - 160px);*/
    }
    .main-content {
        margin-bottom: -60px;
    }

    .swiper-pagination1.swiper-pagination-clickable.swiper-pagination-bullets {
        text-align: center;
        position: fixed;
        bottom: 10px;
    }

    .video-wrap .video-el {
        /*height: calc(100vh - 160px);*/
        width: 100%;
       /* pointer-events: none;*/
    }
    .video-wrap-vertical .video-el {
        /*height: calc(100vh - 160px);*/
        /* width: 100%; */
       /* pointer-events: none;*/
    }
    .video-wrap-mb-vertical .video-el.vertical {
        height: calc(100vh - 160px);
        width: 100%;
       /* pointer-events: none;*/
    }

    .txtcontent-subtitle-mb{
        font-size: 14px !important;
    }
    .video-img{
        display: block;
        width: 100%;
    }
    .video-img.vertical-mb{
        width: auto;
        
    }
}

