@font-face {
  font-family: "AlibabaSans-Medium";
  src: url("../font/AlibabaSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaPuHuiTi-3-55";
  src: url("../font/AlibabaPuHuiTi-3-55-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlibabaSans-Heavy";
  src: url("../font/AlibabaSans-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* 针对PC */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
@media (min-width: 600px) {
  .mian-box {
    max-width: 1920px !important;
    /* min-width: 1920px !important; */
    background-color: #0f0f0f;
    min-height: 100vh;
    margin: 0 auto;
    user-select: none;
    min-width: 1200px;
  }
  .source-box {
    color: #fff;
    position: fixed;
    right: 20px;
    top: 11vw;
    width: 60px;
    height: 427px;
    border: 1px solid #575757;
    z-index: 9999;
  }
  .source-box .source-zd {
    position: absolute;
    top: -1px;
    left: -31px;
    border: 1px solid #575757;
    width: 30px;
    height: 40px;
    border-right: none;
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    user-select: none;
    z-index: 999;
    font-size: 18px;
  }
  .source-box .source-text {
    writing-mode: vertical-rl; /* 或者 vertical-lr */
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 12px;
    margin-left: 5px;
  }
  .source-box .source-img {
    padding-top: 50px;
    position: relative;
  }
  .source-box .source-img .source-code {
    position: absolute;
    bottom: -39px;
    left: -340px;
    height: 240px;
    width: 340px;
    border: 1px solid #575757;
    display: flex;
    margin: 0;
    z-index: 999;
    display: none;
    opacity: 0.9;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .source-box .source-img .source-code-on {
    left: -170px;
    width: 170px;
    height: 260px;
  }
  .source-box .source-img .source-code .source-code-qr {
    width: 170px;
    height: 200px;
    margin: 0;
  }
  .source-code .source-code-qr .scq-wx-img1 {
    width: 150px;
    height: 150px;
  }
  .source-code .source-code-qr .scq-wx1-text1 {
    width: 100%;
  }
  .source-code .source-code-qr .scq-wx1-text1 > div {
    width: 100%;
    height: 10px;
    font-size: 10px;
    color: #8e8e8e;
    text-align: center;
  }
  .source-code .source-code-qr .scq-wx-title1 {
    width: 100%;
    /* height: 10px; */
    font-size: 16px;
    color: #c1c1c1;
    text-align: center;
    margin: 0;
    height: 20px;
    transform: translateY(-5px);
  }
  .source-box .source-code .source-code-qr img {
    width: 100%;
    height: 100%;
  }
  .source-box .source-img div {
    width: 40px;
    height: 40px;
    margin: 7px auto;
    cursor: pointer;
  }
  .source-box .source-img div img {
    width: 100%;
    height: 100%;
  }

  .top-box {
    width: 60px;
    height: 60px;
    border: 2px solid #494949;
    position: fixed;
    right: 40px;
    bottom: 120px;
    border-radius: 30px;
    color: #fff;
    /* text-align: center;
    line-height: 60px; */
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-text {
    width: 60px;
    position: fixed;
    right: 40px;
    bottom: 90px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    color: #494949;
  }
  .top-box:hover {
    border-color: #e86a16;
    color: #e86a16;
  }

  .header {
    height: 80px;
    background-color: #040404;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #303030;
  }
  .header .header-icon {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 202px;
    height: 53px;
    background-position: center;
    transform: translateY(-50%);
  }
  .header .header-icon img {
    width: 100%;
    height: 100%;
  }
  .nav-links {
    color: #fff;
    position: absolute;
    right: 100px;
    display: flex;
    align-items: center;
  }
  .nav-links li {
    width: 11vw;
    max-width: 180px;
    cursor: pointer;
  }
  .nav-links li:hover {
    color: #e86a16;
  }
  .nav-links li span {
    display: block;
  }
  .nav-links li span:nth-of-type(1) {
    font-size: 16px;
    /* font-weight: 600; */
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .nav-links li span:nth-of-type(2) {
    font-size: 10px;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .nav-icon {
    display: none;
  }
  .lang-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  .lang-box .lang-btn-cn {
    right: 37px;
  }
  .lang-btn:hover {
    color: #e86a16;
    border: 1px solid #e86a16;
    z-index: 2;
  }
  .banner {
    padding: 40px;
    position: relative;
    display: flex;
    color: #fff;
  }
  .banner .banner-img {
    width: 30%;
    max-width: 630px;
    max-height: 890px;
    margin-left: 8%;
    cursor: pointer;
  }
  .banner .banner-img img {
    width: 100%;
    height: 100%;
  }
  .banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 2px;
    background-color: #303030;
  }
  .banner-title {
    padding-left: 10%;
    flex: 1;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
  }
  .banner-title .banner-title-text div:nth-of-type(1) {
    font-size: 50px;
    font-weight: 600;
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .banner-title .banner-title-text div:nth-of-type(2) {
    font-size: 50px;
    font-weight: 600;
  }
  .banner-title .banner-title-text div:nth-of-type(3) {
    font-size: 25px;
  }
  .banner-btn {
    margin-top: 80px;
  }
  .banner-btn span {
    display: inline-block;
  }
  .banner-btn .btn-pay {
    width: 240px;
    height: 44px;
    background-color: #e86a16;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .banner-btn .btn-fx {
    width: 120px;
    height: 44px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: none;   //111111111111111111
  }
  .btn-fx .icon {
    font-size: 20px;
  }
  .banner .banner-tag {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .banner .banner-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .banner .banner-tag-z {
    position: absolute;
    bottom: 64px;
    left: 8px;
    width: 80px;
    height: 30px;
    transform: rotate(90deg);
  }
  .banner .banner-tag-z img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-tag div {
    font-size: 14px;
    text-align: right;
  }
  .banner .banner-tag .tag-one {
    margin-bottom: 10px;
  }

  .activity {
    color: #fff;
    padding: 100px 0;
    position: relative;
  }
  .activity::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 2px;
    background-color: #303030;
  }
  .activity-title {
    padding-left: 40px;
    margin-bottom: 100px;
  }
  .activity .activity-content {
    display: flex;
  }
  .activity-content .c-img {
    width: 30%;
    max-width: 630px;
    max-height: 890px;
    /* margin-left: 8%; */
  }
  .activity-content .c-img img {
    width: 100%;
    /* height: 100%; */
  }
  .c-title {
    padding-left: 5%;
    padding-right: 15%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
  }
  .c-title .banner-title-text div:nth-of-type(2) {
    font-size: 50px;
    font-weight: 600;
  }
  .c-title .banner-title-text div:nth-of-type(3) {
    font-size: 50px;
    font-weight: 600;
  }
  .c-title .banner-title-text div:nth-of-type(4) {
    font-size: 25px;
    color: #9ca0a8;
    margin-top: 30px;
  }
  .acti-tx {
    height: 40px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 20px;
  }
  .banner-title-text .a-t-date {
    color: #9ca0a8;
    margin-top: 120px;
    margin-bottom: 10px;
  }
  .banner-title-text .a-t-acc {
    color: #9ca0a8;
  }
  .acti-tx .acti-tx-icon {
    width: 30px;
    height: 30px;
    background-color: #ebdc5a;
    margin-right: 10px;
  }
  .acti-tx .acti-tx-text {
    font-size: 18px;
  }
  .acti-tx span {
    display: inline-block;
  }
  .banner-btn {
    margin-top: 80px;
  }
  .banner-btn span {
    display: inline-block;
  }
  .banner-btn .btn-pay {
    width: 240px;
    height: 44px;
    background-color: #e86a16;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .banner-btn .btn-fx {
    width: 120px;
    height: 44px;
    border-radius: 3px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
  }
  .banner-btn .btn-fx:hover {
    border: 1px solid #e86a16;
    color: #e86a16;
  }
  .banner .banner-tag {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .banner .banner-tag div {
    font-size: 14px;
    text-align: right;
  }
  .banner .banner-tag .tag-one {
    margin-bottom: 10px;
  }
  .activity-banner {
    margin-top: 100px;
    width: 100%;
    height: 384px;
  }

  .news {
    display: flex;
    color: #fff;
    height: 700px;
    padding: 0 2%;
    position: relative;
  }
  .news .news-title {
    width: 30%;
    padding-top: 40px;
  }
  .news .news-title div:nth-of-type(1) {
    font-size: 50px;
    font-weight: 600;
  }
  .news .news-title div:nth-of-type(2) {
    font-size: 25px;
  }
  .news .news-list {
    width: 70%;
  }
  .news-list .news-list-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .news-list .news-list-btn div {
    height: 44px;
    width: 240px;
    background-color: #e86a16;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
  }
  .new-list-all ul li {
    border-bottom: 1px solid #373737;
    padding: 20px 0;
    display: flex;
    align-items: center; /* 垂直居中 */
    font-size: 20px;
    cursor: pointer;
  }
  .new-list-all ul li:nth-of-type(1) {
    border-top: 1px solid #373737;
  }
  .new-list-all ul li:hover {
    color: #e86a16;
    border-bottom-color: #e86a16;
  }
  .new-list-all ul .li-date {
    width: 15%;
  }
  .new-list-all ul .li-content {
    width: 80%;
  }
  .new-list-all ul .li-icon {
    width: 5%;
    text-align: right;
    font-size: 30px;
  }
  .new-list-all ul .li-date span {
    display: block;
  }
  .new-list-all ul .li-date span:nth-of-type(1) {
    font-size: 12px;
    color: #6f6f6f;
    /* text-align: center; */
  }
  .new-list-all ul .li-date span:nth-of-type(2) {
    display: block;
    color: #fff;
  }
  .about {
    width: 100%;
    height: 1080px;
    /* background-color: #1a1a1a; */
    background: url(../assets/about-bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .about .about-title {
    color: #fff;
    padding: 2vw 2%;
  }
  .about-title-big {
    font-size: 50px;
    font-weight: 600;
  }
  .about-title-min {
    font-size: 25px;
  }
  .about .about-content-big {
    font-size: 100px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 5%;
  }
  .about .about-content-l {
    font-size: 20px;
    color: #b9bec8;
    text-align: center;
    margin: 0 auto;
    /* margin: 20px 0; */
    Width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .about-more {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 8%;
  }
  .about-more .about-more-btn {
    width: 240px;
    height: 44px;
    background-color: #e86a16;
    line-height: 44px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  .link {
    height: 615px;
    width: 100%;
    background-color: #040404;
    border-top: 2px solid #2d2d2d;
    display: flex;
    color: #fff;
    padding: 4vw 40px;
    box-sizing: border-box;
  }
  .link div {
    width: 50%;
  }
  .link-left .link-l-img {
    width: 30%;
    /* aspect-ratio: 1 / 1; */
    margin-bottom: 15%;
  }
  .link-left .link-l-img img {
    width: 100%;
    height: 100%;
  }
  .link-left .link-img-text {
    width: 100%;
    font-size: 14px;
    margin: 5px 0;
    color: #404040;
    cursor: pointer;
  }
  .link-right {
    padding-left: 10%;
    transform: translateY(-25px);
  }
  .link-right .l-rigth-nav {
    margin: 10px;
    cursor: pointer;
    display: block;
  }
  .link-right .l-rigth-nav:hover {
    color: #e86a16;
  }
  .link-right .l-rigth-nav span {
    display: block;
  }
  .link-right .l-rigth-nav span:nth-of-type(1) {
    font-size: 40px;
    font-weight: 500 !important;
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .link-right .l-rigth-nav span:nth-of-type(2) {
    font-size: 18px;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    padding: 60px 0 !important;
  }
  .mag-box {
    width: 60%;
    /* height: 100%; */
    margin: 0 auto;
    position: relative;
  }
  .mag-box .before {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-30%);
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 40px;
    /* text-align: center;
    line-height: 80px; */
    font-size: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mag-box .before:hover {
    border: 1px solid #e86a16;
    color: #e86a16;
  }
  .mag-box .after {
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-30%);
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 40px;
    /* text-align: center;
    line-height: 80px; */
    font-size: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mag-box .after:hover {
    border: 1px solid #e86a16;
    color: #e86a16;
  }

  .mag-box .swiper-button-prev,
  .mag-box .swiper-button-next {
    background-color: #007bff; /* 背景颜色 */
    color: white; /* 文字颜色 */
    padding: 10px; /* 内边距 */
    border-radius: 5px; /* 圆角 */
    cursor: pointer; /* 鼠标悬停样式 */
    outline: none;
    transform: translateX(-20px);
    z-index: 99999;
  }
  .mag-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .mag-box .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .mag-box .swiper-slide-active,
  .mag-box .swiper-slide-duplicate-active {
    transform: scale(1);
  }

  .wiper-text {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #e86a16;
    display: none;
  }
  .wiper-text .wt-bt {
    text-align: left;
  }
  .share-box {
    display: none;
  }
  .ftt-en {
    font-family: "AlibabaSans-Medium", sans-serif;
    font-weight: 500 !important;
  }
  .ftt-en-he {
    font-family: "AlibabaSans-Heavy", sans-serif;
    font-weight: 500 !important;
  }
  .ftt-cn {
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
    font-weight: 500 !important;
  }

  .a-t-x,
  .a-t-tz {
    max-width: 600px;
  }

  .wt-bt-icon .icon {
    font-size: 30px;
  }

  .code-pup {
    display: none;
  }

  /* -------------------------------------- ---------------------------------------*/
  .swiper {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mySwiper {
    width: 100% !important;
  }
  .swiper-slide-banner {
    width: 100% !important;
    background: none;
    border: none !important;
  }
  .swiper-pagination-banner {
    left: 15px !important;
    width: 8% !important;
  }
  .swiper-pagination-banner .swiper-pagination-bullet {
    width: 15px;
    height: 1px;
    text-align: center;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    margin: 15px !important;
    border-radius: 0;
    background-color: #fff;
    
  }
  .swiper-pagination-banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #e86a16;
    width: 30px;
  }
  .my-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .my-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
  }
  .banner-tag-md {
    display: none;
  }
}































/* ----------------------------------------------- */

/* 针对手机 */
@media (max-width: 600px) {
  body {
    --device: mobile;
  }
  .mian-box {
    background-color: #0f0f0f;
    max-width: 100vw;
    min-height: 100vh;
    color: #fff;
    position: relative;
    /* padding: 0 15px; */
  }
  .header {
    height: 80px;
    background-color: #040404;
    position: relative;
  }
  .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #303030;
  }
  .nav-links,
  .lang-btn,
  .nav-icon-cha {
    display: none;
  }
  .nav-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
  }
  .nav-icon img {
    width: 100%;
    height: 100%;
  }
  .header .header-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 161.6px;
    height: 42.4px;
    background-position: center;
    transform: translateY(-50%);
  }
  .header .header-icon img {
    width: 100%;
    height: 100%;
  }
  .nav-links {
    width: 100%;
    position: absolute;
    top: 20vw;
    left: 0;
    padding: 0;
    z-index: 2;
  }
  .nav-links li {
    text-align: center;
    margin: 30px 0;
  }
  .nav-links li span {
    display: block;
  }
  .nav-links li span:nth-of-type(1) {
    font-size: 20px;
    /* font-weight: 600; */
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .nav-links li span:nth-of-type(2) {
    font-size: 12px;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .nav-links li:hover {
    color: #e86a16;
  }

  .lang-box {
    position: absolute;
    top: 120vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* z-index: 1; */
  }
  .lang-box .lang-btn {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #fff;
    color: #fff;
    margin: 25px;
    text-align: center;
    /* z-index: 1; */
  }
  .lang-btn-color {
    color: #fff !important;
    border: 1px solid #e86a16 !important;
  }

  .mask {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #010101;
    opacity: 0.9;
    z-index: 1;
    display: none;
  }

  .source-box {
    color: #fff;
    position: fixed;
    right: 0px;
    top: 100px;
    width: 0px;
    height: 427px;
    border: 1px solid #575757;
    z-index: 9999;
  }
  .source-box .source-zd {
    position: absolute;
    top: -1px;
    left: -31px;
    border: 1px solid #575757;
    width: 30px;
    height: 40px;
    border-right: none;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    user-select: none;
    z-index: 999;
    font-weight: 400;
  }
  .source-box .source-text {
    writing-mode: vertical-rl; /* 或者 vertical-lr */
    padding-top: 12px;
    box-sizing: border-box;
    font-size: 12px;
    margin-left: 5px;
  }
  .source-box .source-img {
    padding-top: 50px;
    display: none;
  }
  .source-box .source-img div {
    width: 40px;
    height: 40px;
    margin: 5px auto;
    cursor: pointer;
  }
  .source-box .source-img div img {
    width: 100%;
    height: 100%;
  }

  .top-box {
    width: 46px;
    height: 46px;
    border: 1px solid #505050;
    position: fixed;
    right: 40px;
    bottom: 40px;
    border-radius: 23px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
    z-index: 9999;
  }
  .top-text {
    width: 48px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .banner {
    position: relative;
    padding: 0 15px;
    padding-bottom: 40px;
  }
  .banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 2px;
    background-color: #303030;
  }
  .top-box:hover {
    border-color: #e86a16;
    color: #e86a16;
  }
  .banner .banner-img {
    width: 100%;
  }
  .banner .banner-img img {
    width: 100%;
  }
  .banner .banner-title .banner-title-text {
    font-size: 30px;
    padding: 20px;
    /* font-weight: 600; */
  }
  .banner-title .banner-title-text div:nth-of-type(1) {
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .banner-title .banner-title-text div:nth-of-type(2) {
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .banner-title .banner-title-text div:nth-of-type(3) {
    font-size: 16px;
    /* font-weight: 400; */
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .banner-btn {
    text-align: center;
    margin-top: 30px;
  }
  .banner-btn span {
    display: inline-block;
  }
  .banner-btn .btn-pay {
    width: 160px;
    height: 34px;
    background-color: #e86a16;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    margin-right: 20px;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .banner-btn .btn-fx {
    width: 80px;
    height: 34px;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
    display: none;   //111111111111111111
  }
  .banner .banner-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .banner .banner-tag-z {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 20px;
  }
  .banner .banner-tag-z img {
    width: 100%;
    height: 100%;
  }
  .banner .banner-tag div {
    font-size: 5px;
    text-align: right;
  }
  .banner .banner-tag .tag-one {
    margin-bottom: 5px;
  }
  .activity-title {
    margin-bottom: 40px;
  }
  .activity-title div:nth-of-type(1) {
    font-size: 30px !important;
    font-weight: 500 !important;
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .activity-title div:nth-of-type(2) {
    font-size: 14px !important;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .acti-tx {
    height: 40px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  .acti-tx .acti-tx-icon {
    width: 12px;
    height: 12px;
    background-color: #ebdc5a;
    margin-right: 10px;
  }
  .acti-tx .acti-tx-text {
    font-size: 12px;
  }
  .a-t-x {
    font-size: 12px;
    margin-bottom: 20px;
    color: #9498a0;
  }
  .activity-content {
    padding: 0 15px;
  }
  .a-t-date,
  .a-t-acc {
    display: inline-block;
    font-size: 12px;
  }
  .news {
    margin-top: 20px;
    padding: 0 15px;
  }

  .activity-banner {
    margin-top: 50px;
  }
  .activity {
    color: #fff;
    padding: 30px 15px;
    position: relative;
  }
  .activity::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 2px;
    background-color: #303030;
  }

  .mag-box {
    width: 100%;
    height: 600px;
  }

  .swiper-container {
    width: 100% !important;
    height: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .swiper-slide {
    text-align: center !important;
    font-size: 18px !important;
    background: #fff !important;
    height: calc((100% - 55px) / 2) !important;
    margin-right: 10px !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .swiper-slide {
    margin-top: 20px !important;
  }
  .sw-sl-box {
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
  }
  .sw-sl-box .sw-img {
    width: 100%;
    height: 85%;
  }
  .sw-sl-box .sw-img img {
    width: 100%;
    height: 100%;
  }
  .sw-sl-box .sw-test {
    position: relative;
    padding: 5px 22px 0 0px;
    font-size: 11px;
    color: #fff;
    text-align: left;
    display: -webkit-box; /* 作为一种后备方案，实际上在现代浏览器中通常不需要 */
    display: box; /* 另一种后备方案 */
    display: flex; /* 使用flex布局 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box; /* Mozilla特有的属性 */
    -moz-box-orient: vertical; /* Mozilla特有的属性 */
    //max-height: 2.6em; /* 大约两行文本的高度，根据字体大小调整 */
    line-height: 1.3em; /* 每行的高度，根据实际需要调整 */
  }
  .sw-sl-box .sw-test .sw-test-icon {
    position: absolute;
    top: 4px;
    right: 0;
    color: #fff;
    font-size: 19px;
  }
  .swi-btn {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 20px;
  }
  .swi-btn .before {
    width: 40px;
    height: 40px;
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
  }
  .swi-btn .after {
    width: 40px;
    height: 40px;
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
  }
  .swi-btn .before:hover {
    color: #e86a16;
    border-color: #e86a16;
  }
  .swi-btn .after:hover {
    color: #e86a16;
    border-color: #e86a16;
  }

  .news {
    color: #fff;
    /* padding: 0 2%; */
    position: relative;
    padding-bottom: 50px;
  }
  .news .news-title {
    width: 30%;
    padding-top: 40px;
  }
  .news .news-title div:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
  }
  .news .news-title div:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
  }
  .news .news-list {
    width: 100%;
  }
  .news-list .news-list-btn {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .news-list .news-list-btn div {
    height: 34px;
    width: 180px;
    background-color: #e86a16;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
  }
  .new-list-all ul li {
    border-bottom: 1px solid #373737;
    padding: 20px 0;
    display: flex;
    align-items: center; /* 垂直居中 */
    font-size: 20px;
    cursor: pointer;
    padding-left: 20px;
  }
  .new-list-all ul li:nth-of-type(1) {
    border-top: 1px solid #373737;
  }
  .new-list-all ul li:hover {
    color: #e86a16;
    border-bottom-color: #e86a16;
  }
  .new-list-all ul .li-date {
    font-size: 12px;
    color: #848484;
  }
  .new-list-all ul .li-content {
    width: 90%;
    font-size: 16px;
  }
  .new-list-all ul .li-icon {
    width: 5%;
    text-align: right;
  }

  .homenewitem {
    margin-bottom: 10px;
  }
  /* .new-list-all ul .li-date span {
    display: inline-block;
  } */
  /* .new-list-all ul .li-date span:nth-of-type(1) {
    font-size: 12px;
    color: #6f6f6f;
  }
  .new-list-all ul .li-date span:nth-of-type(2) {
    display: block;
    color: #fff;
  } */

  .about {
    /* width: 100%; */
    /* height: 1080px; */
    padding: 0 15px;
    padding-bottom: 100px;
    background: url(../assets/about-moblie.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .about .about-title {
    color: #fff;
    padding-top: 30px;
    margin-bottom: 80px;
  }
  .about .about-title div:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
  }
  .about .about-title div:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
  }
  .about .about-content-big {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 5%;
  }
  .about .about-content-l {
    font-size: 14px;
    color: #b9bec8;
    text-align: center;
    margin: 20px 0;
  }
  .about-more {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 8%;
  }
  .about-more .about-more-btn {
    width: 180px;
    height: 34px;
    background-color: #e86a16;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
  }

  .link {
    width: 100%;
    background-color: #040404;
    border-top: 2px solid #2d2d2d;
    display: flex;
    color: #fff;
    padding: 60px 40px 150px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .link div {
    width: 50%;
  }
  .link-left .link-l-img {
    width: 80%;
    /* aspect-ratio: 1 / 1; */
    margin-bottom: 15%;
  }
  .link-left .link-l-img img {
    width: 100%;
    height: 100%;
  }
  .link-i-t-box {
    width: 100% !important;
    position: absolute;
    bottom: 100px;
    left: 0;
    cursor: pointer;
  }
  .link-left .link-img-text {
    width: 80%;
    font-size: 10px;
    color: #404040;
    cursor: pointer;
  }
  .link-right {
    padding-left: 20%;
  }
  .link-right .l-rigth-nav {
    margin: 10px;
    cursor: pointer;
    display: block;
  }
  .link-right .l-rigth-nav:hover {
    color: #e86a16;
  }
  .link-right .l-rigth-nav span {
    display: block;
  }
  .link-right .l-rigth-nav span:nth-of-type(1) {
    font-size: 20px;
    font-weight: 500 !important;
    font-family: "AlibabaSans-Medium", sans-serif;
  }
  .link-right .l-rigth-nav span:nth-of-type(2) {
    font-size: 14px;
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
  }
  
  .source-code {
    display: none;
  }
  .code-pup {
    display: none;
    position: fixed;
    color: red;
    top: 40vw;
    left: 10vw;
    width: 80vw;
    height: 80vw;
    background-color: #0a0a0a;
    z-index: 999999999;
    opacity: 0.9;
  }
  .code-pup {
    padding: 15px;
    box-sizing: border-box;
  }
  .cp-img-f {
    width: 20px;
    height: 20px;
  }
  .cp-img-f img {
    width: 100%;
    height: 100%;
  }
  .cbb-father {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .code-body-box {
    width: 60vw;
    height: 60vw;
  }
  .code-body-box img {
    width: 100%;
    height: 100%;
  }
  .code-body-box-qq {
    margin: 10px;
    width: 30vw;
    height: 30vw;
  }
  .qq-code-pup {
    width: 80vw;
    height: 60vw;
  }

  .ftt-en {
    font-family: "AlibabaSans-Medium", sans-serif;
    font-weight: 500 !important;
  }
  .ftt-en-he {
    font-family: "AlibabaSans-Heavy", sans-serif;
    font-weight: 500 !important;
  }
  .ftt-cn {
    font-family: "AlibabaPuHuiTi-3-55", sans-serif;
    font-weight: 500 !important;
  }


  .swiper {
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .mySwiper {
    width: 100% !important;
  }
  .swiper-slide-banner {
    width: 100% !important;
    background: none;
    border: none !important;
  }
  .swiper-pagination {
    text-align: left !important;
    left: 15px !important;
  }
  .swiper-pagination-banner {
    /* left: -61px !important; */
    /* 
    width: 60% !important; */
    text-align: left;
    left: 15px !important;
  }
  .swiper-pagination-banner .swiper-pagination-bullet {
    width: 1px;
    height: 8px;
    text-align: center;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #fff;
    
  }
  .swiper-pagination-banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #e86a16;
    height: 16px;
  }
  .my-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .my-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .banner-tag-md {
    display: block;
  }
}


@media (min-width: 1000px) and (max-width: 1500px) {
  /* 针对600-1920px范围的样式 */
  .a-t-tz {
    font-size: 30px !important;
  }
  
}