* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 37.5px;
  font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.flex {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
}
.wrapper {
  padding-top: 1.333rem;
  overflow-x: hidden;
}
header {
  padding: 0 0.267rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 1.333rem;
  background: #fff;
}
header .logo {
  width: 2.56rem;
  height: 0.747rem;
}
header .header-right {
  display: flex;
  align-items: center;
}
header .header-btn {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
  justify-content: center;
  margin-right: 0.32rem;
  height: 0.68rem;
  background: linear-gradient(225deg, rgba(22, 119, 251, 0.7) 0%, #1677FB 100%);
  border-radius: 0.16rem;
  line-height: 0.54rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  text-align: center;
}
header .menu-wrapper.open .menu-btn b {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
header .menu-wrapper.open .menu-btn b:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
header .menu-wrapper.open .menu-btn b:nth-of-type(2) {
  display: none;
}
header .menu-wrapper.open .menu-btn b:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
header .menu-wrapper.open nav {
  height: calc(100vh - 1.333rem);
}
header .menu-btn {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
}
header .menu-btn b {
  display: block;
  height: 2px;
  background-color: #333;
  margin: 0.1rem 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
header nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 1.333rem;
  height: 0;
  overflow: hidden;
  font-size: 0.427rem;
  background: #F4F7FD;
  transition: height 0.3s;
}
header nav .nav-item {
  display: flex;
  align-items: center;
  color: #333333;
  justify-content: center;
  height: 1.533rem;
  text-align: center;
}
header nav .nav-item:not(:last-of-type) {
  border-bottom: 1PX solid #E3DFE7;
}
header nav .nav-item.active {
  color: #1D59F8;
}
header nav .nav-item .icon {
  margin-left: 0.107rem;
  width: 0.32rem;
  height: 0.32rem;
}
.common-title {
  margin-bottom: 0.507rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.467rem;
}
.common-title .icon {
  margin: 0.2rem;
  width: 0.173rem;
  height: 0.253rem;
}
.fixed-right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.fixed-right-item {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 1.64rem;
  height: 1.64rem;
}
.fixed-right-item:last-of-type img {
  width: 1.133rem;
  height: 1.133rem;
}
.fixed-right-item img {
  width: 100%;
  height: 100%;
}
.modal-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
}
.modal-wrapper .modal-content {
  margin: 0 1.2rem;
  align-self: stretch;
  background: #FFFFFF;
  border-radius: 0.507rem;
}
.modal-wrapper .modal-content .modal-header {
  margin-bottom: 0.267rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 2.907rem;
  font-size: 0.48rem;
  background: url("../../images/common/modal-header.png");
  background-size: 100% 100%;
}
.modal-wrapper .modal-content .modal-header .icon {
  margin-bottom: 0.267rem;
  width: 1rem;
  height: 0.827rem;
}
.modal-wrapper .modal-content-content {
  padding: 0 0.533rem;
}
.modal-wrapper .modal-content .tag {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  justify-content: center;
  width: 1.8rem;
  height: 0.72rem;
  background: #E5EFFF;
  border-radius: 0.36rem;
  font-size: 0.36rem;
  font-weight: 500;
  color: #156FFF;
}
.modal-wrapper .modal-content .copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.227rem;
  font-size: 0.36rem;
  color: #fff;
  height: 0.613rem;
  background: linear-gradient(225deg, #629EFF 0%, #156FFF 100%);
  border-radius: 0.307rem;
}
.modal-wrapper .modal-content .text {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.36rem;
}
.modal-wrapper .modal-content .text .bold {
  color: #000;
  font-size: 0.467rem;
}
.modal-wrapper .modal-content .customer-img {
  display: block;
  margin: 0 auto 0.533rem;
  width: 3.84rem;
  height: 3.84rem;
}
.modal-wrapper .close-icon {
  margin-top: 0.267rem;
  width: 1.04rem;
  height: 1.04rem;
}
footer {
  padding: 0.64rem 0.267rem 0;
  background: #1E2B3E;
  color: #fff;
}
footer .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.533rem;
}
footer .contact-left .phone {
  margin-bottom: 0.533rem;
  width: 4.067rem;
  height: 0.56rem;
}
footer .contact-left .location {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.253rem;
}
footer .contact-left .location .icon {
  width: 0.24rem;
  height: 0.267rem;
  margin-right: 0.107rem;
}
footer .contact .customer-img {
  width: 2.053rem;
  height: 2.053rem;
}
footer .copyright {
  padding: 0.4rem 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 0.32rem;
  font-size: 0.227rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
