@charset "UTF-8";

@media (max-width:750px) {
  html {
    -webkit-tap-highlight-color: transparent;
  }

  .f-p-0 {
    padding: 0 !important;
  }

  .f-border {
    /* 多个边框 */
    /* 普通设备 */
    /* 高清设备 */
  }

  .logoa {
    font-size: 0;
  }

  .overflow {
    overflow: auto;
  }


  /* 容器宽高比 */
  html,
  h3,
  p,
  ul,
  button,
  body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", "SourceHanSansCN", "PingFang SC", "PingFangSC-Regular";
  }

  a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
  }

  html,
  body {
    scroll-behavior: smooth;
  }

  button {
    border: none;
    outline: none;
  }

  .home input,
  select {
    outline: none;
    caret-color: #909399;
    background-color: #fff;
    border: 0.0266666667rem solid #fff;
    -webkit-appearance: none;
    font-size: 0.3733333333rem;
  }

  li {
    list-style: none;
  }

  html {
    font-size: 10vw;
    /* 最小宽度定义 */
    /* 最大宽度定义 */
  }

  html body {
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
  }
}

@media not screen and (-webkit-min-device-pixel-ratio: 2) {
  .f-border {
    /* 列表 按照四个角的顺序匹配 */
    border-radius: 0;
    border: 1px solid #ddd;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .f-border {
    position: relative;
    /* 列表 按照四个角的顺序匹配 */
    border-radius: 0;
  }

  .f-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-transform-origin: top left;
    border: 1px solid #ddd;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 2) {
  .f-border:after {
    width: 200%;
    height: 200%;
    /* 列表 按照四个角的顺序匹配 */
    border-radius: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 3) {
  .f-border:after {
    width: 300%;
    height: 300%;
    /* 列表 按照四个角的顺序匹配 */
    border-radius: 0;
    -webkit-transform: scale(0.3333333333, 0.3333333333);
    transform: scale(0.3333333333, 0.3333333333);
  }
}

.f-border-bottom {
  /* 多个边框 */
  /* 普通设备 */
  /* 高清设备 */
}

@media not screen and (-webkit-min-device-pixel-ratio: 2) {
  .f-border-bottom {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .f-border-bottom {
    position: relative;
  }

  .f-border-bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    pointer-events: none;
    background-color: #ddd;
    /* 上下 */
    left: 0;
    width: 100%;
    height: 1px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) {
  .f-border-bottom:after {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 2) {
  .f-border-bottom:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 3) {
  .f-border-bottom:after {
    -webkit-transform: scaleY(0.3333333333);
    transform: scaleY(0.3333333333);
  }
}

/* 圆角边框自定义多个角，顺序 */
.f-border-radius {
  /* 多个边框 */
  /* 普通设备 */
  /* 高清设备 */
}

@media not screen and (-webkit-min-device-pixel-ratio: 2) {
  .f-border-radius {
    /* 列表 按照四个角的顺序匹配 */
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-left-radius: 10px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-right-radius: 20px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-right-radius: 30px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-left-radius: 40px;
    border: 1px solid #ddd;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .f-border-radius {
    position: relative;
    /* 列表 按照四个角的顺序匹配 */
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-left-radius: 10px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-right-radius: 20px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-right-radius: 30px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-left-radius: 40px;
  }

  .f-border-radius:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-transform-origin: top left;
    border: 1px solid #ddd;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 2) {
  .f-border-radius:after {
    width: 200%;
    height: 200%;
    /* 列表 按照四个角的顺序匹配 */
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-left-radius: 20px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-right-radius: 40px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-right-radius: 60px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-left-radius: 80px;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-device-pixel-ratio: 3) {
  .f-border-radius:after {
    width: 300%;
    height: 300%;
    /* 列表 按照四个角的顺序匹配 */
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-left-radius: 30px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-top-right-radius: 60px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-right-radius: 90px;
    /* 普通设备，或者为百分比则直接使用圆角值 */
    border-bottom-left-radius: 120px;
    -webkit-transform: scale(0.3333333333, 0.3333333333);
    transform: scale(0.3333333333, 0.3333333333);
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 32px;
  }
}

html[data-content-max] body[data-content-max] {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

@media screen and (min-width: 1024px) {
  html[data-content-max] {
    font-size: 102.4px;
  }
}

.home .container {
  background-color: #fff;
}

.home .header-box {
  width: -webkit-fill-available;
  height: 1.6rem;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1;
}

.home .header-box .header-box-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8rem;
  height: 1.6rem;
}

.home .header-box .header-box-c .logo {
  width: 2.24rem;
}

.home .header-box .header-box-c .relation-btn {
  padding: 0 0.2666666667rem;
  height: 0.8533333333rem;
  line-height: 0.8533333333rem;
  font-size: 0.3733333333rem;
  background: #4400FA;
  border-radius: 0.0533333333rem;
  color: white;
  font-family: -apple-system-font, sans-serif;
  display: block;
  
  text-transform: uppercase;
}

.home .header-box .header-box-c .more {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/more-m.svg");
  display: none;
}

.home .header-box .contact-info-box {
  margin-top: 0.7466666667rem;
  padding: 0 0.8rem;
  color: #303133;
  font-size: 0.3733333333rem;
}

.home .header-box .contact-info-box .item {
  height: 1.84rem;
  overflow: hidden;
}

.home .header-box .contact-info-box .active {
  overflow: initial;
}

.home .header-box .contact-info-box .active .title .icon {
  background-image: url("../image/jian-m.svg");
}

.home .header-box .contact-info-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.8133333333rem;
  border-bottom: 1px solid #F0F2F5;
  color: #000;
  text-transform: uppercase;
}

.home .header-box .contact-info-box .title .icon {
  width: 0.3733333333rem;
  height: 0.3733333333rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/jia-m.svg");
}

.home .header-box .contact-info-box .contact-info {
  color: #909399;
}

.home .header-box .contact-info-box .contact-info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #909399;
  height: 1.3866666667rem;
  border-bottom: 1px solid #F0F2F5;
}

.home .header-box .contact-info-box .contact-info a:active {
  color: #303133;
}

.home .header-box .contact-info-box .contact-info a span:nth-child(1) {
  font-weight: 300;
}

.home .is-fixed {
  background-color: #fff !important;
  box-shadow: 0 0.5333333333rem 1.0666666667rem -0.5333333333rem rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  z-index: 2;
  -moz-transition: all 2s;
  /* Firefox 4 */
  -webkit-transition: all 2s;
  /* Safari and Chrome */
  -o-transition: all 2s;
  /* Opera */
  transition: all 0.2s;
}

.home .is-fixed .header-box-c .relation-btn {
  display: none;
}

.home .is-fixed .header-box-c .more {
  display: block;
}

.home .is-fixed .header-box-c .open {
  background-image: url("../image/close-btn-m.svg");
}

.home .is-unfold {
  height: 100%;
  background-color: #fff;
}

.home .banner {
  width: -webkit-fill-available;
  min-height: 100vh;
  background: #3D13AC;
  position: relative;
  color: #fff;
}

.home .banner .center-top {
  width: 100%;
  height: 1.6rem;
}

.home .banner .newCenter-box {
  width: 100%;
  height: 14.6533333333rem;
  padding-top: 0.64rem;
  overflow: hidden;
}

.home .banner .newCenter-box>ul {
  width: 100%;
  height: 13.0133333333rem;
}

.home .banner .newCenter-box>ul>li {
  width: 6.6666666667rem;
  height: 100%;
}

.home .banner .newCenter-box>ul>li>img {
  width: 100%;
  display: block;
}

.home .banner .autoPlay-radio {
  width: 0.7466666667rem;
  height: 0.7466666667rem;
  position: absolute;
  right: 0.5866666667rem;
  top: 2.24rem;
  background: url(../image/index/auto.png) no-repeat;
  background-size: 99% 99%;
  z-index: 1;
}

.home .banner .autoPlay-radio.pause {
  background: url(../image/index/pause.png) no-repeat;
  background-size: 99% 99%;
}

.home .banner .center-footer {
  width: 100%;
  background: linear-gradient(270deg, rgba(61, 19, 172, 0) 0%, rgba(61, 19, 172, 0.53) 35%, #3D13AC 100%);
  background: -webkit-linear-gradient(270deg, rgba(61, 19, 172, 0) 0%, rgba(61, 19, 172, 0.53) 35%, #3D13AC 100%);
  background: -moz-linear-gradient(270deg, rgba(61, 19, 172, 0) 0%, rgba(61, 19, 172, 0.53) 35%, #3D13AC 100%);
  background: -o-linear-gradient(270deg, rgba(61, 19, 172, 0) 0%, rgba(61, 19, 172, 0.53) 35%, #3D13AC 100%);
  background: -ms-linear-gradient(270deg, rgba(61, 19, 172, 0) 0%, rgba(61, 19, 172, 0.53) 35%, #3D13AC 100%);
  position: absolute;
  bottom: 0px;
  padding-top: 1rem;
  padding-bottom: 0.4666666667rem;
  z-index: 1;
}

.home .banner .center-footer>.big-title {
  font-size: 0.56rem;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #FEFEFE;
  line-height: 1.0666666667rem;
  text-align: center;
  margin: 0 0.8rem;
  background: url(../image/index/pathline.png) no-repeat;
  background-position: center 0.6666666667rem;
  background-size: 50%;
}

.home .banner .center-footer>.sub-title {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FEFEFE;
  line-height: 0.5333333333rem;
  text-align: center;
  padding-top: 0.32rem;
}

.home .banner .center-footer>.downloadInput {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.6933333333rem;
}

.home .banner .center-footer>.downloadInput>a {
  display: block;
  flex: none;
}

.home .banner .center-footer>.downloadInput>.iphone {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  background: url(../image/index/iphoneIcon.png) no-repeat;
  background-size: cover;
}

.home .banner .center-footer>.downloadInput>.android {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  background: url(../image/index/androidIcon.png) no-repeat;
  background-size: cover;
  margin-left: 0.3733333333rem;
}

.home .banner .center-footer>.downloadInput>.google {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  background: url(../image/index/googleIcon.png) no-repeat;
  background-size: cover;
  margin-left: 0.3733333333rem;
}

.home .banner .center-footer>.downloadInput .facebook {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  background: url(../image/index/facebookIcon.png) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 0.3733333333rem;
}

.home .banner .center-footer>article {
  font-size: 0.32rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FEFEFE;
  line-height: 0.5333333333rem;
  margin: 0 0.8rem;
  padding-top: 0.2666666667rem;
  text-align: center;
}

.home .content-box {
  margin: 0 0.8rem;
  height: auto;
  background: white;
}

.home .content-box .big-title {
  font-size: 0.64rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #303133;
  line-height: 0.88rem;
  text-align: center;
}

.home .content-box .sub-title {
  font-size: 0.32rem;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #303133;
  line-height: 0.4533333333rem;
  padding-top: 0.2666666667rem;
  text-align: center;
  padding-bottom: 1.0666666667rem;
}

.home .content-box .three-steps {
  padding: 1.28rem 0 0.32rem 0;
}

.home .content-box .three-steps .steps-item {
  margin-bottom: 0.96rem;
}

.home .content-box .three-steps .steps-item>img {
  width: 100%;
  display: block;
  background: #F7F7F7;
  border-radius: 0.4266666667rem;
}

.home .content-box .three-steps .steps-item>p {
  font-size: 0.5333333333rem;
  font-family: PingFangHK-Medium, PingFangHK;
  font-weight: 500;
  color: #303133;
  line-height: 0.64rem;
  padding-top: 0.5333333333rem;
  padding-bottom: 0.2666666667rem;
}

.home .content-box .three-steps .steps-item>article {
  font-size: 0.3733333333rem;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #606266;
  line-height: 0.5866666667rem;
}

.home .content-box .sell-everyWhere {
  padding: 1.28rem 0;
}

.home .content-box .sell-everyWhere .scroll-tab {
  width: 100%;
  height: 1.0133333333rem;
  background: #3D13AC;
  border-radius: 0.24rem;
  position: relative;
}

.home .content-box .sell-everyWhere .scroll-tab>.scroll-tab-content {
  margin: 0 0.2133333333rem;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
  background-image: url(../image/index/leftBg.png), url(../image/index/rightBg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -0.5333333333rem center, 7.68rem center;
}

.home .content-box .sell-everyWhere .scroll-tab>.scroll-tab-content>.tab-slide .swiper-slide {
  width: auto;
  font-size: 0.32rem;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.home .content-box .sell-everyWhere .scroll-tab>.scroll-tab-content>.sroll-tab-active-bg {
  position: absolute;
  width: 3.3866666667rem;
  height: 0.8rem;
  background: #4400FA;
  border-radius: 0.2133333333rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.home .content-box .sell-everyWhere .tab-content1 {
  width: 100%;
  height: 10.9866666667rem;
  background: #F7F7F7;
  border-radius: 0.4266666667rem;
  margin-top: 0.64rem;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  background: #f7f7f7;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>img {
  width: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>article {
  font-size: 0.3733333333rem;
  font-family: PingFangHK-Medium, PingFangHK;
  font-weight: 500;
  color: #606266;
  line-height: 0.5866666667rem;
  text-align: center;
  padding: 0 0.2666666667rem;
  padding-top: 0.2666666667rem;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>.iconList {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5333333333rem;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>.iconList>img {
  width: 0.7466666667rem;
  height: 0.7466666667rem;
  flex: none;
  -webkit-tap-highlight-color: transparent;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>.iconList>img:not(:first-child) {
  margin-left: 0.64rem;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>.open-store {
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 0.4266666667rem;
  display: flex;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>.open-store>a {
  font-size: 0.4266666667rem;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #4400FA;
  line-height: 0.5866666667rem;
  display: flex;
}

.home .content-box .sell-everyWhere .tab-content1 .swiper-slide>.open-store>span {
  width: 0.4266666667rem;
  height: 0.4266666667rem;
  display: inline-block;
  background: url(../image/index/rightArrow.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.16rem;
}

.home .content-box .provider-content {
  padding: 1.28rem 0 0.72rem 0;
}

.home .content-box .provider-content .provider-list>li {
  width: 100%;
  height: 4rem;
  border-radius: 0.4266666667rem;
}

.home .content-box .provider-content .provider-list>li:not(:last-child) {
  margin-bottom: 0.2666666667rem;
}

.home .content-box .provider-content .provider-list>li:last-child {
  margin-bottom: 1.0666666667rem;
}

.home .content-box .provider-content .provider-list>li:nth-of-type(1) {
  background: url(../image/index/oneBg.png) no-repeat;
  background-size: 100% 100%;
}

.home .content-box .provider-content .provider-list>li:nth-of-type(2) {
  background: url(../image/index/twoBg.png) no-repeat;
  background-size: 100% 100%;
}

.home .content-box .provider-content .provider-list>li:nth-of-type(3) {
  background: url(../image/index/threeBg.png) no-repeat;
  background-size: 100% 100%;
}

.home .content-box .provider-content .provider-list>li:nth-of-type(4) {
  background: url(../image/index/fourBg.png) no-repeat;
  background-size: 100% 100%;
}

.home .content-box .provider-content .provider-list>li:nth-of-type(5) {
  background: url(../image/index/fiveBg.png) no-repeat;
  background-size: 100% 100%;
}

.home .content-box .provider-content .provider-list>li>p {
  padding: 0 0.5333333333rem;
}

.home .content-box .provider-content .provider-list>li>p:first-child {
  font-size: 0.4266666667rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.5866666667rem;
  padding-bottom: 0.1066666667rem;
  padding-top: 0.5333333333rem;
}

.home .content-box .provider-content .provider-list>li>p:last-child {
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 0.56rem;
}

.home .content-box .provider-content .provider-text>li {
  margin-bottom: 0.5333333333rem;
}

.home .content-box .provider-content .provider-text>li>p {
  font-size: 0.5333333333rem;
  font-family: PingFangHK-Medium, PingFangHK;
  font-weight: 500;
  color: #303133;
  line-height: 0.64rem;
  padding-bottom: 0.2666666667rem;
}

.home .content-box .provider-content .provider-text>li>article {
  font-size: 0.3733333333rem;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #606266;
  line-height: 0.5866666667rem;
}

.home .content-box .provider-content .provider-visit {
  position: relative;
}

.home .content-box .provider-content .provider-visit>img {
  width: 100%;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.home .content-box .provider-content .provider-visit>a {
  width: 5.8666666667rem;
  height: 1.3866666667rem;
  border-radius: 0.2133333333rem;
  border: 0.0266666667rem solid #4400FA;
  display: block;
  text-align: center;
  font-size: 0.4266666667rem;
  font-family: PingFangHK-Regular, PingFangHK;
  font-weight: 400;
  color: #4400FA;
  line-height: 1.3866666667rem;
  position: absolute;
  bottom: -0.7466666667rem;
  left: 50%;
  transform: translateX(-50%);
}

.home .content-box .provider-content>img {
  width: 100%;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.home .content-box .provider-content .provider-des {
  font-size: 0.4533333333rem;
  font-family: PingFangHK-Medium, PingFangHK;
  font-weight: 500;
  color: #303133;
  line-height: 0.7466666667rem;
  padding-top: 1.7066666667rem;
  word-break: break-word;
}

.home .search-box {
  width: 100%;
  height: 5.7066666667rem;
  background: url("../image/index/searchBg.png") no-repeat;
  padding-top: 1.28rem;
  background-size: 100% 100%;
}

.home .search-box>input {
  display: block;
  width: 8.4rem;
  height: 1.3866666667rem;
  background: #FEFEFE;
  border-radius: 0.1066666667rem;
  border: 0.0266666667rem solid #FFFFFF;
  margin: 0 auto;
  font-size: 0.3733333333rem;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #909399;
  line-height: 1.3866666667rem;
  text-indent: 0.2666666667rem;
  box-sizing: border-box;
}

.home .search-box>button {
  display: block;
  width: 8.4rem;
  height: 1.3866666667rem;
  background: #4400FA;
  border-radius: 0.1066666667rem;
  line-height: 1.3866666667rem;
  text-align: center;
  font-size: 0.4266666667rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FEFEFE;
  margin: 0 auto;
  margin-top: 0.4266666667rem;
}
.home .search-box>a {
  display: block;
  width: 8.4rem;
  height: 1.3866666667rem;
  background: #4400FA;
  border-radius: 0.1066666667rem;
  line-height: 1.3866666667rem;
  text-align: center;
  font-size: 0.4266666667rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FEFEFE;
  margin: 0 auto;
  margin-top: 0.4266666667rem;
}

.home .search-box>p {
  width: 8.4rem;
  font-size: 14px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FEFEFE;
  margin: 0 auto;
  margin-top: 0.2666666667rem;
  line-height: 0.5333333333rem;
  text-align: center;
}

.home footer {
  text-align: center;
  display: block;
  padding: 0 0.4rem 0.4266666667rem 0.4rem;
}

.home footer .top-btn {
  width: 1.3866666667rem;
  height: 0.4266666667rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/top-m.png");
  display: block;
  margin: 0.4266666667rem auto 1.28rem auto;
}

.home footer .logo {
  width: 2.88rem;
  margin-bottom: 0.96rem;
}

.home footer p {
  color: #99979F;
  font-size: 0.32rem;
  font-weight: 300;
  line-height: 0.48rem;
}

.home footer .copyright {
  margin-top: 0.8rem;
  line-height: 0.4266666667rem;
  font-size: 0.32rem;
  font-weight: 400;
  color: #99979F;
}

.home footer .copyright a {
  margin-bottom: 0.4266666667rem;
  line-height: 0.4266666667rem;
  text-decoration: none;
  display: block;
  font-size: 0.3733333333rem;
  font-weight: 400;
  color: #4400fa;
}

.home footer .copyright div {
  margin-top: 0.4266666667rem;
}

.home footer .copyright .internet-content-provider {
  margin-bottom: 0.4266666667rem;
  line-height: 0.5333333333rem;
}

.home footer .QR_code {
  width: 2.6666666667%rem;
  display: flex;
  justify-content: center;
  margin-bottom: 1.28rem;
}

.home footer .QR_code .QR_code-a {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  flex: none;
  display: flex;
  align-items: center;
}

.home footer .QR_code .QR_code-a img {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
}

.home footer .QR_code .QR_code-b {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 0.3733333333rem;
}

.home footer .QR_code .QR_code-b img {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
}

.home footer .QR_code .QR_code-c {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 0.3733333333rem;
}

.home footer .QR_code .QR_code-c img {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
}

.register {
  background-color: #0A0024;
  height: 100vh;
}

.register .container {
  padding: 0 0.5866666667rem;
  position: relative;
  height: -webkit-fill-available;
}

.register .container .back-box {
  height: 1.6rem;
  display: flex;
  align-items: center;
}

.register .container .back-box .back-btn {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/back-m.png");
}

.register .container .form-box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 2.6666666667rem;
  transform: translate(-50%);
  width: -webkit-fill-available;
  color: #fff;
  font-size: 0.4266666667rem;
  padding: 0 0.5866666667rem;
}

.register .container .form-box .logo {
  width: 2.8rem;
  display: block;
  margin: 0 auto 0.4266666667rem auto;
}

.register .container .form-box input {
  display: block;
  width: -webkit-fill-available;
  height: 1.3866666667rem;
  border-radius: 0.1066666667rem;
  padding: 0 0.2666666667rem;
  color: #909399;
}

.register .container .form-box .err-msg {
  color: red;
  font-size: 0.32rem;
  text-align: left;
  margin: 0;
  display: block;
  line-height: 0.6133333333rem;
  height: 0.6133333333rem;
}

.register .container .form-box span {
  display: block;
  margin-bottom: 1.7866666667rem;
}

.register .container .form-box button {
  display: block;
  width: -webkit-fill-available;
  margin-top: 0.4266666667rem;
  height: 1.3866666667rem;
  background: rgb(68, 0, 250);
  box-shadow: 0 0.1066666667rem 0.5333333333rem -0.2666666667rem rgb(17, 120, 253);
  border-radius: 0.1066666667rem;
  color: #fff;
  font-size: 0.4266666667rem;
}

.register .container .copyright {
  width: 8.8266666667rem;
  margin-top: 1.7333333333rem;
  text-align: center;
  position: fixed;
  bottom: 0.8533333333rem;
  line-height: 0.3733333333rem;
  font-size: 0.32rem;
  font-weight: 300;
  color: #FEFEFE;
}

.register .container .copyright a {
  line-height: 0.3733333333rem;
  margin-bottom: 0.2666666667rem;
  display: block;
  text-decoration: none;
  font-size: 0.32rem;
  font-weight: 300;
  color: #FEFEFE;
}

.privacy .container {
  width: -webkit-fill-available;
  padding: 0 0.4rem;
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
}

.privacy .container .back-box {
  height: 1.1733333333rem;
  display: flex;
  align-items: center;
}

.privacy .container .back-box .back-btn {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/back-m2.png");
}

.privacy .container .content {
  width: -webkit-fill-available;
  box-sizing: border-box;
  padding-bottom: 3.2rem;
  overflow-x: hidden;
}

.privacy .container .content div {
  /*width: -webkit-fill-available;*/
  /*display: flex;*/
  font-size: 16px;
  line-height: 24px;
}

.privacy .container .content div i {
  width: 0.16rem;
  height: 0.16rem;
  margin-top: 0.2186666667rem;
  margin-right: 0.2666666667rem;
  border-radius: 50%;
  background: #303133;
  display: inline-block;
}

.privacy .container .content div .i_white {
  background: #ffffff;
}

.privacy .container .content div p {
  width: 8.7733333333rem;
}

.privacy .container .content .title {
  text-align: center;
  line-height: 1.6;
  font-size: 0.64rem;
  color: #303133;
}

.privacy .container .content .right_text {
  text-align: right;
  line-height: 1.6;
  font-size: 0.32rem;
  font-weight: 300;
  color: #303133;
}

.privacy .container .content .text {
  line-height: 1.6;
  font-size: 0.3733333333rem;
  font-weight: 300;
  color: #303133;
}

.privacy .container .content .subtitle_18 {
  line-height: 1.6;
  font-size: 0.48rem;
  font-weight: 500;
  color: #303133;
}

.privacy .container .content .subtitle_16 {
  line-height: 1.6;
  font-size: 0.4266666667rem;
  color: #303133;
}

.privacy .container .content .subtitle_14 {
  line-height: 1.6;
  font-size: 0.3733333333rem;
  color: #303133;
}

.privacy .container .content .m_t_60 {
  margin-top: 1.6rem;
}

.privacy .container .content .m_t_32 {
  margin-top: 0.8533333333rem;
}

.privacy .container .content .m_t_16 {
  margin-top: 0.4266666667rem;
}

.development-in {
  background-color: #fff;
  height: 100vh;
  text-align: center;
}

.development-in .container {
  padding: 0 0.5866666667rem;
  position: relative;
  height: -webkit-fill-available;
}

.development-in .back-box {
  height: 1.6rem;
  display: flex;
  align-items: center;
}

.development-in .back-box .back-btn {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/back-m.svg");
}

.development-in .bg {
  display: block;
  width: 4.6133333333rem;
  height: 4.3733333333rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/developmentin-bg.svg");
  margin: 4.8rem auto 0.64rem auto;
}

.development-in h3 {
  color: #303133;
  font-size: 0.48rem;
  margin-bottom: 0.2666666667rem;
}

.development-in span {
  display: block;
  line-height: 0.6133333333rem;
  color: #606266;
  font-size: 0.3733333333rem;
}

.development-in .relation-btn {
  background-color: #4400FA;
  color: #fff;
  width: 2.3466666667rem;
  height: 0.8533333333rem;
  border-radius: 0.1066666667rem;
  display: block;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  display: none;
}

.modal .content {
  width: 8rem;
  height: 6.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../image/modal-m.png");
  font-size: 0.3733333333rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.8rem 0;
}

.modal .content a {
  color: #4400FA;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
  padding-left: 1.6rem;
  font-weight: 300;
}

.modal .content a span {
  color: #4400FA;
}

.modal .content a:focus {
  outline: none;
}

.modal .content a .icon {
  width: 0.8533333333rem;
  height: 0.8533333333rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0.2933333333rem 0.5866666667rem -0.2933333333rem rgb(0, 0, 0);
  margin-right: 0.4rem;
}

.modal .content a:nth-child(1) .icon {
  background-image: url("../image/youtube-m.png");
}

.modal .content a:nth-child(2) .icon {
  background-image: url("../image/facebook-m.png");
}

.modal .content a:nth-child(3) .icon {
  background-image: url("../image/group-m.png");
}

.modal .content a:nth-child(4) .icon {
  background-image: url("../image/email-m.png");
}

.modal .content .tip {
  color: #303133;
}

.modal .content .close-btn {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  left: 50%;
  bottom: -1.3333333333rem;
  transform: translate(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../image/close-m.svg");
}

.mailComplaint {
  width: 90%;
  margin: 20px auto;
  font-size: 14px;
}

.mailComplaint .title {
  margin-bottom: 20px;
}

.mailComplaint p {
  font-size: 14px;
}

.mailComplaint p inout,
.mailComplaint p span {
  float: left;
}

.mailComplaint p span {
  width: 90%;
}

.mailComplaint input {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  border: 1px solid #333333;
}

.mailComplaint textarea {
  resize: none;
  padding: 5px;
  width: 95%;
}

.mailComplaint .check {
  width: 100%;
}

.mailComplaint .check p {
  margin-bottom: 5px;
  overflow: hidden;
}

.mailComplaint .subtitle {
  margin-bottom: 10px;
}

.mailComplaint .submit {
  display: block;
  width: 300px;
  margin: 30px auto;
  line-height: 30px;
  border-radius: 3px;
  background: #1178fd;
  color: #ffffff;
}

.mailComplaint .submit.disable {
  background: #DDD;
}

.mailComplaint .err {
  color: red;
  font-size: 12px;
  display: none;
}

.facebookdele-header {
  height: 1em;
  width: 100vw;
  padding: 0 15px;
}

.facebook_msg {
  font-size: 0.5rem;
  color: red;
  text-align: center;
  height: 80vh;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}