html {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    line-height: 1.5;
    font-family:  Helvetica,Arial, "Microsoft YaHei", "微软雅黑",  "STHeiti", "华文黑体","SimSun", "宋体", Tahoma, Arial sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    outline: none;
}

a {
    color: #0f1419;
    vertical-align: top;
    text-decoration: none;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

// 移除img的底边距
img {
    vertical-align: top;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #0f1419;
}

// remove outline
textarea,
a,
select,
option,
input {
    &:active,
    &:focus {
        outline: 0;
    }
}

textarea,
input,
select,
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    resize: none;
}

body {
    margin: 0;
    color: #363636;
    background-color: #ffffff;
}
*{
    padding: 0;margin: 0;
}
.clearfix:after{
    display:block;content: '';clear: both;
}
.clearfix{
    zoom:1;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

body{
	overflow-x: hidden;
}

 #menu{
      position: fixed;
      top:0.8rem ;
      left: 0;
      width: 100%;
      background: #FFFFFF;
      
      z-index: 10;
      
      display: none;
    }
    #menu .cont{
      width: 89.3%;
      margin: 0 auto;
      overflow: hidden;
    }
    #menu .search  {
      padding: 0.4rem 0;
      border-bottom: 1px solid #dddddd;
    }
    #menu .search .cont  input{
      outline: none;
      background: #f5f5f5;
      color: #999999;
      border: none;
      line-height: 0.88rem;
      display: block;
      float: left;
      font-size: 0.32rem;
      padding-left: 5%;
      width: 71.66%;
    }
    #menu .search .cont  .btn{
      background:#3a85f8;
      color: #FFFFFF;
      line-height: 0.88rem;
      font-size: 0.32rem;
      width: 15.6%;
      text-align: center;
      float: right;
    }
    #menu .list {
      padding: 0 ;
    }
    #menu .list .item{
      border-bottom: 1px solid #dddddd;
    }
    #menu .list .item:last-child{
      margin-bottom: 0.4rem;
    }
    #menu .list .item a{
      display: block;
      float: left;
      width: 33.33%;
      font-size: 0.32rem;
      line-height:0.32rem;
      margin-top: 0.3rem;
    }
    #menu .list .item a:nth-of-type(3n+2){
      text-align: center;
    }
    #menu .list .item a:nth-of-type(3n){
      text-align: right;
    }
    #menu .list .item p.t{
      font-size:0.4rem;
      color:#3a85f8;
      line-height: 0.4rem;
      margin: 0!important;
    }
    #menu .list .item{
      padding: 0.4rem 0;
    }
    
    .head-menu .left{
  width:50%;
  margin: 0.22rem auto 0;
}
.head-menu .left div {
    height: 3px;
    margin-bottom: 4px;
    transition: all 0.5s;
    border-radius: 2.5px;
    background: #333333;
  }

  
  .head-menu .left.on .line1 {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
    transition: all 0.5s;
  }
  
  .head-menu .right img {
    width: 100%;
  }
  
  .head-menu .left.on .line1 {
    transform: rotate(45deg);
    position: relative;
    top: 10px;
    transition: all 0.5s;
  }
  
  .head-menu .left.on .line2 {
    display: none;
    transition: all 0.5s;
  }
  
  .head-menu .left.on .line3 {
    transform: rotate(-45deg);
    position: relative;
    transition: all 0.5s;
    margin-top: 7px;
  }