@media only screen and (min-width: 768px) {
  .data-pain-wrap-phone,
  .app-scene-wrap-phone,
  .enable-wrap-phone,
  .style-switch-wrap-phone,
  .business-scene-wrap-phone {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .data-pain-wrap-pc,
  .business-scene-wrap-pc,
  .app-scene-wrap-pc,
  .enable-wrap-pc,
  .style-switch-wrap-pc {
    display: none!important;
  }
}
.data-pain-wrap-pc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F6F8FC;
  padding-bottom: 151px;
}
.data-pain-wrap-pc .pain-title {
  display: flex;
  justify-content: center;
}
.data-pain-wrap-pc .pain-title img {
  margin: 91px auto 66px;
}
.data-pain-wrap-pc .pain-content-wrap {
  display: flex;
  height: 352px;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-left {
  width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px  0 0 8px;
  overflow: hidden;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-left-item {
  flex: 1;
  background: #dae7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  line-height: 18px;
  position: relative;
  cursor: pointer;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-left-item::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  left: 10%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-left-item-active {
  color: #fff;
  background: #6585fc;
  background-image: url('../images/data/pc/tabBG.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-left-item-active::after {
  width: 0;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-right {
  flex: 1;
  height: 100%;
  background-image: url('../images/data/pc/painpointBG.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-right-left {
  margin-left: 14%;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-right-left-title {
  font-size: 30px;
  font-family: AlibabaPuHuiTi_2_75_SemiBold;
  color: #3A3A3F;
  line-height: 30px;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-right-left-desc {
  margin-top: 20px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  line-height: 28px;
}
.data-pain-wrap-pc .pain-content-wrap .pain-content-right-right {
  margin: auto;
  margin-left: auto;
  height: calc(100vw / 1240 * 352);
  max-height: 352px;
}
.business-scene-wrap-pc .business-scene-title {
  display: flex;
  justify-content: center;
}
.business-scene-wrap-pc .business-scene-title img {
  margin: 91px auto 79px;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap {
  position: relative;
  margin-bottom: 130px;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .business-scene-swiper-container {
  width: 100%;
  height: 17.4vw;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .business-scene-swiper-container .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .business-scene-swiper-container .swiper-slide {
  width: 100%;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .business-scene-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .mask-left {
  height: 30vw;
  width: 31.25vw;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  top: -2vw;
  z-index: 2;
}
.business-scene-wrap-pc .business-scene-swiper-container-wrap .mask-right {
  height: 30vw;
  width: 31.25vw;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: -2vw;
  z-index: 2;
}
.app-scene-wrap-pc {
  background: #F6F8FC;
}
.app-scene-wrap-pc .app-scene-title {
  display: flex;
  justify-content: center;
}
.app-scene-wrap-pc .app-scene-title img {
  margin: 91px auto 61px;
}
.app-scene-wrap-pc .app-scene-content-wrap {
  display: flex;
  justify-content: center;
}
.app-scene-wrap-pc .app-scene-content-wrap .app-scene-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-scene-wrap-pc .app-scene-content-wrap .app-scene-content-item {
  max-width: 526px;
  max-height: 313px;
  background-image: url('../images/data/pc/appsceneBG.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 46px;
}
.app-scene-wrap-pc .app-scene-content-wrap .app-scene-content-item-img {
  margin: 10px;
  width: calc(50vw - 50px);
  max-width: 506px;
  margin-bottom: 20px;
}
.app-scene-wrap-pc .app-scene-content-wrap .app-scene-content-item-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-10px);
}
.app-scene-wrap-pc .app-scene-content-wrap .app-scene-content-item-bottom-text {
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #354B7A;
  line-height: 26px;
  margin-left: 8px;
}
.enable-wrap-pc .enable-title {
  display: flex;
  justify-content: center;
}
.enable-wrap-pc .enable-title img {
  margin-top: 122px;
  margin-bottom: 83px;
}
.enable-wrap-pc .enable-content-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 160px;
}
.enable-wrap-pc .enable-content-wrap .enable-content {
  display: flex;
  justify-content: space-between;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item {
  width: 380px;
  background: #fff;
  border: 1px solid #E1E8FA;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-img {
  width: 100%;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-top {
  width: 100%;
  height: 64px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background-image: url('../images/data/pc/enableBG.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-top-icon {
  margin: 0 8px 0 24px;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-top-title {
  font-size: 20px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #FFFFFF;
  line-height: 20px;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 9%;
  padding-top: 5%;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-bottom-desc {
  display: flex;
  margin-bottom: 20px;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-bottom-desc img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 12px;
}
.enable-wrap-pc .enable-content-wrap .enable-content-item-bottom-desc-text {
  font-size: 18px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #434654;
  line-height: 40px;
  margin-left: 8px;
}
.style-switch-wrap-pc {
  background: #F6F8FC;
}
.style-switch-wrap-pc .style-switch-title {
  display: flex;
  justify-content: center;
}
.style-switch-wrap-pc .style-switch-title img {
  margin-top: 91px;
}
.style-switch-wrap-pc .style-switch-content-wrap {
  display: flex;
  justify-content: center;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left {
  width: 26.7%;
  margin-top: 135px;
  margin-bottom: 272px;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left-title {
  font-size: 24px;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #4A7BEE;
  line-height: 33px;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left-line {
  margin: 8px 0;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left-button {
  width: 88px;
  height: 40px;
  background: #041853;
  border-radius: 20px;
  border: 2px solid #173692;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
  box-sizing: border-box;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left-button .button-deep-icon {
  margin-left: 5px;
  transition: 0.8s;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left-button .button-light-icon {
  margin-left: 52px;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left .light-style-button {
  background: #E2ECFF;
  border-color: #CDDBF7;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-left-desc {
  margin-top: 10px;
  font-size: 16px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #3A3A3F;
  line-height: 28px;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right {
  flex: 1;
  margin-left: 5%;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right-box {
  position: relative;
  height: auto;
  transform-style: preserve-3d;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .deep-img-wrap,
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .light-img-wrap {
  position: absolute;
  width: 60%;
  height: 320px;
  top: 93px;
  left: 39.8%;
  transition: 0.8s;
  opacity: 0.4;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .deep-img-wrap img,
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .light-img-wrap img {
  width: 100%;
  padding: 0;
  backface-visibility: hidden;
  position: absolute;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .deep-img-wrap .top-arrow,
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .light-img-wrap .top-arrow {
  width: 51px;
  height: 40px;
  position: absolute;
  left: -76px;
  top: 106px;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .deep-img-wrap .bottom-arrow,
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .light-img-wrap .bottom-arrow {
  width: 47px;
  height: 36px;
  position: absolute;
  right: -76px;
  top: 40%;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .deep-img-wrap .bottom-arrow img,
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content-right .light-img-wrap .bottom-arrow img {
  width: 100%;
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content .isInfront {
  top: 277px!important;
  left: 0!important;
  transform: translateZ(100px);
  opacity: 1!important;
}
@keyframes opacityChange {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.style-switch-wrap-pc .style-switch-content-wrap .style-switch-content .style-switch-back {
  transform: rotateY(-180deg);
}
.data-pain-wrap-phone {
  background: #F6F8FC;
}
.data-pain-wrap-phone .pain-title {
  display: flex;
  justify-content: center;
}
.data-pain-wrap-phone .pain-title img {
  width: 4.68rem;
  height: 0.39rem;
  margin: 1.01rem auto 0.55rem;
}
.data-pain-wrap-phone .pain-tabs-content-wrap {
  position: relative;
  width: 100%;
  border-bottom: 0.02rem solid #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 1.08rem;
}
.data-pain-wrap-phone .pain-tabs-content-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.data-pain-wrap-phone .pain-tabs-content-wrap .pain-tabs-content {
  position: relative;
  display: flex;
}
.data-pain-wrap-phone .pain-tabs-content-wrap .pain-tabs-content .pain-tab {
  flex-shrink: 0;
  padding: 0 0.23rem;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #3A3A3F;
  line-height: 0.32rem;
}
.data-pain-wrap-phone .pain-tabs-content-wrap .pain-tabs-content .pain-tab-active {
  color: #4A7BEE;
  position: relative;
}
.data-pain-wrap-phone .pain-tabs-content-wrap .pain-tabs-content-active-line {
  position: absolute;
  content: '';
  bottom: 0rem;
  width: 1.95rem;
  height: 0.06rem;
  background: #4a7bee;
  transition: 0.5s;
}
.data-pain-wrap-phone .pain-content-wrap {
  background: #F6F8FC;
}
.data-pain-wrap-phone .pain-content {
  height: 6rem;
  background-image: url('../images/data/phone/painpointBG.png');
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0.4rem 0.32rem 1rem;
  box-shadow: 0px 13px 50px 0px rgba(145, 163, 190, 0.12), 0px -1px 7px 0px rgba(145, 163, 190, 0.06);
  border-radius: 10px;
  padding: 0 0.34rem 0;
  display: flex;
  flex-direction: column;
}
.data-pain-wrap-phone .pain-content-icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0.14rem 0 0.04rem 1.17rem;
}
.data-pain-wrap-phone .pain-content-title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #3A3A3F;
  line-height: 0.32rem;
  display: flex;
  justify-content: center;
}
.data-pain-wrap-phone .pain-content-desc {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  margin-top: 0.32rem;
  text-align: center;
}
.data-pain-wrap-phone .pain-content-content {
  width: 6.18rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.02rem solid #2B83F0;
  font-size: 0.26rem;
  color: #2072E3;
  margin-bottom: 0.63rem;
}
.business-scene-wrap-phone {
  overflow: hidden;
}
.business-scene-wrap-phone .business-scene-title {
  display: flex;
  justify-content: center;
}
.business-scene-wrap-phone .business-scene-title img {
  width: 3.12rem;
  height: 0.9rem;
  margin: 1.01rem auto 0.93rem;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap {
  position: relative;
  margin-bottom: 1.4rem;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .business-scene-swiper-container {
  width: 19.2rem;
  height: 3.34rem;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .business-scene-swiper-container .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .business-scene-swiper-container .swiper-slide {
  width: 100%;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .business-scene-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .mask-left {
  height: 30vw;
  width: 31.25vw;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  top: -2vw;
  z-index: 2;
}
.business-scene-wrap-phone .business-scene-swiper-container-wrap .mask-right {
  height: 30vw;
  width: 31.25vw;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: -2vw;
  z-index: 2;
}
.app-scene-wrap-phone {
  background: #F6F8FC;
}
.app-scene-wrap-phone .app-scene-title {
  display: flex;
  justify-content: center;
}
.app-scene-wrap-phone .app-scene-title img {
  width: 3.24rem;
  height: 0.9rem;
  margin: 1.01rem auto 0.53rem;
}
.app-scene-wrap-phone .appScene-tabs-content-wrap {
  position: relative;
  width: 100%;
  border-bottom: 0.02rem solid #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: 1.08rem;
}
.app-scene-wrap-phone .appScene-tabs-content-wrap::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.app-scene-wrap-phone .appScene-tabs-content-wrap .appScene-tabs-content {
  position: relative;
  display: flex;
}
.app-scene-wrap-phone .appScene-tabs-content-wrap .appScene-tabs-content .appScene-tab {
  flex-shrink: 0;
  padding: 0 0.23rem;
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #3A3A3F;
  line-height: 0.32rem;
}
.app-scene-wrap-phone .appScene-tabs-content-wrap .appScene-tabs-content .appScene-tab-active {
  color: #4A7BEE;
  position: relative;
}
.app-scene-wrap-phone .appScene-tabs-content-wrap .appScene-tabs-content-active-line {
  position: absolute;
  content: '';
  bottom: 0rem;
  width: 1.95rem;
  height: 0.06rem;
  background: #4a7bee;
  transition: 0.5s;
}
.app-scene-wrap-phone .appScene-content-wrap {
  background: #F6F8FC;
}
.app-scene-wrap-phone .appScene-content {
  height: 3.56rem;
  background-image: url('../images/data/phone/appsceneBG.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0.6rem 0.32rem 1.52rem;
  box-shadow: 0px 13px 50px 0px rgba(145, 163, 190, 0.12), 0px -1px 7px 0px rgba(145, 163, 190, 0.06);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.app-scene-wrap-phone .appScene-content-img {
  margin: 0.1rem;
}
.app-scene-wrap-phone .appScene-content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.26rem;
}
.app-scene-wrap-phone .appScene-content-bottom-icon {
  width: 0.28rem;
  height: 0.28rem;
}
.app-scene-wrap-phone .appScene-content-bottom-title {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #354B7A;
  line-height: 0.26rem;
  margin-left: 0.08rem;
}
.app-scene-wrap-phone .appScene-content-desc {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #6F7A92;
  margin-top: 0.32rem;
  text-align: center;
}
.app-scene-wrap-phone .appScene-content-content {
  width: 6.18rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.02rem solid #2B83F0;
  font-size: 0.26rem;
  color: #2072E3;
  margin-bottom: 0.63rem;
}
.enable-wrap-phone .enable-title {
  display: flex;
  justify-content: center;
}
.enable-wrap-phone .enable-title img {
  width: 4.67rem;
  height: 0.9rem;
  margin: 1.01rem 0 0.73rem;
}
.enable-wrap-phone .enable-content-wrap {
  display: flex;
  justify-content: center;
}
.enable-wrap-phone .enable-content-wrap .enable-content {
  margin-bottom: 1rem!important ;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 0.01rem solid #E1E8FA;
  margin-bottom: 0.2rem;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-top {
  width: 100%;
  height: 1.04rem;
  background: #F6F8FC;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-top-icon {
  width: 0.32rem;
  height: 0.32rem;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-top-title {
  font-size: 0.32rem;
  font-family: AlibabaPuHuiTi_2_65_Medium;
  color: #3A3A3F;
  line-height: 0.32rem;
  margin-left: 0.16rem;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-bottom {
  height: 1.92rem;
  max-height: 0;
  border-bottom-left-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-bottom-desc {
  display: flex;
  align-items: center;
  margin-bottom: 0.08rem;
  padding-left: 1.76rem;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-bottom-desc-icon {
  width: 0.18rem;
  height: 0.18rem;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-bottom-desc-text {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #434654;
  line-height: 0.4rem;
  margin-left: 0.08rem;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-active .enable-content-item-top {
  background-image: url('../images/data/phone/enableBG.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-active .enable-content-item-top-title {
  color: #fff;
}
.enable-wrap-phone .enable-content-wrap .enable-content-item-active .enable-content-item-bottom {
  max-height: 1.92rem !important;
}
.style-switch-wrap-phone {
  background: #F6F8FC;
}
.style-switch-wrap-phone .style-switch-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.style-switch-wrap-phone .style-switch-title img {
  width: 3.12rem;
  height: 0.38rem;
  margin: 1.01rem auto 0.21rem;
}
.style-switch-wrap-phone .style-switch-title .desc {
  font-size: 0.24rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #97A3BD;
  line-height: 0.36rem;
}
.style-switch-wrap-phone .style-switch-button {
  margin: 0.88rem auto 0.24rem;
  width: 1.32rem;
  height: 0.6rem;
  background: #041853;
  border-radius: 0.3rem;
  border: 0.02rem solid #173692;
  display: flex;
  align-items: center;
  transition: 0.8s;
  box-sizing: border-box;
}
.style-switch-wrap-phone .style-switch-button .button-deep-icon {
  margin-left: 0.08rem;
  width: 0.44rem;
  height: 0.44rem;
  transition: 0.8s;
}
.style-switch-wrap-phone .style-switch-button .button-light-icon {
  margin-left: 0.78rem;
}
.style-switch-wrap-phone .light-style-button {
  background: #E2ECFF;
  border-color: #CDDBF7;
}
.style-switch-wrap-phone .style-switch-content-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content {
  position: relative;
  height: 5.04rem;
}
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .top-arrow {
  position: absolute;
  left: 0.41rem;
  top: 1.06rem;
  width: 0.51rem;
  height: 0.41rem;
}
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .bottom-arrow {
  position: absolute;
  right: 0.34rem;
  bottom: 1.07rem;
  width: 0.52rem;
  height: 0.39rem;
}
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .light-img-wrap,
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .deep-img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.68rem;
  height: 3.2rem;
  transition: 0.8s;
  opacity: 0.4;
}
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .light-img-wrap img,
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .deep-img-wrap img {
  width: 100%;
  height: 100%;
}
.style-switch-wrap-phone .style-switch-content-wrap .style-switch-content .isInfront {
  position: absolute;
  top: 1.84rem;
  right: 1.18rem;
  transform: translateZ(100px);
  z-index: 10;
  opacity: 1!important;
}
.style-switch-wrap-phone .bottom-desc {
  font-size: 0.26rem;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  color: #434654;
  line-height: 0.4rem;
  margin: 0.44rem 1.3rem 0;
  padding-bottom: 1rem;
  text-align: center;
}
