body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif，tahoma;
    color: #333;
    list-style: none;
    cursor: default;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 100px !important;
    background-color: #F4F4F4;
}

/* input, */
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

a,
a:active,
a:visited {
    color: #ccc;
}

a:link {
    text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
}

/*指鼠标在链接*/

a:active {
    text-decoration: none;
}

/* 指正在点的链接*/
a:hover {
    color: #333;
}

a,
/* input, */
button {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    -webkit-appearance: none;
}

/* input, */
textarea,
button {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[disabled],
input:disabled,
input.disabled {
    color: #333;
    -webkit-text-fill-color: #333;
    -webkit-opacity: 1;
    opacity: 1;
    background-color: transparent;
} */

img {
    vertical-align: top;
}

textarea {
    border: none;
    outline: none;
    resize: none;
}

select {
    border: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px;
    text-align: right !important;
}

select::-ms-expand {
    display: none;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ::-webkit-scrollbar {
    overflow-x: hidden;
} */

/* footer */
.footer {
    width: 100%;
    height: 0.68rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
}

.footer ul {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 500;
    background-color: #f8f8f8;
}

.footer ul li {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 5px 0 0;
    font-size: 0;
    color: #999;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer ul li a {
    height: 0.42rem;
    margin-top: 0.05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer ul li a img {
    display: block;
    width: 0.21rem;
    height: 0.21rem;
}

.footer ul li a span {
    font-size: 0.1rem;
    color: #999;
    line-height: 1.8;
    text-align: center;
}

.footer_sale {
    width: 0.48rem;
    height: 0.48rem;
    margin-left: -0.24rem;
    padding: 0.05rem 0.05rem 0 0.05rem;
    position: absolute;
    top: -0.3rem;
    left: 50%;
    z-index: 500;
    border-top: 0.01rem solid #eee;
    border-radius: 50% 50% 0 0;
    background-color: #F8F8F8;
    overflow: hidden;
}