.sbox {
    -webkit-overflow-scrolling: touch;
}





.mheader {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0.35rem 0 0.3rem;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}


.mheader1 {
    width: 100%;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 0 0.35rem 0 0.3rem;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.mheader1  .inputs {
    display: none;
}

.mheader1 img {
    width: 2.29rem;
    height: 0.5rem;
}

.mheaderr img {
    width: 0.44rem;
    height: 0.44rem;
}

.mheader1  .skt img {
    display: none;
}

.mheader1  .skt {
    display: block;
    width: 1.85rem;
    height: 0.31rem;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mheader1 .gja {
    /* margin-right: 0.41rem; */
}


.mheader1 .gja img{
   opacity: 0;
}

.mheader1 .gja {
    width: 0.44rem;
    height: 100%;
    background-image: url(../images/msearch.png);
  border: none;
    
    background-repeat: no-repeat;
    background-size:  0.44rem  0.44rem;
    position: relative;
    background-position: center;
}
.mheader1 .gja::before{
    content: '';
    display: flex;
    height: 100%;
    width: 1px;
background-color: rgba(255, 255, 255, 0.4) ;
position: absolute;
left: -0.3rem;
top: 0;
}
.mheader1 .dka img{
    opacity: 0;
 }
 
 .mheader1 .dka {
    position: relative;
    margin-left: .56rem;
     width: 0.44rem;
     height:  100%;
     background-image: url(../images/mmenu.png);
     background-repeat: no-repeat;
     background-size:  0.44rem  0.44rem;
    background-position: center;
  border: none;
 }
 .mheader1 .dka::before{
    content: '';
    display: flex;
    height: 100%;
    width: 1px;
background-color: rgba(255, 255, 255, 0.4) ;
position: absolute;
left: -0.3rem;
top: 0;
}
 .droplist {
     top: 1rem;
 }

 

/* @media screen and (max-width:750px) {
    .banner .item .wrap, .banner .item .txt {
        width: 100%;
        top: calc(21% + 1rem);
        left: 0rem;
    }

    .banner .item .font .tit {
        font-size: .64rem;
    }
    .banner .item .font .desc, .banner .item .txt .desc {
        margin-top: 0;
    }
    .banner .item .font .desc {
        font-size: .48rem;
    }

} */


 @media screen and (min-width:751px) {
    .mheader,.mheader1 {
        display: none;
    }

}