/* 全局样式 */
html {
  font-size: 100px; /* 默认值（会被 JS 覆盖） */
  width: 100%;
  height: 100vh;
}

body {
  font-size: 0.14rem; /* 相当于 14px */
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

a {
  text-decoration: none;
  color: #222222;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
.mainPhoneContainer {
  width: 100%;
  height: 100vh;
  position: relative;
}

.topHeader {
  background: #ffffff;
  box-shadow: 0 0.02rem 0.05rem 0 rgba(0, 0, 0, 0.08);
  height: 0.63rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.13rem 0.15rem 0.15rem;
  z-index: 999;
}
.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpbjtc {
  width: 0.15rem;
  height: 0.15rem;
  cursor: pointer;
}
.cpbjtc.hidden {
  display: none;
}
.meunList {
  padding: 0 0.2rem;
  display: none;
  position: fixed;
  top: 0.63rem;
  right: 0;
  width: 100%;
  height: calc(100vh - 0.63rem);
  background: #ffffff;
  z-index: 1000;
  /* padding-top: 0.2rem; */
  box-sizing: border-box;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
.meunList.show {
  display: block;
}
.meunItem {
  width: 100%;
  border-bottom: 1px solid #D7DBEC;
  height: 0.6rem;
  line-height: 0.6rem;
}
.meunItem img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.05rem;
  display: inline-block;
  vertical-align: middle;
}
.meunItem span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
}
.headerLogo {
  display: inline-block;
  height: 0.35rem;
}
.goBackTopIcon {
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../assets/icon_zhiding1@2x.png");
  background-size: 100% 100%;
  position: fixed;
  bottom: 1.08rem;
  right: 0.17rem;
  z-index: 9;
  display: none;
}
.bottomFooter {
  width: 100%;
  height: 0.53rem;
  background: linear-gradient(135deg, #3470ff 0%, #b666ff 100%);
  border-radius: 0px 0px 0px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.footerFlex {
  display: flex;
  align-items: center;
}
.sameFooter {
  width: 50%;
  line-height: 0.53rem;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.sameFooter a {
  color: #fff;
  font-size: 0.16rem;
}
.sameFooter img {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.sameFooter:first-child::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.15rem;
}

.sameModalContact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.mainModalContent {
  width: 2.95rem;
  height: 3.6rem;
  background-image: url("../assets/img_bg@2x.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-top: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
}
.closeIcon {
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  background-image: url("../assets/icon_close@2x.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0.17rem;
  top: 0.17rem;
}
.headerRightIcon.closeIcon {
  top: 0.23rem;
}
.mainModalContent .title {
  font-weight: 500;
  color: #222222;
  text-align: center;
  font-size: 0.19rem;
}
.mainModalContent .qurcodeMainImg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../assets/img_ewm1@2x.png");
  background-size: 100% 100%;
  margin: 0.17rem auto 0.13rem;
}
.mainModalContent p {
  color: #a1a7bb;
  margin-bottom: 0.12rem;
}
.mainModalContent .phoneIcon {
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  background-image: url("../assets/icon_bddh@2x.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 0.13rem;
}
.phoneNumber {
  font-weight: bold;
  font-size: 0.2rem;
  color: #222222;
  margin-bottom: 0.13rem;
}
