html {
  font-size: calc(100vw / 1920);
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
}

body {
  font-family: "HarmonyOS_Sans_SC_Regular";
}

/*登录*/
.login {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.login .ubtn {
  display: flex;
  position: absolute;
  left: 40%;
  top: 50%;
  width: 243rem;
  background: rgb(240, 204, 78);
  border: 2rem solid #000;
  border-radius: 5rem;
  color: #000;
}

.login .ubtn a {
  display: inline-block;
  color: #000;
  width: 40%;
  height: 51rem;
  line-height: 51rem;
  text-align: right;
}

.login .ubtn a.dot {
  text-align: left;
  margin: 0 5rem;
  width: 10rem;
}

.login .ubtn a.regBtn {
  text-align: left;
  margin-left: 5rem;
}

.login .ubtn a:hover {
  color: #000;
}

/*公用*/
body {
  margin: 0;
  padding: 0;
}

.btnBlue {
  display: inline-block;
  width: 153rem;
  height: 45rem;
  line-height: 42rem;
  text-align: center;
  background: rgba(43, 78, 133, 1);
  border-radius: 7rem;
  color: #fff;
}

.btnWhite {
  display: inline-flex !important;
  width: 112.5rem !important;
  height: 36rem !important;
  background-color: #fff !important;
  border: 1rem solid rgba(28, 28, 28, 1) !important;
  border-radius: 6rem !important;
  box-shadow: 4rem 4rem 0 1rem #1c1c1c;
  color: rgb(28, 28, 28) !important;
  font-size: 15rem !important;
  font-weight: 400 !important;
}

.btnWhite:hover {
  background: rgb(244, 243, 243) !important;
  box-shadow: 2rem 2rem 0 1rem #1c1c1c !important;
}

.btnPurple {
  display: inline-block;
  width: 153rem;
  height: 45rem;
  line-height: 42rem;
  text-align: center;
  background: rgba(28, 28, 28, 0.5);
  border-radius: 7rem;
  color: #fff;
}

.absolute {
  display: inline-block;
  cursor: grab;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.relative {
  position: relative;
}

.layoutContainer {
  position: relative;
  overflow-x: hidden;
}

.site-header .headers .row .col-lg-3 a img {
  width: 220rem;
  height: 58rem;
}

.site-header {
  position: relative;
  width: 100%;
  text-align: center;
  background: url("../images/wilmer/bgline.jpg") repeat-x left top;
}

.site-header .headers .row {
  margin-left: 113rem;
  display: flex;
  align-items: center;
}

.site-header .headers .row .headerText {
  color: rgb(59, 59, 59);
  font-size: 20rem;
  font-weight: 500;
  line-height: 23rem;
}

.site-header .headers .row .headerText:hover {
  color: #8543fc;
}

.site-header .headers .row a {
  display: block;
  width: fit-content;
  margin-left: 50rem;
}

.site-header .headers .row a img {
  width: 220rem;
  height: 60rem;
}

.site-header .headers {
  height: 100rem;
  line-height: 100rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.site-header .headers .text-white {
  text-align: center;
}

.site-header .bg-site-header {
  max-width: 100%;
  min-height: 122rem !important;
}

.site-header .screen1 {
  text-align: center;
}

.site-header .screen1 a {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
}

.site-header .headers .align-items-center {
  width: 80%;
  height: 60rem;
  line-height: 60rem;
  font-size: 20rem;
}

.site-header .headers .align-items-center a {
  font-size: 20rem;
  margin-left: 20rem;
  color: #3b3b3b;
}

.site-header .headers .align-items-center a:hover {
  text-decoration: underline;
}

.site-header .headers .mb-last {
  text-align: left;
}

.site-header .headers .col-lg-1 {
  width: 6%;
}

.site-header .headers .row-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 116rem;
  top: 20rem;
}

.site-header .headers .row-right a:nth-child(1) {
  border: 1rem solid rgb(28, 28, 28);
  border-radius: 8rem;
  background: rgb(255, 255, 255);
  color: rgb(28, 28, 28);
  font-size: 20rem;
  box-shadow: 3rem 4rem 0 1rem #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150rem;
  height: 48rem;
  margin-left: 40rem;
}

.site-header .headers .row-right img {
  margin-right: 10rem;
  margin-top: -3rem;
}

.site-header .headersSec .align-items-center a {
  color: #3b3b3b;
}

.site-header .carouselNormal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  display: flex;
  align-items: center;
}

.site-header .carouselNormal h1 {
  width: 100%;
  font-size: 90rem;
  margin: 0rem auto;
  text-align: center;
  color: #fff;
}

.content .about-image-wrap {
  margin: 0 auto;
  text-align: center;
}

.content .about-image-wrap img {
  display: inline-block;
}

/*页脚*/
.site-footer {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 600rem;
  text-align: left;
  background: url("../images/wilmer/footerBg.png") no-repeat;
  background-size: 100% 100%;
}

.site-footer .container {
  margin: 0 auto;
  max-width: 95%;
  position: absolute;
  left: 12%;
  right: 0;
  top: 12%;
  bottom: 0;
  z-index: 999;
  margin: 0;
}

.site-footer .row p {
  color: #fff;
  font-size: 24rem;
  line-height: 37rem;
}

.site-footer .row a {
  color: #fff;
  font-size: 24rem;
}

.site-footer .row .col-lg-3 p:nth-child(2) {
  color: rgb(255, 255, 255);
  font-size: 20rem;
  font-weight: 400;
  line-height: 32rem;
  margin-top: 80rem;
}

.site-footer .row .col-lg-3 p:nth-child(3) {
  color: rgb(255, 255, 255);
  font-size: 16rem;
  font-weight: 700;
  line-height: 28rem;
  margin-top: 24rem;
}

.site-footer .row .col-lg-3 .abutton {
  border: 1rem solid rgb(28, 28, 28);
  border-radius: 8rem;
  background: rgb(255, 255, 255);
  color: rgb(28, 28, 28);
  font-size: 18rem;
  font-weight: 500;
  box-shadow: 3rem 4rem 0 1rem #1c1c1c;
}

/* .site-footer .row a:hover {text-decoration: underline;} */
.site-footer .row .text {
  display: flex;
}

.site-footer .row .copyright-text {
  display: block;
  margin-bottom: 32rem;
  color: rgb(255, 255, 255);
  font-size: 18rem;
  font-weight: 900;
  line-height: 32rem;
}

.site-footer .row .align-items-left {
  margin-left: 30rem;
}

.site-footer .row .align-items-left p {
  height: 32rem;
  line-height: 32rem;
}

.site-footer .row .align-items-left a {
  color: rgb(255, 255, 255);
  font-size: 16rem;
  font-weight: 400;
  line-height: 32rem;
}

.site-footer .row .align-items-left .lianxi {
  margin-top: 50rem;
}

.site-footer .row .align-items-left .lianxi a {
  color: rgb(255, 255, 255);
  font-size: 16rem;
  font-weight: 900;
  line-height: 32rem;
}

.site-footer .row .col-lg-3 {
  width: 30%;
}

.site-footer img {
  max-width: 100%;
  /* margin-bottom: 30rem; */
}

/* 首页 */
.home {
  position: relative;
}

.home .screen1 {
  height: 100%;
}

.home .screen1 img {
  max-width: 100%;
}

.home .screen1 a {
  top: 63%;
}

.home .about img {
  width: 100%;
}

.home .fixedTop {
  position: relative;
  text-align: center;
  z-index: 99;
}

.home .fixedTop .tp img {
  margin-top: -200rem;
  max-width: 100%;
}

.home .fixedTop .textBox {
  margin: 50rem auto;
}

.home .fixedTop .textBox p {
  display: block;
  color: #999;
  margin-right: 20rem;
  width: 120rem;
  height: 36rem;
  font-size: 24rem;
  text-align: left;
}

.home .fixedTop .textBox .title {
  margin-right: 0rem;
  text-align: center;
  width: 100%;
}

.home .fixedTop .textBox p b {
  color: #000;
}

.home .fixedTop .textBox p span {
  margin-right: 20rem;
  margin-left: 20rem;
}

.help-search {
  margin: 50rem auto;
  text-align: center;
}

.help-search input {
  border: 1rem solid #ccc;
  width: 300rem;
  height: 45rem;
  border-radius: 3rem;
}

.home .row-h11 {
  position: relative;
}

.home .row-h11 img {
  max-width: 100%;
}

.home .row-h1 {
  position: relative;
}

.home .row-h1 img {
  max-width: 100%;
}

.home .row-h1 .h1Line {
  bottom: 49%;
  right: 39%;
}

.home .row-h1 .h1Line img {
  width: 185rem;
  height: 156rem;
}

.home .row-h1 .h1D2 {
  bottom: 18%;
  right: 19%;
}

.home .row-h1 .h1D2 img {
  width: 500rem;
  height: 480rem;
}

.home .row-h2 {
  position: relative;
}

.home .h2D2 {
  bottom: 18%;
  left: 19%;
}

.home .h2D2 img {
  width: 496rem;
  height: 417rem;
}

.home .h2D3 {
  bottom: 6%;
  left: 38%;
}

.home .h2D3 img {
  width: 277rem;
  height: 315rem;
}

.home .h2D4 {
  bottom: 18%;
  left: 59%;
}

.home .h2D4 img {
  width: 487rem;
  height: 307rem;
}

.home .row-h3 {
  position: relative;
}

.home .h31 {
  bottom: 35%;
  left: 12%;
  width: 585rem;
  height: 306rem;
}

.home .h31 img {
  max-width: 100%;
}

.home .h32 {
  bottom: 22%;
  left: 45%;
  width: 556rem;
  height: 352rem;
}

.home .h32 img {
  max-width: 100%;
}

.home .h33 {
  bottom: 35%;
  left: 80%;
  width: 215rem;
  height: 325rem;
}

.home .h33 img {
  max-width: 100%;
}

.home .h34 {
  bottom: 15%;
  left: 74%;
  width: 128rem;
  height: 170rem;
}

.home .h34 img {
  max-width: 100%;
}

.home .row-h6 {
  position: relative;
}

.home .btnImage11 {
  position: absolute;
  top: 70%;
  left: 65%;
  width: 350rem;
  height: 75rem;
  text-indent: -9999rem;
}

/*图片*/
.picture {
  position: relative;
}

.picture #section_2 {
  margin: 0 auto;
  text-align: center;
}

.picture #section_2 img {
  width: 100%;
}

/*帮助中心*/
.helpCenter {
  position: relative;
}

.helpCenter .help-search input {
  padding-left: 20rem;
}

.helpCenter #section_2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100rem;
}

.helpCenter #section_2 img {
  width: 100%;
}

/*博客*/
.blog {
  position: relative;
}

.blog #section_2 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100rem;
}

.blog #section_2 img {
  max-width: 100%;
}

.blog .pictureList ul {
  margin: 40rem auto;
}

.blog .pictureList li {
  width: 50%;
  margin: 50rem auto;
  display: flex;
  align-items: center;
  text-align: left;
}

.blog .pictureList li a {
  display: block;
  margin-right: 20rem;
}

.blog .pictureList li img {
  max-width: 100%;
  border-radius: 5rem;
  margin-right: 70rem;
}

.blog .pictureList li h2 {
  color: #1c1c1c;
  font-size: 32rem;
}

.blog .pictureList li p {
  color: #999999;
  margin: 20rem 0;
  font-size: 20rem;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20rem 20rem 40rem 20rem;
  border: 1rem solid #888;
  box-shadow: 0 4rem 8rem 0 rgba(0, 0, 0, 0.2),
    0 6rem 20rem 0 rgba(0, 0, 0, 0.19);
  width: 35%;
}

.modal-content h2 {
  font-size: 30rem;
  color: #040404;
  text-align: center;
  margin: 0 auto 20rem auto;
}

.modal-content .labelText {
  width: 90%;
  margin: 0 auto 20rem auto;
  color: #999;
  font-size: 14rem;
}

.modal-content .labelText label {
  display: block;
  margin-bottom: 10rem;
}

.modal-content .labelText input {
  width: 100%;
  height: 37rem;
  line-height: 37rem;
  border: 1rem solid rgba(232, 230, 228, 1);
  border-radius: 5rem;
  padding-left: 10rem;
}

.modal-content .labelText input:blur {
  border: 2rem solid rgba(28, 28, 28, 1);
}

.modal-content .labelText img {
  display: inline-block;
  width: 120rem;
  height: 45rem;
  margin-right: 10rem;
}

.modal-content .labelText a {
  color: blue;
}

.modal-content .labelPassword {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto 20rem auto;
  color: #999;
  font-size: 14rem;
}

.modal-content .labelText .sendCode {
  display: inline-block;
  padding: 0 20rem;
  background: rgba(28, 28, 28, 1);
  color: #fff;
  height: 35rem;
  line-height: 35rem;
  border-radius: 5rem;
  margin-left: 10rem;
}

.modal-content .labelText .sendCode:hover,
.modal-content .labelText .sendCode.ok {
  background: rgba(141, 141, 141, 1);
}

.modal-content .submit {
  width: 87%;
  margin: 50rem auto 20rem auto;
  text-align: center;
}

.modal-content .submit button {
  width: 100%;
  height: 40rem;
  line-height: 35rem;
  background-color: #f0cc4e;
  border: 1rem solid #000;
  box-shadow: 0 4rem 8rem 0 rgba(0, 0, 0, 0.2),
    0 6rem 20rem 0 rgba(0, 0, 0, 0.19);
  border-radius: 5rem;
  color: #000;
  font-size: 18rem;
}

.modal-content .btn {
  width: 100%;
  text-align: center;
}

.modal-content .btn button {
  border: 0;
  background: none;
}

.modal-content p {
  display: block;
  color: rgba(28, 28, 28, 1);
  text-align: center;
  font-size: 16rem;
}

/* 弹出层样式 */
.modal {
  display: block;
  /* 默认隐藏 */
  position: fixed;
  /* 固定位置 */
  z-index: 1;
  /* 位于顶层 */
  left: 0;
  top: 0;
  width: 100%;
  /* 全屏宽度 */
  height: 100%;
  /* 全屏高度 */
  overflow: auto;
  /* 超出内容时滚动 */
  background-color: rgb(0, 0, 0);
  /* 背景颜色 */
  background-color: rgba(0, 0, 0, 0.4);
  /* 背景颜色带有透明度 */
}

.mainWrapper {
  position: relative;
}

.mainWrapper .headers {
  width: 95%;
  margin: 0 auto;
  height: 100rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20rem;
}

.mainWrapper .headers img {
  width: 49rem;
  height: 49rem;
}

.mainWrapper .headers select {
  border: 1rem solid #ccc;
  padding: 0 20rem;
}

.mainWrapper h2 {
  font-size: 24rem;
  color: #000;
  margin: 30rem;
}

.mainWrapper ul {
  display: flex;
  margin-bottom: 50rem;
  list-style: none;
}

.mainWrapper ul li {
  position: relative;
  min-height: 150rem;
  padding: 20rem;
  width: 30%;
  margin-right: 3%;
  background: #fff;
  border: 1rem solid #ccc;
  box-shadow: 0 4rem 8rem 0 rgba(0, 0, 0, 0.2),
    0 6rem 20rem 0 rgba(0, 0, 0, 0.19);
  border-radius: 5rem;
}

.mainWrapper ul li:last-child {
  margin-right: 0;
}

.mainWrapper ul li.first {
  display: flex;
  background: orange;
  align-items: center;
}

.mainWrapper ul li h2 {
  font-size: 20rem;
  color: #000;
  margin: 0;
}

.mainWrapper ul li p {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  right: 5rem;
  font-size: 14rem;
  color: #999;
  padding: 0 10rem;
}

/* 设置进入的动画样式 */
@keyframes animation-down {
  from {
    opacity: 0;
    transition: all 1s ease 0s, opacity 1.5s ease 0s;
    transform: translateY(-40rem);
  }

  to {
    opacity: 1;
    transition: all 1s ease 0s, opacity 1.5s ease 0s;
  }
}

.my-an-down {
  animation: animation-down 2s 1;
}

/* 其他页面的内容 */
.otherBox {
  width: 1270rem;
  height: 1403rem;
  border-left: 1rem solid rgb(0, 0, 0);
  border-right: 1rem solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  padding-left: 84rem;
  padding-top: 70rem;margin-top: 0;margin-left: 111rem;
}

.otherBox .title {
  color: rgb(0, 0, 0);
  font-size: 60rem;
  font-weight: 400;
  line-height: 70rem;
  margin-bottom: 48rem;
  text-align: left;
}

.otherBox .contenttext {
  width: 1089rem;

  top: 312rem;
  bottom: 888rem;

  font-weight: 300;
  font-size: 24rem;
  line-height: 48rem;
  color: #000000;
}

.otherBox .contenttext span {
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.otherBox img {
  width: calc(100% - 96rem) !important;
  height: 630rem !important;
}

/* 新的页头样式 */
.nav {
  display: flex;
  position: fixed;
  z-index: 9999;
  width: 1721rem;
  height: 82rem;
  left: 121rem;
  top: -80rem;
  box-sizing: border-box;
  border: 1rem solid rgb(204, 204, 204);
  border-radius: 40rem;
  backdrop-filter: blur(3px);
  background: rgba(247, 247, 247, 0.55);
  align-items: center;
}

.nav-leave {
  transform: translateY(-161rem);
  transition: 1s;
}

.nav-enter {
  transform: translateY(161rem);
  transition: 1s;
}

.nav img {
  width: 221rem;
  height: 58rem;
  margin-left: 40rem;
}

.nav .title {
  width: 436rem;
  display: flex;
  justify-content: space-around;
  margin-left: 78rem;
}

.nav .title .headerText {
  color: rgb(59, 59, 59);
  font-family: HarmonyOS Sans SC;
  font-size: 20rem;
  font-weight: 500;
  line-height: 23rem;
  letter-spacing: 0rem;
  text-align: right;
}

.nav .title .headerText:hover {
  color: #8543FC;
}

.nav .right a {
  border: 1rem solid rgb(28, 28, 28);
  border-radius: 8rem;
  background: rgb(255, 255, 255);
  color: rgb(28, 28, 28);
  font-size: 20rem;
  box-shadow: 3rem 4rem 0 1rem #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150rem;
  height: 48rem;
  margin-left: 735rem;
}


/* 新的页脚 */
.pagefooter {
  width: 100%;
  height: 358rem;
  background: rgb(46, 60, 75);
}

.pagefooter {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pagefooter .footerLeft img {
  width: 220rem;
  height: 58rem;
}

.pagefooter .footerLeft p {
  color: rgb(255, 255, 255);
  font-size: 18rem;
  font-weight: 400;
  line-height: 26rem;
  margin-top: 12rem;
}

.pagefooter .footerLeft p a {
  color: rgb(255, 255, 255);
  text-decoration:underline;
}

.pagefooter .footerLeft .gologon {
  display: block;
  width: 120rem;
  height: 40rem;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(28, 28, 28);
  border-radius: 8rem;
  color: rgb(28, 28, 28);
  font-size: 18rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24rem;
  box-shadow: 3rem 3rem 0 1rem #1c1c1c;
}

.pagefooter .footerLeft .gologon:hover {
  background: rgb(235, 234, 234);
  box-shadow: 1rem 1rem 0 1rem #1c1c1c;
}

.pagefooter .footerRight {
  display: flex;
}

.pagefooter .footerRight img {
  width: 188rem;
  height: 228rem;
}

.pagefooter .footerRight .footerRightText {
  display: flex;
  flex-direction: column;
}

.pagefooter .footerRight .footerRightText {
  margin-left: 100rem;
}

.pagefooter .footerRight .footerRightText h5 {
  color: rgb(255, 255, 255);
  font-size: 22rem;
  font-weight: 700;
  line-height: 30rem;
}

.pagefooter .footerRight .footerRightText a {
  color: rgb(255, 255, 255);
  font-size: 16rem;
  font-weight: 400;
  line-height: 24rem;
  margin-top: 12rem;
}

.pagefooter .footerRight a:hover {
  color: rgb(255, 170, 50);
}