@charset "UTF-8";
input::-webkit-input-placeholder,
input::placeholder {
  color: #9d9d9d !important;
}

.input-tip {
  color: #e92020;
}

#first_page .c1 {
  position: relative;
  height: 920px;
  padding-right: 15.7292vw;
  background: url("../assets/index_c1_bg.png") no-repeat top center/cover;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#first_page .c1 .tips {
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media screen and (max-width: 950px) {
  #first_page .c1 {
    height: 580px;
    padding-right: unset;
    background-image: url("../assets/index_c1_950bg.png");
  }
  #first_page .c1 .tips {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  #first_page .c1 {
    height: 430px;
  }
  #first_page .c1 .tips {
    top: 56px;
  }
}
#first_page .register {
  width: 540px;
  height: 460px;
  padding: 50px 70px 63px 70px;
  border-radius: 25px;
  background-color: #f0ebe4;
}
#first_page .register .header {
  color: #444444;
  white-space: nowrap;
  margin-bottom: 10px;
}
#first_page .register .header:nth-of-type(1) {
  color: #262626;
}
#first_page .register .header:nth-of-type(2) {
  margin-bottom: 40px;
  font-weight: 500;
}
#first_page .register form {
  --input-height: 46px;
  --input-fz: 16px;
}
#first_page .register form .form-item {
  position: relative;
}
#first_page .register form .form-item input.form-control {
  border: 3px solid #bdbdbd;
  height: var(--input-height);
  border-radius: 5px;
  padding-left: var(--input-height);
  background-color: white;
  font-size: var(--input-fz);
}
#first_page .register form .form-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  height: 100%;
  aspect-ratio: 1/1;
}
#first_page .register form .form-item.error input.form-control {
  border-color: #e92020;
}
#first_page .register form .input-tip {
  height: var(--input-height);
  font-size: var(--input-fz);
}
#first_page .register form .input-tip span {
  font-size: var(--input-fz);
}
#first_page .register form .form-item.phone-f1::before {
  background: url("../assets/main/Phone icon.png") no-repeat center center/40%;
}
#first_page .register form .form-item.validate {
  display: flex;
}
#first_page .register form .form-item.validate input {
  flex: 1;
  border-radius: 5px 0 0 5px;
  border-right: 0px;
}
#first_page .register form .form-item.validate::before {
  background: url("../assets/main/Code icon.png") no-repeat center center/50%;
}
#first_page .register form .form-item.validate .btn-phonecode,
#first_page .register form .form-item.validate .re-btn {
  background: #D9BE8F;
  text-align: center;
  color: #000000;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  border-radius: 5px;
  width: 140px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  background: #444444;
  color: #FFFFFF;
  border-radius: 0 5px 5px 0;
}
#first_page .register form .form-item.validate .btn-phonecode:hover,
#first_page .register form .form-item.validate .re-btn:hover {
  background: #E3CEAB;
}
#first_page .register form .form-item.validate .btn-phonecode:active,
#first_page .register form .form-item.validate .re-btn:active {
  background: #D0AF76;
}
#first_page .register form .form-item.validate .btn-phonecode:hover,
#first_page .register form .form-item.validate .re-btn:hover {
  background: #595959;
}
#first_page .register form .form-item.validate .btn-phonecode:active,
#first_page .register form .form-item.validate .re-btn:active {
  background: #616161;
}
#first_page .register form .btn-register {
  background: #D9BE8F;
  text-align: center;
  color: #000000;
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  border-radius: 5px;
  width: 160px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  background: #444444;
  color: #FFFFFF;
  width: 300px;
  margin: 0 auto;
}
#first_page .register form .btn-register:hover {
  background: #E3CEAB;
}
#first_page .register form .btn-register:active {
  background: #D0AF76;
}
#first_page .register form .btn-register:hover {
  background: #595959;
}
#first_page .register form .btn-register:active {
  background: #616161;
}
@media screen and (max-width: 950px) {
  #first_page .register {
    position: absolute;
    bottom: -300px;
    left: 50%;
    transform: translateX(-50%);
    width: 460px;
    height: 370px;
    padding: 37px 55px;
  }
  #first_page .register .header:nth-of-type(2) {
    margin-bottom: 30px;
  }
  #first_page .register form {
    --input-height: 40px;
    --input-fz: 14px;
  }
  #first_page .register form .form-item.validate .btn-phonecode,
  #first_page .register form .form-item.validate .re-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #first_page .register form .btn-register {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 260px;
  }
}
@media screen and (max-width: 420px) {
  #first_page .register {
    width: 360px;
    height: 303px;
    padding: 20px 30px 30px;
    bottom: -260px;
  }
  #first_page .register form {
    --input-height: 34px;
    --input-fz: 12px;
  }
  #first_page .register form .form-item input.form-control {
    border-width: 2px;
  }
  #first_page .register form .form-item.validate .btn-phonecode,
  #first_page .register form .form-item.validate .re-btn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  #first_page .register form .btn-register {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    width: 220px;
  }
}
#first_page .c2 {
  padding: 150px 0;
  display: grid;
  grid-template-columns: 170px 170px 170px 170px;
  justify-content: center;
  gap: 125px;
}
#first_page .c2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#first_page .c2 .item img {
  max-height: 118px;
}
#first_page .c2 h2 {
  font-size: 22px;
  font-weight: 900;
  margin: 0;
}
#first_page .c2 .desc {
  color: #262626;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  #first_page .c2 {
    padding: 450px 0 150px;
    grid-template-columns: 170px 170px;
  }
}
@media screen and (max-width: 420px) {
  #first_page .c2 {
    padding: 365px 0 75px;
    grid-template-columns: 170px;
    gap: 50px;
  }
}
#first_page .c3 {
  padding: 75px 0 100px;
  background: linear-gradient(180deg, #f6f4f0 0%, #e9e6dd 100%, #e9e6dd 100%);
}
#first_page .c3 .header {
  color: #5c5b59;
  white-space: nowrap;
  margin-bottom: 70px;
}
#first_page .c3 .body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125vw;
}
#first_page .c3 .body .c3_item {
  width: 200px;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
  transition: all 300ms;
}
#first_page .c3 .body .c3_item:hover {
  transform: translateY(-20px);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}
#first_page .c3 .body .c3_item img {
  height: 160px;
}
#first_page .c3 .body .c3_item figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 0 35px;
  gap: 20px;
}
#first_page .c3 .body .c3_item figcaption span {
  display: block;
}
#first_page .c3 .body .c3_item figcaption span:nth-of-type(1) {
  font-family: unset;
  font-weight: 700;
}
#first_page .c3 .body .c3_item figcaption span:nth-of-type(2) {
  height: 72px;
}
@media (max-width: 950px) {
  #first_page .c3 {
    padding: 100px 0;
  }
  #first_page .c3 .body {
    gap: 50px;
  }
  #first_page .c3 .body .c3_item figcaption {
    height: 160px;
  }
  #first_page .c3 .body .c3_item figcaption span:nth-of-type(2) {
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  #first_page .c3 {
    padding: 75px 0;
  }
}
#first_page .c4 {
  padding: 100px 0;
}
#first_page .c4 .qr_code {
  gap: 50px;
}
#first_page .c4 .subTitle {
  margin: 25px 0 75px;
}
#first_page .c4 .flex_box {
  gap: 100px;
}
#first_page .c4 .c4_caption figcaption {
  position: relative;
  margin-bottom: 30px;
  padding-left: 65px;
  height: 40px;
}
#first_page .c4 .c4_caption figcaption::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  top: -7px;
  left: 0;
  background: url("../assets/index_c4_1.png") no-repeat center center/contain;
}
#first_page .c4 .c4_caption figcaption:nth-of-type(2)::before {
  background-image: url("../assets//index_c4_2.png");
}
#first_page .c4 .c4_caption figcaption:nth-of-type(3)::before {
  background-image: url("../assets//index_c4_3.png");
}
#first_page .c4 .c4_caption figcaption:nth-of-type(4)::before {
  background-image: url("../assets//index_c4_4.png");
}
#first_page .c4 .c4_caption figcaption:nth-of-type(5) {
  margin-bottom: 50px;
}
#first_page .c4 .c4_caption figcaption:nth-of-type(5)::before {
  background-image: url("../assets//index_c4_5.png");
}
#first_page .c4 .copyRight_info {
  margin-top: 60px;
  font-size: 14px;
  line-height: 2;
}
#first_page .c4 .copyRight_info .check {
  color: #d9be8f;
}
@media screen and (max-width: 950px) {
  #first_page .c4 {
    padding: 75px 0;
  }
  #first_page .c4 .subTitle {
    margin: 20px 0 60px;
  }
  #first_page .c4 .flex_box {
    gap: 75px;
    flex-direction: column;
  }
  #first_page .c4 .c4_caption .qr_code {
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  #first_page .c4 {
    padding: 50px 10%;
  }
  #first_page .c4 .subTitle {
    margin: 15px 0 40px;
  }
  #first_page .c4 .flex_box {
    gap: 50px;
  }
  #first_page .c4 .c4_caption figcaption {
    padding-left: 60px;
    height: 34px;
    font-size: 14px;
  }
}

#pagetwo .download_qrCode {
  text-align: center;
  display: none !important;
  position: absolute;
  top: -155px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  aspect-ratio: 1/1;
  color: #323232;
  background: url("../assets/main/qr_code.png") no-repeat top center/80%;
  background-color: #f2f2f2;
  border-radius: 25px;
}
#pagetwo .download_qrCode::after {
  border: 15px solid transparent;
  border-top-color: #f2f2f2;
  bottom: -30px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
#pagetwo .download_qrCode::before {
  content: "扫码下载APP";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  text-align: center;
}
#pagetwo .kyc_page {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 45px;
  min-height: 100vh;
  background: url("../assets/pagetwo/kyc_bg.png") no-repeat 0 0/100% 100%;
}
#pagetwo .kyc_page .logo {
  width: 90%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 15px;
  background: url("../assets/pagetwo/kyc_logo.png") no-repeat center center/contain;
}
#pagetwo .kyc_page .banner1 {
  height: 120px;
  margin-bottom: 15px;
  background: url("../assets/pagetwo/kyc_banner1.png") no-repeat center center/cover;
  background-size: 70%;
}
#pagetwo .kyc_page .c3 {
  height: 120px;
  margin-bottom: 15px;
  background: url("../assets/pagetwo/kyc_banner2.png") no-repeat center center/contain;
  background-size: 73%;
}
#pagetwo .kyc_page .kyc_form {
  width: 90%;
  height: 480px;
  margin: 0 auto 27px;
  padding-top: 30px;
  background: url("../assets/pagetwo/kyc_step1.png") no-repeat top center/100% 100%;
}
#pagetwo .kyc_page .kyc_form .form-item {
  position: relative;
  width: 80%;
}
#pagetwo .kyc_page .kyc_form .form-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  aspect-ratio: 1/1;
}
#pagetwo .kyc_page .kyc_form .form-item input {
  width: 100%;
  height: 60px;
  padding-left: 60px;
  font-size: 20px;
  border-radius: 15px;
  border: 2px solid #979797;
}
#pagetwo .kyc_page .kyc_form .form-item .input-tip {
  height: 30px;
  margin: 10px 0;
}
#pagetwo .kyc_page .kyc_form .form-item .input-tip span {
  font-size: 20px;
  color: #e92020;
}
#pagetwo .kyc_page .kyc_form .form-item.uname-f1::before {
  background: url("../assets/pagetwo/icon_pereson.png") no-repeat center center/contain;
  background-size: 60%;
}
#pagetwo .kyc_page .kyc_form .form-item.idCard-f1::before {
  background: url("../assets/pagetwo/icon_id.png") no-repeat center center/contain;
  background-size: 60%;
}
#pagetwo .kyc_page .kyc_form .submitBtn {
  display: block;
  width: 55%;
  margin-top: 22px;
  height: 60px;
  background: url("../assets/pagetwo/kyc_submit.png") no-repeat center center/100% 100%;
}
#pagetwo .kyc_page .download {
  width: 90%;
  margin: 0 auto;
  height: 375px;
  padding-bottom: 70px;
  background: url("../assets/pagetwo/kyc_step2.png") no-repeat top center/contain;
  background-size: 100%;
}
#pagetwo .kyc_page .download .app_link {
  position: relative;
}
#pagetwo .kyc_page .download .app_link:hover .download_qrCode {
  display: block;
}
@media screen and (max-width: 750px) {
  #pagetwo .kyc_page {
    padding-top: 0;
  }
  #pagetwo .kyc_page .logo {
    height: 80vw;
    margin: 0 auto;
  }
  #pagetwo .kyc_page .banner1 {
    height: 20vw;
    margin-bottom: 0;
  }
  #pagetwo .kyc_page .c3 {
    height: 15vw;
    margin-bottom: 0;
  }
  #pagetwo .kyc_page .kyc_form {
    height: 70vw;
    margin: 0 auto 3.6vw;
    padding-top: 5vw;
  }
  #pagetwo .kyc_page .kyc_form .form-item::before {
    height: 10vw;
  }
  #pagetwo .kyc_page .kyc_form .form-item input {
    height: 10vw;
    margin: 0;
    padding-left: 10vw;
    border-radius: 1.33333vw;
    border: 0.2666666vw solid rgb(151, 151, 151);
    font-size: calc(0.4vw + 12px);
  }
  #pagetwo .kyc_page .kyc_form .form-item .input-tip {
    margin: 0;
    font-size: calc(0.4vw + 12px);
  }
  #pagetwo .kyc_page .kyc_form .form-item .input-tip span {
    font-size: calc(0.4vw + 12px);
  }
  #pagetwo .kyc_page .kyc_form .submitBtn {
    margin-top: 0;
    height: 8vw;
  }
  #pagetwo .kyc_page .download {
    height: 51vw;
    padding-bottom: 14vw;
  }
  #pagetwo .kyc_page .download .app_link {
    width: 80%;
  }
  #pagetwo .kyc_page .download .app_link:hover .download_qrCode {
    display: none;
  }
}
#pagetwo .success_page {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 6.6667vw;
  min-height: 100vh;
  background-color: #fad779;
}
#pagetwo .success_page .main_banner {
  height: 87vw;
  background: url("../assets/pagetwo/redbag_logo.png") no-repeat top center/100% 100%;
}
#pagetwo .success_page .last_step {
  width: 70%;
  height: 50vw;
  margin: 0 auto;
  background: url("../assets/pagetwo/last_step.png") no-repeat center/contain;
}
#pagetwo .success_page .download_app {
  position: relative;
  width: 70%;
  height: 20vw;
  margin: 0 auto;
}
#pagetwo .success_page .download_app .app_link {
  position: relative;
  cursor: pointer;
}
#pagetwo .success_page .official_app {
  width: 90%;
  margin: 0 auto;
  padding: 5%;
  color: #3b3b3b;
  background: #ffffff;
  border-radius: 3.8vw;
  line-height: 1.2;
}
#pagetwo .success_page .official_app .row1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
#pagetwo .success_page .official_app .row1 .left {
  display: flex;
}
#pagetwo .success_page .official_app .row1 .left img {
  width: 8vw;
  height: 8vw;
  min-width: 40px;
  min-height: 40px;
}
#pagetwo .success_page .official_app .row1 .left div {
  margin-left: 8px;
  font-size: calc(2vw + 8px);
  line-height: calc(2vw + 12px);
  font-weight: bold;
}
#pagetwo .success_page .official_app .row1 .right {
  position: relative;
  cursor: pointer;
  text-align: right;
}
#pagetwo .success_page .official_app .row1 .right .app_link img {
  vertical-align: bottom;
  height: 8vw;
  min-height: 40px;
}
#pagetwo .success_page .official_app .row2 {
  font-size: 12px;
  line-height: 1.2;
}
#pagetwo .success_page .official_app .row2 .developer {
  margin-bottom: calc(1vw + 5px);
}
#pagetwo .success_page .official_app .row2 .check {
  color: unset;
}
@media screen and (min-width: 751px) {
  #pagetwo .success_page {
    padding-bottom: 50px;
  }
  #pagetwo .success_page .main_banner {
    height: 650px;
  }
  #pagetwo .success_page .last_step {
    height: 380px;
  }
  #pagetwo .success_page .download_app {
    height: 150px;
  }
  #pagetwo .success_page .download_app .app_link {
    display: block;
    height: 100px;
  }
  #pagetwo .success_page .download_app .app_link:hover .download_qrCode {
    display: block;
  }
  #pagetwo .success_page .official_app {
    padding: 37.5px;
    border-radius: 25px;
  }
  #pagetwo .success_page .official_app .row1 {
    margin-bottom: 10px;
  }
  #pagetwo .success_page .official_app .row1 .left img {
    width: 60px;
    height: 60px;
  }
  #pagetwo .success_page .official_app .row1 .left div {
    font-size: 20px;
    line-height: 30px;
  }
  #pagetwo .success_page .official_app .row1 .right .app_link:hover .download_qrCode {
    display: block;
  }
  #pagetwo .success_page .official_app .row1 .right .app_link img {
    height: 60px;
  }
  #pagetwo .success_page .official_app .row2 {
    font-size: 16px;
  }
  #pagetwo .success_page .official_app .row2 .developer {
    margin-bottom: 10px;
  }
}