* {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* ÕÚ¸Ç²ã */
.swiper_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index:99992;
}
/* ÕÚ¸Ç²ãend */

/* ÊÓÆµ */
.video_box {
    display: none;
    position: fixed;
    width: 1020px;
    height: 616px;
    border: #ebebeb solid 1px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    background: #fff;
    box-shadow: 0px 0px 20px #ddd;
    z-index: 99993;
    transform: translate(-50%, -50%);
}

.video_box_header {
    position: relative;
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    cursor: move;
}

.video_box_header .name_title {
    position: absolute;
    float: left;
    margin-left: 50%;
    top: -5px;
    left: -77px;
    font-size: 22px;
    color: #0b6cb8;
}

.video_box_header .close_box {
    float: right;
    /* position: absolute;
    right: 10px; */
    margin-right: 10px;
    display: block;
    width: 30px;
    height: 30px;

}

.video_box_header .close_box img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.video_box_body {
    position: fixed;
    width: 1020px;
    height: 576px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.video_box_body video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* ÊÓÆµend */