@charset "UTF-8";
.GuidePopup-wrapper {
  box-sizing: border-box;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  inset: 0; 
  width: 100%;
  top: 0;
  bottom: 0;}
  .GuidePopup-wrapper ul,
  .GuidePopup-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .GuidePopup-wrapper p {
    margin: 0;
    padding: 0; }
  .GuidePopup-wrapper .mark {
    position: fixed;
    background: #000000ab;
    inset: 0; 
    width: 100%;
    top: 0;
    bottom: 0;}
  .GuidePopup-wrapper .close1 {
    cursor: pointer;
    position: absolute;
    padding: 28px 28px 0 0;
    right: 0; }
  .GuidePopup-wrapper .guide-title {
    height: auto;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 150%;
    /* padding-top: 24px; */
    text-align: left;}
  .GuidePopup-wrapper .notice-guide-title{border-bottom: 1px solid #F0F0F0;padding-left: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-right: 48px;}
  .GuidePopup-wrapper .guide-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px; }
    .GuidePopup-wrapper .guide-footer .guide-bottom-grout {
      display: flex; }
      .GuidePopup-wrapper .guide-footer .guide-bottom-grout .guide-bottom {
        cursor: pointer;
        width: 105px;
        height: 42px;
        font-size: 14px;
        background: #E64E62;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        line-height: 42px; }
      .GuidePopup-wrapper .guide-footer .guide-bottom-grout .guide-bottom-text {
        background: #fff;
        color: #6A6A6A;
        border: 0; }
      .GuidePopup-wrapper .guide-footer .guide-bottom-grout .guide-bottom-disabled {
        background: #DBD7D7; }
  .GuidePopup-wrapper .guide-flex-end {
    justify-content: flex-end; }
.GuidePopup-wrapper .GuidePopup-layout {
  width: 70%;
  position: relative;
  z-index: 999;
}
  .GuidePopup-wrapper .videoPopup {
    box-sizing: border-box;
	width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
  }
    .GuidePopup-wrapper .videoPopup .video-warp-en {
      display: none; }
    .GuidePopup-wrapper .videoPopup .video-warp {
      margin-top: 36px; }

.en-wrapper .GuidePopup-layout .videoPopup .video-warp {
  display: none; }
.en-wrapper .GuidePopup-layout .videoPopup .video-warp-en {
  display: block;
  margin-top: 36px; }

.hidden {
  display: none; }

.classic-dark .GuidePopup-wrapper .GuidePopup-layout .guide-title,
.dark-body .GuidePopup-wrapper .GuidePopup-layout .guide-title {
color: #E0E0E0; 

}
.classic-dark .GuidePopup-wrapper .GuidePopup-layout .videoPopup,
.dark-body .GuidePopup-wrapper .GuidePopup-layout .videoPopup {
background: #232429; 

}
.classic-dark .GuidePopup-wrapper .GuidePopup-layout .guide-footer,
.dark-body .GuidePopup-wrapper .GuidePopup-layout .guide-footer {
color: #6A6A6A; 

}
.classic-dark .GuidePopup-wrapper .GuidePopup-layout .guide-footer .guide-bottom-text,
.dark-body .GuidePopup-wrapper .GuidePopup-layout .guide-footer .guide-bottom-text {
background: #232429;
color: #6A6A6A;
border: 0; }
.GuidePopup-wrapper .popup-close{width: 32px;height: 32px;position: absolute;top: -45px;right: 0px;background-image: url(/images/close.svg);cursor: pointer;background-color: #ccc;border-radius: 50%;background-repeat: no-repeat;background-position: center center;}
.GuidePopup-wrapper .notice-body{cursor: pointer;}
.GuidePopup-wrapper .notice-image{min-width: 500px;border-radius: 8px;object-fit: fill;overflow: hidden;}
.GuidePopup-wrapper .notice-content{font-size: 14px;font-weight: 400;line-height: 20px;word-break: break-word;max-height: 80px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.GuidePopup-wrapper .notice-footer{padding-right: 24px;}
.GuidePopup-new-wrapper{ animation: frame 0.3s linear;cursor: pointer;overflow: hidden;width: 400px;background: #FFFFFF;box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 8%);border-radius: 8px;position: fixed;right: 24px;bottom: 24px;padding: 16px 24px !important;z-index: 10000;box-sizing: border-box;}
.GuidePopup-new-title{font-size: 18px;font-weight: 500;color: #333;line-height: 26px;margin-bottom: 16px !important;border-right: 0px;}
.GuidePopup-new-content{font-size: 14px;font-weight: 400;color: #333;line-height: 20px;word-break: break-word;max-height: 80px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.GuidePopup-new-image{width: 352px;height: 234px;margin-top: 16px;}
.GuidePopup-new-close{width: 22px;height: 22px;position: absolute;top: 15px;right: 18px;background-image: url(/images/close.svg);cursor: pointer;background-repeat: no-repeat;background-position: center center;}
#popup-root .GuidePopup-new-tooltips-content{background-color: #fff !important;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1) !important;border-radius: 4px !important;width: 240px !important;color: #333 !important;}
#popup-root .GuidePopup-new-tooltips-arrow{ color: #fff !important;}
.GuidePopup-new-title:hover, .GuidePopup-new-content:hover{color: #666 !important;}
@keyframes frame {
	from{
		bottom: 0;
	}
	to{
		bottom: 28px;
	}
} 

/* 站内信弹窗通知 开关 start */
.home_popup_letter_switch_box {
  --switch-width: 48px;
  --switch-height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 4px;
}
#home_popup_letter_toggle {
  display: none;
}
.home_popup_letter_label {
  position: relative;
  display: inline-block;
  width: var(--switch-width);
  height: var(--switch-height);
  line-height: var(--switch-height);
  border-radius: var(--switch-height);
  background-color: var(--color-neutral-2);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.home_popup_letter_label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: left 0.3s ease;
}
#home_popup_letter_toggle:checked + .home_popup_letter_label {
  background-color: var(--color-brand-1);
}
#home_popup_letter_toggle:checked + .home_popup_letter_label::after {
  left: calc(100% - 22px);
}

.home_popup_letter_switch_box span {
  color: var(--color-text-3);
  margin-left: 12px;
}
html[lang='ar'] .home_popup_letter_switch_box span {
  margin-left: unset;
  margin-right: 12px;
}
/* 站内信弹窗通知 开关 end */

/* 暗黑 */
.classic-dark .GuidePopup-wrapper .popup-close{
	width: 32px;height: 32px;position: absolute;top: -45px;right: 0px;background-image: url(/images/close_white.svg);cursor: pointer;background-color: #ccc;border-radius: 50%;background-repeat: no-repeat;background-position: center center;
}
.classic-dark .GuidePopup-new-wrapper{background: #141417;}
.classic-dark .GuidePopup-wrapper .guide-title{color: #fff;}
