.header-of-page {
  z-index: 10;
}
.header-of-page .fg-invite span {
  font-weight: 700 !important;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #FFF9F2 0%, #FFBE17 25%, #F6A517 45%, #FFBE4C 55%, #FFBE17 75%, #FFF9F2 100%) !important;
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-animation: word 3s linear infinite;
}
.header-of-page.active .fg-invite span {
  font-weight: 700 !important;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #F51818, #FF5D30 25%, #F6A517 45%, #FFBE4C 55%, #FF5D30 75%, #F51818) !important;
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-animation: word 3s linear infinite;
}
.top-ad-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 99;
  display: flex;
  justify-content: center;
  /* 改为居中布局 */
  cursor: pointer;
  overflow: hidden;
}
.top-ad-container .ad-edge-filler {
  flex: 1;
  /* 自动填充剩余空间 */
  min-width: 0px;
  height: 100%;
}
.top-ad-container .ad-content-wrapper {
  width: 1920px;
  /* 匹配设计图宽度 */
  height: 100%;
  background-size: cover;
}
.home .center {
  text-align: center;
}
.home .global-banner .banner-inner .banner-btn {
  width: 200px;
}
.home .global-banner .banner-inner .banner-btn.white {
  background-color: #fff;
  color: #fe4066;
  margin-left: 24px;
}
.home .global-banner .banner-inner .play-video {
  display: block;
  margin: 24px auto 0;
  background: initial;
  border: 0;
  height: auto;
  line-height: 39px;
}
.home .global-banner .banner-inner .play-video i {
  color: #fff;
  margin-right: 2px;
}
.home .global-banner .banner-inner .play-video span {
  color: #fff;
}
.home .home-title {
  font-size: 40px;
  line-height: 128%;
  color: #000000;
  text-align: center;
  padding: 140px 15px 0;
  font-weight: 600;
}
.home .feature {
  text-align: center;
  padding-bottom: 50px;
}
.home .feature .feature-content {
  margin: 80px auto 0;
  overflow: hidden;
  max-width: 1300px;
  width: 92%;
}
.home .feature .feature-content .feature-item {
  vertical-align: top;
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.home .feature .feature-content .feature-item .sprites {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  background: url('/images/home_sprites.webp');
}
.home .feature .feature-content .feature-item .bg-icon1 {
  background-position: -10px -2170px;
}
.home .feature .feature-content .feature-item .bg-icon2 {
  background-position: -10px -2278px;
}
.home .feature .feature-content .feature-item .bg-icon3 {
  background-position: -10px -2386px;
}
.home .feature .feature-content .feature-item .bg-icon4 {
  background-position: -10px -2494px;
}
.home .feature .feature-content .feature-item h3 {
  font-size: 24px;
  line-height: 150%;
  margin: 38px 0 4px;
  font-weight: 600;
  letter-spacing: 2px;
}
.home .feature .feature-content .feature-item p {
  max-width: 310px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 175%;
  color: #8c8889;
}
.home .home-lists {
  margin: 162px auto 0;
  position: relative;
  max-width: 1920px;
}
.home .home-lists::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
}
.home .home-lists .content-right {
  width: 52%;
  float: right;
  position: relative;
  max-width: 960px;
}
.home .home-lists .content-right img {
  max-width: 100%;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  border-radius: 16px;
}
.home .home-lists .content-right img:first-child {
  position: relative;
  left: auto;
  top: auto;
}
.home .home-lists .content-right img.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home .home-lists .content-left {
  position: absolute;
  top: 50%;
  margin-top: -270px;
  width: 100%;
  left: 0;
}
.home .home-lists .content-left .content-warp {
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.home .home-lists .content-left .content-warp h3 {
  font-size: 14px;
  color: #8c8889;
  line-height: 150%;
  padding-left: 16px;
}
.home .home-lists .content-left .content-warp h4 {
  font-size: 32px;
  color: #000000;
  line-height: 150%;
  padding-left: 16px;
  margin: 0 0 30px;
  font-weight: 600;
}
.home .home-lists .content-left .content-warp ul {
  width: 585px;
}
.home .home-lists .content-left .content-warp ul li {
  cursor: default;
  transition: 0.2s;
  padding: 12px 0 18px 16px;
  border-radius: 8px;
}
.home .home-lists .content-left .content-warp ul li.active {
  background: #f8f6f6;
}
.home .home-lists .content-left .content-warp ul li span {
  display: block;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
}
.home .home-lists .content-left .content-warp ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #8c8889;
  max-width: 495px;
  height: 48px;
}
.home .home-lists .content-left .content-warp a {
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: #fe4066;
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-align: center;
  margin: 30px 0 0 16px;
  transition: 0.3s ease-in;
}
.home .home-lists .content-left .content-warp a i {
  font-size: 18px;
  color: #fe4066;
  margin-right: 7px;
}
.home .home-lists .content-left .content-warp a:hover {
  opacity: 0.8;
}
.home .home-lists .content-left .content-warp .video-href {
  color: #5c5758;
  width: 118px;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  margin-left: 8px;
  cursor: pointer;
}
.home .home-lists .content-left .content-warp .mockplus-more {
  color: #8c8889 !important;
  margin-top: 20px !important;
}
.home .home-lists .content-left .content-warp .mockplus-more:hover {
  color: #ff5476 !important;
}
.home .home-lists-two .content-right {
  float: left;
}
.home .home-lists-two .content-left .content-warp .content-warp-two {
  float: right;
}
.home .phone-home-lists {
  display: none;
  margin: 80px auto 0;
  max-width: 700px;
  text-align: center;
}
.home .phone-home-lists h3 {
  font-size: 14px;
  color: #8c8889;
  line-height: 150%;
}
.home .phone-home-lists h4 {
  font-size: 24px;
  color: #000000;
  line-height: 150%;
  margin: 1px 0 15px;
  font-weight: 600;
}
.home .phone-home-lists .pager {
  margin-top: 15px;
}
.home .phone-home-lists .pager li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: 0.2s;
  background: #ffffff;
  border: 1px solid #fe4066;
  margin: 0 5px;
}
.home .phone-home-lists .pager li.active {
  background: #fe4066;
  width: 25px;
}
.home .phone-home-lists .contents {
  position: relative;
}
.home .phone-home-lists .contents li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s;
}
.home .phone-home-lists .contents li:first-child {
  position: relative;
  left: auto;
  top: auto;
}
.home .phone-home-lists .contents li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home .phone-home-lists .contents li img {
  display: block;
  width: 100%;
}
.home .phone-home-lists .contents li p {
  font-size: 14px;
  margin-top: 15px;
  color: #000000;
}
.home .company ul {
  width: 92%;
  overflow: hidden;
  max-width: 1320px;
  padding: 45px 0 140px;
  margin: 0 auto;
}
.home .company ul li {
  float: left;
  width: 16%;
  height: 70px;
  background-image: url('/images/home_sprites.webp');
  background-position-x: -10px;
}
.home .company ul li:first-child {
  background-position: -10px -10px;
}
.home footer {
  background-color: #ffffff;
}
@media (max-width: 1800px) {
  .home .home-lists {
    min-height: 400px;
  }
}
@media (max-width: 1550px) {
  .home .clear-space .design-lists {
    margin: 186px auto 0 !important;
  }
}
@media (max-width: 1366px) {
  .home .home-lists .content-left .content-warp {
    max-width: 1100px;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .home .home-lists .content-left .content-warp h3 {
    padding-left: 15px;
  }
  .home .home-lists .content-left .content-warp h4 {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .home .home-lists .content-left .content-warp a {
    padding-left: 15px;
    margin-top: 20px;
  }
  .home .home-lists .content-left .content-warp ul {
    max-width: 500px;
  }
  .home .home-lists .content-left .content-warp ul li {
    padding: 12px 15px 18px 15px;
  }
}
@media (max-width: 1130px) {
  .home .header-of-page {
    top: 0px !important;
  }
  .home .top-ad-container {
    display: none !important;
  }
  .home .home-title {
    padding-top: 100px;
    font-size: 28px;
  }
  .home .feature .feature-content {
    margin-top: 50px;
  }
  .home .feature .feature-content .feature-item h3 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .home .feature .feature-content .feature-item .sprites {
    transform: scale(0.8);
  }
  .home .home-lists .content-left .content-warp ul {
    max-width: 470px;
  }
  .home .home-lists .content-left .content-warp h4 {
    font-size: 28px;
  }
  .home .company ul {
    padding-bottom: 100px;
  }
  .home .company ul li {
    width: 25%;
    background-position-x: 50% !important;
  }
}
@media (max-width: 999px) {
  .home .feature .feature-content > * + * {
    margin-top: 50px;
  }
  .home .feature .feature-content .feature-item {
    width: 100%;
  }
  .home .feature .feature-content .feature-item h3 {
    margin-top: 15px;
  }
  .home .phone-home-lists {
    display: block;
  }
  .home .phone-home-lists .get-more {
    display: block;
    font-size: 14px;
    text-align: center;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    color: #ffffff;
    background: #fe4066;
    padding: 0;
    margin: 24px auto 0;
  }
  .home .phone-home-lists .video-href {
    width: 118px;
    height: 38px;
    line-height: 38px;
    color: #5c5758;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    margin-top: 10px;
  }
  .home .phone-home-lists .video-href i {
    color: #fe4066;
    margin-right: 6px;
  }
  .home .home-lists {
    display: none;
  }
}
@media (max-width: 768px) {
  .home .home-title {
    padding-top: 80px;
    font-size: 24px;
  }
  .home .feature .feature-content {
    margin-top: 40px;
  }
  .home .feature .feature-content > * + * {
    margin-top: 40px;
  }
  .home .feature .feature-content .feature-item .sprites {
    transform: scale(0.65);
  }
  .home .feature .feature-content .feature-item h3 {
    font-size: 16px;
  }
  .home .company ul {
    padding-bottom: 70px;
  }
  .home .company ul li {
    width: 33.33%;
  }
  .home .phone-home-lists .contents {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .home .company ul li {
    width: 50%;
    transform: scale(1);
  }
  .home .global-banner .banner-inner .banner-btn {
    display: block;
  }
  .home .global-banner .banner-inner .banner-btn.white {
    margin: 24px auto 0;
  }
}
@media (max-width: 500px) {
  .home .home-title {
    font-size: 20px;
    padding-top: 60px;
  }
  .home .phone-home-lists h4 {
    font-size: 20px;
  }
  .home .company ul li {
    transform: scale(0.8);
  }
}
@media (max-width: 320px) {
  .home .home-title {
    font-size: 18px;
  }
  .home .company ul li {
    background-position-x: -38px !important;
  }
}
@media (min-width: 1920px) {
  .ad-content-wrapper {
    background-size: cover;
    /* 超宽屏时改为cover */
  }
}
