
.el-dialog__wrapper {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}


[data-v-68aa7c9c] .el-dialog {
  background: transparent;
  box-shadow: none;
}
[data-v-68aa7c9c] .el-dialog .el-dialog__header {
  display: none;
}
[data-v-68aa7c9c] .el-dialog .el-dialog__body {
  padding: 0;
}
.modal--box[data-v-68aa7c9c] {
  background: #121212;
  padding: 30px;
  border-radius: 38px 38px 38px 38px;
}
.modal--box .modal--box__content[data-v-68aa7c9c] {
  min-height: 100px;
  position: relative;
  background: #121212;
}
.modal--box .modal--box__content .closeBtn[data-v-68aa7c9c] {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal--box .modal--box__content .closeBtn > img[data-v-68aa7c9c] {
  width: 36px;
  height: 36px;
}
@media (max-width: 768px) {
[data-v-68aa7c9c] .el-dialog {
    width: 100% !important;
}
.modal--box .modal--box__content[data-v-68aa7c9c] {
    padding: 25px 8px 20px;
}
.modal--box[data-v-68aa7c9c] {
    width: 90% !important;
    margin: 0 auto;
}
}

.error-border[data-v-b1d003e4] {
  border: 1px solid #ff4d4f !important;
  animation: shake-b1d003e4 0.3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes shake-b1d003e4 {
10%,
  90% {
    transform: translate3d(-1px, 0, 0);
}
20%,
  80% {
    transform: translate3d(2px, 0, 0);
}
30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
}
40%,
  60% {
    transform: translate3d(4px, 0, 0);
}
}
.submit_email_wrapper[data-v-b1d003e4] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}
.back_btn[data-v-b1d003e4] {
  position: absolute;
  top: 40px;
  left: 60px;
  height: 70px;
  padding: 0 44px;
  background-color: #007aff;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 35px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 122, 255, 0.3);
  transition: transform 0.2s;
}
.back_btn img[data-v-b1d003e4] {
  width: 24px;
  height: 24px;
}
.back_btn span[data-v-b1d003e4] {
  color: #121212;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.lang_btn .globe_icon[data-v-b1d003e4] {
  opacity: 0.8;
}
.langchange[data-v-b1d003e4] {
  position: absolute;
  width: 116px;
  top: 40px;
  right: 60px;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 35px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  height: 70px;
  background: #121212;
  border-radius: 75px 75px 75px 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
  padding: 26px 24px;
}
.langchange > div[data-v-b1d003e4] {
  display: flex;
  align-items: center;
}
.langchange > div > span[data-v-b1d003e4] {
  font-size: 18px;
}
.langchange > div .lan[data-v-b1d003e4] {
  margin: 0 8px;
}
.langchange > div > img[data-v-b1d003e4] {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.langchange > div > img[data-v-b1d003e4]:last-child {
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: transform 0.5s;
}
.langchange > div .roateimg[data-v-b1d003e4] {
  transform: rotate(180deg);
}
.langchange ul[data-v-b1d003e4] {
  position: absolute;
  top: 74px;
  right: 0;
  width: 164px;
  padding: 18px 16px;
  display: flex;
  background-color: #121212;
  flex-direction: column;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #1e1e1e;
}
.langchange ul li[data-v-b1d003e4] {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.langchange ul li img[data-v-b1d003e4] {
  width: 16px;
  height: 16px;
}
.langchange ul li[data-v-b1d003e4]:last-child {
  margin-bottom: 0;
}
.langchange ul .choose span[data-v-b1d003e4] {
  color: #007aff;
}
.submit_card[data-v-b1d003e4] {
  background-color: #007aff;
  width: 552px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  border-radius: 75px;
  padding: 60px 80px;
  padding-bottom: 22px;
}
.submit_card[data-v-b1d003e4]::-webkit-scrollbar {
  width: 6px;
}
.submit_card[data-v-b1d003e4]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.header_icon[data-v-b1d003e4] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #121212;
  border-radius: 50%;
  flex-shrink: 0;
}
.header_icon img[data-v-b1d003e4] {
  width: 50px;
  height: 50px;
}
.form_title[data-v-b1d003e4] {
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 16px 0;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
}
.form_desc[data-v-b1d003e4] {
  width: 364px;
  height: 52px;
  font-weight: 400;
  font-size: 18px;
  color: #121212;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.form_fields[data-v-b1d003e4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form_fields .input_container[data-v-b1d003e4] {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
}
.form_fields .input_container label[data-v-b1d003e4] {
  position: absolute;
  top: -9px;
  left: 26px;
  background-color: #007aff;
  font-weight: 400;
  font-size: 12px;
  color: #121212;
  padding: 0 8px;
  z-index: 1;
}
.form_fields .input_container input[data-v-b1d003e4] {
  width: 392px;
  height: 56px;
  border-radius: 75px;
  border: 1px solid rgba(18, 18, 18, 0.5);
  background: transparent;
  padding: 0 20px;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: all 0.3s ease;
}
.form_fields .input_container input[data-v-b1d003e4]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form_fields .input_container input[data-v-b1d003e4]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.service_select[data-v-b1d003e4] {
  position: relative;
  max-height: 50px;
  min-height: 50px;
  transition: 500ms linear;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  flex-shrink: 0;
}
.service_select .custom_select_box[data-v-b1d003e4] {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.5);
  background: transparent;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.service_select .custom_select_box[data-v-b1d003e4]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.service_select .custom_select_box img[data-v-b1d003e4] {
  width: 18px;
  height: 18px;
  transition: transform 0.3s;
}
.service_select .custom_select_box .imgshowServices[data-v-b1d003e4] {
  transform: rotate(180deg);
}
.service_select .options_list[data-v-b1d003e4] {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  padding-bottom: 27px;
}
.service_select .options_list .option_item[data-v-b1d003e4] {
  margin: 0 34px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22.5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
}
.service_select .options_list .option_item[data-v-b1d003e4]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.service_select .options_list .option_item.selected[data-v-b1d003e4] {
  background: rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.openservice[data-v-b1d003e4] {
  max-height: 500px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.submit_btn[data-v-b1d003e4] {
  width: 100%;
  height: 56px;
  background: #111;
  color: white;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
  cursor: pointer;
  transition: transform 0.1s;
  flex-shrink: 0;
}
.submit_btn[data-v-b1d003e4]:active {
  transform: scale(0.98);
}
.footer_note[data-v-b1d003e4] {
  margin-top: 34px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.footer_note span[data-v-b1d003e4] {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
.back_btn[data-v-b1d003e4] {
    top: 15px;
    left: 15px;
    height: 40px;
    padding: 0 15px;
    border-radius: 20px;
}
.back_btn img[data-v-b1d003e4] {
    width: 18px;
    height: 18px;
}
.back_btn span[data-v-b1d003e4] {
    font-size: 14px;
}
.langchange[data-v-b1d003e4] {
    top: 15px;
    right: 15px;
    height: 40px;
    width: auto;
    padding: 0 15px;
    border-radius: 20px;
}
.langchange > div span[data-v-b1d003e4] {
    font-size: 14px;
}
.langchange > div img[data-v-b1d003e4] {
    width: 18px;
    height: 18px;
}
.langchange ul[data-v-b1d003e4] {
    top: 45px;
    right: 0;
}
.submit_card[data-v-b1d003e4] {
    width: 90%;
    padding: 30px 20px;
    border-radius: 30px;
    max-height: 80vh;
}
.submit_card .header_icon[data-v-b1d003e4] {
    width: 60px;
    height: 60px;
}
.submit_card .header_icon img[data-v-b1d003e4] {
    width: 40px;
    height: 40px;
}
.submit_card .form_title[data-v-b1d003e4] {
    font-size: 22px;
    margin: 10px 0;
}
.submit_card .form_desc[data-v-b1d003e4] {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.submit_card .form_fields .input_container[data-v-b1d003e4] {
    width: 100%;
}
.submit_card .form_fields .input_container input[data-v-b1d003e4] {
    width: 100%;
    height: 46px;
    font-size: 14px;
}
.submit_card .service_select[data-v-b1d003e4] {
    min-height: 46px;
    max-height: 46px;
    border-radius: 23px;
}
.submit_card .service_select.openservice[data-v-b1d003e4] {
    max-height: 500px;
}
.submit_card .service_select .custom_select_box[data-v-b1d003e4] {
    height: 44px;
    border-radius: 23px;
}
.submit_card .service_select .options_list .option_item[data-v-b1d003e4] {
    font-size: 12px;
}
.submit_card .submit_btn[data-v-b1d003e4] {
    height: 46px;
    font-size: 14px;
    margin-top: 20px;
}
.submit_card .footer_note[data-v-b1d003e4] {
    margin-top: 20px;
}
}

.border75[data-v-37650ad6] {
  border-radius: 75px;
}
.bg-oa[data-v-37650ad6] {
  background: #121212;
}
.w1151[data-v-37650ad6] {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-top: 25px;
}
.footer-cont[data-v-37650ad6] {
  padding: 80px;
}
.footer-cont .titan-log-img[data-v-37650ad6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}
.footer-cont .titan-log-img > div[data-v-37650ad6]:nth-last-child(1) {
  margin-right: 0 !important;
}
.footer-cont .titan-log-img .firma20[data-v-37650ad6] {
  width: 140px;
  height: auto;
}
.footer-cont .titan-log-img .firma19[data-v-37650ad6] {
  width: 428px;
  height: auto;
}
.footer-cont .footer-ul[data-v-37650ad6] {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.footer-cont .footer-ul .footer-li > div[data-v-37650ad6]:nth-child(2) {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.footer-cont .footer-ul .footer-li > div:nth-child(2) > div[data-v-37650ad6],
.footer-cont .footer-ul .footer-li > div:nth-child(2) > a[data-v-37650ad6] {
  margin-bottom: 26px;
  line-height: 21px;
  font-size: 12px;
  font-weight: 400;
}
.footer-cont .footer-ul .footer-li > div:nth-child(2) > div[data-v-37650ad6]:last-child,
.footer-cont .footer-ul .footer-li > div:nth-child(2) > a[data-v-37650ad6]:last-child {
  margin-bottom: 0;
}
.footer-cont .footer-ul .footer-li > div[data-v-37650ad6]:nth-child(1) {
  height: 58px;
  font-size: 22px;
  font-weight: 900;
  line-height: 32px;
}
.footer-community-link-span[data-v-37650ad6] {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: rgba(230, 230, 230, 0.1);
  border-radius: 10px;
  margin: 0 10px 10px 0;
}
.footer-content[data-v-37650ad6] {
  background: #000000;
}
.footer-content .footer-box[data-v-37650ad6] {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 88px;
}
.footer-content .footer-box .footer-left[data-v-37650ad6] {
  padding-top: 58px;
}
.footer-content .footer-box .footer-right[data-v-37650ad6] {
  padding-top: 80px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-content .footer-box .footer-right .footer-assets[data-v-37650ad6] {
  width: 212px;
}
.footer-content .footer-box .footer-right .footer-email[data-v-37650ad6] {
  width: 212px;
}
.footer-community-link[data-v-37650ad6] {
  display: flex;
  margin-top: 24px;
}
.footer-community-link a[data-v-37650ad6] {
  margin-right: 9px;
}
.footer-community-link .community-link-img[data-v-37650ad6] {
  width: 52px;
  height: 52px;
}
.footer-title[data-v-37650ad6] {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
@media (max-width: 768px) {
.w1151[data-v-37650ad6] {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    padding-bottom: 30px;
}
.footer-cont .titan-log-img .firma20[data-v-37650ad6] {
    width: 41px !important;
}
.footer-cont .titan-log-img .firma19[data-v-37650ad6] {
    width: 125px !important;
}
.footer-cont .titan-log-img[data-v-37650ad6] {
    margin-top: 37px;
    justify-content: center;
    -moz-column-gap: 34px;
         column-gap: 34px;
}
.border75[data-v-37650ad6] {
    border-radius: 30px;
}
.footer-cont .footer-ul[data-v-37650ad6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
.footer-cont .footer-ul .footer-li[data-v-37650ad6] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-cont .footer-ul .footer-li > div[data-v-37650ad6]:nth-child(1) {
    font-size: 11px !important;
    height: auto !important;
    line-height: 15px !important;
    margin-bottom: 15px;
}
.footer-cont .footer-ul .footer-li > div[data-v-37650ad6]:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-cont .footer-ul .footer-li > div:nth-child(2) > div[data-v-37650ad6],
  .footer-cont .footer-ul .footer-li > div:nth-child(2) > a[data-v-37650ad6] {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 13px;
    font-weight: 400;
}
.footer-cont[data-v-37650ad6] {
    padding: 24px !important;
}
.footer-title[data-v-37650ad6] {
    margin-top: 24px;
}
.footer-content .footer-box[data-v-37650ad6] {
    padding-bottom: 40px;
}
.footer-content .footer-box .footer-left[data-v-37650ad6] {
    padding-top: 38px;
    padding-left: 16px;
}
.footer-content .footer-box .footer-left img[data-v-37650ad6] {
    width: 150px;
    height: 41px;
}
.footer-content .footer-box .footer-right[data-v-37650ad6] {
    padding-top: 24px;
    justify-content: flex-start;
    padding-left: 24px;
}
.footer-content .footer-box .footer-right .footer-assets[data-v-37650ad6] {
    width: 50%;
}
.footer-content .footer-box .footer-right .footer-email[data-v-37650ad6] {
    width: 50%;
}
}


::-webkit-scrollbar-thumb {
  border-radius: 26px;
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #232525;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  width: 8px;
}

#__nuxt,
#__layout {
  height: 100%;
  position: relative;
  z-index: 1;
}
* {
  box-sizing: border-box;
}
.h5-show-pagination {
  display: none !important;
}
#aliyunCaptcha-common-errorTip {
  display: none !important;
}
.v-modal {
  z-index: 0 !important;
}
#aliyunCaptcha-title {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: #2c3e50;
}
.paddtop8 {
  padding-top: 8px;
}
.borderradius75 {
  border-radius: 75px;
}
.text-shadow {
  position: relative;
  color: #121212;
  text-stroke: 1px #ffffff;
  text-align: left;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.6), 1px -1px 0 rgba(255, 255, 255, 0.6), -1px 1px 0 rgba(255, 255, 255, 0.6), 1px 1px 0 rgba(255, 255, 255, 0.6);
  font-size: 108px;
  line-height: 1em;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  text-shadow: 5px 5px 0 rgba(255, 255, 255, 0.25);
  color: #d9d9d9;
  text-align: center;
  font-family: "Poppins";
  letter-spacing: normal;
}
.three-dots {
  margin-right: 24px;
}
.three-dots > div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.three-dots > div:nth-child(3) {
  background: #007aff;
}
.three-dots > div:nth-child(2) {
  background: #dbff00;
  margin: 8px 0;
}
.three-dots > div:nth-child(1) {
  background: #00f46a;
}
.tws-paginationbox .el-pagination {
  justify-content: center;
}
.textarea-color::-webkit-scrollbar {
  display: none;
}
.el-loading-mask {
  border-radius: 38px;
}
.cursor {
  cursor: pointer;
}
.loading {
  pointer-events: none;
}
.el-table,
.el-table__expanded-cell {
  background: transparent !important;
}
@keyframes rotating {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.w1177 {
  max-width: 1177px;
  margin: 0 auto;
}
.w1131 {
  max-width: 1131px;
  margin: 0 auto;
}
.w1151 {
  max-width: 1151px;
  margin: 0 auto;
}
.w1238 {
  max-width: 1238px;
  margin: 0 auto;
}
.triangle-size {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  margin-left: 7px;
}
.introde-address {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.introde-address .login-type-img-intro {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
@media (max-width: 1400px) {
.receive-free {
    padding: 0 80px 40px !important;
}
}
.receive-free {
  padding: 0 120px 40px;
}
.receive-free .round-color1 {
  background: #fff !important;
}
.receive-free .free-step {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.receive-free .free-step .free-item {
  color: #fff;
  display: flex;
}
.receive-free .free-step .free-item .round-tie {
  padding-top: 11px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  margin-left: 15px;
}
.receive-free .free-step .free-item .round-tie > div:nth-child(2) {
  margin-top: 9px;
  font-size: 12px;
}
.receive-free .free-step .free-item .round-color {
  width: 41px;
  height: 41px;
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #6f6f6f;
  color: #000;
  flex-shrink: 0;
}
.cookies-box {
  position: fixed;
  left: 16px;
  bottom: 16px;
  width: 422px;
  background: #252627;
  border-radius: 16px;
  z-index: 999999999999;
  padding: 44px 32px;
  box-sizing: border-box;
}
.cookies-box .cookie-btn {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.cookies-box .cookie-btn .turn-down {
  border: 1px solid #00ff00;
  color: #00ff00;
}
.cookies-box .cookie-btn .accept {
  background: #00ff00;
  color: #000;
}
.cookies-box .cookie-btn > div {
  width: 48%;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}
.cookies-box .cookie-text {
  margin-top: 22px;
  font-weight: 500;
  font-size: 12px;
  color: #e3e5e8;
  line-height: 18px;
}
.cookies-box .cookie-img {
  width: 83px;
  height: 83px;
}
.cookies-box .cookie-click {
  color: #00ff00;
  border-bottom: 1px solid #00ff00;
  cursor: pointer;
}
.el-loading-spinner .circular {
  width: 30px !important;
  height: 30px !important;
}
.loading::before {
  content: "";
  width: 20px;
  animation: rotating 2s linear infinite;
  height: 20px;
  margin-right: 6px;
  background: url(/_nuxt/img/loading.43a2bf2.png) center center no-repeat;
  background-size: 100%;
}
.el-loading-spinner {
  margin-top: 0 !important;
  left: 50%;
}
.upload-file-cont::-webkit-scrollbar {
  display: none;
}
.overflow-color::-webkit-scrollbar {
  display: none;
}
.el-message--error {
  background: #000 !important;
}
.el-message--success .el-message__content {
  color: #fff !important;
}
.el-message .el-icon-success {
  color: #00ff00 !important;
}
.el-message--success {
  background: #000 !important;
}
.dropdown-color {
  color: #fff;
  display: flex;
  align-items: center;
}
.white-color {
  color: #fff;
}
.el-popper .popper__arrow {
  display: none !important;
}
.el-dropdown-menu {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.7);
  border: 1px solid #1e1e1e !important;
  background: #000000 !important;
  border-radius: 16px !important;
}
.enlishBoxContent .title-w100 {
  width: 100px !important;
}
.list-border {
  border-radius: 8px;
  overflow: hidden;
}
.upload-file-cont .down-speed {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
}
.upload-file-cont .down-speed > div:nth-child(2) {
  width: 145px;
  flex-shrink: 0;
  margin-left: 20px;
  text-align: right;
}
.upload-file-cont .down-speed > div:nth-child(3) {
  width: 120px;
  text-align: right;
  flex-shrink: 0;
  margin-left: 20px;
}
.upload-file-cont .dow-title-click {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-top: 28px;
  display: flex;
}
.upload-file-cont .dow-title-click > span {
  color: #00ff00;
  cursor: pointer;
}
.upload-file-cont .dow-img {
  width: 62px;
  height: 62px;
  margin-bottom: 28px;
}
.upload-file-cont .input-tab {
  margin-top: 28px;
}
.upload-file-cont .input-tab .input-color {
  margin-top: 8px;
  height: 40px;
  background: #000;
  border-radius: 12px;
  border: 1px solid #1e1e1e;
  padding: 0 16px;
  box-sizing: border-box;
}
.upload-file-cont .input-tab .input-color > input {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.upload-file-cont .input-tab .input-title {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
}
.upload-file-cont .vis-model-input {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #bebebe;
  height: 52px;
  padding: 0 16px;
}
.upload-file-cont .vis-model-input > div:nth-child(2) {
  color: #00ff00;
}
.upload-file-cont .vis-store-copies {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.upload-file-cont .vis-store-copies > div:nth-child(2) {
  color: #fff;
}
.upload-file-cont .automati-distribution {
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #595d59;
  line-height: 16px;
}
.upload-file-cont .autochexkourborder {
  background: #0b1e32 !important;
  border: 1px solid #007aff;
}
.upload-file-cont .auto-box {
  margin-top: 8px;
  background: #000000;
  border-radius: 16px;
  padding: 12px;
}
.upload-file-cont .auto-box .auto-cont {
  display: flex;
}
.upload-file-cont .auto-box .auto-cont .auto-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
}
.upload-file-cont .auto-box .auto-cont .auto-text > div:nth-child(2) {
  margin-top: 4px;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
.upload-file-cont .auto-box .auto-cont .auto-radio1 {
  border: 1px solid #007aff !important;
}
.upload-file-cont .auto-box .auto-cont .auto-radio {
  margin-top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-file-cont .auto-box .auto-cont .auto-radio .radioTypecolor {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #007aff;
}
.upload-file-cont .Selection-auto {
  background: rgba(0, 0, 0, 0.12) !important;
  border: none !important;
}
.upload-file-cont .Selection-box {
  margin-top: 28px;
  padding: 12px;
  max-height: 225px;
  border-radius: 16px;
  background: #000;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.1), 0px 8px 10px 1px rgba(0, 0, 0, 0.06), 0px 3px 14px 2px rgba(0, 0, 0, 0.05);
}
.upload-file-cont .Selection-box::-webkit-scrollbar {
  display: none;
}
.upload-file-cont .Selection-box .Selection-item-auto {
  color: rgba(255, 255, 255, 0.9) !important;
}
.upload-file-cont .Selection-box .Selection-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
  margin-bottom: 12px;
}
.upload-file-cont .Selection-box .Selection-item .Selection-color > img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.upload-file-cont .Selection-box .Selection-item .Selection-color > div {
  width: 16px;
  height: 16px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #acb2ac;
  cursor: pointer;
}
.upload-file-cont .Selection-region {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  color: #999;
  line-height: 22px;
}
.upload-file-cont .Selection-region .Selection-right {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 3px 3px 3px 3px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}
.upload-file-cont .Selection-region .Selection-right > div:nth-child(1) {
  width: 70px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.upload-file-cont .Selection-region .Selection-right > img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.upload-file-cont .encrypted-form {
  margin-top: 28px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
}
.upload-file-cont .Cancel-or-verify {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.upload-file-cont .Cancel-or-verify .verify {
  width: 48%;
  height: 44px;
  background: #007aff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.upload-file-cont .Cancel-or-verify .Cancel {
  width: 48%;
  height: 44px;
  border-radius: 100px;
  border: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
}
.upload-file-cont .Cancel-or-verify .Cancel > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.upload-file-cont .Upload-successfully {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #007aff;
  line-height: 26px;
}
.upload-file-cont .Upload-successfully > img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.upload-file-cont .verify-color-box {
  margin-top: 40px;
  height: 48px;
  border-radius: 100px 100px 100px 100px;
  background: #007aff;
  font-weight: 500;
  font-size: 16px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-file-cont .upload-button {
  margin-top: 28px;
  height: 48px;
  border-radius: 100px;
  background: #007aff;
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-file-cont .storage-type {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
}
.upload-file-cont .nearest-node {
  margin-top: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
}
.upload-file-cont .nearest-node > div:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.upload-file-cont .Upload-progress-bar {
  margin-top: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.upload-file-cont .Upload-progress-bar .progress-color {
  flex: 1;
  height: 6px;
  background: #404040;
  border-radius: 100px 100px 100px 100px;
}
.upload-file-cont .Upload-progress-bar .progress-color > div {
  transition: width 0.5s ease;
  background: #007aff;
  height: 100%;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.upload-file-cont .Upload-progress-bar .progress-value {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  width: 46px;
  text-align: right;
  margin-left: 10px;
}
.upload-file-cont .file-size {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload-file-cont .file-size > div:nth-child(1) {
  flex-shrink: 0;
  margin-right: 20px;
}
.upload-file-cont .file-size > div:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
.upload-file-cont .title {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.logo-size {
  cursor: pointer;
}
@media (max-width: 768px) {
.text-shadow {
    font-size: clamp(32px, 13vw, 92px);
}
.vid-detail-box .detail-title {
    padding-top: 15px !important;
}
.three-dots > div:nth-child(2) {
    margin: 5px 0 !important;
}
.three-dots > div {
    width: 3px !important;
    height: 3px !important;
}
.three-dots {
    width: 3px !important;
    margin-right: 0 !important;
}
.el-loading-mask {
    border-radius: 30px !important;
}
.borderradius38 {
    border-radius: 30px !important;
}
.h5-show-pagination {
    display: block !important;
}
.no-date-height {
    height: calc(100vh - 207px);
}
.no-date-height .no-date-height100 {
    height: 100%;
}
.no-date-height .no-date-height100 .no-data {
    height: 100%;
}
.upload-file-cont .verify-color-box {
    height: 44px !important;
}
.borderradius75 {
    border-radius: 37px !important;
}
.diastoragenetwork-new .vis-file-name-box {
    padding: 20px 12px !important;
}
.storageBox-tws .modal--box {
    padding: 0px !important;
}
.modal--box {
    padding: 10px !important;
}
.procedure-for-receiving .procedure-li3,
  .procedure-for-receiving .procedure-li1 {
    padding: 12px 0 !important;
}
.enlishBoxContent .testCoin-content .testCoin-title .draw-down-img1 {
    width: 100% !important;
}
.receive-free .free-step .free-item .round-tie > div:nth-child(2) {
    margin-top: 5px !important;
    font-size: 10px !important;
}
.receive-free .free-step .free-item .round-tie {
    margin-left: 3px !important;
    padding-top: 3px !important;
    line-height: 14px !important;
    font-size: 12px !important;
}
.receive-free .free-step .free-item .round-color {
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
}
.receive-free.receive-free-h5 {
    padding: 0 0 20px !important;
}
.h5-vis-cont-paginationbox {
    margin-top: 20px;
    padding: 0 0 !important;
}
.el-aside {
    display: none;
}
}
.el-table__empty-block {
  background: #121212 !important;
}
.el-table__empty-text {
  line-height: 20px !important;
}
.list-color {
  color: #fff;
}
.language-color-two {
  margin-left: 20px;
  font-size: 18px;
}
.language-color-two .activelanguage {
  color: #06c270 !important;
  font-weight: bolder;
}
.language-color-two > span:nth-child(2) {
  margin: 0 3px;
}
.language-color-two > span:nth-child(1),
.language-color-two > span:nth-child(3) {
  cursor: pointer;
}
.Estimated {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Estimated .finish-color {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.Estimated .finish-color .hovercreate-money {
  position: relative;
  display: flex;
  justify-content: flex-end;
  color: #a1ffa1;
  width: 130px;
  height: 40px;
  border-radius: 8px 8px 8px 8px;
  padding: 1px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #6c9d87, #1b271d, #3a4a3b);
}
.Estimated .finish-color .hovercreate-money .hover-Btn-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, #556d58 0%, #364b42 19%, #1e2b20 52%, #1f321f 76%, #354337 100%);
}
.Estimated .finish-color .hovercreate-money .hover-Btn-color .el-button--default {
  background: none !important;
  border: none !important;
  color: #a1ffa1 !important;
  width: 100%;
  height: 100%;
}
.Estimated .finish-color .login-line {
  position: absolute;
  width: 82px;
  height: 2px;
  background: #c7efc6;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  display: none;
}
.Estimated .finish-color:hover .hover-Btn-color {
  color: #a1ffa1 !important;
  background: linear-gradient(180deg, #25775a 0%, #1a3f2f 26%, #0d3023 52%, #183629 76%, #154d35 100%) rgba(250, 251, 235, 0.1) !important;
}
.Estimated .finish-color:hover .login-line {
  display: block;
}
.Estimated .left {
  width: 311px;
  height: 40px;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(180deg, #6c9d87, #3a4a3b);
}
.Estimated .left .left-content-file {
  width: 100%;
  height: 100%;
  background: #0f1710;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  color: #a1ffa1;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.Estimated .right {
  width: 130px;
  height: 40px;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(180deg, #6c9d87, #1b271d, #3a4a3b);
}
.Estimated .right .store-now-color {
  color: #a1ffa1;
  font-size: 14px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(180deg, #556d58 0%, #364b42 19%, #1e2b20 52%, #1f321f 76%, #354337 100%);
}
.storagelease-box /deep/ .el-slider__button-wrapper {
  top: -3px !important;
  width: 18px !important;
  height: 9px !important;
}
.storagelease-box /deep/ .el-slider__button {
  border-radius: 6px !important;
  border: none !important;
  width: 18px !important;
  height: 9px !important;
  background: #fff !important;
  position: relative;
  left: -14px;
}
.storagelease-box /deep/ .el-slider__bar {
  background: #11c16d !important;
  height: 16px !important;
  border-radius: 50px;
}
.storagelease-box /deep/ .el-slider__runway {
  background: #415348 !important;
  border-radius: 50px !important;
  height: 16px !important;
}
.storagelease-box /deep/ .el-slider {
  width: 453px;
  height: 24px;
  padding: 1px;
  border-radius: 50px;
  border: 1px solid #3a4a3b;
  padding: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.storagelease-box .title {
  color: #cae9ca;
  font-size: 16px;
  margin-bottom: 38px;
  font-weight: bold;
}
.confirm-Cancel-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.confirm-Cancel-btn .hovercreate-money {
  position: relative;
}
.confirm-Cancel-btn .hovercreate-money .login-line {
  position: absolute;
  width: 82px;
  height: 2px;
  background: #c7efc6;
  bottom: 0;
  left: 50%;
  margin-left: -41px;
  display: none;
}
.confirm-Cancel-btn .hovercreate-money:hover .hover-Btn-color {
  background: linear-gradient(180deg, #25775a 0%, #1a3f2f 26%, #0d3023 52%, #183629 76%, #154d35 100%) rgba(250, 251, 235, 0.1) !important;
}
.confirm-Cancel-btn .hovercreate-money:hover .login-line {
  display: block;
}
.confirm-Cancel-btn .canl-query {
  display: flex;
}
.confirm-Cancel-btn .canl-query > div:nth-child(1) {
  width: 180px;
  height: 40px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  padding: 1px;
  margin-right: 23px;
  border: 1px solid #6c9d87;
  box-sizing: border-box;
  color: #a1ffa1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.confirm-Cancel-btn .canl-query > div:nth-child(2) {
  color: #a1ffa1;
  width: 180px;
  height: 40px;
  border-radius: 8px 8px 8px 8px;
  padding: 1px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #6c9d87, #1b271d, #3a4a3b);
}
.confirm-Cancel-btn .canl-query > div:nth-child(2) > div:nth-child(1) {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #556d58 0%, #364b42 19%, #1e2b20 52%, #1f321f 76%, #354337 100%);
}
.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: 11eE1E !important;
}
.el-pagination__jump {
  color: #4f5470 !important;
}
.cancel-btn {
  color: #a1ffa1 !important;
  border: 1px solid #3a4a3b;
  background: none !important;
}
.cancel-btn:hover {
  color: #a1ffa1 !important;
  border: 1px solid #3a4a3b;
}
.confirm-btnapi {
  background: linear-gradient(180deg, #556d58 0%, #364b42 19%, #1e2b20 52%, #1f321f 76%, #354337 100%) !important;
  border-color: #354337 !important;
  color: #a1ffa1 !important;
}
.confirm-btnapi:hover {
  background: linear-gradient(180deg, #25775a 0%, #1a3f2f 26%, #0d3023 52%, #183629 76%, #154d35 100%) rgba(250, 251, 235, 0.1) !important;
  border-color: #67c23a;
}
.el-message-box {
  background: linear-gradient(180deg, #053122 0%, #10120d 100%) !important;
  border: none !important;
}
.el-message-box .el-message-box__content {
  color: #cae9ca !important;
}
.titan-table-box-center {
  border: none !important;
  padding-top: 0 !important;
}
.titan-table-box-center .el-table thead tr {
  background: #f1f9f2 !important;
}
input:focus {
  outline: none;
  border: none;
}
.titan-table .el-table--border,
.titan-table .el-table--group {
  border: none;
}
.metacustomClass .el-button--default {
  background: #67c23a !important;
  color: #fff !important;
  border-color: #67c23a !important;
}
.metacustomClass .el-message-box__close {
  color: #67c23a !important;
}
.imgColopointer {
  cursor: pointer;
}
.paginationbox {
  font-size: 14px !important;
}
.paginationbox .el-pagination__sizes {
  height: 33px !important;
}
.paginationbox .el-select-dropdown__item.selected {
  color: #67c23a !important;
}
.el-dialog__wrapper {
  display: flex;
  padding: 20px 0;
}
.el-dialog__wrapper .el-dialog {
  margin-top: auto !important;
  margin: auto;
  overflow-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Poppins";
  src: url(/_nuxt/fonts/Poppins-Regular.093ee89.ttf);
}
body {
  padding-right: 0 !important;
}
.appbox {
  height: 100%;
  width: 100%;
}
.appbox .exchangepnuts {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
}
html,
body,
#app {
  height: 100%;
  font-family: Poppins;
  background: #000;
  color: #fff;
  scroll-behavior: smooth;
}
html .contact,
body .contact,
#app .contact {
  position: fixed;
  bottom: 24px;
  right: 24px;
  cursor: pointer;
  z-index: 12;
  user-select: none;
  /* 标准语法 */
  -webkit-user-select: none;
  /* Safari/Chrome */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
}
html .contact img,
body .contact img,
#app .contact img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
html .contact span,
body .contact span,
#app .contact span {
  color: #000;
  font-weight: 500;
}
html .contact .contact_box,
body .contact .contact_box,
#app .contact .contact_box {
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  transition: 200ms linear;
  border-radius: 24px;
  padding: 0 12px;
}
html .contact .contact_box:hover,
body .contact .contact_box:hover,
#app .contact .contact_box:hover {
  width: 138px !important;
}
html .contact .zhcontact,
body .contact .zhcontact,
#app .contact .zhcontact {
  white-space: nowrap;
}
html .contact .zhcontact:hover,
body .contact .zhcontact:hover,
#app .contact .zhcontact:hover {
  width: 100px !important;
}
html .contact .info,
body .contact .info,
#app .contact .info {
  position: absolute;
  right: -10px;
  top: -10px;
  min-height: 25px;
  min-width: 25px;
  padding: 0 5px;
  background-color: red;
  color: white;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
html .header_public,
body .header_public,
#app .header_public {
  width: 100%;
  position: sticky;
  top: 30px;
  z-index: 5;
  transition: 200ms linear;
}
html .diplay,
body .diplay,
#app .diplay {
  display: none;
}
html .extronBanner,
body .extronBanner,
#app .extronBanner {
  width: 100%;
  cursor: pointer;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
}
html .extronBanner img,
body .extronBanner img,
#app .extronBanner img {
  width: 1920px;
}
#app {
  overflow-y: scroll;
  overflow-x: hidden;
}
#app::-webkit-scrollbar {
  width: 0px;
}
#app::-webkit-scrollbar-thumb {
  background-color: #232525;
}
#app::-webkit-scrollbar-thumb:hover {
  background-color: #b8b8b8;
}
#app::-webkit-scrollbar-track {
  background: transparent;
}
#app::-webkit-scrollbar-corner {
  background-color: black;
  /* 改为黑色 */
}
.showscal::-webkit-scrollbar {
  width: 8px !important;
}
.borderradius38 {
  border-radius: 38px;
}
.marb8 {
  margin-bottom: 8px;
}
.tws-bg {
  background: #121212;
}
.el-container {
  height: 100%;
}
.el-aside {
  height: 100%;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #67c23a !important;
}
.bind-cont .binding-container {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-top: 4px;
}
.bind-cont .login-wallet-required {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 20px;
}
.bind-cont .bind-img {
  width: 62px;
  height: 62px;
}
.procedure-for-receiving {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  background: #121212;
  border-radius: 100px;
  padding: 16px;
}
.procedure-for-receiving .procedure-li2 {
  width: 40px;
  height: auto;
}
.procedure-for-receiving .cursor {
  cursor: pointer;
}
.procedure-for-receiving .procedure-li3 {
  color: rgba(255, 255, 255, 0.4);
  line-height: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 24px;
  width: 29%;
  background: #000000;
  border-radius: 60px;
  justify-content: center;
  padding: 24px 0;
}
.procedure-for-receiving .procedure-li3 .procedure-li3-tips {
  margin-top: 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 18px;
}
.procedure-for-receiving .procedure-li3 > div:nth-child(1) {
  width: 54px;
  height: 54px;
  background: #121212;
  border-radius: 18px;
  color: rgba(0, 122, 255, 0.4);
  font-size: 28px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.procedure-for-receiving .procedure-li1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  color: #007aff;
  line-height: 28px;
  width: 29%;
  background: #000000;
  border-radius: 60px 60px 60px 60px;
  padding: 24px 0;
}
.procedure-for-receiving .procedure-li1 .procedure-li-tips {
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 122, 255, 0.5);
  line-height: 18px;
}
.procedure-for-receiving .procedure-li1 > div:nth-child(1) {
  background: #007aff;
  color: #121212;
  width: 54px;
  height: 54px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border-radius: 18px;
}
.nodepoolRanking-pagination {
  padding: 20px 0;
}
.nodepoolRanking-pagination .el-pagination__jump {
  color: #999999 !important;
}
.nodepoolRanking-pagination .el-pagination__total {
  height: 33px !important;
  line-height: 33px !important;
  margin-right: 10px !important;
  color: #999999 !important;
  font-size: 16px !important;
}
.nodepoolRanking-pagination .btn-prev {
  width: 32px !important;
  height: 32px !important;
  background: rgba(221, 221, 221, 0.3);
  border-radius: 5px !important;
  color: #222 !important;
  margin-left: 16px !important;
}
.nodepoolRanking-pagination .btn-next {
  width: 32px !important;
  height: 32px !important;
  background: rgba(221, 221, 221, 0.3);
  border-radius: 5px !important;
  color: #222 !important;
}
.nodepoolRanking-pagination .el-input__inner {
  color: #999 !important;
  font-size: 14px !important;
}
.nodepoolRanking-pagination .el-input--suffix {
  width: 121px !important;
  height: 33px !important;
}
.nodepoolRanking-pagination .el-input__wrapper {
  border-radius: 6px !important;
  border: 1px solid #f3f3f3 !important;
}
.vis-tab-list-content .list-title-cont {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  align-items: center;
}
.vis-tab-list-content .list-title-cont .left {
  height: 76px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  margin-right: 8px;
  width: 59.5%;
}
.vis-tab-list-content .list-title-cont .newfolder-cli {
  display: flex;
  align-items: center;
  color: #007aff;
}
.vis-tab-list-content .list-title-cont .newfolder-cli .upload-w1 {
  background: #0b1e32;
  margin-left: 8px;
  color: #007aff;
  border: 1px dashed #007aff;
}
.vis-tab-list-content .list-title-cont .newfolder-cli .upload-w1.active {
  border-color: red;
}
.vis-tab-list-content .list-title-cont .newfolder-cli .Create-folder-w1 {
  border: 1px solid #007aff;
}
.vis-tab-list-content .list-title-cont .newfolder-cli > div {
  height: 76px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vis-tab-list-content .list-title-cont .newfolder-cli > div > img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.vis-tab-list-content .list-title-cont .pointer {
  color: #999999;
}
.model-w1240-vis-tab-list-color {
  border: 1px solid #282828 !important;
  padding: 0 24px;
  border-radius: 8px;
  background: #1a1b1c;
}
.model-w1240-vis-tab-list-color .model-paginationbox {
  border-top: 1px solid #282828;
}
.model-w1240-vis-tab-list-color .el-table tr {
  background-color: #1a1b1c !important;
}
.model-w1240-vis-tab-list-color .el-table--border .el-table__cell:first-child .cell {
  padding-left: 24px !important;
}
.model-w1240-vis-tab-list-color .el-table--border::after,
.model-w1240-vis-tab-list-color .el-table--group::after,
.model-w1240-vis-tab-list-color .el-table::before {
  background-color: #282828 !important;
}
.model-w1240-vis-tab-list-color .el-table__row:last-child .el-table__cell {
  border-bottom: none !important;
}
.model-w1240-vis-tab-list-color .el-table--border,
.model-w1240-vis-tab-list-color .el-table--group {
  border: none;
}
.model-w1240-vis-tab-list-color .el-table th.el-table__cell {
  background: rgba(26, 27, 28, 0.4) !important;
  color: #999999;
  font-size: 12px;
  height: 50px;
}
.model-w1240-vis-tab-list-color .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #1a1b1c !important;
}
.model-w1240-vis-tab-list-color .el-table tbody tr {
  background-color: #1a1b1c !important;
  color: #fff;
  font-size: 12px;
  height: 50px;
}
.model-w1240-vis-tab-list-color .el-table td.el-table__cell,
.model-w1240-vis-tab-list-color .el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #282828;
}
.model-w1240-vis-tab-list-color .el-table--border .el-table__cell,
.model-w1240-vis-tab-list-color .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: none !important;
}
.model-vis-tab-list-color {
  border: 1px solid #282828 !important;
  padding: 0 24px;
  border-radius: 8px;
  background: #1a1b1c !important;
}
.model-vis-tab-list-color .model-paginationbox {
  border-top: 1px solid #282828;
}
.model-vis-tab-list-color .el-table tr {
  background-color: #1a1b1c !important;
}
.model-vis-tab-list-color .el-table--border .el-table__cell:first-child .cell {
  padding-left: 24px !important;
}
.model-vis-tab-list-color .el-table--border::after,
.model-vis-tab-list-color .el-table--group::after,
.model-vis-tab-list-color .el-table::before {
  background-color: #1a1b1c !important;
}
.model-vis-tab-list-color .el-table__row:last-child .el-table__cell {
  border-bottom: none !important;
}
.model-vis-tab-list-color .el-table--border,
.model-vis-tab-list-color .el-table--group {
  border: none;
}
.model-vis-tab-list-color .el-table th.el-table__cell {
  background-color: #1a1b1c !important;
  color: #999999;
  font-size: 12px;
  height: 50px;
}
.model-vis-tab-list-color .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #1a1b1c !important;
}
.model-vis-tab-list-color .el-table tbody tr {
  background-color: #1a1b1c !important;
  color: #fff;
  font-size: 12px;
  height: 50px;
}
.model-vis-tab-list-color .el-table td.el-table__cell,
.model-vis-tab-list-color .el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #282828;
}
.model-vis-tab-list-color .el-table--border .el-table__cell,
.model-vis-tab-list-color .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: none !important;
}
.vis-tab-list-color .el-table tr {
  background-color: #121212;
}
.vis-tab-list-color .el-table--border .el-table__cell:first-child .cell {
  padding-left: 24px !important;
}
.vis-tab-list-color .el-table--border::after,
.vis-tab-list-color .el-table--group::after,
.vis-tab-list-color .el-table::before {
  background-color: #121212;
}
.vis-tab-list-color .el-table__row:last-child .el-table__cell {
  border-bottom: none !important;
}
.vis-tab-list-color .el-table--border,
.vis-tab-list-color .el-table--group {
  border: none;
}
.vis-tab-list-color .el-table th.el-table__cell {
  background: #121212 !important;
  color: #999999;
  font-size: 12px;
  height: 50px;
}
.vis-tab-list-color .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #121212;
}
.vis-tab-list-color .el-table tbody tr {
  background: #121212 !important;
  color: #999;
  font-size: 12px;
  height: 60px;
}
.vis-tab-list-color .el-table td.el-table__cell,
.vis-tab-list-color .el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid #1e1e1e;
}
.vis-tab-list-color .el-table--border .el-table__cell,
.vis-tab-list-color .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: none !important;
}
.vis-cont-paginationbox {
  margin-top: 8px;
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 24px;
}
.vis-cont-paginationbox .el-pagination__sizes {
  margin-right: auto !important;
}
.vis-cont-paginationbox .content {
  width: 100%;
}
.vis-cont-paginationbox .el-pagination {
  width: 100%;
  display: flex;
}
.vis-cont-paginationbox .el-input__inner {
  background: none !important;
  border: 1px solid #1e1e1e;
  color: #fff;
}
.vis-cont-paginationbox .el-pagination__jump {
  color: #999999 !important;
}
.vis-cont-paginationbox .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #007aff;
  color: #000000;
  font-size: 14px;
}
.vis-cont-paginationbox .el-pagination.is-background .btn-next.disabled,
.vis-cont-paginationbox .el-pagination.is-background .btn-next:disabled,
.vis-cont-paginationbox .el-pagination.is-background .btn-prev.disabled,
.vis-cont-paginationbox .el-pagination.is-background .btn-prev:disabled,
.vis-cont-paginationbox .el-pagination.is-background .el-pager li.disabled {
  color: #fff;
}
.vis-cont-paginationbox .el-pagination.is-background .btn-next,
.vis-cont-paginationbox .el-pagination.is-background .btn-prev,
.vis-cont-paginationbox .el-pagination.is-background .el-pager li {
  background: none;
  color: #fff;
}
.vis-cont-paginationbox .el-pagination .el-select .el-input .el-input__inner {
  height: 32px;
  background: none;
  border: 1px solid #1e1e1e;
  border-radius: 8px;
  color: #999999 !important;
  font-size: 14px;
  background: #0a0a0a !important;
}
.vis-cont-paginationbox .el-pagination button,
.vis-cont-paginationbox .el-pagination span:not([class*="suffix"]) {
  font-size: 14px !important;
  line-height: 36px;
}
.vis-cont-paginationbox .el-pagination__total {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px !important;
}
.vis-cont-paginationbox .el-pagination.is-background .el-pager .number:not(.disabled):hover {
  color: #fff;
}
.vis-cont-paginationbox .el-pagination.is-background .el-pager .number.active:not(.disabled):hover {
  color: #000 !important;
}
.vis-copy {
  width: 14px;
  height: 14px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.h5-list-tab-color {
  display: none;
}
.el-loading-mask {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  background: #000 !important;
}
.el-dropdown-menu__item:not(.is-disabled):hover {
  background: #000 !important;
}
.el-popper .popper__arrow::after {
  border-bottom-color: #000 !important;
}
.h5-vis-cont-paginationbox-model {
  margin-top: 10px;
  padding: 0 0 !important;
}
.h5-vis-cont-paginationbox-model .el-pagination__editor.el-input .el-input__inner {
  border: 1px solid #282828 !important;
}
.h5-vis-cont-paginationbox-model .el-pagination.is-background .btn-next,
.h5-vis-cont-paginationbox-model .el-pagination.is-background .btn-prev,
.h5-vis-cont-paginationbox-model .el-pagination.is-background .el-pager li {
  margin: 0 0 !important;
}
.h5-vis-cont-paginationbox-model .el-pagination {
  flex-wrap: wrap !important;
}
.h5-vis-cont-paginationbox-model .el-pagination__jump {
  margin-top: 10px;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
html .header_public,
  body .header_public,
  #app .header_public {
    top: 16px;
    z-index: 11;
}
html .contact,
  body .contact,
  #app .contact {
    bottom: 16px;
    right: 16px;
}
html .contact .contact_box:hover,
  body .contact .contact_box:hover,
  #app .contact .contact_box:hover {
    width: 48px !important;
}
html .contact .zhcontact,
  body .contact .zhcontact,
  #app .contact .zhcontact {
    white-space: nowrap;
}
html .contact .zhcontact:hover,
  body .contact .zhcontact:hover,
  #app .contact .zhcontact:hover {
    width: 48px !important;
}
.showscal::-webkit-scrollbar {
    width: 0px !important;
}
.el-header-title {
    height: auto !important;
}
.hover-btn-lang {
    margin-left: 8px !important;
}
.procedure-for-receiving .procedure-li1 {
    display: flex;
    align-items: center;
    width: 100% !important;
}
.procedure-for-receiving .procedure-li2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    display: none !important;
}
.procedure-for-receiving .procedure-li2 > img {
    width: 30px !important;
    height: auto !important;
    transform: rotate(90deg);
}
.procedure-for-receiving .procedure-li3 {
    display: flex;
    align-items: center;
    width: 100% !important;
    margin-bottom: 12px;
}
.procedure-for-receiving {
    flex-wrap: wrap;
    height: auto !important;
}
.procedure-for-receiving .procedure-li1 {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 12px;
}
.procedure-for-receiving .procedure-li3 {
    font-size: 14px !important;
    line-height: 16px !important;
}
.procedure-for-receiving .procedure-li1 > div:nth-child(1) {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
    margin-right: 20px !important;
}
.procedure-for-receiving .procedure-li3 > div:nth-child(1) {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
    margin-right: 20px !important;
}
.vis-cont-paginationbox .el-pagination button,
  .vis-cont-paginationbox .el-pagination span:not([class*="suffix"]) {
    text-align: center;
    margin-top: 10px;
}
.el-pagination {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.el-pagination__jump {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
}
.pc-list-table {
    display: none;
}
.h5-list-tab-color {
    display: block !important;
    padding: 12px;
}
.h5-list-tab-color .h5-border-bottom > div:nth-last-child(1) {
    border-bottom: none !important;
}
.h5-list-tab-color > div:nth-last-child(1) {
    border-bottom: none !important;
}
.h5-list-tab-color .h5-table-list {
    border-bottom: 1px solid #1e1e1e;
}
.h5-list-tab-color .h5-table-list .h5-table-item {
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    font-size: 12px;
}
.h5-list-tab-color .h5-table-list .h5-table-item > div:nth-child(1) {
    flex-shrink: 0;
}
.h5-list-tab-color .h5-table-list .h5-table-item > div:nth-child(2) {
    color: #fff;
    text-align: right;
}
.el-main {
    padding: 0 15px 15px !important;
}
}
.bg-background {
  background-color: #fff;
}
.text-green-500 {
  color: #00ff00 !important;
}
.bg-green-500 {
  background: #00ff00 !important;
}
.bg-secondary {
  background-color: #fff;
}
.bg-primary {
  background: #181818;
}
.bg-red-900\/50 {
  background-color: #ef4444;
}
.border-gray-700 {
  border: 1px solid #1e1e1e !important;
}
.bg-gray-800\/50 {
  background-color: #0a0a0a !important;
}
.bg-gray-700\/50 {
  background-color: rgba(55, 65, 81, 0.5);
}
.hover\:bg-secondary\/80:hover {
  background-color: #f4f4f5cc !important;
  color: #fee2e2 !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: #fff !important;
}
.text-green-100 {
  background-color: rgba(0, 255, 0, 0.3) !important;
}
.text-green-400 {
  color: rgba(0, 255, 0, 0.7) !important;
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: #00ff00 !important;
}
.h-8 {
  cursor: pointer;
}
.bg-gray-700\/80 {
  background-color: rgba(55, 65, 81, 0.8) !important;
}
.bg-red-500\/20 {
  background-color: rgba(239, 68, 68, 0.2);
}
.blur-xl {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.input-color {
  border: 1px solid #1e1e1e !important;
}
.to-blue-500\/20 {
  --tw-gradient-to: rgba(59, 130, 246, 0.2) var(--tw-gradient-to-position) !important;
}
.text-green-100 {
  background-color: #14532d80;
}
.from-green-500\/20 {
  --tw-gradient-from: rgba(34, 197, 94, 0.2) var(--tw-gradient-from-position) !important;
}
.hover\:text-black:hover {
  color: #000 !important;
}
.scaleColor {
  will-change: transform;
  transform: none;
}
.pointer-events {
  pointer-events: none !important;
}
.scaleColor :hover {
  will-change: transform;
  transform: scale(1.05);
  transition: 0.5s;
}
.el-slider__runway {
  height: 8px !important;
  background-color: #f4f4f5 !important;
}
.el-slider__bar {
  height: 8px !important;
}
.el-slider__button {
  border: 2px solid #22c55e !important;
  background-color: #22c55e !important;
}
.el-slider__bar {
  background-color: #181818 !important;
}
.el-slider__button {
  width: 20px !important;
  height: 20px !important;
}
.pagination-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination-box .el-pagination__total {
  color: #fff !important;
}
.flex-shrink {
  flex-shrink: 0 !important;
}
.h5-pagination {
  display: none;
}
.Wallet-available-balance-img {
  width: 90px;
  height: 90px;
}
.upload-file-cont .title {
  margin-bottom: 4px;
}
@media (max-width: 1460px) {
.procedure-for-receiving .procedure-li3 > div:nth-child(1) {
    width: 48px !important;
    height: 48px !important;
}
.procedure-for-receiving .procedure-li1 > div:nth-child(1) {
    width: 48px !important;
    height: 48px !important;
}
.enlishBoxContent .procedure-for-receiving .procedure-li3 {
    font-size: 16px !important;
}
.enlishBoxContent .procedure-for-receiving .procedure-li1 {
    font-size: 17px !important;
}
}
@media (max-width: 768px) {
.vis-cont-paginationbox {
    height: auto !important;
    padding: 12px !important;
}
.procedure-for-receiving > div:nth-last-child(1) {
    margin-bottom: 0 !important;
}
.procedure-for-receiving {
    border-radius: 50px !important;
    padding: 12px 12px !important;
}
.Wallet-available-balance-img {
    width: 70px !important;
    height: 70px !important;
}
.modify-button-style {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.modify-button-style .password-button1 {
    margin-top: 10px !important;
}
.modify-button-style .password-button {
    width: 100% !important;
    height: 44px !important;
}
.h5-svg {
    display: none !important;
}
.text-2xl {
    font-size: 1.2rem !important;
}
.px-6 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.h5-pagination .el-pagination__jump {
    margin-top: 10px;
    margin-left: 0 !important;
    width: 100%;
    text-align: center;
}
.h5-pagination .el-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.el-pagination {
    flex-wrap: wrap !important;
}
.h5-pagination {
    display: block !important;
}
.pc-pagination {
    display: none;
}
.h-8 {
    display: none !important;
}
.w-24 {
    width: 4rem !important;
    height: 4rem !important;
}
.text-3xl {
    font-size: 1.2rem !important;
}
.dispaly-none {
    display: none !important;
}
.px-4 {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
}
.gap-2 {
    gap: 0.2rem !important;
}
}

