.mobile-container,
.phoneheader,
.dian {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .wrap,.wrap2 {
    width: 96.5%;
    padding-top: .55rem;
padding-bottom: .55rem;
margin-bottom: .55rem;
  }
  header {
    display: none;
  }

  .phoneheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 1.5%;
    width: 97%;
    margin: 0 auto;
    height: 1.4rem;
    line-height: 1.4rem;
    background: rgba(255,255,255,1);
    z-index: 99;
box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
box-sizing: border-box;
border: 1px solid #EEEEEE;
border-radius: 0px 0px .24rem .24rem;
  }

  .phoneheader .logo img {
   height: .75rem;
    display: block;
    margin-left: .18rem;
  }
  .mobile-container {
    display:none;
    position: fixed;
    top: 1.5rem;
    left: 0;
    width: 100%;
    height:100vh;
    background:#f2f4f7;
    z-index: 999;
  }
  .mobile-container .mobile-nav {
    position: relative;
padding-top: .99rem;
    width:100%;
    height:90%;
    background: #fff;
    padding: .2rem 0.12rem;
    box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
box-sizing: border-box;
border: 1px solid #EEEEEE;
border-radius:.24rem;
overflow-y:auto ;
  }
  .mobile-container .mobile-nav ul li {
    border-bottom: 1px solid #eeeeee;
    line-height: 0.8rem;
    text-align: left;
    padding-left: 0.6rem;
  }
  .mobile-container .mobile-nav ul li a {
    font-size: 0.32rem;
    	font-family: Source Han Sans;
    	  font-weight: 600;
  }
    .mobile-container .mobile-nav ul li a:hover{
    	color: #1E40AF;
    }
    
 .mobile-container .mobile-nav ul li .second {
    display: none;
  }
  .mobile-container .mobile-nav ul li .second .ss {
  text-align: center;
  }
  .mobile-container .mobile-nav ul li .second .ss:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }
  .mobile-container .mobile-nav ul li .second .ss > a {
    font-size: 0.3rem;
    font-weight: 600;
  }

    
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .wrap {
    width: 80%;
  }
}
