.zoomex-common-fixed-footer {
  width: 100%;
  height: 48px;
  background: #17181e;
  position: relative;
}

.zoomex-noncrypto-footer-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 64px 120px;
  background: #15192a;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-logo {
  width: 200px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://smart1.bycsi.com/asset/image/logo-white.svg');
  margin-bottom: 20px;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-copyright {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper {
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper > a {
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper > a:hover {
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .zoomex-noncrypto-footer-wrapper {
    padding: 0 20px;
  }
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    padding: 36px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 684px;
  }
}
@media screen and (max-width: 767px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 343px;
  }
}
@media screen and (max-width: 343px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 100%;
  }
}

.common-fixed-header {
  background: var(--re-bg-drak);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
.common-fixed-header-inner {
  height: 3rem;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#__region_frame_header__ {
  background: var(--re-rui-bg-web-1);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
#__region_signup {
  position: relative;
  z-index: 1003;
}
#__region_signup .signup-modal span.close {
  color: var(--re-new-grey-minor);
}
body.branch-banner-is-active .common-fixed-header {
  margin-top: 77px;
}
body.branch-banner-is-active #modal-root .by-uniframe.by-modal {
  top: 25px !important;
}
#branch-banner-iframe {
  position: fixed !important;
}

.non-crypto-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100vw;
  height: 48px;
  background: #17181e;
  color: #ffffff;
}
.non-crypto-header-wrapper .non-crypto-header-left .logo {
  width: auto;
  height: 22px;
  margin-left: 16px;
}
.non-crypto-header-wrapper .non-crypto-header-right {
  display: flex;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-sign-up {
  padding: 0 20px;
  font-weight: 600;
  color: #17181e;
  background-color: #ffb11a;
  cursor: pointer;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-locale-selector {
  width: 48px;
  color: #fff;
  cursor: pointer;
}
.lang-selector-modal.ant-modal {
  width: 60vw !important;
  max-width: 800px;
  min-height: 500px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.38);
}
.lang-selector-modal.ant-modal .ant-modal-content {
  box-shadow: none;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 60px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.lang-selector-modal.ant-modal .ant-modal-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.05);
  height: 80px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.lang-selector-modal.ant-modal .ant-modal-header .ant-modal-title {
  font-weight: 500;
  font-size: 20px;
}
.lang-selector-modal.ant-modal .ant-modal-body {
  height: calc(100% - 80px);
  margin: 0 40px 40px;
  padding: 0;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
  width: 33%;
  padding: 10px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item:hover {
  color: #ffb11a;
  background: rgba(255, 177, 26, 0.06);
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item.active {
  color: #ffb11a;
}
/* ipad */
@media (max-width: 1024px) {
  .lang-selector-modal.ant-modal {
    max-width: 600px;
    min-height: 500px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 49%;
  }
}
/* mobile */
@media (max-width: 768px) {
  .lang-selector-modal.ant-modal {
    width: 100vw !important;
    height: 90vh !important;
    max-height: 800px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 0;
  }
  .lang-selector-modal.ant-modal .ant-modal-header {
    padding: 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .lang-selector-modal.ant-modal .ant-modal-body {
    margin: 0 20px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
    width: 100%;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 16px;
  }
}

.common-upload .ant-upload.ant-upload-select-picture-card {
  width: 155px;
  height: 155px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
}
.common-upload .ant-upload.ant-upload-select-picture-card .common-upload__button {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--re-new-grey-detail);
}
.common-upload .ant-upload.ant-upload-select-picture-card img {
  width: 155px;
  height: 155px;
  border-radius: 8px;
}
.common-upload .ant-upload.ant-upload-select-picture-card.ant-upload-disabled .common-upload__button {
  cursor: not-allowed;
}

.float-window {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 1000;
  width: auto;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1101;
}
.modal_background .login-frame {
  width: 446px;
  height: 488px;
  /* new: 488px */
  border: none;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translate(-50%, -50%);
}
.modal_background .login-frame.reg {
  height: 600px;
  /* new: 600px */
}
@media screen and (min-width: 748px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 747px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 446px) {
  .modal_background .login-frame {
    width: calc(100% - 8px) !important;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 545px;
  }
}

.social-svg-icon {
  flex-shrink: 0;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin: 0px;
}
.social-svg-icon .hover,
.social-svg-icon .active {
  display: none;
}
.social-svg-icon svg {
  border-radius: 100%;
}
.social-svg-icon:hover .hover {
  display: initial;
}
.social-svg-icon:active .active {
  display: initial;
}

.social-link-list {
  position: relative;
}
.social-link-list div {
  float: right;
  margin-right: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 24px !important;
  margin-top: 29px !important;
}
.social-link-list div img {
  cursor: pointer;
  border-radius: 12px;
  width: 172px;
  height: 172px;
}
.social-link-list div:first-child {
  margin-right: 0 !important;
}
.social-link-list .modal-img {
  position: absolute;
  width: 172px;
  height: 172px;
  right: -160px;
  top: -180px;
  z-index: 9;
}
.social-link-list-phone {
  width: 210px;
  margin: 0 auto;
  height: 50px;
}
.social-link-list-phone div {
  clear: both;
  float: none;
}
.social-link-list-phone div:nth-child(2) {
  margin-left: 24px !important;
}
.social-link-list-phone div:first-child {
  margin-left: 24px !important;
}

.referral-banner {
  padding-top: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.referral-banner .referral-banner_title {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  background: linear-gradient(178.89deg, #ffffff 20.02%, #0bd9bd 116.77%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  color: transparent;
}
.referral-banner .referral-banner_title::before {
  content: url('/referral/referral-v2/banner/star.svg');
  display: block;
  position: absolute;
  left: -28px;
  top: -4px;
}
.referral-banner .referral-banner_title::after {
  content: url('/referral/referral-v2/banner/star.svg');
  display: block;
  position: absolute;
  right: -28px;
  top: -4px;
}
.referral-banner .referral-banner_reward {
  height: 80px;
  width: 656px;
  margin-top: 18px;
  background-image: url('/referral/referral-v2/banner/max-reward.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.referral-banner .referral-banner_time {
  width: 693px;
  height: 42px;
  line-height: 42px;
  margin-top: 21px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15px;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(80, 188, 182, 0) 0%, rgba(80, 188, 182, 0.51) 52.28%, rgba(80, 188, 182, 0) 100%);
}
.referral-banner .referral-banner_reward_step {
  display: flex;
  justify-content: center;
  width: 960px;
  height: 254px;
  margin-top: 30px;
  background-image: url('/referral/referral-v2/banner/reward-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.referral-banner .referral-banner_reward_step .reward_step-item {
  position: relative;
  width: 222px;
  height: 254px;
  border-radius: 12px;
  margin-right: 24px;
}
.referral-banner .referral-banner_reward_step .reward_step-item:last-child {
  margin-right: 0;
}
.referral-banner .referral-banner_reward_step .reward_step-item .title {
  padding: 4px 4px 0;
  height: 32px;
}
.referral-banner .referral-banner_reward_step .reward_step-item .title span {
  display: inline-block;
  font-weight: 600;
  line-height: 17px;
  padding-top: 4px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 4.6px;
  text-transform: uppercase;
}
.referral-banner .referral-banner_reward_step .reward_step-item .content {
  position: absolute;
  top: 130px;
  left: 16px;
  width: 190px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: var(--re-rui-text-b);
}
.referral-banner .referral-banner_reward_step .reward_step-item .tip {
  position: absolute;
  top: 234px;
  width: 100%;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1px;
  text-transform: capitalize;
  color: #ffffff;
}
.referral-banner .referral-banner_reward_step .reward_step-item--1 .title > span {
  color: #fe981c;
}
.referral-banner .referral-banner_reward_step .reward_step-item--1 .tip > span {
  color: #fec343;
}
.referral-banner .referral-banner_reward_step .reward_step-item--2 .title > span {
  color: #000000;
  opacity: 0.34;
}
.referral-banner .referral-banner_reward_step .reward_step-item--2 .tip > span {
  color: #4092ff;
}
.referral-banner .referral-banner_reward_step .reward_step-item--3 .title > span {
  color: #f55168;
  opacity: 0.7;
}
.referral-banner .referral-banner_reward_step .reward_step-item--3 .tip > span {
  color: #f55168;
}
.referral-banner .referral-banner_reward_step .reward_step-item--4 .title > span {
  color: #000000;
  opacity: 0.2;
}
.referral-banner .referral-banner_reward_step .reward_step-item--4 .tip > span {
  color: #01cdb1;
}
.referral-banner .referral-banner_trade-reward {
  width: 960px;
  height: 152px;
  margin-top: 34px;
  background: rgba(0, 190, 167, 0.3);
  border-radius: 12px;
  background-image: url('/referral/referral-v2/banner/trade-reward.svg');
  background-repeat: no-repeat;
  background-position-x: 90px;
}
.referral-banner .referral-banner_trade-reward .title {
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 4.6px;
  text-transform: uppercase;
  color: var(--re-rui-brand-main);
  background: #0c8a80;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.referral-banner .referral-banner_trade-reward .content {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1px;
  color: var(--re-rui-text-b);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 66px;
  height: 120px;
}
.referral-banner .referral-banner_trade-reward .content .content_text {
  padding-left: 360px;
  text-align: left;
  white-space: pre-line;
}
.referral-banner .referral-banner_trade-reward .content .content_text span {
  color: var(--re-rui-brand-main);
}
@media (min-width: 768px) and (max-width: 960px) {
  .referral-banner .referral-banner_reward_step {
    width: 96%;
    background-size: contain;
  }
  .referral-banner .referral-banner_reward_step .reward_step-item {
    width: calc(25% - 18px);
  }
  .referral-banner .referral-banner_reward_step .reward_step-item .title span {
    letter-spacing: 0.6px;
  }
  .referral-banner .referral-banner_reward_step .reward_step-item .content {
    left: 0;
    top: 102px;
    width: 98%;
  }
  .referral-banner .referral-banner_trade-reward {
    width: 96%;
  }
  .referral-banner .referral-banner_trade-reward .content {
    left: 0;
    top: 102px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 24px;
    height: 120px;
  }
}

.copy-svg-icon {
  flex-shrink: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.copy-svg-icon:hover path {
  fill: var(--re-rui-brand-hover);
}
.copy-svg-icon:active path {
  fill: var(--re-rui-brand-press);
}

.post-login-header .banner-invite {
  width: 100%;
  height: 228px;
  margin-top: 32px;
  background: rgba(11, 217, 189, 0.2);
}
.post-login-header .banner-invite .banner-invite-container {
  width: 960px;
  margin: auto;
  padding-top: 40px;
  text-align: left;
}
.post-login-header .banner-invite .banner-invite-container .invite-title {
  height: 41px;
  line-height: 41px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: var(--re-rui-text-b);
}
.post-login-header .banner-invite .banner-invite-container .invite-content {
  padding-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_title {
  line-height: 17px;
  padding-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: var(--re-rui-text-b-05);
}
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 8px;
  width: 486px;
  height: 48px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--re-rui-text-a);
  background-color: #fff;
}
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_text {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_link,
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_code {
  margin-right: 24px;
}
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_code > .invite-content_detail {
  width: 210px;
}
.post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_social {
  padding-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .post-login-header {
    height: 320px;
  }
  .post-login-header .banner-invite .banner-invite-container {
    width: 96%;
    padding-top: 16px;
  }
  .post-login-header .banner-invite .banner-invite-container .invite-content {
    padding-top: 12px;
    flex-wrap: wrap;
  }
  .post-login-header .banner-invite .banner-invite-container .invite-content .invite-content_detail {
    width: 400px;
  }
  .post-login-header .inside {
    padding: 40px 0 80px;
    width: auto !important;
    margin: 0 66px !important;
  }
}
@media (max-width: 767px) {
  .post-login-header {
    box-sizing: border-box;
    height: auto;
  }
  .post-login-header .referral-login-header-content {
    background-image: none !important;
  }
  .post-login-header .m-banner {
    width: 100%;
  }
  .post-login-header .inside {
    width: auto !important;
    margin: 0 20px !important;
    height: 210px;
    padding: 40px 0 0;
  }
  .post-login-header .inside h1 {
    font-size: 30px !important;
    text-align: center;
  }
  .post-login-header .inside p {
    font-size: 20px !important;
    text-align: center;
  }
  .post-login-header .inside p.worth {
    font-size: 22px !important;
  }
}

.referral-login-section-wrapper {
  background: #fff;
}
.referral-login-section-wrapper .referral-banner-section {
  width: 100%;
  height: 994px;
  text-align: center;
  background-image: url('/referral/referral-v2/banner/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.referral-login-section-wrapper .referral-invite-card-section {
  margin-top: 70px;
}
.referral-login-section-wrapper .referral-dashboard-section {
  margin-top: 80px;
}
.referral-login-section-wrapper .referral-center-section {
  width: 960px;
  margin: 0 auto;
}
.referral-login-section-wrapper .referral-questions-conditions-section {
  margin-top: 40px;
}
.referral-login-section-wrapper .referral-questions-rules-section {
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .referral-login-section-wrapper .referral-center-section {
    width: 96% !important;
  }
  .referral-login-section-wrapper .referral-invite-card-section {
    margin-top: 35px !important;
  }
  .referral-login-section-wrapper .referral-dashboard-section {
    margin-top: 40px !important;
  }
  .referral-login-section-wrapper .referral-invite-card-section {
    margin-top: 40px !important;
  }
  .referral-login-section-wrapper .referral-questions-faqs-section {
    margin-top: 40px !important;
  }
  .referral-login-section-wrapper .referral-questions-rules-section {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .referral-login-section-wrapper .referral-banner-section {
    height: 300px;
  }
  .referral-login-section-wrapper .referral-center-section {
    width: auto !important;
    margin: 0 22px !important;
  }
  .referral-login-section-wrapper .referral-dashboard-section {
    margin-top: 30px !important;
  }
  .referral-login-section-wrapper .referral-invite-card-section {
    margin-top: 30px !important;
  }
  .referral-login-section-wrapper .referral-questions-faqs-section {
    margin-top: 30px !important;
  }
  .referral-login-section-wrapper .referral-questions-rules-section {
    margin-top: 0px !important;
  }
}
.ant-drawer-title {
  font-size: 20px;
  color: #394e62;
  padding-left: 12px;
}
.ant-drawer-header {
  border-bottom: none;
}
.ant-drawer-content {
  border-radius: 16px 16px 0 0;
}
.ant-drawer-mask {
  background-color: rgba(57, 78, 98, 0.75);
}
.ant-drawer-close {
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  .referral-guide-phone {
    width: 100%;
    padding: 0px 32px;
  }
  .referral-guide-phone .title-img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px dashed #d7dce0;
    border-radius: 8px;
  }
  .referral-guide-phone .title-img .participate-item {
    flex-grow: 1;
    flex-shrink: 1;
    word-break: break-word;
  }
  .referral-guide-phone .title-img .participate-item .invite-friend {
    background-image: url('/referral/referral-v2/participate/invite.svg');
  }
  .referral-guide-phone .title-img .participate-item .complete-task {
    background-image: url('/referral/referral-v2/participate/task.svg');
  }
  .referral-guide-phone .title-img .participate-item .claim-reward {
    background-image: url('/referral/referral-v2/participate/reward.svg');
  }
  .referral-guide-phone .title-img .participate-item .priticipate-icon {
    width: 100%;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 100% 64px;
  }
  .referral-guide-phone .title-img .participate-item .participate-item_label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--re-rui-text-a);
    text-align: center;
  }
  .referral-guide-phone .title-img .participate-arrow {
    width: 18px;
    height: 18px;
    background-image: url('/referral/referral-v2/participate/arrow-forward.svg');
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    margin-top: 23px;
  }
  .referral-guide-phone .phone-item {
    width: 100%;
  }
  .referral-guide-phone .phone-item p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    color: #6d8092;
    padding-left: 22px;
    position: relative;
    margin-bottom: 8px;
  }
  .referral-guide-phone .phone-item p i {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('/referral/referral-v2/star-front.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
    margin-right: 8px;
  }
  .referral-guide-phone .phone-item p span {
    color: #0bd9bd;
    font-weight: bold;
  }
}

.referral-condition-widget .referral-widget-box .content__title {
  height: 41px;
  line-height: 41px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 28px;
  color: var(--re-rui-text-a);
}
.referral-condition-widget .content {
  box-shadow: none;
  margin-top: 0px !important;
}
.referral-condition-widget .content .content__ul {
  list-style: none;
  margin-bottom: 0;
}
.referral-condition-widget .content .content__ul li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 14px;
  list-style-position: inside;
  line-height: 25px;
  padding-left: 27px;
  position: relative;
}
.referral-condition-widget .content .content__ul li p {
  white-space: pre-line;
  margin-bottom: 0;
}
.referral-condition-widget .content .content__ul li h2 > span,
.referral-condition-widget .content .content__ul li p > span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--re-rui-brand-main);
}
.referral-condition-widget .content .content__ul li .condition-line {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a-08);
}
.referral-condition-widget .content .content__ul li .condition-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: var(--re-rui-text-a);
}
.referral-condition-widget .content .content__ul li .condition-content {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a);
}
.referral-condition-widget .content .content__ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .referral-condition-widget {
    margin-top: 32px;
  }
  .referral-condition-widget .referral-widget-box .content__title {
    height: unset;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: var(--re-rui-text-a);
  }
  .referral-condition-widget .content {
    box-shadow: none;
    margin-top: 0px !important;
  }
  .referral-condition-widget .content .content__ul {
    list-style: none;
    margin-bottom: 0;
  }
  .referral-condition-widget .content .content__ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
    list-style-position: inside;
    padding-left: 18px;
    position: relative;
  }
  .referral-condition-widget .content .content__ul li p {
    white-space: pre-line;
    margin-bottom: 0;
  }
  .referral-condition-widget .content .content__ul li h2 > span,
  .referral-condition-widget .content .content__ul li p > span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: var(--re-rui-brand-main);
  }
  .referral-condition-widget .content .content__ul li p > span {
    top: 2px;
  }
  .referral-condition-widget .content .content__ul li .condition-line {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--re-rui-text-a);
  }
  .referral-condition-widget .content .content__ul li .condition-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    font-style: normal;
    color: var(--re-rui-text-a);
  }
  .referral-condition-widget .content .content__ul li:last-child {
    margin-bottom: 0;
  }
}

.referral-rfq-widget .referral-widget-box .content__title {
  height: 41px;
  line-height: 41px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 28px;
  color: var(--re-rui-text-a);
}
.referral-rfq-widget .content {
  box-shadow: none;
  margin-top: 0px !important;
}
.referral-rfq-widget .content .content__ul {
  list-style: none;
}
.referral-rfq-widget .content .content__ul li {
  list-style: none;
  margin-bottom: 16px;
  font-size: 14px;
  list-style-position: inside;
  line-height: 25px;
  padding-left: 27px;
  position: relative;
}
.referral-rfq-widget .content .content__ul li h2 {
  height: 26px;
  line-height: 20px;
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: var(--re-rui-text-a-08);
}
.referral-rfq-widget .content .content__ul li h2 span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  color: var(--re-rui-brand-main);
}
.referral-rfq-widget .content .content__ul li p {
  line-height: 24px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a-08);
  white-space: pre-line;
}
@media (max-width: 767px) {
  .referral-rfq-widget .referral-widget-box .content__title {
    height: unset;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: var(--re-rui-text-a);
  }
  .referral-rfq-widget .content {
    box-shadow: none;
    margin-top: 0px !important;
  }
  .referral-rfq-widget .content .content__ul {
    list-style: none;
  }
  .referral-rfq-widget .content .content__ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
    list-style-position: inside;
    padding-left: 18px;
    position: relative;
  }
  .referral-rfq-widget .content .content__ul li h2 {
    height: unset;
    line-height: 17px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    color: var(--re-rui-text-a);
  }
  .referral-rfq-widget .content .content__ul li h2 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: var(--re-rui-brand-main);
  }
  .referral-rfq-widget .content .content__ul li p {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    color: var(--re-rui-text-a);
    white-space: pre-line;
  }
}

.referral-stats-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  background: rgba(231, 251, 248, 0.5);
  border-radius: 12px;
  height: 142px;
}
.referral-stats-container .referral-stats-container_stats {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
}
.referral-stats-container .referral-stats-container_stats .referral-stats-container_stats_item {
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.referral-stats-container .referral-stats-container_stats .referral-stats-container_stats_title {
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: var(--re-rui-text-a-05);
}
.referral-stats-container .referral-stats-container_stats .referral-stats-container_stats_value {
  font-weight: 700;
  font-size: 32px;
  color: var(--re-rui-text-a);
}
.referral-stats-container .referral-stats-container_stats .referral-stats-container_stats_value .sub-text {
  font-size: 14px;
  padding-left: 4px;
}
.referral-stats-container .referral-statas-container_reward {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 342px;
}
.referral-stats-container .referral-statas-container_reward .reward-icon {
  width: 142px;
  height: 142px;
  background-image: url('/referral/referral-v2/reward/reward.svg');
  flex-shrink: 0;
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  letter-spacing: 0.4px;
  color: var(--re-rui-brand-main);
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress {
  height: 24px;
  display: flex;
  align-items: center;
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress .progress {
  width: 120px;
  margin-right: 8px;
  background-color: var(--re-rui-brand-main-01);
  border-radius: 100px;
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress .progress::before {
  content: '';
  display: block;
  height: inherit;
  width: var(--width);
  background: linear-gradient(270deg, #3ef2c9 0%, #0bd9bd 95.35%);
  box-shadow: 0px 2px 4px rgba(11, 217, 189, 0.25);
  border-radius: 100px;
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress .next-level,
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress .invite-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress .invite-count {
  color: var(--re-rui-brand-main);
}
.referral-stats-container .referral-statas-container_reward .reward-right .reward-progress .next-level {
  color: var(--re-rui-text-a-05);
}
@media (min-width: 768px) and (max-width: 960px) {
  .referral-stats-container {
    padding: 12px 8px;
  }
  .referral-stats-container .referral-stats-container_stats .referral-stats-container_stats_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    margin-right: 24px;
  }
  .referral-stats-container .referral-stats-container_stats .referral-stats-container_stats_item .referral-stats-container_stats_value {
    padding-top: 0;
    height: 46px;
    line-height: 46px;
  }
}

.table-wrap {
  color: var(--re-text-primary);
}
.table-wrap .table-body-wrap {
  overflow-y: auto;
  height: 280px;
}
.invitation-record__spacing {
  display: flex;
  flex-wrap: wrap;
  line-height: 18px;
  font-weight: 500;
}
.invitation-record__spacing div {
  margin-right: 24px;
}
.invitation-record__spacing div:last-child {
  margin-right: 0;
}
.invitation-record__spacing .div-0 {
  width: 156px;
}
.invitation-record__spacing .div-1 {
  width: 80px;
}
.invitation-record__spacing .div-2 {
  width: 142px;
}
.invitation-record__spacing .div-3 {
  width: 180px;
}
.invitation-record__spacing .div-4 {
  width: 104px;
}
.invitation-record__spacing .div-5 {
  width: 112px;
  text-align: right;
}
.invitation-record__headers {
  padding: 19px 32px;
  height: 56px;
}
.invitation-record__headers div {
  line-height: 17px;
  color: var(--re-rui-text-a-05);
  font-weight: 500;
  font-size: 12px;
}
.invitation-record__empty {
  display: flex;
  min-height: 136px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.invitation-record__empty .invitation-record__empty_img {
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.invitation-record__empty .invitation-record__empty_img span {
  display: inline-block;
  width: 123px;
  height: 132px;
  background: url('/referral/referral-v2/empty.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__empty .invitation-record__empty_text {
  color: var(--re-text-primary);
  font-size: 16px;
  margin-right: -10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  width: 100%;
  line-height: 32px;
  padding-top: 12px;
}
.invitation-record__empty .invitation-record__empty_text span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  padding-top: 4px;
  letter-spacing: 0.4px;
  color: var(--re-rui-text-a-05);
}
.invitation-record__empty .invitation-record__empty_text img {
  width: 80px;
  margin: 40px auto 0;
}
.invitation-record__row {
  padding: 16px 28px 16px 32px;
  height: 56px;
}
.invitation-record__row:hover {
  background: #f9fafb;
}
.invitation-record__row > div {
  color: var(--re-text-primary);
  line-height: 24px;
}
.active {
  color: var(--re-rui-brand-main) !important;
}
.invitation-record__buttons {
  display: none;
  bottom: 0;
  margin: 30px 40px;
  display: flex;
  justify-content: flex-end;
  font-family: DINPro;
}
.invitation-record__buttons .itemPage {
  display: inline-block;
  width: 18px;
  height: 14px;
  cursor: pointer;
}
.invitation-record__buttons .next {
  margin-right: 40px;
  background: url('/referral/referral-v2/next.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__buttons .next:hover:not(.disable) {
  margin-right: 40px;
  background: url('/referral/referral-v2/next-hover.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__buttons .firstPage {
  background: url('/referral/referral-v2/firstPage.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__buttons .firstPage:hover:not(.disable) {
  background: url('/referral/referral-v2/firstPage-hover.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__buttons .lastPage {
  background: url('/referral/referral-v2/lastPage.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__buttons .lastPage:hover:not(.disable) {
  background: url('/referral/referral-v2/lastPage-hover.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.invitation-record__buttons .previous {
  margin-left: 15px;
  background: url('/referral/referral-v2/previous.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 30px;
}
.invitation-record__buttons .previous:hover:not(.disable) {
  margin-left: 15px;
  background: url('/referral/referral-v2/previous-hover.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0 30px;
}
.invitation-record__buttons .records {
  margin-right: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #000;
}
.invitation-record__buttons .disable {
  cursor: not-allowed !important;
}
@media (max-width: 766px) {
  .invitation-record__buttons {
    display: none;
  }
  .invitation-record__buttons .itemPage {
    display: none;
  }
  .invitation-record__buttons .itemPage.firstPage {
    display: inline-block;
  }
  .invitation-record__buttons .itemPage:last-child {
    display: inline-block;
  }
}

.invitation-record {
  width: 960px;
  height: 336px;
  margin-top: 16px;
  border: 1px solid #ebedef;
  border-radius: 12px;
}
.invitation-record .invitation-record-title {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}
.invitation-record .invitation-record-title .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: var(--re-text-primary);
}
.invitation-record .invitation-record-numbers {
  display: flex;
  margin-top: 17px;
  padding: 0 32px;
}
.invitation-record .invitation-record-numbers .invitation-record-numbers-title {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-text-primary);
  margin-right: 40px;
}
.invitation-record .invitation-record-numbers .last-item {
  margin-left: 20px;
}
.invitation-record .invitation-record-numbers .invitation-record-numbers-item-wrapper {
  display: flex;
}
.invitation-record .invitation-record-numbers .invitation-record-numbers-item-wrapper .invitation-record-numbers-item {
  display: flex;
}
.invitation-record .invitation-record-numbers .invitation-record-numbers-item-wrapper .invitation-record-numbers-item .invitation-record-numbers-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-text-primary);
}
.invitation-record .btn-operate {
  max-width: 112px;
  min-width: 88px;
  height: 24px;
  line-height: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: var(--re-rui-brand-main);
  border-radius: 4px;
  border: none;
}
.invitation-record .btn-operate:hover {
  background-color: var(--re-rui-brand-hover);
}
.invitation-record .btn-operate:active {
  background-color: var(--re-rui-brand-press);
}
.invitation-record .btn-operate[disabled],
.invitation-record .btn-operate[disabled]:hover,
.invitation-record .btn-operate[disabled]:focus,
.invitation-record .btn-operate[disabled]:active {
  opacity: 0.3;
  color: #ffffff;
  background-color: var(--re-rui-brand-main);
}
.invitation-record .invitation-record_data {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a);
}
.invitation-record .invitation-op {
  color: var(--re-rui-text-a-05);
}
.invitation-record .invitation-record__show_status {
  font-weight: 700;
}
.invitation-record .invitation-record__volume {
  font-family: 'Barlow';
  font-weight: 600;
}
.invitation-record .invitation-record__show_name,
.invitation-record .invitation-record__show_status {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.invitation-record .invitation-email-triggered {
  color: gray;
}
.invitation-record .invitation-email-not-triggered {
  color: var(--re-rui-brand-main);
  cursor: pointer;
}
@media (max-width: 767px) {
  .invitation-record .invitation-record-title .title {
    font-size: 16px;
  }
  .invitation-record .invitation-record-numbers {
    display: inline-block;
  }
  .invitation-record .invitation-record-numbers .invitation-record-numbers-title {
    font-size: 14px;
  }
  .invitation-record .invitation-record-numbers .invitation-record-numbers-item .invitation-record-numbers-icon {
    display: flex;
    width: 20px;
    min-width: 20px;
    height: 18px;
    margin-right: 10px;
    background-image: url('/referral/record/people.svg');
    background-repeat: no-repeat;
  }
  .invitation-record .invitation-record-numbers .invitation-record-numbers-item .invitation-record-numbers-text {
    font-size: 14px !important;
  }
  .invitation-record .invitation-record-numbers-item-wrapper {
    display: flex;
    justify-content: center;
  }
  .invitation-record__headers {
    font-size: 14px !important;
  }
  .invitation-font {
    font-weight: 700;
    font-size: 14px !important;
    width: 114px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .invitation-record-section {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.dashboard-container {
  width: 960px;
}
.dashboard-container .d-title {
  height: 41px;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: var(--re-rui-text-a);
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .dashboard-container {
    width: 100%;
  }
  .dashboard-container .d-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dashboard-container .dashboard-right > div {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .dashboard-container {
    display: block !important;
  }
  .dashboard-container .d-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .dashboard-container .dashboard-right > div {
    padding: 15px !important;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .referral-rewards-phone_login {
    width: 100%;
    padding: 0 32px;
    padding-bottom: 55px;
    margin-bottom: -3px;
  }
  .referral-rewards-phone_login button {
    width: 100%;
    background: #0bd9bd;
    border-radius: 14px;
    height: 55px;
    border: none;
    color: #fff;
  }
  .socia-share {
    height: 80px;
  }
  .modal-share .my-linked {
    font-size: 12px;
  }
  .modal-share .linked-area {
    background: #f6f7fb;
    padding: 6px;
    margin: 12px 0;
  }
  .modal-share button {
    width: 100%;
    background: #0bd9bd;
    border-radius: 12px;
    height: 49px;
    border: none;
    color: #fff;
    margin: 12px 0;
  }
  .modal-share .pla-share {
    text-align: center;
    font-size: 12px;
    margin-top: 24px;
  }
}
.ant-modal-title {
  text-align: center;
}

@media (max-width: 767px) {
  .referral-banner-phone {
    position: relative;
    height: 300px;
    background-color: linear-gradient(270deg, #12202e 0%, rgba(18, 32, 46, 0) 54.78%, #12202e 100%);
    background-image: url('/referral/referral-v2/banner/bg-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 14px 32px;
  }
  .referral-banner-phone .banner-faq {
    line-height: 20px;
    padding-top: 40px;
    margin-right: -16px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #a9b3bc;
  }
  .referral-banner-phone .banner-detail {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 32px;
    right: 32px;
    bottom: 14px;
  }
  .referral-banner-phone .banner-detail .banner-detail_text .banner-detail_reward {
    width: 177px;
    height: 28px;
    margin-bottom: 4px;
    background-image: url('/referral/referral-v2/banner/max-reward-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .referral-banner-phone .banner-detail .banner-detail_text p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;
    background: linear-gradient(178.89deg, #ffffff 20.02%, #0bd9bd 116.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  .referral-banner-phone .banner-detail .banner-detail_child {
    width: 115px;
    flex-shrink: 0;
  }
}

.referral-nologin-header {
  position: relative;
}
.rubrics {
  position: absolute;
  right: 18px;
  top: 24px;
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 0.2px;
  color: #a9b3bc;
  z-index: 888;
}
.is-phone-wrap {
  background-image: url('/referral/referral-v2/phone-bg-img.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.referral-nologin-header-content {
  position: relative;
  padding: 20px 32px;
  height: 300px;
}
.is-phone {
  display: flex;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 20px;
  justify-content: space-between;
  height: 46px;
  align-items: center;
}
.inside {
  padding: 0;
}
.inside h1 {
  font-size: 20px;
  text-align: left;
  line-height: 29px;
}
.inside p {
  font-size: 14px;
  line-height: 18px;
  color: #0bd9bd;
}
.inside button {
  background: linear-gradient(90deg, #3ef2c9 0%, #1cdfd7 100%);
  padding: 13px 24px;
  font-size: 12px;
  height: 43px;
  width: auto;
  margin: 0;
  line-height: 0;
}
.m-banner {
  width: 100%;
}

.phone-login-header {
  text-align: left;
  padding: 20px 32px 0 32px;
  margin-bottom: -12px;
}
.phone-login-header h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a);
  margin-bottom: 12px;
}
.phone-login-header .base-trade-con {
  display: flex;
  justify-content: space-between;
}
.phone-login-header .base-trade-con .base-trade {
  flex: 1;
}
.phone-login-header .base-trade-con .base-trade .item {
  height: 48px;
  border: 1px solid #edeff1;
  border-radius: 8px;
  position: relative;
  margin-bottom: 10px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  color: var(--re-rui-text-a);
  padding-left: 12px;
}
.phone-login-header .base-trade-con .base-trade .item .item-img-bg {
  width: 38px;
  height: 33px;
  position: absolute;
  right: 12px;
  bottom: 0;
  background-size: 100% 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 40px;
  text-align: right;
  color: #a9b3bc;
  word-break: keep-all;
  background-position: 10px 0;
}
.phone-login-header .base-trade-con .base-trade .item p {
  position: absolute;
  right: 8px;
  bottom: 4px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #a9b3bc;
}
.phone-login-header .base-trade-con .base-trade .item .item-img-bg-base {
  background-image: url('/referral/referral-v2/trade-img-bg.png');
}
.phone-login-header .base-trade-con .base-trade .item .item-img-bg-trade {
  background-image: url('/referral/referral-v2/base-img-bg.png');
}
.phone-login-header .base-trade-con .code-copy {
  width: 130px;
  background: linear-gradient(180deg, #f9faff 0%, #f4f6fe 100%);
  border-radius: 8px;
  position: relative;
  margin-left: 16px;
  height: 104px;
  padding: 8px 10px;
}
.phone-login-header .base-trade-con .code-copy h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--re-rui-text-a);
}
.phone-login-header .base-trade-con .code-copy h1 {
  font-family: Barlow;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--re-rui-text-a);
  position: relative;
  margin-top: 22px;
}
.phone-login-header .base-trade-con .code-copy h1 span {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  background-size: 100% 100%;
  z-index: 3;
  background-image: url('/referral/referral-v2/filter-none.png');
}
.phone-login-header .base-trade-con .code-copy .code-bg-img {
  width: 48px;
  height: 48px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('/referral/referral-v2/copy-code-bg.png');
  background-size: 100% 100%;
}

.referral-history-header {
  width: 100%;
  padding: 24px;
}
.referral-history-header .tabs-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f7fb;
  border-radius: 8px;
  margin: 24px 0;
  position: relative;
}
.referral-history-header .tabs-con .icon-img-back {
  width: 9px;
  height: 16px;
  position: absolute;
  left: 0;
  top: -24px;
  background: url('/referral/referral-v2/vector-back.png') no-repeat center;
  background-size: 100% 100%;
}
.referral-history-header .tabs-con > div {
  flex: 1;
  height: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  color: #a9b3bc;
}
.referral-history-header .tabs-con .active {
  background-color: #fff;
  color: #0bd9bd;
  border-radius: 6px;
  height: 28px;
  line-height: 28px;
  margin: 1px;
}
.referral-history-header .history-con .head-item {
  display: flex;
  justify-content: space-between;
}
.referral-history-header .history-con .head-item > div {
  flex: 1;
  margin-right: 8px;
  height: 110px;
  background: #f6f7fb;
  border-radius: 12px;
  padding: 12px;
  position: relative;
}
.referral-history-header .history-con .head-item > div:last-child {
  margin-right: 0;
}
.referral-history-header .history-con .head-item > div p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #a9b3bc;
}
.referral-history-header .history-con .head-item > div h2 {
  font-family: Barlow;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--re-rui-text-a);
  position: absolute;
  left: 12px;
  bottom: 12px;
  margin-bottom: 0px;
}
.referral-history-header .history-con .selected-con {
  width: 100%;
  position: relative;
  height: 32px;
  background: #f6f7fb;
  border-radius: 8px;
  margin-top: 24px;
}
.referral-history-header .history-con .selected-con p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  text-align: left;
  color: var(--re-rui-text-a);
  padding-left: 16px;
}
.referral-history-header .history-con .selected-con span {
  width: 18px;
  position: absolute;
  right: 7px;
  top: 7px;
  height: 18px;
  background: url('/referral/referral-v2/selected-icon-img.svg') no-repeat center;
}
.referral-history-header .history-con .con-table {
  width: 100%;
  margin-top: 20px;
}
.referral-history-header .history-con .con-table .items {
  height: 60px;
  margin-top: 8px;
  border-bottom: 0.5px solid #edeff1;
}
.referral-history-header .history-con .con-table .items > p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--re-rui-text-a);
}
.referral-history-header .history-con .con-table .items .flex-item-div {
  display: flex;
  height: 14px;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.referral-history-header .history-con .con-table .items .flex-item-div .item-left {
  line-height: 20px;
  color: #6d8092;
  font-size: 10px;
}
.referral-history-header .history-con .con-table .items .flex-item-div .item-left.complete {
  color: #0bd9bd;
}
.referral-history-header .history-con .con-table .items .flex-item-div .item-right {
  color: #a9b3bc;
  width: 140px;
  text-align: right;
  font-size: 10px;
}
.referral-history-header .history-con .con-table .items:first-child {
  margin-top: 0;
}
.referral-history-header .history-con .con-table .no-data {
  width: 80px;
  height: 80px;
  background: url('/referral/referral-v2/no-data.png') no-repeat center;
  background-size: 100% 100%;
  margin: 100px auto 50px;
}
.referral-history-header .overview-con {
  width: 100%;
}
.referral-history-header .overview-con .amount-head {
  height: 112px;
  border: 1px solid #edeff1;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  padding: 12px 16px;
  overflow: hidden;
}
.referral-history-header .overview-con .amount-head h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a);
}
.referral-history-header .overview-con .amount-head p {
  font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #0bd9bd;
  padding-top: 20px;
}
.referral-history-header .overview-con .amount-head div {
  width: 177px;
  height: 31px;
  position: absolute;
  right: -6px;
  bottom: -4px;
  background: url('/referral/referral-v2/bg-trade-overview.png') no-repeat center;
  background-size: 100% 100%;
}
.referral-history-header .overview-con .items {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.referral-history-header .overview-con .items > div {
  padding: 12px 16px;
  border: 1px solid #edeff1;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.referral-history-header .overview-con .items > div p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #a9b3bc;
}
.referral-history-header .overview-con .items > div .p-num {
  margin: 12px 0 0 0;
  font-size: 24px;
}
.referral-history-header .overview-con .items > div .p-num span {
  color: var(--re-rui-text-a);
}
.referral-history-header .overview-con .items > div > div {
  width: 38px;
  height: 33px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.referral-history-header .overview-con .items > div .img-bg-1 {
  background: url('/referral/referral-v2/trade-img-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.referral-history-header .overview-con .items > div .img-bg-2 {
  background: url('/referral/referral-v2/base-img-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.referral-history-header .overview-con .items > div:last-child {
  margin-left: 15px;
}
.drawer .ant-drawer-body {
  padding: 0 !important;
}
.drawer .ant-drawer-body .select-item-modal {
  text-align: center;
}
.drawer .ant-drawer-body .select-item-modal p {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #f7f8f9;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: var(--re-rui-text-a);
}
.drawer .ant-drawer-body .select-item-modal .active {
  color: #0bd9bd;
}
.drawer .ant-drawer-body .cancel-bottom {
  background: #f6f7fb;
  line-height: 56px;
  height: 56px;
  color: var(--re-rui-text-a);
  text-align: center;
  font-size: 14px;
}

.referral-rewards {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 286px;
  width: 100%;
  margin-top: 80px;
  background-image: url('/referral/referral-v2/reward/get-now.png');
  background-size: cover;
}
.referral-rewards h1 {
  white-space: pre-line;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 32px;
  color: var(--re-rui-text-a);
}
.referral-rewards button {
  border: 0px;
  outline: none;
  cursor: pointer;
  width: 180px;
  height: 48px;
  background: var(--re-rui-brand-main);
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}
.referral-rewards button:hover {
  background: var(--re-rui-brand-hover);
}
.referral-rewards button:active {
  background: var(--re-rui-brand-press);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .referral-reward-cards .referral-reward-cards-content {
    margin: 25px 0 31px 21px;
  }
  .referral-reward-cards .referral-reward-cards-content .referral-reward-cards-middle .referral-reward-cards-top span {
    min-width: 307px;
    display: inline-block;
  }
  .referral-reward-cards .referral-reward-cards-content .referral-reward-cards-middle .referral-reward-cards-bottom span {
    min-width: 307px;
    display: inline-block;
  }
  .referral-reward-cards-right {
    margin-right: 20px !important;
  }
  .referral-reward-cards-right .referral-reward-cards-content-right span {
    min-width: 162px !important;
    padding: 9px 25px 12px !important;
  }
}
@media (max-width: 767px) {
  .referral-reward-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    border: 1px solid var(--re-rui-brand-main);
    background: #fff4dd;
    border-radius: 12px;
  }
  .referral-reward-cards .referral-reward-cards-content {
    display: flex;
    align-items: center;
    margin: 20px 40px 24px 40px;
    flex-direction: column;
  }
  .referral-reward-cards .referral-reward-cards-content .referral-reward-cards-middle {
    margin-left: 0;
    text-align: center;
    font-family: DINPro;
  }
  .referral-reward-cards .referral-reward-cards-content .referral-reward-cards-middle .referral-reward-cards-top {
    margin-bottom: 12px;
  }
  .referral-reward-cards .referral-reward-cards-content .referral-reward-cards-middle .referral-reward-cards-top span {
    font-size: 20px;
  }
  .referral-reward-cards .referral-reward-cards-content .referral-reward-cards-middle .referral-reward-cards-bottom span {
    font-size: 16px;
  }
  .referral-reward-cards .referral-reward-cards-right {
    margin-top: 20px;
    margin-right: 0;
  }
  .referral-reward-cards .referral-reward-cards-right .referral-reward-cards-content-right span {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .referral-rewards-phone {
    width: 100%;
    padding: 165px 120px 55px;
    padding-top: 165px;
    margin-bottom: -2px;
  }
  .referral-rewards-phone button {
    width: 100%;
    background: var(--re-rui-brand-main);
    border-radius: 12px;
    height: 55px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .referral-rewards-phone {
    width: 100%;
    padding: 0 32px;
    padding-top: 120px;
    padding-bottom: 55px;
    margin-bottom: -2px;
  }
  .referral-rewards-phone button {
    width: 100%;
    background: var(--re-rui-brand-main);
    border-radius: 12px;
    height: 55px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
}

.referral-guide-invite-content .referral-guide-invite-title {
  margin-bottom: 22px;
}
.referral-guide-invite-content .referral-guide-invite-title span {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 41px;
  color: var(--re-rui-text-a);
}
.referral-guide-invite-content .referral-guide-introduction {
  display: flex;
  flex-direction: row;
}
.referral-guide-invite-content .referral-guide-introduction .guide-item {
  width: 304px;
  height: 345px;
  background-color: var(--re-rui-bg-web-3);
  margin-right: 24px;
  border-radius: 12px;
}
.referral-guide-invite-content .referral-guide-introduction .guide-item .guide-item-order {
  width: 100%;
  height: 25px;
  padding: 0 16px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.15px;
  color: var(--re-rui-text-a);
}
.referral-guide-invite-content .referral-guide-introduction .guide-item .guide-item-icon span {
  display: inline-block;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 304px;
  height: 216px;
}
.referral-guide-invite-content .referral-guide-introduction .guide-item .guide-item-introduction {
  line-height: 24px;
  margin-top: 8px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2px;
  color: var(--re-rui-text-a-05);
  white-space: pre-line;
}
.referral-guide-invite-content .referral-guide-introduction .guide-item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 960px) {
  .referral-guide-invite-content .referral-guide-introduction .guide-item {
    background-color: #f9fafb;
  }
  .referral-guide-invite-content .referral-guide-introduction .guide-item .guide-item-order {
    margin-top: 16px !important;
  }
  .referral-guide-invite-content .referral-guide-introduction .guide-item .guide-item-icon span {
    width: 100%;
    height: 113px;
  }
}

.referral-unlogin-header .register-btn {
  cursor: pointer;
  width: 180px;
  height: 48px;
  margin-top: 38px;
  border-radius: 6px;
  border: none;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.15px;
  color: #fff;
  background-color: var(--re-rui-brand-main);
}
.referral-unlogin-header .register-btn:hover {
  background-color: var(--re-rui-brand-hover);
}
.referral-unlogin-header .register-btn:active {
  background-color: var(--re-rui-brand-press);
}
.referral-unlogin-header .login-btn {
  cursor: pointer;
  line-height: 22px;
  margin-top: 16px;
  letter-spacing: 0.1px;
  color: var(--re-rui-brand-main);
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
}
.referral-unlogin-header .login-btn:hover {
  color: var(--re-rui-brand-hover);
}
.referral-unlogin-header .login-btn:active {
  color: var(--re-rui-brand-press);
}

@media (max-width: 767px) {
  .referral-banner-phone button {
    background: linear-gradient(90deg, #3ef2c9 0%, #1cdfd7 100%);
    height: 49px;
    width: 115px !important;
    width: auto;
    margin: 0;
    line-height: 0;
    border: 0;
    border-radius: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #ffffff;
  }
}

.referral-unlogin-section .referral-banner-section {
  width: 100%;
  height: 903px;
  text-align: center;
  background-image: url('/referral/referral-v2/banner/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.referral-unlogin-section .referral-content-section {
  width: 960px;
  margin: 0 auto;
}
.referral-unlogin-section .referral-content-section .referral-earn-reward-section {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.referral-unlogin-section .referral-content-section .referral-guide-invite-section {
  background: transparent;
  width: 100%;
  margin-bottom: 36px;
  margin-top: 65px;
}
.referral-unlogin-section .referral-content-section .referral-reward-cards-section {
  background: transparent;
  width: 100%;
  text-align: center;
}
.referral-unlogin-section .referral-content-section .referral-questions-conditions-section {
  margin-top: 40px;
  width: 100%;
  border-radius: 12px;
}
.referral-unlogin-section .referral-content-section .referral-questions-rules-section {
  margin-top: 80px;
  width: 100%;
  border-radius: 12px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .referral-unlogin-section .referral-content-section {
    width: 96%;
  }
  .referral-unlogin-section .referral-content-section .referral-guide-invite-section {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .referral-unlogin-section .referral-banner-section {
    height: 300px;
  }
  .referral-unlogin-section .referral-content-section {
    width: auto;
  }
  .referral-unlogin-section .referral-content-section .referral-earn-reward-section {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .referral-unlogin-section .referral-content-section .referral-guide-invite-section {
    background: transparent;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
  }
  .referral-unlogin-section .referral-content-section .referral-reward-cards-section {
    background: transparent;
    width: 100%;
    text-align: center;
  }
  .referral-unlogin-section .referral-content-section .referral-questions-conditions-section {
    margin-top: 0px;
    width: 100%;
    border-radius: 12px;
  }
  .referral-unlogin-section .referral-content-section .referral-questions-rules-section {
    margin-top: 0 !important;
    width: 100%;
    border-radius: 12px;
  }
}

.referral-v2-layout.not-app {
  padding-top: 64px;
}
.referral-v2-layout.in-app #zoomex-activity-common-header {
  display: none !important;
}

.referral-page-container {
  font-style: normal;
  background: #fff;
}
.referral-page-container .referral-no-login-page-section {
  width: 100%;
  height: 100%;
}
.referral-page-container .referral-login-page-section {
  width: 100%;
  height: 100%;
  padding-bottom: 79px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .referral-page-container {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .referral-page-container {
    overflow: hidden;
  }
  .referral-page-container .referral-login-page-section {
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
  }
}

