@font-face {
  font-family: 'ResourceHanRoundedCn';
  src: url('../fonts/ResourceHanRoundedCn.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ResourceHanRoundedCn';
  src: url('../fonts/ResourceHanRoundedCnLight.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ResourceHanRoundedCn';
  src: url('../fonts/ResourceHanRoundedCnNormal.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ResourceHanRoundedCn';
  src: url('../fonts/ResourceHanRoundedCnMedium.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ResourceHanRoundedCn';
  src: url('../fonts/ResourceHanRoundedCnHeavy.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ResourceHanRoundedCn';
  src: url('../fonts/ResourceHanRoundedCnExtrali.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'dfmingsubold-b5';
  src: url('../fonts/dfmingsubold-b5.ttc') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  outline: none;
  border: none;
  padding: 0;
  list-style: none;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0;
  box-sizing: border-box;
}
html {
  margin: 0 auto;
  font-size: 16px;
  overflow: hidden;
}
body {
  margin: 0 auto;
  font-size: 16px;
  font-family: ResourceHanRoundedCn, sans-serif;
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/pageBg.png) no-repeat center center / cover;
  overflow-x: hidden;
  overflow-y: auto;
}
body::-webkit-scrollbar {
  display: none;
}
.pic,
.logo,
.video {
  font-size: 0;
  line-height: 0;
}
.pic .ele,
.logo .ele,
.video .ele {
  width: 100%;
}
header .header-container {
  padding: 1.25rem 1.25rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .header-container .back-icon {
  color: #333333;
}
header .header-container .page-tit {
  color: #333333;
  font-size: 1rem;
}
header .header-container .user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
header .header-container .user-info .pic {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
}
header .header-container .user-info .pic img {
  object-fit: cover;
}
header .header-container .lang-box .dropdown-toggle {
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  color: #333333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.page-box {
  margin: 0 auto;
  padding: 1rem 1.25rem min(30.5vw, 150px);
  max-width: 390px;
}
.page-box form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
}
.page-box form label {
  margin-bottom: -7px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
.page-box form .inp-box {
  border-radius: 50px;
  padding: 0 1.5rem;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  color: #333;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-box form .inp-box input {
  flex-grow: 1;
}
.page-box form .inp-box .bi {
  flex-shrink: 0;
  cursor: pointer;
}
.page-box form button {
  border-radius: 50px;
  background: transparent linear-gradient(180deg, #B87400 0%, #BD9561 100%) 0% 0% no-repeat padding-box;
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  color: #fff;
  width: 100%;
}
.page-box .card-box {
  box-shadow: 0px 3px 6px #00000008;
  border-radius: 13px;
  padding: 28px 15px;
  background: linear-gradient(100deg, #FFF9F2 0%, #FFFFFF 100%);
}
.page-box .card-box .card-box-header {
  margin-bottom: 1.125rem;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  gap: 5px;
}
.page-box .card-box .card-box-header .icon-box {
  width: 35px;
  display: block;
  position: relative;
  top: -10px;
}
.page-box .card-box .card-box-header h2 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #333333;
  font-weight: bold;
  background: url(../img/index/cardHeaderBg.png) no-repeat center 10px / 80% auto;
  overflow: visible;
}
.page-box .card-box .card-box-header h2 .blue {
  color: #B87400;
}
.page-box .card-box .card-box-header p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #666666;
  line-height: 1.41;
}
.page-box .card-box .card-box-body .blue-box {
  margin-bottom: 0.75rem;
  border-radius: 9px;
  padding: 1rem;
  background-color: #BD95611C;
}
.page-box .card-box .card-box-body p {
  margin: 0;
  color: #666666;
  font-size: 0.75rem;
}
.page-box .card-box .card-box-body p + p {
  margin-top: 0.75rem;
}
.page-box .card-box + .card-box {
  margin-top: 1.25rem;
}
nav {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 99;
  transform: translateX(-50%);
  max-width: 390px;
  width: calc(100% - 16px);
}
nav .bg {
  width: 100%;
}
nav .nav-container {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 20px;
}
nav .nav-container a {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
nav .nav-container a.qr-code {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(180deg, #B87400 0%, #BD9561 100%);
  position: relative;
  top: -22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
