/* 头部 */
#mainmenu-area.scrolled {
  background: #ffffff !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header {
  height: 64px;
  /* background: #000000; */
  background: transparent;
  color: #222;
  z-index: 2020 !important;
  position: relative;
}

.header {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-logo {
  float: left;
  height: 42px;
}

.header-tabs {
  float: right;
  width: 380px;
}

.header-lang select {
  display: block;
  width: auto;
  padding: 0 2%;
  margin: 0 auto;
  height: 100%;
  border: none;
  color: #222;
  background-color: #7f50fa;
  text-align-last: center;
  text-align: center;
}

.header-lang select option {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url("../image/down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 4px;
  margin-bottom: 4px;
}

.header-tabs .mainmenu {
  float: right;
  height: 100%;
  font-size: 22px;
  justify-content: space-between;
}

.header-tabs ul .tabs {
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  position: relative;
}
.header-tabs ul .tabs .nav-link {
  color: #222222;
}

.header-tabs ul li .hover:hover {
  opacity: 1;
  color: #222;
  text-decoration: none;
}

.header .mainmenu {
  display: flex;
}

.mainmenu li a:after {
  position: absolute;
  right: 0;
  top: 38px;
  bottom: 15px;
  height: 8px;
  content: "";
background: linear-gradient( 314deg, #E057FF 0%, #4EACFF 100%);
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  z-index: 2020;
}

.mainmenu li a.active:after,
.mainmenu li:hover a:after {
  width: 24px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}

.mainmenu li ul li a:after {
  opacity: 0;
}

.animate_bg {
  position: absolute;
  animation: animatepic 3s linear infinite;
}

@keyframes animatepic {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0deg);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 下拉框 */
.dropdowns {
  color: #222222;
  position: relative;
}

.dropdowns input {
  outline-style: none;
  outline: none;
  border: none;
  background-color: #7f50fa;
  cursor: pointer;
  border: 1px solid #222222;
  border-radius: 8px;
}

.dropdown-menu_1 {
  width: 100%;
  text-align: center;
}

.dropdown-menu_1 li {
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}

.dropdown-menu_1 li a {
  text-decoration: none;
  color: #000000;
}
.dropdown-menu_1 li:first-child {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}
.click-active a {
  color: rgba(127, 80, 250, 1) !important;
}

.xiala {
  position: absolute;
  right: 7px;
  top: 45%;
  width: 12px;
  height: 6px;
  transform-origin: 50% 50%;
}
.xiala img {
  display: block;
  width: 100%;
}

.xiala-animation {
  animation: iconAnimate 1s;
  animation-fill-mode: forwards;
}

@keyframes iconAnimate {
  0% {
    transform: translateY(-0%) rotate(0);
  }
  100% {
    transform: translateY(-0%) rotate(180deg);
  }
}

/* 主体-视频部分 */
.slide-img {
  width: 600px !important;
  height: 818px !important;
     animation: slide-in 1s ease-in-out;
}
.yun{
    position: absolute;
    width: 217px !important;
    height: 38px !important;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);

}

    @keyframes slide-in {
      from {
        transform: translateX(100%);
      }

      to {
        transform: translateX(0);
      }
    }

.video {
  height: 1000px;
  position: relative;
  background: url("../../assets/image/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.video-download {
  position: absolute;
  text-align: center;
width: 577px;
  color: #222;
  left: 50%;
  top: 0;
  margin-top: 230px;
  transform: translateX(-50%);
}

.video video {
  vertical-align: bottom;
}
.content {
  overflow: hidden;
  margin-top: -64px;
}
.content video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.download-logo {
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.video-download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.download-txt {
  font-family: HarmonyOS_Sans_Black;
font-size: 50px;
color: #222222;
margin-bottom: 20px;
  /* margin: 25px 0 70px 0; */
}
.ios-icon{
  width: 30px;
  height: 30px;
}
.download-box {
  width: 282px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.download-box,
.download-app {
  width: 282px;
  height: 64px;
  background: linear-gradient(314deg, #e057ff 0%, #4eacff 100%);
border-radius: 20px;
  font-family: HarmonyOS_Sans_Black;
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-app-img {
  width: 28px;
  height: 28px;
  margin-right: 11px;
}
.video-download a {
  text-decoration: none !important;
}
.black {
  color: #000;
}
.ios,
.android {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 240px;
  /* background-color: #222; */
  border-radius: 8px;
  color: #222222;
}
.android:first-child {
  margin-right: 20px;
}

.download-icon {
  color: #000;
  height: 26px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 18px 0;
}
.download-icon a {
  color: #000;
}
.download-box .icon {
  color: #39b448;
  font-size: 22px;
}
.download-box .ios-icon {
  color: #000;
  font-size: 22px;
}
.download-box :hover {
  cursor: pointer;
  background-color: #7f50fa !important;
  color: #222 !important;
}
.download-box :hover .icon {
  color: #222 !important;
}
.download-box :hover a {
  color: #222 !important;
}

.down-animation {
  animation: downAnimate 1s;
  animation-fill-mode: forwards;
}

@keyframes downAnimate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.download-pull {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pull-icon {
  margin: 0 auto 16px;
  width: 50px;
}

/* 主体-banner部分 */

.content .banner {
  width: 100%;
  height: 1150px;
}

.banner:nth-child(2n) {
 background: url(../image/content2.png);
 background-size: cover;
}

.box-left {
  float: left;
  width: 50%;
}

.box-right {
  float: right;
  width: 50%;
}

.banner-left {
  height: 100%;
  float: left;
  color: #666666;
  font-size: 24px;
}

.banner-left div {
  /* width: 352px; */
}

.banner-right {
  float: right;
  height: 100%;
}

.banner-right1 {
  position: absolute;
  top: 128px;
  right: 0px;
}

.banner-right2 {
  position: absolute;
  top: 253px;
  right: 274px;
}
.gift {
  position: absolute;
  top: 238px;
  right: -287px;
  width: 111px !important;
  height: 121px !important;
}
.banner-right3 {
  position: absolute;
  top: 282px;
  right: 280px;
}

.banner-right img,
.banner-right3 img {
  width: 354px;
}

.banner-right2 img {
  width: 100px;
  height: 88px;
}

.txt-mid {
  margin: 24px 0;
  color: #222222;
  font-size: 60px;
  width: 352px;
}

.txt-top {
  margin-top: 384px;
  font-size: 24px;
  color: #666666;
}

.txt-bottom {
  font-size: 24px;
  color: #666666;
  line-height: 33px;
}

/* 
  * banner1
 */

.banner1-left {
  float: left;
}

.banner1-left .txt-mid {
  width: 412px;
}

.banner1-right {
  float: right;
}

.banner1-left img {
  width: 496px;
}

.banner1-left2 img {
  width: 432px;
}

.banner1-left1 {
  position: absolute;
  top: 200px;
  left: 30px;
}

.banner1-left2 {
  position: absolute;
  top: 190px;
  left: 223px;
  z-index: -1;
}

/* 
  *banner3
 */

.banner3-left {
  float: left;
}

.banner3-left div {
  width: 518px;
}

.banner3-right {
  float: right;
}

.banner3-right1 {
  position: absolute;
  top: 187px;
  right: 0;
}

.banner3-right1 img {
  width: 497px;
}

/* footer */
.foot-nav-menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.foot-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.foot-nav-text {
  color: #666;
  font-size: 16px;
}

/* 鼠标悬停效果 */
.foot-nav-item::after {
  content: '|';
  width: 1px;
height: 20px;
color: #eee;
position: absolute;
right: -60px;
}
.foot-nav-item:last-child::after {
  content: '';
}
.foot {
  vertical-align: bottom;
  color: #222;
  /* height: 72px; */
  box-sizing: border-box;
  padding: 13px 0 20px;
  text-align: center;
background: #FFFFFF;
}

.foot p {
  margin: 10px auto 0;
  font-size: 12px;
  opacity: 0.5;
}

.foot-icon {
  margin: 0 auto 0;
  width: 85px;
}

.foot-tip {
  font-size: 12px;
  cursor: pointer;
}
.foot-tip:hover {
  color: blue;
}

.f-box,
.f-box-span {
  display: inline-block;
}
.f-box-span {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.f-box-span a {
  text-decoration: underline;
}

/* about页面 */
.content-middle {
  font-size: 16px;
  background-color: rgba(244, 246, 254, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.middle-logo img {
  width: 233.72px;
}
.content-middle .container {
  background-color: #fff;
}
.content-box {
  background-color: #fff;
  width: 868px;
  margin: 0 auto 0;
  padding-top: 118px;
  padding-bottom: 250px;
}
.content-box p {
  line-height: 22px;
  text-align: left;
  line-height: 40px;
}
.content-middle h4 {
  font-size: 30px;
}
.margin-10 {
  margin-top: 10px;
}
.margin-70 {
  margin-top: 70px;
}
.margin-24 {
  margin-top: 24px;
}

h5 {
  font-weight: bold !important;
  text-align: left;
}

.gg-down {
  background-image: url(../image//google.png);
  width: 100%;
  height: 62px;
  margin: 0 !important;
  background-size: 100% 100%;
  border-radius: 8px;
  overflow: hidden;
}
.down-page {
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
}
.down-tips {
  width: 520px;
  height: 160px;
}
.down-tips img {
  display: block;
  width: 100%;
}

.official-down-tips {
  margin-top: 20px;
  width: 504px;
  height: 64px;
  padding-left: 27px;
  text-align: left;
  line-height: 64px;
  background: url(../image//button—bg.png);
  background-size: 100% 100%;
}
.official-down-tips a {
  display: block;
}

.official-down-tips a:hover {
  color: #222;
}
.modal {
  display: none;
  /* 默认隐藏 */
  position: fixed;
  /* 固定定位 */
  z-index: 1;
  /* 设置在顶层 */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;*/
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* 弹窗内容 */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px 40px 30px 40px;
  border: 1px solid #888;
  width: 390px;
  height: 206px;
  box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.11);
  border-radius: 20px !important;
  position: relative;
}
.modal-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}

.modal-content .content {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 30px;
}
/* 关闭按钮 */
.dialog-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.dialog-close img {
  width: 32px;
  height: 32px;
  /* color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; */
}

.dialog-close:hover,
.dialog-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.dialog-btn {
  width: 144px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #cccccc;
  font-family: HarmonyOS_Sans_Black;
  font-size: 16px;
  line-height: 48px;
  color: #666666;
  margin-right: 20px;
}

.bg-purple {
  width: 144px;
  height: 48px;
  background: linear-gradient(314deg, #e057ff 0%, #4eacff 100%);
  border-radius: 24px;
  border: none;
  font-family: HarmonyOS_Sans_Black;
  font-size: 16px;
  color: #222222;
}

.dialog-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.swiper-pagination-bullet-active{
  width: 23px !important;
height: 8px !important;
background: linear-gradient( 314deg, #E057FF 0%, #4EACFF 100%) !important;
border-radius: 5px !important;
}
.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner2{
  position: relative;
  width: 100%;
  height: 100%;
}
.c-container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding:0 4rem 3rem; */
}
.c-box{
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  margin-right: 7rem;
}
.c-dot{
  width: 53px !important;
  height: 53px !important;
  margin-bottom: 30px;
}
.c-title{
font-weight: 600;
font-size: 50px;
color: #222222;
margin-bottom: 30px;
text-align: left;
}
.c-txt{
font-weight: 400;
font-size: 24px;
color: #666666;
text-align: left;
}
/* 自定义导航按钮样式 */
.swiper-button-next{
    width: 40px !important;
  height: 110px !important;
  background: url(../image/right.png);
  right: 3rem !important;
}
.swiper-button-prev {
  background: url(../image/left.png);
  width: 40px !important;
  height: 110px !important;
  left:  3rem !important;
}
.swiper-pagination-bullets{
  bottom: 80px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
 content: none !important;
}

/* 自定义分页器样式 */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}