*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2E3042;
}
html > object, body > object {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#app {
  height: 100%;
  width: 100%;
  min-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  #__vconsole {
    display: none !important;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.3);
}
::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}

.index__button-item___2GkS8 {
  list-style-type: none;
  height: 100%;
  margin-right: 22px;
  text-align: center;
  padding: 0 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index__button-item__icon___uN9JM {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
}
.index__button-item__icon___uN9JM img {
  -webkit-user-drag: none;
}
.index__button-item__text____kAPJ {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #8690A1;
  line-height: 17px;
}

.index__button-panel___1Stne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background-color: #3A3D56;
}

.questionBaseModal__modal-container___1XxxY .ant-modal-header {
  border-color: #F2F6FC;
}
.questionBaseModal__modal-container___1XxxY .ant-modal-footer {
  border: none;
}
.questionBaseModal__modal-container___1XxxY .ant-modal-body {
  padding: 0;
}
.questionBaseModal__modal-container___1XxxY .ant-modal-header {
  padding: 0 0 0 20px;
  height: 42px;
  line-height: 42px;
}
.questionBaseModal__modal-container___1XxxY .ant-modal-title {
  height: 100%;
  line-height: 42px;
}
.questionBaseModal__modal-container___1XxxY .ant-modal-close-x {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.questionBaseModal__modal-container___1XxxY .anticon {
  height: 12px;
  width: 12px;
}
.questionBaseModal__modal-container___1XxxY .anticon > svg {
  height: 12px;
  width: 12px;
}

.questionModal__modal-container___2l7FV {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}
.questionModal__question-type___2nG1Z {
  position: absolute;
  left: 0;
  top: 18px;
  background: #597EF7;
  border-radius: 0 100px 100px 0;
  width: auto;
  height: 24px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  padding: 0 12px 0 8px;
}
.questionModal__question-list___1YSqT {
  margin-top: 21px;
}
.questionModal__checked-item___3SQ83 {
  width: 180px;
  height: 40px;
  background: #DEE5FD;
  border: 1px solid #9BB1FA;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #597EF7;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}
.questionModal__default-check-item___3KRbN {
  width: 180px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}
.questionModal__modal-btn___2ZFzk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 20px 20px 0;
}
.questionModal__modal-btn___2ZFzk > div {
  width: 90px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  cursor: pointer;
}
.questionModal__modal-btn___2ZFzk > div:nth-of-type(1) {
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  -webkit-box-shadow: 0 2px 0 0 #F0F2F5;
          box-shadow: 0 2px 0 0 #F0F2F5;
  border-radius: 4px;
  margin-right: 8px;
  color: #666666;
}
.questionModal__modal-btn___2ZFzk > div:nth-of-type(2) {
  background: #597EF7;
  -webkit-box-shadow: 0 2px 0 0 #F0F2F5;
          box-shadow: 0 2px 0 0 #F0F2F5;
  border-radius: 6px;
  color: #FFFFFF;
}

.resultBaseModal__modal-container___vftXs .ant-modal-header {
  border-color: #F2F6FC;
}
.resultBaseModal__modal-container___vftXs .ant-modal-footer {
  border: none;
}
.resultBaseModal__modal-container___vftXs .ant-modal-body {
  padding: 0;
}
.resultBaseModal__modal-container___vftXs .ant-modal-header {
  padding: 0 0 0 20px;
  height: 42px;
  line-height: 42px;
}
.resultBaseModal__modal-container___vftXs .ant-modal-title {
  height: 100%;
  line-height: 42px;
}
.resultBaseModal__modal-container___vftXs .ant-modal-close-x {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.resultBaseModal__modal-container___vftXs .anticon {
  height: 12px;
  width: 12px;
}
.resultBaseModal__modal-container___vftXs .anticon > svg {
  height: 12px;
  width: 12px;
}

.resultModal__modal-container___342ah {
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  padding: 46px 0;
}
.resultModal__img-tip___2S79e {
  width: 118px;
  height: 118px;
  display: block;
  margin: 0px auto 0;
}
.resultModal__text-tip___27ISp {
  margin: 10px auto 0;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
}
.resultModal__answer-option-text___db72W {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #597EF7;
  line-height: 22px;
  margin-left: 5px;
}

.index__modal_wrap___a8vCo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ {
  position: relative;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__close___1I4e2 {
  width: 25px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: -45px;
  cursor: pointer;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ · .index__content___tGYpU {
  height: 300px;
  width: 300px;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__raffle_loading___1wgK_ {
  width: 280px;
  border-radius: 10px;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__success_box___1UVuh {
  width: 330px;
  height: 353px;
  background: url(./4800e87ee04f843efbeaaecd9e8f1b65.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 16px;
  color: #642600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__success_box___1UVuh span:first-child {
  padding-top: 165px;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__success_box___1UVuh span:last-child {
  padding-top: 32px;
  height: 76px;
  font-size: 18px;
  color: #F85860;
  width: 220px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__fail_box___1yExU {
  width: 280px;
  height: 238px;
  background: url(./3fcd622d2e1d9a030801adaa20ef6c00.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 16px;
  color: #642600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__modal_wrap___a8vCo .index__modal_main___3vTOZ .index__fail_box___1yExU span {
  display: block;
  margin-top: 70px;
}

.index__dom-shrink___1kZKG {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___tfPNc {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___tfPNc .index__loading_text___JV50k {
  color: #999999;
}
.index__broadcast_wrap___1aYC4 {
  width: 100%;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  height: 60px;
  z-index: 999;
}
.index__broadcast_box___96nEx {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 40px;
  line-height: 38px;
  background: rgba(5, 160, 115, 0.7);
  border: 1px solid #10B198;
  -webkit-box-shadow: 0 4px 8px 0 rgba(35, 176, 154, 0.5);
          box-shadow: 0 4px 8px 0 rgba(35, 176, 154, 0.5);
  border-radius: 30px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: index__mymove___262qV 20s linear 3;
          animation: index__mymove___262qV 20s linear 3;
}
.index__broadcast_box___96nEx b {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url([object Module]) no-repeat center;
}
.index__broadcast_box___96nEx p {
  margin-bottom: 0;
  white-space: nowrap;
}
@keyframes index__mymove___262qV {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 100vw - 310px));
            transform: translateX(calc(-100% - 100vw - 310px));
  }
}
@-webkit-keyframes index__mymove___262qV {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 100vw - 310px));
            transform: translateX(calc(-100% - 100vw - 310px));
  }
}

.live-icon__icon_wrap___1Q4AW {
  width: 99px;
  height: 99px;
  position: relative;
  margin-bottom: 10px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.live-icon__icon_wrap___1Q4AW .base_size {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.live-icon__icon_wrap___1Q4AW .animation_icon_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
}
.live-icon__icon_wrap___1Q4AW .animation_icon_bg {
  -webkit-animation: live-icon__bgscale___3eHi_ 1.133s ease 0s infinite;
          animation: live-icon__bgscale___3eHi_ 1.133s ease 0s infinite;
}
.live-icon__icon_wrap___1Q4AW .animation_icon_box {
  -webkit-animation: live-icon__boxscale___3ISWW 1.133s ease 0s infinite;
          animation: live-icon__boxscale___3ISWW 1.133s ease 0s infinite;
}
.live-icon__icon_wrap___1Q4AW .animation_icon_main {
  -webkit-animation: live-icon__mainscale___3Wm8H 1.133s ease 0s infinite;
          animation: live-icon__mainscale___3Wm8H 1.133s ease 0s infinite;
}
.live-icon__icon_wrap___1Q4AW .animation_icon_btn,
.live-icon__icon_wrap___1Q4AW .animation_icon_text {
  -webkit-animation: live-icon__btnscale___2EiH7 1.133s ease 0s infinite;
          animation: live-icon__btnscale___2EiH7 1.133s ease 0s infinite;
}
@-webkit-keyframes live-icon__bgscale___3eHi_ {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes live-icon__bgscale___3eHi_ {
  0% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes live-icon__boxscale___3ISWW {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  44.1% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  88.2% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes live-icon__boxscale___3ISWW {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  44.1% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  88.2% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes live-icon__mainscale___3Wm8H {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  94.1% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes live-icon__mainscale___3Wm8H {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5.9% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  94.1% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes live-icon__btnscale___2EiH7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  11.8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55.9% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes live-icon__btnscale___2EiH7 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  11.8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55.9% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.count-down__root___ALTFG {
  height: 24px;
}
.count-down__root___ALTFG text {
  display: inline-block;
  width: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2A2A33;
  margin: 0 4px;
}

.marquee-tool__swiper_wrap___29G-J {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.marquee-tool__swiper_wrap___29G-J .marquee-tool__swiper_item___3k0kW {
  width: 100%;
  height: 50px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFang SC;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #2A2A33;
}
.marquee-tool__swiper_wrap___29G-J .marquee-tool__swiper_item___3k0kW .marquee-tool__desc___3WVj0 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marquee-tool__swiper_wrap___29G-J .marquee-tool__swiper_item___3k0kW .marquee-tool__avatar___KcMa2 {
  width: 42px;
  height: 42px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 50%;
  margin-right: 10px;
}

.deposit__dom-shrink___3lkg3 {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.deposit__loading___2SZ9Y {
  margin-left: 50%;
  margin-top: 20px;
}
.deposit__loading___2SZ9Y .deposit__loading_text___3LtLC {
  color: #999999;
}
.deposit__root___2zu3d {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.deposit__root___2zu3d .deposit_amount {
  font-family: DIN Alternate;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.deposit__root___2zu3d .oversize {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
.deposit__root___2zu3d .deposit_paid_icon,
.deposit__root___2zu3d .static_deposit_icon_wrap {
  width: 88px;
  height: 88px;
  position: relative;
  margin-bottom: 10px;
}
.deposit__root___2zu3d .static_deposit_icon {
  width: 100%;
  height: 100%;
}
.deposit__root___2zu3d .static_deposit_icon_wrap .deposit_amount {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.deposit__show___1IBff {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.deposit__hide___5SoLT {
  visibility: hidden !important;
}
.deposit__pop_up_wrap___22RYE {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv {
  width: 650px;
  height: 898px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .pop_up_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .close_icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 21px;
  right: 28px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .marquee_tool_wrap {
  background-color: rgba(255, 59, 48, 0.1);
  width: 450px;
  border-radius: 100px;
  padding: 4px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 290px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info {
  width: 100%;
  position: absolute;
  top: 350px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  color: #2A2A33;
  margin-top: 60px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_amount {
  font-family: DIN Alternate;
  font-weight: bold;
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  letter-spacing: 2px;
  color: #FF3B30;
  text-shadow: 0 8px 8px rgba(255, 59, 48, 0.2);
  margin-top: 20px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_count_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #CCCCCC;
  font-family: PingFang SC;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #2A2A33;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_count_wrap .clock_icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_count_down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFang SC;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #2A2A33;
  margin-top: 40px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_count_down .deposit_count_over {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_count_down .deposit_count_over .deposit_sad_icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_btn {
  width: 530px;
  height: 110px;
  background: #FF3B30;
  border-radius: 100px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 42px;
  line-height: 110px;
  text-align: center;
  letter-spacing: 5px;
  color: #FFFFFF;
  margin-top: 40px;
  cursor: pointer;
}
.deposit__pop_up_wrap___22RYE .deposit__pop_up_content___1tJgv .deposit_info .deposit_btn_disable {
  background: #CCCCCC;
}
.deposit__qr_modal___d0ADL {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1a1a1a;
}
.deposit__qr_modal___d0ADL img {
  width: 220px;
  height: 220px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.user-info-form__form_root___2j9Jd .user-info-form__form_content___2ngi_ {
  min-height: 280px;
  border-bottom: 1px solid #e8e8e8;
}
.user-info-form__form_root___2j9Jd .ant-form-item {
  margin-bottom: 16px;
}
.user-info-form__birthday_wrap___R3k2j {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-info-form__birthday_wrap___R3k2j .user-info-form__lunar_birthday___1egzj {
  margin-left: 8px;
  color: #999;
  font-size: 12px;
}
.user-info-form__address_detail___2JdXL {
  margin-top: -8px;
}
.user-info-form__form_footer___CcL55 {
  text-align: center;
  padding-top: 20px;
}
.user-info-form__form_footer___CcL55 .user-info-form__add_btn___1Y27H {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: white;
  padding: 8px 12px;
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
}
.user-info-form__form_footer___CcL55 .user-info-form__add_btn___1Y27H:hover {
  opacity: 0.8;
}
.user-info-form__form_footer___CcL55 .user-info-form__add_btn___1Y27H:active {
  opacity: 0.6;
}

.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__container___1Dp38 {
  max-height: 582px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__container___1Dp38 .choose-user-modal__list_item___2docv {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #ff8711;
  border-radius: 4px;
  padding: 12px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  color: #333333;
  line-height: 42px;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__container___1Dp38 .choose-user-modal__list_item___2docv > div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__container___1Dp38 .choose-user-modal__list_item___2docv > div span {
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #333333;
  line-height: 48px;
  margin-right: 12px;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__container___1Dp38 .choose-user-modal__list_item___2docv img {
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: pointer;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__container___1Dp38 .choose-user-modal__no_user_tip___3FmzZ {
  text-align: center;
  color: #999;
  margin: 130px 0;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin: 12px 0;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw .choose-user-modal__add_btn___2fpjT,
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw .choose-user-modal__small_add_btn___3N35w,
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw .choose-user-modal__confirm_btn___17NsQ {
  background: #ffffff;
  border: 1px solid #ff8711;
  border-radius: 20px;
  font-family: PingFang SC, PingFang SC-500;
  font-weight: 500;
  color: #ff8711;
  padding: 8px 12px;
  cursor: pointer;
  text-align: center;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw .choose-user-modal__small_add_btn___3N35w,
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw .choose-user-modal__confirm_btn___17NsQ {
  width: 155px;
}
.choose-user-modal__choose_user_modal___3QVyh .choose-user-modal__operate_bar___2boQw .choose-user-modal__confirm_btn___17NsQ {
  background: #fa8926;
  color: #ffffff;
}

.single-product-modal__pop_up_content___3UgMF {
  width: 375px;
  max-height: 500px;
  background: #FAFAFA;
  border-radius: 8px;
  position: absolute;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__close_icon_wrap___1HUA5 {
  cursor: pointer;
  height: 40px;
  width: 375px;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__close_icon_wrap___1HUA5 .single-product-modal__item_title___bNbtJ {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 18px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__close_icon_wrap___1HUA5 .single-product-modal__close_icon___1Z1bD {
  width: 16px;
  height: 16px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__item_main_info___3hMeV {
  height: 114px;
  width: 301px;
  padding: 12px 0 8px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__item_main_info___3hMeV .single-product-modal__item_desc_img___313vq {
  width: 90px;
  height: 90px;
  border-radius: 6px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__item_main_info___3hMeV .single-product-modal__item_desc_text___sB7mN {
  margin-left: 8px;
  width: 249px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__item_main_info___3hMeV .single-product-modal__item_desc_text___sB7mN .single-product-modal__item_name___2JW3l {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__item_main_info___3hMeV .single-product-modal__item_desc_text___sB7mN .single-product-modal__item_fee___2k_ka {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__spec_wrap___1Gtbg {
  width: 351px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__spec_wrap___1Gtbg .single-product-modal__spec_title___3VocA {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__spec_wrap___1Gtbg .single-product-modal__spec_list___pt44a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__spec_wrap___1Gtbg .single-product-modal__spec_list___pt44a .single-product-modal__spec_item___-Omsg {
  cursor: pointer;
  height: 28px;
  padding: 4px 12px;
  background: #f5f7fa;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 20px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__spec_wrap___1Gtbg .single-product-modal__spec_list___pt44a .single-product-modal__spec_item_active___2rMPL {
  background: #ff8711;
  color: #ffffff;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD {
  width: 351px;
  height: 46px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_title___1NiP_ {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ .single-product-modal__operate_btn___3vR0r {
  cursor: pointer;
  display: inline-block;
  background: #f5f7fa no-repeat center;
  width: 30px;
  height: 30px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ .single-product-modal__disable_btn___3GYcC {
  color: rgba(0, 0, 0, 0.26);
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ .single-product-modal__active_btn___1iwiQ {
  color: #000;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ .single-product-modal__minus_btn___X4Cde {
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor, currentColor);
  background-size: 16px 2.5px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ .single-product-modal__plus_btn___2yjoX {
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor)), -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor, currentColor), linear-gradient(to top, currentColor, currentColor);
  background-size: 16px 2.5px, 2.5px 16px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__number_wrap___24KqD .single-product-modal__number_comp___3qAN_ .single-product-modal__number_val___3Q12u {
  height: 30px;
  width: 42px;
  padding: 3px;
  text-align: center;
  background: #f5f7fa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k {
  border-bottom: 1px solid #e8e8e8;
  width: 351px;
  min-height: 49px;
  padding: 12px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 21px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k .single-product-modal__choosed_user_title___1f-1m {
  font-weight: 400;
  color: #1a1a1a;
  margin-right: 16px;
  white-space: nowrap;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k .single-product-modal__required_star___igHL7,
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k .single-product-modal__choosed_user_placeholder___2X-dq {
  color: #F3475C;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k .single-product-modal__choosed_user_list___3iBzP {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  row-gap: 6px;
  cursor: pointer;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k .single-product-modal__choosed_user_item___3iIvs {
  background: rgba(255, 135, 17, 0.08);
  border: 1px solid #ed7b2f;
  border-radius: 4px;
  padding: 0 12px;
  margin-right: 6px;
  white-space: nowrap;
  color: #ED7B2F;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__choosed_user_wrap___3Wk4k img {
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: pointer;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__remark_wrap___1tiCM {
  width: 351px;
  height: 49px;
  padding: 12px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__remark_wrap___1tiCM .single-product-modal__remark_title___lc5Du {
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
  margin-right: 16px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__remark_wrap___1tiCM .single-product-modal__remark_input___2hu0p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1a1a1a;
  border: none;
  background: #FAFAFA;
  outline: none;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__scroll_wrap___1_Y1M .single-product-modal__remark_wrap___1tiCM .single-product-modal__input_placeholder___3R4Bp {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 21px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__pay_wrap___uBQVT {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-top: 1px solid #e8e8e8;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__pay_wrap___uBQVT .single-product-modal__pay_val___Jsxgr {
  width: 219px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #ff8711;
  line-height: 30px;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__pay_wrap___uBQVT .single-product-modal__pay_btn___14Gfm {
  cursor: pointer;
  width: 120px;
  height: 36px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  background: #FF3B30;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__pay_wrap___uBQVT .single-product-modal__paid_btn___3XYtx {
  background: -webkit-gradient(linear, left top, right top, from(#2ede7b), to(#02bb8f));
  background: linear-gradient(90deg, #2ede7b, #02bb8f 100%);
}
.single-product-modal__pop_up_content___3UgMF .single-product-modal__pay_wrap___uBQVT .single-product-modal__unpaid_btn___2k8Dz {
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
}
.single-product-modal__qr_modal___2W5DV {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1a1a1a;
}
.single-product-modal__qr_modal___2W5DV img {
  width: 220px;
  height: 220px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.index__dom-shrink___I6dvk {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___15AuO {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___15AuO .index__loading_text___2c6dK {
  color: #999999;
}
.index__show___3Ayw4 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.index__hide___eqFbw {
  visibility: hidden !important;
}
.index__pop_up_wrap___3vewl,
.index__shopping_cart_wrap___1XzKN {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
  width: 750px;
  height: 1150px;
  background: #FAFAFA;
  border-radius: 16px;
  overflow: hidden;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .close_icon_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .close_icon_wrap {
  cursor: pointer;
  height: 78px;
  width: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .close_icon_wrap .close_icon,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .close_icon_wrap .close_icon {
  width: 25px;
  height: 25px;
  margin: 21px 21px 0 0;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap {
  height: 872px;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_title,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_title {
  width: 603px;
  height: 42px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .marquee_tool_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .marquee_tool_wrap {
  width: 520px;
  margin-top: 40px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info {
  width: 710px;
  margin-top: 18px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_wrap {
  position: relative;
  padding-bottom: 40px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_wrap .coupon_bg,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_wrap .coupon_bg {
  width: 650px;
  height: 150px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_wrap .coupon_value,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_wrap .coupon_value {
  position: absolute;
  left: 0;
  width: 220px;
  text-align: center;
  white-space: nowrap;
  font-size: 64px;
  line-height: 150px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap {
  position: relative;
  padding-bottom: 40px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_bg,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_bg {
  width: 650px;
  height: 150px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E6E6E6;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_value,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_value {
  position: absolute;
  left: 0;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  font-size: 64px;
  line-height: 150px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_value,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_value {
  position: absolute;
  left: 0;
  width: 170px;
  text-align: center;
  white-space: nowrap;
  font-size: 64px;
  line-height: 150px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_info {
  position: absolute;
  left: 200px;
  top: 20px;
  width: 253px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_info .title,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_info .title {
  font-size: 34px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_info .info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_info .info {
  margin-top: 10px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_status,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .coupon_status {
  position: absolute;
  top: 40px;
  left: 474px;
  width: 153px;
  height: 59px;
  background: #ffffff;
  border: 2px solid #ffeaad;
  border-radius: 50px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: center;
  color: #ff0000;
  line-height: 59px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_value,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_value {
  position: absolute;
  left: 0;
  width: 200px;
  font-size: 62px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #d03122;
  text-align: center;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_value::first-letter,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_value::first-letter {
  font-size: 48px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_info {
  position: absolute;
  top: 24px;
  left: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_info .title,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_info .title {
  font-family: PingFang SC, PingFang SC-600;
  font-size: 34px;
  font-weight: 600;
  color: #5a2700;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_info .info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .coupon_unreceive_wrap .scholarship_info .info {
  margin-top: 10px;
  line-height: 28px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #ac6405;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp {
  position: relative;
  margin-bottom: 40px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .desc,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .desc {
  margin-bottom: 10px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 50px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .desc .view_coupons_btn,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .desc .view_coupons_btn {
  margin-left: 20px;
  color: #568cff;
  cursor: pointer;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container {
  position: relative;
  width: 654px;
  height: 175px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .multiple_coupon_bg,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .multiple_coupon_bg {
  position: absolute;
  width: 654px;
  height: 175px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_bg,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_bg {
  width: 654px;
  height: 149px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_value,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_value {
  position: absolute;
  left: 20px;
  width: 150px;
  height: 87px;
  text-align: center;
  font-size: 64px;
  line-height: 150px;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_value::first-letter,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_value::first-letter {
  font-size: 48px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #ffffff;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_info {
  position: absolute;
  top: 34px;
  left: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_info .title,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_info .title {
  font-size: 34px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_info .info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_info .info {
  margin-top: 10px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_status,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .multiple_coupon_warp .coupon_container .first_coupon_wrap .coupon_status {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 116px;
  height: 55px;
  background: #fff9e7;
  border: 2px solid #ffeaad;
  border-radius: 0px 16px 0px 32px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: center;
  color: #ff0000;
  line-height: 56px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_title_x,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_title_x {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #2A2A33;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin: -24px 0 32px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_pic,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_pic {
  width: 188px;
  height: 188px;
  border-radius: 8px;
  margin-right: 26px;
  background-color: #E5E5E5;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_name,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_name {
  height: 40px;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  width: 480px;
  color: #2A2A33;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .hot_icon_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .hot_icon_wrap {
  font-family: PingFang SC;
  width: 150px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #FF3B30;
  background: rgba(255, 59, 48, 0.1);
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .hot_icon_wrap .hot_icon,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .hot_icon_wrap .hot_icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_data,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_data .price,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_data .price {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
  color: #FF3B30;
  margin-right: 20px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_data .count,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_base_info .item_card .main_desc .item_data .count {
  height: 42px;
  border: 1px solid #FF3B30;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  font-family: PingFang SC;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #FF3B30;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info {
  width: 710px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
  margin: 20px 0 0;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .red_desc,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .red_desc {
  color: red;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #8E8E93;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .fee_row_title,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .fee_row_title {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #2A2A33;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .province_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .province_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  font-family: PingFang SC;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .province_wrap .select_btn,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .province_wrap .select_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 17px;
  border: 1px solid #4381FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  margin-left: 25px;
  color: #4381FF;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .province_wrap .select_btn .more_icon,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_row .province_wrap .select_btn .more_icon {
  width: 14px;
  height: 14px;
  margin: 0 0 4px 4px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_list_item,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFang SC;
  font-size: 28px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 1px;
  padding: 20px 0;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_list_item .fee_desc,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_list_item .fee_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8E8E93;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_list_item .fee_desc .fee_icon,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .scroll_wrap .item_fee_info .fee_list_item .fee_desc .fee_icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer {
  width: 750px;
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  padding: 47px 50px 47px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 42px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .status_text,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .status_text {
  font-family: PingFang SC;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #2A2A33;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .status_icon,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .status_icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .no_count_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .no_count_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap {
  font-size: 24px;
  line-height: 24px;
  color: #8E8E93;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .happy_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .happy_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .price_wrap,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .price_wrap .pay_total_text,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .price_wrap .pay_total_text {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
  color: #FF3B30;
  margin-right: 10px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .price_wrap .discount_total_text,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .has_count_wrap .price_wrap .discount_total_text {
  font-family: PingFang SC;
  font-size: 24px;
  line-height: 24px;
  color: #FF3B30;
  margin-left: 5px;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .pay_btn,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .pay_btn {
  width: 250px;
  height: 100px;
  background: #FF3B30;
  border-radius: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 36px;
  letter-spacing: 3px;
  color: #FFFFFF;
  cursor: pointer;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .pay_btn_disable,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .pay_btn_disable {
  background: #CCCCCC;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .pay_btn_paid,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .pay_btn_paid {
  background: #34C76A;
}
.index__pop_up_wrap___3vewl .index__pop_up_content___h2yPv .pop_up_footer .btn_get_coupon,
.index__shopping_cart_wrap___1XzKN .index__pop_up_content___h2yPv .pop_up_footer .btn_get_coupon {
  width: 654px;
  height: 96px;
  background: #ff0000;
  border-radius: 50px;
  font-size: 36px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 96px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
  width: 750px;
  padding-bottom: 28px;
  max-height: 800px;
  background: #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .shopping_cart_title,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .shopping_cart_title {
  width: 750px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 32px 0;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: LEFT;
  color: #1a1a1a;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .shopping_cart_title .close_icon,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .shopping_cart_title .close_icon {
  width: 25px;
  height: 25px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 750px;
  overflow: auto;
  padding: 48px 32px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #E8E8E8;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item:last-child,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item:last-child {
  margin-bottom: 0;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_pic,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_pic {
  width: 172px;
  height: 172px;
  border-radius: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 24px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 172px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_name,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_name {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #1a1a1a;
  line-height: 44px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_deposit,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_deposit {
  font-size: 28px;
  color: #C84000;
  background-color: #FFDDAE;
  padding: 4px 16px 4px 48px;
  background-image: url('https://sfs-public.shangdejigou.cn/fe-report/h5_mall_sub_brand/coupon/icon_money.png');
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  border-radius: 4px;
  margin: 10px 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_coupon,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_coupon {
  font-size: 28px;
  color: #C84000;
  background-color: #FFDDAE;
  padding: 4px 16px 4px 48px;
  background-image: url('https://sfs-public.shangdejigou.cn/fe-report/h5_mall_sub_brand/coupon/icon_coupon.png');
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  display: inline-block;
  border-radius: 4px;
  margin: 10px 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .item_price_wrap,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .item_price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #ff8711;
  line-height: 34px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .item_price_wrap .item_price,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .item_price_wrap .item_price {
  font-size: 34px;
  font-weight: 600;
  margin-left: 10px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .item_price_wrap .underlined_price,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .item_price_wrap .underlined_price {
  color: #999;
  margin-left: 8px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn {
  min-width: 160px;
  height: 60px;
  background: #ffffff;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #ffffff;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 4px 12px;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn:hover,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn:hover,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn:hover,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn:hover,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn:hover,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn:hover {
  opacity: 0.8;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn:active,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn:active,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn:active,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn:active,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn:active,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn:active {
  opacity: 0.6;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .paid_btn {
  color: #A8ABB2;
  background-color: #ebedf0;
  cursor: none;
}
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .unpaid_btn,
.index__pop_up_wrap___3vewl .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn,
.index__shopping_cart_wrap___1XzKN .index__shopping_cart___389_j .cart_list .cart_item .item_desc .item_order .coupon_btn {
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
}
.index__coupon_list_container___ZROo1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom {
  width: 702px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__title___1MwQj {
  position: relative;
  margin-bottom: 10px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-600;
  font-weight: 600;
  text-align: center;
  color: #ff0000;
  letter-spacing: 0.06px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh {
  position: relative;
  list-style: none;
  max-height: 860px;
  overflow-y: auto;
  padding: 0;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh::-webkit-scrollbar {
  display: none;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC {
  position: relative;
  margin-top: 24px;
  font-family: PingFang SC, PingFang SC-600;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_bg___1geI_ {
  width: 654px;
  height: 148px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_value___3Mre3 {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 180px;
  height: 87px;
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_value___3Mre3::first-letter {
  font-size: 48px;
  line-height: 28px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_info___XGKCo {
  position: absolute;
  top: 33px;
  left: 240px;
  width: 253px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #ffffff;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_info___XGKCo .index__title___1MwQj {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_info___XGKCo .index__info___pwLl5 {
  margin-top: 10px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_wrap___3bBom .index__list___DVhyh .index__coupon_item___3rUzC .index__coupon_status___1TkWp {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 116px;
  height: 55px;
  background: #fff9e7;
  border: 2px solid #ffeaad;
  border-radius: 0px 16px 0px 32px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #ff0000;
  line-height: 56px;
}
.index__coupon_list_container___ZROo1 .index__list_box___2zKfx .index__coupon_list_close___20Ap5 {
  margin-top: 40px;
  color: #ffffff;
  font-size: 60px;
  cursor: pointer;
}
.index__qr_modal___2hgNZ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1a1a1a;
}
.index__qr_modal___2hgNZ img {
  width: 220px;
  height: 220px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.new-address-modal__modal_title___1-lZ1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-address-modal__modal_title___1-lZ1 img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.new-address-modal__new_address_modal___2420U .new-address-modal__address_info___8v3cz input {
  outline: none;
  background-color: white;
  border: none;
  color: #333333;
}
.new-address-modal__new_address_modal___2420U .new-address-modal__address_info___8v3cz .new-address-modal__address_info_row___3hcgw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.new-address-modal__new_address_modal___2420U .new-address-modal__address_info___8v3cz .new-address-modal__address_info_row___3hcgw > span:first-child {
  width: 68px;
  margin-right: 32px;
}
.new-address-modal__new_address_modal___2420U .new-address-modal__address_info___8v3cz .new-address-modal__address_info_row___3hcgw .new-address-modal__address_icon___E94-b {
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
.new-address-modal__new_address_modal___2420U .new-address-modal__save_btn___yGjOP {
  cursor: pointer;
  width: 80%;
  height: 40px;
  background: #fa8926;
  border-radius: 20px;
  margin: 12px auto;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

.index__dom-shrink___Nr_OD {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___AZFtP {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___AZFtP .index__loading_text___23Bsc {
  color: #999999;
}
.index__show___2eyM8 {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.index__hide___3ltlm {
  visibility: hidden !important;
}
.index__pop_up_wrap___2bjMk,
.index__shopping_cart_wrap___1nhDS {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb {
  width: 375px;
  max-height: 500px;
  background: #FAFAFA;
  border-radius: 8px;
  position: absolute;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__close_icon_wrap___iLNaS,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__close_icon_wrap___iLNaS {
  cursor: pointer;
  height: 40px;
  width: 375px;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__close_icon_wrap___iLNaS .index__item_title___h2HkG,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__close_icon_wrap___iLNaS .index__item_title___h2HkG {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 18px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__close_icon_wrap___iLNaS .index__close_icon___42mlx,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__close_icon_wrap___iLNaS .index__close_icon___42mlx {
  width: 16px;
  height: 16px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW {
  height: 62px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW::after,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW::after {
  content: '';
  display: block;
  height: 12px;
  background-color: #f0f0f0;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz {
  width: 351px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__location_icon___1a42J,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__location_icon___1a42J,
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__more_icon___1rJ7o,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__more_icon___1rJ7o {
  width: 16px;
  height: 16px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT {
  width: 295px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT .index__user_info___3kXI8,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT .index__user_info___3kXI8 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT .index__user_info___3kXI8 .index__user_receiver___J5aAf,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT .index__user_info___3kXI8 .index__user_receiver___J5aAf {
  font-weight: 600;
  color: #333333;
  margin-right: 6px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT .index__address_desc___1fJ4U,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__address_info___3GSsz .index__address_text___1WAsT .index__address_desc___1fJ4U {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-top: 2px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__add_address_btn___239TP,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__address_wrap___2JtiW .index__add_address_btn___239TP {
  cursor: pointer;
  width: 301px;
  height: 40px;
  font-size: 16px;
  margin: 8px 0;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ff8711;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ff8711;
  border-radius: 20px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu {
  height: 114px;
  width: 301px;
  padding: 12px 0 8px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_img___3uDns,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_img___3uDns {
  width: 90px;
  height: 90px;
  border-radius: 6px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_text___3JaGX,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_text___3JaGX {
  margin-left: 8px;
  width: 249px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_text___3JaGX .index__item_name___1ea7r,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_text___3JaGX .index__item_name___1ea7r {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_text___3JaGX .index__item_fee___1ouw5,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__item_main_info___2RgTu .index__item_desc_text___3JaGX .index__item_fee___1ouw5 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS {
  width: 351px;
  height: 46px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_title___1YA2f,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_title___1YA2f {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__operate_btn___21Sdv,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__operate_btn___21Sdv {
  cursor: pointer;
  display: inline-block;
  background: #f5f7fa no-repeat center;
  width: 30px;
  height: 30px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__disable_btn___3gfR-,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__disable_btn___3gfR- {
  color: rgba(0, 0, 0, 0.26);
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__active_btn___2GyOA,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__active_btn___2GyOA {
  color: #000;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__minus_btn___3c5s7,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__minus_btn___3c5s7 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor, currentColor);
  background-size: 16px 2.5px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__plus_btn___2NXcj,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__plus_btn___2NXcj {
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor)), -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor, currentColor), linear-gradient(to top, currentColor, currentColor);
  background-size: 16px 2.5px, 2.5px 16px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__number_val___3V_fJ,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__number_wrap___1v1sS .index__number_comp___2lm_b .index__number_val___3V_fJ {
  height: 30px;
  width: 42px;
  padding: 3px;
  text-align: center;
  background: #f5f7fa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV {
  width: 351px;
  height: 49px;
  padding: 12px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV .index__remark_title___KlLAS,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV .index__remark_title___KlLAS {
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
  margin-right: 16px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV .index__remark_input___v9PaN,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV .index__remark_input___v9PaN {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1a1a1a;
  border: none;
  background: #FAFAFA;
  outline: none;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV .index__input_placeholder___2XvYf,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__scroll_wrap___1i4yw .index__remark_wrap___1ywkV .index__input_placeholder___2XvYf {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 21px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-top: 1px solid #e8e8e8;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__pay_val___2ks6_,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__pay_val___2ks6_ {
  width: 219px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #ff8711;
  line-height: 30px;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__pay_btn___1XT_u,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__pay_btn___1XT_u {
  cursor: pointer;
  width: 120px;
  height: 36px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__paid_btn___1xsb7,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__paid_btn___1xsb7 {
  background: -webkit-gradient(linear, left top, right top, from(#2ede7b), to(#02bb8f));
  background: linear-gradient(90deg, #2ede7b, #02bb8f 100%);
}
.index__pop_up_wrap___2bjMk .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__unpaid_btn___G1LaT,
.index__shopping_cart_wrap___1nhDS .index__pop_up_content___3XuLb .index__pay_wrap___3PhRZ .index__unpaid_btn___G1LaT {
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
}
.index__pop_up_wrap___2bjMk .index__shopping_cart___3iw9A,
.index__shopping_cart_wrap___1nhDS .index__shopping_cart___3iw9A {
  width: 375px;
  padding-bottom: 14px;
  max-height: 400px;
  background: #FAFAFA;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___2bjMk .index__shopping_cart___3iw9A .shopping_cart_title,
.index__shopping_cart_wrap___1nhDS .index__shopping_cart___3iw9A .shopping_cart_title {
  width: 375px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 16px 0;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: LEFT;
  color: #1a1a1a;
}
.index__pop_up_wrap___2bjMk .index__shopping_cart___3iw9A .shopping_cart_title .close_icon,
.index__shopping_cart_wrap___1nhDS .index__shopping_cart___3iw9A .shopping_cart_title .close_icon {
  width: 12.5px;
  height: 12.5px;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T {
  width: 375px;
  max-height: 503px;
  overflow: auto;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S:last-child,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S:last-child {
  margin-bottom: 0;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_pic___2Smxw,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_pic___2Smxw {
  width: 86px;
  height: 86px;
  border-radius: 2.5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_name___1ea7r,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_name___1ea7r {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__item_price_wrap___2sIj3,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__item_price_wrap___2sIj3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #ff8711;
  line-height: 16px;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__item_price_wrap___2sIj3 .index__item_price___3RFRq,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__item_price_wrap___2sIj3 .index__item_price___3RFRq {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 2.5px 0 2px;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__pay_btn___1XT_u,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__pay_btn___1XT_u {
  width: 70px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #ffffff;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.index__pop_up_wrap___2bjMk .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__paid_btn___1xsb7,
.index__shopping_cart_wrap___1nhDS .index__cart_list___krX1T .index__cart_item___16b1S .index__item_desc___24-Cc .index__item_order___15rwE .index__paid_btn___1xsb7 {
  color: #aaaaaa;
  background: #ebebeb;
}
.index__qr_modal___1wgoi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1a1a1a;
}
.index__qr_modal___1wgoi img {
  width: 220px;
  height: 220px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.index__dom-shrink___fvS8S {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___2yY5T {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___2yY5T .index__loading_text___1y3hk {
  color: #999999;
}
.index__show___1BS3G {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.index__hide___cjuBk {
  visibility: hidden !important;
}
.index__pop_up_wrap___iR4d5,
.index__shopping_cart_wrap___2C0LU {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb {
  width: 375px;
  max-height: 500px;
  background: #FAFAFA;
  border-radius: 8px;
  position: absolute;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__close_icon_wrap___1AcFY,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__close_icon_wrap___1AcFY {
  cursor: pointer;
  height: 40px;
  width: 375px;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__close_icon_wrap___1AcFY .index__item_title___1v5pm,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__close_icon_wrap___1AcFY .index__item_title___1v5pm {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 18px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__close_icon_wrap___1AcFY .index__close_icon___2gsHU,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__close_icon_wrap___1AcFY .index__close_icon___2gsHU {
  width: 16px;
  height: 16px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj {
  height: 62px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj::after,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj::after {
  content: '';
  display: block;
  height: 12px;
  background-color: #f0f0f0;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 {
  width: 351px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__location_icon___3wzAz,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__location_icon___3wzAz,
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__more_icon___15XZI,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__more_icon___15XZI {
  width: 16px;
  height: 16px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O {
  width: 295px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O .index__user_info___15B2C,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O .index__user_info___15B2C {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O .index__user_info___15B2C .index__user_receiver___dW2xp,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O .index__user_info___15B2C .index__user_receiver___dW2xp {
  font-weight: 600;
  color: #333333;
  margin-right: 6px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O .index__address_desc___GIolH,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__address_info___Vw2e2 .index__address_text___2Iw2O .index__address_desc___GIolH {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-top: 2px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__add_address_btn___31edG,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__address_wrap___3B8Sj .index__add_address_btn___31edG {
  cursor: pointer;
  width: 301px;
  height: 40px;
  font-size: 16px;
  margin: 8px 0;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ff8711;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ff8711;
  border-radius: 20px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP {
  height: 114px;
  width: 301px;
  padding: 12px 0 8px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_img___2SSIW,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_img___2SSIW {
  width: 90px;
  height: 90px;
  border-radius: 6px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_text___3CLGz,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_text___3CLGz {
  margin-left: 8px;
  width: 249px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_text___3CLGz .index__item_name___3tf6R,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_text___3CLGz .index__item_name___3tf6R {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_text___3CLGz .index__item_fee___1Hh1q,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__item_main_info___EoXYP .index__item_desc_text___3CLGz .index__item_fee___1Hh1q {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe {
  width: 351px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_title___2Vvy7,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_title___2Vvy7 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_list___S6xsj,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_list___S6xsj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 8px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_list___S6xsj .index__spec_item___n867j,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_list___S6xsj .index__spec_item___n867j {
  cursor: pointer;
  height: 28px;
  padding: 4px 12px;
  background: #f5f7fa;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 20px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_list___S6xsj .index__spec_item_active___21BFM,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__spec_wrap___2fOFe .index__spec_list___S6xsj .index__spec_item_active___21BFM {
  background: #ff8711;
  color: #ffffff;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV {
  width: 351px;
  height: 46px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_title___3oFdU,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_title___3oFdU {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__operate_btn___2dAma,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__operate_btn___2dAma {
  cursor: pointer;
  display: inline-block;
  background: #f5f7fa no-repeat center;
  width: 30px;
  height: 30px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__disable_btn___2YDv_,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__disable_btn___2YDv_ {
  color: rgba(0, 0, 0, 0.26);
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__active_btn___1ycgb,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__active_btn___1ycgb {
  color: #000;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__minus_btn___S-9tp,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__minus_btn___S-9tp {
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor, currentColor);
  background-size: 16px 2.5px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__plus_btn___1ZcI0,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__plus_btn___1ZcI0 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor)), -webkit-gradient(linear, left bottom, left top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to top, currentColor, currentColor), linear-gradient(to top, currentColor, currentColor);
  background-size: 16px 2.5px, 2.5px 16px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__number_val___2KbMB,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__number_wrap___1c_YV .index__number_comp___1_3An .index__number_val___2KbMB {
  height: 30px;
  width: 42px;
  padding: 3px;
  text-align: center;
  background: #f5f7fa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #333333;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it {
  width: 351px;
  height: 49px;
  padding: 12px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it .index__remark_title___2UKCI,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it .index__remark_title___2UKCI {
  font-weight: 400;
  color: #1a1a1a;
  line-height: 21px;
  margin-right: 16px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it .index__remark_input___26iak,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it .index__remark_input___26iak {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1a1a1a;
  border: none;
  background: #FAFAFA;
  outline: none;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it .index__input_placeholder___3cwPf,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__scroll_wrap___1gB9I .index__remark_wrap___344it .index__input_placeholder___3cwPf {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 21px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL {
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-top: 1px solid #e8e8e8;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__pay_val___31VIZ,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__pay_val___31VIZ {
  width: 219px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #ff8711;
  line-height: 30px;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__pay_btn___2o1Kk,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__pay_btn___2o1Kk {
  cursor: pointer;
  width: 120px;
  height: 36px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__paid_btn___1dq6E,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__paid_btn___1dq6E {
  background: -webkit-gradient(linear, left top, right top, from(#2ede7b), to(#02bb8f));
  background: linear-gradient(90deg, #2ede7b, #02bb8f 100%);
}
.index__pop_up_wrap___iR4d5 .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__unpaid_btn___2izRI,
.index__shopping_cart_wrap___2C0LU .index__pop_up_content___2fmvb .index__pay_wrap___2RBDL .index__unpaid_btn___2izRI {
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
}
.index__pop_up_wrap___iR4d5 .index__shopping_cart___5SjRP,
.index__shopping_cart_wrap___2C0LU .index__shopping_cart___5SjRP {
  width: 375px;
  padding-bottom: 14px;
  max-height: 400px;
  background: #FAFAFA;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__pop_up_wrap___iR4d5 .index__shopping_cart___5SjRP .shopping_cart_title,
.index__shopping_cart_wrap___2C0LU .index__shopping_cart___5SjRP .shopping_cart_title {
  width: 375px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 16px 0;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: LEFT;
  color: #1a1a1a;
}
.index__pop_up_wrap___iR4d5 .index__shopping_cart___5SjRP .shopping_cart_title .close_icon,
.index__shopping_cart_wrap___2C0LU .index__shopping_cart___5SjRP .shopping_cart_title .close_icon {
  width: 12.5px;
  height: 12.5px;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups {
  width: 375px;
  max-height: 503px;
  overflow: auto;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y-,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y-:last-child,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y-:last-child {
  margin-bottom: 0;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_pic___1zQXS,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_pic___1zQXS {
  width: 86px;
  height: 86px;
  border-radius: 2.5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 12px;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_name___3tf6R,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_name___3tf6R {
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 .index__item_price_wrap___hnHjw,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 .index__item_price_wrap___hnHjw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 400;
  color: #ff8711;
  line-height: 16px;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 .index__item_price_wrap___hnHjw .index__item_price___1ykjL,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 .index__item_price_wrap___hnHjw .index__item_price___1ykjL {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 2.5px 0 2px;
}
.index__pop_up_wrap___iR4d5 .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 .index__pay_btn___2o1Kk,
.index__shopping_cart_wrap___2C0LU .index__cart_list___1Jups .index__cart_item___2i_y- .index__item_desc___6gl-i .index__item_order___RnyJ7 .index__pay_btn___2o1Kk {
  width: 70px;
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#fa982a), to(#f8611c));
  background: linear-gradient(90deg, #fa982a, #f8611c 100%);
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #ffffff;
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index__qr_modal___WUZot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #1a1a1a;
}
.index__qr_modal___WUZot img {
  width: 220px;
  height: 220px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.goods__xlive_icon_wrap___1t5DH {
  /* height: 88px; 图标个数n * 88 + (n-1) * 间距20 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 70px;
  right: 20px;
  z-index: 200;
}
.ant-modal {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.index__quick_reply___3XRJy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.index__quick_reply___3XRJy .index__quick_reply_item___1W_mI {
  cursor: pointer;
  width: auto;
  height: 20px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.index__quick_reply___3XRJy .index__quick_reply_item___1W_mI:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.emotion-panel__wrap___3jjgf {
  width: 0;
  height: 0;
}
.emotion-panel__mask___2x4q- {
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.emotion-panel__emotion___ucwb4 {
  width: 215px;
  height: 145px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAACRCAYAAABQfC3EAAAAAXNSR0IArs4c6QAACEJJREFUeAHt2V+IVGUYx/FzZlwQZQO3QMsu9CYLiroJIYgkSqigP5RQJEggBF1E3XTTjTcGBZF0HYhJoP1XIYpClKCEIKsLawuzi8LYi92STNs/53TecZ7hnXfmt874zOxu7ffA+J5znvc55/h597cnpzzr3PLOU5xBAIEeBMp4ThykeD97cueu9cVM9kqWFVuqjmvjJvYRWO4CVVjOZlntWG0ke+GtN3b9lng0QmaBsrEx5/GnXrw+K1d8k5XlWNLEIQIIxAJ5Ppnls7cd2Lv71/h0tV/WkhPhMM+LkZcJVhcZTiGQClQvoEZeqtykpRCu+GTYrz7FlnQixwggoAQaeWlmpzUnj99cFrKcf2O1gNhB4LICzby08mMNcbjCuTR9No8RAQTmF+jIDuGaH4wqAr0KyHBZwcZeL8g8BBC4JGDZsTFL31xhWiiyIYBAfwIduUnD1TGhv+szG4FlLdCWnzRcQaZtwrKm4i+PQO8CHbnpFq7eL8dMBBCQAoRL0lBAwCdAuHx+dCMgBQiXpKGAgE+AcPn86EZAChAuSUMBAZ8A4fL50Y2AFCBckoYCAj4BwuXzoxsBKUC4JA0FBHwChMvnRzcCUoBwSRoKCPgECJfPj24EpADhkjQUEPAJEC6fH90ISAHCJWkoIOATIFw+P7oRkAKES9JQQMAnQLh8fnQjIAUIl6ShgIBPgHD5/OhGQAoQLklDAQGfAOHy+dGNgBQgXJKGAgI+AcLl86MbASlAuCQNBQR8AoTL50c3AlKAcEkaCgj4BAiXz49uBKQA4ZI0FBDwCRAunx/dCEgBwiVpKCDgEyBcPj+6EZAChEvSUEDAJ0C4fH50IyAFCJekoYCAT4Bw+fzoRkAKEC5JQwEBnwDh8vnRjYAUIFyShgICPgHC5fOjGwEpQLgkDQUEfAKEy+dHNwJSgHBJGgoI+AQIl8+PbgSkAOGSNBQQ8AkQLp8f3QhIAcIlaSgg4BMgXD4/uhGQAoRL0lBAwCdAuHx+dCMgBQiXpKGAgE+AcPn86EZAChAuSUMBAZ8A4fL50Y2AFCBckoYCAj4BwuXzoxsBKUC4JA0FBHwChMvnRzcCUoBwSRoKCPgECJfPj24EpADhkjQUEPAJEC6fH90ISAHCJWkoIOATIFw+P7oRkAKES9JQQMAnQLh8fnQjIAUIl6ShgIBPgHD5/OhGQAoQLklDAQGfAOHy+dGNgBQgXJKGAgI+AcLl86MbASlAuCQNBQR8AoTL50c3AlKAcEkaCgj4BAiXz49uBKQA4ZI0FBDwCRAunx/dCEgBwiVpKCDgEyBcPj+6EZAChEvSUEDAJ0C4fH50IyAFCJekoYCAT4Bw+fzoRkAKEC5JQwEBnwDh8vnRjYAUIFyShgICPgHC5fOjGwEpQLgkDQUEfAKEy+dHNwJSgHBJGgoI+AQIl8+PbgSkAOGSNBQQ8AkQLp8f3QhIAcIlaSgg4BMgXD4/uhGQAoRL0lBAwCdAuHx+dCMgBQiXpKGAgE+AcPn86EZAChAuSUMBAZ8A4fL50Y2AFCBckoYCAj4BwuXzoxsBKUC4JA0FBHwChMvnRzcCUoBwSRoKCPgECJfPj24EpADhkjQUEPAJEC6fH90ISIGu4crzvJAdFBBAoE1A5aVruMqy/LGtmwMEEJACKi9dw1XMzb0vr0QBAQTaBFRe6tWsPP3Uyj++umbtptur193GtqtwgAACbQJFURz9/tvDz01MTMxUhfDPqdImpMEKb7IQuPrY2Fj9rnt3PDoysvLOPKutqzrCXLZhCuRlXq+vuLsss5E+b3Oh+u15vM8epl+hQBWEaomK32dmLn5+/NN9701OTs5Vl7KPBay0cIXbhGCF40a4mmM4Z+erXQIWEIa5Pbzt+e0rV43u6eMe5d8Xzu08/PaeQ330MPXKBezNFMYQpPCxYIXRzjeCFAJlWxy2+HyoxxcN+3wGb5D9cOrEdzfefMeqWq2+2RZlvnFm+uJLHx58dW9zDmsy+DWZz9TC1XpbNXPRWI40TOHY3lY22pw0bM31ZBiAgNk2rEdHR2v3PfLsvlpef2C+a88Vcwff2b/7mWpO/AMQWsIx2/AEYu84YHHIOt5c6ePEF2G//Yd4WB7Z9PR0OXvxr4/Xrb/hnupLpXXpooTjoiy+/PqLAzumpqZmw2H0Cc8VL/KwnnM5X7ebd2xeLUGWrWj82f5HvDjh7RU2e3tdOuLPQQvEb67gXxsfP3l+zdoNT2zYeMtn1fF18Q2r/69y5szPJ7efPn36n+q8rVfH4sY97A9UwH6xhItK93hR7e7pufTY5jEOTsCM7csj+0/y2tYHn7716jVrP6pWc3Xjdnn258TZX7Ye/eTN8eq422/QMC0sPtvwBMxXjeHOjW8L7RFsgbsdpzWbwzg4gWAcPq1gVfvhm9vaQ9uev3/V6qv2h+9/z5+beuzIB68fq87HwbL9sNi24NUu2xAFYud4P9yycRwWL95UiNLmuIf9wQgo43z81ImfNt20+fzs7PSRQ+++Fr5ytzClo7rGYJ6Qq5jAfM6tmgqTOm8XZxyOQHAPn/jtZfu2JmHx0lCF43C+tbDVPtvCCnTYp2+uhX0c7mYCFhw7TkcLThgtSHHArG59HQttBcaFEyBcC2d9uTtdLmCh30IUB8zO2fUJlkks8ki4FnkBoturcFl4bLRg2TFhihCX0q5a0KX0jMvpWeL1sP10tDBZuGIfq8Xn2F8kAVu4Rbo9t+0ikK5JemwtaZDSY5vHuEgCauEW6XG4bVOg33UhWEvwR6ffRVyCf4X/7SP1ujYEa4n+CPS6gEv08ZfNY6XrRKD+A0v/L51WrGzTbv4JAAAAAElFTkSuQmCC) 0 0 no-repeat;
  position: absolute;
  z-index: 15;
  bottom: 115px;
  right: 115px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scale(0.75, 0.75);
      -ms-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  opacity: 0;
}
.emotion-panel__emotion-visible___3SQEO {
  -webkit-animation: emotion-panel__appear___iYzni .12s linear both;
          animation: emotion-panel__appear___iYzni .12s linear both;
}
.emotion-panel__emotion-hidden___2kXS6 {
  -webkit-animation: emotion-panel__disappear___2jyPo .12s linear both;
          animation: emotion-panel__disappear___2jyPo .12s linear both;
}
.emotion-panel__emotion-box___OVWXO {
  width: 200px;
  height: 108px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.emotion-panel__emotion-pages___yAciF {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  height: 108px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left .24s linear;
  transition: left .24s linear;
}
.emotion-panel__page___3MRw6 {
  width: 200px;
}
.emotion-panel__item___3NqOE {
  width: 32px;
  height: 32px;
  margin: 0 4px 2px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  display: inline-block;
}
.emotion-panel__item___3NqOE:hover {
  border: 1px solid #ffd90c;
  border-radius: 3px;
  background-color: #3a3a3a;
}
.emotion-panel__item-empty___2_oxC {
  width: 32px;
  height: 32px;
}
.emotion-panel__dots___1fWzj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.emotion-panel__dots___1fWzj .emotion-panel__dot___1F9nr {
  list-style: none;
  margin: 0 4px;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #414864;
  border: 5px solid #585f7d;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}
.emotion-panel__dots___1fWzj .emotion-panel__dot___1F9nr.emotion-panel__active___hbLHo {
  background-color: #6ebefc;
}
@-webkit-keyframes emotion-panel__appear___iYzni {
  0% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes emotion-panel__appear___iYzni {
  0% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes emotion-panel__disappear___2jyPo {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
}
@keyframes emotion-panel__disappear___2jyPo {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
}

.index__dom-shrink___3XBdS {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___3GLAZ {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___3GLAZ .index__loading_text___2nMCn {
  color: #999999;
}
.index__panel___2an9l {
  background-color: #3A3D56;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 17px 17px 10px;
  height: 100%;
}
.index__announce_box___2agH4 {
  position: absolute;
  top: 52px;
  right: 0;
  background: rgba(82, 153, 255, 0.85);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  font-size: 12px;
  width: 100%;
  color: #FFFFFF;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}
.index__announce_box___2agH4 p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.index__announce_box___2agH4 a {
  color: #fff;
  font-size: 12px;
}
.index__title___3Hed1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  line-height: 22px;
  color: #323232;
}
.index__title___3Hed1 .index__chat_icon___3EVrG {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAQhJREFUOBGlkzEOAUEYhRERB9Ag0dMqRKMSV1AqdRoRt3AHiYg9gDNoFERCJaIgapVo1vc2M4VBjPUnX2b+mffezuySSFBhGBZhCmfwLWnlKSojZSZL5muoJj1LWuNZRhkmdchirMI/VIaupSPmY6VgklcZmoRxQ6xPGSnb/Du+BBE+Fzb4W291L0Fmw73utz56Wa7IPsR75NTRO7ozZrxdjhBvlqWbrraDmrP/S1tHvNbn78AKcr+4pcWj39AG2mn+EWMmJda3jAPTF+j7kIZPJU0DRniCpFUR0mNegQkEMIMjfKozGwtCTk8Cgrqwhwu0njY9GvfoVzxNnnLw8L6XcIoy6FPGqgf4Q9hVk4O07AAAAABJRU5ErkJggg==);
  width: 18px;
  height: 17px;
  margin-right: 11px;
}
.index__title___3Hed1 .index__chat_title___13003 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #fff;
}
.index__content___2sZKf {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
  width: calc(100% + 10px);
  padding-right: 10px;
}
.index__input-box___15C-M {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__input-box___15C-M .index__input-title___1KWJ3 {
  margin-bottom: 6px;
}
.index__input-box___15C-M .index__input-title___1KWJ3:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index__input-box___15C-M .index__input-container___JcJTh {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #576070;
  border-radius: 2px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.index__input-box___15C-M .index__input-container___JcJTh .index__textarea___2uDtq {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #fff;
  height: 56px;
  resize: none;
  outline: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  caret-color: white;
  overflow-y: hidden;
}
.index__input-box___15C-M .index__input-container___JcJTh .index__textarea___2uDtq::-webkit-input-placeholder {
  color: #666F81;
}
.index__input-box___15C-M .index__input-container___JcJTh .index__textarea_disabled___3mzf2 {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #fff;
  height: 56px;
  resize: none;
  outline: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  caret-color: white;
  overflow-y: hidden;
  color: #999;
  cursor: not-allowed;
}
.index__input-box___15C-M .index__input-container___JcJTh .index__textarea_disabled___3mzf2::-webkit-input-placeholder {
  color: #666F81;
}
.index__input-box___15C-M .index__input-container___JcJTh .index__send-btn___1L7jf {
  cursor: pointer;
  border: none;
  background-color: #82b6ff;
  text-align: center;
  width: 46px;
  height: 23px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  bottom: 4px;
  right: 4px;
  outline: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.index__input-box___15C-M .index__input-container___JcJTh .index__send-btn-disable___hny4k {
  background-color: #565E7A;
  cursor: not-allowed;
}
.index__emotion___1JkoE {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAActJREFUKBWNU78vQ1EUPudqicnWihBLLcJoK6sfHQwGhDYx+1FbW/b+2FSZpS0Ru/qxGLAJA0aTGPA36DvOd+PKe00jXvLeee/c77v3nO87j6nlEhEu7R2NSLM5TkwREvrkjo6bzNrSMzOLH87+j8J+PUZfckAi/cJ8ziSfQhxhkWlifqMQr+RWky+O80vOl2szSmowmfXcZnLPAVwslmurHlFevxe30qkz5C0ZJ8qX3Btj4tn15SdHaI3FyuGo12w+ctgMoQKDHlGqIdoCsVCuNXD7iS6HdVQGPHgG4qDHbDq17yMEhPnJ25xtSfHghZQYVzEuHDGXTiXcu4utOYhJ6kZIxIsq6MMB/xPhAmw0zOZDhHpBKpars9rfabsN8ju1i8JOfQ5rsA/+Gy35ViWftMlw6FqFSBQq1Xn/BrrhtlKGqdNcIQ/fMTgahYu79WsSPoEYpd3Dfs/z7rWsO4U9KGlKMWNa4qCK+gq/VbmF7EZyQnM6cjo5Ql4FPmY2lt96ewYGFXBiqyGqxPq6uywRPmNQFA9ecMKIjq3fQdtsB9rvGg7QNhOBCbOr+gjMNtElM71r6VG1c+rP2XYbQIOfwYnDRrgBUdv9Vd/TGesu+hPcmAAAAABJRU5ErkJggg==);
  float: left;
}
.index__words___392Ks {
  font-size: 12px;
  color: #909BAF;
  letter-spacing: 0;
  line-height: 15px;
  float: right;
}
.index__msg-item___3BFzD {
  color: #2a2a2a;
  font-size: 14px;
  overflow: hidden;
  line-height: 20px;
}
.index__msg-item-error___24_Xx {
  color: #f00;
}
.index__msg-item___3BFzD .index__sender_content_handle___2apxb {
  font-size: 14px;
  height: 30px;
  color: #ffd818;
  padding: 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
  margin-left: 34px;
  background: #515772;
  border: 1px solid #6d759d;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.index__msg-item___3BFzD .index__sender_content_handle___2apxb .index__handle_icon___18Gt6 {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.index__msg-item___3BFzD .index__chat-title__me___3bYyA,
.index__msg-item___3BFzD .index__chat-title__other___114bh {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index__msg-item___3BFzD .index__chat-title__me___3bYyA .index__chat_avatar___3pQ9v,
.index__msg-item___3BFzD .index__chat-title__other___114bh .index__chat_avatar___3pQ9v {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin: 0 11px 0 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAs9JREFUOBGVVdlxE0EQ7dlLe+jySclQRZGAScE5kAtBEAgREIBTwBHwgTHyISFZu1pL2h3ea3mta2WKrhr1qI83PW96Zo1Azs8v3s0K80WkvLAiPdr+V4zIjYhzGbj289XV5U+zBLXfAXi4DWaMEddriO+H0IG4ridlaSXPRzJ/yrbD9T8WGASu+eixUitWQYNGLH4Qi7UWIL4O+DYAHFckTg5ktAeYBRLT4/arTCtGgiDagDKwUZa/8uyD1bgooKhSt3R54a1zWsxzIBhxELZZ5yqvWiBpH4oFLelkgOByFbDM7aHilZRlIU/5o4RRGxUSwoJfV+KYFIED2OazhWRpjvXpN1IWc5lmoxXI84zFbUg2GQI8ZeEShYF0Oy3Q4+kyhOK8223C19AYD9TVyQ4wg7J0gINDpUkoJQ6yLEvthqXmvICvoV3CuDqpBT5981ZabRwiiGaHWAC/aM6BRH5b7VCazaQOVzY4riKiKBFbAEB5fLZylUoArjwA3HdJ0K7UVpxOxlpVtXVWxzm1DuBUOk0nu6iw1FZ8d/tLgjASz/M1iTTw9FSvwSwWc7ntX69ZVtNaYLqn2USSZmcVucZEZZxO66ulv5YKOh5HQ+0EPTQe4PpQaqzGMLZO9gLP5zMZPvSV24rrF41Fhg+/hTH7ZC8VTMjSsSyQfHRytpF/f3eNG4jr/4q8Csy8GQBYqbYXDxHyL1DG7AA7xpEwxjVuoCt8H3iO3j6QzHiV0957XaxAVzzlU8mzR8RsPkQeuugGKfrV4BvcOTgRBw96JdstRjt7mDtgfJz40ghjGf+5lwIPEoWYODznkn8cx5F292RZoV4Gvgl7BqpXHzWGwevf6h4rBrGI6fAbhRUGSetITUxglZVen1cLrduqOSmLgUEsYrr9/o/xWe/D1yDq9KyRYwS2quuqGotQdPs6W91AgnKoH9t3jfvNziaf+DH9C1IItcqOx+tWAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.index__msg-item___3BFzD .index__chat-title__me___3bYyA .index__chat_avatar___3pQ9v img,
.index__msg-item___3BFzD .index__chat-title__other___114bh .index__chat_avatar___3pQ9v img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.index__msg-item___3BFzD .index__chat-title__me___3bYyA {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index__msg-item___3BFzD .index__chat-title__me___3bYyA .index__chat_avatar___3pQ9v {
  margin: 0 0 0 11px;
}
.index__msg-item___3BFzD .index__chat-name___36RGx {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index__msg-item___3BFzD .index__chat-name__me___2C_ax {
  color: #FFC769;
}
.index__msg-item___3BFzD .index__chat-name__student___2d9PR {
  color: #75BFFF;
}
.index__msg-item___3BFzD .index__chat-name__assistant___2mrwK {
  color: #84FCFB;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index__msg-item___3BFzD .index__chat-name__assistant___2mrwK::before {
  content: '\52A9\6559-';
}
.index__msg-item___3BFzD .index__chat-name__teacher___I3L0K {
  color: #FF7979;
}
.index__msg-item___3BFzD .index__chat-name__teacher___I3L0K::before {
  content: '\8001\5E08-';
}
.index__msg-item___3BFzD .index__name__QA___2K8uu {
  color: #e7a8a8;
}
.index__msg-item___3BFzD .index__name__QA___2K8uu::before {
  content: '\8D28\68C0-';
}
.index__msg-item___3BFzD .index__chat-name__QA___2To_9 {
  color: #ff1b1b;
}
.index__msg-item___3BFzD .index__chat-name__QA___2To_9::before {
  content: '\8D28\68C0-';
}
.index__msg-item___3BFzD .index__chat-content__me___1cVfp,
.index__msg-item___3BFzD .index__chat-content__other___HcqDp {
  padding: 7px 14px 10px;
  color: #fff;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0;
  background: #30334F;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.index__msg-item___3BFzD .index__chat-content__me___1cVfp {
  background: #595E85;
  -webkit-box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0);
          box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0);
  margin-right: 34px;
}
.index__msg-item___3BFzD .index__chat-content__other___HcqDp {
  margin-left: 34px;
}
.index__content-img___jRIU1 {
  width: 20px;
  height: 19px;
  vertical-align: top;
  margin: 0 1px;
}
.index__quick-img___1j_TV {
  height: 19px;
  vertical-align: top;
  margin: 0 1px;
}
.index__list-wrap___2ZPa_ {
  outline: none;
  width: 300px !important;
}

.index__dom-shrink___1c1ZX {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___2nl-e {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___2nl-e .index__loading_text___1l1T4 {
  color: #999999;
}
.index__main___BaR-z {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
.index__left___3u0Xs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3A3D56;
}
.index__right___LVfqD {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #3A3D56;
}
.index__right___LVfqD .index__title___2Bj9i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  line-height: 22px;
  color: #323232;
}
.index__right___LVfqD .index__title___2Bj9i .index__chat_icon___2M_TC {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAQhJREFUOBGlkzEOAUEYhRERB9Ag0dMqRKMSV1AqdRoRt3AHiYg9gDNoFERCJaIgapVo1vc2M4VBjPUnX2b+mffezuySSFBhGBZhCmfwLWnlKSojZSZL5muoJj1LWuNZRhkmdchirMI/VIaupSPmY6VgklcZmoRxQ6xPGSnb/Du+BBE+Fzb4W291L0Fmw73utz56Wa7IPsR75NTRO7ozZrxdjhBvlqWbrraDmrP/S1tHvNbn78AKcr+4pcWj39AG2mn+EWMmJda3jAPTF+j7kIZPJU0DRniCpFUR0mNegQkEMIMjfKozGwtCTk8Cgrqwhwu0njY9GvfoVzxNnnLw8L6XcIoy6FPGqgf4Q9hVk4O07AAAAABJRU5ErkJggg==);
  width: 18px;
  height: 17px;
  margin-right: 11px;
}
.index__right___LVfqD .index__title___2Bj9i .index__chat_title___29VbI {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #fff;
}
.index__right___LVfqD .index__title___2Bj9i .index__count___3EJlb {
  font-size: 12px;
  color: #9DA4BB;
}
.index__right___LVfqD .index__chat_list___3OZba {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  width: calc(100% + 10px);
  padding-right: 10px;
}
.index__transition___36r7y {
  -webkit-transition: all .32s linear;
  transition: all .32s linear;
}
.index__sunl_board_placeholder___3bUVE {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171921), to(#32374C));
  background-image: linear-gradient(-180deg, #171921 0%, #32374C 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index__sunl_player_placeholder___1RBGd {
  height: 180px;
  background-color: #202333;
}
.index__main_player___STsxn {
  position: absolute;
  z-index: 10;
  width: calc(100% -  320px);
  height: calc(100% -  57px);
  top: 0;
  left: 0;
}
.index__small_player___VT1hK {
  position: absolute;
  z-index: 10;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
}
.index__chat___3daS2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__inactive___rRY7F {
  opacity: 0;
}
.index__btns___21SkZ {
  height: 57px;
}
.index__questions___3jXVP {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__broadcast_wrap___2ncgQ {
  width: 70%;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  height: 60px;
  z-index: 999;
}
.index__broadcast_box___2KPXh {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 40px;
  line-height: 38px;
  background: rgba(5, 160, 115, 0.7);
  border: 1px solid #10B198;
  -webkit-box-shadow: 0 4px 8px 0 rgba(35, 176, 154, 0.5);
          box-shadow: 0 4px 8px 0 rgba(35, 176, 154, 0.5);
  border-radius: 30px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: index__mymove___3VlkY 12s linear infinite;
          animation: index__mymove___3VlkY 12s linear infinite;
}
.index__broadcast_box___2KPXh b {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url([object Module]) no-repeat center;
}
.index__broadcast_box___2KPXh p {
  margin-bottom: 0;
  white-space: nowrap;
}
@keyframes index__mymove___3VlkY {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
            transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
  }
}
@-webkit-keyframes index__mymove___3VlkY {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
            transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
  }
}
.fullscreen .index__main_player___STsxn {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.fullscreen .index__small_player___VT1hK {
  z-index: 12;
}
.fullscreen .index__left___3u0Xs {
  display: none;
}
.fullscreen .index__right___LVfqD {
  display: none;
}
.fullscreen .index__btns___21SkZ {
  display: none;
}

.index__mask___3TMxB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.index__mask___3TMxB .index__list_wrap___30f_s {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}
.index__mask___3TMxB .index__list_wrap___30f_s .index__title___34w0t {
  position: fixed;
  height: 50px;
  line-height: 50px;
}
.index__mask___3TMxB .index__list_wrap___30f_s .index__list___3mJRK {
  list-style: none;
  margin-top: 40px;
  overflow-y: scroll;
  height: calc(95vh);
}
.index__mask___3TMxB .index__list_wrap___30f_s .index__list___3mJRK .index__item___1pPrq {
  height: 50px;
  line-height: 50px;
}
.index__mask___3TMxB .index__list_wrap___30f_s .index__list___3mJRK .index__item___1pPrq a {
  color: #ffffff;
}
.index__mask___3TMxB .index__list_wrap___30f_s .index__list___3mJRK .index__item___1pPrq a:hover {
  color: #3E7BD6;
}
.index__mask___3TMxB .index__list_wrap___30f_s .index__list___3mJRK .index__item___1pPrq .index__current___2sIlg {
  color: #3E7BD6;
}

.index__dom-shrink___3-N7Q {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___Z5MVU {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___Z5MVU .index__loading_text___2ZaT9 {
  color: #999999;
}
.index__main___1u93- {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.index__left___2dqny {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3A3D56;
}
.index__right___tZNyo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: #3A3D56;
}
.index__right___tZNyo .index__title___Na_nQ {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  line-height: 22px;
  color: #323232;
}
.index__right___tZNyo .index__title___Na_nQ .index__chat_icon___2KjXi {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAQhJREFUOBGlkzEOAUEYhRERB9Ag0dMqRKMSV1AqdRoRt3AHiYg9gDNoFERCJaIgapVo1vc2M4VBjPUnX2b+mffezuySSFBhGBZhCmfwLWnlKSojZSZL5muoJj1LWuNZRhkmdchirMI/VIaupSPmY6VgklcZmoRxQ6xPGSnb/Du+BBE+Fzb4W291L0Fmw73utz56Wa7IPsR75NTRO7ozZrxdjhBvlqWbrraDmrP/S1tHvNbn78AKcr+4pcWj39AG2mn+EWMmJda3jAPTF+j7kIZPJU0DRniCpFUR0mNegQkEMIMjfKozGwtCTk8Cgrqwhwu0njY9GvfoVzxNnnLw8L6XcIoy6FPGqgf4Q9hVk4O07AAAAABJRU5ErkJggg==);
  width: 18px;
  height: 17px;
  margin-right: 11px;
}
.index__right___tZNyo .index__title___Na_nQ .index__chat_title___2TyIM {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #fff;
}
.index__right___tZNyo .index__title___Na_nQ .index__count___37OXn {
  font-size: 12px;
  color: #9DA4BB;
}
.index__right___tZNyo .index__chat_list___2QrYq {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  width: calc(100% + 10px);
  padding-right: 10px;
}
.index__transition___pqBpY {
  -webkit-transition: all .32s linear;
  transition: all .32s linear;
}
.index__sunl_board_placeholder___11KKE {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171921), to(#32374C));
  background-image: linear-gradient(-180deg, #171921 0%, #32374C 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index__sunl_player_placeholder___3KPBC {
  height: 180px;
  background-color: #202333;
}
.index__main_player___1wCVX {
  position: absolute;
  z-index: 10;
  width: calc(100% -  320px);
  height: calc(100% -  57px);
  top: 0;
  left: 0;
}
.index__small_player___1cT6w {
  position: absolute;
  z-index: 10;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
}
.index__chat___3xWnV {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__inactive___whrjl {
  opacity: 0;
}
.index__btns___KuE2t {
  height: 57px;
}
.index__questions___CjwD0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__kicked_modal___2LYd1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}
.index__kicked_modal___2LYd1 .index__kicked_modal_content___2XP3J {
  width: 270px;
  height: 110px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
.index__kicked_modal___2LYd1 .index__kicked_modal_content___2XP3J .index__kicked_tip___2c3rN {
  margin-bottom: 8px;
}
.index__kicked_modal___2LYd1 .index__kicked_modal_content___2XP3J .index__kicked_text___2vbfq {
  margin-left: 12px;
}
.fullscreen .index__main_player___1wCVX {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.fullscreen .index__small_player___1cT6w {
  z-index: 12;
}
.fullscreen .index__left___2dqny {
  display: none;
}
.fullscreen .index__right___tZNyo {
  display: none;
}
.fullscreen .index__btns___KuE2t {
  display: none;
}
.index__broadcast_wrap___RbXFA {
  width: 70%;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  height: 60px;
  z-index: 999;
}
.index__broadcast_box___WRKNR {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 40px;
  line-height: 38px;
  background: rgba(5, 160, 115, 0.7);
  border: 1px solid #10B198;
  -webkit-box-shadow: 0 4px 8px 0 rgba(35, 176, 154, 0.5);
          box-shadow: 0 4px 8px 0 rgba(35, 176, 154, 0.5);
  border-radius: 30px;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: index__mymove___WdWr4 12s linear infinite;
          animation: index__mymove___WdWr4 12s linear infinite;
}
.index__broadcast_box___WRKNR b {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url([object Module]) no-repeat center;
}
.index__broadcast_box___WRKNR p {
  margin-bottom: 0;
  white-space: nowrap;
}
@keyframes index__mymove___WdWr4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
            transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
  }
}
@-webkit-keyframes index__mymove___WdWr4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
            transform: translateX(calc(-100% - (100vw - 300px) * 0.7));
  }
}
.video-js .vjs-progress-holder {
  height: 0.6rem;
}
.video-js .vjs-play-progress:before {
  font-size: 1.2em;
  top: -0.33333333em;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
  font-size: 24px;
  line-height: 1.5;
}
.video-js .vjs-time-control {
  font-size: 24px;
  line-height: 1.5;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
  font-size: 24px;
  line-height: 1.5;
}
.tcp-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 24px;
  line-height: 1.5;
}
.tcp-skin .vjs-menu {
  width: 5rem;
}
.vjs-menu li {
  font-size: 24px;
  line-height: 24px;
}

.index__button-panel___2PR7I {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  background-color: #3A3D56;
}

.emotion-panel__wrap___1_AT9 {
  width: 0;
  height: 0;
}
.emotion-panel__mask___sAYW7 {
  position: absolute;
  z-index: 14;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.emotion-panel__emotion___2JMlV {
  width: 215px;
  height: 145px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAACRCAYAAABQfC3EAAAAAXNSR0IArs4c6QAACEJJREFUeAHt2V+IVGUYx/FzZlwQZQO3QMsu9CYLiroJIYgkSqigP5RQJEggBF1E3XTTjTcGBZF0HYhJoP1XIYpClKCEIKsLawuzi8LYi92STNs/53TecZ7hnXfmt874zOxu7ffA+J5znvc55/h597cnpzzr3PLOU5xBAIEeBMp4ThykeD97cueu9cVM9kqWFVuqjmvjJvYRWO4CVVjOZlntWG0ke+GtN3b9lng0QmaBsrEx5/GnXrw+K1d8k5XlWNLEIQIIxAJ5Ppnls7cd2Lv71/h0tV/WkhPhMM+LkZcJVhcZTiGQClQvoEZeqtykpRCu+GTYrz7FlnQixwggoAQaeWlmpzUnj99cFrKcf2O1gNhB4LICzby08mMNcbjCuTR9No8RAQTmF+jIDuGaH4wqAr0KyHBZwcZeL8g8BBC4JGDZsTFL31xhWiiyIYBAfwIduUnD1TGhv+szG4FlLdCWnzRcQaZtwrKm4i+PQO8CHbnpFq7eL8dMBBCQAoRL0lBAwCdAuHx+dCMgBQiXpKGAgE+AcPn86EZAChAuSUMBAZ8A4fL50Y2AFCBckoYCAj4BwuXzoxsBKUC4JA0FBHwChMvnRzcCUoBwSRoKCPgECJfPj24EpADhkjQUEPAJEC6fH90ISAHCJWkoIOATIFw+P7oRkAKES9JQQMAnQLh8fnQjIAUIl6ShgIBPgHD5/OhGQAoQLklDAQGfAOHy+dGNgBQgXJKGAgI+AcLl86MbASlAuCQNBQR8AoTL50c3AlKAcEkaCgj4BAiXz49uBKQA4ZI0FBDwCRAunx/dCEgBwiVpKCDgEyBcPj+6EZAChEvSUEDAJ0C4fH50IyAFCJekoYCAT4Bw+fzoRkAKEC5JQwEBnwDh8vnRjYAUIFyShgICPgHC5fOjGwEpQLgkDQUEfAKEy+dHNwJSgHBJGgoI+AQIl8+PbgSkAOGSNBQQ8AkQLp8f3QhIAcIlaSgg4BMgXD4/uhGQAoRL0lBAwCdAuHx+dCMgBQiXpKGAgE+AcPn86EZAChAuSUMBAZ8A4fL50Y2AFCBckoYCAj4BwuXzoxsBKUC4JA0FBHwChMvnRzcCUoBwSRoKCPgECJfPj24EpADhkjQUEPAJEC6fH90ISAHCJWkoIOATIFw+P7oRkAKES9JQQMAnQLh8fnQjIAUIl6ShgIBPgHD5/OhGQAoQLklDAQGfAOHy+dGNgBQgXJKGAgI+AcLl86MbASlAuCQNBQR8AoTL50c3AlKAcEkaCgj4BAiXz49uBKQA4ZI0FBDwCRAunx/dCEgBwiVpKCDgEyBcPj+6EZAChEvSUEDAJ0C4fH50IyAFCJekoYCAT4Bw+fzoRkAKEC5JQwEBnwDh8vnRjYAUIFyShgICPgHC5fOjGwEpQLgkDQUEfAKEy+dHNwJSgHBJGgoI+AQIl8+PbgSkAOGSNBQQ8AkQLp8f3QhIAcIlaSgg4BMgXD4/uhGQAoRL0lBAwCdAuHx+dCMgBQiXpKGAgE+AcPn86EZAChAuSUMBAZ8A4fL50Y2AFCBckoYCAj4BwuXzoxsBKUC4JA0FBHwChMvnRzcCUoBwSRoKCPgECJfPj24EpADhkjQUEPAJEC6fH90ISIGu4crzvJAdFBBAoE1A5aVruMqy/LGtmwMEEJACKi9dw1XMzb0vr0QBAQTaBFRe6tWsPP3Uyj++umbtptur193GtqtwgAACbQJFURz9/tvDz01MTMxUhfDPqdImpMEKb7IQuPrY2Fj9rnt3PDoysvLOPKutqzrCXLZhCuRlXq+vuLsss5E+b3Oh+u15vM8epl+hQBWEaomK32dmLn5+/NN9701OTs5Vl7KPBay0cIXbhGCF40a4mmM4Z+erXQIWEIa5Pbzt+e0rV43u6eMe5d8Xzu08/PaeQ330MPXKBezNFMYQpPCxYIXRzjeCFAJlWxy2+HyoxxcN+3wGb5D9cOrEdzfefMeqWq2+2RZlvnFm+uJLHx58dW9zDmsy+DWZz9TC1XpbNXPRWI40TOHY3lY22pw0bM31ZBiAgNk2rEdHR2v3PfLsvlpef2C+a88Vcwff2b/7mWpO/AMQWsIx2/AEYu84YHHIOt5c6ePEF2G//Yd4WB7Z9PR0OXvxr4/Xrb/hnupLpXXpooTjoiy+/PqLAzumpqZmw2H0Cc8VL/KwnnM5X7ebd2xeLUGWrWj82f5HvDjh7RU2e3tdOuLPQQvEb67gXxsfP3l+zdoNT2zYeMtn1fF18Q2r/69y5szPJ7efPn36n+q8rVfH4sY97A9UwH6xhItK93hR7e7pufTY5jEOTsCM7csj+0/y2tYHn7716jVrP6pWc3Xjdnn258TZX7Ye/eTN8eq422/QMC0sPtvwBMxXjeHOjW8L7RFsgbsdpzWbwzg4gWAcPq1gVfvhm9vaQ9uev3/V6qv2h+9/z5+beuzIB68fq87HwbL9sNi24NUu2xAFYud4P9yycRwWL95UiNLmuIf9wQgo43z81ImfNt20+fzs7PSRQ+++Fr5ytzClo7rGYJ6Qq5jAfM6tmgqTOm8XZxyOQHAPn/jtZfu2JmHx0lCF43C+tbDVPtvCCnTYp2+uhX0c7mYCFhw7TkcLThgtSHHArG59HQttBcaFEyBcC2d9uTtdLmCh30IUB8zO2fUJlkks8ki4FnkBoturcFl4bLRg2TFhihCX0q5a0KX0jMvpWeL1sP10tDBZuGIfq8Xn2F8kAVu4Rbo9t+0ikK5JemwtaZDSY5vHuEgCauEW6XG4bVOg33UhWEvwR6ffRVyCf4X/7SP1ujYEa4n+CPS6gEv08ZfNY6XrRKD+A0v/L51WrGzTbv4JAAAAAElFTkSuQmCC) 0 0 no-repeat;
  position: absolute;
  z-index: 15;
  bottom: 115px;
  right: 115px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scale(0.75, 0.75);
      -ms-transform: scale(0.75, 0.75);
          transform: scale(0.75, 0.75);
  opacity: 0;
}
.emotion-panel__emotion-visible___14ha2 {
  -webkit-animation: emotion-panel__appear___3uJed .12s linear both;
          animation: emotion-panel__appear___3uJed .12s linear both;
}
.emotion-panel__emotion-hidden___2RCEZ {
  -webkit-animation: emotion-panel__disappear___2e4RR .12s linear both;
          animation: emotion-panel__disappear___2e4RR .12s linear both;
}
.emotion-panel__emotion-box___3AGvT {
  width: 200px;
  height: 108px;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.emotion-panel__emotion-pages___yd53O {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 0;
  height: 108px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left .24s linear;
  transition: left .24s linear;
}
.emotion-panel__page___2ieF7 {
  width: 200px;
}
.emotion-panel__item___2OIWa {
  width: 32px;
  height: 32px;
  margin: 0 4px 2px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
  display: inline-block;
}
.emotion-panel__item___2OIWa:hover {
  border: 1px solid #ffd90c;
  border-radius: 3px;
  background-color: #3a3a3a;
}
.emotion-panel__item-empty___1kQz3 {
  width: 32px;
  height: 32px;
}
.emotion-panel__dots___1p6JN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
.emotion-panel__dots___1p6JN .emotion-panel__dot___2zzr9 {
  list-style: none;
  margin: 0 4px;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #414864;
  border: 5px solid #585f7d;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: pointer;
}
.emotion-panel__dots___1p6JN .emotion-panel__dot___2zzr9.emotion-panel__active___3J2L7 {
  background-color: #6ebefc;
}
@-webkit-keyframes emotion-panel__appear___3uJed {
  0% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes emotion-panel__appear___3uJed {
  0% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes emotion-panel__disappear___2e4RR {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
}
@keyframes emotion-panel__disappear___2e4RR {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
    opacity: 0;
  }
}

.index__loading___2sJLS {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___2sJLS .index__loading_text___1-sJt {
  color: #999999;
}
.index__panel___60w-f {
  background-color: #3C4157;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 20px 10px 10px;
}
.index__title___2fOFH {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  line-height: 22px;
  color: #323232;
}
.index__title___2fOFH .index__chat_icon___fTXoA {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAAXNSR0IArs4c6QAAAQhJREFUOBGlkzEOAUEYhRERB9Ag0dMqRKMSV1AqdRoRt3AHiYg9gDNoFERCJaIgapVo1vc2M4VBjPUnX2b+mffezuySSFBhGBZhCmfwLWnlKSojZSZL5muoJj1LWuNZRhkmdchirMI/VIaupSPmY6VgklcZmoRxQ6xPGSnb/Du+BBE+Fzb4W291L0Fmw73utz56Wa7IPsR75NTRO7ozZrxdjhBvlqWbrraDmrP/S1tHvNbn78AKcr+4pcWj39AG2mn+EWMmJda3jAPTF+j7kIZPJU0DRniCpFUR0mNegQkEMIMjfKozGwtCTk8Cgrqwhwu0njY9GvfoVzxNnnLw8L6XcIoy6FPGqgf4Q9hVk4O07AAAAABJRU5ErkJggg==);
  width: 18px;
  height: 17px;
  margin-right: 11px;
}
.index__title___2fOFH .index__chat_title___Dx5qU {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #fff;
}
.index__title___2fOFH .index__count___3RBDX {
  font-size: 12px;
  color: #9DA4BB;
}
.index__radio___zUNBk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  top: 53px;
  position: absolute;
  left: 0;
  z-index: 999;
  background: rgba(82, 153, 255, 0.95);
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 18px;
  padding: 10px;
  width: 100%;
}
.index__radio___zUNBk .index__radio__content___32xPc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-all;
}
.index__radio___zUNBk .index__radio__content___32xPc a {
  margin: 0 5px;
  color: #FFFFFF;
  text-decoration: underline;
}
.index__radio___zUNBk .index__radio__content___32xPc a::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAc1JREFUSA21ls9KAlEUh5020SLo3yaZcNGqRwjaRavAXiKIEISiCNr1HNJDtNBF2aYeoAgLhIQW0T4VKjGm7zd4ZRzuHUfNAx935twzvzPn3OtcvUyCBUHgM70Hu7AOWZB9QAPKcOV53jtjekM4CyXowjBTjGJN8uREBOahCaOansknqhNQhN9RlSPxerZoTcKE3nwScZNHGoOV4FDPx2mLEY2P0grXZKZXzgXjvLU0u7ON+wZq9ulQS5qZDJl8SLNbzFs+cLEGSzADx2AzafpKULDNOnyP+JfhDDqgZEpSA5sVlKBim7H4JCLx88jcD9cLUI34opcVJahHPQnXm8wdwCu89eJOGHPQ7t3Hh7oStOLe2L3a8g2zcA+HsAOqaAWewGWtYQlMz19Q2Aat1x3MwRckiTMdhAlcLVJl2i1aUJna0oB92II0FrbItcjXKCyCdosxJVNbVFEaq+iHpk+uzVZxfsIzdOAULuEWNiCNlbUGPnQdr3OEX/tcWzEHw3pOSN+kqfMk/DXre+4y7ZYqtF0BDn+pXyIBWWg6AsdxS2vwAMIxvc+1KYUk0ztwIklUyTjt0jODB40RjY8Eak3+5dD34uLRe5JM/LflD8RHZOLaOBtqAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100% ;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.index__radio___zUNBk .index__radio-close___2Urio {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAANVJREFUSA3dlVEKwyAQREN/+91cJfe/Q6HHMTPBQJXpuCttoRWWxHXmbTQmLstftVLKhrjOTopeMqS/wnEpd8RNikySnurFRRRBktUJZ0sVgf4ZTq9eBSEcziTtyRgy2mZ1I8aIpoH2HQdwYz3H9hVI5SxkNNgBH+gz2FI7zdYBjNvwBBPO++EOI/Riyd8Y5JMizg/wvUvUwY81V7mpiTqQGwsViwAiGlksY8xoj2JpA1xhD4Sf/V2jwIZgm/pC4Vurlwx7qunDQr6xNgnw6yOzlf5QbwcGQkv208F3MQAAAABJRU5ErkJggg==);
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.index__content___2CJpw {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
}
.index__input-box___hw5pi {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__input-box___hw5pi .index__input-title___1nWaq {
  margin-bottom: 6px;
}
.index__input-box___hw5pi .index__input-title___1nWaq:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.index__input-box___hw5pi .index__input-container___1xsSP {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #576070;
  border-radius: 2px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.index__input-box___hw5pi .index__input-container___1xsSP .index__textarea___23msy {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #fff;
  height: 56px;
  resize: none;
  outline: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  caret-color: white;
  overflow-y: hidden;
}
.index__input-box___hw5pi .index__input-container___1xsSP .index__textarea___23msy::-webkit-input-placeholder {
  color: #666F81;
}
.index__input-box___hw5pi .index__input-container___1xsSP .index__textarea_disabled___2sGU6 {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #fff;
  height: 56px;
  resize: none;
  outline: none;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  caret-color: white;
  overflow-y: hidden;
  color: #999;
  cursor: not-allowed;
}
.index__input-box___hw5pi .index__input-container___1xsSP .index__textarea_disabled___2sGU6::-webkit-input-placeholder {
  color: #666F81;
}
.index__input-box___hw5pi .index__input-container___1xsSP .index__send-btn___3_X-T {
  cursor: pointer;
  border: none;
  background-color: #82b6ff;
  text-align: center;
  width: 46px;
  height: 23px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  bottom: 4px;
  right: 4px;
  outline: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.index__input-box___hw5pi .index__input-container___1xsSP .index__send-btn-disable___2jmLb {
  background-color: #565E7A;
  cursor: not-allowed;
}
.index__emotion___3htk- {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAActJREFUKBWNU78vQ1EUPudqicnWihBLLcJoK6sfHQwGhDYx+1FbW/b+2FSZpS0Ru/qxGLAJA0aTGPA36DvOd+PKe00jXvLeee/c77v3nO87j6nlEhEu7R2NSLM5TkwREvrkjo6bzNrSMzOLH87+j8J+PUZfckAi/cJ8ziSfQhxhkWlifqMQr+RWky+O80vOl2szSmowmfXcZnLPAVwslmurHlFevxe30qkz5C0ZJ8qX3Btj4tn15SdHaI3FyuGo12w+ctgMoQKDHlGqIdoCsVCuNXD7iS6HdVQGPHgG4qDHbDq17yMEhPnJ25xtSfHghZQYVzEuHDGXTiXcu4utOYhJ6kZIxIsq6MMB/xPhAmw0zOZDhHpBKpars9rfabsN8ju1i8JOfQ5rsA/+Gy35ViWftMlw6FqFSBQq1Xn/BrrhtlKGqdNcIQ/fMTgahYu79WsSPoEYpd3Dfs/z7rWsO4U9KGlKMWNa4qCK+gq/VbmF7EZyQnM6cjo5Ql4FPmY2lt96ewYGFXBiqyGqxPq6uywRPmNQFA9ecMKIjq3fQdtsB9rvGg7QNhOBCbOr+gjMNtElM71r6VG1c+rP2XYbQIOfwYnDRrgBUdv9Vd/TGesu+hPcmAAAAABJRU5ErkJggg==);
  float: left;
}
.index__words___1U-PA {
  font-size: 12px;
  color: #909BAF;
  letter-spacing: 0;
  line-height: 15px;
  float: right;
}
.index__msg-item___bdA_C {
  color: #2a2a2a;
  font-size: 14px;
  overflow: hidden;
  line-height: 20px;
}
.index__msg-item-error___1krSG {
  color: #f00;
}
.index__msg-item___bdA_C .index__sender_content_handle___3ODOT {
  font-size: 14px;
  height: 30px;
  color: #ffd818;
  padding: 0 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: relative;
  margin-left: 34px;
  background: #515772;
  border: 1px solid #6d759d;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.index__msg-item___bdA_C .index__sender_content_handle___3ODOT .index__handle_icon___2JVZE {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.index__msg-item___bdA_C .index__chat-title__me___c075s,
.index__msg-item___bdA_C .index__chat-title__other___3Savn {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.index__msg-item___bdA_C .index__chat-title__me___c075s .index__chat_avatar___3i_FZ,
.index__msg-item___bdA_C .index__chat-title__other___3Savn .index__chat_avatar___3i_FZ {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22px;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  margin: 0 11px 0 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAr9JREFUOBG1lf1u0lAYxp+2FMpHv0BgY4uYoUvQP+c1uGQmJt6Ct6hzqBcwb8CYfbAtMRtsMlegWyktre8pQmA93f7ykLan55zn15637/sgvHv/IcR/aOJDTEFInhYE4SEpEpWmWUJBVRPFul5ELldInOeCFSULzTDhjceJwiCYoFSuIiWnuGu4o7KchkA/TTdRLJXpakBOpQkQYjRycHtrRzCRwiHLGfieH4NzwZ7nwvc9VFfWoCgk9H1MJhMSC1DpIbpRjB5g3fRoV24Myga4ochQKAwSs+8zGo0IF0LJpJHJyEDgY+yOIIoiVNWg76BxwbE3Xqmto1JZRRAEMHSNQlGKCcMwRKdzQeMhntYbtKssup3zpXWxN7667OC0fYBqtcyFMjVLtVptDaZp4PDnD1yS5n6LvXFAsbxzbpHP52HbA6QkAcWiSdumLVNo7OEQ/f4QY29C4CLcsQO2g/stBmYLJv4E6bSA543m/fXI57K0m0o0bt1YXCibjIViRsopyqybeE3KYSbggrdebyXGd/Ep2WwOG42NxaF5nwtuvmxG6TRfldCRJBHP6nXuLBfc+tzC8dHxXBAEIRXI9GD9WWu329jf/z67Xbpywb1eD61WC/a/0h3adzg96+LkrIOh7UQA13Xx9cs3OM70folKN1wwWzQee9jb3YNDladrecqQVbxo1Kifg0tjHz/tJkKZXnjM6DVNw87bHcpjNfIMx7kDC5XV7zN9YuPm8eLqwWBAeVuNHCxNrpcvFB6FMj0XLEkpGFRVqqbjVXMzKuGMwmyTPIh8eHv7DQ4OT2BZfzDoW5GvRJMLpyWwJElYWV2nEi5DEKd/Pb/Or3DRvabSlhCSMXlU8qyEmVezg41d936je3kOZgezNgcrVGn1jU2kI0Mn31pIK5+skmfmU4iA0pMK+bSGs5M2XHeaJX8BKHwCjpaDYvMAAAAASUVORK5CYII=) 0 0 no-repeat;
}
.index__msg-item___bdA_C .index__chat-title__me___c075s .index__chat_avatar___3i_FZ img,
.index__msg-item___bdA_C .index__chat-title__other___3Savn .index__chat_avatar___3i_FZ img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.index__msg-item___bdA_C .index__chat-title__me___c075s {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index__msg-item___bdA_C .index__chat-title__me___c075s .index__chat_avatar___3i_FZ {
  margin: 0 0 0 11px;
}
.index__msg-item___bdA_C .index__chat-name___23jsy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index__msg-item___bdA_C .index__chat-name__me___6wtD9 {
  color: #FFC769;
}
.index__msg-item___bdA_C .index__chat-name__student___2LUfp {
  color: #75BFFF;
}
.index__msg-item___bdA_C .index__chat-name__assistant___3VMcP {
  color: #84FCFB;
}
.index__msg-item___bdA_C .index__chat-name__assistant___3VMcP::before {
  content: '\52A9\6559-';
}
.index__msg-item___bdA_C .index__chat-name__teacher___1webe {
  color: #FF7979;
}
.index__msg-item___bdA_C .index__chat-name__teacher___1webe::before {
  content: '\8001\5E08-';
}
.index__msg-item___bdA_C .index__chat-content__me___3WlP2,
.index__msg-item___bdA_C .index__chat-content__other___ZBl_f {
  padding: 7px 14px 10px;
  color: #fff;
  font-size: 12px;
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0;
  background: rgba(44, 50, 74, 0.75);
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.index__msg-item___bdA_C .index__chat-content__me___3WlP2 {
  background: #596182;
  -webkit-box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0);
          box-shadow: 0 4px 6px 0 rgba(255, 255, 255, 0);
  margin-right: 34px;
}
.index__msg-item___bdA_C .index__chat-content__other___ZBl_f {
  margin-left: 34px;
}
.index__common-msg-item___wxxFe {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 20px;
  word-break: break-all;
}
.index__common-msg-item___wxxFe a {
  margin: 0 5px;
  color: #FFFFFF;
  text-decoration: underline;
}
.index__common-msg-item___wxxFe a::after {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAsxJREFUSA21Vk1oE0EYfTPbhpSoPYlaBIVAUaNeevHgrYJgMVFQ8ScXpcGb2oMnDyIe9FLwXFv0oFDswaZSL6J4EDwpCka8VCpIKIigGEOTdHd835Jpd7ub2Pgzl5n5vjfv+92ZVWgzzjw2Wxt15IzCkDJIG6BP4AooUzZH2Wx3AsX7h9TnVjTERsfJounzDK6R8Cy1ThQRkrgkuaMVrk7mVDmk4SZi4HjRZCm/B4P1q8Ft9wo/qM9P5dRMEKeDmxPT5gLDftgxuZDQITkrHEHO5QjEcwEwLSGjQfBa1iT0WJ+jNhLfgOTcBT78kedxVpkuFm6H1MT3VgraIXmF1XtC797F8QuXz0mlklas1zHP9e+6xXK9cXqQdQ1+Zg7iW2kGl0g4apWB2U0ksF1Ln6+VXCm87VmHA14Np9UiFkpFvMpkcYvRlALEdukIt5aPyEraziRJpjC4WMV54+Emm6Gb+F3zz7GBESzEnRVuzc5JxykjMo1CrYpj8HCOuk+iVxpX6lX0MrJ9Ebzoya3t5x8HEJmkhSmobXbwmoXL06tR7guSFkfhbqOBR8YgFXdeuNv2vJBLWujJxy8u9nOeZDpOYSNesIPSSy6ekXhPHLmVdRFYpqV+KwjMFZ3EYeZ8mPqdrosJeu1qjRveVwzQ6ySxbcmFW4o8FyBdWSq81A1UmPPrTeE2RjTGkKeVi7EVYOuVcEuRZ+MglG/pH8J3ei8tWGdBLzPnE0senkpEcWdWy4Rby31OBW+K8CDJ7vdFXMzkMJDqxaYuB1N+zg32hpEtd65wM00Ab8DbJByOhcpHxD6XVmzVLXHnSDz+4Igq+F0kjwULKPd5dBhkKBzshFy4fE4e9A00X6I8rXpRC51Jmhx5+7otfwfN+3vkb4w0z47Yt0Bcoyw8/uuTKabEujwWtDzObaS7wu74O3n0x+VM0HOLi0RgFTL/i9+WX9gLBPEm72Y2AAAAAElFTkSuQmCC) no-repeat;
  background-size: 100% 100% ;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.index__content-img___3u9sY {
  width: 20px;
  height: 19px;
  vertical-align: top;
  margin: 0 1px;
}
.index__quick-img___23p50 {
  height: 19px;
  vertical-align: top;
  margin: 0 1px;
}
.index__list-wrap___C9peB {
  outline: none;
  width: 300px !important;
}

.index__loading___3fVV4 {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___3fVV4 .index__loading_text___GdfjF {
  color: #999999;
}
.index__main___3Qmbp {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__main___3Qmbp .index__announce_wrap___6eHTs {
  position: absolute;
  top: 50px;
  z-index: 99999999999;
  width: 100%;
  padding: 10px 10px 10px 25px;
  line-height: 34px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 164, 79, 0.6)), to(rgba(255, 136, 50, 0.6)));
  background: linear-gradient(90deg, rgba(255, 164, 79, 0.6) 0%, rgba(255, 136, 50, 0.6) 100%);
  color: #fff8ed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__main___3Qmbp .index__announce_wrap___6eHTs .index__announce___1R_tT {
  width: 95%;
  font-size: 20px;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC-400;
  text-shadow: 0 0 1px #3e0f00, 0 0 1px #3e0f00, 0 0 1px #3e0f00, 0 0 1px #3e0f00;
}
.index__main___3Qmbp .index__announce_wrap___6eHTs .index__close_btn___3eW4b {
  width: 5%;
}
.index__left___2w1wG {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3C4157;
}
.index__right___1d6V9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #3C4157;
}
.index__transition___2HITR {
  -webkit-transition: all .32s linear;
  transition: all .32s linear;
}
.index__sunl_board_placeholder___2BJSV {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171921), to(#32374C));
  background-image: linear-gradient(-180deg, #171921 0%, #32374C 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index__sunl_player_placeholder___1UNjc {
  height: 180px;
  background-color: #202333;
}
.index__main_player___p1zXe {
  position: absolute;
  z-index: 10;
  width: calc(100% -  500px);
  height: calc(100% -  57px);
  top: 0;
  left: 250px;
}
.index__small_player___i5S6L {
  position: absolute;
  z-index: 10;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
}
.index__chat___1x4rc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__inactive___WGlG7 {
  opacity: 0;
}
.index__btns___3_W6w {
  height: 57px;
}
.index__questions___3waKO {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fullscreen .index__main_player___p1zXe {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.fullscreen .index__small_player___i5S6L {
  z-index: 12;
  top: 50px;
}
.fullscreen .index__left___2w1wG {
  display: none;
}
.fullscreen .index__right___1d6V9 {
  display: none;
}
.fullscreen .index__btns___3_W6w {
  display: none;
}

.index__loading___ftnCJ {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___ftnCJ .index__loading_text___2ujss {
  color: #999999;
}
.index__page_container___Oja7N {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
}
.index__page_container___Oja7N .index__main___vRwTd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 240px;
      -ms-flex: 1 240px;
          flex: 1 240px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__page_container___Oja7N .index__left___XIK34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #3C4157;
}
.index__page_container___Oja7N .index__right___3ipZC {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #3C4157;
}
.index__page_container___Oja7N .index__main_player___1J-JO {
  position: absolute;
  z-index: 10;
  width: calc(100% -  500px);
  height: calc(100% -  57px);
  top: 0;
  left: 250px;
}
.index__transformMp4_page_container___A2Oq_ {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.index__transformMp4_page_container___A2Oq_ .index__main___vRwTd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.index__transformMp4_page_container___A2Oq_ .index__left___XIK34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.index__transformMp4_page_container___A2Oq_ .index__main_player___1J-JO {
  position: absolute;
  z-index: 10;
  width: calc(100% - 10px -  240px);
  height: 100%;
  top: 0;
  left: 250px;
}
.index__transformMp4_page_container___A2Oq_ .index__publicity_msg___1XUVl {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index__transformMp4_page_container___A2Oq_ .index__publicity_msg___1XUVl img {
  width: 100%;
}
.index__transformMp4_page_container___A2Oq_ .sl-board-svg,
.index__transformMp4_page_container___A2Oq_ .slplayer,
.index__transformMp4_page_container___A2Oq_ .sl-board-poster,
.index__transformMp4_page_container___A2Oq_ .sl-board-container {
  background-color: #fff!important;
}
.index__transformMp4_page_container___A2Oq_ .sl-loading,
.index__transformMp4_page_container___A2Oq_ .sl-player-poster,
.index__transformMp4_page_container___A2Oq_ .sl-board-poster {
  background-color: #fff!important;
  background-image: none;
  color: #333;
}
.index__transformMp4_page_container___A2Oq_ .slplayer-content-active .slplayer-bar,
.index__transformMp4_page_container___A2Oq_ .slplayer-content-active .slplayer-title,
.index__transformMp4_page_container___A2Oq_ .slplayer-content .slplayer-bar,
.index__transformMp4_page_container___A2Oq_ .slplayer-content .slplayer-title {
  height: 0;
  -webkit-transition: none;
  transition: none;
}
.index__transformMp4_page_container___A2Oq_ .index__small_player___1OB93 {
  background-color: #fff;
}
.index__transformMp4_page_container___A2Oq_ .index__sunl_board_placeholder___2PHIC,
.index__transformMp4_page_container___A2Oq_ .index__sunl_player_placeholder___UOP3W {
  background-image: none;
  background-color: #fff!important;
}
.index__transition___1gVLT {
  -webkit-transition: all .32s linear;
  transition: all .32s linear;
}
.index__sunl_board_placeholder___2PHIC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171921), to(#32374C));
  background-image: linear-gradient(-180deg, #171921 0%, #32374C 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index__sunl_player_placeholder___UOP3W {
  height: 180px;
  background-color: #202333;
}
.index__small_player___1OB93 {
  position: absolute;
  z-index: 10;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
}
.index__chat___1_E48 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__inactive___15ny9 {
  opacity: 0;
}
.index__btns___3wHR2 {
  height: 57px;
}
.index__questions___2-WKA {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fullscreen .index__main_player___1J-JO {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.fullscreen .index__small_player___1OB93 {
  z-index: 12;
  top: 50px;
}
.fullscreen .index__left___XIK34 {
  display: none;
}
.fullscreen .index__right___3ipZC {
  display: none;
}
.fullscreen .index__btns___3wHR2 {
  display: none;
}
.index__unDisplay___BBWvs {
  display: none;
}
.index__fullWindow___9Lj7A {
  left: 0px !important;
  width: 100% !important;
}

.index__dom-shrink___3Wian {
  -webkit-transform: scale(0.54);
      -ms-transform: scale(0.54);
          transform: scale(0.54);
}
.index__loading___1Gseq {
  margin-left: 50%;
  margin-top: 20px;
}
.index__loading___1Gseq .index__loading_text___3YS3J {
  color: #999999;
}
.index__main___3FQRD {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 480px;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index__right___cskoZ {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #3A3D56;
}
.index__transition___1Sjge {
  -webkit-transition: all .32s linear;
  transition: all .32s linear;
}
.index__sunl_board_placeholder___3yBi- {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#171921), to(#32374C));
  background-image: linear-gradient(-180deg, #171921 0%, #32374C 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index__sunl_board_placeholder___3yBi- img {
  height: 80px;
  -webkit-user-drag: none;
  margin-bottom: 40px;
}
.index__sunl_board_placeholder___3yBi- .index__errorTips___1PAjf {
  font-size: 14px;
  color: #BCBCC0;
}
.index__sunl_player_placeholder___2sP_6 {
  height: 180px;
  background-color: #202333;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.index__sunl_player_placeholder___2sP_6 .index__sunl_player_tip___3eUEU {
  line-height: 58px;
  color: #fff;
  font-size: 12px;
}
.index__sunl_player_placeholder___2sP_6 img {
  margin: auto 0;
  -webkit-user-drag: none;
}
.index__main_player___2YjBT {
  position: absolute;
  z-index: 10;
  width: calc(100% -  -600px);
  height: calc(100% -  57px);
  top: 0;
  left: 250px;
}
.index__small_player___1uaoq {
  position: absolute;
  z-index: 9;
  width: 240px;
  height: 180px;
  top: 0;
  left: 0;
}
.index__chat___30tby {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index__inactive___1jysL {
  opacity: 0;
}
.index__btns____y2cR {
  height: 57px;
}
.index__btns_wraper___1Lqk6 {
  display: inline-block;
}
.index__questions___kOlTk {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fullscreen .index__main___3FQRD {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  right: 0;
  -webkit-transition: none !important;
  transition: none !important;
}
.fullscreen .index__chat___30tby {
  display: none;
}
.fullscreen .index__btns____y2cR {
  display: none;
}

.index__main___n03t3 {
  background-color: #fafafa;
  text-align: center;
  padding: 100px 0;
  width: 100%;
  color: #333;
}
.index__main___n03t3 img {
  width: 150px;
  height: 150px;
}
.index__main___n03t3 h3 {
  font-size: 24px;
  color: #17181A;
}
.index__main___n03t3 .index__copy_link___3T02t {
  display: inline-block;
  background: #07c160;
  border-radius: 4px;
  color: #fff;
  padding: 10px 100px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 20px;
}


/*# sourceMappingURL=index.c18f169b84b37d5a24bc.css.map*/