/* 领取 */
.receive_dialog {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1055;
}

.receive_dialog .modal-dialog {
  width: 460px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
}

.receive_dialog.fade .modal-dialog {
  transform: translate(-50%, -80%);
  transition: transform .3s ease-out;
}

.receive_dialog.in .modal-dialog {
  transform: translate(-230px, -60%);
}

.receive_dialog .modal-content {
  background-color: transparent;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: 0;
}

.receive_dialog .receive_dialog_wrap {
  text-align: center;
  width: 460px;
}

.receive_dialog .receive_dialog_content {
  width: 100%;
}

.receive_dialog .receive_dialog_content>img {
  width: 100%;
}

.receive_dialog .receive_dialog_btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.receive_dialog .receive_dialog_btn button {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  border: none;
  line-height: 44px;
  width: 212px;
  height: 60px;
  background: transparent;
}

.receive_dialog .receive_dialog_btn button>img {
  height: 100%;
  border-radius: 50px;
  animation: boom 1s linear infinite;
}

.receive_dialog .close-btn {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -30px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.receive_dialog .close-btn>img {
  width: 100%;
  height: 100%;
}

.receive_dialog .close-btn:active {
  background-color: #2662FC;
}

/* 活动弹窗 */
.activity_dialog {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1055;
}

.activity_dialog .modal-dialog {
  width: 460px;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
}

.activity_dialog.fade .modal-dialog {
  transform: translate(-50%, -80%);
  transition: transform .3s ease-out;
}

.activity_dialog.in .modal-dialog {
  transform: translate(-230px, -60%);
}

.activity_dialog .modal-content {
  background-color: transparent;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: 0;
}

.activity_dialog .activity_dialog_wrap {
  text-align: center;
  width: 460px;
}

.activity_dialog .activity_dialog_content {
  width: 100%;
}

.activity_dialog .activity_dialog_content>img {
  width: 100%;
}

.activity_dialog .activity_dialog_code {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 282px;
  left: 50%;
  transform: translateX(calc(-50% + 9px));
}

.activity_dialog .activity_dialog_btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.activity_dialog .activity_dialog_btn button {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  border: none;
  line-height: 44px;
  width: 212px;
  height: 60px;
  background: transparent;
}

.activity_dialog .activity_dialog_btn button>img {
  height: 100%;
  border-radius: 50px;
  animation: boom 1s linear infinite;
}

.activity_dialog .close-btn {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -20px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.activity_dialog .close-btn>img {
  width: 100%;
  height: 100%;
}

.activity_dialog .close-btn:active {
  background-color: #2662FC;
}

#activity_dialogClose-double11_2025 {
  right: -30px;
}

/* 私域 */
.siyu_dialog {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1055;
}

.siyu_dialog .modal-dialog {
  width: 800px;
  margin: 10vh auto;
}

.siyu_dialog .modal-content {
  background-color: transparent;
  height: 100%;
  width: 100%;
  box-shadow: none;
  border: 0;
}

.siyu_dialog .siyu_dialog_wrap {
  text-align: center;
  width: 460px;
}

.siyu_dialog .siyu_dialog_content {
  width: 100%;
}

.siyu_dialog .siyu_dialog_content>img {
  width: 100%;
}

.siyu_dialog .siyu_dialog_kefu {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 293px;
  left: 50%;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  padding: 1px;
  transform: translateX(-50%);
  /* overflow: hidden; */
}

.siyu_dialog .siyu_dialog_kefu img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.siyu_dialog .siyu_dialog_kefu span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 3;
}

.siyu_dialog .siyu_dialog_btn {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

.siyu_dialog .siyu_dialog_btn button {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  border: none;
  line-height: 44px;
  width: 212px;
  height: 60px;
  background: transparent;
}

.siyu_dialog .siyu_dialog_btn button>img {
  height: 100%;
  border-radius: 50px;
  animation: boom 1s linear infinite;
}

.siyu_dialog .close-btn {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -30px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.siyu_dialog .close-btn>img {
  width: 100%;
  height: 100%;
}

.siyu_dialog .close-btn:active {
  background-color: #2662FC;
}

/* 致聚法案例用户们的一封信 */
.jufa-upgrade-dialog {
  background: rgba(0, 0, 0, 0.7);
}

.jufa-upgrade-dialog .dialog-container {
  max-width: calc(960px * 0.95);
  height: calc(714px * 0.95);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jufa-upgrade-dialog .dialog-content {
  border-radius: 12px;
  position: relative;
}

.jufa-upgrade-dialog .dialog-body {
  text-align: center;
  border-bottom: none;
}

.jufa-upgrade-dialog .dialog-body img {
  width: 100%;
}

.jufa-upgrade-dialog .dialog-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
}

.jufa-upgrade-dialog .dialog-footer button {
  position: static;
  width: 140px;
  height: 36px;
  line-height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
  border-radius: 24px;
  color: #fff;
  border: 1px solid #f6663a;
  background: #f6663a;
  transition: all 0.3s;
}

.jufa-upgrade-dialog .dialog-footer button:hover {
  box-shadow: 0 0 5px #f6663a;
}

@keyframes boom {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(0.9)
  }

  100% {
    transform: scale(1)
  }
}

/* 要素式文书 */
#siyu-get_element_30 .modal-dialog{
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#siyu-get_element_30 .modal-dialog,
#siyu-get_element_30 .siyu_dialog_content{
  width: 400px;
}
#siyu_kefu-get_element_30{
  background: transparent;
  border: none;
  height: auto;
  width: 230px;
  top: auto;
  bottom: 10px;
}
#siyu_kefu-get_element_30 span{
  display: none;
}
@media (max-width: 1600px) {
  #siyu-get_element_30 .modal-dialog,
  #siyu-get_element_30 .siyu_dialog_content{
    width: 350px;
  }
  #siyu_kefu-get_element_30{
    width: 200px;
  }
}
@media (max-width: 1400px) {
  #siyu-get_element_30 .modal-dialog,
  #siyu-get_element_30 .siyu_dialog_content{
    width: 300px;
  }
  #siyu_kefu-get_element_30{
    width: 170px;
  }
}
@media (max-width: 1280px) {
  #siyu-get_element_30 .modal-dialog,
  #siyu-get_element_30 .siyu_dialog_content{
    width: 250px;
  }
  #siyu_kefu-get_element_30{
    width: 140px;
  }
}

/* 新用户福利，扫码一天能看三篇 */
#siyu_kefu-xinzhuce_jiasiyu {
  width: 120px;
  height: 120px;
  top: 366px;
}

#siyu_kefu-xinzhuce_jiasiyu span {
  display: none!important;
}

/* 私域 */
.siyu_dialog[data-notice="xinzhuce_jiasiyu_v2"] .modal-dialog{
  width: 290px;
  height: 352px;
  position: absolute;
  margin: auto;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  transform: none;
}

.siyu_dialog[data-notice="xinzhuce_jiasiyu_v2"] .siyu_dialog_wrap{
  width: 100%;
}

.siyu_dialog[data-notice="xinzhuce_jiasiyu_v2"] .siyu_dialog_content>img{
  width: 290px;
  height: 352px;
}

.siyu_dialog_kefu_register{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 117px;
  margin: 0 auto;
}

.siyu_dialog_kefu_register>img{
  width: 130px;
  height: 130px;
}
/* 
.siyu_dialog_kefu_register>div:first-of-type{
  width: 164px;
  padding:8px 0;
  text-align: center;
  height: 36px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 22px;
  margin-bottom: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 40px;
  box-shadow: 0px 4px 6px 0px rgba(57, 146, 255, 0.25);
  background: linear-gradient(270.00deg, rgba(8, 116, 249, 1),rgba(57, 146, 255, 1) 49%,rgba(8, 116, 249, 1) 100%);
}

.siyu_dialog_kefu_register>div:first-of-type.greyBg{
  box-shadow: 0px 4px 6px 0px rgba(127, 177, 239, 0.25);
  background: rgba(134, 164, 198, 1);
} */

.siyu_dialog_kefu_register>div:first-of-type {
  /* 矩形 9 */
  width: 164px;
  padding: 8px 0;
  text-align: center;
  height: 36px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 22px;
  margin-bottom: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 40px;
  box-shadow: 0px 4px 6px 0px rgba(57, 146, 255, 0.25);
  background: linear-gradient(270.00deg, rgba(8, 116, 249, 1), rgba(57, 146, 255, 1) 49%, rgba(8, 116, 249, 1) 100%);
  
  /* 添加过渡效果 */
  transition: all 0.3s ease-in-out;
}

.siyu_dialog_kefu_register>div:first-of-type.greyBg {
  box-shadow: 0px 4px 6px 0px rgba(127, 177, 239, 0.25);
  background: rgba(134, 164, 198, 1);
  
  /* 也可以为悬停状态添加过渡 */
  transition: all 0.3s ease-in-out;
}

/* 可选：添加悬停效果增强交互体验 */
.siyu_dialog_kefu_register>div:first-of-type:not(.greyBg):hover {
  box-shadow: 0px 6px 10px 0px rgba(57, 146, 255, 0.35);
  transform: translateY(-1px);
}

/* 当从.greyBg状态移除时，会有动画过渡到高亮状态 */
.siyu_dialog_kefu_register>div:first-of-type:not(.greyBg) {
  background: linear-gradient(270.00deg, rgba(8, 116, 249, 1), rgba(57, 146, 255, 1) 49%, rgba(8, 116, 249, 1) 100%);
  box-shadow: 0px 4px 6px 0px rgba(57, 146, 255, 0.25);
}

.siyu_dialog_kefu_register>div:last-of-type{
  color: rgba(106, 129, 184, 1);
  font-style: Medium;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
  margin-top: 0px;
}

.siyu_dialog_kefu_register>div>i{
  font-size:12px;
}


/* spring_activity_2026 */
.activity_dialog .modal-dialog.spring_activity_2026_dialog,
.activity_dialog .modal-dialog.spring_activity_2026_dialog .activity_dialog_content>img{
  width: 526px;
  height: 574px;
}

.activity_dialog .modal-dialog.spring_activity_2026_dialog .activity_dialog_wrap{
  width: 100%;
  height: 100%;
}
.activity_dialog .spring_activity_2026_btn{
  opacity: 0;
  bottom: 0;
  cursor: pointer;
}

/* 春节活动弹窗动画 */
.siyu_dialog .siyu_dialog_kefu_register_dialog,
.activity_dialog .modal-dialog.spring_activity_2026_dialog {
  animation: scaleIn 0.5s linear;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: none;
}

@keyframes scaleIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* 福利官 */

.jufa_fuliguan {
  width: 88px;
  height: 85px;
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 699;
}

.jufa_fuliguan_box .jufa_siyu_box {
  width: 800px;
  height: 520px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.jufa_fuliguan_box .second_step .close {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 26px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.jufa_fuliguan_box .second_step .close>span{
  line-height: 18px;
}


/* 私域弹窗 */

.siyu_dialog .second_step {
    width: 800px;
    height: 520px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 6px;
    background: rgba(10, 93, 231, 0.04);
    position: relative;
    /* border-radius: 8px; */
    /* overflow: hidden; */
}

.siyu_dialog .login_new_wrap .second_step .close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-radius: 50%;
}

.siyu_dialog .login_new_wrap .second_step .close>span {
    position: relative;
    width: 18px;
    display: inline-block;
    height: 18px;
    font-size: 26px;
}

.siyu_dialog .left_ercode {
    width: 377px;
    height: 520px;
    border-radius: 6px 0px 0px 6px;
    background: rgba(10, 93, 231, 0.04);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 91px 0 84px;
    background: url(/static/Public/images/new_home/siyu_left_bg_v5.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.siyu_dialog .right_desc {
    width: calc(100% - 377px);
    border-radius: 0 6px 6px 0;
    background: rgba(255, 255, 255, 1);
    /* margin-top: 89px; */
    /* margin-bottom: 40px; */
    height: 100%;
}

.siyu_dialog .right_desc img {
    width: 379px;
    height: 124px;
    margin-left: 30px;
    margin-top: 31px;
    margin-bottom: 10px;
}

.siyu_dialog .left_ercode_title>span {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.siyu_dialog .left_ercode_title>span:first-child {
    margin-right: 69px;
    position: relative;
}

.siyu_dialog .left_ercode_title>span:first-child::after {
    content: '';
    display: inline-block;
    width: 52px;
    height: 1px;
    background: rgba(196, 196, 196, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 10px);
    margin: auto 0;
}

.siyu_dialog .left_ercode_title>span>i {
    display: inline-block;
    width: 29px;
    height: 29px;
    position: relative;
    border-radius: 50%;
    background: var(--color-primary-product);
    margin-right: 9px;
}

.siyu_dialog .left_ercode_title>span:first-child>i::after {
    content: "\e8d3";
    font-family: "iconfont";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    text-align: center;
    line-height: 29px;
}

.siyu_dialog .left_ercode_title>span:last-child>i::after {
    content: "2";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    text-align: center;
    line-height: 29px;
}

.siyu_dialog .left_ercode_title>span>b {
    font-style: normal;
}

.siyu_dialog .left_ercode .left_logo {
    width: 119px;
    height: 34px;
}

.siyu_dialog .left_ercode_desc {
    font-style: Bold;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 46px;
    margin-bottom: 19px;
}

.siyu_dialog .left_ercode_desc em {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: normal;
    color: #E03333;
}

.siyu_dialog .left_ercode font {
    color: var(--color-error);
}

.siyu_dialog .left_ercode_bg {
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    position: relative;
}

.siyu_dialog .left_ercode_bg::after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: url(/static/Public/images/new_home/sy_ercode_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-color: #fff; */
}

.siyu_dialog .left_ercode .bot_desc {
    margin-top: 40px;
}

.siyu_dialog .right_desc_title {
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 89px;
}

.siyu_dialog .right_desc_title::after,
.siyu_dialog .right_desc_title::before {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.siyu_dialog .right_desc_title::before {
    left: 29px;
}

.siyu_dialog .right_desc_title::after {
    right: 29px;
}

.siyu_dialog .right_desc_list {
    margin-bottom: 44px;
}

.siyu_dialog .right_desc_list>p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 22px;
}

.siyu_dialog .right_desc_list>p>em {
    font-style: normal;
}

.siyu_dialog .right_desc_list>p>span {
    font-style: normal;
    text-align: left;
}

.siyu_dialog .right_desc_list>p:last-child {
    margin-bottom: 0;
}

.siyu_dialog .right_desc_list>p::before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(/static/Public/images/new_home/star.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.siyu_dialog .right_desc_list>p>font {
    color: #f68a38;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
}

.siyu_dialog .right_desc_tip {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 46px;
}

.siyu_dialog .right_desc ._goBuyVip>span {
    color: var(--color-primary-product);
    cursor: pointer;
    margin: 0 2px;
    font-weight: 600;
}

.siyu_dialog .right_desc ._goBuyVip {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: right;
    padding-right: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.siyu_dialog .second_step .tag_box{
    position: relative;
    width: 226px;
    height: 34px;
    margin-left: 36px;
}

.siyu_dialog .second_step .tag_bg{
    width: 226px;
    height: 34px;
    margin: 0;
    object-fit: contain;
}

.siyu_dialog .second_step .tag_item_1{
    width: 210px;
    height: 21px;
    position: absolute;
    margin: 0;
    left: 8px;
    top: 7px;
    object-fit: contain;
}

.siyu_dialog .second_step .tag_item_2{
    width: 263px;
    height: 20px;
    margin: 0;
    margin-left: 38px;
    margin-top: 0px;
    object-fit: contain;
    margin-bottom: 37px;
}

.siyu_dialog .second_step .tag_item_3{
    width: 254px;
    height: 20px;
    margin: 0;
    margin-left: 41px;
    margin-top: 10px;
    object-fit: contain;
    margin-bottom:8px;
}