* {
  padding: 0;
  margin: 0;
}

button {
  outline: none;
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  height: 78px;
  width: 100%;
  background: linear-gradient(90deg, #3b31b4, #4D2CCB);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header_content {
  width: 1140px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header_content>div:first-child {
  /* float: left; */
  /* line-height: 21px; */
  width: 141px;
  height: 21px;
  /* margin-top: 25px; */
}

.header_content>div:first-child img {
  width: 141px;
  height: 141px;
  position: absolute;
  top: -28px;
}

.header_content>div:last-child {
  float: right;
  line-height: 78px;
}
.iconSapn{
  color: #fff;
  position: absolute;
  left: 112px;
  font-size: 18px;
}

.header_content>div:last-child a:first-child {
  padding: 0 24px;
  box-shadow: 0px 2px 10px 0px rgb(85 36 216 / 90%);
  color: #ffffff !important;
  height: 38px;
  border: none;
  background: linear-gradient(180deg, #885dfc, #6744fd);
  border-radius: 4px;
  font-size: 14px;
}

.header_content>div:last-child a {
  display: inline-block;
  padding: 0 36px;
  background: #fff;
  height: 38px;
  line-height: 35px;
  margin-left: 30px;
  color: #6644fc !important;
  border-radius: 5px;
  font-size: 14px;
}

.banner {
  height: 560px;
  width: 100%;
  padding-top: 78px;
  background: linear-gradient(90deg, #3b31b4, #532bd3);
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.banner_content {
  width: 1140px;
  height: 100%;
  margin: auto;
  position: relative;
}

.banner_content .banner_content_left {
  float: left;
  width: 420px;
}

.banner_content .banner_content_right {
  float: right;
  width: 683px;
  height: 491px;
  margin-top: 10px;
}

.banner_content h1 {
  padding-top: 129px;
  font-size: 38px;
  font-family: PingFangSC, PingFangSC-Semibold;
  text-align: left;
  color: #ffffff;
  line-height: 53px;
}

.banner_content .banner_describe {
  opacity: 0.8;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  line-height: 22px;
  margin-top: 10px;
}

.banner_content a {
  display: block;
  text-align: center;
  line-height: 42px;
  margin-top: 60px;
  width: 200px;
  height: 42px;
  border: none;
  background: #f8f8f8;
  border-radius: 21px;
  box-shadow: 0px 2px 10px 0px #2f1cbb, 0px -2px 4px 0px #bebebe inset;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #6644fc;
}

.banner_content img {
  width: 100%;
  height: 100%;
}

.banner_content_list {
  position: absolute;
  height: 100px;
  width: 100%;
  /* top: -50px; */
  bottom: -50px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.banner_content_list li {
  float: left;
  width: 380px;
  bottom: 0;
  position: relative;
}

.banner_content_list .list_icon {
  position: absolute;
  left: 30px;
  top: -27.5px;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 10px 0px rgba(66, 48, 189, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_text {
  padding-left: 105px;
  padding-top: 26px;
}

.list_text p {
  line-height: 24px;
  color: #333;
  font-size: 14px;
}

.list_text p span {
  font-size: 18px;
  font-weight: bold;
}

.banner_content_list .list_icon img {
  height: 24px;
  width: 31px;
}

.understand_amz {
  width: 1140px;
  margin: auto;
  padding-top: 150px;
}

.title {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 45px;
}

.title_describe {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 22px;
  margin-top: 10px;
}

.understand_amz_list {
  margin-top: 60px;
  overflow: hidden;
  padding-bottom: 110px;
}

.understand_amz_list>li {
  float: left;
  width: 300px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  padding: 24px 30px;
}

.understand_amz_list>li>div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  width: 60px;
  height: 60px;
  background: rgba(160, 121, 255, 0.10);
  border-radius: 50%;
  box-shadow: 0px 1px 6px 0px rgba(106, 71, 253, 0.17) inset;
}

.understand_amz_list>li:nth-child(2) {
  margin: 0 24px;
}

.understand_amz_list h4 {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding: 20px 0 14px 0;
}

.understand_amz_list>li>p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.understand_amz_list ul li {
  padding-left: 10px;
}

.understand_amz_list ul li p:first-child {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  padding: 20px 0 10px 0;
}

.understand_amz_list ul li p:first-child:before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  margin-bottom: 4px;
  margin-right: 10px;
}

.understand_amz_list ul li p:last-child {
  color: #999999;
  font-size: 14px;
}

.understand_amz_list button {
  width: 300px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #6644fc;
  border-radius: 21px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #6644fc;
  margin-top: 41px;
}

.understand_amz_list button:hover,
.understand_amz_list button:active {
  background: linear-gradient(180deg, #885dfc, #6744fd);
  color: #ffffff;
}

.package {
  width: 100%;
  background-image: url(../images/index/package_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 722px;
  padding-bottom: 280px;
}

.package_title {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 45px;
  padding: 80px 0 40px 0;
}

.package_list {
  margin: auto;
  width: 280px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 22px;
  margin-bottom: 50px;
}

.package_list li {
  float: left;
  text-align: center;
  line-height: 40px;
  width: 50%;
  cursor: pointer;
  color: #fff;
}

#package_box,
#function_item,
#bigdata_item,
#ranking_item {
  width: 1140px;
  margin: auto;
  overflow: hidden;
}

#package_box>h5 {
  width: 1110px;
  margin: auto;
  padding: 12px 0;
}

/* 
ul {
height: 30px;
width: 600px;
padding: 0;
margin: 0;
}

li {
display: block;
text-align: center;
width: 100px;
float: left;
list-style: none;
cursor: pointer;
height: 30px;
line-height: 30px;
} */

.choice {
  width: 140px;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  color: #6150CA !important;
}

.tab-item,
.funs-item,
.bigdata-item,
.ranking-item {
  display: none;
}

.show {
  display: block;
}

.swiper-container1,
.swiper-container2 {
  position: relative;
}

.swiper-wrapper .swiper-slide {
  width: 370px !important;
}

.swiper-button-prev {
  left: -14px !important;
}

.swiper-button-next {
  right: -14px !important;
}

.swiper-wrapper .swiper-slide>div {
  padding: 40px 30px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #ffffff;
  margin: 0 15px;
}

.swiper-wrapper .swiper-slide h4 {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 25px;
  padding-bottom: 12px;
}

.swiper-wrapper .swiper-slide p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eee;
}

.swiper-wrapper .swiper-slide p>b {
  font-size: 34px;
  color: #333;
  font-family: PingFangSC, PingFangSC-Semibold;
  ;
}

.swiper-wrapper .swiper-slide ul li {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  padding-top: 20px;
}

.swiper-wrapper .swiper-slide ul li span {
  float: right;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 400;
  color: #333333;
}

.swiper-wrapper .swiper-slide button {
  width: 100%;
  height: 42px;
  border: 1px solid #6644fc;
  border-radius: 21px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #6644fc;
  margin-top: 30px;
  background: #fff;
}

.swiper-wrapper .swiper-slide ul li span i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.swiper-wrapper .swiper-slide ul li span i img {
  width: 100%;
  /* height: 100%; */
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px !important;
  height: 60px !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev {
  background-image: url(../images/index/left_button.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.swiper-button-next {
  background-image: url(../images/index/right_button.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* .swiper-button-prev:hover{
background-image: url(../images/choise_left.png) !important;
}
.swiper-button-next:hover{
background-image: url(../images/choise_right.png) !important;
} */

.swiper-wrapper .swiper-slide:hover div {
  border-top: 12px solid #FCB738;
  border-bottom: 12px solid #FCB738;
  position: relative;
  top: -11px;
}

.swiper-wrapper .swiper-slide:hover div button {
  background: linear-gradient(180deg, #885dfc, #6744fd) !important;
  color: #ffffff !important;
}

.function_box,
.bigdata_box,
.ranking_box {
  margin: auto;
}

.function_box h2,
.bigdata_box h2,
.ranking_box h2 {
  margin-top: 120px;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 45px;
  padding-bottom: 40px;
}

.bigdata_box h2 {
  margin-top: 102px !important;
}

.function_list,
.bigdata_list,
.ranking_list {
  width: 543px;
  height: 38px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}

.function_list li,
.bigdata_list li,
.ranking_list li {
  float: left;
  width: 180px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.function_list li:first-child,
.bigdata_list li:first-child,
.ranking_list li:first-child {
  background-image: url(../images/index/funButton1.png);
}

.function_list li:nth-child(2),
.bigdata_list li:nth-child(2),
.ranking_list li:nth-child(2) {
  position: relative;
  background-image: url(../images/index/funButton2.png);
}

.function_list li:last-child,
.bigdata_list li:last-child,
.ranking_list li:last-child {
  background-image: url(../images/index/funButton3.png);
}

.function_list li.funChoice,
.bigdata_list li.funChoice,
.ranking_list li.funChoice {
  color: #683013 !important;
}

.function_list li.funChoice:first-child,
.bigdata_list li.funChoice:first-child,
.ranking_list li.funChoice:first-child {
  background-image: url(../images/index/funButtonChoise1.png);
}

.function_list li.funChoice:nth-child(2),
.bigdata_list li.funChoice:nth-child(2),
.ranking_list li.funChoice:nth-child(2) {
  position: relative;
  background-image: url(../images/index/funButtonChoise2.png);
}

.function_list li.funChoice:last-child,
.bigdata_list li.funChoice:last-child,
.ranking_list li.funChoice:last-child {
  background-image: url(../images/index/funButtonChoise3.png);
}

#function_item>h5,
#bigdata_item>h5,
#ranking_item>h5 {
  margin-top: 60px;
}

.funs_item1_left {
  float: left;
  width: 634px;
  height: 491px;
}

.funs_item1_right {
  float: right;
  width: 420px;
}

.funs_item1_left img {
  width: 100%;
  height: 100%;
}

.funs_item1_right b,
.funs_item2_left b {
  display: flex;
  width: 60px;
  height: 60px;
  background: rgba(160, 121, 255, 0.10);
  border-radius: 50%;
  box-shadow: 0px 1px 6px 0px rgba(106, 71, 253, 0.17) inset;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.funs_item1_right h3,
.funs_item2_left h3 {
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
  padding-bottom: 28px;
}

.funs_item1_right p,
.funs_item2_left p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
}

.funs_item1_right a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 10px;
}

.funs_item1_right a:last-child,
.funs_item2_left a:last-child {
  display: block;
  text-align: center;
  line-height: 38px;
  width: 200px;
  height: 38px;
  background: linear-gradient(180deg, #885dfc, #6744fd);
  border-radius: 19px;
  border: none;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
}

.funs_item2_left {
  float: left;
  width: 420px;
}

.funs_item2_right {
  float: right;
  width: 634px;
  height: 491px;
}

.funs_item2_right img {
  width: 100%;
  height: 100%;
}

.funs_item2_left ul,
.funs_item1_right ul {
  padding-bottom: 4px;
}

.funs_item2_left ul li,
.funs_item1_right ul li {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-bottom: 6px;
  padding-left: 14px;
  position: relative;
}

.funs_item2_left ul li:before,
.funs_item1_right ul li:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #666666;
  width: 4px;
  height: 4px;
  left: 0;
  border-radius: 100%;
  top: 9px;
}

.service_box h2 {
  margin-top: 120px !important;
  padding-bottom: 10px !important;
  text-align: center;
}

.service_describe {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 22px;
  padding-bottom: 60px;
}

.service_list {
  margin: auto;
  height: 111px;
  width: 1138px;
  padding-bottom: 124px;
}

.service_list li {
  float: left;
  width: 201px;
  margin: 0 13px;
  height: 111px;
  background-repeat: no-repeat;
  background-position: 97px 28px;
}

.service_list li:first-child {
  background-image: url(../images/index/number1.png);
}

.service_list li:nth-child(2) {
  background-image: url(../images/index/number2.png);
}

.service_list li:nth-child(3) {
  background-image: url(../images/index/number3.png);
}

.service_list li:nth-child(4) {
  background-image: url(../images/index/number4.png);
}

.service_list li:last-child {
  background-image: url(../images/index/number5.png);
}

.service_list li b {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
}

.service_list li b img {
  width: 100%;
}

.service_list li p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.user_box {
  background-image: url(../images/index/user_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 443px;
}

.user_content {
  width: 1140px;
  height: 100%;
  margin: auto;
}

.user_content>div:first-child {
  float: left;
  width: 290px;
}

.user_content>div:last-child {
  float: right;
  width: 770px;
  height: 443px;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}

.user_content h3 {
  width: 290px;
  display: flex;
  align-items: center;
  height: 443px;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 45px;
}

.swiper-container3 {
  margin-top: 95px;
}

.swiper-container3 .swiper-slide {
  margin: 0 20px;
}

.swiper-container3 .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  left: 0px !important;
  background-image: url(../images/index/cur_left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.swiper-container3 .swiper-button-prev:hover {
  background-image: url(../images/index/choise_left.png);
}

.swiper-container3 .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  right: 0px !important;
  background-image: url(../images/index/cur_right.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.swiper-container3 .swiper-button-next:hover {
  background-image: url(../images/index/choise_right.png);
}

.swiper-container3 .swiper-slide {
  width: 345px !important;
}

.swiper-container3 .swiper-slide>div {
  padding: 30px;
  border: none;
  border-radius: 0;
  margin: 0;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.swiper-container3 .swiper-slide:hover>div {
  border: none;
  top: 0;
}

.swiper-container3 .swiper-slide p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: left;
  border-bottom: none;
  padding-bottom: 37px;
}

.swiper-container3 .swiper-slide p:last-child {
  padding-bottom: 0;
}

.swiper-container3 .swiper-slide b {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

.swiper-container3 .swiper-slide span {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  padding-left: 8px;
  position: relative;
  top: -8px;
}

.swiper-container3 .swiper-slide h5 {
  position: absolute;
  bottom: 50px;
}

.swiper-container3 .swiper-slide h6 {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  position: absolute;
  bottom: 30px;
}

.swiper-container3 .swiper-slide .dot {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.swiper-container3 .swiper-slide i {
  display: inline-block;
  width: 50px;
  height: 70px;
  background: #f5f5f5;
  position: absolute;
  right: -25px;
  bottom: -30px;
  transform: rotate(45deg);
}

.top {
  top: -23px;
}

.increase_sales h2 {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 45px;
  padding: 120px 0 60px 0;
}

.increase_sales>div {
  text-align: center;
}

.increase_sales>div a {
  display: inline-block;
  text-align: center;
  line-height: 38px;
  width: 200px;
  height: 38px;
  background: linear-gradient(180deg, #885dfc, #6744fd);
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #6644fc;
}

.increase_sales>div button:last-child {
  width: 160px;
  height: 38px;
  border: 1px solid #5524d8;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #6644fc;
  line-height: 20px;
  margin-left: 20px;
  background: #fff;
}

.increase_sales p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #999999;
  line-height: 20px;
  margin-top: 20px;
}

.faq_box h2 {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 45px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.faq_box>div {
  width: 1140px;
  margin: auto;
  overflow: hidden;
}

.faq_box_left {
  width: 680px;
  height: 546px;
  float: left;
}

.faq_box_right {
  width: 434px;
  height: 546px;
  float: right;
}

.faq_box_right img {
  width: 100%;
}

/* 鎵嬮鐞� */

.wrap {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 1px solid #eee;
}

.wrap>ul {
  border-radius: 5px
}

.wrap>ul>li {
  border-bottom: solid 1px #eeeeee;
  color: #333333;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  line-height: 34px;
  padding-left: 30px;
}

.wrap>ul>li:last-child {
  border-bottom: none;
}

.wrap>ul>li h4 {
  padding: 8px 0;
  font-weight: 600;
}

.wrap>ul li span {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  display: inline-block;
}

.wrap>ul>li .child-ul {
  background: #fff;
  display: none;
}

.wrap>ul>li .child-ul li {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding-bottom: 10px;
}

.station_box {
  width: 1140px;
  margin: auto;
}

.station_box h2 {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 45px;
  padding: 120px 0 60px 0;
}

.station_list {
  overflow: hidden;
}

#gundongAreaMain2 li,
#gundongAreaMain3 li {
  float: left;
  line-height: 38px;
  height: 38px;
  border: 1px solid #eeeeee;
  border-radius: 19px;
  padding: 0 20px;
  margin-right: 13px;
  margin-bottom: 24px;
}

#gundongAreaMain2 li span,
#gundongAreaMain3 li span {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 5px;
  padding-right: 10px;
}

#gundongAreaMain2 li span img,
#gundongAreaMain3 li span img {
  width: 100%;
}

/* 绔欑偣婊氬姩 */

#gundong {
  overflow: hidden;
  height: 40px;
  margin-bottom: 36px;
}

#gundongAreaMain1 {
  float: left;
  width: 800%;
}

#gundongAreaMain2,
#gundongAreaMain3,
#gundongAreaMain2 li,
#gundongAreaMain3 li {
  float: left;
}

.footer_box {
  width: 100%;
  padding-top: 63px;
  height: 226px;
  background: #f8f8f8;
}

.footer_box ul {
  width: 1140px;
  margin: auto;
  background: #007AFF;
}

.footer_box ul li {
  float: left;
}

.footer_box ul li:first-child {
  width: 116px;
  margin-right: 155px;
}

.footer_box ul li:nth-child(2) {
  width: 100px;
  margin-right: 100px;
}

.footer_box ul li:nth-child(3) {
  width: 270px;
  margin-right: 30px;
}

.footer_box ul li:nth-child(4) {
  width: 250px;
  margin-right: 30px;
}

.footer_box ul li h5 {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #333333;
  line-height: 22px;
}

.footer_box ul li img {
  width: 100%;
}

.footer_box ul li .qr_img {
  width: 80px;
  height: 80px;
  margin: auto;
}

.qr_img1 {
  margin-top: 20px !important;
}

.footer_box ul li:first-child p {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 17px;
  margin-top: 6px;
}

.footer_box ul li:nth-child(2) a {
  display: block;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 16px;
}

.footer_box ul li:nth-child(2) h5,
.footer_box ul li:nth-child(3) h5 {
  margin-bottom: 48px;
}

.footer_box ul li b {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-right: 16px;
}

.footer_box ul li:nth-child(3) p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 16px;
}

.footer_box ul li:nth-child(4) b {
  display: block;
  margin-top: 70px;
  margin-bottom: 14px;
}

.footer_box ul li:nth-child(4) p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 24px;
}

.qr_img2 {
  margin-top: 44px !important;
  margin-bottom: 6px;
}

.footer_box ul li:nth-child(5) p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
}

footer {
  width: 1140px;
  height: 60px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  line-height: 60px;
  margin: auto;
}

footer a {
  color: #666666;
  font-size: 14px;
}

/* 鐧诲綍寮圭獥 */

.modal {
  display: none;
  bottom: 0;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  background: rgba(00, 00, 00, 0.4);
}

.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  width: 302px;
  background: #fff;
  padding: 20px 30px;
  position: relative;
  border-radius: 5px;
}

.modal-content h2 {
  color: #3d3d3d;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
  padding-bottom: 8px;
}

.modal_describe {
  color: #3d3d3d;
  font-size: 14px;
  text-align: center;
  padding-bottom: 16px;
}

.user_email,
.user_password,
.message_code {
  border: 1px solid rgba(0, 0, 0, .15);
  background: #e8f0fe;
  width: 96%;
  height: 36px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.img_verification_code,
.iphone_code {
  float: left;
  width: 178px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 5px;
  padding-left: 10px;
  font-size: 16px;
}

.img_code,
.get_code {
  float: right;
  width: 98px;
  height: 38px;
}

.modal-content>div {
  margin-bottom: 20px;
  overflow: hidden;
}

.get_code {
  background: linear-gradient(180deg, #885dfc, #6744fd);
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.message_code {
  background: #fff !important;
}

.register_button {
  width: 100%;
  height: 38px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(180deg, #885dfc, #6744fd);
  color: #fff;
  font-size: 16px;
}

.modal-content .from_item {
  color: #495057;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}

.modal-content .from_item a {
  color: #05d5ff;
  padding-left: 5px;
}

.tracker_qr {
  width: 100%;
 height: 83px;
  border-top: 1px solid #e9ecef;
  margin-bottom: 0 !important;
}

.tracker_qr img {
  width: 83px;
  height: 83px;
  display: block;
  margin: 5px auto;
}

.more_describe {
  color: #999;
  font-size: 12px;
  text-align: center;
}

.close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #495057;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
}

.error_tips {
  display: block;
  font-weight: 400;
  color: #ff7375;
  font-size: 13px;
  text-align: center;
  padding-bottom: 8px;
  display: none;
}

/* 鏀粯鏂瑰紡 */

.payMethodMode,
.importantClauseMode {
  display: none;
  bottom: 0;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  background: rgba(00, 00, 00, 0.4);
}

.payMethodDialog,
.importantClauseDialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payMethodContent,
.importantClauseContent {
  background: #fff;
  padding: 20px 30px;
  position: relative;
  border-radius: 5px;
}

.payMethodContent h2 {
  color: #3d3d3d;
  font-size: 24px;
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
  padding-bottom: 30px;
}

.payMethodContent button {
  padding: 0 40px;
  border: none;
  height: 36px;
  background: linear-gradient(180deg, #885dfc, #6744fd);
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 10px 30px 10px;
}

.payMethodContent .btn_box {
  border-bottom: 1px solid #eee;
}

.payMethodContent p {
  font-size: 14px;
  text-align: center;
  color: #999999;
  line-height: 20px;
}

.payMethodClose,
.importantClauseClose {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #495057;
  font-weight: normal;
  font-size: 20px;
  cursor: pointer;
}

.payMethodContent img {
  width: 80px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.importantClauseContent {
  padding: 0 0 10px 0;
}

.importantClauseContent .logo {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  overflow: hidden;
}

.importantClauseContent .logo img {
  width: 100%;
}

.importantClauseContent h3 {
  font-size: 20px;
  text-align: center;
  font-family: PingFangSC, PingFangSC-Semibold;
  padding: 45px 30px 10px 30px;
}

.describe {
  background: #eee;
  padding-bottom: 10px;
}

.importantClauseContent .describe span {
  display: block;
  width: 200px;
  font-size: 14px;
  text-align: center;
  margin: auto;
  color: #333333;
  line-height: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.importantClauseContent .describe p {
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
}

.importantClauseContent .body h3 {
  text-align: center;
  font-family: PingFangSC, PingFangSC-Semibold;
  padding-bottom: 30px;
  padding-top: 20px;
}

.importantClauseContent ul li {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  padding-left: 50px;
}

.importantClauseContent .body p {
  color: #666666;
  line-height: 22px;
  padding: 0 50px;
  margin-top: 20px;
  font-size: 14px;
}

.importantClauseContent .body button {
  height: 36px;
  background: linear-gradient(180deg, #885dfc, #6744fd);
  border-radius: 5px;
  display: block;
  border: none;
  font-size: 14px;
  color: #ffffff;
  width: 90%;
  margin: 30px auto;
}

#send_code_btn:disabled {
  opacity: 0.7;
}

.register_button:hover,
.get_code:hover,
.importantClauseContent .body button:hover,
.payMethodContent button:hover {
  background: linear-gradient(180deg, #7644fd, #5933ff);
}

.loading {
  width: 50px;
  height: 50px;
  margin: auto;
}

.loading img {
  width: 100%;
}

/* 骞翠腑澶т績 */

.promotion_text {
  text-align: center;
  font-size: 20px;
  font-family: AppleColorEmoji;
  line-height: 29px;
  color: #fff;
  padding-bottom: 30px;
}

.promotion_text span {
  font-size: 26px;
}

.promotion_text>b {
  display: inline-block;
  width: 20px;
  height: 24px;
  position: relative;
  bottom: -3px;
  margin: 0 1px;
}

.promotion_text>b img {
  width: 100%;
  height: 100%;
}

.promotion_advertisement {
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, red, #F44B33, #E31B12);
  -webkit-background-clip: text;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-size: 22px;
}

.promotion_advertisement span {
  font-size: 28px;
  margin-right: 20px;
}

.promotion_advertisement b {
  width: 43px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  top: -3px;
}

.promotion_advertisement b img {
  width: 100%;
  height: 100%;
}
.free_trial {
  width: 1140px;
  position: absolute;
  right: calc(50vw - 570px);
  background-color: white;
  border-radius: 0px 0px 12px 12px;
transition: 0.2s;
opacity: 0;
z-index: -1;
height: 0;
  padding: 30px;
overflow: hidden;
}

.free_trial_title {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
margin-bottom: 18px;
}

.free_trial_title span {
  width: 3px;
  height: 16px;
  background: #6644FC;
  border-radius: 2px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
}
.opacity{
opacity:1 !important;
z-index: 1;
height: auto !important;
overflow:unset;
}
.free_trial_title .title_right {

  width: 140px;
  /* height: 38px; */
  padding: 9px 0;
  font-weight: normal;
  color: #6644FC;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #6644FC;
  text-align: center;
cursor: pointer;
}

.free_trial_content ul {
  display: flex;
  justify-content: space-around;
}

.free_trial_content li {
  width: 247px;
  height: 194px;
  background: #F9FAFB;
  border-radius: 10px;
text-align: center;
padding: 0 20px;
}
.free_trial_content li p:nth-last-child(1) {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.free_trial_content li p:nth-last-child(2) {
  font-size: 14px;
  font-weight: 600;
  margin: 18px 0 12px 0;
}
.free_trial_content li p:nth-last-child(3) img{
height: 42px;
width: 42px;
margin-top: 33px;
}

.signIn_model{
position: fixed;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
}

.signIn_content{
position: relative;
/* width: 960px; */
height: 560px;
background: #FFFFFF;
border-radius: 10px;
display: flex;
font-size: 14px;
color: #333333;
}

.content_rigth {
  height: 100%;
  width: 340px;
  max-width: 460px;
padding: 60px;
}
.rigth_title{
text-align: center;
margin-bottom: 24px;
}
.rigth_form{
position: relative;
}

.rigth_form>div{
margin-bottom: 16px;
}
.rigth_form input{
outline: none !important;
background: #FAFBFF !important;
border: none;
border-radius: 4px;
font-size: 14px;
padding: 11px 20px;
/* width: 340px; */
width: 300px;
height: 20px;
}

/* 新增样式*/
.howToGet {
  width: 100%;
  height: 650px;
  background: url(../images/index/howToGet.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-bottom: 16px;
}
.buttonInfo{
  background-color: #fff;
  width: 480px;
  height: 280px;
  position: absolute;
  top: 250px;
  right: 160px;
  border-radius: 16px;
  padding:32px 0 0 16px;
}
.buttonInfo-title{
  font-size: 36px;
  margin-bottom: 32px;
}
.buttonInfo-line{
  margin-bottom: 8px;
}
.buttonInfo-remark{
  margin-top: 16px;
  margin-bottom: 32px;
}

.buttonCom{
  background-color: #000;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #0098f5;
  cursor: default;
}

.swiper-wrapper .swiper-slide:hover .feeButton {
  background: linear-gradient(180deg, #885dfc, #6744fd) !important;
  color: #ffffff !important;
}
.feeButton {
  display:inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #6644fc;
  border-radius: 21px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #6644fc;
  margin-top: 30px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}