html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
    margin:0;padding:0;
    box-sizing: border-box;
}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{
    display:block;
}
table{
    border-collapse:collapse;border-spacing:0;
}
caption,th{
    text-align:left;font-weight:normal;
}
html,body,fieldset,img,iframe,abbr{
    border:0;
}
i,cite,var,address,dfn{
    font-style:normal;
}
[hidefocus],summary{
    outline:0;
}
li{
    list-style:none;
}
h1,h2,h3,h4,h5,h6,small{
    /* font-size:100%; */
}
sup,sub{
    font-size:83%;
}
pre,code,kbd,samp{
    font-family:inherit;
}
q:before,q:after{
    content:none;
}
textarea{
    overflow:auto;
    resize:none;
}
label,summary{
    cursor:default;
}
a,button{
    /* cursor:pointer; */
}
h1,h2,h3,h4,h5,h6{
    /* font-weight:normal; */
}
del,ins,s,a,a:hover{
    text-decoration:none;
}
body{
    background: RGBA(243, 241, 237, 1);
    font-family: '微软雅黑','Microsoft YaHei',Helvetica,Arial,sans-serif;
}
.clearfix:after {
    content:"";
    display: block;
    clear:both;
}
a{
    color: #000;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
@font-face {
    font-family: "Segoe-UI-Bold-Italic";
    src: url('../fonts/segoeuiz.ttf')
}
@font-face {
    font-family: "Segoe-UI-Semibold-Italic";
    src: url('../fonts/seguisbi.ttf')
}
@font-face {
    font-family: "Segoe-UI-Bold";
    src: url('../fonts/segoeuib.ttf')
}
@font-face {
    font-family: "Segoe-UI-Semibold";
    src: url('../fonts/seguisb.ttf')
}
@font-face {
    font-family: "georgiab";
    src: url('../fonts/georgiab.ttf')
}
@font-face {
    font-family: "segoeui";
    src: url('../fonts/segoeui.ttf')
}
@font-face {
    font-family: "segoeUiItalic";
    src: url('../fonts/segoeuii.ttf')
}
@font-face {
    font-family: "STKaiti";
    src: url('../fonts/STKaiti.ttf')
}
@font-face {
    font-family: "GB-Pinyin";
    src: url('../fonts/GB-Pinyin.TTF')
}
@font-face {
    font-family: "GB-Pinyin1";
    src: url('../fonts/PINYINOK_2.TTF')
}

.header_nav{
    position: absolute;
    right: 0.4rem;
    top: 0.3rem;
    display: flex;
}
.header_nav>div{
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.22rem;
    /* cursor: pointer; */
    
}
.header_nav>div:nth-of-type(1){
  display: none;
}
/* @keyframes circles {
    from{
  transform:rotate(0deg);
    }to{
      transform:rotate(360deg);
    }
   } */
.header_nav div img{
    display: block;
    font-size: 0;
    width: 100%;
}
body,*{
    /* cursor: url('../images/jt.png'),auto; */
}
.video-pop{
    /* cursor: url('../images/jt.png'),auto; */
}
.el-message__icon{
    font-size: 20px !important;
}
.el-loading-mask{
    background-color: rgba(255,255,255,0) !important;
}
body {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* 标准语法 */
  }