* {
  padding: 0;
  margin: 0;
  --color: #fff;
  --width: 0.5rem;
}
html {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: auto;
  font-size: min(5.20833333vw, 100px);
  overflow-x: hidden;
}
body {
  padding-top: 1rem !important;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url(http://dy-imgs.deyu8.com/2025lipuxin/HarmonyOS_Sans_SC_Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url(http://dy-imgs.deyu8.com/2025lipuxin/HarmonyOS_Sans_SC_Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url(http://dy-imgs.deyu8.com/2025lipuxin/HarmonyOS_Sans_SC_Light.ttf) format('truetype');
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  src: url(http://dy-imgs.deyu8.com/2025lipuxin/HarmonyOS_Sans_SC_Medium.ttf) format('truetype');
}
@media screen and (orientation: portrait) {
  html {
    font-size: max(50px, 9.11458333vw);
  }
}
a {
  color: inherit;
  /* 继承父元素的颜色 */
  text-decoration: none;
  /* 去掉下划线 */
  cursor: pointer;
  /* 保持指针为手型 */
}
a:visited {
  color: inherit;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  /* 或 flex/grid 根据布局需要调整 */
}
.header-pcBox {
  height: 1rem;
  background: #F1F4FB;
  transition: all 0.5s;
  position: fixed !important;
  left: 0;
  right: 0;
  z-index: 9999;
  top: 0;
}
.header-pcBox.hidden {
  transform: translateY(-100%);
  overflow: hidden;
}
header {
  transition: all 0.5s;
  height: 1rem;
  background: #F1F4FB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  left: 0;
  right: 0;
  z-index: 999999;
  max-width: 1905px;
  margin: 0 auto;
}
header.header-mobile {
  display: none;
}
header .logoBox {
  width: 2.29rem;
  height: 0.28rem;
}
header .logoBox .logo {
  width: 2.29rem;
  height: 0.28rem;
  position: absolute;
}
header .menu {
  display: none;
  margin-left: 0.4rem;
}
header .menu .btn {
  width: 22px;
  height: 22px;
  align-items: center;
  outline: none;
  position: relative;
}
header .menu .btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.33, 0.08, 0.16, 1.01);
  background-color: #0054a7;
}
header .menu .btn span:nth-child(1) {
  top: 3px;
  left: 0;
}
header .menu .btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  right: 0;
}
header .menu .btn span:nth-child(3) {
  bottom: 3px;
  left: 0;
}
header .language {
  display: flex;
  align-items: center;
  font-family: HarmonyOS_Sans_SC;
  font-size: 12px;
  color: #333333;
  gap: 0.1rem;
  cursor: pointer;
}
header .navList {
  display: flex;
  gap: 0.6rem;
  left: 0;
  right: 0;
  justify-content: center;
  position: absolute;
}
header .navList a {
  font-family: HarmonyOS_Sans_SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  transition: all 0.3s;
}
header .navList a:hover {
  color: #1B4DB3;
}
header .navList a.active {
  color: #1B4DB3;
}
.footerBox {
  background: linear-gradient(0deg, #1B4DB3 0%, #002F90 100%);
  margin: 0 auto;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.07rem 1.59rem 0.4rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
footer::after {
  content: '';
  display: inline-block;
  width: 8.38rem;
  max-width: 100vw;
  height: 7.92rem;
  background: url('../assets/index17.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
footer .record {
  position: relative;
  z-index: 99;
  width: 100%;
  flex: auto;
  margin-top: 0.28rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .record div {
  display: flex;
  gap: 0.4rem;
}
footer .record a {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #FFFFFF;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
}
footer .right {
  position: relative;
  z-index: 99;
}
footer .right .nav {
  display: flex;
  gap: 1.1rem;
}
footer .right .nav section {
  display: flex;
  flex-direction: column;
}
footer .right .nav section a {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.35rem;
  opacity: 0.5;
  transition: all 0.5s;
}
footer .right .nav section a:hover {
  opacity: 1;
}
footer .right .nav section a:first-child {
  color: #FFFFFF;
  line-height: 0.5rem;
  opacity: 1;
}
footer .right .qrcode {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0.24rem;
}
footer .right .qrcode div {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.35rem;
  opacity: 0.5;
  width: 1.4rem;
  text-align: center;
}
footer .right .qrcode .qrcodeImg {
  width: 1.4rem;
  height: 1.4rem;
}
footer .introduce {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
}
footer .introduce .title {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.52rem;
  color: #FFFFFF;
  line-height: 0.5rem;
}
footer .introduce .introduceList {
  display: flex;
  flex-direction: column;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 0.4rem;
  opacity: 0.5;
  margin-top: 0.68rem;
}
footer .introduce .message {
  display: flex;
  align-items: center;
  gap: 0.13rem;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.2rem;
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: 0.13rem;
}
footer .introduce .message .jump {
  width: 0.62rem;
  height: 0.62rem;
}
.f32 {
  font-size: 0.32rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.public-title {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.52rem;
  color: #060B0F;
}
.public-title::after {
  content: '';
  display: inline-block;
  background: url('../assets/index4.png') no-repeat;
  background-size: contain;
  width: 0.27rem;
  height: 0.1rem;
  margin-left: 0.1rem;
}
.public-subtitle {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.32rem;
  color: #060B0F;
  margin-top: 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public-jump {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.2rem;
  color: #1C2024;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.public-jump::before {
  display: inline-block;
  content: '';
  width: 0.16rem;
  height: 0.16rem;
  background: #F1F4FB;
  border-radius: 50%;
  border: 2px solid #1B4DB3;
}
.public-after {
  position: relative;
}
.public-after::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border: var(--width) solid transparent;
  border-right-color: #fff;
  border-right-color: var(--color);
  position: absolute;
  top: -0.5rem;
  top: calc(-1 * var(--width));
  right: -1px;
  z-index: 9;
}
.public-after:hover .public-label {
  background: #1B4DB3;
}
.public-before {
  position: relative;
}
.public-before::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border: var(--width) solid transparent;
  border-left-color: var(--color);
  position: absolute;
  bottom: -0.5rem;
  bottom: calc(-1 * var(--width));
  left: 0;
  z-index: 9;
}
.public-label {
  width: 0.16rem;
  height: 0.16rem;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #1B4DB3;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s;
}
input,
textarea {
  border: 0;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}
.public-imgBox {
  position: relative;
}
.public-imgBox .public-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgBox {
  overflow: hidden;
}
.public-hidden {
  opacity: 0;
  transform: translate(0, 0.8rem);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.public-hidden.active {
  opacity: 1;
  transform: translate(0, 0);
}
.public-narrow {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.public-narrow.active {
  opacity: 1;
  transform: scale(1);
}
.publicBlod {
  font-family: HarmonyOS_Sans_SC_Bold;
}
.templateSelect {
  justify-content: center;
}
.maxBox {
  position: relative;
}
.maxBox section {
  max-width: 16rem;
  margin: 0 auto;
}
.maxBox > .bg {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .r1 > .title {
    text-align: center;
  }
  .templateSelect {
    padding: 0 20px !important;
  }
  footer {
    padding: 0.4rem 20px 0.4rem;
  }
  footer .right {
    order: -1;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
  }
  footer .right .nav {
    gap: 0.8rem;
  }
  footer .introduce {
    width: 100%;
    order: -1;
  }
  footer .introduce .introduceList {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .record {
    align-items: flex-start;
  }
  footer .record div {
    flex-direction: column;
    gap: 10px;
  }
  header.header-pc {
    display: none;
  }
  header.header-mobile {
    display: flex;
  }
  header.header-mobile .logoBox {
    height: 1rem;
    display: flex;
    align-items: center;
    width: auto;
  }
  header.header-mobile .logoBox .logo {
    height: 24px;
    width: auto;
    position: relative;
  }
  header.header-mobile .menu-list {
    display: none;
    position: absolute;
    width: 100vw;
    top: 1rem;
    height: calc(100vh - 1rem);
    left: 0;
    right: 0;
    z-index: 9999999999999;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
  }
  header.header-mobile .menu-list .navList {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
    width: 100vw;
    padding: 20px;
    box-sizing: border-box;
  }
  header.header-mobile .menu-list .navList a {
    font-size: 14px;
  }
  header.header-mobile .menu {
    display: block;
  }
  header.header-mobile .menu.active .btn span {
    background-color: #0054a7;
  }
  header.header-mobile .menu.active .btn span:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
  }
  header.header-mobile .menu.active .btn span:nth-child(2) {
    width: 0;
  }
  header.header-mobile .menu.active .btn span:nth-child(3) {
    bottom: 10px;
    transform: rotate(45deg);
  }
}
