.col {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.location { width:90%; margin:0px auto; margin-top:20px; font-size:0.6rem; color:#FF0000}
.location a { color:#FF0000}
.header .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../image/header-background.png") no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  height: 1.925rem;
  width: 16rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}
.header .title-wrap .logo-wrap {
  width: 0.95rem;
  height: 1.325rem;
  padding-bottom: 0.075rem;
  margin-right: 0.2rem;
}
.header .title-wrap .logo-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .title-wrap .title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.75rem;
  color: #FFFFFF;
  font-family: "微软雅黑";
}
.title a { color:#FFFFFF}
.header .navbar .item {
  background: #000000;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.7rem;
  text-align: center;
  color: #FFFFFF;
  font-family: "微软雅黑";
}
.header .navbar .item.is-active {
  background: #C6442F;
}
.footer {
  width: 16rem;
  background: #F4F4F4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.55rem 0.2rem;
}
.footer .copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .copy-wrap .copy {
  width: 1.25rem;
  height: 1.6rem;
  display: block;
  margin-right: 0.15rem;
}
.footer .copy-wrap .text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  line-height: 1;
  min-height: 100%;
}
.footer .copy-wrap .text-wrap p {
  white-space: nowrap;
}
.footer .copy-wrap .text-wrap p,
.footer .ICP {
  font-size: 0.3rem;
  color: #666666;
}
.footer .ICP {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: 0.6rem;
}
.footer .ICP img {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  vertical-align: -2px;
}