.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.common-tab-wrap {
  font-size: 0;
  padding: 0.133333rem 0 0.133333rem 0.066667rem;
  margin-bottom: 0.4rem;
}

.tab-zhengce {
  position: relative;
  display: inline-block;
  width: 1.68rem;
  height: 1.6rem;
  background-color: #d80c14;
  font-size: 0.24rem;
  line-height: 1.3;
  color: #fff;
  margin-right: 0.106667rem;
  -webkit-border-radius: 0.053333rem;
  border-radius: 0.053333rem;
  font-weight: bold;
  padding: 0.053333rem 0;
  cursor: pointer;
  vertical-align: middle;
}

.tab-zhengce i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  width: 100%;
}

.tab-zhengce.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#9a0000), to(#bb0000));
  background: linear-gradient(to bottom, #9a0000, #bb0000);
}

.tab-zhengce:last-child {
  margin-right: 0;
}

.list-yaowen li a {
  white-space: wrap;
  line-height: 1.5;
}

.list-yaowen li em {
  top: 0.026667rem;
}