html,
body {
  /* max-width: 3.75rem; */
  margin: 0 auto;
  font-size: 12px;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei,
    Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
}

::-webkit-scrollbar {
  display: none;
}
li,
ol,
ul {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main {
  max-width: 3.75rem;
  /* width: 100%; */
  min-height: 100%;
  background: url("../image/Mask_group@3x.jpeg") no-repeat;
  background-size: cover;
}
header {
  margin-top: 0.38rem;
  padding: 0 0.24rem 0 0.34rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.hd_left {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hd_left img {
  width: 0.72rem;

  height: 0.72rem;
}
.hd_right img {
  width: 1.55rem;
  /* height: 3.2rem; */
}
.hd_title {
  font-weight: 800;
  font-size: 0.32rem;
}
.hd_detail {
  font-weight: 800;
  font-size: 0.2rem;
  margin-top: 0.06rem;
}
.hd_button {
  margin-top: 0.2rem;
  width: 1.2rem;
  height: 0.44rem;
  border-radius: 0.09rem;
  border: 1.8px solid #4263eb;
  box-sizing: border-box;
  background: white;
  color: #4263eb;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.44rem;
}
.down_list {
  /* padding: 0 0.34rem; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.down_list img {
  width: 1.4rem;
  height: 0.47rem;
  margin-top: 0.21rem;
}
.yellow {
  color: yellow;
}
.hint {
  margin: 0.5rem 0.2rem;
  border-radius: 0.24rem;
  border: 0.02rem solid #ffffff;
  padding: 0.3rem;
  box-sizing: border-box;
}
.ht_title {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.52rem;
}
.ht_item {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
}
.ht_item .number {
  margin-top: 0.05rem;
  width: 0.38rem;
  height: 0.24rem;
  border-radius: 1rem;
  background: #ffffff;
  color: #4263eb;
  font-family: Poppins;
  font-weight: 500;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.24rem;
}
.item_detai {
  margin-left: 0.2rem;
}
.item_detai_title {
  color: #ffffff;
  font-size: 0.2rem;
}
.item_detai span {
  color: #d9e3ff;
  font-size: 0.12rem;
}

.introduce {
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduce_title {
  width: 1.59rem;
  height: 0.6rem;
}

.introduce_detail {
  margin-top: 0.28rem;
  color: #ffffff;
  font-size: 0.14rem;
}
.introduce_item {
  margin-top: 0.42rem;
  display: flex;
  padding: 0 0 0 0.1rem;
  height: 2.17rem;
  flex-direction: row;
  border-radius: 0.08rem;
  align-items: center;
  background: #f8f8fa;
}
.introduce_item_right {
  width: 1.4rem;
}
.introduce_item_left p {
  color: #000000;
  font-weight: 500;
  font-size: 0.24rem;
  margin-bottom: 0.18rem;
}
.introduce_item_left span {
  line-height: 0.24rem;
  color: #828795;
  font-family: PingFang SC;
  font-size: 0.16rem;
}
.warn {
  padding: 0 0.22rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.warn_title {
  margin-top: 0.5rem;
  color: #171717;
  font-weight: bold;
  font-size: 0.23rem;
}
.warn_detail {
  color: #777e90;
  font-size: 0.14rem;
}
.warn_list {
  margin-top: 0.27rem;
  padding: 0.16rem 0.3rem;
  border-radius: 0.12rem;
  background: #ffffff;
  box-shadow: 0.02rem 0.04rem 0.04rem 0.02rem #4263eb99,
    -0.03rem -0.04rem 0.04rem #4263eb99;
}
.warn_list_item_number {
  width: 0.38rem;
  height: 0.24rem;
  border-radius: 1rem;
  background: #8bc5e5;
  color: #fcfcfd;
  font-weight: 500;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: center;
}
.warn_list_item_title {
  color: #171717;
  font-size: 0.24rem;
  padding: 0.2rem 0 0.16rem 0;
}
.warn_list span {
  color: #828795;
  font-size: 0.14rem;
}

footer {
  margin: 0.83rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer span {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 0.12rem;
}
footer p {
  margin-top: 0.2rem;
  color: #1b1b1b;
  font-weight: bold;
  font-size: 0.48rem;
}
footer .ft_button {
  margin-top: 0.2rem;
  width: 1.12rem;
  height: 0.48rem;
  border-radius: 0.9rem;
  background: #3b71fe;
  color: #fcfcfd;
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.ft_span {
  color: #777e90;
  font-weight: 500;
  font-size: 0.12rem;
  margin-top: 0.06rem;
}
footer .tg {
  font-size: 0.12rem;
  font-weight: 600;
  margin-top: 0.5rem;

  display: flex;
  flex-direction: row;
}
.tg1 {
  color: black;
  margin-left: 0.2rem;
}
.tg0 {
  color: black;
  margin-left: 0.1rem;
}
.customer_service_portal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.13rem;
  flex-direction: column;
}
.customer_service_portal img {
  width: 3.07rem;
}
.img1 {
  height: 0.77rem;
}
.img2 {
  height: 0.85rem;
  margin: 0.06rem 0;
}
.img3 {
  height: 0.69rem;
}
.img4 {
  width: 100% !important;
  margin-top: 0.2rem;
  height: 0.9rem;
}
.cash_info {
  width: 100%;
  height: 100%;
}
.header {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  justify-content: space-between;
  height: 3.7rem;
  background: #fff;
}
.header img {
  width: 2.4rem;
}
.header p {
  font-weight: 500;
  color: #1d2f3c;
  font-size: 20px;
  width: 60%;
}
