body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input,
a {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PingFangSC-Regular, PingFang SC';
    font-size: 14px;
    overflow-x: hidden;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
}

a {
    color: #aaa;
    text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active{
  color: #aaa;
  text-decoration: none;
}
i,
em {
    font-style: normal;
}
/* 清除浮动 */

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alibaba-PuHuiTi-B, Alibaba-PuHuiTi';
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41;
}

h1 {
    font-size: 5vw;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 5vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 70px;
    }
}
 */
@media only screen and (max-width: 750px) {
    h1 {
        font-size: 0.5rem;
    }
}

h2 {
    font-size: 3.4vw;
}

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
} */

h3 {
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 12px;
    }
}

.position-relative {
    position: relative;
}

        
#cnzz_stat_icon_1279158260{
    display: none;
}