.pageFooter[data-v-87c72630] {
  width: 100%;
  background: #202432;
}
.pageFooter .cocodp_content[data-v-87c72630] {
  box-sizing: border-box;
  padding: 21px 0 10px 0;
  width: 1080px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.pageFooter .cocodp_content.isHide[data-v-87c72630] {
  height: auto !important;
}
.pageFooter img.isNetImage[data-v-87c72630] {
  width: 34px !important;
  height: 34px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.pageFooter img.isNetImage.bg[data-v-87c72630] {
  background: #fff;
}
.pageFooter .footer_list[data-v-87c72630] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pageFooter .footer_list_item[data-v-87c72630] {
  color: rgba(255, 255, 255, 0.85);
  width: 210px;
}
.pageFooter .footer_list_item .item_title[data-v-87c72630] {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.pageFooter .footer_list_item .content_box[data-v-87c72630] {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.65);
}
.pageFooter .footer_list_item .content_box .content_list a[data-v-87c72630] {
  color: #ffffff;
}
.pageFooter .footer_list_item .content_box .content_list[data-v-87c72630]:not(.contact) {
  margin-bottom: 10px;
}
.pageFooter .footer_list_item .content_box .content_list[data-v-87c72630]:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.pageFooter .footer_list_item .content_box .content_list.contact[data-v-87c72630] {
  display: inline-block;
  margin-right: 18px;
}
.pageFooter .footer_list_item .content_box .content_list.contact img[data-v-87c72630] {
  width: 24px;
  height: 24px;
}
.pageFooter .footer_list_item .content_box .content_list.isNetImage[data-v-87c72630] {
  margin-right: 8px;
}
.pageFooter .footer_list_item .content_box .content_list.isNetImage img[data-v-87c72630] {
  border-radius: 4px;
}
.pageFooter .copyright_box[data-v-87c72630] {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255);
  padding-bottom: 14px;
}
.pageFooter .copyright_box[data-v-87c72630] a {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.45) !important;
}
.pageFooter .copyright_box .copyright[data-v-87c72630] {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding-bottom: 10px;
}
.pageFooter .mr10[data-v-87c72630] {
  margin-left: 10px;
}

.select_language[data-v-70bea6a6] {
  padding: 0 0;
}
.select_language_title[data-v-70bea6a6] {
  text-align: center;
  margin: 20px 0;
}
.select_language_item[data-v-70bea6a6] {
  padding: 15px 30px;
  border-bottom: 1px solid #ffffff0d;
}
.select_language_item.isActive[data-v-70bea6a6] {
  background: #6644ff;
  position: relative;
}
.select_language_item.isActive[data-v-70bea6a6]::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.select_nation[data-v-c24cdd00] {
  padding: 30px 0px;
}
.select_nation .select_region[data-v-c24cdd00] {
  text-align: center;
  margin-bottom: 20px;
}
.select_nation .select_nation_box[data-v-c24cdd00] {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: center;
  width: 100vw;
}
.select_nation .select_nation_box[data-v-c24cdd00] ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #202432;
}
.select_nation .select_nation_box[data-v-c24cdd00] ::-webkit-scrollbar-thumb {
  background-color: #6644ff;
  border-radius: 10px;
}
.select_nation .select_nation_box[data-v-c24cdd00] ::-webkit-scrollbar-track {
  background-color: #202432;
  border-radius: 10px;
}
.select_nation .select_nation_box[data-v-c24cdd00] ::-webkit-scrollbar-track-piece {
  background-color: #202432;
}
.select_nation .select_nation_box .select_nation_renderContext[data-v-c24cdd00] {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  overflow-y: auto;
  /* 显示Y轴滚动条 */
  padding: 0 50px 20px 50px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp[data-v-c24cdd00] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .left[data-v-c24cdd00] {
  width: 220px;
  margin-right: 15px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .right[data-v-c24cdd00] {
  width: 220px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .select_nation_list_a[data-v-c24cdd00] {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  border-bottom: 1px solid #ffffff0d;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .select_nation_list_a[data-v-c24cdd00]:last-child {
  border-bottom: none;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .select_nation_list_a.isActive[data-v-c24cdd00] {
  background: #6644ff;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .select_nation_list_a .img[data-v-c24cdd00] {
  font-size: 20px;
  flex-shrink: 0;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_warp .select_nation_list_a span[data-v-c24cdd00] {
  margin-left: 10px;
  font-size: 14px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item[data-v-c24cdd00] {
  width: 220px;
  margin-right: 15px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item[data-v-c24cdd00]:last-child {
  margin-right: 0px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item.most[data-v-c24cdd00] {
  width: 455px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item .select_nation_title[data-v-c24cdd00] {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background: #ffffff0d;
  margin-bottom: 6px;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item .select_nation_list[data-v-c24cdd00] {
  width: 220px;
  padding: 0 10px;
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff0d;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item .select_nation_list[data-v-c24cdd00]:last-child {
  border-bottom: none;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item .select_nation_list.isActive[data-v-c24cdd00] {
  background: #6644ff;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item .select_nation_list .img[data-v-c24cdd00] {
  font-size: 20px;
  flex-shrink: 0;
}
.select_nation .select_nation_box .select_nation_renderContext .select_nation_item .select_nation_list span[data-v-c24cdd00] {
  margin-left: 10px;
  font-size: 14px;
}


.slide-fade-enter-active {
  transition: all 0.8s ease-out;
}
.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(20px);
  opacity: 0;
}

.chat_button[data-v-60e88786] {
  width: 33px;
  margin-right: 20px;
  cursor: pointer;
}
.Header[data-v-60e88786] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 64px;
  z-index: 99999;
  min-width: 1100px;
  background: #14141a;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.Header .pr20[data-v-60e88786] {
  padding-right: 20px;
}
.Header .pl20[data-v-60e88786] {
  padding-left: 20px;
}
.Header .showSelectNation[data-v-60e88786] {
  max-height: 800px;
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  left: 0;
  top: 60px;
  background: #202432;
  transition: transform 0.3s ease-in-out;
  text-align: left;
}
.Header .showSelectNation.show[data-v-60e88786] {
  transform: scaleY(1);
}
.Header .showSelectLanguage[data-v-60e88786] {
  max-height: 800px;
  width: 300px;
  position: absolute;
  min-height: 300px;
  transform: scaleY(0) translateX(-40%);
  transform-origin: top;
  top: 64px;
  background: #202432;
  transition: transform 0.3s ease-in-out;
  text-align: left;
}
.Header .showSelectLanguage.show[data-v-60e88786] {
  transform: scaleY(1) translateX(-40%);
}
.Header .header-content[data-v-60e88786] {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}
.Header .logo[data-v-60e88786] {
  width: 170px;
  height: 44px;
  flex-shrink: 0;
  cursor: pointer;
}
.Header .right[data-v-60e88786] {
  display: flex;
  text-align: right;
  height: 100%;
  align-items: center;
  flex: 1;
  margin-left: 48px;
}
.Header .right span[data-v-60e88786] {
  font-size: 27px;
  cursor: pointer;
}
.Header .language_text[data-v-60e88786] {
  border: 2px solid #fff;
  font-size: 16px !important;
  font-weight: bold;
  border-radius: 4px;
  padding: 0px 5px 2px 5px;
}
.Header .nation[data-v-60e88786] {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header .nation-img[data-v-60e88786] {
  height: 24px;
}
.Header .nation i.iconfont[data-v-60e88786] {
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
  transform: rotate(270deg);
}
.Header .right_content[data-v-60e88786] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
}
.Header .right_content .sousuo[data-v-60e88786] {
  display: inline-block;
  font-size: 27px;
  color: #ffffff;
  margin-right: 20px;
  cursor: pointer;
}
.Header .right_content .user_select_box[data-v-60e88786] {
  position: relative;
}
.Header .right_content .user_select_box .dropdown[data-v-60e88786] {
  width: 240px;
  position: absolute;
  background: #2c2c31;
  border-radius: 4px;
  top: 50px;
  text-align: left;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.Header .right_content .user_select_box .dropdown .triangle[data-v-60e88786] {
  width: 0;
  height: 0;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  /* 左侧透明 */
  border-right: 10px solid transparent;
  /* 右侧透明 */
  border-bottom: 10px solid #2c2c31;
  /* 底边实线，可根据需要修改颜色 */
}
.Header .right_content .user_select_box .dropdown_item[data-v-60e88786] {
  padding: 10px 0px;
  position: relative;
}
.Header .right_content .user_select_box .dropdown_item .voucher_num[data-v-60e88786] {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #c944ff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.Header .right_content .user_select_box .dropdown_item span[data-v-60e88786] {
  font-size: 16px;
  vertical-align: middle;
}
.Header .right_content .user_select_box .dropdown_item .icon[data-v-60e88786] {
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}
.Header .right_content .user_select_box .dropdown_item .icon.isVoucher[data-v-60e88786] {
  font-size: 18px;
  padding: 0 3px;
}
.Header .right_content .user_select_box .dropdown_item img[data-v-60e88786] {
  vertical-align: middle;
  width: 28px;
  display: inline-block;
  margin-right: 10px;
}
.Header .right_content .user_select_box .dropdown_item[data-v-60e88786]:last-child {
  color: #8c8c8cba;
}
.Header .right_content .user_select_box .dropdown_item[data-v-60e88786]:hover {
  color: #e2b9ff;
}
.Header .right_content .search_button[data-v-60e88786] {
  margin-right: auto;
  width: 472px;
  height: 40px;
  position: relative;
}
.Header .right_content .search_button .search[data-v-60e88786] {
  width: 100%;
  height: 100%;
  padding: 0 42px 0 20px;
  outline: none;
  border: none;
  border-radius: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
}
.Header .right_content .search_button .icon_color[data-v-60e88786] {
  color: #a2a5ab !important;
}
.Header .right_content .search_button .iconfont[data-v-60e88786] {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.65);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.Header .user_icon_img[data-v-60e88786] {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}
.Header .nation-title[data-v-60e88786] {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.Header .list-body[data-v-60e88786] {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}
.Header .list-body .list-item[data-v-60e88786] {
  font-size: 16px;
}
.Header .list-body .list-item_title[data-v-60e88786] {
  background: #212121;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Header .list-body .list-item_list[data-v-60e88786] {
  font-size: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  min-height: 62px;
  align-items: center;
  cursor: pointer;
}
.Header .list-body .list-item_list img[data-v-60e88786] {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
.Header .list-body .list-item_list span[data-v-60e88786] {
  vertical-align: middle;
}
.Header[data-v-60e88786] .el-overlay {
  height: 100vh !important;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog {
  overflow: visible;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog {
  position: relative;
  border-radius: 4px;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .el-dialog__header {
  overflow: hidden;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .el-dialog__header .my-header {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .el-dialog__body {
  padding-top: 80px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  height: 80px;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .el-dialog__footer {
  padding: 0;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .dialog-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .dialog-footer .el-button {
  margin: 0 0 14px 0;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .dialog-footer .confirm-btn {
  margin-top: 16px;
  font-size: 16px;
  border: 0px;
  width: 309px;
  height: 49px;
  border-radius: 53px;
  background: #6644ff;
}
.Header[data-v-60e88786] .el-overlay .el-overlay-dialog .el-dialog .dialog-footer .cancel-btn {
  font-size: 16px;
  line-height: 22px;
  width: 309px;
  height: 49px;
  border-radius: 53px;
  border: 1px solid #6644ff;
  box-sizing: border-box;
  color: #000000;
  margin-bottom: 30px;
}

#coco_loader[data-v-344d9a1e] {
  position: absolute;
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-items: center;
  align-items: center;
}
#coco_loader img[data-v-344d9a1e] {
  width: 200px;
  display: inline-block;
}
#coco_loader p[data-v-344d9a1e] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  color: #fff;
  font-size: 24px;
}
#coco_loader p span[data-v-344d9a1e],
#coco_loader p dot[data-v-344d9a1e] {
  vertical-align: middle;
}
#coco_loader .coco_content[data-v-344d9a1e] {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#coco_loader .dot[data-v-344d9a1e] {
  display: inline-block;
  height: 1em;
  line-height: 1;
  text-align: left;
  vertical-align: -0.25em;
  overflow: hidden;
}
#coco_loader .dot[data-v-344d9a1e]::before {
  display: block;
  content: "...\A..\A.";
  white-space: pre-wrap;
  /* 也可以是white-space: pre */
  animation: dot-344d9a1e 3s infinite step-start both;
}
@keyframes dot-344d9a1e {
33% {
    transform: translateY(-2em);
}
66% {
    transform: translateY(-1em);
}
}

.Layout[data-v-59f2456a] {
  height: -webkit-fill-available;
  height: 100%;
  background: #181a24;
}
.Layout .discover[data-v-59f2456a] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.Layout .marginTop[data-v-59f2456a] {
  padding-top: 64px;
  min-height: calc(100vh - 250px);
  background: #181a24;
}
.Layout .marginTop.noBottom[data-v-59f2456a] {
  padding-bottom: 64px;
}
.out_mask[data-v-59f2456a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.out_mask .pop_mask[data-v-59f2456a] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.out_mask .chat_pop[data-v-59f2456a] {
  width: 431px;
  min-height: 267px;
  background: linear-gradient(315.38deg, rgba(68, 48, 188, 0.4) 31.57%, rgba(116, 0, 157, 0.4) 81.27%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 8px;
  z-index: 11;
  position: relative;
}
.out_mask .chat_pop .head_close[data-v-59f2456a] {
  width: 45px;
  height: 45px;
  float: right;
  margin-right: 14px;
  margin-top: 14px;
  cursor: pointer;
}
.out_mask .chat_pop .head_close img[data-v-59f2456a] {
  width: 45px;
  height: 45px;
}
.out_mask .chat_pop .head_icon[data-v-59f2456a] {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translate(-50%);
}
.out_mask .chat_pop .head_icon img[data-v-59f2456a] {
  width: 100px;
  height: 100px;
}
.out_mask .chat_pop .head_text[data-v-59f2456a] {
  width: 362px;
  text-align: center;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin: 0 auto;
  word-break: break-word;
  white-space: break-spaces;
}
.toEmail[data-v-59f2456a] {
  display: flex;
  padding: 20px;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 100%;
  background: #6529e4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 24px;
}
.toEmail img[data-v-59f2456a] {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.toEmail .email-info .email[data-v-59f2456a] {
  margin-bottom: 10px;
  color: #ffa32a;
  font-size: 18px;
  font-weight: bold;
}
.toEmail .email-info .tips[data-v-59f2456a] {
  line-height: 24px;
  color: #fff;
}

.machine_box {
  display: flex;
  background: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 24px;
}
.machine_box_content {
  text-align: center;
}
.machine_box_content p {
  font-size: 14px;
}
.machine_box_content .but {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #6644ff;
  border: none;
  width: 300px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none;
  margin: 40px 0;
  vertical-align: middle;
  padding: 15px 0;
  cursor: pointer;
}
.machine_box_content .but.limit_cancel {
  background: transparent;
  color: #ad9bff;
  border: 2px solid #ad9bff;
}
.machine_box_content .but .limit_button_box {
  display: flex;
  align-items: center;
}
.machine_box_content .but .limit_button_box .img {
  font-size: 18px;
  margin: 0 10px;
}
.machine_box_content .but.fontSize12 {
  font-size: 16px;
}
.chat_dialog.el-dialog {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
.chat_dialog.el-dialog .el-dialog__header {
  padding: 0;
  margin-right: 0;
}
.chat_dialog.el-dialog .el-dialog__header .el-dialog__title {
  position: relative;
}
.chat_dialog.el-dialog .el-dialog__header .kefu_box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -75px;
  left: calc(50% - 50px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160.24deg, #9d08e9 9.68%, #5215ff 92.74%);
  box-shadow: 0px 2px 9px 0px #555;
}
.chat_dialog.el-dialog .el-dialog__header .kefu_box i.iconfont.icon-kefu {
  font-size: 64px;
  line-height: 64px;
  color: #fff;
}
.chat_dialog.el-dialog .el-dialog__header .close {
  position: absolute;
  right: 17px;
  top: 17px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat_dialog.el-dialog .el-dialog__header .close .iconfont {
  font-size: 18px;
  color: #1f2032;
  cursor: pointer;
}
.chat_dialog.el-dialog .el-dialog__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.chat_dialog.el-dialog .el-dialog__body .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #100922;
  text-align: center;
}
.chat_dialog.el-dialog .el-dialog__body .content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #5f5677;
  margin-top: 6px;
}
.chat_dialog.el-dialog .title {
  text-align: center;
  padding: 24px 80px 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #100922;
}
.chat_dialog.el-dialog .subtitle {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #5f5677;
  margin-bottom: 42px;
}
.chat_dialog.el-dialog .form_content {
  color: #878787;
  padding: 0 82px;
  width: 100%;
  text-align: initial;
}
.chat_dialog.el-dialog .form_content .form_item {
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
}
.chat_dialog.el-dialog .form_content .form_item .deleteFormItemIcon {
  position: absolute;
  right: 0;
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
  background: #e7e9ee;
}
.chat_dialog.el-dialog .form_content .form_item:last-child {
  margin-bottom: 24px;
}
.chat_dialog.el-dialog .form_content .form_item_label {
  line-height: 24px;
}
.chat_dialog.el-dialog .form_content .form_item_label.required::before {
  content: "*";
  color: #ff0000;
  margin-right: 8px;
}
.chat_dialog.el-dialog .form_content .form_item input,
.chat_dialog.el-dialog .form_content .form_item textarea {
  width: 100%;
  padding: 8px 10px;
  color: #100922;
  line-height: 24px;
  outline: none;
  border: none;
  background: #e7e9ee;
  border-radius: 4px;
  resize: none;
  -moz-appearance: textfield;
}
.chat_dialog.el-dialog .form_content .form_item input {
  padding: 8px 60px 8px 10px;
}
.chat_dialog.el-dialog .form_content .form_item input::-webkit-outer-spin-button,
.chat_dialog.el-dialog .form_content .form_item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.chat_dialog.el-dialog .form_content .upload .label {
  font-size: 12px;
  line-height: 424px;
}
.chat_dialog.el-dialog .form_content .upload .selected_file {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #100922;
}
.chat_dialog.el-dialog .form_content .upload .selected_file button.delete {
  margin-left: 8px;
  border: none;
  background: transparent;
  color: red;
}
.chat_dialog.el-dialog .form_content .upload button.select_file {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  border: 1px solid #ccc;
  background: transparent;
  color: #ccc;
  font-size: 45px;
  font-weight: normal;
}
.chat_dialog.el-dialog .button_box {
  margin-top: 60px;
  height: 82px;
  width: 100%;
  background: #fff;
}
.chat_dialog.el-dialog .button_box .button {
  margin: 0 auto;
  width: 385px;
  max-width: 95%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #6644ff;
  box-shadow: 0px 4px 6px rgba(17, 1, 201, 0.25);
  border-radius: 4px;
  cursor: pointer;
}
.chat_dialog.el-dialog .send_ok_box {
  padding: 38px 14px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #5f5677;
  text-align: center;
}
.chat_dialog.el-dialog .send_ok_box img {
  height: 138px;
  width: 145px;
  margin-bottom: 15px;
}
.chat_dialog.el-dialog .send_ok_box .success_title {
  color: #100922;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.chat_dialog.el-dialog .send_ok_box .success_subtitle {
  margin-bottom: 38px;
}
.chat_dialog.el-dialog .send_ok_box + .button_box .button {
  width: 259px;
}
.chat_dialog.el-dialog .notice {
  text-align: left;
}
.chat_dialog.el-dialog .notice .content {
  text-indent: 48px;
  margin: 30px 0;
}
.chat_dialog.el-dialog .notice .mb {
  margin-bottom: 30px;
}
.limit_dialog {
  width: 100%;
  text-align: center;
  position: relative;
}
.limit_dialog .my-header {
  text-align: right;
  background: transparent;
  border: none;
}
.limit_dialog .my-header .close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  cursor: pointer;
}
.limit_dialog .limit_dialog_img {
  text-align: center;
}
.limit_dialog .limit_dialog_img img {
  margin: 0 auto;
}
.limit_dialog .dialog-content {
  text-align: center;
}
.limit_dialog .dialog-content h5 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.limit_dialog .dialog-content p {
  font-size: 14px;
  line-height: 18px;
}
.limit_dialog .dialog-footer span {
  display: inline-block;
  width: 100%;
  background: #6644ff;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  cursor: pointer;
}
.limit_dialog .limitBut {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #6644ff;
  border: none;
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: none;
  margin-bottom: 20px;
  vertical-align: middle;
  padding: 15px 0;
}
.limit_dialog .limitBut.limit_cancel {
  background: transparent;
  color: #ad9bff;
  border: 2px solid #ad9bff;
}
.limit_dialog .limitBut .limit_button_box {
  display: flex;
  align-items: center;
}
.limit_dialog .limitBut .limit_button_box .img {
  margin: 0 10px;
  font-size: 20px;
}
.limit_dialog .limitBut .limit_button_box img {
  width: 24px;
  margin: 0 10px;
}
.limit_dialog .limitBut.fontSize12 {
  font-size: 16px;
}
.mb40 {
  margin-bottom: 40px;
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   font-weight: normal;
   vertical-align: baseline;
}
 /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section{
   display: block;
}
ol, ul, li{
   list-style: none;
}
blockquote, q{
   quotes: none;
}
blockquote:before, blockquote:after,
 q:before, q:after{
   content: '';
   content: none;
}
table{
   border-collapse: collapse;
   border-spacing: 0;
}
  
 /* custom */
a{
   color: #7e8c8d;
   text-decoration: none;
   -webkit-backface-visibility: hidden;
}
::-webkit-scrollbar{
   width: 5px;
   height: 5px;
}
::-webkit-scrollbar-track-piece{
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical{
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal{
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
}
html, body{
   width: 100%;
   font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
}
body{
   line-height: 1;
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
   overflow-y: scroll;
}
  
 /*清除浮动*/
.clearfix:before,
 .clearfix:after{
   content: " ";
   display: inline-block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix{
   *zoom: 1;
}
  
 /*隐藏*/
.dn{
   display: none;
}
.el-loading-spinner {
  padding: 40px 50px;
  border-radius: 4px;
  left: 50%;
  display: inline-block;
  width: auto;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.el-loading-spinner .circular {
  width: 70px !important;
  height: 70px !important;
}
.el-loading-spinner .path{
  stroke: #fff !important;
}
.el-loading-spinner .el-loading-text{
  color: #fff !important;
}
设置info提示的样式
.el-message--info i::after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJJSURBVHgB7ZjdTSMxFIXPHbL7skLaDnY62KWCnVSwSwUbKlh4QkL8BYQQT6QDQgVABYQOoIOhAwRvCMaccQLEMzYTOyGDUD7JSsYexyfX9vW9BmZ8cgRjoLbwHfdI8AU/oPDLbETKcoEGLqWNGwQSJFCt4y97/ufXZLQO6CFCV3ZwDE+8BGphEQ45YIwQhFYFtn2EjiRQT2WGE4xqsWq6/KNtTn1a9WKlQIqLabHzYKu5R05ZmlUipRZxr6NXipTaxL0qSHGLBenYd3rk7Jhh693F5eRjzOPI1Wy1oNpAix/OTo6BeoNd2h9UPDfUAxZlH6fFarsFhdbzRdHP7WIpL7S+t7+jsz+0VZcEautNY2pLAyNWm/hTrLZZ8B/qIsNyscoQqB3y5JyxP1y3allreMG04GON4p75ht/Dj8Up/om6EXP9R2811oKYYVuED85M4LgU1+Al6kaZkU3DaMxwHZylRGjxFEoGTzFCEZ7pQ5gC59iYIZQEk+AOV8OPxhQPsq8eQsjQYqAgeaHDX0IIjIiKcWF5kwg6qAtGRMWqkkBmXGf8SDF9Utkrh2kN66sKK7TkCXwYd5Nk2LZVu3OSDeYj04tsdLBra3A76giLmM5Up7w+acMpw4He0fdo4n1F5uKachCQdj6jVrmevurpjjFZKsXlVJ7F+gf6luxicpzSIS9UidPjwwO1xoRqTmd8McJImV6u2NJLF2HXb32heXKVjNaBp5NCh37uDJ6Md4GZJzjzTBMUhRajccXIKNLXGheua40ZM8gTGKGlAeCTjF4AAAAASUVORK5CYII=);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.el-message--info i svg {
  display: none;
}
.el-message--info {
  background: #fff!important;
}
.el-message--info .el-message__content {
  color: #1d2129!important;
  font-size: 16px;
}

/* 修改 Chrome、Edge、Safari 的自动填充背景颜色 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #2E3447 inset;
  -webkit-text-fill-color: #fff  !important;
}

/* 修改 Firefox 的自动填充背景颜色 */
input:-moz-autofill {
  -webkit-box-shadow: 0 0 0 1000px #2E3447 inset;
  -webkit-text-fill-color: #fff  !important;
}


@font-face {
  font-family: "iconfont"; /* Project id 3585164 */
  src: url(/static/fonts/iconfont.b2046579.woff2) format('woff2'),
       url(/static/fonts/iconfont.b8c720b8.woff) format('woff'),
       url(/static/img/iconfont.3e9e92a7.svg#iconfont) format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youhuiquan-fill:before {
  content: "\e66d";
}
.icon-liebiao:before {
  content: "\e656";
}
.icon-coco_collect:before {
  content: "\e655";
}
.icon-Frame-2:before {
  content: "\e651";
}
.icon-Frame-4:before {
  content: "\e652";
}
.icon-Frame-3:before {
  content: "\e653";
}
.icon-Frame-1:before {
  content: "\e654";
}
.icon-shoucang3:before {
  content: "\e602";
}
.icon-shoucang2:before {
  content: "\e650";
}
.icon-chacha:before {
  content: "\e658";
}
.icon-a-wodedingdan1:before {
  content: "\e604";
}
.icon-Slice_185:before {
  content: "\e605";
}
.icon-icon-email:before {
  content: "\e64f";
}
.icon-icon-dingdan-new:before {
  content: "\e64e";
}
.icon-address:before {
  content: "\e64d";
}
.icon-a-Frame48095703:before {
  content: "\e64b";
}
.icon-a-Frame48095704:before {
  content: "\e64c";
}
.icon-a-Frame48095701:before {
  content: "\e646";
}
.icon-a-Frame48095705:before {
  content: "\e647";
}
.icon-a-Frame48095702:before {
  content: "\e648";
}
.icon-a-Frame48095707:before {
  content: "\e649";
}
.icon-a-Frame48095706:before {
  content: "\e64a";
}
.icon-delete:before {
  content: "\e645";
}
.icon-tixing:before {
  content: "\e68e";
}
.icon-mima:before {
  content: "\e643";
}
.icon-yonghu-xianxing:before {
  content: "\e8c8";
}
.icon-duigou_kuai:before {
  content: "\ed1d";
}
.icon-zhankai1:before {
  content: "\e642";
}
.icon-down:before {
  content: "\e644";
}
.icon-wode-wode:before {
  content: "\e641";
}
.icon-guanbianniu:before {
  content: "\e640";
}
.icon-zhengyan:before {
  content: "\e63e";
}
.icon-biyan:before {
  content: "\e63f";
}
.icon-fuzhi:before {
  content: "\e63c";
}
.icon-rili:before {
  content: "\e63d";
}
.icon-fanhui:before {
  content: "\e63b";
}
.icon-quanbudingdan:before {
  content: "\e628";
}
.icon-shoucang1:before {
  content: "\e638";
}
.icon-daizhifu:before {
  content: "\e639";
}
.icon-gouwuche1:before {
  content: "\e63a";
}
.icon-zhankai:before {
  content: "\e637";
}
.icon-a-youxiang1:before {
  content: "\e622";
}
.icon-zhifuanniu:before {
  content: "\e626";
}
.icon-yejiao:before {
  content: "\e62e";
}
.icon-a-dianpu11:before {
  content: "\e62f";
}
.icon-a-zhanghu1:before {
  content: "\e630";
}
.icon-miaoshu:before {
  content: "\e631";
}
.icon-guige:before {
  content: "\e632";
}
.icon-tuijiandianpu:before {
  content: "\e633";
}
.icon-a-hezuo1:before {
  content: "\e634";
}
.icon-zhifu:before {
  content: "\e635";
}
.icon-IMkefu:before {
  content: "\e636";
}
.icon-Settings:before {
  content: "\e624";
}
.icon-a-biaoqing21:before {
  content: "\e625";
}
.icon-dianhua:before {
  content: "\e627";
}
.icon-dingdanxinxi:before {
  content: "\e629";
}
.icon-a-wancheng1:before {
  content: "\e62a";
}
.icon-a-tianjia71:before {
  content: "\e62b";
}
.icon-xinxishezhi:before {
  content: "\e62c";
}
.icon-a-xinxi-fill1:before {
  content: "\e62d";
}
.icon-Filter:before {
  content: "\e61e";
}
.icon-Notification:before {
  content: "\e621";
}
.icon-kefu:before {
  content: "\e61d";
}
.icon-gerenzhongxinjiaoyizhongxin1:before {
  content: "\e61c";
}
.icon-gerenzhongxinhuiyuanzhongxin1:before {
  content: "\e61f";
}
.icon-a-dingdan1:before {
  content: "\e620";
}
.icon-yuhangyuanfeixiang:before {
  content: "\e623";
}
.icon-a-gerenzhongxin1:before {
  content: "\e618";
}
.icon-a-xin1:before {
  content: "\e619";
}
.icon-a-tuichu1:before {
  content: "\e61a";
}
.icon-a-shezhi11:before {
  content: "\e61b";
}
.icon-huanfu:before {
  content: "\e617";
}
.icon-a-Caretleft:before {
  content: "\e616";
}
.icon-fenxiang:before {
  content: "\e614";
}
.icon-shoucang:before {
  content: "\e615";
}
.icon-gengduo:before {
  content: "\e606";
}
.icon-wode:before {
  content: "\e607";
}
.icon-sousuo:before {
  content: "\e608";
}
.icon-gouwuche:before {
  content: "\e609";
}
.icon-Linkedin:before {
  content: "\e60a";
}
.icon-Facebook:before {
  content: "\e60b";
}
.icon-Youtube:before {
  content: "\e60c";
}
.icon-Instagram:before {
  content: "\e60d";
}
.icon-Twitter:before {
  content: "\e60e";
}
.icon-Facebook-messenger:before {
  content: "\e60f";
}
.icon-Google-play:before {
  content: "\e610";
}
.icon-Headset:before {
  content: "\e611";
}
.icon-Present:before {
  content: "\e612";
}
.icon-Stack:before {
  content: "\e613";
}


:root {
  --header-bg-dark: linear-gradient(133deg, #170e4e, #20002c);
  --header-user-dark: #fff;
  --page-bg-dark: #040411;
  --font-color-dark: #fff;
  --store-bg-dark: #1f2032;
  --store-price-dark: #FFA32A;
  --store-car-bg-dark: linear-gradient(90deg, #BF08E9 0%, #5215FF 100%);
  --font-color-tips-dark: #75757d;
  --custom-gradient-footer: linear-gradient(180deg, var(--custom-color1, #3a197d) 0%, var(--custom-color2, #5324b2) 100%);
}
.textOverflow1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.deco_margin_top {
  margin-top: 20px;
}
.Home .deco_margin_top {
  margin-top: 30px;
}
.search .deco_margin_top {
  margin-top: 40px;
}
#app {
  font-family: 'Alibaba PuHuiTi', 'PingFang SC', 'Microsoft YaHei';
  height: 100vh;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #181a24;
  min-width: 1080px;
}
.cocodp {
  height: 100%;
  overflow: auto;
}
.cocodp_content {
  width: 960px;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
.el-loading-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.el-drawer.rtl {
  background: #000;
}
.el-dropdown-menu {
  background: #fff !important;
  border-color: #fff !important;
}
.el-popper.is-light {
  border-color: #fff !important;
  background: #fff !important;
}
.el-popper.is-light .el-popper__arrow::before {
  border-color: #fff !important;
  background: #fff !important;
}
.el-dropdown-menu__item:not(.is-disable):focus {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #8c8c8c !important;
  background: #5215ff !important;
}
.el-select .el-input__inner::-moz-placeholder {
  color: #757575 !important;
  font-size: 16px;
}
.el-select .el-input__inner::placeholder {
  color: #757575 !important;
  font-size: 16px;
}
.el-select .el-input.is-focus .el-input__wrapper {
  box-shadow: 0 0 0 2px #337ecc inset;
}
.el-input__wrapper {
  box-shadow: 0 0 0 1px #c6c6c6 inset;
}
.notice_error {
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 20px;
}
.notice_error span {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
}
.notice_error .tips {
  display: inline-block;
}
.el-popper.is-light {
  z-index: 999999999 !important;
}
.notyf {
  top: 45px !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 9999999 !important;
  transform: translateX(-50%) !important;
  left: 50% !important;
}
.notyf__wrapper {
  min-width: 60px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.notyf__message {
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 200;
}
.notyf__toast {
  border-radius: 2px !important;
  border: 1px solid #e5e6eb !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
  color: #1d2129;
}
.iconfont-toast {
  color: #ff7d00 !important;
}
.notyf__toast {
  max-width: 800px !important;
}
.notyf__icon {
  position: relative !important;
  top: 0px !important;
}
.el-loading-spinner {
  z-index: 9999999;
}
#nprogress {
  z-index: 9999999;
  position: absolute;
}
#nprogress .bar {
  height: 4px;
  background: #6644ff;
}
.carousel__pagination {
  position: relative;
  border-radius: 15px;
}
.carousel__pagination .carousel__pagination-button::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.carousel__pagination .carousel__pagination-button:hover::after,
.carousel__pagination .carousel__pagination-button--active::after {
  background: #6644ff;
}
.carousel__slide {
  position: relative;
  z-index: 1;
}
.carousel__slide.carousel__slide--next {
  transform: scale(0.7);
  position: relative;
  left: -90px;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
.carousel__slide a {
  width: 100%;
  height: 100%;
}
.carousel__slide .img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #cccccc3e;
}
#nprogress .spinner-icon {
  border-left-color: #6644ff;
  border-top-color: #6644ff;
}
.el-popper.is-dark {
  border: 1px solid #5c63ff !important;
  max-width: 400px !important;
  padding: 20px;
}
.el-popper[data-popper-placement^='top'] .el-popper__arrow::before {
  border-bottom-color: #5c63ff !important;
  border-right-color: #5c63ff !important;
}
.el-popper[data-popper-placement^='bottom'] .el-popper__arrow::before {
  border-top-color: #5c63ff !important;
  border-left-color: #5c63ff !important;
}
.icon-delete:before {
  content: '\e658';
  color: #7a65f8;
}
.chat_dialog.el-dialog {
  border: 2px solid #7a65f8;
}
.cookieSetting {
  background: #2e3447;
  color: #fff !important;
}
.cookieSetting .el-dialog__body {
  color: #fff !important;
}
.mask_limit {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999 !important;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: start;
}
.mask_limit .limit-content {
  font-size: 16px;
  text-align: center;
  padding: 30px 15px;
  background: #2e3447;
  width: 600px;
  border-radius: 5px;
  border: 1px solid #992fd6;
}
.mask_limit .limit-content .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.mask_limit .limit-content .content {
  font-size: 14px;
  line-height: 18px;
  margin: 25px 0;
  opacity: 0.7;
  text-align: left;
}
.mask_limit .limit-content .but {
  display: inline-block;
  font-size: 14px;
  background: #992fd6;
  padding: 15px 40px;
  cursor: pointer;
  border-radius: 2px;
}
.aboutCookies {
  padding: 20px 15px;
  width: 500px;
  background: #2e3447;
  bottom: 30px;
  right: 30px;
  position: absolute;
}
.aboutCookies .title {
  text-align: center;
  margin-bottom: 20px;
}
.aboutCookies p {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.8;
}
.aboutCookies a {
  color: #b886f8;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 25px;
  cursor: pointer;
}
.aboutCookies .but {
  display: block;
  font-size: 12px;
  background: #2d4156;
  color: #fff;
  padding: 15px 25px;
  border-radius: 2px;
  border: none;
  width: 100%;
  margin: 0 auto;
}
.aboutCookies .but.all {
  margin-bottom: 15px;
  background: #7728f5;
}
.aboutCookies .checkBoxed {
  margin-top: 20px;
}
.aboutCookies .checkBoxed-item {
  background: #46465d;
  padding: 15px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.aboutCookies .checkBoxed-item .title-select {
  display: flex;
  justify-content: space-between;
}
.aboutCookies .checkBoxed-item .title-select span {
  font-size: 15px;
}
.aboutCookies .checkBoxed-item input[type='checkbox'] {
  width: 20px;
  height: 20px;
}
.aboutCookies .checkBoxed-item p {
  font-size: 12px;
  padding: 8px;
}
.balance_dialog {
  background: #4d506d !important;
  color: #fff !important;
  position: relative;
  text-align: center;
}
.balance_dialog .title {
  padding: 10px 0 30px 0;
  font-size: 16px;
  font-weight: 700;
}
.balance_dialog .el-dialog__header {
  display: none !important;
}
.balance_dialog .el-dialog__body {
  background: #4d506d !important;
  min-height: 300px !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.price_info {
  display: inline-flex;
  align-items: center;
}
.price_info span {
  vertical-align: middle;
}
.price_info .price_v_currency {
  margin-right: 2px;
}
.price_info .price_v_currency img {
  width: 14px !important;
  vertical-align: middle;
}
.el-select-dropdown .el-select-dropdown__item.is-disabled.selected {
  color: var(--el-text-color-placeholder) !important;
}

.other[data-v-c400fb7a] {
  word-break: break-word;
  color: var(--font-tips-color);
}
.other[data-v-c400fb7a] p {
  height: 0;
}
.other[data-v-c400fb7a] span {
  font-size: 14px;
  line-height: 19px;
}
.other[data-v-c400fb7a] p:first-child {
  height: auto;
}
.other[data-v-c400fb7a] p:first-child span {
  color: rgba(255, 255, 255, 0.85) !important;
}
.other[data-v-c400fb7a] p:first-child + p {
  height: auto;
}
.other[data-v-c400fb7a] p:first-child + p span {
  color: rgba(255, 255, 255, 0.45) !important;
}

.footer[data-v-6b718910] {
  height: 307px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .warp[data-v-6b718910] {
  width: 100%;
  text-align: center;
}
.footer .fwb[data-v-6b718910] p {
  line-height: 5px !important;
}
.footer .fwb[data-v-6b718910] strong,
.footer .fwb[data-v-6b718910] b {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.footer .imgs[data-v-6b718910] {
  display: inline-flex;
  margin: 20px auto 32px;
  text-align: center;
}
.footer .imgs a[data-v-6b718910] {
  width: 40px;
  display: inline-block;
  margin: 0 20px;
}
.footer .imgs a img[data-v-6b718910] {
  width: 100%;
  display: inline-block;
}

.account[data-v-4b0bfb5d] {
  background: #202432;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 20px 18px 30px 17px;
  position: relative;
}
.account_title[data-v-4b0bfb5d] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.account_title_text[data-v-4b0bfb5d] {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 24px;
}
.account_title .step_num[data-v-4b0bfb5d] {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #ff3eff 0%, #5c63ff 100%);
  color: #fff;
  position: absolute;
  border: 2px solid #f4f5ff;
  left: 5px;
  width: 25px;
  top: -14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 10px;
}
.account_title_question[data-v-4b0bfb5d] {
  display: inline-flex;
  background: #7f8db0;
  border: none;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  color: #26334d;
  border-radius: 50%;
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
}
.account_title_popover[data-v-4b0bfb5d] {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  min-width: 400px;
  min-height: 200px;
  max-height: 60vh;
}
.account .smOneTips.warning[data-v-4b0bfb5d] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ff7d00;
  margin-top: -12px;
  margin-bottom: 20px;
}
.account .smOneTips.warning .warning_icon[data-v-4b0bfb5d] {
  width: 14px;
  height: 14px;
  border: 1px solid #ff7d00;
  border-radius: 50%;
  color: #ff7d00;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}
.account_content[data-v-4b0bfb5d] {
  display: flex;
  grid-gap: 10px;
  justify-content: start;
}
.account_content_item[data-v-4b0bfb5d] {
  width: 100%;
}
.account_content_item.isMlbb[data-v-4b0bfb5d] {
  position: relative;
}
.account_content_item.isMlbb[data-v-4b0bfb5d]::before {
  content: '(';
  position: absolute;
  left: 10px;
  top: 50%;
  color: #878787;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 999 !important;
}
.account_content_item.isMlbb[data-v-4b0bfb5d]::after {
  content: ')';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #878787;
  font-size: 18px;
}
.account_content_field_item[data-v-4b0bfb5d] {
  height: 48px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  padding: 0 20px 0 20px;
  outline: none;
  position: relative;
}
.account_content_field_item.el-select[data-v-4b0bfb5d] {
  padding: 0;
}
.account_content_field_item[data-v-4b0bfb5d] .el-input__wrapper {
  box-shadow: none !important;
  transition: none;
  padding: 0 8px 0 18px;
  border-radius: 9px;
  height: 48px;
  margin-top: -1px;
}
.account_content_field_item[data-v-4b0bfb5d] .el-input__wrapper .el-input__inner {
  height: 46px;
  width: auto;
  color: #000 !important;
}
.account_note[data-v-4b0bfb5d] {
  margin-top: 14px;
  display: flex;
  align-items: start;
  color: #828099;
  font-size: 14px;
}
.account_note button[data-v-4b0bfb5d] {
  background: transparent;
  border: none;
  margin-right: 4px;
  padding: 2px;
  color: inherit;
}
.account_note p[data-v-4b0bfb5d] {
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  color: inherit;
  line-height: 18px;
}

.el-select-dropdown__item.smile_one_select_option {
  font-size: 16px !important;
}

.abox[data-v-72d20baa] {
  width: 100%;
  display: inline-block;
}
.abox img[data-v-72d20baa] {
  width: 100%;
}
.p_banner[data-v-72d20baa] {
  position: relative;
}
.collect_zh[data-v-72d20baa] {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
}
.collect_zh .collect_icon[data-v-72d20baa] {
  font-size: 18px;
  font-weight: bold;
}

.coupon_code[data-v-9b1d4832] {
  width: 100%;
  background: #2e3447;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-bottom: 30px;
}
.coupon_code .voucher_switch[data-v-9b1d4832] {
  background: #3d496c;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.coupon_code .voucher_switch_item[data-v-9b1d4832] {
  width: 50%;
  font-size: 14px;
  text-align: center;
  padding: 10px 5px;
}
.coupon_code .voucher_switch_item.active[data-v-9b1d4832] {
  background: #2e3447;
  color: #9254de;
  border-radius: 4px 4px 0 0;
}
.coupon_code .couponTips.warning[data-v-9b1d4832] {
  color: #ff7d00;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.coupon_code .couponTips.warning .tips[data-v-9b1d4832] {
  padding: 0 12px;
  margin-bottom: 10px;
}
.coupon_code .couponTips.warning .warning_icon[data-v-9b1d4832] {
  width: 14px;
  height: 14px;
  border: 1px solid #f48b00;
  border-radius: 50%;
  color: #f48b00;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}
.coupon_code .coupon_code_input[data-v-9b1d4832] {
  height: 48px;
  border-radius: 4px;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  align-items: center;
  margin: 0 12px;
  background: #fff;
}
.coupon_code .coupon_code_input > input[data-v-9b1d4832] {
  background: transparent;
  border: none;
  outline: none;
  flex-grow: 1;
  height: 100%;
  border-radius: 4px 0 0 4px;
  padding-left: 14px;
  color: #090232;
  font-size: 14px;
  line-height: 19px;
  font-family: Alibaba PuHuiTi;
}
.coupon_code .coupon_code_input > input[data-v-9b1d4832]:disabled {
  color: #ccc;
}
.coupon_code .coupon_code_input[data-v-9b1d4832] .el-input__wrapper {
  box-shadow: none !important;
}
.coupon_code .coupon_code_input[data-v-9b1d4832] .select-trigger {
  width: 100%;
}
.coupon_code .coupon_code_input > button[data-v-9b1d4832] {
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 0 8px;
  color: #ff7d00;
  cursor: pointer;
  font-family: PingFang SC;
}
.coupon_code .coupon_code_input > button[data-v-9b1d4832]:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.coupon_code .coupon_code_ticket[data-v-9b1d4832] {
  margin-top: 30px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  align-self: center;
}
.coupon_code .coupon_code_ticket > img[data-v-9b1d4832] {
  width: 275px;
  height: 111px;
}
.coupon_code .coupon_code_ticket .content[data-v-9b1d4832] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 7px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.coupon_code .coupon_code_ticket .content .top[data-v-9b1d4832] {
  padding-left: 17px;
  height: 65px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  color: #f96000;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
}
.coupon_code .coupon_code_ticket .content .bottom[data-v-9b1d4832] {
  padding-left: 17px;
  height: 32px;
  width: 100%;
  font-family: DIN;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.coupon_code .coupon_code_ticket .content .bottom .price_old[data-v-9b1d4832] {
  color: #693e7d;
}
.coupon_code .coupon_code_ticket .content .bottom .price_old .number[data-v-9b1d4832] {
  text-decoration: line-through;
}
.coupon_code .coupon_code_ticket .content .bottom .price_arrow[data-v-9b1d4832] {
  margin: 0 8px;
}
.coupon_code .coupon_code_ticket .content .bottom .price_new[data-v-9b1d4832] {
  color: #f96000;
}
.coupon_code .coupon_code_ticket .content .bottom .price_old[data-v-9b1d4832],
.coupon_code .coupon_code_ticket .content .bottom .price_new[data-v-9b1d4832] {
  display: flex;
  align-items: center;
}
.coupon_code .coupon_code_ticket .content .bottom .price_old img[data-v-9b1d4832],
.coupon_code .coupon_code_ticket .content .bottom .price_new img[data-v-9b1d4832] {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.coupon_code[data-v-9b1d4832] .el-select .el-input .el-select__caret.el-icon svg {
  color: #000 !important;
}
.coupon_code[data-v-9b1d4832] .el-select.el-select--disabled .el-input .el-select__caret.el-icon svg {
  color: #fff !important;
}
.coupon_code .coupon_code_note p[data-v-9b1d4832] {
  margin: 0 12px;
  margin-top: 14px;
  display: flex;
  align-items: start;
  color: #828099;
  font-size: 14px;
  line-height: 18px;
}

.pay_button[data-v-f3443fea] {
  /* Safari */
  position: sticky;
  top: 64px;
  bottom: 0px;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 8px #00000040;
}
.pay_button .in_page_user_center[data-v-f3443fea] {
  box-shadow: none;
}
.pay_button .priceDtlList[data-v-f3443fea] {
  width: 100%;
  padding: 10px 0;
  background: #202432;
}
.pay_button .priceDtlList .name[data-v-f3443fea] {
  background: #6644ff;
  color: #fff;
  padding: 8px;
}
.pay_button .priceDtlList .discount-code-success-right-text2[data-v-f3443fea] {
  width: 28px;
  margin: 0 5px;
}
.pay_button .priceDtlList .discount_delete[data-v-f3443fea] {
  text-decoration: line-through;
  color: #ccc;
}
.pay_button .priceDtlList .value[data-v-f3443fea] {
  background: #7a65f8;
  color: #fff;
  display: flex;
  padding: 8px;
}
.pay_button .priceDtlList .value .cashback[data-v-f3443fea] {
  margin-left: 4px;
}
.pay_button .priceDtlList .value .backValue[data-v-f3443fea] {
  margin-right: 4px;
  color: #000;
}
.pay_button .coupon_box[data-v-f3443fea] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pay_button .coupon_box .content[data-v-f3443fea] {
  height: 46px;
  background: #3d496c;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
  padding: 0 30px;
}
.pay_button .coupon_box .content .title[data-v-f3443fea] {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.pay_button .coupon_box .content i.iconfont[data-v-f3443fea] {
  font-size: 16px;
  transform: rotate(-90deg);
  margin-left: 6px;
}
.pay_button .coupon_box .content i.iconfont.open[data-v-f3443fea] {
  transform: rotate(90deg);
}
.pay_button .coupon_box.in_page_user_center .content[data-v-f3443fea] {
  background: transparent;
}
.pay_button_box[data-v-f3443fea] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding: 30px 14px 40px 14px;
  background: #202432;
}
.pay_button_box.in_page_user_center[data-v-f3443fea] {
  background: #2e3447;
}
.pay_button_box_left[data-v-f3443fea] {
  color: #fff;
}
.pay_button_box_left .name[data-v-f3443fea] {
  font-size: 12px;
  line-height: 27px;
  color: #fff;
  opacity: 0.8;
}
.pay_button_box_left .warning[data-v-f3443fea] {
  color: #ff7d00;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.pay_button_box_left .warning_icon[data-v-f3443fea] {
  width: 14px;
  height: 14px;
  border: 1px solid #f48b00;
  border-radius: 50%;
  color: #f48b00;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}
.pay_button_box_left .pay_method[data-v-f3443fea] {
  color: #100922;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.pay_button_box_left .pay_method .product_name[data-v-f3443fea] {
  color: #f48b00;
}
.pay_button_box_left .pay_method .price[data-v-f3443fea] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.pay_button_box_left .pay_method .price .tax[data-v-f3443fea] {
  font-size: 12px;
  margin-left: 10px;
}
.pay_button_box_left .pay_method .price .from[data-v-f3443fea] {
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
  font-family: DIN;
}
.pay_button_box_left .pay_method .price .currency[data-v-f3443fea],
.pay_button_box_left .pay_method .price .number[data-v-f3443fea] {
  font-weight: bold;
}
.pay_button_box_left .pay_method .price_content[data-v-f3443fea] {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.pay_button_box_left .pay_method .price_content > img[data-v-f3443fea] {
  width: auto;
  height: 20px;
}
.pay_button_btn[data-v-f3443fea] {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  cursor: pointer;
  background: linear-gradient(96.08deg, #ff8e26ff 36.77%, #ff612fff 134.46%);
  width: 100%;
  height: 56px;
  padding: 20px 40px;
  border: none;
  outline: none;
  border-radius: 47px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  position: relative;
}
.pay_button_btn .ray[data-v-f3443fea] {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAAXNSR0IArs4c6QAAATtJREFUOE+d0j9L1WEYxvHPfRDkgBpJHHAIR2fBJqdo0xfgOwiiTRchiEKc3AQJrHCw1+AaBCI0Nzo5RAQqiRoSestz/BXnb+fgDc/03N/nun6/6wr3nBjEZWbZmajOb5xExE1fsAIeYB5LmMNXrEbEj55gZtYwg2Us4hF+4j02I+K0C6ygWazhGf7gC97hMy4ioum/bTJzqlpawCk+VOcoIq7/LreBmVnHS7xCuVvHNs6KSqtCJ/gEnzCNj3gbEeXbuuYfmJmjeIMVHOI59juVuqxmZvlzu3iKrUrtrF/OrYqPsYcbvMBBP7XyWCv4sIrgG3Yi4up/rWoFS+jF7mVEnA+qYhOsQm+g5HRcujgk+GuSsY0765erEeM9I+jKMbMJloqh9joijodULKW+aFAbof59aKuDXu91fwv3mWcTpzQ51AAAAABJRU5ErkJggg==) no-repeat;
  left: 10px;
  top: 10px;
}
.pay_button_btn[data-v-f3443fea]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.pay_button .loading[data-v-f3443fea] {
  animation: circle-f3443fea infinite 2s linear;
}
@keyframes circle-f3443fea {
0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}

.choose_reason_img[data-v-5964bc5f] {
  height: 43px;
  margin-bottom: 20px;
}
.choose_reason_img img[data-v-5964bc5f] {
  height: 100%;
}
.choose_reason_title[data-v-5964bc5f] {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
}
.choose_reason_box[data-v-5964bc5f] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 18px 18px;
  padding: 50px 0;
}
.choose_reason_item[data-v-5964bc5f] {
  display: flex;
}
.choose_reason_item .left[data-v-5964bc5f] {
  margin-right: 32px;
}
.choose_reason_item .left span[data-v-5964bc5f] {
  width: 40px;
  height: 40px;
  background: linear-gradient(136deg, #9d08e9 0%, #5215ff 100%);
  font-size: 42px;
  padding: 4px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.choose_reason_item .right[data-v-5964bc5f] {
  flex: 1;
}
.choose_reason_item .right .item_subtitle[data-v-5964bc5f] {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #d9d9db;
  margin-bottom: 2px;
}
.choose_reason_item .right .item_desc[data-v-5964bc5f] {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}
.choose_reason_item .right .item_desc[data-v-5964bc5f] a {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.45) !important;
}

.describe[data-v-3d31a000] {
  margin-top: 80px;
}
.describe .describe_title[data-v-3d31a000] {
  font-size: 24px;
  line-height: 33px;
  color: #C860FD;
}
.describe .describe_item[data-v-3d31a000] {
  font-size: 16px;
  line-height: 24px;
  color: #8C8C8C;
  margin-bottom: 24px;
}

.game_desc[data-v-71d0f872] {
  background: #202432;
  padding: 17px 12px 10px 12px;
}
.game_desc_box[data-v-71d0f872] {
  transition: height 2s;
  overflow: hidden;
}
.game_desc_title[data-v-71d0f872] {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.game_desc_adv[data-v-71d0f872] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.game_desc_adv_item[data-v-71d0f872] {
  display: flex;
  align-items: center;
  background: #2E3447;
  border-radius: 7px;
  border: 1px solid #aaa;
  padding: 2px 8px;
  height: 27.6px;
  margin: 6px 14px 6px 0;
  overflow: hidden;
}
.game_desc_adv img[data-v-71d0f872] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.game_desc_adv .label[data-v-71d0f872] {
  font-size: 10px;
  line-height: 16px;
  text-wrap: nowrap;
  color: #aaa;
}
.game_desc_arrow[data-v-71d0f872] {
  text-align: center;
  margin: 8px auto;
  color: rgba(255, 255, 255, 0.85);
}
.game_desc_arrow.up[data-v-71d0f872] {
  transition: 0.5s;
  transform: rotate(180deg);
}
.game_desc .iconfont[data-v-71d0f872] {
  padding: 0 10px;
  font-size: 20px;
  cursor: pointer;
  color: #6644ff;
}
.game_desc .game_desc_text[data-v-71d0f872] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}
.game_desc .game_desc_text[data-v-71d0f872] span {
  color: #828099 !important;
  font-size: 12px !important;
}

.no_search_title[data-v-19253eec] {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 23px;
}
.no_search_tips[data-v-19253eec] {
  margin-top: 23px;
}
.no_search_tips ul[data-v-19253eec] {
  padding-left: 18px;
  line-height: 22px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
}
.no_search_tips ul li[data-v-19253eec] {
  position: relative;
  margin-top: 26px;
}
.no_search_tips ul li[data-v-19253eec]::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: -18px;
  top: 8px;
  background: #6644ff;
  border-radius: 50%;
}

.pay_email[data-v-299672fd] {
  background: #202432;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 20px 18px 40px 17px;
  position: relative;
}
.pay_email.in_page_user_center[data-v-299672fd] {
  background: #2e3447;
}
.pay_email[data-v-299672fd] p {
  font-size: 14px !important;
}
.pay_email_title[data-v-299672fd] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.pay_email_title_text[data-v-299672fd] {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 24px;
}
.pay_email_title .step_num[data-v-299672fd] {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #ff3eff 0%, #5c63ff 100%);
  color: #fff;
  position: absolute;
  border: 2px solid #f4f5ff;
  left: 5px;
  width: 25px;
  top: -14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 10px;
}
.pay_email .EmailTips.warning[data-v-299672fd] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ff7d00;
  margin-top: -12px;
  margin-bottom: 20px;
}
.pay_email .EmailTips.warning .warning_icon[data-v-299672fd] {
  width: 14px;
  height: 14px;
  border: 1px solid #ff7d00;
  border-radius: 50%;
  color: #ff7d00;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}
.pay_email_tip[data-v-299672fd] {
  margin-top: 14px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.pay_email input[data-v-299672fd]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #828099;
}
.pay_email[data-v-299672fd] :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #828099;
}
.pay_email[data-v-299672fd] ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #828099;
}
.pay_email input[data-v-299672fd]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #828099;
}
.pay_email_input[data-v-299672fd] {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 18px;
  outline: none;
}
.pay_email_input[data-v-299672fd]:focus {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.pay_guide[data-v-8d52a150] {
  background: #202432;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 20px 18px 30px 17px;
  position: relative;
}
.pay_guide .account_title_question[data-v-8d52a150] {
  display: inline-flex;
  background: #7f8db0;
  border: none;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  color: #26334d;
  border-radius: 50%;
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
}
.pay_guide .question_box[data-v-8d52a150] {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.pay_guide_title[data-v-8d52a150] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.pay_guide_title_text[data-v-8d52a150] {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 24px;
}
.pay_guide_title .step_num[data-v-8d52a150] {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #ff3eff 0%, #5c63ff 100%);
  color: #fff;
  position: absolute;
  border: 2px solid #f4f5ff;
  left: 5px;
  width: 25px;
  top: -14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 10px;
}
.pay_guide_box[data-v-8d52a150] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 16px 15px;
}
.pay_guide_item[data-v-8d52a150] {
  height: 92px;
  padding: 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2e3447;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.pay_guide_item.disable[data-v-8d52a150] {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #606060;
}
.pay_guide_item.disable .good_item .name[data-v-8d52a150],
.pay_guide_item.disable .good_item .min_price[data-v-8d52a150] {
  color: #606060;
}
.pay_guide_item.disable .sell_out[data-v-8d52a150] {
  color: #b6b6b6;
}
.pay_guide_item.disable .img_box img[data-v-8d52a150] {
  opacity: 0.3;
}
.pay_guide_item.checked[data-v-8d52a150] {
  border: 1px solid #f96000;
}
.pay_guide_item .sell_out[data-v-8d52a150] {
  position: absolute;
  padding: 5px 19px;
  top: 0;
  right: 0;
  background-color: #4c4c4c;
  border-radius: 0pt 0pt 0pt 4pt;
  color: #fff;
  font-size: 12px;
  z-index: 888;
}
.pay_guide_item .img_box[data-v-8d52a150] {
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay_guide_item .img_box img[data-v-8d52a150] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.pay_guide_item .good_item[data-v-8d52a150] {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0 12px;
}
.pay_guide_item .good_item .tax[data-v-8d52a150] {
  margin-top: 10px;
  font-size: 12px;
}
.pay_guide_item .good_item > .name[data-v-8d52a150] {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  /* 设置适当的宽度 */
}
.pay_guide_item .good_item > .min_price[data-v-8d52a150] {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.pay_guide_item .good_item > .min_price img[data-v-8d52a150] {
  width: 16px;
  height: 16px;
}
.pay_guide_item .good_item > .min_price span[data-v-8d52a150],
.pay_guide_item .good_item > .min_price img[data-v-8d52a150] {
  margin-right: 2px;
  margin-left: 2px;
}
.pay_guide_item .left[data-v-8d52a150] {
  flex: 1;
  font-size: 18px;
  line-height: 25px;
}
.pay_guide_item .left .item_real_price[data-v-8d52a150] {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.pay_guide_item .left .item_origin_price[data-v-8d52a150] {
  margin-bottom: 10px;
}
.pay_guide_item .left .item_goods[data-v-8d52a150],
.pay_guide_item .left .item_other[data-v-8d52a150] {
  font-weight: 700;
}
.pay_guide_item .right[data-v-8d52a150] {
  padding-top: 9px;
}
.pay_guide_item .right img[data-v-8d52a150] {
  height: 68px;
}
.pay_guide_item .icon-duigou_kuai[data-v-8d52a150] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0px;
  font-size: 14px;
  border: 14px solid transparent;
  border-bottom-color: #e26722;
  border-right-color: #e26722;
  border-radius: 0 0 3px 0;
}
.pay_guide_item .icon-duigou_kuai[data-v-8d52a150]::before {
  position: absolute;
  top: -3px;
  right: -12px;
}

.pay_method[data-v-0b8db9e1] {
  background: #202432;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 20px 18px 40px 17px;
  position: relative;
}
.pay_method .account_title_question[data-v-0b8db9e1] {
  display: inline-flex;
  background: #7f8db0;
  border: none;
  width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  color: #26334d;
  border-radius: 50%;
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
  font-size: 13px;
}
.pay_method .question_box[data-v-0b8db9e1] {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.pay_method.in_page_user_center[data-v-0b8db9e1] {
  background: #2e3447;
}
.pay_method_title[data-v-0b8db9e1] {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.pay_method_title_text[data-v-0b8db9e1] {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 24px;
}
.pay_method_title .step_num[data-v-0b8db9e1] {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #ff3eff 0%, #5c63ff 100%);
  color: #fff;
  position: absolute;
  border: 2px solid #f4f5ff;
  left: 5px;
  width: 25px;
  top: -14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 10px;
}
.pay_method .warning[data-v-0b8db9e1] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ff7d00;
  margin-top: -12px;
  margin-bottom: 20px;
}
.pay_method .warning_icon[data-v-0b8db9e1] {
  width: 14px;
  height: 14px;
  border: 1px solid #ff7d00;
  border-radius: 50%;
  color: #ff7d00;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}
.pay_method_box[data-v-0b8db9e1] {
  display: grid;
  align-items: center;
  grid-gap: 16px;
}
.pay_method_box.in_page_user_center[data-v-0b8db9e1] {
  grid-template-columns: 1fr;
}
.pay_method_item[data-v-0b8db9e1] {
  width: auto;
  height: 75px;
  padding: 12px 18px 12px 18px;
  display: flex;
  justify-content: space-between;
  background: #2e3447;
  box-shadow: 0px 4px 4px #00000040;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.pay_method_item.in_page_user_center[data-v-0b8db9e1] {
  background: #3a435f;
}
.pay_method_item.active[data-v-0b8db9e1] {
  border: 1px solid #f96000;
}
.pay_method_item.disabled[data-v-0b8db9e1] {
  border-color: rgba(0, 0, 0, 0.7);
  cursor: default;
}
.pay_method_item .disabled[data-v-0b8db9e1] {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
}
.pay_method_item .disabled .text[data-v-0b8db9e1] {
  color: #fff;
  border-radius: 4px;
  max-width: 100%;
  max-height: 100%;
  min-height: 26px;
  line-height: 20px;
  padding: 4px 14px;
  text-align: center;
  font-size: 12px;
  font-family: Alibaba PuHuiTi;
  display: -webkit-box;
  /* 必须结合 `-webkit-box-orient` 使用 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* 隐藏超出内容 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  line-clamp: 2;
}
.pay_method_item .left[data-v-0b8db9e1] {
  display: flex;
  margin-right: 10px;
}
.pay_method_item .left img[data-v-0b8db9e1] {
  width: 51px;
  max-height: 51px;
  border-radius: 4px;
  background: #fff;
  -o-object-fit: contain;
     object-fit: contain;
}
.pay_method_item .right[data-v-0b8db9e1] {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 6px;
}
.pay_method_item .right .left_content[data-v-0b8db9e1] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-grow: 1;
  height: 100%;
}
.pay_method_item .right .left_content .pay_method_item_name[data-v-0b8db9e1] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: inherit;
  align-self: start;
}
.pay_method_item .right .left_content .pay_method_item_discount[data-v-0b8db9e1] {
  height: 22px;
  min-width: 104px;
  display: flex;
  align-items: center;
  background: url(data:image/png;base64,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) no-repeat 100% / cover;
  margin-top: auto;
}
.pay_method_item .right .left_content .pay_method_item_discount .title[data-v-0b8db9e1] {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  width: 45%;
  display: inline-block;
  text-align: center;
}
.pay_method_item .right .left_content .pay_method_item_discount .discount_value[data-v-0b8db9e1] {
  font-size: 10px;
  line-height: 18px;
  color: #500088;
  width: 55%;
  display: inline-block;
  text-align: center;
}
.pay_method_item .right .item_real_price[data-v-0b8db9e1] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: inherit;
  text-align: right;
  margin: 10px 0;
}
.pay_method_item .right .item_real_price .price[data-v-0b8db9e1] {
  display: flex;
  justify-content: right;
  align-items: center;
}
.pay_method_item .right .item_real_price .price > img[data-v-0b8db9e1] {
  height: 14px;
  vertical-align: center;
}
.pay_method_item .right .item_real_price .price .number[data-v-0b8db9e1] {
  margin-left: 4px;
  vertical-align: center;
}
.pay_method_item .right .item_real_price .mis[data-v-0b8db9e1] {
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 12px;
}
.pay_method_item .right .item_origin_price[data-v-0b8db9e1] {
  font-size: 14px;
  line-height: 19px;
}
.pay_method_item .right .discount[data-v-0b8db9e1] {
  min-width: 100px;
  width: -moz-min-content;
  width: min-content;
  height: 18px;
  line-height: 14px;
  padding-left: 6px;
  background: #6644ff32;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 400;
  color: #6644ff;
  display: flex;
  align-items: center;
  align-self: start;
}
.pay_method_item .icon-duigou_kuai[data-v-0b8db9e1] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0px;
  font-size: 14px;
  border: 14px solid transparent;
  border-bottom-color: #e26722;
  border-right-color: #e26722;
  border-radius: 0 0 3px 0;
}
.pay_method_item .icon-duigou_kuai[data-v-0b8db9e1]::before {
  position: absolute;
  top: -3px;
  right: -12px;
}
.pay_method_item .pay-price-last[data-v-0b8db9e1] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  color: #ffffff;
  font-size: 10px;
  height: 20px;
  background: linear-gradient(90deg, #a300e0 0%, #6400e3 100%);
  box-shadow: 0px 0px 4px #ffffffa6 inset;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 16px 0 0 0;
  border-radius: 0 0 0 16px;
}
.pay_method_item .pay-price-last span[data-v-0b8db9e1] {
  padding-left: 2px;
}
.pay_method_item .pay-price-last .pay-ptb[data-v-0b8db9e1] {
  width: 14px;
  height: 14px;
}

.phone_number[data-v-6392d4e4] {
  background: #202432;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 20px 18px 40px 17px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.phone_number.in_page_user_center[data-v-6392d4e4] {
  background: #2e3447;
}
.phone_number[data-v-6392d4e4] p {
  color: #6644ff !important;
  font-size: 14px !important;
}
.phone_number_title[data-v-6392d4e4] {
  display: flex;
  align-items: center;
}
.phone_number_title_text[data-v-6392d4e4] {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  margin-left: 24px;
}
.phone_number_title .step_num[data-v-6392d4e4] {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #ff3eff 0%, #5c63ff 100%);
  color: #fff;
  position: absolute;
  border: 2px solid #f4f5ff;
  left: 5px;
  width: 25px;
  top: -14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 10px;
}
.phone_number .phone_number_box[data-v-6392d4e4] {
  display: flex;
  flex-direction: column;
}
.phone_number .phone_number_box .row_1[data-v-6392d4e4] {
  display: flex;
  align-items: center;
  height: 48px;
}
.phone_number .phone_number_box .row_1 .phone_number_select[data-v-6392d4e4] {
  height: 100%;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
.phone_number .phone_number_box .row_1 .phone_number_select > button.current_country[data-v-6392d4e4] {
  height: 100%;
  min-width: 130px;
  border-radius: 10px;
  background: #fff;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  outline: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.phone_number .phone_number_box .row_1 .phone_number_select > button.current_country img[data-v-6392d4e4] {
  height: 22px;
  width: auto;
  margin-right: 18px;
}
.phone_number .phone_number_box .row_1 .phone_number_select > button.current_country .iconfont[data-v-6392d4e4] {
  color: #86909c;
  margin-left: 5px;
  font-size: 10px;
}
.phone_number .phone_number_box .row_1 .phone_number_select > button.current_country .iconfont.open[data-v-6392d4e4] {
  transform: rotate(180deg);
}
.phone_number .phone_number_box .row_1 .phone_number_select .phone_number_dropdown[data-v-6392d4e4] {
  position: relative;
  margin-top: 4px;
}
.phone_number .phone_number_box .row_1 .phone_number_select .phone_number_dropdown .mask[data-v-6392d4e4] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.phone_number .phone_number_box .row_1 .phone_number_select .phone_number_dropdown .list[data-v-6392d4e4] {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 300px;
  overflow: hidden auto;
  min-width: 130px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0px 9px 28px 8px #0000000d, 0px 6px 16px #00000014, 0px 3px 6px -4px #0000001f;
}
.phone_number .phone_number_box .row_1 .phone_number_select .phone_number_dropdown .list .phone_number_option_item[data-v-6392d4e4] {
  height: 32px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.phone_number .phone_number_box .row_1 .phone_number_select .phone_number_dropdown .list .phone_number_option_item[data-v-6392d4e4]:hover {
  background: #f5f5f5;
}
.phone_number .phone_number_box .row_1 .phone_number_select .phone_number_dropdown .list .phone_number_option_item > img[data-v-6392d4e4] {
  height: 22px;
  width: auto;
  margin-right: 12px;
}
.phone_number .phone_number_box .row_1 .phone_number_input[data-v-6392d4e4] {
  margin-left: 4px;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
}
.phone_number .phone_number_box .row_1 .phone_number_send[data-v-6392d4e4] {
  margin-left: 4px;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #6644ff;
  padding: 0 18px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  min-width: 60px;
  flex-shrink: 0;
}
.phone_number .phone_number_box .row_1 .phone_number_send[data-v-6392d4e4]:disabled {
  background: #86909c;
}
.phone_number .phone_number_box .row_2[data-v-6392d4e4] {
  margin-top: 14px;
  height: 48px;
}
.phone_number .phone_number_box .row_2 .valid_number_input[data-v-6392d4e4] {
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  background: #fff;
  padding: 0 12px;
}
.phone_number .phoneTips.warning[data-v-6392d4e4] {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ff7d00;
  margin-bottom: 20px;
}
.phone_number .phoneTips.warning .warning_icon[data-v-6392d4e4] {
  width: 14px;
  height: 14px;
  border: 1px solid #ff7d00;
  border-radius: 50%;
  color: #ff7d00;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 6px;
}
.phone_number_tip[data-v-6392d4e4] {
  margin-top: 14px;
  font-size: 14px;
  line-height: 19px;
  color: #828099;
  font-weight: 400;
}
.phone_number input[data-v-6392d4e4]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #828099;
}
.phone_number[data-v-6392d4e4] :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #828099;
}
.phone_number[data-v-6392d4e4] ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #828099;
}
.phone_number input[data-v-6392d4e4]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #828099;
}
.phone_number_input[data-v-6392d4e4] {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 18px;
  outline: none;
}
.phone_number_input[data-v-6392d4e4]:focus {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.picture_01[data-v-218fbd3c] {
  margin-top: 60px;
}
.picture_01 .img-combine[data-v-218fbd3c] {
  width: 100%;
}
.picture_01 .img-combine .img[data-v-218fbd3c] {
  width: 100%;
  cursor: pointer;
}

.recharge_goods[data-v-689fed24] {
  background: #202432;
  border-radius: 16px;
  padding: 20px 18px 28px 17px;
  position: relative;
  width: 100%;
}
.recharge_goods_title[data-v-689fed24] {
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 20px;
}
.recharge_goods_title .title[data-v-689fed24] {
  color: #fff;
  font-weight: bolder;
}
.recharge_goods_title .title.title[data-v-689fed24] {
  margin-left: 24px;
}
.recharge_goods_title .step_num[data-v-689fed24] {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(90deg, #ff3eff 0%, #5c63ff 100%);
  color: #fff;
  position: absolute;
  border: 2px solid #f4f5ff;
  left: 5px;
  width: 25px;
  top: -14px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 10px;
}
.recharge_goods_box[data-v-689fed24] {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 20px 16px;
}
.recharge_goods_item[data-v-689fed24] {
  width: auto;
  height: 75px;
  padding: 12px 20px 12px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2e3447;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 4px 4px #00000040;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.recharge_goods_item.disable[data-v-689fed24] {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.recharge_goods_item.checked[data-v-689fed24] {
  border-color: #f96000;
}
.recharge_goods_item .sell_out[data-v-689fed24] {
  position: absolute;
  padding: 5px 19px;
  top: 0;
  right: 0;
  background-color: #4c4c4c;
  border-radius: 0pt 0pt 0pt 4pt;
  color: #fff;
  font-size: 12px;
  z-index: 888;
}
.recharge_goods_item .img_box[data-v-689fed24] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recharge_goods_item .img_box img[data-v-689fed24] {
  width: 51px;
  height: 51px;
}
.recharge_goods_item .good_item[data-v-689fed24] {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}
.recharge_goods_item .left[data-v-689fed24] {
  flex: 1;
  font-size: 18px;
  line-height: 25px;
}
.recharge_goods_item .left .item_real_price[data-v-689fed24] {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.recharge_goods_item .left .item_origin_price[data-v-689fed24] {
  text-decoration: line-through;
  margin-bottom: 10px;
}
.recharge_goods_item .left .item_goods[data-v-689fed24],
.recharge_goods_item .left .item_other[data-v-689fed24] {
  font-weight: 700;
}
.recharge_goods_item .right[data-v-689fed24] {
  padding-top: 9px;
}
.recharge_goods_item .right img[data-v-689fed24] {
  height: 68px;
}
.recharge_goods_item .icon-duigou_kuai[data-v-689fed24] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0px;
  font-size: 14px;
  border: 14px solid transparent;
  border-bottom-color: #e26722;
  border-right-color: #e26722;
  border-radius: 0 0 3px 0;
}
.recharge_goods_item .icon-duigou_kuai[data-v-689fed24]::before {
  position: absolute;
  top: -3px;
  right: -12px;
}
.recharge_goods .custom_amount[data-v-689fed24] {
  margin-top: 22px;
}
.recharge_goods .custom_amount .tip[data-v-689fed24] {
  font-size: 12px;
  line-height: 17px;
  color: #c8cad6;
  font-family: PingFang SC;
  font-weight: bold;
}
.recharge_goods .custom_amount > input[data-v-689fed24] {
  height: 38px;
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding: 15px 18px;
  outline: none;
  margin-top: 14px;
  padding-right: 40px;
  background: #fff url(/static/img/ptb.0ced5a49.svg) no-repeat calc(100% - 8px) center / 26px 26px;
}
.recharge_goods .custom_amount > input[data-v-689fed24]:focus {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.recharge_goods .custom_amount_tip[data-v-689fed24] {
  margin-top: 6px;
}
.recharge_goods .custom_amount_note[data-v-689fed24] {
  margin-top: 6px;
}

.replenish[data-v-9a7e1a18] {
  display: flex;
}
.replenish_box[data-v-9a7e1a18] {
  width: 100%;
  min-height: 200px;
  border-radius: 16px;
  box-sizing: border-box;
  background: #202432;
  box-shadow: 0px 4px 8px #00000040;
  margin-right: 17px;
  padding: 24px 12px;
  flex: 1;
  word-break: break-word;
}
.replenish_box[data-v-9a7e1a18]:last-child {
  margin-right: 0px;
}
.replenish_box .title[data-v-9a7e1a18] {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 18px;
}
.replenish_box .content[data-v-9a7e1a18] {
  font-size: 12px;
  line-height: 20px;
}
.replenish_box .content[data-v-9a7e1a18] a {
  color: #F48B00 !important;
}

.rich_text[data-v-25721cdf] {
  padding: 20px 18px 40px 17px;
  width: 100%;
  border-radius: 10px;
  overflow: auto;
}
.rich_text .rich_text_content[data-v-25721cdf] {
  line-height: 24px;
  word-break: break-word;
}

.search_button[data-v-46155d6e] {
  margin-top: 20px;
  width: 530px;
  height: 32px;
  position: relative;
}
.search_button .search[data-v-46155d6e] {
  width: 100%;
  height: 100%;
  padding: 0 42px 0 20px;
  outline: none;
  background: #212121;
  border: none;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(100, 100, 100, 0.45);
}
.search_button .iconfont[data-v-46155d6e] {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.good_item[data-v-bffa8364] {
  width: 143px;
  height: 207px;
  background: #202432;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
.good_item_name[data-v-bffa8364] {
  word-break: break-word;
}
.good_item_pic[data-v-bffa8364] {
  width: 100%;
  height: 143px;
  position: relative;
}
.good_item_pic_big[data-v-bffa8364] {
  overflow: hidden;
}
.good_item_pic img[data-v-bffa8364] {
  width: 100%;
  height: 143px;
  transition: all 0.6s;
  -o-object-fit: fill;
     object-fit: fill;
}
.good_item_pic img[data-v-bffa8364]:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.good_item_pic .discount[data-v-bffa8364] {
  min-width: 62px;
  max-width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  border-radius: 10px 10px 10px 0px;
  padding: 0px 10px 0px 20px;
  position: absolute;
  top: 0;
  left: -8px;
  background: linear-gradient(90deg, #500088 0%, #a300e0 100%);
  font-family: 'Alibaba PuHuiTi';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  word-break: break-all;
}
.good_item_pic .triangle[data-v-bffa8364] {
  position: absolute;
  top: 20px;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #5f15bd;
  border-left: 8px solid transparent;
}
.good_item_desc[data-v-bffa8364] {
  height: 35px;
  padding: 2px 10px;
  font-family: 'Chakra Petch';
  font-style: normal;
  font-size: 10px;
  color: #ffffff;
}
.good_item_name[data-v-bffa8364] {
  line-height: 18px;
  padding: 12px 10px 4px 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: PingFang SC;
  color: #fff;
  margin-top: 5px;
}
.good_item_desc[data-v-bffa8364] {
  line-height: 13px;
  font-size: 10px;
  padding: 4px 10px;
}
.good_item_buy[data-v-bffa8364] {
  margin-top: 2px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 12px;
  align-self: center;
}
.good_item_buy .right[data-v-bffa8364] {
  width: 63px;
  height: 27px;
  line-height: 30px;
  background: #6644ff;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.good_item_buy .right .icon-gouwuche[data-v-bffa8364] {
  font-size: 14px;
}

.store_goods .bg[data-v-d19785bc] {
  font-weight: bolder;
  background: linear-gradient(90.89deg, #e2b3ff -0.23%, #625fff 130.86%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: DIN-BlackItalicAlt;
  font-size: 26px;
  line-height: 42px;
  mix-blend-mode: screen;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}
.store_goods .bg span[data-v-d19785bc] {
  font-weight: bold;
}
.store_goods .top_title[data-v-d19785bc] {
  margin: 0 auto 32px;
  font-family: 'Arial';
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 66px;
  text-align: center;
  background: url(data:image/png;base64,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) no-repeat center center;
}
.store_goods_desc[data-v-d19785bc] {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.store_goods_desc .desc_title[data-v-d19785bc] {
  font-weight: bolder;
  background: linear-gradient(90.89deg, #e2b3ff -0.23%, #625fff 130.86%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: DIN-BlackItalicAlt;
  font-size: 26px;
  line-height: 42px;
  mix-blend-mode: screen;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.store_goods_desc .desc_title > span[data-v-d19785bc] {
  font-weight: inherit;
}
.store_goods_desc .iconfont.icon-zhankai[data-v-d19785bc] {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  margin-right: 8px;
  transform: rotate(-90deg);
}
.store_goods_box[data-v-d19785bc] {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(6, 143px);
  grid-gap: 34px 20px;
}
.store_goods_item[data-v-d19785bc] {
  width: 100%;
}
.store_goods .more span[data-v-d19785bc] {
  display: inline-block;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 8px;
  line-height: 16px;
  border-radius: 8px;
  cursor: pointer;
}
.store_goods .more span.disable[data-v-d19785bc] {
  border-color: #555;
  color: #555;
  cursor: not-allowed;
}
.store_goods .more .pre[data-v-d19785bc] {
  transform: rotate(180deg);
}
.store_goods .more .next[data-v-d19785bc] {
  margin-left: 50px;
}
.arrowAnim[data-v-d19785bc] {
  width: 40px;
  height: 30px;
  display: flex;
  margin-left: 2px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.arrow[data-v-d19785bc] {
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: #8477fd transparent transparent #8477fd;
  transform: rotate(135deg);
}
.arrowSliding[data-v-d19785bc] {
  position: absolute;
  animation: slide-d19785bc 4s linear infinite;
}
.delay0[data-v-d19785bc] {
  animation-delay: 4s;
}
.delay1[data-v-d19785bc] {
  animation-delay: 3s;
}
.delay2[data-v-d19785bc] {
  animation-delay: 2s;
}
.delay3[data-v-d19785bc] {
  animation-delay: 1s;
}
@keyframes slide-d19785bc {
0% {
    opacity: 0;
    transform: translateX(-18px);
}
20% {
    opacity: 1;
    transform: translateX(-9px);
}
80% {
    opacity: 1;
    transform: translateX(9px);
}
100% {
    opacity: 0;
    transform: translateX(18px);
}
}

.recommand_store_goods[data-v-339849f8] {
  position: relative;
  margin: 0 60px;
}
.recommand_store_goods #swiper1[data-v-339849f8] {
  width: 820px;
  margin-top: 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.recommand_store_goods .swiper-wrapper[data-v-339849f8] {
  display: -webkit-inline-box;
}
.recommand_store_goods .swiper-slide[data-v-339849f8] {
  height: 180px;
  width: 160px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommand_store_goods .avatar_box[data-v-339849f8] {
  width: 108px;
  height: 108px;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(180deg, #ffc700, transparent);
  box-shadow: 0px 4px 6px #00000033;
  overflow: hidden;
}
.recommand_store_goods .avatar_box img[data-v-339849f8] {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 14px;
  transition: all 0.6s;
}
.recommand_store_goods .avatar_box img[data-v-339849f8]:hover {
  transform: scale(1.2);
}
.recommand_store_goods .name_box[data-v-339849f8] {
  margin-top: 20px;
  font-family: 'Alibaba PuHuiTi';
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  word-break: break-word;
  white-space: break-spaces;
}
.recommand_store_goods .swiper_button[data-v-339849f8] {
  width: 20%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.recommand_store_goods .swiper_button div[data-v-339849f8] {
  width: 49px;
  height: 50px;
}
.recommand_store_goods .swiper_button img[data-v-339849f8] {
  width: 49px;
  height: 50px;
}
.recommand_store_goods .swiper-button-prev[data-v-339849f8]:after {
  display: none;
}
.recommand_store_goods .swiper-button-next[data-v-339849f8]:after {
  display: none;
}
.recommand_store_goods .swiper-button-prev[data-v-339849f8] {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -60px;
  top: 35px;
  cursor: pointer;
}
.recommand_store_goods .swiper-button-prev img[data-v-339849f8] {
  width: 40px;
  height: 40px;
}
.recommand_store_goods .swiper-button-next[data-v-339849f8] {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -60px;
  top: 35px;
  cursor: pointer;
}
.recommand_store_goods .swiper-button-next img[data-v-339849f8] {
  width: 40px;
  height: 40px;
}

.cocodp_balance_list[data-v-266a5322] {
  width: 100%;
  background: #4d506d;
  max-height: 700px;
  overflow: auto;
}
.left[data-v-266a5322] {
  display: flex;
  align-items: center;
}
.right[data-v-266a5322] {
  display: flex;
  align-items: center;
}
.list-body[data-v-266a5322] {
  width: 100%;
  max-height: calc(100vh - 280px);
  min-height: 400px;
  overflow: auto;
}
.list-body .list-item[data-v-266a5322] {
  background: #4d506d;
  font-size: 12px;
}
.list-body .list-item_title[data-v-266a5322] {
  background: #00000026;
  padding: 10px 5px;
  position: relative;
  text-align: left;
  z-index: 999;
}
.list-body .list-item_list[data-v-266a5322] {
  margin: 0 auto;
  padding: 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-body .list-item_list[data-v-266a5322]:last-child {
  border-bottom: none;
}
.list-body .list-item_list img[data-v-266a5322] {
  height: 24px;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.list-body .list-item_list .img[data-v-266a5322] {
  font-size: 20px;
  margin-right: 10px;
}
.list-body .list-item_list span[data-v-266a5322] {
  vertical-align: middle;
}

.video[data-v-6d05a807] {
  box-shadow: 0px 4px 8px #00000040;
  padding: 20px 0px 0px 0px;
  width: 100%;
  overflow: auto;
  text-align: center;
  margin: 40px 0;
}
.video .title[data-v-6d05a807] {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.video[data-v-6d05a807] iframe {
  width: 100% !important;
}
.video .video_content[data-v-6d05a807] {
  line-height: 24px;
  word-break: break-word;
}

.ways_to_pay[data-v-4d907df0] {
  margin-top: 104px;
}
.ways_to_pay_desc[data-v-4d907df0] {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ways_to_pay_box[data-v-4d907df0] {
  display: flex;
  flex-wrap: wrap;
}
.ways_to_pay_item[data-v-4d907df0] {
  margin: 0 24px 24px 0;
  cursor: pointer;
}
.ways_to_pay_item[data-v-4d907df0]:nth-child(6n) {
  margin-right: 0;
}
.ways_to_pay_item img[data-v-4d907df0] {
  width: 160px;
  height: 130px;
}

