*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-size: 0.14rem;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}
.header{
    width: 100%;
    height: 1.33rem;
}
.banner{
    width: 13rem;
    box-sizing: border-box;
    margin: 0 auto;
}
.headerBanner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.33rem;
    box-sizing: border-box;
}
.headerLeft img{
    width: 0.77rem;
}
.headerRight{
    display: flex;
    align-items: center;
    gap: 1.98rem;
}
.headerRight ul{
    display: flex;
    align-items: center;
    gap: 0.28rem;
}
.headerRight ul li a{
    font-family: Adobe Heiti Std;
    font-size: 0.17rem;
    color: #000000;
    font-style: normal;
    text-transform: none;
}
.active{
    padding: 0 0.2rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FE743D;
    color: #FFFFFF;
    border-radius: 0.21rem;
}
.activeText{
    color: #FFFFFF !important;
}
.headerLogin{
    width: 1.36rem;
    height: 0.53rem;
    background: #FE743D;
    border-radius: 0.1rem;
    box-sizing: border-box;
    font-family: Adobe Heiti Std;
    font-size: 0.2rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.footer{
    width: 100%;
    height: 2.73rem;
    box-sizing: border-box;
    border-top: 0.02rem solid #DFDFDF;
    margin-top: 0.75rem;
}
.footerBanner{
    width: 13rem;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerBannerLeft{
    display: flex;
    align-items: center;
    gap: 0.27rem;
}
.footerBannerLeft>img{
    width: 0.77rem;
}
.footerBannerLeft span{
    font-family: Adobe Heiti Std;
    font-size: 0.48rem;
    color: #020305;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.footerBannerRight>p{
    font-family: Adobe Heiti Std;
    font-size: 0.24rem;
    color: #020305;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.1rem;
}