@charset "utf-8";

/* ^1 --------------------------- global constants -------------------------*/
html,
body,
div,
section,
article,
aside,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
time,
span,
em,
strong,
img,
ol,
ul,
li,
dl,
dt,
dd,
figure,
canvas,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: normal 12px "Microsoft YaHei", "宋体";
  list-style: none;
}

a:link,
a:visited {
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

.clearBoth {
  clear: both;
}

.clearBoth15 {
  clear: both;
  height: 15px;
}

.clearBoth12 {
  clear: both;
  height: 12px;
}

.clearBoth20 {
  clear: both;
  height: 20px;
}

.clearBoth30 {
  clear: both;
  height: 30px;
}

.clearBoth10 {
  clear: both;
  height: 10px;
}

.clearBoth5 {
  clear: both;
  height: 5px;
}

.clearBoth2 {
  clear: both;
  height: 2px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.red {
  color: #c50805;
}
@media screen and (max-width: 767px) {
  .clearBoth15 {
    height: 0.15rem;
  }
  .clearBoth12 {
    height: 0.12rem;
  }
  .clearBoth20 {
    height: 0.2rem;
  }
  .clearBoth30 {
    height: 0.3rem;
  }
  .clearBoth10 {
    height: 0.1rem;
  }
  .clearBoth80 {
    height: 0.8rem;
  }
  .clearBoth5 {
    height: 0.05rem;
  }
  .clearBoth2 {
    height: 0.02rem;
  }
}
