*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}


a {
    text-decoration: none;
    color: #000;
}

ul,li {
    list-style: none;
}
.container{
    height: auto;
}
.headerBox{
    width: 100%;
    background: #F4F6FD;
    height: auto;
    box-sizing: border-box;
    border-radius: 0px 0px 1rem 1rem;
}
.header{
    width: 100%;
    height: 9.47rem;
    box-sizing: border-box;
    background-image: url(../image/banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.headerBanner{
    width: 12rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 0.2rem;
}
.headerBannerLeft{
    display: flex;
    align-items: center;
    font-family: GalanoGrotesqueAltDEMO, GalanoGrotesqueAltDEMO;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000722;
    text-align: left;
    font-style: normal;
}
.headerBannerLeft img{
    margin-right: 0.1rem;
}
.headerBannerRight{
    background: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0.12rem;
    border-radius: 0.4rem;
}
.headerBannerRight ul{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.headerBannerRight ul li{
    padding: 0.12rem 0.2rem;
    border-radius: 0.3rem;
    font-size: 0.18rem;
}
.headerBannerRight ul li a{
    color: #FFFFFF;
}
.headerBannerRight ul .active{
    font-weight: 600;
    background-color: #FFFFFF;
}
.headerBannerRight ul .activeText{
    color: #385EEA;
}
.headerBoxMid{
    width: 100%;
    height: 5.72rem;
    box-sizing: border-box;
    margin-top: 1rem;
    
}
.headerBoxMidBanner{
    width: 12rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.headerBoxMidBannerRight{
    width: 3.67rem;
    height: 3.3rem;
    box-sizing: border-box;
    background-image: url(../image/left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.headerBoxMidBannerLeft{
    width: 7.54rem;
    box-sizing: border-box;
}
.headerBoxMidBannerLeftText{
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000722;
    line-height: 0.56rem;
    text-align: left;
    font-style: normal;
}
.headerBoxMidBannerLeftText img{
    vertical-align: middle;
}
.headerBoxMidBannerLeftTexts{
    width: 4.98rem;
    font-family: HarmonyOS_Sans;
    font-size: 0.18rem;
    color: #898B95;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    margin-top: 0.3rem;
}
.headerBoxMidBannerLeftTexts span{
    color: #385EEA;
}
.content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 1rem;
    padding-bottom: 0.4rem;
}
.contentTitle{
    width: 100%;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.4rem;
    color: #000722;
    line-height: 0.56rem;
    font-style: normal;
}
.contentText{
    width: 100%;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #898B95;
    line-height: 0.25rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.2rem;
}
.contentBanner{
    width: 12rem;
    margin: 0 auto;
    margin-top: 0.5rem;
}
.contentBannerTop{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contentBannerTopLabel{
    width: 3.8rem;
    height: 1.8rem;
    background: #F4F6FD;
    border-radius: 0.4rem;
    box-sizing: border-box;
    padding: 0.4rem;
}
.contentBannerTopLabel>div{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #000722;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    margin-top: 0.1rem;
}
.contentBannerTops{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.contentBannerTopLabels{
    width: 5.85rem;
    height: 1.8rem;
    background: #F4F6FD;
    border-radius: 0.5rem;
    box-sizing: border-box;
    padding: 0.4rem;
}
.contentBannerTopLabels>div{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #000722;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    margin-top: 0.1rem;
}
.contentBannerBox{
    width: 100%;
    box-sizing: border-box;
    height: 4.88rem;
    background-image: url(../image/bottom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0.65rem;
    padding: 1.86rem 0 0 0.6rem;
    position: relative;
}
.contentBannerBox>div{
    width: 6.19rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.42rem;
    text-align: left;
    font-style: normal;
}
.fotter{
    width: 100%;
    background: #00120B;
    height: 4.2rem;
    box-sizing: border-box;
    margin-top: -1rem;
}
.fotterBanner{
    width: 12rem;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fotterBannerLeft{
    width: 2.33rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #898B95;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
}
.fotterBannerLeft>img{
    margin-bottom: 0.2rem;
}
.fotterBannerLeft>div{
    margin-bottom: 0.2rem;
}
.fotterBannerMid{
    box-sizing: border-box;
    width: 2.77rem;
}
.fotterBannerMidTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    font-style: normal;
    margin-bottom: 0.1rem;
}
.fotterBannerMidText{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #898B95;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
}
.fotterBannerRight{
    width: 3rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #898B95;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
}