.dialog{position:fixed;z-index:999;display:none;width:100%;height:100%;background:rgba(0,0,0,.3);background-color:rgba(0,0,0,.3);zoom:1}
.dia-content,.dialog{top:0;left:0;box-sizing:border-box}
.dia-content{position:absolute;right:0;bottom:0;margin:auto;padding-top:10%;width:880px;height:auto;border-radius:0;animation:showZeroAlert .4s}
.dia-inner{position:relative;box-sizing:border-box;width:100%;height:100%;text-align:center}
.dia-close{position:absolute;top:0;right:-20px;width:16px;height:16px;background:url(../images/video-close.png) no-repeat 50%;cursor:pointer}
.dia-tit{margin-top:60px;width:100%;height:28px;color:#53bc6b;font-size:28px;line-height:28px}
.dia-tit i{width:24px;height:28px;background:url(../images/HqDLVpspYT.png) no-repeat 50%;animation:showZeroAlert 1s}
.dia-tit i,.dia-tit span{display:inline-block;vertical-align:middle}
.dia-tit span{margin-left:28px}
.dia-msg{margin-top:17px;color:#555656;font-size:16px;line-height:22px}
@media (max-width:767px){.dia-content{width:320px;height:320px}
.dia-msg{margin-top:0}
.dialog-video video{margin-top:30px;width:100%;height:100%;outline:0;border:none}
}
@keyframes showZeroAlert{0%{transform:scale(.1)}
45%{transform:scale(1.05)}
80%{transform:scale(.95)}
to{transform:scale(1)}
}
