.container-title {
  margin-top: 6.5333vw;
  text-align: center;
  font-size: 2.9333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.container-subtitle {
  margin-top: 1.3333vw;
  text-align: center;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.list {
  margin-top: 7.2917vw;
  display: flex;
  margin-bottom: 10.6667vw;
  align-content: center;
}

.listitem {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 2.0833vw;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.9333vw;
}

.item > .divTxt {
  margin-top: 0.5729vw;
  text-align: center;
  font-size: 2.1333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.6vw;
}

.item-background {
  flex: 1;
  width: 17.0667vw;
  height: 17.4667vw;
  background: url("../../demo/images/waixian.png");
  background-size: cover;
}

.item-background > img {
  width: 13.2vw;
  height: 13.2vw;
  margin-top: 2.1333vw;
  margin-left: 2vw;
  display: block;
}

.US_FOLLOW_list ul {
  display: block;
  /* overflow: auto; */
  /* white-space: nowrap; */
  display: flex;
  flex-wrap: wrap;
}

.US_FOLLOW_list li {
  list-style: none;
  margin-left: 0;
  width: 33.1%;
  margin-top: 1.0417vw;
}

.right-b {
  border-right: 0.1333vw dotted #C1C1C1;
}

.buttom-b {
  border-bottom: 0.1333vw dotted #C1C1C1;
}