* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family:'å¾®è½¯é›…é»‘'; */
    /* text-transform:uppercase; */
    color: #333;
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1;
    outline: 0;
    font-family: "SourceHanSansCN-Regular";
}

*::after,
*::before {
    /* content: ''; */
    position: absolute;
}

*::-webkit-scrollbar {
    width: 0px;
    transition: .5s;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

*:hover::-webkit-scrollbar {
    width: 2px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(0, 175, 240);
    border: 2px solid rgb(0, 175, 240);
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
}

body {
    overflow-x: hidden;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    text-transform: none;
}

input {
    outline: none;
    border: none;
    text-transform: none;
}

a,
i {
    display: block;
    text-decoration: none;
    font-style: normal;
}

u,
s {
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
}

b,
span,
em {
    font-style: normal;
    display: block;
}

b,
h2,
h3,
h4,
h5 {
    font-family: "SourceHanSansCN-Bold";
}

img {
    border: 0;
    display: block;
    max-width: 100%;
    vertical-align: top;
}

.lf {
    float: left !important;
}

.rt {
    float: right !important;
}

.flo {
    float: left;
    width: 100%;
}

.clearFloat::after {
    /* æ¸…é™¤æµ®åŠ¨å½±å“ */
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearFloat {
    zoom: 1;
    clear: both;
}

.ma_rt {
    margin-right: 0px !important;
}

.ma_lf {
    margin-left: 0px !important;
}

.bac {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.na1 {
    animation-delay: 0.1s;
}

.na2 {
    animation-delay: 0.2s;
}

.na3 {
    animation-delay: 0.3s;
}

.na4 {
    animation-delay: 0.4s;
}

.na5 {
    animation-delay: 0.5s;
}

.na6 {
    animation-delay: 0.6s;
}

.na7 {
    animation-delay: 0.7s;
}

.na8 {
    animation-delay: 0.8s;
}

.fle {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.pos {
    position: relative;
    z-index: 10;
}

.trs_5 {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.trs_8 {
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.pc_dis {
    display: block;
}

.pc_dis2 {
    display: flex;
}

.ph_dis,
.ph_dis2 {
    display: none;
}

.box_sh {
    box-shadow: 0px .06rem .3rem 0px rgba(51, 51, 51, 0.1);
}

.pos1 {
    position: relative;
    z-index: 10;
}

.pos1>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.pos1>*.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("SourceHanSansCN-Normal.otf") format("opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("SourceHanSansCN-Regular.otf") format("opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("SourceHanSansCN-Bold.otf") format("opentype");
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("HarmonyOS_Sans_SC_Light.ttf") format("opentype");
}

.css-f969-cd0726054c7 {
    font-family: 'f969-cd0726054c7';
}

@media screen and (min-width:1930px) and (max-width:2560px) {
    img {
        width: 100%;
    }
}

@media screen and (max-width:768px) {

    .pc_dis,
    .pc_dis2 {
        display: none;
    }

    .ph_dis {
        display: block;
    }

    .ph_dis2 {
        display: flex;
    }
}

/********************* åº•éƒ¨ ***********************/
.footer {
    padding: .8rem 1.2rem .8rem 1.4rem;
}

.footer>div {}

.footer>div>span {
    width: 1.45rem;
    margin-bottom: .4rem;
}

.footer .foot_1 {
    justify-content: space-between;
}

.footer .foot_1>div {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}

.footer .foot_1>div>p {}

.footer .foot_1>div>p>span {
    width: 1.4rem;
    margin: 0 auto;
}

.footer .foot_1>div>p>i {
    font-size: .14rem;
    text-align: center;
    margin-top: .1rem;
}

.footer .foot_1>div>div {}

.footer .foot_1>div>div>p {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.footer .foot_1>div>div>b {
    font-size: .2rem;
    color: #00AFF0;
    margin-bottom: .2rem;
}

.footer .foot_1>div>div>b:last-child {
    margin-bottom: 0;
}

.footer .foot_1>div>div>b>span {
    display: inline;
    font-weight: bold;
}

.footer .foot_1>ul {
    justify-content: space-between;
    width: 76%;
}

.footer .foot_1>ul>li {
    border-left: 1px dashed #999;
    padding: 0 .54rem;
}

.footer .foot_1>ul>li:last-child {
    padding-right: 0;
}

.footer .foot_1>ul>li>b {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.footer .foot_1>ul>li>p {
    font-size: .16rem;
}

.footer .foot_1>ul>li>p>a {
    font-size: .16rem;
    margin-bottom: .12rem;
    transition: .5s;
}

.footer .foot_1>ul>li>p>a:hover {
    color: #00AFF0;
}

.footer .foot_2 {
    margin-top: .2rem;
    align-items: center;
}

.footer .foot_2>i {
    font-size: .16rem;
    margin-right: .2rem;
}

.footer .foot_2>ul {
    display: flex;
}

.footer .foot_2>ul>li {
    position: relative;
    margin-right: .15rem;
    cursor: pointer;
}

.footer .foot_2>ul>li>img {
    width: 100%;
    width: .4rem;
    transition: .5s;
}

.footer .foot_2>ul>li:hover>img {
    opacity: 0;
}

.footer .foot_2>ul>li:first-child>img:nth-child(2) {
    position: absolute;
    top: -250%;
    left: 0;
    transform: scale(3.5);
    display: none;
}

.footer .foot_2>ul>li:first-child:hover>img:nth-child(2) {
    display: block;
    opacity: 1;
}

.footer .foot_2>ul>li:hover>img:last-child {
    opacity: 1;
}

.footer .foot_2>ul>li>img:last-child {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.footer .foot_2>p {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.footer .foot_2>p>a {
    font-size: .16rem;
    margin-left: .4rem;
    position: relative;
    transition: .5s;
}

.footer .foot_2>p>a:hover {
    color: #00AFF0;
}

.footer .foot_2>p>a::after {
    content: '';
    width: .1rem;
    height: .02rem;
    background: #333;
    top: .05rem;
    right: -.22rem;
}

.footer .foot_2>p>a:last-child::after {
    display: none;
}