﻿@charset "utf-8";
body {
    margin: 0px auto;
    height: 100%;
    padding: 0px;
    font-size: 14px;
    font-family: "PingFang SC Heavy", "microsoft yahei", "微软雅黑", "黑体", "宋体";
    background-color: #F7F7F7;
    color: #333;
    overflow-x: hidden;
}
html {
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    font-family: "PingFang SC Heavy", "microsoft yahei", Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333333;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: none;
}
input, button, select, textarea {
    font-family: "PingFang SC Heavy", "microsoft yahei";
    outline: none;
}
li, a {
    list-style: none;
    text-decoration: none !important;
    color: black;
}