* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #252b3a;
    outline: none;
}

body,
html {
    font-family: "Huawei Sans", "方正兰亭黑简体";
}

ul,
ol,
li {
    list-style: none;
}

a {
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:active {
    color: #344899;
    text-decoration: none;
}
#wotu-container {
    transform-origin: 0 0;
    background-color: #00ffea;
    /* overflow: auto; */
}
.video_content {
    /* background-color: #000; */
    position: relative;

}
.video_content .mask {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
    width: 1920px;
    height: 1080px;
}
.video_content .next {
    position: absolute;
    right: 66px;
    bottom: 45px;
    cursor: pointer;
}
.video_content .next0 {
    position: absolute;
    right: 156px;
    bottom: 45px;
    cursor: pointer;
}
.video_content .next0:hover .tip0-box {
    display: block;
}
.tip0-box {
    display: none;
    width: 140px;
    position: absolute;
    left: -35px;
    bottom: -38px;
    text-align: center;
    color: #fff;
    padding: 8px 8px;
    box-sizing: border-box;
    background-color: rgb(40 84 144 / 55%);
    font-size: 16px;
    border-radius: 4px;
    font-weight: 900;
}
.video_content .left,.right {
    position: absolute;
}
.video_content .left-1 {
    left: 232px;
    top: 435px;
}
.video_content .left-2 {
    left: 232px;
    top: 505px;
}
.video_content .left-3 {
    left: 232px;
    top: 642px;
}

.video_content .right-1 {
    left: 1035px;
    top: 435px;
}
.video_content .right-2 {
    left: 1035px;
    top: 505px;
}
.video_content .right-3 {
    left: 1035px;
    top: 642px;
}

.animate-wave {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    right: -10px;
    background: transparent;
    border-radius: 50%;
}
@keyframes opac {
    from {
        opacity: 1;
        width: 30%;
        height: 30%;
        top: 35%;
        left: 35%;
    }

    to {
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.animate-wave div {
    background: #00ffea;
    position: absolute;
    border-radius: 50%;
    animation: opac 4s infinite;
    cursor: pointer;
}

.blue div {
    background: #0084ff;
}

.animate-wave .w2 {
    animation-delay: 1s;
}

.animate-wave .w3 {
    animation-delay: 2s;
}

.animate-wave .w4 {
    animation-delay: 3s;
}

.tips {
    position: absolute;
    right: 310px;
    top: 632px;
    cursor: pointer;
}
.tip-box {
    display: none;
    width: 250px;
    position: absolute;
    left: 80px;
    top: -50px;
    padding-left: 0px;
}
.tip{
    width: 225px;
    color: rgb(165, 207, 233);
    padding: 12px;
    box-sizing: border-box;
    background-color: rgb(3, 35, 51);
    font-size: 14px;
}
.tips:hover .tip-box {
    display: block;
}
.mask-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
    width: 1920px;
    height: 1080px;
}
.mask-2 .img-box {
    position: absolute;
    left: 1459px;
    top: 345px;
    cursor: pointer;
}

.video_container {
    width: 1920px;
    height: 1080px;
    background-color: #000;
}


.vjs-control-bar {
    display: none!important;
}
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    display: none!important;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #f0f2f5
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfc3c6
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f0f2f5
}
