.cross_main {
  width: 100%;
  max-width: 2560;
  margin: 0 auto;
  color: #000;
  background-color: #fff;
}
.cross_row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cross_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.cross_title {
  font-size: 94px;
  line-height: 85px;
  font-family: 'DINCondensed-Bold';
  text-transform: uppercase;
}
.cross_desc {
  font-size: 16px;
  line-height: 24px;
  font-family: 'DinExp';
}
/* comment item*/
.comment_item {
  width: 277px;
  height: auto;
  margin-bottom: 36px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
}
.comment_pic {
  width: 100%;
  height: 167px;
  object-fit: cover;
}
.comment_content {
  width: 100%;
  height: calc(100% - 280px);
  margin-top: -25px;
  background: url('../../../img/2025/cross-with-xros/web/03-1.svg');
  background-size: 100% auto;
  z-index: 20;
  position: relative;
}
.comment_user {
  align-items: flex-end;
  justify-content: flex-start;
}
.comment_avatar_box {
  width: 49px;
  height: 49px;
  margin: 2px 0 0 24px;
  padding: 2px;
  background-color: #fff;
  border-radius: 50%;
}
.comment_avatar_box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.comment_name {
  margin: 0 8px 0 16px;
  font-size: 18px;
  line-height: 19px;
  font-family: 'DinExp-Bold';
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  max-width: 100px; /* 必须设置宽度 */
}
.comment_country {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 14px;
  font-family: 'DinExp';
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 超出部分隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  width: 80px; /* 必须设置宽度 */
}
.comment_text {
  width: 100%;
  padding: 18px 26px 0;
  color: #2d2d2d;
  background-color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-family: 'DinExp';
}
.comment_tag {
  padding: 0 26px;
  color: #3271ea;
  font-size: 14px;
  line-height: 21px;
  font-family: 'DinExp';
}
.comment_operations {
  width: 100%;
  height: 44px;
  margin-top: 18px;
  padding: 0 26px;
  justify-content: flex-start;
  border-top: 1px solid #f0f0f0;
  background-color: #fff;
}
.comment_likes {
  margin-right: 20px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'DinExp';
}
.comment_likes img {
  margin-right: 7px;
}
.cross_hide {
  display: none !important;
}
.cross_first_page {
  width: 100%;
  height: 100%;
  background-color: #2b2119;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88;
}
.cross_first_page video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cross_first_page_content {
  width: 588px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  text-align: center;
}
.cross_first_page_title {
  font-size: 130px;
  line-height: 117px;
  font-family: 'DINCondensed-Bold';
  text-transform: uppercase;
  letter-spacing: -1px;
}
.cross_first_page_title_x {
  color: #8414f4;
}
.cross_first_page_title_r {
  color: #beff74;
}
.cross_first_page_title_o {
  color: #ff7dd2;
}
.cross_first_page_title_s {
  color: #ffa601;
}
.cross_first_page_subtitle {
  margin: 20px 0 16px;
  font-size: 24px;
  line-height: 24px;
  font-family: 'DinExp-Bold';
}
.cross_first_page_btn {
  width: 188px;
  margin-top: 16px;
  cursor: pointer;
  color: #000;
}
.cross_first_page_btn img {
  margin-left: 25px;
}
/* select */
.select2-container--open .select2-dropdown--below {
  margin: 5px 2px 0;
  border: 1px solid #000;
}
.select2-container--default .select2-results > .select2-results__options {
  height: 180px;
}
.select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 11px;
  right: 15px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 11px;
  height: 11px;
  border-color: #000 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.select2-container--default .select2-selection--multiple {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  padding: 5px 0 0 0;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
  border-bottom: 1px solid #000;
}
.add_comment
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 67%;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #000 transparent;
}
.add_comment
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 67%;
}
.select2-results__option--selectable {
  color: #000;
}
.select2-search--dropdown {
  display: none;
}
.select2-results__option--disabled.loading-results {
  display: none;
}
/* banner */
.cross_header {
  width: 100%;
  height: 1080px;
  background-color: #f9e6d6;
  position: relative;
}
.cross_header_texts {
  position: relative;
  z-index: 10;
}
.cross_header video {
  position: absolute;
  width: 100%;
  height: 1080px;
  object-fit: cover;
}
.cross_header_brand {
  width: 376px;
}
.cross_header_title {
  margin: 45px auto 16px;
  font-size: 120px;
  line-height: 108px;
  font-family: 'DINCondensed-Bold';
}
.cross_header .cross_desc {
  width: 750px;
  text-align: center;
}
/* map */
.cross_map {
  height: 1300px;
  margin-top: -135px;
  padding: 150px 0;
  background: url('../../../img/2025/cross-with-xros/web/02-8.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 10;
  position: relative;
}
.cross_map_title_line {
  align-items: flex-start;
}
.cross_map .cross_title {
  width: 428px;
  margin-right: 240px;
}
.cross_map .cross_desc {
  width: 448px;
}
.map_container {
  width: 1500px;
  height: 540px;
  margin: 60px 0;
  border: 3px solid #000;
  position: relative;
}
.map_box {
  width: 1494px;
  height: 534px;
}
.map_btns {
  width: 23px;
  position: absolute;
}
.map_add {
  top: 30px;
  right: 30px;
}
.map_minus {
  bottom: 30px;
  right: 30px;
}
.map_bottoms {
  width: 1086px;
  height: 170px;
  border-radius: 8px;
  background-color: #f8e8da;
}
.map_datas {
  column-gap: 40px;
}
.map_data_item {
  column-gap: 20px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'DinExp';
}
.map_data_item img {
  width: 75px;
}
.map_data_count {
  margin-top: 12px;
  font-size: 48px;
  line-height: 48px;
  font-family: 'DinExp-Bold';
}
.map_bottom_line {
  width: 1px;
  height: 90px;
  margin: 0 60px;
  background-color: #cccccf;
}
.map_bottom_action {
  font-size: 21px;
  line-height: 21px;
  font-family: 'DinExp-Bold';
}
.map_bottom_select {
  height: 46px;
  margin-top: 20px;
  border-radius: 100px;
  border: 2px solid #000;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.map_bottom_btn {
  width: 197px;
  height: 100%;
  font-size: 18px;
  font-family: 'DinExp-Bold';
  justify-content: flex-end;
  background-color: #beff74;
  border-left: 2px solid #000;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
.map_bottom_light {
  width: 44px;
  height: 44px;
  margin-left: 10px;
  border-radius: 22px;
  background-color: #000;
}
.light_map_tips {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: none;
  font-size: 14px;
  line-height: 24px;
  font-family: 'DinExp';
}
.error {
  display: block;
  color: #ff0000;
}
.success {
  display: block;
  color: #008000;
}
/* story */
.cross_story {
  width: 100%;
  height: 1465px;
  margin-top: -1px;
  padding: 150px 0;
  background: url('../../../img/2025/cross-with-xros/web/03-5.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fcf7f0;
  overflow: hidden;
}
.cross_story .cross_title {
  margin-bottom: 60px;
  color: #beff74;
  text-align: center;
}
.cross_story .cross_desc {
  width: 742px;
  margin: 25px 0 60px;
  color: #fff;
  font-family: 'DinExp-Bold';
  text-align: center;
}
.cross_story .swiper-container {
  width: 100%;
  height: 284px;
  overflow: visible;
  margin-bottom: 25px;
}
#comment-swiper-top.swiper-container {
  position: relative;
  z-index: 21;
}
#comment-swiper-bottom.swiper-container {
  position: relative;
  z-index: 20;
}
.cross_story .swiper-wrapper {
  width: 100%;
  display: flex;
}
.cross_story .swiper-slide {
  width: auto;
  height: auto;
  flex-shrink: 0;
}
.cross_story .comment_item {
  height: 284px;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.cross_story .comment_text {
  width: calc(100% - 2px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制文本显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: none;
}
.cross_story .comment_tag {
  width: calc(100% - 2px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制文本显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: none;
}
.cross_story .comment_operations_none {
  display: none;
}
.cross_story .swiper-slide {
  height: auto !important;
}
/* 1. hover时评论内容全部展开 */
.cross_story .comment_item:hover .comment_text {
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: unset !important;
  max-height: none !important;
}
.cross_story .comment_item:hover .comment_tag {
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: unset !important;
  max-height: none !important;
}

/* 2. hover时操作区显示 */
.cross_story .comment_item:hover .comment_operations,
.cross_story .comment_item:hover .comment_operations_none {
  display: flex !important;
}

/* 3. hover时高度自适应 */
.cross_story .swiper-slide,
.cross_story .comment_item,
.cross_story .comment_item:hover {
  height: auto !important;
  z-index: 30;
  min-height: 284px; /* 保持原有最小高度，防止布局跳动，可根据实际调整 */
}

.story_btn {
  padding: 3px 3px 3px 20px;
  column-gap: 10px;
  justify-content: flex-end;
  font-size: 18px;
  line-height: 24px;
  font-family: 'DinExp-Bold';
  border-radius: 48px;
  background-color: #fff;
}
.story_share {
  margin-left: 30px;
  background-color: #beff74;
}
/* join & share */
.cross_awards {
  height: 3550px;
  padding: 150px 0;
  margin-top: -130px;
  background: url('../../../img/2025/cross-with-xros/web/04-3.svg') no-repeat;
  background-position: center top;
  background-size: cover;
}
.awards_top {
  margin-bottom: 80px;
  position: relative;
}
.awards_xros {
  height: 730px;
}
.awards_coin {
  width: 334px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* awards list */
.cross_awards .cross_title {
  width: 550px;
  margin-right: 282px;
  text-transform: uppercase;
}
.awards_subtitle {
  margin-bottom: 14px;
  color: #8414f4;
  font-size: 21px;
  line-height: 21px;
  font-family: 'DinExp-Bold';
}
.awards_top_desc {
  width: 448px;
}
.awards_purple {
  color: #8414f4;
  font-family: 'DinExp-Bold';
}
.awards_first {
  width: 1280px;
  height: 518px;
  margin: 60px auto 26px;
  padding-bottom: 26px;
  justify-content: flex-start;
  background: url(../../../img/2025/cross-with-xros/web/05-1-1.svg) no-repeat
    center;
  background-size: cover;
  position: relative;
}
.awards_first img {
  width: 445px;
}
.first_title {
  margin-top: -3px;
  font-size: 28px;
  line-height: 29px;
  font-family: 'DinExp-Bold';
}
.award_rules {
  width: 275px;
  height: 172px;
  padding: 9px 10px 0 17px;
  background: url(../../../img/2025/cross-with-xros/web/05-1-3.svg) no-repeat
    center;
  background-size: contain;
  position: absolute;
  top: 210px;
  right: 100px;
}
.rules_title {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'DinExp-Bold';
}
.award_rules .cross_desc {
  width: 100%;
}
.awards_first img {
  width: 445px;
}
.award_purple {
  color: #8414f4;
}
.award_count {
  margin-top: 8px;
  font-size: 16px;
  line-height: 17px;
  font-family: 'DinExp';
}
.awards_other {
  width: 410px;
  height: 502px;
  padding-top: 26px;
  text-align: center;
}
.awards_other img {
  width: 100%;
}
.awards_other h4 {
  margin-top: -40px;
  font-size: 21px;
  line-height: 22px;
  font-family: 'DinExp-Bold';
}
.award_second {
  background: url(../../../img/2025/cross-with-xros/web/05-2-1.svg) no-repeat
    center;
  background-size: cover;
}
.award_third {
  margin: 0 26px;
  background: url(../../../img/2025/cross-with-xros/web/05-3-1.svg) no-repeat
    center;
  background-size: cover;
}
.award_forth {
  background: url(../../../img/2025/cross-with-xros/web/05-4-1.svg) no-repeat
    center;
  background-size: cover;
}
.awards_mid_desc {
  width: 717px;
  margin: 40px auto 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.awards_bottom {
  margin: 260px 0 0;
  position: relative;
}
/* lucky xros users */
.awards_announce {
  width: 1280px;
  height: 610px;
  padding: 80px 0;
  background: url(../../../img/2025/cross-with-xros/web/05-5-1.svg) no-repeat
    center;
  background-size: cover;
  position: absolute;
  top: -202px;
  left: 50%;
  transform: translateX(-50%);
}
.announce_title {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-family: 'DINCondensed-Bold';
  text-align: center;
}
.announce_green {
  color: #beff74;
}
a.announce_winner_enter {
  margin: 8px auto 40px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: 'DinExp';
  text-decoration: underline;
  display: block;
}
.announce_card {
  width: 902px;
  height: 280px;
  padding: 40px 60px;
  border-radius: 16px;
  background-color: #fff;
  justify-content: space-between;
}
.announce_awards {
  column-gap: 40px;
}
.awards_item img {
  width: 140px;
  margin-bottom: 6px;
}
.awards_item_title {
  color: #8414f4;
  font-size: 20px;
  line-height: 30px;
  font-family: 'DinExp-Bold';
}
.awards_item_count {
  font-size: 16px;
  line-height: 24px;
  font-family: 'DinExp';
}
.announce_card_line {
  height: 200px;
  border-right: 1px dashed #000;
}
.announce_awards_date {
  font-size: 54px;
  line-height: 54px;
  font-family: 'DINCondensed-Bold';
}
.announce_awards_tip {
  margin: 8px 0 40px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'DinExp-Bold';
}
.announce_awards_btn {
  background-color: #000;
  color: #fff;
}
/* lifestyle */
.cross_lifestyle {
  width: 100%;
  height: 1350px;
  padding: 150px 0 300px;
  margin-top: -200px;
  background: url('../../../img/2025/cross-with-xros/web/06-5.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.cross_lifestyle .cross_title {
  position: relative;
  z-index: 10;
}
.lifestyle_list {
  width: 1513px;
  height: 711px;
  margin-top: 100px;
}
.lifestyle_item {
  width: 365px;
  height: 650px;
  padding: 6px;
  border-radius: 16px;
  background-color: #fcf7f0;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -60px;
}
.lifestyle_item_blank {
  opacity: 0;
}
.lifestyle_item_bg {
  width: 353px;
  height: 638px;
  border-radius: 16px;
  object-fit: cover;
}
.lifestyle_item_play {
  width: 100px;
  height: 100px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.lifestyle_item_1 {
  z-index: 18;
  transform: rotate(-10deg);
}
.lifestyle_item_2 {
  z-index: 19;
  transform: rotate(-7deg);
}
.lifestyle_item_3 {
  z-index: 20;
  transform: rotate(-2deg);
}
.lifestyle_item_4 {
  z-index: 21;
  transform: rotate(5deg);
}
.lifestyle_item_5 {
  z-index: 22;
  transform: rotate(-8deg);
}
.lifestyle_item_6 {
  z-index: 23;
  transform: rotate(-6deg);
}
.lifestyle_item_7 {
  z-index: 24;
  transform: rotate(-3deg);
}
.lifestyle_item_8 {
  z-index: 25;
  transform: rotate(-1deg);
}
.lifestyle_item_9 {
  z-index: 26;
  transform: rotate(5deg);
}

/* timeline */
.cross_timeline {
  height: 1280px !important;
  padding: 150px 0;
  margin-top: -200px;
  background: url('../../../img/2025/cross-with-xros/web/07.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}
.cross_timeline .cross_title {
  width: 573px;
}
.cross_timeline .cross_desc {
  width: 544px;
}
.timeline_list {
  margin: 110px 0 0 800px;
  padding-right: 400px;
  justify-items: flex-start;
  flex-direction: row-reverse;
  will-change: transform;
}
.timeline_item {
  width: 270px;
  height: 361px;
  padding: 36px 0;
  margin-left: -100px;
  border-radius: 16px;
  background-color: #edfffa;
  box-shadow: 13px 8px 54px 0px rgba(157, 157, 157, 0.5);
  transform: skewY(30deg);
}
.timeline_item:hover {
  margin: 0 246px 0 146px;
  transform: none;
  scale: 1.67;
  cursor: pointer;
}
.timeline_item img {
  height: 205px;
  margin-bottom: 30px;
}
.timeline_date {
  color: #8414f4;
  font-size: 12px;
  line-height: 13px;
  font-family: 'DinExp-Bold';
}
.timeline_name {
  margin: 10px 0 4px;
  font-size: 20px;
  line-height: 20px;
  font-family: 'DinExp-Bold';
}
.timeline_slogan {
  font-size: 10px;
  line-height: 10px;
  font-family: 'DinExp';
}
/* technology */
.cross_technology {
  height: 1078px;
  padding: 150px;
  margin-top: -200px;
  background: url('../../../img/2025/cross-with-xros/web/08-4.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 11;
}
.technology_list {
  margin-top: 60px;
  column-gap: 50px;
}
.technology_item {
  padding: 20px 20px 50px;
  border: 1px solid #000;
}
.technology_item img {
  width: 350px;
}
.technology_subtitle {
  margin: 50px 0 12px;
  font-size: 28px;
  line-height: 28px;
  font-family: 'DinExp-Bold';
}
.technology_btn {
  width: 200px;
  height: 44px;
  margin-top: 30px;
  border: 3px solid #000;
  font-size: 16px;
  line-height: 16px;
  font-family: 'DinExp-Bold';
}
.technology_btn:hover {
  background-color: #000;
  color: #fff;
}
.align_start {
  align-items: flex-start;
}
/* events */
.cross_events {
  height: 1390px;
  padding: 150px 0;
  margin-top: -75px;
  background: url('../../../img/2025/cross-with-xros/web/09-5.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 12;
}
.cross_events .cross_title {
  margin-bottom: 60px;
}
.events_list {
  width: 100%;
  position: relative;
}
.events_item {
  width: 510px;
  padding: 30px 0;
  background-color: #fff;
  border: 2px solid #000;
  z-index: 20;
}
.events_text {
  padding: 0 20px;
}
.events_date {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: 'DinExp';
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
}
.events_subtitle {
  width: 100%;
  font-size: 46px;
  line-height: 51px;
  font-family: 'DinExp-Bold';
}
.events_pic {
  width: 100%;
  height: 320px;
  margin: 30px 0;
}
.events_desc {
  font-size: 18px;
  line-height: 27px;
  font-family: 'DinExp';
}
.events_btn {
  width: fit-content;
  margin-top: 27px;
  background-color: #beff74;
  border-radius: 48px;
  border: 2px solid #000;
}
.events_xros {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* terms & condition */
.cross_terms {
  height: 486px;
  padding: 108px 0;
  margin-top: -140px;
  background: url('../../../img/2025/cross-with-xros/web/10.svg') no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 25;
}
.terms_title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 37px;
  font-family: 'DINCondensed-Bold';
  text-transform: uppercase;
}
.terms_text {
  width: 930px;
  font-size: 15px;
  line-height: 22px;
  font-family: 'DinExp';
  text-align: center;
}
.cross_terms .cross_desc {
  margin-top: 24px;
  font-family: 'DinExp-Bold';
}
/* ----------弹窗内容-------- */
.rule-box-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 23;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.rule-box-popup .rule-box-popup-cont {
  position: absolute;
  width: 1120px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 90px 0;
  border-radius: 16px;
}
.comment-list-popup .rule-box-popup-cont {
  background: url('../../../img/2025/cross-with-xros/web/03-7/03-7-comments1.svg');
  background-size: 100% auto;
}
.comment-popup .rule-box-popup-cont {
  width: 980px;
  background: url('../../../img/2025/cross-with-xros/web/03-7/03-7-comments1.svg');
  background-size: 100% auto;
}
.winner-popup .rule-box-popup-cont {
  width: 980px;
  background: url('../../../img/2025/cross-with-xros/web/03-7/03-7-comments1.svg');
  background-size: 100% auto;
}
.rule-box-popup .rule-box-popup-scoll {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
}
.rule-box-popup-text {
  width: 100%;
  height: 100%;
  margin-top: 60px;
}
.comment-popup .rule-box-popup-text {
  margin-top: 32px;
}
/* 整个滚动条 */
.rule-box-popup-scoll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* 滚动条轨道背景 */
.rule-box-popup-scoll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

/* 滚动条滑块 */
.rule-box-popup-scoll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
/* modal */
.modal_close {
  width: 24px;
  position: absolute;
  top: 80px;
  right: 26px;
}
.modal_title {
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -1px;
  font-family: 'Din-Black';
  text-transform: uppercase;
}
.modal_desc {
  width: 816px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'DinExp';
  text-align: center;
}
/* add comment */
.add_comment {
  width: 100%;
  height: fit-content;
  column-gap: 38px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 16px;
  font-family: 'DinExp';
  overflow-y: scroll;
}
.add_comment_item {
  width: 290px;
  height: 40px;
  align-items: flex-end;
}
.add_comment_label {
  width: fit-content;
  white-space: nowrap;
}
.add_comment_item input {
  background-color: #fcf7f0;
  border: none;
  border-bottom: 1px solid #000;
}
#comment-form input,
#comment-form select,
#comment-form textarea {
  margin-bottom: 0;
}
#comment-form input {
  font-size: 16px;
  line-height: 16px;
  font-family: 'DinExp';
}
.add_comment_item .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0 0 0 20px;
}
.add_comment_comment {
  width: 100%;
  height: 40px;
  align-items: flex-end;
}
.add_comment_upload {
  width: 620px;
  height: 200px;
  margin-top: 50px;
  box-sizing: border-box;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
input:invalid {
  border-bottom: 1px solid #ff0000;
}
.error-label {
  color: #ff0000;
}
.dropzone .dz-message {
  margin: 52px 0 0;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  display: none;
}
.dropzone .dz-message img {
  width: 45px;
}
.upload_text {
  margin-top: 10px;
  color: #ff7c00;
  font-size: 16px;
  line-height: 16px;
  font-family: 'DinExp';
}
.submit_btn {
  width: 203px;
  height: 46px;
  margin-top: 50px;
  color: #fff;
  border: none;
  background-color: #000;
}
.submit_btn img {
  width: 40px;
  height: 40px;
  margin-left: 30px;
}
/* comment modal */
.comment_box {
  width: 100%;
  height: fit-content;
  background-color: #fcf7f0;
  overflow-y: scroll;
}
.comment_list {
  width: 910px;
  margin: 0 auto;
  display: block !important;
  position: relative;
  float: none !important;
}
.comment_pagination {
  margin-top: 60px;
}
.comment_pagination .disabled {
  opacity: 0.25;
}
.comment_pagination .active {
  color: rgba(0, 0, 0, 1);
}
.comment_pages {
  margin: 0 116px;
  column-gap: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 20px;
  line-height: 20px;
  font-family: 'DinExp-Bold';
}
/* winner modal */
.winner_item {
  margin-bottom: 24px;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 14px;
  font-family: 'DinExp';
}
.winner_email {
  width: 200px;
  height: 38px;
  padding: 0 20px;
  border-radius: 50px;
  word-break: break-all;
}
.winner_prize {
  width: 106px;
  margin: 0 16px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'DinExp-Bold';
}
.winner_award {
  width: 364px;
}
.special_winner .winner_email {
  color: #fff;
  background-color: #b4663a;
}
.special_winner .winner_prize {
  color: #b4663a;
}
.first_winner .winner_email {
  background-color: #ffe07c;
}
/* .first_winner .winner_prize {
  color: #FFE07C;
}  */
.second_winner .winner_email {
  color: #fff;
  background-color: #ff7c00;
}
.second_winner .winner_prize {
  color: #ff7c00;
}
.third_winner .winner_email {
  color: #fff;
  background-color: #000;
}
.lucky_winner .winner_email {
  background-color: #fff;
}
.download_share_container {
  width: 420px;
  height: 525px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.download_share_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.download_share_comment .comment_item {
  height: 450px;
  background-color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 80;
}
.download_share_comment .comment_item .comment_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10; /* 限制文本显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: none;
}
.download_share_comment .comment_item .comment_operations {
  display: none;
}
.download_share_ten {
  width: 110px;
  height: 110px;
  position: absolute;
  bottom: 0;
  right: 10px;
  transform: rotate(10deg);
  z-index: 99;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .cross_map .cross_title {
    margin-right: 100px;
  }
  .map_container {
    width: 1000px;
  }
  .map_box {
    width: 994px;
  }
  .cross_lifestyle {
    height: 1600px;
  }
  .lifestyle_list {
    width: 1200px;
    height: 580px;
  }
  .lifestyle_item {
    width: 292px;
    height: 520px;
  }
  .lifestyle_item_bg {
    width: 280px;
    height: 508px;
  }
  .lifestyle_item_play {
    width: 80px;
    height: 80px;
  }
  .cross_awards {
    zoom: 0.8;
  }
  .cross_timeline {
    height: 1530px;
  }
  .cross_timeline .cross_title {
    width: 490px;
  }
  .timeline_list {
    margin-left: 1200px;
  }
  .timeline_item {
    width: 216px;
    height: 289px;
    padding: 29px 0;
  }
  .timeline_item img {
    height: 164px;
    margin-bottom: 24px;
  }
  .cross_technology .cross_title {
    margin-bottom: 40px;
  }
  .technology_list {
    zoom: 0.8;
  }
  .events_list {
    margin-top: 100px;
    zoom: 0.8;
  }
  .events_item {
    zoom: 0.8;
  }
  .events_xros {
    bottom: 250px;
  }
  .cross_terms {
    margin-top: -300px;
  }
}
@media screen and (max-width: 1023px) {
  .cross_title {
    padding: 0 0.7rem;
    font-size: 0.96rem;
    line-height: 0.86rem;
    letter-spacing: -0.02rem;
  }
  .cross_desc {
    padding: 0 0.7rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .cross_first_page_content {
    width: 6.1rem;
  }
  .cross_first_page_title {
    font-size: 1.36rem;
    line-height: 1.22rem;
    letter-spacing: -0.02rem;
  }
  .cross_first_page_subtitle {
    margin: 0.5rem 0 0.32rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .cross_first_page .cross_desc {
    padding: 0;
  }
  .cross_first_page_btn {
    width: 3.26rem;
    margin-top: 0.32rem;
  }
  .cross_first_page_btn img {
    width: 0.8rem;
    margin-left: 0.6rem;
  }
  /* banner */
  .cross_header {
    width: 100%;
    height: 100vh;
    text-align: center;
  }
  .cross_header video {
    height: 100vh;
  }
  .cross_header_brand {
    width: 4.6rem;
  }
  .cross_header_title {
    width: 6.1rem;
    margin: 0.66rem auto 0.32rem;
    font-size: 1.36rem;
    line-height: 1.22rem;
    letter-spacing: -0.02rem;
  }
  .cross_header .cross_desc {
    width: 6.1rem;
    padding: 0;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  /* map */
  .cross_map {
    width: 100%;
    height: fit-content;
    margin-top: -0.6rem;
    padding: 1.6rem 0.4rem 2rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-02-8.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: left;
  }
  .cross_map .cross_desc {
    width: 100%;
    padding: 0 0.3rem;
  }
  .cross_map_title_line {
    flex-direction: column;
  }
  .cross_map .cross_title {
    width: 100%;
    padding: 0 0.3rem;
    margin: 0 0 0.32rem 0;
  }
  .map_container {
    width: 100%;
    height: 9.6rem;
    margin: 0.8rem 0 0;
  }
  .map_box {
    width: 100%;
    height: 9.4rem;
    overflow: hidden;
  }
  .map_btns {
    width: 0.32rem;
  }
  .map_add {
    top: 0.4rem;
    right: 0.4rem;
  }
  .map_minus {
    bottom: 0.4rem;
    right: 0.4rem;
  }
  .map_bottoms {
    width: 100%;
    height: 4.56rem;
    margin: 0.4rem 0 0;
    border-radius: 0.16rem;
    flex-direction: column;
  }
  .map_datas {
    column-gap: 0.6rem;
  }
  .map_data_item {
    column-gap: 0.36rem;
    font-size: 0.26rem;
    line-height: 100%;
  }
  .map_data_item img {
    width: 1rem;
  }
  .map_data_count {
    font-size: 0.68rem;
    line-height: 100%;
  }
  .map_bottom_line {
    width: 5.9rem;
    height: 0.02rem;
    margin: 0.4rem 0;
  }
  .map_bottom_action {
    font-size: 0.32rem;
    line-height: 100%;
  }
  .map_bottom_select {
    height: 0.92rem;
    margin-top: 0.32rem;
    border-radius: 1.5rem;
  }
  .map_bottom_btn {
    width: 3.26rem;
    height: 100%;
    font-size: 0.28rem;
    border-radius: 0 1.5rem 1.5rem 0;
  }
  .map_bottom_light {
    width: 0.85rem;
    height: 0.85rem;
    margin-left: 0.2rem;
    border-radius: 50%;
  }
  .light_map_tips {
    padding: 0 0.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .cross_map
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    width: 0.16rem;
    height: 0.16rem;
    border-color: #000 transparent transparent transparent;
    border-width: 0.08rem 0.08rem 0 0.08rem;
  }
  .cross_map
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 0.05rem;
    right: 0.2rem;
  }
  /* story */
  .cross_story {
    width: 100%;
    height: fit-content;
    padding: 1.6rem 0 2.6rem;
    margin-top: -0.6rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-03-5.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 12;
  }
  .cross_story .cross_title {
    margin-bottom: 0.8rem;
    text-align: center;
  }
  .cross_story .cross_desc {
    width: 100%;
    margin: 0.3rem 0 0.6rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .cross_story_btns {
    flex-direction: column;
  }
  .cross_story .story_btn {
    width: 5.3rem;
  }
  .cross_story .story_btn img {
    width: 0.8rem;
  }
  .story_btn img {
    margin-left: 0.4rem;
  }
  .story_share {
    margin: 0.24rem 0 0 0;
  }
  /* awards */
  .cross_awards {
    width: 100%;
    height: 80.8rem;
    padding: 3.2rem 0 0;
    margin-top: -1rem;
    z-index: 20;
    position: relative;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-04-3.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .awards_top {
    padding-top: 3rem;
    margin-bottom: 0.2rem;
  }
  .awards_top_desc {
    width: 100%;
    margin-bottom: 0;
  }
  .awards_xros {
    height: 3rem;
  }
  .awards_coin {
    width: 4.3rem;
    top: 0;
    transform: translate(-50%, 0);
  }
  .awards_top_content {
    flex-direction: column;
    align-items: flex-start;
  }
  .cross_awards .cross_title {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
  .awards_desc {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .awards_subtitle {
    width: 100%;
    padding: 0 0.7rem;
    margin-bottom: 0.32rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .awards_first {
    width: 6.7rem;
    height: 12.46rem;
    margin: 0 auto 0.4rem;
    padding-top: 0.42rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-05-1-1.svg')
      no-repeat center;
    background-size: cover;
  }
  .awards_first img {
    width: 6.7rem;
  }
  .first_title {
    margin-top: 4rem;
    font-size: 0.42rem;
    line-height: 0.42rem;
  }
  .award_rules {
    width: 4.74rem;
    height: 2.96rem;
    padding: 0.18rem 0.3rem;
    margin-bottom: 0.8rem;
    top: 7.28rem;
    left: 1rem;
  }
  .rules_title {
    margin-bottom: 0.04rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .award_rules .cross_desc {
    padding: 0;
  }
  .award_count {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .awards_other_list {
    flex-direction: column;
    row-gap: 0.4rem;
  }
  .awards_other {
    width: 6.7rem;
    height: 8.2rem;
    padding-top: 0.4rem;
  }
  .awards_other img {
    width: 6.7rem;
  }
  .awards_other h4 {
    font-size: 0.36rem;
    line-height: 0.38rem;
    text-align: center;
  }
  .awards_other .lucke_prize_b {
    letter-spacing: -0.01rem;
  }
  .award_second {
    background: url('../../../img/2025/cross-with-xros/mob/Mob-05-2-1.svg')
      no-repeat center;
    background-size: cover;
  }
  .award_third {
    background: url('../../../img/2025/cross-with-xros/mob/Mob-05-3-1.svg')
      no-repeat center;
    background-size: cover;
  }
  .award_forth {
    background: url('../../../img/2025/cross-with-xros/mob/Mob-05-4-1.svg')
      no-repeat center;
    background-size: cover;
  }
  .awards_mid_desc {
    width: 100%;
    margin-top: 0.8rem;
    text-align: left;
  }
  .awards_bottom {
    margin-top: 0.8rem;
    padding-top: 15.88rem;
    width: 100%;
  }

  /* lucky xors users*/
  .awards_announce {
    width: 100%;
    height: 16.36rem;
    padding: 1.6rem 0 0;
    border-radius: 0.32rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-05-5-1.svg')
      no-repeat center;
    background-size: cover;
    top: 0;
  }
  .announce_title {
    width: 100%;
    font-size: 0.76rem;
    line-height: 0.82rem;
    padding: 0 0.7rem;
    text-transform: uppercase;
  }
  a.announce_winner_enter {
    margin: 0.16rem auto 0;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .announce_card {
    width: 6.7rem;
    height: fit-content;
    padding: 0.6rem 0.54rem 0.8rem;
    margin-top: 0.8rem;
    flex-direction: column;
  }
  .announce_awards {
    column-gap: 0.4rem;
  }
  .awards_item img {
    width: 2.6rem;
    height: 2.6rem;
  }
  .awards_item_title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .awards_item_count {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .announce_card_line {
    width: 5.32rem;
    height: 0.02rem;
    margin: 0.6rem 0;
    border-bottom: 1px dashed #000;
  }
  .announce_awards_date {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .announce_awards_tip {
    margin: 0.12rem 0 0.4rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .announce_awards_btn {
    width: 5.08rem;
    height: 0.92rem;
    color: #b3ff52;
    column-gap: 0.15rem;
    padding-left: 0.25rem;
  }
  .announce_awards_btn img {
    width: 40px;
    margin-left: 0;
  }
  /* lifestyle */
  .cross_lifestyle {
    height: 20rem !important;
    padding: 1.6rem 0 0;
    margin-top: -1.5rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-06-5.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 21;
  }
  .lifestyle_list {
    width: 7rem;
    height: 11rem;
    margin-top: 1.6rem;
  }
  .lifestyle_item {
    width: 5rem;
    height: 8.9rem;
    padding: 0.08rem;
    border-radius: 0.32rem;
    bottom: -1.2rem;
  }
  .lifestyle_item_bg {
    width: 4.92rem;
    height: 8.82rem;
    border-radius: 0.32rem;
  }
  .lifestyle_item_play {
    width: 1.3rem;
    height: 1.3rem;
  }
  .lifestyle_item_1 {
    z-index: 18;
    transform: rotate(-10deg);
  }
  .lifestyle_item_2 {
    z-index: 19;
    transform: rotate(-7deg);
  }
  .lifestyle_item_3 {
    z-index: 20;
    transform: rotate(-2deg);
  }
  .lifestyle_item_4 {
    z-index: 21;
    transform: rotate(5deg);
  }
  .lifestyle_item_5 {
    z-index: 22;
    transform: rotate(8deg);
  }
  .lifestyle_item_6 {
    z-index: 23;
    transform: rotate(-10deg);
  }
  .lifestyle_item_7 {
    z-index: 24;
    transform: rotate(8deg);
  }
  .lifestyle_item_8 {
    z-index: 25;
    transform: rotate(-13deg);
  }
  .lifestyle_item_9 {
    z-index: 26;
    transform: rotate(-6deg);
  }

  /* timeline */
  .cross_timeline {
    width: 100%;
    height: 19.74rem !important;
    padding: 1.6rem 0;
    background: url('https://www.vaporesso.com/assets/img/2025/cross-with-xros/mob/Mob-07/Mob-07-Background.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 22;
  }
  .cross_timeline_top {
    flex-direction: column;
  }
  .cross_timeline .cross_title {
    width: 100%;
  }
  .cross_timeline .cross_desc {
    width: 100%;
  }
  .timeline_list {
    margin: 4.2rem 0 0 5rem;
    padding-right: 0;
    justify-items: flex-start;
    flex-direction: row-reverse;
    will-change: transform;
  }
  .timeline_item {
    width: 3.2rem;
    height: 4.6rem;
    padding: 0.6rem 0;
    margin-left: -1rem;
    border-radius: 0.24rem;
    box-shadow: 0.2rem 0.12rem 0.82rem 0rem rgba(157, 157, 157, 0.5);
    transform: skewY(30deg);
  }
  .timeline_item:hover {
    margin: 0 4rem 0 3rem;
    transform: none;
    scale: 1.67;
  }
  .timeline_item img {
    height: 2.2rem;
    margin-bottom: 0.6rem;
  }
  .timeline_slogan {
    text-align: center;
  }
  /* technology */
  .cross_technology {
    height: 30.9rem;
    padding: 1.6rem 0;
    margin-top: -2rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-08-4.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 23;
  }
  .technology_list {
    margin-top: 0.8rem;
    row-gap: 0.6rem;
    flex-direction: column;
  }
  .technology_item {
    padding: 0.32rem 0.32rem 0.8rem;
  }
  .technology_item img {
    width: 5.86rem;
  }
  .technology_subtitle {
    margin: 0.8rem 0 0.2rem;
    font-size: 0.48rem;
    line-height: 0.48rem;
  }
  .technology_btn {
    width: 3.12rem;
    height: 0.7rem;
    margin-top: 0.48rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  /* events */
  .cross_events {
    height: 26.4rem;
    padding: 1.6rem 0;
    margin-top: 0;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-09-5.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .cross_events .cross_title {
    margin-bottom: 0.8rem;
  }
  .events_list {
    width: 100%;
    flex-direction: column;
    row-gap: 0.4rem;
    position: relative;
  }
  .events_item {
    width: 6.5rem;
    padding: 0.32rem 0 0.6rem;
  }
  .events_text {
    padding: 0 0.32rem;
  }
  .events_date {
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .events_subtitle {
    font-size: 0.52rem;
    line-height: 0.58rem;
  }
  .events_pic {
    height: 3.8rem;
    margin: 0.4rem 0;
  }
  .events_desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .events_btn {
    width: 5.08rem;
    height: 0.92rem;
    margin-top: 0.36rem;
    padding: 0.06rem 0.06rem 0.06rem 0.4rem;
    border-radius: 0.96rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
    background-color: #b3ff52;
  }
  .events_btn img {
    width: 0.8rem;
    margin-left: 0.65rem;
  }
  .events_xros {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* terms & condition */
  .cross_terms {
    height: fit-content;
    padding: 1.6rem 0.7rem;
    margin-top: -1rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-10.svg')
      no-repeat;
    background-position: center top;
    background-size: cover;
    align-items: flex-start;
  }
  .terms_title {
    margin-bottom: 0.24rem;
    font-size: 0.52rem;
    line-height: 0.65rem;
    text-align: left;
  }
  .terms_text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: left;
  }
  .cross_terms .cross_desc {
    margin-top: 0.24rem;
    padding: 0;
    text-align: left;
  }
  /* ----------弹窗内容-------- */
  .rule-box-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 23;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  .rule-box-popup .rule-box-popup-cont {
    position: absolute;
    width: 6.7rem;
    max-width: 90%;
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 0.3rem 0.3rem;
    border-radius: 0.16rem;
  }
  .comment-list-popup .rule-box-popup-cont {
    background: url('../../../img/2025/cross-with-xros/mob/Mob-03-7/Mob-03-7-4.svg')
      no-repeat;
    background-size: 100% auto;
  }
  .comment-popup .rule-box-popup-cont {
    background: url('../../../img/2025/cross-with-xros/mob/Mob-03-7/Mob-03-7-4.svg');
    background-size: 100% auto;
  }
  .winner-popup .rule-box-popup-cont {
    width: 6.7rem;
    background: url('../../../img/2025/cross-with-xros/mob/Mob-03-7/Mob-03-7-4.svg');
    background-size: 100% auto;
  }
  .rule-box-popup .rule-box-popup-scoll {
    height: 100%;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    color: #000;
  }
  .rule-box-popup-text {
    width: 100%;
    margin-top: 0;
  }
  .comment-popup .rule-box-popup-text {
    margin-top: 0;
  }
  /* modal */
  .modal_close {
    width: 0.32rem;
    position: absolute;
    top: 0.8rem;
    right: 0.32rem;
  }
  .modal_title {
    margin-bottom: 0.32rem;
    font-size: 0.96rem;
    line-height: 1rem;
    text-align: center;
  }
  .modal_desc {
    width: 6rem;
    font-size: 0.28rem;
    line-height: 0.3rem;
    font-family: 'DinExp';
    text-align: center;
  }
  /* add comment */
  .comment-popup .comment_box {
    margin-top: 0.46rem;
  }
  .add_comment {
    width: 6.1rem;
    height: 100%;
    color: #2d2d2d;
    font-size: 0.28rem;
    line-height: 0.3rem;
    flex-direction: column;
  }
  .add_comment_top {
    margin-top: 0;
  }
  .add_comment_item {
    width: 6rem;
    height: 0.6rem;
    margin-bottom: 0.08rem;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: -0.1rem;
    right: 0.08rem;
  }
  .add_comment_comment {
    width: 6rem;
    height: 0.6rem;
    align-items: flex-end;
  }

  #comment-form input {
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .add_comment_upload {
    width: 6rem;
    height: 4rem;
    margin-top: 0.72rem;
  }
  .dropzone .dz-message {
    margin: 0.2rem 0 0;
  }
  .dropzone .dz-message img {
    width: 0.76rem;
  }
  .upload_text {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .submit_btn {
    width: 5.08rem;
    height: 0.92rem;
    margin-top: 0.8rem;
  }
  .submit_btn img {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 1.1rem;
  }
  /* comment modal */
  .comment_box {
    width: 6.1rem;
    height: fit-content;
    margin-top: 0.8rem;
  }
  .comment_list {
    width: 6.1rem;
  }
  .comment_list .comment_item {
    margin: 0 auto 0.4rem;
  }
  .comment_pagination {
    margin-top: 0.8rem;
  }
  .comment_pages {
    margin: 0 0.2rem;
    column-gap: 0.32rem;
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  /* winner modal */
  .winner_item {
    margin-bottom: 0.52rem;
    align-items: flex-start;
    font-size: 0.26rem;
    line-height: 0.32rem;
  }
  .winner_email {
    width: 3rem;
    height: 0.64rem;
    padding: 0 0.24rem;
    border-radius: 0.32rem;
  }
  .winner_prize_box {
    margin-left: 0.28rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .winner_prize {
    width: fit-content;
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .winner_award {
    width: 2.8rem;
  }

  .download_share_container {
    width: 420px;
    height: 525px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .download_share_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .download_share_comment .comment_item {
    height: 450px;
    background-color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 80;
  }
  .download_share_comment .comment_item .comment_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10; /* 限制文本显示两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: none;
  }
  .download_share_comment .comment_item .comment_operations {
    display: none;
  }
  .download_share_ten {
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    right: 10px;
    transform: rotate(10deg);
    z-index: 99;
  }
}
