/* 删除: 之前的样式 */
/* 添加重置CSS样式 */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
ul,li,
video {
    font-family: '宋体';
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 0.2rem;
    line-height: 1;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    user-select: none; /* 添加: 禁止文字选中 */    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
}
i{
  display: block;
}
html,
body {
  height: 100%;
    width: 100%;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

html::-webkit-scrollbar {
    display: none;
}


.bg{
    height: 100%;
    width: 100%;
    background-image: url(../images/bj.jpg);
    background-repeat: no-repeat;
    background-position: left top ;
    background-size: 100% 100%;
}

.bg1{
    height: 100%;
    width: 100%;
    background-image: url(../images/bj.jpg);
    background-repeat: no-repeat;
    background-position: left top ;
    background-size: 100% 100%;
}

#app{
    width: 100%;
    height: 100%;
}



@font-face {
    font-family: "iconfont"; /* Project id 4891760 */
    src: url('../font/iconfont.woff2?t=1744614833234') format('woff2'),
         url('../font/iconfont.woff?t=1744614833234') format('woff'),
         url('../font/iconfont.ttf?t=1744614833234') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 0.2rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-gengduo:before {
    content: "\e61d";
  }
  .icon-yonghu:before {
    content: "\e652";
    color: #999999;
  }
  
  .icon-mima:before {
    content: "\e69c";
    color: #999999;
  }
  
  .icon-nav07:before {
    content: "\e601";
  }
  
  .icon-nav06:before {
    content: "\e602";
  }
  
  .icon-nav08:before {
    content: "\e603";
  }
  
  .icon-nav05:before {
    content: "\e604";
  }
  
  .icon-l09:before {
    content: "\e605";
  }
  
  .icon-l10:before {
    content: "\e606";
  }
  

  #hover{
    padding: 0.125rem;
  }
  #hover>ul>li>p{
    color: #ffffff;
    font-size: 0.175rem;
  }
  