body,
ul,
ol,
dl,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
    margin: 0
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

img {
    border: none
}

input,
button,
textarea,
select {
    *font-size: 100%;
    border: none;
    outline: none
}


body {
    background: #fff;
    color: #5e5e5e;
    font: 14px/24px Microsoft YaHei, SimSun, Arial;
}

ul,
ol {
    list-style: none;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*默认a标签样式*/
/* a:link,
a:visited {
    color: #5e5e5e;
    text-decoration: none;
} */

a:hover {
    /*color:#999;*/
}

a:hover {
    /* color: #c9394a; */
    /*text-decoration: underline;*/
}

/* a:active {
    color: #666;
} */

/* body,
html,
#contain {
    width: 100%;
    height: 100%;
}

.header {
    height: 1rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding-top: 0.4rem;
}

.header .headerContent {
    margin: 0 auto;
    width: 12.14rem;
    display: flex;
    justify-content: space-between;
}

.header .headerContent .logo {
    width: 2.54rem;
    height: 0.56rem;
    background: url(../img/headerLogo.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.header .headerUl {
    display: flex;
    align-items: center;
}

.header .headerUl li {
    margin-top: 0.07rem;
    position: relative;
    font-size: 0.2rem;
    color: #111111;
    font-weight: 600;
    width: 0.4rem;
    height: 0.2rem;
    margin-left: 0.36rem;
}

.header .headerUl li a {
    color: #111111;
}

.header .headerUl .on::after {
    position: absolute;
    top: 0.13rem;
    left: 0.01rem;
    content: " ";
    width: 0.38rem;
    height: 0.12rem;
    border-radius: 0.06rem;
    background: linear-gradient(90deg, #02F2BD, #01DDF0);
}

.headerUl div {
    margin-top: 0.07rem;
}

.headerUl div img {
    margin-top: 0.1rem;
    margin-left: 0.2rem;
}

.header .headerUl li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
} */