/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/style/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.actm-va-new {
  /*write less here*/
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.actm-va-new.z-dis {
  pointer-events: none;
}
/* 等待中toast */
.m-toastload div {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.m-toastload .u-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.m-toastload .u-mask .u-cnt {
  width: 150px;
  background: rgba(10, 10, 10, 0.8);
  color: #fff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 10px;
}
.m-toastload .u-mask .u-cnt .u-loading {
  width: 30px;
  height: 30px;
  background-image: url(https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/22198337049/e258/b635/2719/aa2e6b43c535ba4095992138f93574ad.png);
  background-size: 30px auto;
  -webkit-animation: load 0.72s infinite step-start;
}
@-webkit-keyframes load {
  0% {
    background-position-y: 0;
  }
  14.28% {
    background-position-y: -30px;
  }
  28.56% {
    background-position-y: -60px;
  }
  42.84% {
    background-position-y: -90px;
  }
  57.12% {
    background-position-y: -120px;
  }
  71.4% {
    background-position-y: -150px;
  }
  85.68% {
    background-position-y: -180px;
  }
  100% {
    background-position-y: -210px;
  }
}
.custom-modal.act-modal .modal-mask .modal .modal-footer .modal-btn {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-modal.act-modal .modal-mask .modal .modal-footer .modal-btn.left,
.custom-modal.act-modal .modal-mask .modal .modal-footer .modal-btn.right {
  width: 50%;
}
.u-notify .u-icon-close {
  background-position-y: -34px;
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/components/BindModal/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.actm-BindPhone-registmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.actm-BindPhone-registmodal .registmodal-content {
  position: relative;
  padding: 30px 16px 10px;
  width: 280px;
  min-width: 280px;
  border-radius: 10px;
  background: #fff;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-title {
  margin-bottom: 37px;
  color: #000;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.actm-BindPhone-registmodal .registmodal-content .m-wrap-box {
  height: 30px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.actm-BindPhone-registmodal .registmodal-content .m-wrap-box1 {
  display: flex;
}
.actm-BindPhone-registmodal .registmodal-content .m-wrap-box1 .u-country {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.actm-BindPhone-registmodal .registmodal-content .m-wrap-box2 {
  flex: 1;
  height: 35px;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-phone,
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha {
  padding-left: 5px;
  height: 100%;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  line-height: normal;
  border: none;
  display: block;
  -webkit-appearance: none;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-phone::-webkit-input-placeholder,
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha::-webkit-input-placeholder {
  color: #ccc;
  font-size: 15px;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-phone::-moz-placeholder,
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha::-moz-placeholder {
  color: #ccc;
  font-size: 15px;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-phone::-ms-input-placeholder,
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha::-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-phone::-webkit-outer-spin-button,
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha::-webkit-outer-spin-button,
.actm-BindPhone-registmodal .registmodal-content .registmodal-phone::-webkit-inner-spin-button,
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-captcha-wrapper {
  display: flex;
  margin-top: 15px;
  position: relative;
}
.actm-BindPhone-registmodal .registmodal-content .captcha-btn,
.actm-BindPhone-registmodal .registmodal-content .captcha-countdown {
  color: #333;
  font-size: 14px;
  width: 110px;
  min-width: 110px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.actm-BindPhone-registmodal .registmodal-content .captcha-btn {
  color: #507daf;
}
.actm-BindPhone-registmodal .registmodal-content .captcha-btn.disabled {
  color: #999;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-submit {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  margin-top: 35px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ff5a4c), to(#ff1d12));
  background-image: linear-gradient(-90deg, #ff5a4c 0%, #ff1d12 100%);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  font-weight: bold;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-submit.disabled {
  background: #ccc;
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-submit.disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  content: '';
}
.actm-BindPhone-registmodal .registmodal-content .registmodal-close {
  position: absolute;
  bottom: -88px;
  left: 50%;
  width: 33px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.actm-BindPhone-registmodal-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.86);
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/@music/ct-income-uikit/lib/components/layer/index.css ***!
  \************************************************************************************************************************************************************************************************************************/
.layer-container {
  position: fixed;
  z-index: 1000;
  pointer-events: none;
}
.layer-container .mask {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}
.layer-container button.close {
  border-radius: 50%;
  position: relative;
}
.layer-container button.close:active {
  opacity: 0.8;
}
.layer-container button.close::after {
  content: '';
  position: absolute;
  background-size: cover;
}
.layer-container .content {
  position: relative;
  z-index: 1000;
}
.layer-container.modal {
  align-items: center;
  justify-content: center;
}
.layer-container.modal .layer {
  opacity: 0;
  margin-bottom: 72px;
}
.layer-container.modal button.close {
  width: 32px;
  height: 32px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -72px;
  backdrop-filter: blur(20px);
  background-color: #999;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .layer-container.modal button.close {
    background-color: rgba(255, 255, 255, 0.36);
  }
}
.layer-container.modal button.close::after {
  background-image: url("data:image/svg+xml,%3Csvg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M21.913 10.087c.26.26.26.68 0 .94L16.94 16l4.974 4.973a.665.665 0 1 1-.94.94L16 16.942l-4.973 4.973a.665.665 0 0 1-.94-.94L15.058 16l-4.972-4.972a.665.665 0 1 1 .94-.94L16 15.06l4.972-4.973c.26-.26.681-.26.94 0z\" fill=\"%23fff\"/%3E%3C/svg%3E");
}
.layer-container.sheet {
  justify-content: flex-end;
}
.layer-container.sheet .layer {
  transform: translateY(100%);
}
.layer-container.sheet .content {
  position: relative;
  border-radius: 20px 20px 0 0;
  background: #fff;
  padding-bottom: var(--safe-area-inset-bottom);
}
.layer-container.sheet button.close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 11px;
  right: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
.layer-container.sheet button.close::after {
  background-image: url("data:image/svg+xml,%3Csvg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"M8.838 8.838a1 1 0 0 1 1.415 0l3.746 3.746 3.748-3.746a1 1 0 0 1 1.498 1.32l-.083.095-3.748 3.746 3.748 3.748.083.095a1 1 0 0 1-1.498 1.32L14 15.414l-3.746 3.748a1 1 0 0 1-1.498-1.32l.083-.095L12.584 14l-3.746-3.746-.083-.095a1 1 0 0 1 .083-1.32z\" fill=\"%23666\"/%3E%3C/svg%3E");
}
.layer-container .mask,
.layer-container .layer {
  transition: all 0s ease-out;
  transition-duration: inherit;
}
.layer-container.show {
  pointer-events: initial;
}
.layer-container.show .mask {
  background-color: rgba(0, 0, 0, 0.2);
}
.layer-container.show.modal .layer {
  opacity: 1;
}
.layer-container.show.sheet .layer {
  transform: translateY(0);
}
.layer-container,
.layer-container .mask,
.layer-container button.close::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layer-container,
.layer-container .layer,
.layer-container .content {
  display: flex;
  flex-direction: column;
}
.keyboard-active .layer-container.sheet .content {
  padding-bottom: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/detention.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Bamboo Regular Portable';
  src: url('//d1.music.126.net/dmusic/obj/w5zCg8OAw6HDjzjDgMK_/20759578535/a089/7874/3432/eac5a81885c4c18646c1809a6cb9674d.ttf') format('truetype');
}
.payfail-detention-modal.show .mask {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.payfail-detention-modal.layer-container.modal button.close {
  bottom: -52px;
}
.payfail-detention-modal .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: top;
}
.payfail-detention-modal .background[src=""],
.payfail-detention-modal .background:not([src]) {
  opacity: 0;
}
.payfail-detention-modal .sku,
.payfail-detention-modal .action {
  position: relative;
}
.payfail-detention-modal .modal-content {
  width: 328px;
  padding: 20px;
}
.payfail-detention-modal .modal-content .main {
  position: relative;
  width: 288px;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.payfail-detention-modal .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
}
.payfail-detention-modal .sku {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 116px;
  width: 240px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 17px;
  margin-top: 39px;
  text-align: center;
}
.payfail-detention-modal .sku .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.payfail-detention-modal .sku .name {
  font-size: 18px;
  font-weight: bold;
}
.payfail-detention-modal .sku .price-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.payfail-detention-modal .sku .price-wrap .underline {
  font-size: 11px;
  line-height: 15px;
  padding-bottom: 4px;
  margin-left: 8px;
  text-decoration: line-through;
}
.payfail-detention-modal .sku .price {
  line-height: 1;
  margin-top: 5px;
  font-family: 'Bamboo Regular Portable';
  font-size: 32px;
}
.payfail-detention-modal .sku .price::before {
  font-size: 20px;
  content: '¥';
}
.payfail-detention-modal .sku .price:empty {
  display: none;
}
.payfail-detention-modal .sku .buy-send {
  font-size: 12px;
  margin-top: 2px;
}
.payfail-detention-modal .sku .top-tag {
  position: absolute;
  left: 0px;
  top: -4px;
  height: 22px;
  padding: 0 6px;
  opacity: 1;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  color: #BB0303;
  border-radius: 11px;
  border-bottom-left-radius: 0px;
}
.payfail-detention-modal button {
  border: none;
}
.payfail-detention-modal button.alipay::before {
  margin-right: 2px;
  width: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2721%27 height=%2716%27 viewBox=%270 0 21 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.21739 0H10.9565V2.82353H15.5217V3.76471H10.9565V4.70588H12.0126H14.6087H14.656C14.6406 4.76724 14.6249 4.82865 14.6087 4.89007V5.64706H14.3903C13.7503 7.69826 12.8011 9.55982 12.8011 9.55982L20.7255 12.5258L21 16L11.6125 11.5303C11.5859 11.5531 11.5335 11.6037 11.4576 11.6769C10.7706 12.3396 8.16689 14.8511 5.56067 15.2535C0.726749 16 0.15768 12.9665 0.0470031 12.094C-0.0636743 11.2215 -0.441204 6.96694 5.56067 7.38715C7.7913 7.54332 10.8555 8.78116 10.8555 8.78116C10.8555 8.78116 11.6147 7.29086 11.9059 5.64706H3.65217V4.70588H8.21739V3.76471H2.73913V2.82353H8.21739V0ZM4.49319 9.41177C6.87005 9.41177 10.0435 11.1432 10.0435 11.1432C10.0435 11.1432 7.18982 13.8515 4.49319 14.0929C2.16963 14.3009 0.913043 13.1711 0.913043 11.7815C0.913043 10.3919 2.12583 9.41177 4.49319 9.41177Z%27 fill=%27#4182FA%27/%3E%3C/svg%3E");
}
.payfail-detention-modal button.alipay::after {
  content: '支付宝支付';
}
.payfail-detention-modal button.wechat::before {
  margin-right: 3px;
  width: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2716%27 viewBox=%270 0 19 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M6.91309 10.0997C6.82503 10.1417 6.73696 10.1627 6.62688 10.1627C6.3847 10.1627 6.18656 10.0367 6.07648 9.84777L6.03244 9.76378L4.29316 6.15223C4.27115 6.11024 4.27115 6.06824 4.27115 6.02625C4.27115 5.85827 4.40324 5.73228 4.57937 5.73228C4.64542 5.73228 4.71147 5.75328 4.77752 5.79528L6.82503 7.1811C6.97914 7.26509 7.15527 7.32808 7.35342 7.32808C7.4635 7.32808 7.57358 7.30709 7.68366 7.26509L17.2827 3.1916C15.5655 1.25984 12.7254 0 9.51101 0C4.27115 0 0 3.38058 0 7.55906C0 9.82677 1.27694 11.8845 3.28042 13.2703C3.43453 13.3753 3.54461 13.5643 3.54461 13.7533C3.54461 13.8163 3.5226 13.8793 3.50058 13.9423C3.34647 14.5092 3.08227 15.4331 3.08227 15.4751C3.06025 15.5381 3.03824 15.622 3.03824 15.706C3.03824 15.874 3.17034 16 3.34647 16C3.41251 16 3.47856 15.979 3.5226 15.937L5.59212 14.7822C5.74623 14.6982 5.92236 14.6352 6.09849 14.6352C6.18656 14.6352 6.29664 14.6562 6.3847 14.6772C7.35342 14.9501 8.4102 15.0971 9.48899 15.0971C14.7289 15.0971 19 11.7165 19 7.53806C19 6.27822 18.6037 5.08136 17.9212 4.0315L6.97914 10.0577L6.91309 10.0997Z%27 fill=%27#09BB07%27/%3E%3C/svg%3E");
}
.payfail-detention-modal button.wechat::after {
  content: '微信支付';
}
.payfail-detention-modal button.alipay,
.payfail-detention-modal button.wechat {
  font-size: 15px;
}
.payfail-detention-modal button.alipay::before,
.payfail-detention-modal button.wechat::before {
  display: inline-block;
  content: '';
  height: 16px;
}
.payfail-detention-modal button.alipay::before,
.payfail-detention-modal button.wechat::before,
.payfail-detention-modal button.alipay::after,
.payfail-detention-modal button.wechat::after {
  vertical-align: middle;
}
.payfail-detention-modal button.abort {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
}
.payfail-detention-modal button.abort::after {
  content: '放弃支付';
}
.payfail-detention-modal button.continue::after {
  content: '继续支付';
}
.payfail-detention-modal button:active {
  opacity: 0.8;
}
.payfail-detention-modal .action {
  display: flex;
}
.payfail-detention-modal .action button {
  flex: 1;
  margin-right: 8px;
  line-height: 1.4;
  font-size: 16px;
  height: 40px;
  border-radius: 100px;
}
.payfail-detention-modal .action button:last-of-type {
  margin-right: 0;
}
.payfail-detention-modal .action.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.payfail-detention-modal .action .method-both {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 88px;
}
.payfail-detention-modal .action .method-both button {
  box-sizing: border-box;
  order: 2;
  width: 240px;
  max-height: 40px;
  border-radius: 50px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/payModal/newContent.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Dolphin';
  src: url('https://d2.music.126.net/dmusic/obj/w5zCg8OAw6HDjzjDgMK_/24755812261/dd2f/2ef1/9698/45709b2e323331311c842f0c59efd479.ttf?download=Dolphin-Bold.ttf');
}
.colorRed {
  color: #ff3a3a;
}
.newTop {
  width: 256px;
  height: 121px;
  margin-bottom: 16px;
  background: rgba(255, 58, 58, 0.1);
  border-radius: 10px;
  text-align: center;
}
.newTop .productName {
  height: 18px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.newTop .priceWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 62px;
  margin-top: 6px;
}
.newTop .priceWrap .newPrice {
  font-family: Dolphin;
  font-size: 62px;
  font-weight: bold;
  line-height: 62px;
  color: #df2a2a;
}
.newTop .priceWrap .newPrice::before {
  content: '¥';
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
  margin-right: -2px;
}
.newTop .priceWrap .newOriginalPrice {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-decoration: line-through;
  color: #979797;
}
.deduction .field {
  height: 14px !important;
  margin-bottom: 10px;
}
.deduction .field .name {
  color: #999;
}
.deduction .line {
  margin-bottom: 16px !important;
}
.newPayMethodWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.newPayMethodWrap .newPayMethod {
  position: relative;
  height: 28px;
  border: 0.5px solid #C5C5C5;
  border-radius: 4px;
  text-align: center;
  font-size: 11px;
  line-height: 26px;
  color: #333;
}
.newPayMethodWrap .curPayMethod {
  border: 1px solid rgba(255, 58, 58, 0.8);
}
.newPayMethodWrap .col2 {
  width: 124px;
}
.newPayMethodWrap .col3 {
  width: 82px;
}
.newPayMethodWrap .newLabel {
  position: absolute;
  right: -1px;
  top: -9px;
  height: 14px;
  padding: 0 4px 0 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ff3a3a;
  font-size: 9px;
  line-height: 14px;
  color: #fff;
}
.actionBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 256px;
  height: 44px;
  border-radius: 50px;
  background-color: #ff3a3a;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.actionBtn .saveMoney {
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
}
.actionBtn.loading {
  pointer-events: none;
  opacity: 0.5;
}
.actionBtn .lightEffect {
  position: absolute;
  left: 0;
  top: -15px;
  width: 28px;
  height: 80px;
  transform: rotate(29deg);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, rgba(255, 255, 255, 0.4) 47%, rgba(255, 255, 255, 0.0001) 100%);
  animation: moveRight 3.5s linear infinite;
}
.newAgreement {
  width: 256px;
  margin-top: 8px;
  font-size: 11px;
  line-height: 14px;
  color: rgba(40, 50, 72, 0.6);
}
.countdownWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: rgba(40, 50, 72, 0.6);
}
.countdownWrap .countdownNum {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Dolphin;
  font-weight: bold;
  color: rgba(255, 58, 58, 0.8);
}
.countdownWrap .countdownNum :nth-child(odd) {
  width: 18px;
  margin-right: 2px;
  text-align: right;
}
.countdownWrap .countdownNum :nth-child(even) {
  margin-bottom: 2px;
}
@keyframes moveRight {
  0% {
    left: 0;
  }
  100% {
    left: 180%;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/payModal/detainment.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.modal-detainment-content {
  width: 288px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.modal-detainment-content .img {
  display: block;
  width: 100%;
  height: 152px;
}
.modal-detainment-content .cnt {
  width: 100%;
  padding: 24px;
}
.modal-detainment-content .title {
  width: 240px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #283248;
}
.modal-detainment-content .sub-title {
  width: 240px;
  margin-top: 10px;
  font-size: 14px;
  color: rgba(40, 50, 72, 0.8);
}
.modal-detainment-content .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.modal-detainment-content .action div {
  width: 114px;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
}
.modal-detainment-content .action .cancel {
  border: 1px solid rgba(255, 58, 58, 0.4);
  color: #ff3a3a;
}
.modal-detainment-content .action .confirm {
  background-color: #ff3a3a;
  color: #fff;
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/payModal/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.marketing-pay-modal.show .mask {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.marketing-pay-modal {
  line-height: 1.4;
}
.marketing-pay-modal button {
  border: none;
}
.marketing-pay-modal .ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.marketing-pay-modal .modal-content {
  width: 288px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.marketing-pay-modal .top,
.marketing-pay-modal .select {
  display: flex;
  flex-direction: column;
}
.marketing-pay-modal .top {
  align-items: center;
  padding: 0 20px;
}
.marketing-pay-modal .line {
  width: 100%;
  padding: 0 4px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 1px;
}
.marketing-pay-modal .line::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
}
.marketing-pay-modal .select {
  margin-top: 9px;
  padding: 0 20px;
}
.marketing-pay-modal .select > div {
  padding: 0 4px;
}
.marketing-pay-modal .select.loading {
  pointer-events: none;
  opacity: 0.5;
}
.marketing-pay-modal .product {
  color: #333;
  font-size: 16px;
  margin-top: 22px;
}
.marketing-pay-modal .gift {
  color: #858585;
  font-size: 14px;
  margin-top: 4px;
}
.marketing-pay-modal .price {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}
.marketing-pay-modal .product,
.marketing-pay-modal .gift,
.marketing-pay-modal .price {
  font-weight: bold;
}
.marketing-pay-modal .original-price {
  font-size: 11px;
  margin-top: 2px;
  position: relative;
  color: #999;
}
.marketing-pay-modal .original-price::after {
  content: '';
  position: absolute;
  height: 1px;
  left: -2px;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #999;
}
.marketing-pay-modal .price::before,
.marketing-pay-modal .original-price::before {
  content: '¥';
}
.marketing-pay-modal .field {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 36px;
  padding: 0 4px;
  cursor: pointer;
}
.marketing-pay-modal .field .name {
  color: #333;
  flex-shrink: 0;
  margin-right: 4px;
}
.marketing-pay-modal .field .value {
  color: #999999;
  margin-left: auto;
}
.marketing-pay-modal .field .arrow,
.marketing-pay-modal .field .checkbox {
  margin-left: 4px;
  flex-shrink: 0;
}
.marketing-pay-modal .field + .field {
  margin-top: 2px;
}
.marketing-pay-modal .paymethod {
  font-size: 14px;
  height: 40px;
}
.marketing-pay-modal .paymethod .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-size: 100% 100%;
  flex-shrink: 0;
}
.marketing-pay-modal .paymethod .arrow {
  margin-left: auto;
  flex-shrink: 0;
}
.marketing-pay-modal .paymethod .recommend {
  margin-left: 4px;
  margin-top: -1px;
  flex-shrink: 0;
}
.marketing-pay-modal .paymethod .label {
  font-size: 12px;
  margin-left: 4px;
}
.marketing-pay-modal .paymethod:last-child {
  margin-bottom: 14px;
}
.marketing-pay-modal .agreement {
  font-size: 12px;
  color: #999;
  margin-top: -6px;
  margin-bottom: 24px;
}
.marketing-pay-modal .agreement + .paymethod {
  margin-top: -10px;
}
.marketing-pay-modal .field.paymethod + .field.paymethod {
  margin-top: 4px;
}
.marketing-pay-modal .recommend {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 13px;
  background: #FA4F4D;
  color: #fff;
  border-radius: 2px;
}
.marketing-pay-modal .recommend::after {
  white-space: nowrap;
  content: '推荐';
  font-size: 18px;
  transform: scale(0.5);
}
.marketing-pay-modal .checkbox {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.marketing-pay-modal .checkbox.checked {
  border: none;
  background-color: #FA4F4D;
  background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.087 9.26l3 2.87 5.609-6%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.marketing-pay-modal .arrow {
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.9 1.36L8.25 6 3.9 10.65%27 stroke=%27%23999%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}
.marketing-pay-modal .alipay .icon {
  background-image: url(https://p6.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4063164427/d17b/fb9e/568d/70cddd565a4fa30d1891745626723b9e.png);
}
.marketing-pay-modal .weixin .icon {
  background-image: url(https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/29182214738/f19b/99a3/9857/0f6d77480becdb5fe76b5a0036d0bb65.png);
}
.marketing-pay-modal .jdpay .icon {
  background-image: url(https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/22198337048/47f1/ba99/6f49/3bbb06069416098d6763132c3b26c91b.png);
}
.marketing-pay-modal .epay .icon {
  background-image: url(https://p6.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/25493921570/603f/72b9/1a2b/eebcfdc9217c3373fbd5e97ed9ac5a6e.png);
}
.marketing-pay-modal .epaypwf .icon {
  background-image: url(https://p5.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/26417675398/918c/de92/5ac2/ef9a60c5fac322ed90fa488a45860b89.png);
}
.marketing-pay-modal .douyin .icon {
  background-image: url(https://p5.music.126.net/obj/wonDlsKUwrLClGjCm8Kx/28714368413/ba30/4648/bbe2/517237417742bf8fd1e0896a1ada9c2a.png);
}
.marketing-pay-modal .modal-content-new {
  padding: 16px;
}
.marketing-hide-close .content .close {
  display: none;
}

/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/@music/ct-income-uikit/lib/components/modal/index.css ***!
  \************************************************************************************************************************************************************************************************************************/
.common-modal {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.common-modal div,
.common-modal button {
  box-sizing: border-box;
}
.common-modal .content {
  width: 288px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 15px;
}
.common-modal button {
  background: none;
  border: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.common-modal .modal-banner:empty,
.common-modal .modal-title:empty,
.common-modal .modal-content:empty {
  display: none;
}
.common-modal .modal-banner {
  margin: -24px;
  margin-bottom: 24px;
}
.common-modal .modal-banner img {
  width: 100%;
}
.common-modal .modal-title {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.common-modal .modal-content {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
.common-modal .modal-operation {
  display: flex;
  width: 100%;
}
.common-modal .modal-operation button {
  min-width: 0;
  flex: 1;
  height: 40px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 0 9px;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;
}
.common-modal .modal-operation button:active {
  opacity: 0.8;
}
.common-modal .modal-operation button + button {
  margin-left: 12px;
}
.common-modal .modal-operation button.ok {
  background: #ff3a3a;
  color: #fff;
}
.common-modal .modal-operation button.cancel {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  background: none;
}

/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/@music/ct-mobile-vip-redenvelope-share/lib/index.css ***!
  \***********************************************************************************************************************************************************************************************************************/
.test {
  font-size: 16px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/redenvelope.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.red-envelope-send-modal.layer-container.modal button.close {
  bottom: -52px;
}
.red-envelope-send-modal.layer-container.show .mask {
  background-color: rgba(0, 0, 0, 0.7);
}
.red-envelope-send-modal .red-envelope-send-container {
  box-sizing: border-box;
  width: 343px;
  height: 365px;
  padding: 20px;
}
.red-envelope-send-modal .red-envelope-send-container .action {
  position: absolute;
  left: 50px;
  bottom: 37px;
  width: 253px;
  height: 45px;
}
.red-envelope-send-modal .red-envelope-send-container .dayswrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 118px;
  width: 300px;
  height: 84px;
  color: #FFE9A6;
}
.red-envelope-send-modal .red-envelope-send-container .dayswrap .daytext {
  font-family: Outfit;
  font-size: 66px;
  font-weight: bold;
}
.red-envelope-send-modal .red-envelope-send-container .dayswrap .unit {
  font-size: 30px;
  font-family: 'FZLanTingHeiS-H-GB';
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 2px;
}
.red-envelope-send-modal .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: top;
}
.red-envelope-send-modal .background[src=''],
.red-envelope-send-modal .background:not([src]) {
  opacity: 0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/errorModal/customErrorModal.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.custom-error-modal .custom-error-container {
  width: 288px;
  padding-bottom: 24px;
  border-radius: 16px;
  background-color: #fff;
}
.custom-error-modal .custom-error-container .errImg {
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 288px;
  height: 152px;
}
.custom-error-modal .custom-error-container .errText {
  width: 240px;
  margin: 24px auto 20px;
  font-size: 14px;
  line-height: 16px;
  color: #666;
}
.custom-error-modal .custom-error-container .actionWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  margin: auto;
}
.custom-error-modal .custom-error-container .actionWrap .comBtn {
  flex: auto;
  box-sizing: border-box;
  height: 40px;
  min-width: 114px;
  max-width: 240px;
  margin: 0 6px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.custom-error-modal .custom-error-container .actionWrap .confirmBtn {
  background-color: #ff3a3a;
  color: #fff;
}
.custom-error-modal .custom-error-container .actionWrap .cancelBtn {
  background-color: #fff;
  border: 1px solid #FF3A3A;
  color: #FF3A3A;
}
.custom-marketing-modal .custom-marketing-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.custom-marketing-modal .custom-marketing-container .marketingTitle {
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(40, 50, 72, 0.9);
  margin-bottom: 8px;
}
.custom-marketing-modal .custom-marketing-container .marketingText {
  width: 240px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.custom-marketing-modal .custom-marketing-container .marketingImg {
  width: 288px;
  height: auto;
  margin: 0 0 20px;
}
.custom-marketing-modal .custom-marketing-container .marketingAction {
  width: 240px;
  height: 40px;
  margin-top: 12px;
  border-radius: 23px;
  background-color: #ff3a3a;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.custom-marketing-modal .custom-marketing-container .marketingPayMethodWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-marketing-modal .custom-marketing-container .marketingPayMethodWrap .marketingPayMethod {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px;
}
.custom-marketing-modal .custom-marketing-container .marketingPayMethodWrap .curRadio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid #FF3A3A;
  border-radius: 50%;
}
.custom-marketing-modal .custom-marketing-container .marketingPayMethodWrap .curRadio .innerCircle {
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background-color: #FF3A3A;
}
.custom-marketing-modal .custom-marketing-container .marketingPayMethodWrap .radio {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(40, 50, 72, 0.6);
  border-radius: 50%;
}
.custom-marketing-modal .custom-marketing-container .marketingPayMethodWrap .name {
  margin-left: 3px;
  font-size: 13px;
  color: rgba(40, 50, 72, 0.8);
}

/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/tms/modal/marketingModal.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.actId-marketing-modal .actId-marketing-container {
  width: 300px;
  height: 485px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.actId-marketing-modal .actId-marketing-actionBtn {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 300px;
  height: 60px;
}
.actId-marketing-modal .actId-marketing-closeIcon {
  position: absolute;
  left: 125px;
  bottom: 30px;
  width: 40px;
  height: 40px;
}
.actId-marketing-modal .mask {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.actId-marketing-modal .layer .content .close {
  display: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/@music/ct-ksong-guide/dist/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.m-guide-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.m-guide-wrap {
  box-sizing: border-box;
  position: absolute;
  width: 234px;
  height: 80px;
  background-image: url(https://s7.music.126.net/65530004d33f9568fc3c252f/76a694e090b43eca8a2b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  right: 12px;
  padding-left: 37px;
  padding-top: 22px;
}
.m-guide-wrap p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.guidemask-enter {
  opacity: 0.1;
}
.guidemask-enter.guidemask-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-out;
}
.guidemask-appear {
  opacity: 0.1;
}
.guidemask-appear.guidemask-appear-active {
  opacity: 1;
  transition: opacity 300ms ease-out;
}
.guidemask-exit {
  opacity: 1;
}
.guidemask-exit.guidemask-exit-active {
  opacity: 0;
  transition: opacity 300ms ease-out;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/@music/ct-ksong-guide/dist/index.css ***!
  \*******************************************************************************************************************************************************************************************************/
.m-guide-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.m-guide-wrap {
  box-sizing: border-box;
  position: absolute;
  width: 234px;
  height: 80px;
  background-image: url(https://s7.music.126.net/65530004d33f9568fc3c252f/76a694e090b43eca8a2b.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  right: 12px;
  padding-left: 37px;
  padding-top: 22px;
}
.m-guide-wrap p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.guidemask-enter {
  opacity: 0.1;
}
.guidemask-enter.guidemask-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-out;
}
.guidemask-appear {
  opacity: 0.1;
}
.guidemask-appear.guidemask-appear-active {
  opacity: 1;
  transition: opacity 300ms ease-out;
}
.guidemask-exit {
  opacity: 1;
}
.guidemask-exit.guidemask-exit-active {
  opacity: 0;
  transition: opacity 300ms ease-out;
}

