/*
*
* @file 合规课堂 和 关于我们页面公用的css
*
*/
.clearfix {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.width60 {
    width: 60%;
}

.width40 {
    width: 40%;
}


#mobile-lean-more{
    display: none;
}

.mobile-banner,
.pc-dialog,
.mb-dialog,
.mobile-more-dialog,
.mobile-dialog {
    display: none;

}

.mb-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}


.pc-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.pc-dialog .close-button, .mb-dialog .close-button {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 10;
    cursor: pointer;
}

.more-swiper-slide {
    background-color: #000;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}


.more-swiper-slide img {
    flex: 1 1 auto;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1024px) {

    .content,
    .swiper-container {
        height: 100% !important;
    }
}


@media (max-width:1200px) {

    img.ussliderimg {
        /*width: 100%;*/
        /* height: 100%; */
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        /*left: 50%;*/
        /*top: 50%;*/
        /*transform: translate(-50%, -50%);*/

    }
    .div#swiper-container1,  .swiper-container{
        /*height: calc(100vh - 18px) !important;*/
        width: 100%;
        height: 100%;
    }
    .swiper-pagination-fraction,
    .swiper-pagination-custom,
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 50px !important;
    }
    .swiper-slide {
        height: 100vh;
    }

    .mobile-banner {
        display: block;
        background-color: #000;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
        height: 100vh;
        padding-top: 60px;
    }



    .mobile-close-button {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #fff;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        z-index: 10;
    }

    .play-btn {
        width: 133px;
        color: #fff;
        height: 40px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #666;
        background-color: rgba(0, 0, 0, 0.56);
        border-radius: 40px;
        position: absolute;
        left: 32px;
        bottom: 50px;
    }

    .play-btn .fa {
        margin-right: 8px;
    }

    .mobile-video-el {
        width: 100%;
        height: 100%;
    }

    .more-swiper-slide {
        all:initial;
        background-color: #000;
    }

    .more-swiper-slide img {
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

    #mobile-lean-more{
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-dialog,
    .mobile-more-dialog {
        position: fixed;
        z-index: 1001;
        width: 100vw;
        height: 100vh;
        top: 0;
        background-color: #000;
    }

    img.ussliderimg {
        width: 100%;
        height: 100%;
        position: absolute;
        /*left: 0;*/
        /*top: 0;*/
        /*transform: translate(0, 0);*/
    }

    #mobile-lean-more{
        display: flex;
    }
}
