* {
	padding: 0;
	margin: 0;
	box-size: border-box;
}
.img {
	width: 100%;
}

#video {
    width: 1000px;
    height: 566px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#video .jsmodern-video {
	/*border-radius: 12px;
	border: solid 3px #0f3eb0;
	border-image: linear-gradient(#2987f3, #0f3eb0) 30 30;*/
	padding: 4px;
    text-align: center;
    background: #e8eced;
    border-radius: 4px;
}
#video .jsmodern-video:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(#2987f3, #0f3eb0);
    background: -moz-linear-gradient(#2987f3, #0f3eb0);
    background: linear-gradient(#2987f3, #0f3eb0);
    border-radius: .5rem;
    content: '';
    z-index: -1;
}

#videoShow {
	border-radius: 4px;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 150px;
    height: 150px;
    margin-left: -70px;
    margin-top: -70px;
    cursor: pointer;
    z-index: 10;
}
.play img {
	width: 150px;
    height: 150px;
}

.qrcode-div {
	z-index: 999;
    position: absolute;
    right: 15px;
    top: 4300px;
}
.qrcode {
	width: 155px;
	height: 197px;
}