#store {
  padding: 64px 0;
  height: 750;
}

#store .wrapper .store-title {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

#store .wrapper .store-content {
  border-radius: 16px;
  background: #f9f9f9;
  overflow: hidden;
  margin-top: 56px;
}

#store .wrapper .store-content .store-img-wrapper {
  width: 540px;
  height: 360px;
  flex: 0 0 auto;
  overflow: hidden;
}

#store .wrapper .store-content .store-img-wrapper .store-img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

#store .wrapper .store-content .store-img-wrapper .store-img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

#store .wrapper .store-content .store-service {
  flex: 0 0 auto;
  width: 660px;
}

#store .wrapper .store-content .store-service .item-container {
  flex: 0 0 auto;
}

#store .wrapper .store-content .store-service .item-container .store-item {
  width: 136px;
  height: 98px;
  margin-right: 32px;
  text-align: center;
  cursor: pointer;
}

#store .wrapper .store-content .store-service .item-container .store-item:last-child {
  margin-right: 0;
}

#store .wrapper .store-content .store-service .item-container .store-item .item-img {
  width: 80px;
  height: 80px;
}

#store .wrapper .store-content .store-service .item-container .store-item .item-title {
  color: #333;
  font-size: 16px;
  line-height: normal;
  margin-top: 16px;
}

#store .wrapper .store-content .store-service .store-locate {
  flex: 0 0 auto;
  margin-top: 56px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
}

#store .wrapper .store-content .store-service .store-locate:hover {
  color: #000;
}

#store .wrapper .store-content .store-service .store-locate .icon-arrow {
  width: 20px;
  height: 20px;
  background: url("https://static.realme.net/v2/support/images/icon/more_arrow_right.svg") no-repeat center/100%;
}

@media screen and (max-width: 769px) {
  #store {
    padding: 0.32rem 0;
    height: 825;
  }

  #store .wrapper {
    width: 3.28rem !important;
    margin: 0 auto;
  }

  #store .wrapper .store-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
  }

  #store .wrapper .store-content {
    margin-top: 0.24rem;
    flex-wrap: wrap;
  }

  #store .wrapper .store-content .store-img-wrapper {
    width: 100%;
    height: 2.18rem;
  }

  #store .wrapper .store-content .store-img-wrapper .store-img {
    width: 100%;
    height: 100%;
  }

  #store .wrapper .store-content .store-service {
    width: 100%;
  }

  #store .wrapper .store-content .store-service .item-container {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0.08rem;
  }

  #store .wrapper .store-content .store-service .item-container .store-item {
    width: 1.58rem;
    height: 1rem;
    box-sizing: border-box;
    padding: 0.08rem 0.08rem 0 0.08rem;
    margin: 0 0 0.08rem 0;
  }

  #store .wrapper .store-content .store-service .item-container .store-item .item-img {
    width: 0.53rem;
    height: 0.53rem;
  }

  #store .wrapper .store-content .store-service .item-container .store-item .item-title {
    margin-top: 0.16rem;
    font-size: 0.12rem;
    line-height: 0.16rem;
  }

  #store .wrapper .store-locate {
    margin-top: 0.24rem;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #666;
    font-weight: 600;
    cursor: pointer;
  }

  #store .wrapper .store-locate .icon-arrow {
    width: 0.2rem;
    height: 0.2rem;
    background: url("https://static.realme.net/v2/support/images/icon/more_arrow_right.svg") no-repeat center/100%;
  }
}

.footer .footer-services {
  display: none;
}

.footer-official-service {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .footer-official-service .sec-wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
  }

  .footer-official-service .service-list {
    margin-right: -50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-official-service .service-list .service-item {
    width: 285px;
    padding: 19px 17px;
    background: #f9f9f9;
    border-radius: 16px;
    margin-right: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .footer-official-service .service-list .service-item .service-icon {
    width: 50px;
    height: 50px;
  }

  .footer-official-service .service-list .service-item .service-icon img {
    width: 100%;
    height: 100%;
  }

  .footer-official-service .service-list .service-item .service-title {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    margin-top: 8px;
    font-weight: bold;
  }

  .footer-official-service .service-list .service-item .service-desc {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    color: #666;
    margin-top: 8px;
  }
}

@media screen and (max-width: 769px) {
  .footer-official-service .sec-wrapper {
    overflow: hidden;
    width: 3.44rem;
  }

  .footer-official-service .service-list {
    margin-right: -.2rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-official-service .service-list .service-item {
    width: 1.68rem;
    padding: .08rem .1rem .12rem;
    background-color: #f9f9f9;
    border-radius: .12rem;
    margin-right: .08rem;
    box-sizing: border-box;
    margin-bottom: .08rem;
  }

  .footer-official-service .service-list .service-item .service-icon {
    width: .37rem;
    height: .37rem;
  }

  .footer-official-service .service-list .service-item .service-icon img {
    width: 100%;
    height: 100%;
  }

  .footer-official-service .service-list .service-item .service-title {
    font-size: .12rem;
    line-height: .12rem;
    color: #000;
    margin-top: .06rem;
    font-weight: bold;
  }

  .footer-official-service .service-list .service-item .service-desc {
    font-size: .1rem;
    line-height: .14rem;
    height: .28rem;
    color: #666;
    margin-top: .08rem;
  }
}

/* next  */

@media screen and (min-width: 650px) and (max-width: 969px) {
  #store {
    padding: 0.32rem 0;
  }

  #store .wrapper {
    width: 6.35rem !important;
    margin: 0 auto;
  }

  #store .wrapper .store-title {
    font-size: 0.24rem;
    line-height: 0.28rem;
  }

  #store .wrapper .store-content {
    margin-top: 0.24rem;
    flex-wrap: wrap;
  }

  #store .wrapper .store-content .store-img-wrapper {
    width: 100%;
    height: 3.58rem;
  }

  #store .wrapper .store-content .store-img-wrapper .store-img {
    width: 100%;
    height: 100%;
  }

  #store .wrapper .store-content .store-service {
    width: 100%;
  }

  #store .wrapper .store-content .store-service .item-container {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0.08rem;
  }

  #store .wrapper .store-content .store-service .item-container .store-item {
    width: 1.58rem;
    height: 1rem;
    box-sizing: border-box;
    padding: 0.08rem 0.08rem 0 0.08rem;
    margin: 0 0 0.08rem 0;
  }

  #store .wrapper .store-content .store-service .item-container .store-item .item-img {
    width: 0.53rem;
    height: 0.53rem;
  }

  #store .wrapper .store-content .store-service .item-container .store-item .item-title {
    margin-top: 0.16rem;
    font-size: 0.12rem;
    line-height: 0.16rem;
  }

  #store .wrapper .store-locate {
    margin-top: 0.24rem;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #666;
    font-weight: 600;
    cursor: pointer;
  }

  #store .wrapper .store-locate .icon-arrow {
    width: 0.2rem;
    height: 0.2rem;
    background: url("https://static.realme.net/v2/support/images/icon/more_arrow_right.svg") no-repeat center/100%;
  }
}

.footer .footer-services {
  display: none;
}

.footer-official-service {
  background: #fff;
}

@media screen and (min-width: 750px) and (max-width: 969px) {
  .footer-official-service .sec-wrapper {
    overflow: hidden;
    width: 7rem;
  }

  .footer-official-service .service-list {
    margin-right: -.2rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-official-service .service-list .service-item {
    width: 1.68rem;
    padding: .08rem .1rem .12rem;
    background-color: #f9f9f9;
    border-radius: .12rem;
    margin-right: .08rem;
    box-sizing: border-box;
    margin-bottom: .08rem;
  }

  .footer-official-service .service-list .service-item .service-icon {
    width: .37rem;
    height: .37rem;
  }

  .footer-official-service .service-list .service-item .service-icon img {
    width: 100%;
    height: 100%;
  }

  .footer-official-service .service-list .service-item .service-title {
    font-size: .12rem;
    line-height: .12rem;
    color: #000;
    margin-top: .06rem;
    font-weight: bold;
  }

  .footer-official-service .service-list .service-item .service-desc {
    font-size: .1rem;
    line-height: .14rem;
    height: .28rem;
    color: #666;
    margin-top: .08rem;
  }
}