.page-wrap {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.top-bg {
  position: absolute;
  top: 0.44rem;
  left: 0;
  width: 100%;
  height: 0.84rem;
  z-index: 0;
}

.page-content {
  position: relative;
  max-width: 4.82rem;
  width: 100%;
  padding-top: 0.44rem;
}

.title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 4.82rem;
  height: 0.44rem;
  padding: 0.08rem 0.15rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  z-index: 9;
}

.title-img {
  width: 1.76rem;
  height: 0.2rem;
}

.kf-img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.title-btn {
  position: relative;
  height: 0.28rem;
  padding: 0 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
  background: linear-gradient(90deg, #5784ff, #80a2ff);
}

.title-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 0.12rem;
  line-height: 0.16rem;
}

.btn-icon {
  height: 0.16rem;
  width: 0.16rem;
  margin-right: 0.04rem;
}

.page-title {
  width: 77%;
  height: 0.24rem;
  color: rgba(0, 1, 5, 0.9);
  text-align: center;
  font-size: 0.2rem;
  font-style: normal;
  position: relative;
  z-index: 1;
  margin: 0.3rem auto 0.6rem;
  background-image: url(../images/h5title-5.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content-container {
  padding: 0rem 0.15rem 0.1rem;
}

.subtitle {
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.24rem;
  color: rgba(0, 1, 5, 0.9);
  margin-bottom: 0.12rem;
}

.notice-content {
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
}

.bullet-point {
  margin-bottom: 0.4rem;
}

.text {
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  align-self: stretch;
}

.procedures {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding-top: 0.12rem;
}

.procedures-img {
  max-width: 100%;
}

.navigation-btn {
  display: flex;
  height: 0.4rem;
  padding: 0.08rem 0.2rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 0.32rem;
  border: 0.005rem solid #dcddde;
  background: rgba(255, 255, 255, 0.5);
  color: #3b3d45;
  text-align: center;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0.4rem;
  line-height: 0.2rem;
}

.btn-icon {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.06rem;
}

.qa-section {
  margin-top: 0.12rem;
}

.question {
  display: flex;
  width: 3.45rem;
  height: 0.22rem;
  flex-direction: column;
  justify-content: center;
  color: #3b3d45;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.2rem;
  margin-bottom: 0.08rem;
}

.answer {
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  margin-bottom: 0.3rem;
}

.bottom-info {
  box-sizing: border-box;
  padding: 0.24rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.11rem;
  align-items: center;
  color: #babbbd;
  font-style: normal;
  font-weight: 400;
  line-height: 0.15rem;
  background: #f3f4f4;
}

.dialog {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.dialog.hide {
  display: none;
}

.dialog-box {
  width: 2.85rem;
  border-radius: 8px;
  background-color: #fff;
}

.dialog-title {
  padding: 0.24rem 0.16rem;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  font-weight: 500;
  border-bottom: 0.005rem solid #e5e5e5;
}

.dialog-btn {
  padding: 0.16rem;
  color: #2657f0;
  font-size: 0.16rem;
  font-weight: 500;
  text-align: center;
}

.bullet-point-title {
  color: #3b3d45;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.22rem;
  margin-bottom: 0.12rem;
}

.bullet-point-content {
  align-self: stretch;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.22rem;
}

.bullet-point-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.24rem;
  position: relative;
  padding-left: 0.36rem;
  box-sizing: border-box;
}

.bullet-point-container::after {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 0.32rem);
  border-left: 1px dashed rgba(22, 83, 250, 0.3);
  left: 0.11rem;
  top: 0.32rem;
  transform: translateX(-50%);
}

.list-number {
  position: absolute;
  height: 0.22rem;
  width: 0.22rem;
  top: 0;
  left: 0;
}

.material-row {
  display: flex;
  margin-bottom: 0.24rem;
}

.material-container {
  margin-top: 0.12rem;
  padding: 0.16rem;
  align-self: stretch;
  border-radius: 0.06rem;
  background: rgba(22, 83, 250, 0.04);
}

.material-img {
  height: 0.6rem;
  width: 0.6rem;
  margin-bottom: 0.08rem;
}

.material-box {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-size: 0.13rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.16rem;
  align-items: center;
  width: 50%;
}

.material-note {
  padding-top: 0.16rem;
  align-self: stretch;
  color: rgba(0, 0, 0, 0.65);
  text-align: justify;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  position: relative;
}

.material-note::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(22, 83, 250, 0.2);
}

html {
  font-size: 96px !important;
}

@media screen and (max-width: 319px) {
  html {
    font-size: 85.3333333333px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 85.3333333333px !important;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px !important;
  }
}

@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px !important;
  }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
  html {
    font-size: 106.666666667px !important;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px !important;
  }
}
html,
body {
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti,
    'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a,
a:link,
a:focus,
a:visited,
a:hover,
a:active {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'HYZhengYuan75W';
  src: url(../fonts/HYZhengYuan75W.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HYZhengYuan95S';
  src: url(../fonts/HYZhengYuan95S.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

