/*可以在这里添加你自己的css*/

img,
video {
    max-width: 100%;
    /*图片自适应宽度*/
}

video {
    box-shadow: 5px -5px 20px rgba(0, 0, 0, .2);
    transform: scale(1.03);
    transition: all 1s;
    cursor: pointer;
}

body {
    overflow-y: scroll !important;
}

.view {
    word-break: break-all;
}

.vote_area {
    display: block;
}

.vote_iframe {
    background-color: transparent;
    border: 0 none;
    height: 100%;
}

#edui1_imagescale {
    display: none !important;
}

.Videocenter {
    text-align: center;
}

.Videoleft video,
.Videoright video {
    display: inline-block;
    position: relative;
}

.Videoleft video {
    float: left !important;
    margin-right: 10px;
    /* text-align: left !important; */
}

.Videoright video {
    float: right !important;
    margin-left: 10px;
    /* text-align: right !important; */
}


/*去除点击图片后出现的拉伸边框*/