.home .header {
  background: none;
}
.home .header .headNav li.on .divClick {
  background: url(../images/navOnBg.png) repeat-x;
  background-size: contain;
}
.home .header .headNav li.newOn .divClick {
  background: none;
}
.home .header .headNav li.newOn .divClick a {
  color: #fff;
}
.home .header .headNav li.newOn .divClick::after {
  display: none;
}
.home .header .headNav li.current .divClick {
  background: #fff;
}
.home .header .headNav li.current .divClick a {
  color: #7e318e;
}
.header {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background: url(../images/navOnBg.png) repeat-x;
  background-size: contain;
}
.header .logo {
  width: 3.8rem;
}
.header .headNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.8rem;
}
.header .headNav > li {
  text-align: center;
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header .headNav > li .divClick {
  padding: 0 0.1rem;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 100%;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
}
.header .headNav > li .divClick .font18 {
  font-size: 0.2rem;
}
.header .headNav > li .divClick .upcase {
  transform: scale(0.8);
}
.header .headNav > li.newOn .divClick {
  background: none;
}
.header .headNav > li.newOn .divClick a {
  color: #fff;
}
.header .headNav > li.newOn .divClick::after {
  display: none;
}
.header .headNav > li.current .divClick {
  background: #fff;
}
.header .headNav > li.current .divClick a {
  color: #7e318e;
}
.header .headNav .slideNav {
  display: none;
  text-align: left;
  width: 3rem;
  position: absolute;
  left: 0em;
  top: 0.8rem;
  color: #000;
  z-index: 20;
  padding-top: 0.25rem;
  overflow: hidden;
}
.header .headNav .slideNav::before {
  content: "";
  display: block;
  background: rgba(215, 198, 199, 0.3);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
}
.header .headNav .slideNav .link {
  color: #fff;
  opacity: 0.8;
  padding: 0.05rem 0.3rem;
}
.header .headNav .slideNav .link:hover {
  opacity: 1;
  position: relative;
}
.header .headNav .slideNav .link:hover::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  top: 0;
}
.header .headNav .slideNav .link:hover a {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .headNav .slideNav .link:hover a::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background: url(../images/slideNavIcon.png) no-repeat center;
  background-size: cover;
  margin-left: 0.2rem;
}
.headerBg {
  width: 100%;
  height: 100%;
  background: rgba(96, 21, 111, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 40;
  display: none;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.footer .footerHead {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.footer .footerHead .logo {
  width: 5rem;
}
.footer .footerHead .div-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footerHead .div-r .nav {
  width: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footerHead .div-r .nav a {
  width: 50%;
  text-align: center;
  padding-top: 0.1rem;
}
.footer .footerHead .div-r .nav a:hover {
  color: #7b378c;
}
.footer .footerHead .div-r .nav a:nth-child(3),
.footer .footerHead .div-r .nav a:nth-child(4) {
  margin-bottom: 0;
}
.footer .footerHead .div-r .nav a > div {
  line-height: 100%;
  margin-bottom: 0.1rem;
}
.footer .footerHead .div-r .nav a .font12 {
  transform: scale(0.8);
}
.footer .footerHead .div-r .divCode {
  width: 1.2rem;
  margin-left: 0.5rem;
}
.footer .co {
  background: #7b378c;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: right;
}
.footer .co br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 1rem;
  }
  .navFlex {
    position: fixed;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    background: rgba(96, 21, 111, 0.7);
    z-index: 18;
    padding: 0;
    overflow-y: auto;
    display: none;
  }
  .header.open {
    background: #7b378c;
  }
  .header .headNav {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .header .headNav > li {
    width: 100%;
    margin: 0 0.2rem;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
  }
  .header .headNav > li .divClick {
    height: 1rem;
    width: 100%;
  }
  .header .headNav > li .divClick a {
    display: flex;
    justify-content: flex-start;
  }
  .header .headNav > li .divClick a div {
    margin-right: 0.2rem;
  }
  .header .headNav > li .slideNav {
    position: relative;
    width: 100%;
    top: 0;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0.25rem;
    padding-top: 0;
    background: #7b378c;
  }
  .header .headNav > li .slideNav .link {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    opacity: 1;
  }
  .header .headNav > li.liadd::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0;
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
  }
  .header .headNav > li.licut::after {
    content: "-";
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 0;
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
  }
}
.header .autowidth {
  width: 14rem;
}
@media only screen and (max-width: 1100px) {
  .footer .footerHead {
    flex-wrap: wrap;
  }
  .footer .footerHead .logo {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    width: 5.5rem;
  }
  .footer .footerHead .div-r {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer .footerHead .div-r .nav {
    width: 100%;
  }
  .footer .footerHead .div-r .divCode {
    width: 100%;
    text-align: center;
  }
  .footer .footerHead .div-r .divCode img {
    width: 2rem;
  }
  .footer .co {
    height: auto;
    text-align: center;
    padding: 0.2rem 1rem;
    line-height: 1.8;
  }
  .footer .co br {
    display: block;
  }
  .header .headNav > li .divClick {
    position: relative;
    z-index: 30;
  }
}
