@-webkit-keyframes floatImg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floatImg {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes floatImg2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes floatImg2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.inviteBackground .invitefriend_mob {
  display: none;
}

.invitefriend_wrap {
  min-height: 100vh;
  max-width: 1920px;
  min-width: 1000px;
  width: 100%;
  background: url("../img/bg-invitefriend.webp") center bottom/cover no-repeat fixed rgb(246, 210, 124);
  margin: 0px auto;
  position: relative;
}
.invitefriend_wrap .backHome-btn {
  width: auto;
  padding: 0px 15px;
  line-height: 35px;
  border-radius: 23px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
  font-size: 1rem;
}
.invitefriend_wrap .backHome-btn:hover {
  color: #fff;
}
.invitefriend_wrap .winFloatImg {
  width: 120px;
  height: auto;
  position: absolute;
  z-index: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.invitefriend_wrap .winFloatImg.left {
  -webkit-animation: 3s linear 0s infinite normal none running floatImg;
          animation: 3s linear 0s infinite normal none running floatImg;
  top: 250px;
}
.invitefriend_wrap .winFloatImg.right {
  -webkit-animation: 3s linear 0s infinite normal none running floatImg2;
          animation: 3s linear 0s infinite normal none running floatImg2;
  top: 650px;
}
.invitefriend_wrap .winFloatImg.top {
  top: -20px;
}

@media (min-width: 769px) {
  .invitefriend_wrap .winFloatImg.left {
    left: -80px;
  }
  .invitefriend_wrap .winFloatImg.right {
    right: -80px;
  }
  .invitefriend_wrap .winFloatImg.top {
    right: 50px;
  }
}
@media (min-width: 1100px) {
  .invitefriend_wrap .winFloatImg.left {
    left: 0px;
  }
  .invitefriend_wrap .winFloatImg.right {
    right: 0px;
  }
  .invitefriend_wrap .winFloatImg.top {
    right: 150px;
  }
}
@media (min-width: 1366px) {
  .invitefriend_wrap .winFloatImg.left {
    left: 100px;
  }
  .invitefriend_wrap .winFloatImg.right {
    right: 100px;
  }
  .invitefriend_wrap .winFloatImg.top {
    right: 150px;
  }
}
@media (min-width: 1920px) {
  .invitefriend_wrap .winFloatImg.left {
    left: 300px;
  }
  .invitefriend_wrap .winFloatImg.right {
    right: 300px;
  }
  .invitefriend_wrap .winFloatImg.top {
    right: 550px;
  }
}
.invitefriend_content {
  width: 1000px;
  max-width: 1000px;
  margin: 0px auto;
  font-size: 15px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.invitefriend_content .caption_title {
  width: 488px;
  height: auto;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 70px auto 0px;
}
.invitefriend_content .caption_subtitle_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.invitefriend_content .caption_subtitle_box .subtitle_img {
  position: relative;
  z-index: 1;
  width: 100px;
  height: auto;
}
.invitefriend_content .caption_subtitle_box .subtitle_content {
  position: relative;
  margin-left: -30px;
  text-shadow: rgb(232, 122, 37) 0px 2px 1px;
  color: rgb(255, 255, 255);
  line-height: 45px;
  height: 45px;
  border-radius: 0px 23px 23px 0px;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 16px 0px 30px;
  background-color: rgb(255, 173, 101);
  border: 1px solid rgba(250, 255, 255, 0.15);
}
.invitefriend_content .caption_subtitle_box .subtitle_content span {
  color: rgb(255, 77, 103);
}

.referralLink_container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.referralLink_container .left_content {
  width: 450px;
  margin-right: 50px;
}
.referralLink_container .right_content {
  width: 500px;
  max-height: 550px;
  overflow-y: auto;
  padding-right: 16px;
}

.referralLink_content {
  width: 450px;
  height: 430px;
  background: url("../img/referrallink_bg.webp") center top/96% no-repeat;
  display: block;
  position: relative;
}
.referralLink_content h3 {
  color: rgb(255, 255, 255);
  text-shadow: rgb(232, 122, 37) 0px 2px 1px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.referralLink_content .qr_code {
  color: rgb(233, 16, 48);
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.referralLink_content .btn_wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 300px;
  text-align: center;
}
.referralLink_content .btn_wrap p {
  color: rgb(255, 255, 255);
  font-size: 15px;
  margin-bottom: 5px;
}
.referralLink_content .btn_wrap button {
  cursor: pointer;
  outline: none;
  width: auto;
  color: rgb(166, 106, 60);
  text-shadow: rgb(255, 255, 255) 0px 1px 1px;
  padding: 10px 48px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 213, 183)), color-stop(54%, rgb(253, 211, 173)), to(rgb(232, 162, 113))) 0% 0% no-repeat padding-box padding-box transparent;
  background: linear-gradient(rgb(252, 213, 183) 0%, rgb(253, 211, 173) 54%, rgb(232, 162, 113) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px inset, rgb(179, 107, 43) 0px 3px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px inset, rgb(179, 107, 43) 0px 3px;
  border: 1px solid rgb(246, 230, 199);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.referralLink_content .btn_wrap button:hover {
  color: rgb(255, 255, 255);
  text-shadow: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 162, 113)), color-stop(54%, rgb(253, 211, 173)), to(rgb(252, 213, 183))) 0% 0% no-repeat padding-box padding-box transparent;
  background: linear-gradient(rgb(232, 162, 113) 0%, rgb(253, 211, 173) 54%, rgb(252, 213, 183) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}

.stepIntro_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
}
.stepIntro_content .title {
  width: 285px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-shadow: rgb(232, 122, 37) 0px 2px 1px;
  line-height: 40px;
  border-radius: 10px 10px 0px 0px;
  padding: 0px 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 202, 174)), color-stop(48%, rgb(255, 148, 113)), to(rgb(244, 156, 137))) 0% 0% no-repeat padding-box padding-box transparent;
  background: linear-gradient(rgb(255, 202, 174) 0%, rgb(255, 148, 113) 48%, rgb(244, 156, 137) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}

.intro_inner {
  padding: 30px 16px;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0px 10px 10px;
}
.intro_inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: rgba(250, 255, 255, 0.8);
}
.intro_inner li:not(:last-of-type) {
  margin-bottom: 35px;
}
.intro_inner li img {
  margin-right: 30px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.intro_inner li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 18px;
}
.intro_inner li div h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-shadow: rgb(232, 122, 37) 0px 2px 1px;
  margin-bottom: 6px;
}
.intro_inner li div h4 span {
  color: rgb(254, 247, 152);
  font-weight: 700;
  margin-right: 10px;
}

.board {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(251, 252, 254)), to(rgb(242, 240, 230))) 0% 0% no-repeat padding-box padding-box transparent;
  background: linear-gradient(rgb(251, 252, 254) 0%, rgb(242, 240, 230) 100%) 0% 0% no-repeat padding-box padding-box transparent;
  -webkit-box-shadow: rgb(235, 118, 74) 0px 3px;
          box-shadow: rgb(235, 118, 74) 0px 3px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
  color: rgb(166, 106, 60);
  padding: 28px 14px 14px;
  font-size: 15px;
  line-height: 20px;
}
.board .board_tag {
  width: 198px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  position: absolute;
  background: url(../img/title-bg.webp);
  background-size: contain;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: -10.8px;
  text-align: center;
  color: rgb(255, 255, 255);
  text-shadow: rgb(232, 122, 37) 0px 2px 1px;
}

.achievement_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 20px;
}
.achievement_content .left_content {
  width: 450px;
  margin-right: 50px;
  padding: 0px 16px;
}

.inviteData_table {
  width: 100%;
  line-height: 1.25rem;
  table-layout: fixed;
  text-align: center;
  border-spacing: 0px;
}
.inviteData_table tr {
  width: 100%;
  overflow: hidden;
}
.inviteData_table tr th {
  font-size: 0.8125rem;
  color: rgb(64, 64, 64);
  padding: 0.625rem 0rem;
  width: 33.3333%;
  background-color: rgb(232, 244, 245);
}
.inviteData_table tr th:nth-of-type(1) {
  border-radius: 0.625rem 0px 0px;
}
.inviteData_table tr th:nth-of-type(3) {
  border-radius: 0px 0.625rem 0px 0px;
}
.inviteData_table tr td {
  font-size: 0.9375rem;
  padding: 0.625rem 0rem;
  width: 33.3333%;
  background-color: rgb(255, 255, 255);
}
.inviteData_table tr td:nth-of-type(1) {
  border-radius: 0px 0px 0px 0.625rem;
  color: rgb(102, 130, 164);
}
.inviteData_table tr td:nth-of-type(2) {
  color: rgb(88, 199, 255);
}
.inviteData_table tr td:nth-of-type(3) {
  border-radius: 0px 0px 0.625rem;
  color: rgb(233, 16, 48);
}

.board_bg {
  width: 484px;
  height: 116px;
  background: url("../img/board-bg.webp") 0% 0%/100% no-repeat;
  color: rgb(255, 255, 255);
  text-shadow: rgb(232, 122, 37) 0px 2px 1px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.board_bg p {
  text-align: center;
  position: absolute;
  left: 55%;
  top: 35%;
  font-size: 16px;
  font-weight: 700;
}

.notice2 {
  margin-top: 30px;
}

.referralLink_content .qr_code div {
  width: 9.25rem;
  height: 9.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6125rem;
  background-color: #fff;
}
.referralLink_content .btn_wrap {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 16rem;
}
.referralLink_content .btn_wrap p {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0.6125rem;
}
.referralLink_content .btn_wrap button {
  outline: none;
  width: auto;
  color: #a66a3c;
  text-shadow: 0 1px 1px #fff;
  padding: 0.6125rem 3rem;
  border-radius: 1.1875rem;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#fcd5b7), color-stop(54%, #fdd3ad), to(#e8a271)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #fcd5b7 0%, #fdd3ad 54%, #e8a271 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px #b36b2b;
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1607843137), 0 3px #b36b2b;
  border: 1px solid #f6e6c7;
}
.referralLink_content .btn_wrap button .iconfont {
  margin-right: 0.25rem;
  width: 0;
  height: 0;
}

@media (max-width: 992px) {
  #invitefriend .header-container.type1 span {
    color: #fff;
  }
  #invitefriend .sideBar_container, #invitefriend .invitefriend_pc {
    display: none;
  }
  #invitefriend .invitefriend_mob {
    display: block;
  }
  #invitefriend .inviteBackground {
    width: 100%;
    height: 100vh;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#ff7341), color-stop(61%, #feb575), to(#f6d27c)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #ff7341 0%, #feb575 61%, #f6d27c 100%) 0% 0% no-repeat padding-box;
    position: fixed;
    top: 0;
    overflow-y: auto;
  }
  #invitefriend .caption_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
  }
  #invitefriend .caption_container .caption_img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  #invitefriend .caption_container .caption_subtitle_box {
    margin-top: 0.625rem;
    padding: 0 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #invitefriend .caption_container .caption_subtitle_box .subtitle_img {
    position: relative;
    z-index: 1;
    width: 4.75rem;
    height: 4.75rem;
  }
  #invitefriend .caption_container .caption_subtitle_box .subtitle_content {
    position: relative;
    margin-left: -30px;
    text-shadow: 0 1px 1px #e87a25;
    color: #fff;
    line-height: 1.5rem;
    border-radius: 0 1.5625rem 1.5625rem 0;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0 1rem 0 2.25rem;
    background-color: #ffad65;
    border: 1px solid rgba(250, 255, 255, 0.15);
  }
  #invitefriend .caption_container .caption_subtitle_box .subtitle_content span {
    color: #ff4d67;
  }
  #invitefriend .caption_container .referralLink_content {
    width: 100%;
    position: relative;
    display: block;
    margin-top: -1rem;
    height: auto;
    margin-bottom: 2rem;
  }
  #invitefriend .caption_container .referralLink_content .referralLink_bg {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    pointer-events: none;
    width: 100%;
    height: auto;
  }
  #invitefriend .caption_container .referralLink_content .qr_code {
    width: 9.25rem;
    height: 9.25rem;
    color: #e91030;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 1.25rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 4.75rem;
  }
  #invitefriend .caption_container .board {
    padding: 1.75rem 0.875rem 0.875rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.625rem;
  }
  #invitefriend .caption_container .step_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #invitefriend .caption_container .step_content li {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.75rem;
    line-height: 1rem;
    position: relative;
  }
  #invitefriend .caption_container .step_content li:after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 1rem;
    background-image: url(../img/ic-invitefriend-step.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.875rem;
    height: 1.3125rem;
  }
  #invitefriend .caption_container .step_content li:last-of-type:after {
    display: none;
  }
  #invitefriend .caption_container .step_content li img {
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 0.5rem;
  }
  #invitefriend .caption_container .step_content li p {
    padding: 0 0.25rem;
    color: #a66a3c;
    text-align: center;
    min-height: 3rem;
  }
  #invitefriend .caption_container .step_content li span {
    color: #ec6a39;
  }
}
@media (max-width: 400px) {
  #invitefriend .caption_container .referralLink_content .qr_code {
    top: 2.75rem;
  }
}
@media (max-width: 320px) {
  #invitefriend .caption_container .referralLink_content {
    margin-bottom: 5rem;
  }
  #invitefriend .caption_container .referralLink_content .qr_code {
    top: 3rem;
  }
}