html {
  font-size: -webkit-calc(100vw / 14.4);
  font-size: calc(100vw / 14.4);
}
/* 抽离公共样式 */
/* 版心 */
.center {
  width: 9.6rem;
  margin: 0 auto;
}
.header {
  width: 14.4rem;
  height: 0.45rem;
  background: #040b13;
}
.header .header-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-left li {
  font-size: 0.12;
  color: #ffffff;
}
.header .header-left li > a {
  font-size: 0.12;
  color: #ffffff;
}
.header .header-left li:first-of-type img {
  width: 1.49rem;
  height: 0.27rem;
}
.header .header-left li:nth-of-type(2) {
  margin: 0 0.25rem;
}
.header .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-right li:first-of-type > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.12rem;
  color: #ffffff;
  cursor: pointer;
}
.header .header-right li:first-of-type > a .service {
  background: url(../images/service.png) no-repeat;
  background-size: 0.16rem 0.16rem;
  margin-right: 0.03rem;
}
.header .header-right li:first-of-type > a:hover {
  color: #46a0d3;
}
.header .header-right li:first-of-type > a:hover .service {
  background: url(../images/service2.png) no-repeat;
  background-size: 0.16rem 0.16rem;
  margin-right: 0.03rem;
}
.header .header-right li:last-of-type {
  width: 0.83rem;
  height: 0.27rem;
  margin-left: 0.12rem;
  background: linear-gradient(90deg, #57c2ff, #3d78f6);
  box-shadow: 0px 0px 2px 0px #ffffff;
  border-radius: 3px;
  font-size: 0.12rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.27rem;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.header .header-right li:last-of-type:hover {
  background: #57c2ff;
}
.header .header-right li:last-of-type > img {
  width: 1.4rem;
  height: 0.43rem;
  position: absolute;
  z-index: 9999;
  left: -0.55rem;
  bottom: -0.55rem;
}
.header .icon {
  width: 0.16rem;
  height: 0.16rem;
}
.footer {
  box-sizing: border-box;
  padding: 0.16rem 0;
  width: 14.4rem;
  background: #040b13;
  text-align: center;
  font-size: 0.12rem;
  color: #b8b8b8;
}
.footer .agreement {
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
  margin: 0 5px;
}
