@charset "UTF-8";
html, body {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", STHeiti, MingLiu, sans-serif;
  font-size: 12px;
  color: #333;
  -webkit-font-smoothing: antialiased; }

p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tc {
  text-align: center; }

.size-fill {
  width: 100%;
  height: 100%; }

.btn {
  line-height: 2em;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center; }
  .btn.btn-yellow {
    background: #ffca00;
    color: #0f5bbd; }
    .btn.btn-yellow:hover {
      background: #0f5bbd;
      color: #fff; }
  .btn.btn-yellow-d {
    background: #f5a61b;
    color: #0f5bbd; }
    .btn.btn-yellow-d:hover {
      background: #0f5bbd;
      color: #fff; }
  .btn.btn-blue {
    background: #0f5bbd;
    color: #fff; }
    .btn.btn-blue:hover {
      background: #ffca00;
      color: #0f5bbd; }
  .btn.btn-green {
    background: #3e936f;
    color: #fff; }
    .btn.btn-green:hover {
      background: #0f5bbd;
      color: #fff; }
  .btn.btn-pink {
    background: #EF6892;
    color: #fff;
    border: 1px solid #EF6892;
    border-radius: 3px; }
    .btn.btn-pink:hover {
      background: #fff;
      color: #EF6892; }

.icon {
  display: inline-block; }

.icon-qc {
  width: 33px;
  height: 31px;
  background: url("../images/icon-qc.png") no-repeat;
  background-size: 100% 100%; }
  .icon-qc.active {
    background: url("../images/icon-qc-active.png") no-repeat;
    background-size: 100% 100%; }

.icon-mk {
  width: 22px;
  height: 24px;
  background: url("../images/icon-mk.png") no-repeat;
  background-size: 100% 100%; }
  .icon-mk.active {
    background: url("../images/icon-mk-active.png") no-repeat;
    background-size: 100% 100%; }

.icon-qh {
  width: 33px;
  height: 25px;
  background: url("../images/icon-qh.png") no-repeat;
  background-size: 100% 100%; }
  .icon-qh.active {
    background: url("../images/icon-qh-active.png") no-repeat;
    background-size: 100% 100%; }

.icon-cf {
  width: 28px;
  height: 20px;
  background: url("../images/icon-cf.png") no-repeat;
  background-size: 100% 100%; }
  .icon-cf.active {
    background: url("../images/icon-cf-active.png") no-repeat;
    background-size: 100% 100%; }

.icon-dt {
  width: 28px;
  height: 26px;
  background: url("../images/icon-dt.png") no-repeat;
  background-size: 100% 100%; }
  .icon-dt.active {
    background: url("../images/icon-dt-active.png") no-repeat;
    background-size: 100% 100%; }

/*# sourceMappingURL=common.css.map */
