* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 14px;
}
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url('../css/member/YouSheBiaoTiHei.ttf');
}
@font-face {
  font-family: 'PingFangSC';
  src: url('../css/member/PingFangSC.ttf');
}
.regionBox {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: url('../image/area-bg.jpg');
  display: flex;
  justify-content: center;
  align-items: center;
}
.regionBox .centerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93.75%;
  height: 75%;
  margin-top: 3%;
  background-image: url('../image/area-bg-region.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: 5.11%;
}
.regionBox .centerBox .region {
  width: 26.22%;
  height: 14.29rem;
  background: #FFFFFF;
  border-radius: 1.43rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.regionBox .centerBox .region .top {
  position: absolute;
  width: 11.93rem;
  height: 4.07rem;
  background-image: url('../image/area-icon-region.png');
  top: 0;
  left: 0;
  font-family: 'PingFangSC';
  font-weight: 600;
  font-size: 1.43rem;
  color: #FFFFFF;
  line-height: 4.07rem;
  text-indent: 2.14rem;
}
.regionBox .centerBox .region .bot {
  position: absolute;
  width: 7.14rem;
  height: 7.14rem;
  background-image: url('../image/area-shape.png');
  bottom: 0.71rem;
  right: 1.29rem;
}
.regionBox .centerBox .region .score {
  font-family: 'PingFangSC';
  font-weight: 400;
  font-size: 1.29rem;
  color: #333333;
  line-height: 1.79rem;
  text-align: left;
}
.regionBox .centerBox .region .score span {
  font-family: 'YouSheBiaoTiHei';
  font-size: 2.86rem;
  color: #FE830C;
  line-height: 3.71rem;
  font-weight: bold;
  margin-right: 0.64rem;
  vertical-align: sub;
}