/* BEM support Func
 -------------------------- */
/* BEM
 --------------------------
 */
body {
  background-color: #EDEEEE;
}

.weworld-price {
  min-height: 100vh;
  max-width: 100vw;
  overflow: auto;
}
.weworld-price__banner {
  height: 770px;
  width: 100%;
  background-color: #2578FF;
  position: relative;
  color: #FFFFFF;
}
.weworld-price__banner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 357px;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../image/price/banner.png") no-repeat center center;
  background-size: 100% 357px;
  z-index: 1;
}
.weworld-price__banner--content {
  position: absolute;
  width: 1100px;
  height: 690px;
  top: 80px;
  left: 50%;
  background: url("../image/price/price_1.png") no-repeat center center;
  background-size: cover;
  transform: translateX(-50%);
  padding-top: 77px;
}

.weworld-price__banner--title {
  font-weight: 700;
  font-size: 60px;
}

.weworld-price__banner--text {
  font-weight: 400;
  font-size: 38px;
}

.weworld-price__banner--btn {
  width: 244px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 600;
  color: #2578FF;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.weworld-price__banner--btn:hover {
  transform: translateY(-10px);
}

.weworld-price__list {
  width: 1100px;
  flex-wrap: wrap;
  margin: -222px auto 0;
  position: relative;
  z-index: 1;
}

.weworld-price__priceCard {
  width: 298px;
  background-color: #1884FF;
  border-radius: 16px;
  border: 3px solid #2578FF;
  padding-bottom: 16px;
}
.weworld-price__priceCard--top {
  height: 130px;
  background-color: #E6F1FF;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.weworld-price__priceCard--name {
  font-weight: 500;
  font-size: 20px;
}

.weworld-price__priceCard--price {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
}
.weworld-price__priceCard--price .unit {
  font-weight: 400;
  font-size: 22px;
}

.weworld-price__textList {
  padding: 22px 40px;
  background-color: #fff;
}
.weworld-price__textList--item {
  font-weight: 400;
  font-size: 14px;
  color: #7A7A7A;
}
.weworld-price__textList--item img {
  margin-right: 4px;
}
.weworld-price__textList--item .highlight {
  color: #2578FF;
  font-weight: 600;
}

.weworld-price__payTip {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin: 40px auto 92px;
}