img {
  border: none;
}

.lucki-pro {
  font-weight: var(--regular);
}

.bg-black {
  background-color: #000000;
  color: #ffffff;
}

.bg-gray {
  background-color: #e7e8ef;
  color: #222222;
}

.modal-video-container {
  background-color: white;
  z-index: 11000;
  padding: 96px 0;
}

.modal-video-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: center;
}

.modal-video-container .modal-video-body {
  max-width: 1280px;
  width: 100vw;
  min-width: 320px;
  display: flex;
  cursor: pointer;
}

.modal-video-container .close-btn {
  position: absolute;
  display: flex;
  z-index: 9999;
  overflow: hidden;
  top: 24px;
  right: 24px;
  margin: 0;
  padding: 0;
  font-size: 40px;
  cursor: pointer;
}

.modal-video-container .modal-video-body .modal-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 800.1px) {
  .LARGE-TITLE {
    font-size: 180px;
    background-image: linear-gradient(43deg, #ec4242 2%, #776ae8 54%, #3ccbe4 100%);
    font-weight: var(--semiBold);
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .LARGE-TITLE-JP {
    font-size: 100px;
  }

  .TITLE {
    font-size: 60px;
    font-weight: var(--semiBold);
    text-align: center;
    color: #222222;
    line-height: 90px;
  }

  .SUBTITLE {
    font-size: 60px;
    font-weight: var(--semiBold);
    text-align: center;
    /* line-height: 60px; */
  }

  .DESC {
    opacity: 0.8;
    font-size: 24px;
    text-align: center;
    color: #222222;
    line-height: 46px;
  }

  /* 带渐变的标题, 默认蓝色 */
  .TITLE-GRADIENT {
    background-image: linear-gradient(195deg, #47d4ff 0%, #3890ff 70%);
    font-size: 120px;
    font-weight: var(--semiBold);
    text-align: center;
    color: transparent;
    /* line-height: 120px; */
    -webkit-background-clip: text;
    background-clip: text;
  }

  section {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
  }

  .containerxxx {
    box-sizing: border-box;
    position: relative;
    min-width: 1300px;
    /* 两边留个最小边距 */
  }

  .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* 每个secion 的 第一子容器 用于统一设置宽度*/
  .main-container {
    width: 1280px;
    padding-top: 240px;
    padding-bottom: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .small-padding {
    padding-bottom: 80px;
  }

  /* banner */
  .banner {
    background: linear-gradient(to bottom, #ffffff 50%, #f7f7f7 70%, #caccdc);

    /* background: url(/static/demo/img/product_banner_bg.png);
        background-size: cover; */
  }

  .banner-container {
    height: 800px;
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ar .banner-container {
    flex-direction: row-reverse;
  }

  .banner-text-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-left: 110px;
  }
  .ar .banner-text-container {
    margin-left: 0;
    margin-right: 110px;
  }

  .banner-btn {
    height: 84px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 64px;
    margin-top: 103px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-left: 134px;
    padding-right: 78px;
  }

  .banner-btn-icon {
    position: absolute;
    left: 17px;
    width: 57px;
    height: 57px;
  }

  .banner-btn-text {
    font-size: 36px;
    font-weight: var(--semiBold);
    text-align: center;
    color: #000000;
    line-height: 55px;
  }

  .banner-desc {
    width: 540px;
    font-size: 36px;
    font-weight: var(--medium);
    text-align: center;
    color: #000000;
    line-height: 55px;
    letter-spacing: 2px;
  }

  .banner-title {
    background-image: linear-gradient(43deg, #ec4242 2%, #776ae8 54%, #3ccbe4 100%);
    font-size: 54px;
    font-weight: var(--bold);
    text-align: center;
    color: transparent;
    line-height: 90px;
    letter-spacing: -1.28px;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 19px;
    white-space: pre-line;
  }

  .banner-mobile-img {
    display: none;
  }

  .intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #000000;
    width: 100%;
  }

  .intro-container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .intro-video {
    max-width: 1920px;
    width: 100%;
    height: auto;
  }

  /* why */
  .why-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
  }

  .why-list {
    margin-top: 58px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 980px;
  }

  .why-item {
    height: 245px;
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 42px 80px 20px 43px;
    position: relative;
    border-radius: 32px;
    background-size: cover;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
  }

  .why-list .large {
    width: 980px;
  }

  .why-list .medium {
    width: 655px;
  }

  .why-list .small {
    width: 294px;
  }

  .why-item-title {
    font-size: 42px;
    font-weight: var(--semiBold);
    text-align: left;
    color: #ffffff;
    /* line-height: 90px; */
  }

  .ar .why-item-title {
    text-align: right;
  }

  .why-item-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(../img/icon_arrow_right.webp);
    background-size: contain;
  }

  .ar .why-item-icon {
    right:auto;
    transform: rotate(180deg);
  }

  .why-item:hover .why-item-icon {
    background-image: url(../img/icon_arrow_right.webp);
  }

  .why-item-desc {
    font-size: 24px;
    font-weight: var(--medium);
    text-align: left;
    color: #ffffff;
  }

  .ar .why-item-desc {
    text-align: right;
  }

  .abilities-container {
    width: 980px;
  }

  .abilities-desc {
    margin-top: 42px;
  }

  .abilities-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .abilities-item {
    margin-top: 60px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 60px;
    background-size: cover;
    overflow: hidden;
    width: 47.65%;
    height: 245px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ar .abilities-item {
    display:flex;
    align-items: flex-end;
  }

  .abilities-item-icon {
    width: 80px;
    height: 80px;
  }

  .abilities-item-title {
    font-size: 32px;
    font-weight: var(--medium);
    text-align: left;
    line-height: 32px;
    margin-top: 16px;
  }

  .whats-title {
    background-image: linear-gradient(43deg, #ec4242 2%, #776ae8 54%, #3ccbe4 100%);
    font-weight: var(--semiBold);
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 220px;
    opacity: 1;
    line-height: 200px;
  }

  /* interaction-animated */

  .interaction {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interaction-container {
    width: 100%;
    padding-bottom: 0px;
  }

  .interaction-title-container {
    margin-top: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interaction-title {
    background-image: linear-gradient(23deg, #9f63ca 23%, #69aaf8 66%, #40d8f1 87%);
    font-size: 120px;
    font-weight: var(--semiBold);
    text-align: left;
    color: transparent;
    line-height: 270px;
    -webkit-background-clip: text;
    background-clip: text;
    /* margin-top: 100px; */
    /* margin-top: -100px; */
  }

  .interaction-video {
    /* width: 980px; */
    max-width: 1920px;
    width: 100%;
    height: auto;
    margin-top: 80px;
  }

  .amazing-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /*  */
  .amazing-item-line {
    width: 180px;
    height: 3px;
    background: linear-gradient(63deg, #9f63ca, #69aaf8 50%, #40d8f1 83%);
    border-radius: 4px;
    margin-top: 32px;
    margin-bottom: 28px;
  }

  .amazing .device-item:nth-child(odd) {
    display: flex;
    flex-direction: row-reverse;
  }

  .ar .amazing .device-item:nth-child(odd) {
    display: flex;
    flex-direction: row;
  }

  .amazing .device-item:nth-child(even) {
    display: flex;
    flex-direction: row;
  }
  .ar .amazing .device-item:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }

  /* delivery-container */
  .delivery {
    color: #222222;
  }

  .delivery-subtitle {
    font-size: 60px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 60px;
  }

  .delivery-list {
    display: flex;
    flex-direction: column;
  }

  .delivery-item {
    display: flex;
    flex-direction: column;
    margin-top: 180px;
    align-items: center;
  }

  .delivery-item-video {
    width: 980px;
    height: 551px;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: gray;
  }

  .delivery-item-desc {
    font-size: 24px;
    /* font-weight: var(--semiBold); */
    text-align: center;
    /* line-height: 42px; */
    letter-spacing: 2.67px;
    margin-top: 60px;
  }

  /* device-container */
  .device-container {}

  .see-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .device-list {
    width: 100%;
  }

  .device-item {
    display: flex;
    flex-direction: row;
    padding-top: 120px;
    padding-bottom: 120px;
    justify-content: space-between;
  }
  .ar .device-item {
    display: flex;
    flex-direction: row-reverse;  
  }

  .device-item:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
  }
  .ar .device-item:nth-child(2n) {
    display: flex;
    flex-direction: row;
  }

  .device-item-title {
    font-size: 54px;
    font-weight: var(--semiBold);
    text-align: left;
    line-height: 81px;
  }

  .ar .device-item-title {
    text-align: right;
  }

  .lucik-pro-title {
    font-size: 58px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 81px;
    margin: 0 0 90px 0;
  }

  .lucik-pro-containeritem-desc {
    text-align: center;
    font-size: 46px;
    line-height: 46px;
    margin: 60px 0;
  }

  .device-item-line {
    width: 180px;
    height: 3px;
    background: linear-gradient(227deg, #6fdeff 4%, #5a9ff7);
    border-radius: 4px;
    margin-top: 32px;
    margin-bottom: 28px;
  }

  .device-item-text-container {
    width: 540px;
    margin-top: 32px;
  }

  .device-item-video .device-item-text-container {
    margin-top: 0;
  }

  .device-item-desc {
    font-size: 24px;
    text-align: left;
    line-height: 46px;
  }

  .ar .device-item-desc {
    text-align: right;
  }

  .lucik-pro-item-desc {
    text-align: center;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    margin-top:10px;
  }


  .device-item-img {
    width: 640px;
    height: auto;
    border-radius: 32px;
  }

  /* ability-video */
  .ability-video {
    color: #ffffff;
  }

  .ability-video-item-title {
    font-size: 48px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 60px;
    margin-top: 48px;
    white-space: pre-line;
  }

  .ability-video-item-desc {
    opacity: 0.8;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    margin-top: 32px;
    white-space: pre-line;
  }

  /* leading */
  /* open */

  .open-item-line {
    width: 180px;
    height: 3px;
    background: linear-gradient(225deg, #4cf4dd, #1abdee 100%);
    border-radius: 4px;
    margin-top: 32px;
    margin-bottom: 28px;
  }

  /* speci-container */
  .speci-container {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .speci-img {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
  }

  .speci-title {
    font-size: 40px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 75px;
  }

  .speci-tips {
    font-size: 14px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
  }

  .speci-list {
    margin-top: 30px;
    /* margin-left: 320px; */
  }

  .speci-item {
    padding-top: 42px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: row;
  }

  .speci-item-title {
    width: 240px;
    height: 60px;
    font-size: 18px;
    font-weight: var(--semiBold);
    text-align: left;
    line-height: 60px;
  }
  .ar .speci-item-title {
    text-align: right;
  }

  .speci-item-list {
    margin-left: 80px;
  }

  .speci-item-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }

  .speci-item-list-item-text {}

  .speci-item-list-item {
    display: flex;
    flex-direction: row;
  }

  .speci-item-list-item-key {
    width: 240px;
    opacity: 0.8;
    font-size: 18px;
    text-align: left;
    line-height: 60px;
  }

  .ar .speci-item-list-item-key {
    text-align: right;
  }

  .speci-item-list-item-value {
    /* width: 640px; */
    opacity: 0.8;
    font-size: 18px;
    text-align: left;
    line-height: 60px;
    margin-left: 80px;
  }

  .ar .speci-item-list-item-value {
    text-align: right;
    margin-right: 80px;
  }


  .lucik-pro {
    /* background: #282828; */
    /* padding-top: 190px; */
    padding-bottom: 120px;
    overflow: hidden;
  }

  .lucik-pro-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
  }

  .lucik-pro-img-container {
    /* width: 1280px;
    height: 720px; */
    /* width: 70%; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  /* .lucik-pro-img-container {
    width: 80%;
    height: auto;
  } */
  .lucik-pro-img {
    width: 980px;
    height: 100%;
    border-radius: 20px;
  }

  .lucik-pro-img-icon-play {
    position: absolute;
    width: 70px;
    height: 70px;
  }

  /* .lucik-pro-list {
    margin-top: 100px;
  } */

  .lucik-pro-list-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 680px;
    height: 291px;
    /* background: #282828; */
    padding: 40px 40px 31px 40px;
    /* opacity: 0.75; */
    /* border: 1px solid #979797;
    border-radius: 6px; */
    cursor: pointer;
    overflow: hidden;
  }

  .lucik-pro-list-item-bottom {
    position: relative;
  }

  .lucik-pro-list-item-bottom .lucik-pro-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
  }

  .lucik-pro-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #202020a1;
  }

  .swiper-slide-active.lucik-pro-list-item .lucik-pro-mask {
    background-color: transparent;
  }
}

/* mm */
@media screen and (max-width: 800px) {
  .LARGE-TITLE {
    font-size: 50px;
    background-image: linear-gradient(43deg, #ec4242 2%, #776ae8 54%, #3ccbe4 100%);
    font-weight: var(--semiBold);
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .TITLE {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: center;
    color: #222222;
    line-height: 40.5px;
    width: 89.3%;
  }

  .SUBTITLE {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 40.5px;
  }

  .DESC {
    opacity: 0.8;
    font-size: 14px;
    text-align: left;
    color: #222222;
    line-height: 25px;
    width: 89.3%;
  }

  /* 带渐变的标题, 默认蓝色 */
  .TITLE-GRADIENT {
    background-image: linear-gradient(195deg, #47d4ff 0%, #3890ff 70%);
    font-size: 50px;
    font-weight: var(--semiBold);
    text-align: center;
    color: transparent;
    line-height: 75px;
    -webkit-background-clip: text;
    background-clip: text;
  }

  section {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    background-color: #ffffff;
  }

  .main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .small-padding {
    padding-bottom: 40px;
  }

  .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* banner */
  .banner {
    height: 170vw !important;
    background: linear-gradient(to bottom, #ffffff 50%, #f7f7f7 70%, #caccdc);
  }

  .banner-container {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: none !important;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-text-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 51px;
  }

  .banner-desc {
    width: 80vw;
    font-size: 20px;
    font-weight: var(--medium);
    text-align: center;
    color: #000000;
    line-height: 30px;
    letter-spacing: 0.31px;
  }

  .banner-title {
    background-image: linear-gradient(43deg, #ec4242 2%, #776ae8 54%, #3ccbe4 100%);
    font-size: 30px;
    font-weight: var(--bold);
    text-align: center;
    color: transparent;
    line-height: 60px;
    letter-spacing: -0.85px;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 3.5px;
    white-space: pre-line;
  }

  .banner-btn {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    margin-top: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    padding-left: 50px;
  }

  .banner-btn-icon {
    position: absolute;
    left: 5.5px;
    width: 28.5px;
    height: 28.5px;
  }

  .banner-btn-text {
    font-size: 18px;
    font-weight: var(--semiBold);
    text-align: center;
    color: #000000;
    line-height: 27.5px;
  }

  .banner-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100vw;
  }

  .intro-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .intro-video {
    width: 100%;
    height: auto;
  }

  .interaction {
    display: flex;
    flex-direction: column;
  }

  .interaction-title-container {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .interaction-video {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  /* why */

  .why-list {
    width: 96%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .why-item {
    height: 110px;
    margin-top: 12.5px;
    padding: 18px 20px 20px 12px;
    position: relative;
    border-radius: 9px;
    background-size: cover;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    cursor: pointer;
  }

  .why-list .large {
    width: 100%;
  }

  .why-list .medium {
    width: 66.67%;
  }

  .why-list .small {
    width: 29.7%;
  }

  .why-item-title {
    font-size: 18px;
    font-weight: var(--semiBold);
    text-align: left;
    color: #ffffff;
    line-height: 27.5px;
  }

  .ar .why-item-title {
    text-align: right;
  }

  .why-item-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 6px;
    bottom: 6px;
    background-image: url(/static/demo/img/icon_arrow_right.png);
    background-size: contain;
  }

  .ar .why-item-icon {
    right: auto;
    transform: rotate(180deg);
  }

  .why-item:hover .why-item-icon {
    background-image: url(/static/demo/img/icon_arrow_right.webp);
  }

  .why-item-desc {
    font-size: 12px;
    font-weight: var(--medium);
    text-align: left;
    color: #ffffff;
    line-height: 17.5px;
  }

  .ar .why-item-desc {
    text-align: right;
  }

  /* abilities-container */

  .abilities-container {
    padding-top: 100px;
    padding-bottom: 117px;
    color: #ffffff;
  }

  .abilities-desc {
    margin-top: 12.3px;
  }

  .ar .abilities-desc {
    text-align: right;
  }

  .abilities-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95.7%;
  }

  .abilities-item {
    margin-top: 12px;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    padding: 21px 0px 0px 12px;
    background-size: cover;
    overflow: hidden;
    width: 48.3%;
    height: 110px;
  }
  .ar .abilities-item {
    display:flex;
    align-items: flex-end;
  }

  .abilities-item-icon {
    width: 27px;
    height: 27px;
  }

  .abilities-item-title {
    font-size: 12px;
    font-weight: var(--medium);
    text-align: left;
    line-height: 9px;
    margin-top: 10.5px;
  }

  .whats {
    padding-top: 200px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .whats-title {
    background-image: linear-gradient(43deg, #ec4242 2%, #776ae8 54%, #3ccbe4 100%);
    font-weight: var(--semiBold);
    text-align: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 50px;
    opacity: 1;
    line-height: 75px;
  }

  .amazing-container {
    padding-bottom: 0;
  }

  /*  */
  .amazing-item-line {
    width: 90px;
    height: 1.5px;
    background: linear-gradient(63deg, #9f63ca, #69aaf8 50%, #40d8f1 83%);
    border-radius: 2px;
    margin-top: 16px;
    margin-bottom: 14px;
  }

  /* delivery-container */
  .delivery {
    color: #222222;
  }

  .delivery-container {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .delivery-subtitle {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 40.5px;
  }

  .delivery-list {
    display: flex;
    flex-direction: column;
    width: 89.6%;
  }

  .delivery-item {
    display: flex;
    flex-direction: column;
    margin-top: 43px;
  }

  .delivery-item-video {
    width: 100%;
    height: auto;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: gray;
    z-index: 1;
  }

  .delivery-item-desc {
    font-size: 14px;
    /* font-weight: var(--semiBold); */
    text-align: left;
    margin-top: 18px;
  }

  .ar .delivery-item-desc {
    text-align: right;
  }

  /* device-container */
  .device-container {
    width: 89.3%;
  }

  .see-container {
    padding-top: 0;
  }

  .device-item {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
    /* justify-content: space-between; */
  }

  /* .device-item:nth-child(2n) {
        display: flex;
        flex-direction: row-reverse;
    } */

  .device-item-title {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: left;
    line-height: 39px;
  }

  .ar .device-item-title {
    text-align: right;
  }

  .lucik-pro-box {
    overflow: hidden;
  }

  .lucik-pro-title {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 39px;
    margin: 0 0 30px 0;
  }

  .lucik-pro-containeritem-desc {
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    margin: 20px 0;
  }

  .device-item-line {
    width: 90px;
    height: 1.5px;
    background: linear-gradient(227deg, #6fdeff 4%, #5a9ff7);
    border-radius: 2px;
    margin-top: 16px;
    margin-bottom: 14px;
  }

  .device-item-text-container {
    width: 100%;
  }

  .device-item-desc {
    font-size: 14px;
    text-align: left;
    line-height: 25px;
  }

  .ar .device-item-desc {
    text-align: right;
  }

  .lucik-pro-item-desc {
    text-align: center;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
  }

  .ar .lucik-pro-item-desc {
    text-align: right;
  }

  .device-item-img {
    width: 100%;
    height: auto;
    object-position: top;
    object-fit: contain;
    margin-top: 60px;
    border-radius: 9px;
  }

  .lucik-pro-img {
    border-radius: 9px;
  }

  .lucik-pro-img-container {
    width: 90%;
    margin: auto;
    height: auto;
    overflow: hidden;
    object-position: top;
    object-fit: contain;
    position: relative;
    margin-bottom: 30px;
    /* border-radius: 9px; */
  }

  .lucik-pro-img-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
  }

  /* ability-video */
  .ability-video {
    color: #ffffff;
  }

  .ability-video-container {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .ability-video-item {
    margin-top: 120px;
  }

  .ability-video-item-title {
    font-size: 24px;
    font-weight: var(--semiBold);
    text-align: left;
    line-height: 30px;
    margin-top: 18px;
    white-space: pre-line;
  }

  .ar .ability-video-item-title {
    text-align: right;
  }

  .ability-video-item-desc {
    opacity: 0.8;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    margin-top: 16px;
    white-space: pre-line;
  }

  .ar .ability-video-item-desc {
    text-align: right;
  }

  .leading-container {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  /* open */
  .open-container {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .open-item-line {
    width: 180px;
    height: 3px;
    background: linear-gradient(225deg, #4cf4dd, #1abdee 100%);
    border-radius: 4px;
    margin-top: 32px;
    margin-bottom: 28px;
  }

  /* speci-container */
  .speci-container {
    padding-bottom: 80px;
    width: 89.3%;
  }

  .speci-title {
    font-size: 27px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 37.5px;
  }

  .speci-tips {
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
  }

  .speci-img {
    display: none;
  }

  .speci-item {
    padding-top: 32px;
    padding-bottom: 33px;
    display: flex;
    flex-direction: column;
  }

  .speci-item-title {
    font-size: 16px;
    font-weight: var(--semiBold);
    text-align: center;
    line-height: 22.5px;
  }

  .speci-item-list {
    /* margin-left: 80px; */
    margin-top: 30px;
  }

  .speci-item-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .speci-item-list-item {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .speci-item-list-item-key {
    width: 29.8%;
    font-size: 11px;
    text-align: left;
    line-height: 16.5px;
  }

  .ar .speci-item-list-item-key {
    text-align: right;
  }

  .speci-item-list-item-value {
    width: 65.5%;
    font-size: 11px;
    text-align: left;
    line-height: 16.5px;
    margin-left: 16px;
    opacity: 0.8;
  }

  .ar .speci-item-list-item-value {
    text-align: right;
    margin-right: 16px;
  }

  .modal-form {
    display: none;
    z-index: 11000;
  }

  .modal-layout {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }

  .modal-form-content {
    width: 100%;
    height: 90%;
    background-color: #fff;
    border-radius: 9px 9px 0px 0px;
    padding: 60px 0 38px 0;
    position: relative;
    bottom: 0;
  }

  .modal-form-content .close-btn {
    position: absolute;
    display: flex;
    z-index: 9999;
    top: 15px;
    left: 15px;
    cursor: pointer;
    width: 23px;
    height: 23px;
  }

  .lucik-pro-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #202020a1;
  }

  .swiper-slide-active.lucik-pro-list-item .lucik-pro-mask {
    background-color: transparent;
  }

  .lucik-pro-list-item-bottom {
    position: relative;
  }

  .lucik-pro-list-item-bottom .lucik-pro-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
  }
}

.GRADIENT-YELLOW {
  background-image: linear-gradient(10deg, #f8af5b 0%, #fee843 84%);
}

.GRADIENT-GREEN {
  background-image: linear-gradient(188deg, #ffe978 12%, #afde79 38%, #71cf8a 76%);
}

.GRADIENT-BLUE {
  background-image: linear-gradient(195deg, #47d4ff 0%, #3890ff 70%);
}

.GRADIENT-LIGHTBLUE {
  background-image: linear-gradient(225deg, #4cf4dd, #1abdee 100%);
}

.GRADIENT-MULTI {
  background-image: linear-gradient(23deg, #9f63ca 23%, #69aaf8 66%, #40d8f1 87%);
}

/*  */
/* 16:9等比例盒子1 */
/* 必须2部分嵌套，才能满足内容等比例 */
.model-youtube-intrinsic-aspect-ratio-container {
  width: 100%;
  height: 0;
  padding: 0;
  padding-bottom: 56%;
  position: relative;
}

/* 16:9等比例盒子2 */
.model-youtube-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.model-youtube-tips {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.youtube-iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pro-pic {
  max-width: 1200px;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pro-pic .pic-left {
  width: 600px;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: -60px;
  position: relative;
}

.pro-pic .pic-left .module1-img {
  height: 600px;
  width: 600px;
  object-fit: cover;
  flex-shrink: 0;
  margin-left: 11px;
  position: absolute;
}

.pro-pic .pic-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.pro-pic .pic-right .pic-right-top {
  color: #FFF;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 80px;
}

.ar .pro-pic .pic-right .pic-right-top {
  text-align: right;
}

.pro-pic .pic-right .pic-right-top h1 {
  color: #FFF;
  text-align: justify;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
}

.pro-pic .pic-right .pic-right-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.pro-pic .pic-right .pic-right-bottom .pic-item {
  min-width: 200px;
  max-width: 200px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.20);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

/* .pro-pic .pic-right .pic-right-bottom .pic-item:nth-child(2) {
  background: #2B86FF;
} */

.pro-pic .pic-right .pic-right-bottom .pic-item h1 {
  color: #FFF;
  text-align: center;
  
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
  display: flex;
  justify-content: center;
}

.fr-FR .pro-pic .pic-right .pic-right-bottom .pic-item h1 {
  font-size: 36px;
  line-height: 80px;
}

.pro-pic .pic-right .pic-right-bottom .pic-item h1 span {
  color: #FFF;
  text-align: center;
  
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 200%;
  margin-left: 10px;
}

.pro-pic .pic-right .pic-right-bottom .pic-item p {
  color: #FFF;
  text-align: center;
  
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}



#box {
  width: 600px;
  height: 600px;
}

#spritespin {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
  margin-left: 6px;
}

#sprites_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(74, 74, 78, 1);
  width: 190px;
  padding: 6px 8px;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  z-index: 999;
}

.ar #sprites_btns {
  flex-direction: row-reverse;
}

#rotate-middle,
#rotate-loading {
  margin: 0px 24px;
  opacity: 1;
}

#rotate-middle {
  display: none;
}

#rotate-left {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20240428_2777db9a9ee5c93e8899d8486f33e8ae.png') center no-repeat;
  background-size: contain;
}

#rotate-middle {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20240809_617d5dd99233ed88dbb6f074ed349308.png') center no-repeat;
  background-size: contain;
}

#rotate-loading {
  background: url('https://r.cmcm.com/r/a4ddc800339011efab1a5195d0336ab8.gif') center no-repeat;
  background-size: contain;
}

#rotate-right {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20240428_5eec2770e8fe1acd204961e652e962f1.png') center no-repeat;
  background-size: contain;
}

#rotate-left,
#rotate-right,
#rotate-middle,
#rotate-loading {
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  opacity: 0.3;
}


@media screen and (max-width: 800px) {
  .pro-pic {
    flex-direction: column;
    height: auto;
    padding-bottom: 50px;
  }

  .pro-pic .pic-left {
    width: 100vw;
    height: auto;
    margin: 0 auto;
  }

  #box {
    width: 100vw;
    height: auto;
  }

  #spritespin {
    width: 100vw;
    height: 100vw;
    margin-left: 0px;
  }

  .pro-pic .pic-left .module1-img {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    position: absolute;
  }

  .pro-pic .pic-left {
    height: auto;

  }

  .pic-right {
    margin: 40px;
    margin-bottom: 0px;
    width: 90%;
  }

  .pro-pic .pic-right .pic-right-top h1 {
    font-size: 18px;
  }

  .pro-pic .pic-right .pic-right-top {
    line-height: 180%;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .pro-pic .pic-right .pic-right-bottom .pic-item {
    min-width: auto;
    padding: 12px 8px;
    flex: 1;
    /* height: 100px; */
  }


  .pro-pic .pic-right .pic-right-bottom .pic-item:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pro-pic .pic-right .pic-right-bottom .pic-item h1 {
    font-size: 24px;
  }

  .fr-FR .pro-pic .pic-right .pic-right-bottom .pic-item h1 {
    font-size: 20px;
    line-height: 40px;
  }

  .pro-pic .pic-right .pic-right-bottom .pic-item h1 span {
    margin-left: 5px;
    line-height: 100%;
  }

  .pro-pic .pic-right .pic-right-bottom .pic-item p {
    font-size: 13px;
  }


  #rotate-left,
  #rotate-right,
  #rotate-middle,
  #rotate-loading {
    width: 28px;
    height: 28px;
  }

  #sprites_btns {
    margin-top: -25px;
    width: 175px;
  }


}