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 */
}


.tabs-meun{
    padding: 0 12rem;
    height: 3rem;
    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: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
}

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

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

.not-select {
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -khtml-user-select: none !important;
    user-select: none !important;
}

@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: 1152px){
    .tabs-meun {
        padding: 0 3.6rem;
    }
}

@media (max-width: 900px) {
    .tabs-meun {
        padding: 0 2rem;
    }
}

@media (max-width: 450px){
    .tabs-meun {
        padding: 0 1rem;
    }
}