.mobile {
    display: none;
}


.header .back {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 1200px;
    margin: 41px auto 0;
}

.header .back img {
    width: 24px;
}

.header .back span {
    font-size: 16px;
    color: #fff;
}

.header .back label {
    font-size: 16px;
    color: #fff;
    padding-left: 22px;
}

.player {
    margin: 27px auto 0;
    width: 80%;
    max-width: 960px;
    position: relative;
}

#mse {
    padding-top: 45% !important;
    z-index: 10;
}

.overView {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(65, 65, 65);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}

.overView .tips {
    font-size: 24px;
    color: #fff;
}

.overView .caption {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    text-align: center;
}

.overView .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.overView .btn .downBtn {
    width: 100px;
    height: 40px;
    background: linear-gradient(90deg, rgb(255, 103, 162), rgb(255, 43, 125));
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.overView .btn .downBtn a {
    color: #fff;
}

.overView .btn .replay {
    width: 100px;
    height: 40px;
    background: rgb(255, 222, 252);
    border-radius: 50px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 26px;
    cursor: pointer;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container .name {
    font-size: 24px;
    color: rgb(34, 34, 34);
    margin-top: 30px;
}

.container .desc {
    margin-top: 16px;
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.container .download {
    width: 100%;
    margin-top: 38px;
    text-align: center;
}

.container .download a {
    font-size: 18px;
    color: rgb(255, 44, 126);
    text-decoration: underline;
}

.ad {
    width: 100%;
    position: relative;
    padding-top: 35%;
    z-index: 5;
    margin-top: 50px;
}

.ad .vsCarousel .vsCarousel-button-next {
    right: 10px;
    background: none;
}

.ad .vsCarousel .vsCarousel-button-prev {
    left: 10px;
    background: none;
}

.ad .vsCarousel .vsCarousel-button-next,
.ad .vsCarousel .vsCarousel-button-prev {
    width: 15px;
}

.videoBox {
    width: 100%;
    margin-top: 34px;
}

.videoBox .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.videoBox .title img {
    height: 33px;
}

.videoBox .title span {
    font-size: 16px;
    color: rgb(34, 34, 34);
}

.videoBox ul {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-between;
}

.videoBox ul li {
    margin-bottom: 15px;
    width: 100%;
}

.videoBox ul li a {
    display: block;
    width: 100%;
}

.videoBox ul li a .pic {
    width: 100%;
    padding-top: 56%;
    position: relative;
}

.videoBoxV ul li a .pic {
    width: 100%;
    padding-top: 133%;
    position: relative;
}

.videoBox ul li a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.videoBox ul li a .text {
    padding: 10px 15px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    height: 48px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}








@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .header .back {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 3;
        width: 100%;
        margin: 20px auto 0;
    }

    .header .back img {
        width: 24px;
    }

    .header .back span {
        font-size: 16px;
        color: #fff;
    }

    .header .back label {
        font-size: 16px;
        color: #fff;
        padding-left: 22px;
    }

    .player {
        margin: 20px auto 0;
        width: 92%;
        max-width: 960px;
        position: relative;
    }

    #mse2 {
        padding-top: 57% !important;
        z-index: 10;
    }

    .overView {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(65, 65, 65);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        display:none;
    }

    .overView .tips {
        font-size: 18px;
        color: #fff;
        text-align: center;
    }

    .overView .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .overView .btn .downBtn {
        width: 100px;
        height: 40px;
        background: linear-gradient(90deg, rgb(255, 103, 162), rgb(255, 43, 125));
        border-radius: 50px;
        font-size: 14px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .overView .btn .downBtn a {
        color: #fff;
    }

    .overView .btn .replay {
        width: 100px;
        height: 40px;
        background: rgb(255, 222, 252);
        border-radius: 50px;
        font-size: 14px;
        color: rgb(102, 102, 102);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 26px;
        cursor: pointer;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .container .name {
        font-size: 18px;
        color: rgb(34, 34, 34);
        margin-top: 10px;
    }

    .container .desc {
        margin-top: 8px;
        color: rgb(102, 102, 102);
        font-size: 14px;
    }

    .container .download {
        width: 100%;
        margin-top: 27px;
        text-align: center;
    }

    .container .download a {
        font-size: 18px;
        color: rgb(255, 44, 126);
        text-decoration: underline;
    }

    .ad {
        width: 100%;
        position: relative;
        padding-top: 35%;
        z-index: 5;
        margin-top: 30px;
    }

    .ad .vsCarousel .vsCarousel-button-next {
        right: 10px;
        background: none;
    }

    .ad .vsCarousel .vsCarousel-button-prev {
        left: 10px;
        background: none;
    }

    .ad .vsCarousel .vsCarousel-button-next,
    .ad .vsCarousel .vsCarousel-button-prev {
        width: 15px;
    }

    .videoBox {
        width: 100%;
        margin-top: 12px;
    }

    .videoBox .title img {
        height: 26px;
    }

    .videoBox .title span {
        font-size: 16px;
    }

    .videoBox ul {
        margin-top: 10px;
        grid-template-columns: repeat(2, 47.5%);
    }

    .videoBox ul li a .text {
        padding: 0px 3px;
        height: 20px;
    }
















}