.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.41rem 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.41rem 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.84rem;
    height: 0.3rem;
    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: 0.44rem;
    background-image: url(../images/msearch.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.mheader1 .dka img{
    opacity: 0;
 }
 
 .mheader1 .dka {
     width: 0.44rem;
     height: 0.44rem;
     background-image: url(../images/mmenu.png);
     background-repeat: no-repeat;
     background-size: contain;
 }

 .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:1024px) {
    .mheader,.mheader1 {
        display: none;
    }

}