﻿@charset "utf-8";

blockquote,body,button,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,iframe,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0}
li{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;color:#333}
fieldset,frame,iframe,img{border:0 none}
img{vertical-align:top}
input[type=button],input[type=reset],input[type=submit]{cursor:pointer}
button{cursor:pointer}
button,input,textarea{-webkit-border-radius:0;-webkit-appearance:none}
input[type=radio]{-webkit-border-radius:100%;-webkit-appearance:radio}
input[type=checkbox]{-webkit-appearance:checkbox}
input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box}
textarea{overflow:auto;resize:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
th{font-weight:400}
address,cite,em,i{font-style:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
body,button,input,select,textarea{font-size:14px;font-family:Helvetica,Arial,'PingFang SC','Source Han Sans SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',sans-serif;color:#898989}
a{text-decoration:none}
a{blr:expression(this.onFocus=this.blur());color:#75bad5}
:focus{outline:0}
.fl{float:left}
.fr{float:right}
/* 播放容器 */
.indexPlayVie{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left:0;
    background: #000000;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#videoPlayView{
    width: 100%;
    height: auto;
}
.closePlayview{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9999;
}
.H1stl{
    position: absolute;
    opacity: 0;
    z-index: 0;
}