ul,
ol,
li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0px;
}
p,
div,
a,
span,
ul,
li,
img,
form,
input,
br,
dl,
dt,
dd ,
body{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}

html{
    overflow: auto;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

html::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}



#header{
    box-shadow: 0px 0px 28px 0px rgba(173,173,173,0.4);
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
}
.tabs-meun{
    width: 96rem !important;
    height: 3rem;
    background: #F5F5F5;
    margin: auto;
}

.tabs-meun-box{
    height: 3rem;
    width: 72rem;
    margin: auto !important;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-meun .tabs span{
    display: inline-block;
    line-height: 2.8rem;
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}


.tabs-active{
    color: #0072CE !important;
    box-shadow: 0 2px 0 #0072CE;
    transition: all .5s;
}

.tabs-meun .tabs:hover span{
    color: #0072CE !important;
    box-shadow: 0 2px 0 #0072CE;
}

.tabs-meun .meun{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.tabs-meun .meun a{
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    word-wrap: break-word;
}

.tabs-meun .meun svg{
    margin: 0 .5rem;
    width: 15px;
    height: 15px
}

.tabs-meun .meun svg path{
    fill: #999999;
}    

/*@media (max-width: 1680px) {*/
/*    .tabs-meun {*/
/*        padding: 0 11rem;*/
/*    }*/

/*}*/

/*@media (max-width: 1600px){*/
/*    .tabs-meun {*/
/*        padding: 0 8rem;*/
/*    }*/
/*}*/

/*@media (max-width: 1366px){*/
/*    .tabs-meun {*/
/*        padding: 0 5.6rem;*/
/*    }*/
/*}*/
@media (max-width: 1440){
     .tabs-meun-box {
        width: 80rem !important;
    }
}

@media (max-width: 1366){
    .tabs-meun-box {
        width: 85rem !important;
    }
}


@media (max-width: 1152px){
    .tabs-meun,
    .tabs-meun-box{
        height: 4rem;
    }
    
     .tabs-meun-box {
        width: 88rem !important;
    }
    
}

@media (max-width: 900px) {
 .tabs-meun-box {
        width: 92rem !important;
    }
}

@media (max-width: 650px){
    .tabs-meun .meun a,
     .tabs-meun .tabs span {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
    }
    
    .tabs-meun, .tabs-meun-box {
        height: 40px !important;
    }
    
    .tabs-meun-box{
         width: 88%!important;
    }
  
}
@media (max-width: 400px){
    .tabs-meun .meun a:last-child{
        width: 80px;
        
         overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
        
    }
}





