<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1200px) {

}

@media (max-width: 991px) {
    .pop .btns a {
        width: 50%;
    }

    .pop .btns a img {
        width: 100%;
    }

    .mycon .neirong {
        font-size: 16px;
    }

    .mycon .neirong .bt em {
        font-size: 18px;
    }

    .mycon .neirong .ewm li {
        max-width: inherit;
        width: 30%;
    }

    .mycon .neirong .ewm .lii .say {
        font-size: 1vw;
    }

    .mycon .neirong .ewm .lii .which {
        font-size: 1vw;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
    .video {
        padding-bottom: 0;
        height: 100vh;
    }

    .mycon .neirong .bt img {
        width: 60%;
    }

    .floatMenu {
        top: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(0);
        background: linear-gradient(0, #222, #712e60);
    }

    .floatMenu .line {
        width: 100%;
        height: 1px;
        top: 100%;
        right: inherit;
    }

    .floatMenu ul {
        padding: 0;
        display: flex;
        width: 100%;
    }

    .floatMenu ul li {
        width: 25%;
        justify-content: center;
        flex-direction: column;
        padding: 15px 0;
    }

    .floatMenu ul li div {
        align-items: center;
    }

    .floatMenu ul li i {
        margin-left: 0;
        margin-top: 6px;
    }

    .mycon .neirong .bt .before, .mycon .neirong .bt .after {
        border-width: 16px;
    }

    .mycon .neirong {
        padding: 12vw 4vw;
    }

    .mycon .neirong .bt em {
        padding: 0 5px;
        line-height: 32px;
    }

    .mycon .k .tit {
        width: 50%;
    }

    .mycon .neirong .bt em {
        font-size: 16px;
    }

    .mycon .neirong {
        font-size: 14px;
    }

    .row {
        margin: 0;
    }

    .video .more {
        width: 45%;
    }

    .video .logo {
        width: 65%;
    }

    .video .down {
        width: 26%;
    }

    .floatMenu {
        font-size: 14px;
    }


    footer {
        font-size: 12px;
    }

    .goto {
        right: 15px;
        top: 15px;
    }

    .pop .win {
        border: solid 8px rgba(113, 45, 98, 1);
        width: 80%;
    }

    .pop .close {
        right: -3.5vw;
        top: -3.5vw;
    }

    /*.goto {*/
    /*    width: 40%;*/
    /*    left: 50%;*/
    /*    right: inherit;*/
    /*    margin-left: -20%;*/
    /*    top: 60%;*/
    /*}*/

}
</pre></body></html>