@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

html {
  font-size: 625%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none;
  color: #333; }

img {
  border: 0; }

body, button, input, select, textarea {
  color: #333;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, sans-serif !important; }

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button; }

button, a {
  outline: none; }

table {
  /*合并边框模型*/
  border-collapse: collapse;
  border-spacing: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

/*清除浮动*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }

@media only screen and (max-width: 768px) {
  html {
    font-size: 100px !important; } }
@media only screen and (max-width: 435px) {
  html {
    font-size: 56px !important; } }
@media only screen and (max-width: 414px) {
  html {
    font-size: 54px !important; } }
@media only screen and (max-width: 411px) {
  html {
    font-size: 53px !important; } }
@media only screen and (max-width: 375px) {
  html {
    font-size: 49px !important; } }
@media only screen and (max-width: 360px) {
  html {
    font-size: 47px !important; } }
@media only screen and (max-width: 320px) {
  html {
    font-size: 42px !important; } }

/*# sourceMappingURL=base.css.map */
