* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    color: inherit;
    cursor: pointer;
}
a:focus,
a:active {
    outline: none;
}

a img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-size: 0;
}

textarea,
input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}

/* 公共头部 */
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
    padding: .07rem 0.16rem;
    background: red;
}
.header .logo{
    width: .96rem;
    height: .31rem;
}
.header .head-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .head-right a {
    display: block;
}
.header .head-right img{
    width: .2rem;
    height: .2rem;
    margin-left: .24rem;
}
.wrap{
    background: #fff;
}
.nav,.nav1{
    position: relative;
    padding: 0 .16rem;
    border-bottom: 4px solid #EEEEEE;
}
.navbg{
    background: rgba(0, 0, 0, 0.2);
}
.nav1{
    display: none;
    padding-bottom: .18rem;
    position: absolute;
    background: #fff;
    z-index: 9;
}
.nav1 .hideNav{
    font-size: .14rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: .36rem;
    width: 2.16rem;
    background: #F5F5F5;
    border-radius: 1px;
    text-align: center;
    margin: 0 auto;
}
.nav .navlist{
    width: 3.15rem;
    font-size: 0;
    height: .46rem;
    overflow: scroll;
    white-space: nowrap;
}
.nav1 .navlist{
    margin-bottom: .08rem;
    overflow: unset;
    white-space: normal;
}
.navlist li{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    padding: .16rem 0;
    margin-right: .35rem;
    display: inline-block;
}
.navlist li.selected,
.navlist1 li.selected{
    color: #D9271D;
    font-weight: bold;
}
.navlist li:last-child{
    margin-right: 0;
}
.nav .nav_logo{
    width: .2rem;
    height: .2rem;
    position: absolute;
    right: .24rem;
    top: .13rem;
}
.footer{
    background: #F7F7F7;
    text-align: center;
    padding: .12rem;
}
.footer p{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-bottom: .04rem;
}