.banner {
  width: 100%;
  height: 295px;
  background-image: url('../../img/common/support-center-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .banner {
    overflow: hidden;
    position: relative;
    height: 260rem;
    background: #475a7a;
  }
  .banner::before {
    right: -40rem;
    bottom: -85rem;
    content: '';
    position: absolute;
    width: 202rem;
    height: 215rem;
    background-image: url('../../img/common/support-center-mobile.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: contain;
  }
  .banner-title {
    text-align: center;
    font-size: 36rem;
    font-weight: 700;
    color: #fff;
    line-height: 260rem;
  }
}
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 160px;
  padding-bottom: 172px;
}
.wrap-item {
  position: relative;
  width: 193px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #152e56;
  line-height: 1.8;
  background: #fdf3ea;
  padding: 40px 23px 27px;
  border-radius: 15px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.wrap-item.icon1::before {
  content: '';
  position: absolute;
  top: -28px;
  width: 65px;
  height: 65px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -548px -157px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap-item.icon1::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-item.icon1::before {
    width: 65rem;
    height: 65rem;
    top: -28rem;
  }
}
.wrap-item.icon2::before {
  content: '';
  position: absolute;
  top: -28px;
  width: 65px;
  height: 65px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -646px -157px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap-item.icon2::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-item.icon2::before {
    width: 65rem;
    height: 65rem;
    top: -28rem;
  }
}
.wrap-item.icon3::before {
  content: '';
  position: absolute;
  top: -28px;
  width: 65px;
  height: 65px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -744px -157px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap-item.icon3::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-item.icon3::before {
    width: 65rem;
    height: 65rem;
    top: -28rem;
  }
}
.wrap-item.icon4::before {
  content: '';
  position: absolute;
  top: -28px;
  width: 65px;
  height: 65px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -844px -157px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap-item.icon4::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-item.icon4::before {
    width: 65rem;
    height: 65rem;
    top: -28rem;
  }
}
.wrap-item.icon5::before {
  content: '';
  position: absolute;
  top: -28px;
  width: 65px;
  height: 65px;
  background-image: url(../../img/common/sprite.png);
  background-repeat: no-repeat;
  background-size: 1331px 794px;
  background-position: -943px -157px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .wrap-item.icon5::before {
    background-size: 1331rem 794rem !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-item.icon5::before {
    width: 65rem;
    height: 65rem;
    top: -28rem;
  }
}
.wrap-item:hover {
  border-color: #f5a253;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 110rem;
    padding-bottom: 29rem;
    flex-direction: column;
    align-items: center;
  }
  .wrap-item {
    width: 80%;
    line-height: 1.6;
    font-size: 16rem;
    padding: 40rem 6rem 14rem;
    margin-bottom: 53rem;
    border-radius: 15rem;
  }
  .wrap-item.icon1::before {
    background-position: -548rem -157rem;
  }
  .wrap-item.icon2::before {
    background-position: -646rem -157rem;
  }
  .wrap-item.icon3::before {
    background-position: -744rem -157rem;
  }
  .wrap-item.icon4::before {
    background-position: -844rem -157rem;
  }
  .wrap-item.icon5::before {
    background-position: -943rem -157rem;
  }
}
