   * {
      margin: 0 auto;
      padding: 0;
      font-family: Microsoft YaHei;
      position: relative;
    }

  html {
        /* font-size: 30vw*/
    }

img {
      width: 100%;
      height: auto
    }

ul {
      list-style: none
    }

.dn {
      display: none!important
    }

body {
      background-color: #2b2a39;
      height: 100%;
      width: 100%;
      overflow: auto;
      overflow-x: hidden;
}

.clear {
      clear: both
}

.mywrap {
       width:100%;
       position:absolute;
       top:0vw;
       overflow: hidden;
       height: auto;
       background: #2b2a39;
 }

.mywrap .content{
      width:100%;
      height: auto;
    
}

.content,.mywrap * {
 position: relative;
width: 100%;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;
   outline:none;
   background: none;
   text-decoration: none;
}

body{
  background: #2b2a39;
}

