/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum', "tnum";
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #ff4d4f;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #EB0029;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-message-rtl {
  direction: rtl;
}
.ant-message-rtl span {
  direction: rtl;
}
.ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

.show-date-picker-container {
  position: relative;
}
.show-date-picker-container .hidden-show-date-picker {
  visibility: hidden;
  height: 44px;
  width: 360px;
}
.show-date-picker-container .show-date-picker-input {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0px 10px;
  background: #F2F2F2;
  border-radius: 4px;
  min-width: 360px;
}
.show-date-picker-container .show-date-picker-white-input {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0px 10px;
  min-width: 360px;
}
.show-date-picker-container .show-date-picker-white-input .input-title {
  display: none;
}
.show-date-picker-container .input-title {
  margin-left: 2px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.show-date-picker-container .input-text {
  margin-left: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}
.show-date-picker-container .input-text .placeholder-text {
  color: #999999;
}
.show-date-picker-container .show-date-picker-white-input::after,
.show-date-picker-container .show-date-picker-input::after {
  position: absolute;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/2fcbde750249b05aa23f490db13fcfa8.png?imageMogr2/thumbnail/2500x2500%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 16px;
  right: 13px;
  width: 10px;
  height: 10px;
  content: ' ';
}
.show-date-picker-panel {
  width: 560px;
  min-height: 374px;
}
.show-date-picker-panel-header {
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
.show-date-picker-panel-header .ant-radio-group {
  flex-shrink: 0;
}
.show-date-picker-panel-header .ant-radio-wrapper {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  line-height: 16px;
  font-weight: 400;
}
.show-date-picker-panel-header .tip-wrap {
  white-space: nowrap;
}
.show-date-picker-panel-content {
  display: flex;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner .holiday-text {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  font-family: PingFangSC-Semibold;
  font-size: 8px;
  color: #EB0029;
  font-weight: 600;
  line-height: 11px;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner .number-text {
  position: absolute;
  top: 16px;
  left: 11px;
  font-family: PingFangSC-Regular;
  font-size: 8px;
  color: #222222;
  text-align: center;
  font-weight: 400;
}
.show-date-picker-panel-content .ant-picker-cell-range-end .ant-picker-cell-inner .holiday-text,
.show-date-picker-panel-content .ant-picker-cell-selected .ant-picker-cell-inner .holiday-text {
  color: #FFFFFF;
}
.show-date-picker-panel-content .ant-picker-cell-range-end .ant-picker-cell-inner .number-text,
.show-date-picker-panel-content .ant-picker-cell-selected .ant-picker-cell-inner .number-text {
  color: #FFFFFF;
}
.show-date-picker-panel-content .ant-picker-cell::before {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after {
  height: 34px;
}
.show-date-picker-panel-content .ant-picker-cell .ant-picker-cell-inner {
  border-radius: 4px !important;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-radius: 4px;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  background: transparent;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before {
  background: #ffe6e6;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  background: transparent;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-star .ant-picker-cell-inner {
  background: #ff9faf;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-range-hover-end.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf;
}
.show-date-picker-panel-content .ant-picker-date-panel .ant-picker-cell-range-hover-start.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf;
}
.show-date-picker-panel-content .ant-picker-cell:hover.ant-picker-cell-in-view.ant-picker-cell-in-range .ant-picker-cell-inner {
  background: #ff9faf !important;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  background: #EB0029;
}
.show-date-picker-panel-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner {
  background: #EB0029;
}
.show-date-picker-panel-content .content-left {
  padding: 20px 20px 10px 20px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 300px;
}
.show-date-picker-panel-content .content-left .show-label {
  cursor: pointer;
  width: 108px;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  border-radius: 6px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}
.show-date-picker-panel-content .content-left .show-label:hover {
  background: #fde5e9;
  font-family: PingFangSC-Regular;
  color: #EB0029;
}
.show-date-picker-panel-content .content-right {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
.show-date-picker-panel-content .content-right .right-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.show-date-picker-panel-content .content-right .right-item .item-text {
  margin-right: 16px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}
.show-date-picker-panel-content .content-right .right-item .styled-select {
  margin-right: 8px;
  min-width: 145px;
  width: 145px !important;
}
.show-date-picker-panel-content .content-right .right-item .styled-input-number .ant-input-number {
  width: 145px;
}
.show-date-picker-panel-bottom {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-date-picker-panel-bottom .bottom-left {
  display: flex;
  min-width: 10px;
}
.show-date-picker-panel-bottom .bottom-left .label {
  cursor: pointer;
  margin-right: 20px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #3244FF;
  line-height: 18px;
  font-weight: 400;
}
.show-date-picker-panel-bottom .bottom-right {
  display: flex;
  align-items: center;
}
.show-date-picker-panel-bottom .bottom-right .inner-text {
  margin-right: 12px;
  font-family: PingFangSC-Medium;
  font-size: 13px;
  color: #222222;
  text-align: right;
  line-height: 18px;
  font-weight: 500;
}
.show-date-picker-panel-bottom .bottom-right .inner-text .disabled-text {
  color: #EB0029;
}
.show-date-picker-panel-bottom .bottom-right .submit-button {
  display: flex;
  align-items: center;
  height: 36px;
}
.show-date-picker-popup .ant-picker-range-arrow {
  display: none !important;
}
.show-date-picker-popup .ant-picker-panel-container {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.CSncSZeKGDhZ7x5Wu1Hj {
  width: 100vw;
  min-width: 1440px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* 打字动画 */
  /* 光标闪烁动画 */
}
.CSncSZeKGDhZ7x5Wu1Hj .ant-carousel .slick-slide {
  display: block !important;
  width: 100% !important;
}
.CSncSZeKGDhZ7x5Wu1Hj .ant-carousel .slick-list {
  overflow: visible !important;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW {
  display: flex;
  width: 100%;
  height: 100%;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA {
  position: relative;
  flex: 2;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:first-child {
  flex: 1;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:first-child img {
  width: 200%;
  margin-left: -100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:last-child {
  flex: 1;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:last-child img {
  width: 200%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:nth-child(2n + 1) .WqRPpU3uv0MNwS8evmR2 {
  transform: translateY(-4%);
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:nth-child(2n + 1) .esClIT3NyNM7N9gVBODc {
  animation: jSDgpVwsv7U5EznDgwW5 3s ease forwards;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:nth-child(2n) .WqRPpU3uv0MNwS8evmR2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .r9RPsjRdNyWxqqEjaksA:nth-child(2n) .esClIT3NyNM7N9gVBODc {
  animation: iGd9TOE5mcmSjqFNwCs3 3s ease forwards;
}
.CSncSZeKGDhZ7x5Wu1Hj .zWBBBSTpC3F_BLOgRWnW .bndg1Ig0rOWAN6NugWyv {
  visibility: hidden;
}
.CSncSZeKGDhZ7x5Wu1Hj .fH6EWAg1pEbq0YnJ5qsJ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/ac1d3f9f453e65a3ab9c768d421ea6ea.png?imageMogr2/thumbnail/2500x2500%3E);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.CSncSZeKGDhZ7x5Wu1Hj .YUfgNuX0aqYSy08vZqWR {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
.CSncSZeKGDhZ7x5Wu1Hj .YUfgNuX0aqYSy08vZqWR .kFU88l9sG89lpCCq7xw5 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 26px;
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
  line-height: 60px;
  text-shadow: 0 2px 34px #000000;
  font-weight: 600;
  white-space: nowrap;
}
.CSncSZeKGDhZ7x5Wu1Hj .YUfgNuX0aqYSy08vZqWR .q01zTQ9QwHGZNc0itfnj {
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.CSncSZeKGDhZ7x5Wu1Hj .QF0FXThlu8jYY4M7BrQP {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CSncSZeKGDhZ7x5Wu1Hj .sjJwonkze01YBW2ua1SX {
  margin-top: 40px;
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
.CSncSZeKGDhZ7x5Wu1Hj .jqIYnVwg2IW5fQUtu4Wg {
  width: 32px;
  height: 32px;
}
.CSncSZeKGDhZ7x5Wu1Hj .QF0FXThlu8jYY4M7BrQP.jiy9r8raGYsX5e80f6cb {
  animation: jiy9r8raGYsX5e80f6cb 1.5s infinite;
}
.CSncSZeKGDhZ7x5Wu1Hj .DNiksCukJxXprDJPvEbY {
  width: 432px;
  height: 42px;
  margin-top: 8px;
  background-image: linear-gradient(90deg, #8543FB 0%, #FF0884 49%, #FF0034 100%);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.CSncSZeKGDhZ7x5Wu1Hj .FalgUKjTLAYjH1TtjaE9 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/07877331115ba7a684af45acb4ed7816.png?imageMogr2/thumbnail/2500x2500%3E);
  background-repeat: no-repeat;
  background-size: 180px 42px;
  background-position: center;
}
.CSncSZeKGDhZ7x5Wu1Hj .Cu1st4lY3lf1a9AOhAFE {
  cursor: pointer;
  flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
}
.CSncSZeKGDhZ7x5Wu1Hj .dshiVvM7i_fSuoIBYhra {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 120px;
}
.CSncSZeKGDhZ7x5Wu1Hj .M9en5O4JszdkjgZkRIMH {
  position: relative;
  width: 224px;
  height: 138px;
  border-radius: 12px;
  overflow: hidden;
}
.CSncSZeKGDhZ7x5Wu1Hj .M9en5O4JszdkjgZkRIMH:hover {
  background: rgba(255, 255, 255, 0.2);
}
.CSncSZeKGDhZ7x5Wu1Hj .COhzKhaozsPalitwfVBZ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-repeat: no-repeat;
  background-size: cover;
}
.CSncSZeKGDhZ7x5Wu1Hj .MGFgZa9TNOTdisnOWQX4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.CSncSZeKGDhZ7x5Wu1Hj .oDEQ2BSJJ1__1aB6AS6o {
  font-family: DingTalk-JinBuTi;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.CSncSZeKGDhZ7x5Wu1Hj .SOne0f6CcZwoqB0V8Rhc {
  margin-top: 4;
  opacity: 0.9;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
@keyframes jiy9r8raGYsX5e80f6cb {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes jSDgpVwsv7U5EznDgwW5 {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(-54%);
  }
}
@keyframes iGd9TOE5mcmSjqFNwCs3 {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes Sf8sKCYOIxVhDj2kgoKW {
  to {
    clip-path: inset(0 0 0 0);
    /* 最终状态，图片完全可见 */
  }
}
.bz5GkeyY3RzNae49l4fO {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bz5GkeyY3RzNae49l4fO .jxSabr23NF1TZgGDKr5i {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #6625FF;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 500;
  padding: 5px 16px;
  width: -moz-max-content;
  width: max-content;
  background: #E7DFFA;
  border-radius: 6px;
}
.bz5GkeyY3RzNae49l4fO .uStqq8ckxH2JmJAJR5up {
  margin: 12px 0 30px 0;
  position: relative;
}
.bz5GkeyY3RzNae49l4fO .uStqq8ckxH2JmJAJR5up .G29AHXTeWukSYobic35X {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.bz5GkeyY3RzNae49l4fO .uStqq8ckxH2JmJAJR5up .FtZ9ccNrGYUFVSofB2Hp {
  position: absolute;
  left: 186px;
  top: 26px;
  width: 136px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  clip-path: inset(0 100% 0 0);
  /* 初始状态，图片完全不可见 */
}
.bz5GkeyY3RzNae49l4fO .uStqq8ckxH2JmJAJR5up .ljzBX4qWTK_q5Z4IPjsh {
  animation: Sf8sKCYOIxVhDj2kgoKW 0.5s linear forwards;
  /* 0.5秒内完成动画 */
}

._yWMP6_ROyTO1uOkal0c {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  background: #FFFFFF;
  min-height: 900px;
  min-width: 1440px;
  overflow-y: auto;
}
.U3fSGQZD0eNFHUdLJ9su {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
}

.dC0gA33Cut6jHMuqdOh5 {
  width: 112px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(105deg, #C144FF 0%, #FF0884 49%, #FF0034 100%);
  border-radius: 8px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.J54fZotZYAB8eVhX0AQC {
  width: 88px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(110deg, #FBE9FA 0%, #FFE6F2 48%, #FFEAEF 100%);
  border-radius: 6px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #EB0029;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.J54fZotZYAB8eVhX0AQC:hover {
  background-image: linear-gradient(105deg, #C144FF 0%, #FF0884 49%, #FF0034 100%);
  color: #FFFFFF;
}

/* 定义抖动动画 */
@keyframes XKh2iAeypb0LKNf0GsFf {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.XYRId3g5fwMGtwL0z0lw {
  background: #F8F8FC;
  min-height: 799px;
}
.XYRId3g5fwMGtwL0z0lw .Xga5VolMWbubHFuCuFVl .PTWTZbw2BmecceipA06i {
  margin-top: 20px;
}
.XYRId3g5fwMGtwL0z0lw .mVy_lw0QijZvgJPA1URR {
  display: flex;
  align-items: center;
}
.XYRId3g5fwMGtwL0z0lw .b_O5fZjtJXjsutPQOCHA {
  padding-left: 10%;
}
.XYRId3g5fwMGtwL0z0lw .Bj1V8970IYy0iKe5RWP1 {
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
  width: 234px;
}
.XYRId3g5fwMGtwL0z0lw .Bj1V8970IYy0iKe5RWP1 .cacwsZDjFNX7L_89ElkB {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 40px;
  height: 60px;
}
.XYRId3g5fwMGtwL0z0lw .Bj1V8970IYy0iKe5RWP1 .oRekeb_Hx1ervLSc1Pba {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  opacity: 0.5;
}
.XYRId3g5fwMGtwL0z0lw .Bj1V8970IYy0iKe5RWP1 .j24AaSxyi5TpUiEriaX2 {
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.5;
  margin-left: -6px;
}
.XYRId3g5fwMGtwL0z0lw .Bj1V8970IYy0iKe5RWP1 .j24AaSxyi5TpUiEriaX2 ul {
  list-style-type: disc;
  padding-left: 20px;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt {
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  width: 100%;
  margin-left: 86px;
  padding: 30px 0 40px 40px;
  position: relative;
  overflow: hidden;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .YMM4jApOajdYH3Os6O__ {
  display: flex;
  align-items: center;
  height: 100%;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho {
  margin-right: 40px;
  height: 100%;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho .Xga5VolMWbubHFuCuFVl {
  display: flex;
  align-items: center;
  position: relative;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho .Xga5VolMWbubHFuCuFVl .RJXSKkUfuP1TxnXrJFyd {
  position: absolute;
  top: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #D5BEFD 0%, rgba(255, 255, 255, 0) 100%);
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho .Xga5VolMWbubHFuCuFVl .aoj04IDqUFjPglq35vNT {
  font-family: DingTalk-JinBuTi;
  font-size: 18px;
  color: #222222;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  margin-left: 16px;
  z-index: 1;
  white-space: nowrap;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho .Xga5VolMWbubHFuCuFVl .BOoMjFZt8qYemO7Ss3a_ {
  background-image: url(https://p0.pipi.cn/rock/prod/common/image/2d6db9015914e3fd1f566cda35ca55d4.png?imageMogr2/thumbnail/2500x2500%3E);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 1px;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho .G57noKDWYZoaLuNC_RRb {
  margin-top: 20px;
  transition: all 1s;
  width: 680px;
  height: 396px;
  background: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(227, 227, 232, 0.45);
  border-radius: 12px;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .fKJvQcUXdv1iE8iso5ho .G57noKDWYZoaLuNC_RRb .yHu6Hy8KWfLdMndAdYRA {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 1s;
  border-radius: 12px;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .eYnnhCUtFHkE5tXuymS0 {
  opacity: 0.5;
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .tF1IZ_PZdfu7C5Ho7a5X {
  left: 10px;
  top: calc(50% - 12px);
  background-image: url('https://p0.pipi.cn/rock/prod/common/image/8a983cb125726e9240658273bb42fc3d.png?imageMogr2/thumbnail/2500x2500%3E');
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .Qm726TZJXhxpOOsiYyHz {
  right: 158px;
  top: calc(50% - 12px);
  background-image: url('https://p0.pipi.cn/rock/prod/common/image/296f3e5f0a7d14eb62dc8ed4d3577454.png?imageMogr2/thumbnail/2500x2500%3E');
}
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .tF1IZ_PZdfu7C5Ho7a5X,
.XYRId3g5fwMGtwL0z0lw .CyxYBTJE_k7COTYBhFzt .Qm726TZJXhxpOOsiYyHz {
  position: absolute;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.bjvnZfkn9WfCFjuB95JX {
  width: 100%;
  min-height: 868px;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 {
  width: 1200px;
  margin: 0 auto;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .vi5UGdhRwjHghbd7OnGP {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .IVLIYkwc7kHhhdi4tQxa {
  width: 285px;
  height: 106px;
  background-image: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%);
  border-radius: 12px 12px 0 0;
  position: relative;
  padding: 24px 30px;
  cursor: pointer;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .IVLIYkwc7kHhhdi4tQxa .E9JKKAXmme1xzVO3gpWW {
  position: absolute;
  top: 0;
  right: 0;
  background: #F415AD;
  border-radius: 0 42px 0 100px;
  padding: 2px 13px;
  font-family: DingTalk-JinBuTi;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .IVLIYkwc7kHhhdi4tQxa .h4GyiSTrAY7DVVg2K54z {
  opacity: 0.5;
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .IVLIYkwc7kHhhdi4tQxa .qGUBeNiSQUBpNDFios7A {
  opacity: 0.5;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-top: 4px;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .IVLIYkwc7kHhhdi4tQxa .D73VcblhDL0YwBdk7hFQ {
  opacity: 1;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .Jalrx6i6KQ05B_tMUSo3 {
  background-image: linear-gradient(180deg, #FFE4FA 0%, #FFFFFF 100%);
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .j33d0NvvP1PrkFwhgJyy {
  margin: 20px 0;
  width: 100%;
  height: 402px;
  background: #FFFFFF;
  border-radius: 12px;
}
.bjvnZfkn9WfCFjuB95JX .PT8vTZLtFGxepSerp4K7 .tljt6EmJdhMW4XunzQ_B {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 12px;
}

@keyframes vsPS7a2rJUz7sYmhuXBm {
  0% {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  30% {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rS00IRho6NhdEFWNnKn8 {
  100% {
    transform: scale(0);
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes uWWLfaD_NjmeXbWJeY4S {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  40% {
    transform: translateY(90%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.BwfdOvAyPvH81_KICe6S {
  background: #F8F8FC;
  min-height: 788px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q {
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 50px 0 30px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM {
  position: relative;
  margin-bottom: 80px;
  cursor: pointer;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM .LBMgcOY0o4BNuGFWJ6so {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 40px;
  height: 60px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM .HeYQxlJ03K8N7fCYv2l2 {
  font-family: PingFangSC-Medium;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  opacity: 0.5;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM .uC_Ffc0Ni1MLeFCxYR3g {
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.5;
  max-width: 266px;
  margin-left: -6px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM .uC_Ffc0Ni1MLeFCxYR3g .O9lA0x0C0U4P1IHz3Wbq {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  background: #CCCCCC;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM .uC_Ffc0Ni1MLeFCxYR3g ul {
  list-style-type: disc;
  padding-left: 20px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .y4KegccHfr4mg3bSO5iM .d07HSWFD01WbM_MI_Nvq {
  color: #EB0029;
  opacity: 1;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9 {
  width: 800px;
  height: 500px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.nxeis5halz0I8JQnaZ0l::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.nxeis5halz0I8JQnaZ0l .UP0veJdxEHHnny31fcez {
  width: 200px;
  height: 200px;
  border: 0;
  border-radius: 0;
  left: 50%;
  transform: translateX(-50%);
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.nxeis5halz0I8JQnaZ0l .UP0veJdxEHHnny31fcez img {
  width: 100%;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .UP0veJdxEHHnny31fcez {
  width: 100%;
  height: 100%;
  margin: auto;
  border: 3px solid #0F0D39;
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 1s;
  transform-origin: center bottom;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .UP0veJdxEHHnny31fcez .n0aimnpoGntC0M2GJU4w {
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .leiaUAT_Zbsl4Ur4tbMW {
  animation: uWWLfaD_NjmeXbWJeY4S 1s ease forwards;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .Kq_aXnpykVeB3N5ltR3x {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 1;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .QxyUXnv8Sxt2AIZ5MH1u {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  box-sizing: content-box;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border: 0.7px solid #FFF;
  box-shadow: 0 1px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  transform-origin: center center;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  visibility: visible;
  box-sizing: border-box;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .QxyUXnv8Sxt2AIZ5MH1u img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.fWoM2GMlb7bMC_yDUy14 .QxyUXnv8Sxt2AIZ5MH1u.fWoM2GMlb7bMC_yDUy14 {
  width: 188px;
  height: 216px;
  left: -76px;
  bottom: 42px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.fWoM2GMlb7bMC_yDUy14 .QxyUXnv8Sxt2AIZ5MH1u.Vi1esx86hWKIAqXEUgaA {
  width: 188px;
  height: 216px;
  left: 678px;
  top: 51px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.Vi1esx86hWKIAqXEUgaA .QxyUXnv8Sxt2AIZ5MH1u.fWoM2GMlb7bMC_yDUy14 {
  width: 182px;
  height: 154px;
  right: -50px;
  top: -9px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.Vi1esx86hWKIAqXEUgaA .QxyUXnv8Sxt2AIZ5MH1u.Vi1esx86hWKIAqXEUgaA {
  width: 228px;
  height: 144px;
  right: -50px;
  top: 317px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .DdC6ZNR2LF47M7GPfEq9.Vi1esx86hWKIAqXEUgaA .QxyUXnv8Sxt2AIZ5MH1u.C9yxVhCIZf03DPSBDJn7 {
  width: 228px;
  height: 208px;
  left: -76px;
  bottom: -9px;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .NMDpQdYR1VHZa4p6Wt7f {
  animation: vsPS7a2rJUz7sYmhuXBm ease 1s 0.5s forwards;
}
.BwfdOvAyPvH81_KICe6S .IOPd_NILEgeB_ZEcHu0Q .eVbSm5wPbCMnnQ5zGxQN {
  animation: rS00IRho6NhdEFWNnKn8 0.1s;
}

.vV2LyNdG8KyqfIvVkIlE {
  width: 100%;
  min-width: 1440px;
  height: 464px;
  position: relative;
  overflow: hidden;
}
.vV2LyNdG8KyqfIvVkIlE .o96l1CAPMDLLTYCi8dQv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.vV2LyNdG8KyqfIvVkIlE .DiwJEn8jwjyVWqFlcqgc {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.vV2LyNdG8KyqfIvVkIlE .sRr3_cD7PDA2zrQmKkYh {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #000000;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
  padding-top: 10%;
  padding-bottom: 40px;
}
.vV2LyNdG8KyqfIvVkIlE .nU_a7_oB_yboBR6LOx6g {
  width: 100%;
  display: flex;
  justify-content: center;
}
.vV2LyNdG8KyqfIvVkIlE .tVuCCYskGyIEJCgzv6aF {
  width: 940px;
  display: flex;
  flex-wrap: wrap;
}
.vV2LyNdG8KyqfIvVkIlE .tVuCCYskGyIEJCgzv6aF .ffKRtWcEEVAbbNJ0PC1n {
  width: 300px;
  padding: 6px 20px 10px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.vV2LyNdG8KyqfIvVkIlE .tVuCCYskGyIEJCgzv6aF .ffKRtWcEEVAbbNJ0PC1n .TCJNUi1NVaFwgVQGwGww {
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.vV2LyNdG8KyqfIvVkIlE .tVuCCYskGyIEJCgzv6aF .ffKRtWcEEVAbbNJ0PC1n .TCJNUi1NVaFwgVQGwGww img {
  width: 100%;
}
.vV2LyNdG8KyqfIvVkIlE .tVuCCYskGyIEJCgzv6aF .ffKRtWcEEVAbbNJ0PC1n .G_gKDS86aWabVTPrSU8q {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  font-weight: 400;
}
.vV2LyNdG8KyqfIvVkIlE .U3KivUDJykt4nlcMfswI {
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #000000;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 500;
  padding-top: 120px;
  padding-bottom: 10px;
}
.vV2LyNdG8KyqfIvVkIlE .LYKsUad35bE1tjv_sFM1 {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 40px;
  cursor: pointer;
}
.vV2LyNdG8KyqfIvVkIlE .uBf8cehNQjXYN6TyO0wA {
  border-top: 1px solid #D6D6E3;
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: #000000;
  text-align: center;
  line-height: 14px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  opacity: 0.6;
}
.vV2LyNdG8KyqfIvVkIlE .s9bKaTonWwxiqS5wUEw0 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.vV2LyNdG8KyqfIvVkIlE .N0mHr1R1ICScVe7K2Nal {
  width: 114px;
  height: 42px;
  margin-left: 10px;
  border-radius: 8px;
}

.jheeHn47AIHGb2JTcUBQ {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.LLRBRNdz9TGibqRow5He {
  position: fixed;
  z-index: 10;
  height: 56px;
  width: 100%;
  min-width: 1200px;
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.LLRBRNdz9TGibqRow5He .jyNXNeK835bmylYrY5tL {
  width: 130px;
  height: 30px;
  margin-right: 10px;
}
.LLRBRNdz9TGibqRow5He .XAgUBksAeEG6e6LKoobA {
  position: relative;
  cursor: pointer;
  padding: 8px 30px;
  border: 0.5px solid #FF0884;
  background-image: linear-gradient(109deg, rgba(193, 68, 255, 0.2) 0%, rgba(255, 8, 132, 0.2) 49%, rgba(255, 0, 52, 0.2) 100%);
  border-radius: 6px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}
.jheeHn47AIHGb2JTcUBQ .X5KtKpyJX6_pizrT7S9m {
  background: rgba(255, 255, 255, 0.8);
}
.jheeHn47AIHGb2JTcUBQ .X5KtKpyJX6_pizrT7S9m .XAgUBksAeEG6e6LKoobA {
  background-image: linear-gradient(105deg, #C144FF 0%, #FF0884 49%, #FF0034 100%);
}
.jheeHn47AIHGb2JTcUBQ .mr2X1yolvGsO2iCNxx8S {
  width: 100vw;
  height: 100vh;
}
.jheeHn47AIHGb2JTcUBQ .mr2X1yolvGsO2iCNxx8S .swiper-slide {
  overflow-y: auto;
}

