.header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 0.16rem 0.16rem 0.12rem;
  box-shadow: 0 0 0 0 #eeeeee;
  background: #ffffff;
}

.header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .logo img {
  width: 1.84rem;
}

.header .logo .p-name {
  width: 1.4rem;
  height: 0.44rem;
  margin-left: 0.16rem;
  line-height: 0.44rem;
  background: linear-gradient(135deg, #ffbc3b 0%, #ff8e1f 100%);
  border-radius: 0.08rem;
  text-align: center;
  font-size: 0.22rem;
  color: #ffffff;
}

.header .nav {
  width: 0.44rem;
  height: 0.44rem;
  background: url("../image/icon-nav.png") center no-repeat;
  background-size: contain;
}

.header .nav.close {
  background: url("../image/close.png") center no-repeat;
  background-size: 90% 90%;
}

.header .nav-content {
  position: absolute;
  padding: 0.32rem 0.2rem 0.56rem;
  width: 100%;
  z-index: 00;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  background: #ffffff;
  display: none;
}

.header .nav-content dl {
  overflow: hidden;
  margin-bottom: 0.32rem;
}

.header .nav-content dl dt {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: 500;
  color: #ff8e1f;
  line-height: 0.4rem;
}

.header .nav-content .nav-info {
  margin-top: 0.4rem;
  overflow: hidden;
}

.header .nav-content .nav-info-item {
  float: left;
  width: 23%;
  margin: 0 1%;
}

/*A start*/
.header .nav-content .nav-info-item .icon {
  display: block;
  width: 1.2rem;
  margin: 0 auto;
}

.header .nav-content .nav-info-item .text {
  display: block;
  margin-top: 0.2rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 0.4rem;
}

/*A end*/

.header .nav-content dl:first-child dd:last-child {
  margin-right: 0 !important;
}

.header .nav-content dl:last-of-type dd:nth-child(3n+1) {
  margin-right: 0 !important;
}

.header .nav-content dl dd {
  float: left;
  margin-bottom: 2%;
  height: 0.64rem;
  background: #f5f5f5;
}

.header .nav-content dl dd.grid-3 {
  width: 32%;
  margin-right: 2%;
}

.header .nav-content dl dd.grid-5 {
  width: 15%;
  margin-right: 1.25%;
}

.header .nav-content dl dd a {
  display: block;
  line-height: 0.64rem;
  text-align: center;
  font-size: 0.28rem;
  color: #333333;
  text-decoration: none;
}

.footer {
  margin-top: 0.16rem;
  padding: 0.48rem 0.32rem 1.2rem;
  background: #ffffff;
}

.footer .logo {
  width: 3.48rem;
  margin: 0 auto;
}

.footer .logo img {
  width: 100%;
}

.footer .func {
  position: relative;
  margin-top: 0.08rem;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.footer .func:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #eeeeee;
}

.footer .func:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: #eeeeee;
}

.footer .func .func-item {
  float: left;
  width: 50%;
  padding: 0.2rem 0;
}

.footer .func .func-item .icon {
  float: left;
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 0.32rem;
  background: #f5f5f5;
  border-radius: 50%;
}

.footer .func .func-item .icon img {
  width: 100%;
  height: auto;
}

.footer .func .func-item .text {
  float: left;
  margin-left: 0.16rem;
}

.footer .func .func-item .text h6 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #666666;
}

.footer .func .func-item .text p {
  margin-top: 0.15rem;
  font-size: 0.2rem;
  line-height: 0.2rem;
  color: #999999;
}

.footer .download {
  display: block;
  margin-top: 0.32rem;
  width: 6.88rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background: linear-gradient(135deg, #ffbc3b 0%, #ff8e1f 100%);
  border-radius: 0.4rem;
  text-align: center;
  text-decoration: none;
  font-size: 0.28rem;
  color: #ffffff;
}

.footer .download span {
  font-size: 0.2rem;
  opacity: 0.5;
}


.popup {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.full-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}