html, body, div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
}
a {
  text-decoration: none;
}
.active-top-picture {
  width: 100%;
  height: 4.2rem;
  background: url('../images/active-top-banner.png') no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.active-top-title {
  position: absolute;
  top: 1rem;
  left: 3.61rem;
  height: 0.62rem;
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 0.56rem;
  text-shadow: 0px 0px 0.09rem #2E3440;
  margin-bottom: 0.08rem;
}
.active-top-content-box {
  position: absolute;
  top: 1.69rem;
  left: 3.61rem;
}
.active-top-content {
  width: 5.75rem;
  height: 0.28rem;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.28rem;
  text-shadow: 0px 0px 0.04rem #3F4758;
}
.active-top-consul {
  padding: 0.11rem 0.43rem;
  border-radius: 0.02rem;
  background-color: #155BD4;
  text-align: center;
  font-size: 0.16rem;
  position: absolute;
  top: 2.66rem;
  left: 3.61rem;
  font-weight: 400;
  cursor: pointer;
}
.active-top-consul,
.active-top-consul:visited {
  color: #fff;
}
.active-product {
  width: 100%;
  height: 10.66rem;
  background: url('../images/highlights-bg.png') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.highlights-title {
  width: 100%;
  height: 0.42rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #323233;
  line-height: 0.42rem;
  margin-top: 0.5rem;
  text-align: center;
}
.highlights-list {
  margin-top: 0.42rem;
  margin-left: 3.6rem;
}
.highlights-list-box {
  width: 12.03rem;
  height: 2.19rem;
  box-sizing: border-box;
  display: flex;
}
.highlights-one-list {
  background-color: #fff;
  flex: 1;
  border-right: 0.01rem solid #F3F3F3;
}
.highlights-one-list:last-child {
  border-right: none;
}
.highlights-picture {
  width: 0.64rem;
  height: 0.64rem;
  margin-top: 0.69rem;
}
.highlights-one-list:nth-child(1) .highlights-picture {
  background: url('../images/platform-one.png') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 1.16rem;
}
.highlights-one-list:nth-child(2) .highlights-picture {
  background: url('../images/platform-two.png') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 1.12rem;
}
.highlights-one-list:nth-child(3) .highlights-picture {
  background: url('../images/platform-three.png') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 1.12rem;
}
.highlights-one-list:nth-child(4) .highlights-picture {
  background: url('../images/platform-four.png') no-repeat center center;
  background-size: 100% 100%;
  margin-left: 1.18rem;
}
.highlights-content {
  width: 100%;
  height: 0.22rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #323233;
  line-height: 0.22rem;
  text-align: center;
  margin-top: 0.13rem;
}
.annoy-title {
  width: 100%;
  height: 0.42rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #323233;
  line-height: 0.42rem;
  margin-top: 0.72rem;
  text-align: center;
}
.annoy-list {
  position: absolute;
  margin-top: 0.42rem;
  margin-left: 3.6rem;
  z-index: 2;
}
.annoy-list-box {
  width: 12rem;
  height: 1.88rem;
  display: flex;
}
.annoy-one-list {
  flex: 1;
  margin-right: 0.21rem;
}
.annoy-one-list:nth-child(1) {
  background: url('../images/annoy-one.png') no-repeat center center;
  background-size: 100% 100%;
}
.annoy-one-list:nth-child(2) {
  background: url('../images/annoy-two.png') no-repeat center center;
  background-size: 100% 100%;
}
.annoy-one-list:last-child {
  background: url('../images/annoy-three.png') no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0;
}
.solve-box {
  margin-left: 3.54rem;
  width: 12.12rem;
  height: 1.63rem;
  background: url('../images/solve-bg.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 1.46rem;
  z-index: 2;
}
.solve-content {
  position: absolute;
  top: 0.49rem;
  left: 1.13rem;
}
.solve-title {
  width: 6rem;
  height: 0.33rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 0.33rem;
}
.solve-btn {
  position: absolute;
  width: 1.5rem;
  height: 0.44rem;
  background: #FFFFFF;
  border-radius: 0.02rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #155BD4;
  line-height: 0.44rem;
  text-align: center;
  cursor: pointer;
  top: 0.6rem;
  right: 0.68rem;
}
.solve-btn,
.solve-btn:visited {
  color: #155BD4;;
}
.product-bottom-bg {
  position: absolute;
  bottom: 0.97rem;
  left: 0;
  right: 0;
  height: 4.46rem;
  background: url('../images/product-bottom-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.active-programme {
  width: 100%;
  height: 14.21rem;
  position: absolute;
  top: 13.89rem;
  overflow: hidden;
  background: url('../images/active-programme-bg.png') no-repeat no-repeat;
  background-size: 100% 100%;
}
.programme-title {
  width: 100%;
  height: 0.42rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #323233;
  line-height: 0.42rem;
  text-align: center;
  margin-top: 0.46rem;
}
.programme-box {
  height: 1.23rem;
  width: 100%;
  padding: 0 3.6rem;
  overflow: hidden;
}
.programme-icon {
  width: 0.49rem;
  height: 0.49rem;
  background: url('../images/programme-icon.png') no-repeat center center;
  background-size: 100% 100%;
  margin-right: 0.09rem;
  float: left;
  margin-top: 0.49rem;
}
.programme-title-box {
  float: left;
  margin-top: 0.4rem;
}
.programme-title-one {
  height: 0.28rem;
  font-size: 0.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #323233;
  line-height: 0.28rem;
}
.programme-title-two {
  height: 0.22rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.22rem;
  margin-top: 0.09rem;
}
.programme-list-one {
  height: 1.3rem;
  padding-left: 3.6rem;
  display: flex;
  margin-bottom: 0.22rem;
}
.programme-one-list {
  width: 1.71rem;
  height: 1.3rem;
}
.programme-one-list:nth-child(1) {
  background: url('../images/travel-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-one-list:nth-child(2) {
  background: url('../images/health-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-one-list:nth-child(3) {
  background: url('../images/hotel-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-one-list:nth-child(4) {
  width: 1.72rem;
  background: url('../images/life-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-one-list:nth-child(5) {
  width: 1.72rem;
  background: url('../images/entertainment-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-one-list:nth-child(6) {
  width: 1.72rem;
  background: url('../images/motion-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-one-list:nth-child(7) {
  width: 1.72rem;
  background: url('../images/restaurant-icon.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-list-two {
  width: 100%;
  padding: 0 0 0 3.6rem;
  display: flex;
  flex-wrap: wrap;
}
.programme-two-list {
  width: 5.88rem;
  height: 3.22rem;
  margin-right: 0.24rem;
  margin-bottom: 0.22rem;
  overflow: hidden;
}
.programme-two-list-title {
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 0.3rem;
  margin-top: 0.21rem;
  margin-left: 0.55rem;
}
.programme-two-list-content {
  margin-top: 0.49rem;
  padding: 0 0.79rem 0 0.56rem;
}
.programme-two-content {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.22rem;
}
.programme-two-list:nth-child(1) {
  background: url('../images/lounge-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-two-list:nth-child(2) {
  background: url('../images/car-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-two-list:nth-child(3) {
  background: url('../images/vip-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-two-list:nth-child(4) {
  background: url('../images/health-bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.programme-two-list:nth-child(3),
.programme-two-list:nth-child(4) {
  margin-bottom: 0;
}
.programme-two-list:nth-child(2n) {
  margin-right: 0;
}
.programme-list-three {
  width: 100%;
  padding: 0 0 0 3.6rem;
  display: flex;
}
.programme-three-list {
  width: 3.86rem;
  height: 2.01rem;
  background: linear-gradient(314deg, #FFFFFF 0%, #F0F9FF 100%);
  border-radius: 0.08rem;
  border: 0.01rem solid #F3F3F3;
  padding: 0 0.3rem 0 0.29rem;
  margin-right: 0.21rem;
}
.programme-three-list:last-child {
  margin-right: 0;
}
.programme-three-list-title {
  padding: 0.29rem 0 0.21rem 0;
  font-size: 0.2rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000B17;
  line-height: 0.28rem;  
  border-bottom: 0.01rem solid #E2E2E2;
}
.programme-three-content {
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
  margin-top: 0.21rem;
  padding-left: 0.14rem;
  position: relative;
}
.programme-three-content::before {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: #155BD4;
  position: absolute;
  top: 0.06rem;
  left: 0;
}
.active-service-advantages {
  width: 100%;
  height: 7.78rem;
  background: url('../images/active-service-advantages.png') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  top: 28.1rem;
}
.advantages-title {
  width: 100%;
  height: 0.42rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #323233;
  line-height: 0.42rem;
  margin-top: 0.5rem;
  margin-bottom: 0.45rem;
  text-align: center;
}
.advantages-list-one {
  width: 100%;
  padding-left: 3.6rem;
  display: flex;
  margin-bottom: 0.31rem;
}
.advantages-list-one-left {
  width: 4.05rem;
  height: 3.24rem;
  background: url('../images/blue-bg.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 1.15rem 0 0 0.94rem;  
}
.advantages-left-title-one {
  line-height: 0.33rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.advantages-left-title-two {
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
}
.advantages-list-one-right {
  display: flex;
  background-color: #fff;
}
.advantages-one-list {
  width: 2.66rem;
  height: 3.24rem;
  border-right: 0.01rem solid #F3F3F3;
}
.advantages-list-one-right .advantages-one-list:nth-child(3) {
  border-right: none;
}
.advantages-one-list-title {
  padding-top: 1.09rem;
  height: 0.22rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #323233;
  line-height: 0.22rem;
  background: url('../images/housekeeper-icon.png') no-repeat 1.09rem 0.42rem;
  background-size: 0.56rem 0.57rem;
  text-align: center;
}
.advantages-one-list-content {
  margin-top: 0.47rem;
}
.advantages-one-content {
  height: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
  margin-bottom: 0.18rem;
  padding-left: 1.06rem;
  position: relative;
}
.advantages-one-content::before {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background: #155BD4;
  position: absolute;
  top: 0.08rem;
  left: 0.92rem;
}
.advantages-list-one:nth-child(3) .advantages-list-one-left {
  width: 4.05rem;
  height: 2.3rem;
  background: url('../images/purple-bg.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 0.68rem 0 0 0.94rem;  
}
.api-icon {
  background: url('../images/api-icon.png') no-repeat 1.09rem 0.42rem;
  background-size: 0.56rem 0.57rem;
}
.floor-icon {
  background: url('../images/floor-icon.png') no-repeat 1.09rem 0.42rem;
  background-size: 0.56rem 0.57rem;
}
.diamond-icon {
  padding-top: 1.48rem;
  background: url('../images/diamond-icon.png') no-repeat 1.09rem 0.66rem;
  background-size: 0.56rem 0.57rem;
}
.label-icon {
  padding-top: 1.48rem;
  background: url('../images/label-icon.png') no-repeat 1.09rem 0.66rem;
  background-size: 0.56rem 0.57rem;
}
.crown-icon {
  padding-top: 1.48rem;
  background: url('../images/crown-icon.png') no-repeat 1.09rem 0.66rem;
  background-size: 0.56rem 0.57rem;
}
.active-bottom-pinture {
  width: 100%;
  height: 2.86rem;
  background: url('../images/bottom-bg.png') no-repeat center center;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  top: 35.88rem;
}
.botton-title {
  height: 0.42rem;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.42rem;
  text-align: center;
  margin-top: 0.86rem;
}
.active-bottom-consul {
  padding: 0.11rem 0.43rem;
  border-radius: 0.02rem;
  background-color: #155BD4;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  top: 1.69rem;
  left: 50%;
  transform: translateX(-50%);
}
.active-bottom-consul,
.active-bottom-consul:visited {
  color: #fff;
}