.CommonBtm {
  background: #13559F;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.5rem;
}
.CommonBtm .btm-content {
  padding: 0.2rem 0;
}
.CommonBtm .btm-content p,
.CommonBtm .btm-content a {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 0.4rem;
  text-align: center;
}
.CommonBtm .btm-content .icon-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
#goTop {
  position: fixed;
  bottom: 1.6rem;
  right: 0.2rem;
  width: 1.11rem;
  height: 1.11rem;
}
#goTop img {
  width: 1.11rem;
  height: 1.11rem;
}
