.mobile-container,
.phoneheader {
  display: none;
}
.header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s;
}
.header h1 {
  color: #fff;
  font-weight: bold;
  font-size: 0;
}
.header.notop {
  background: #161115;
}
.header.notop .w .logo {
  display: block;
}
.header.notop .w nav .navList li .title a {
  color: #fff;
}
.header.notop .w .rg i {
  color: #fff;
}
.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .w .logo {
  width: 0.89rem;
  height: 0.6rem;
}
.header .w .menu {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.header .w nav {
  margin-left: auto;
  display: flex;
  align-items: baseline;
  margin-right: 0.5rem;
}
.header .w nav .navList {
  display: flex;
}
.header .w nav .navList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.05rem;
}
.header .w nav .navList li .title a {
  color: #fff;
  display: flex;
  height: 100%;
  padding: 0.5rem 0.13rem 0.2rem;
  font-size: 0.16rem;
}
.header .w nav .navList li .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: linear-gradient(0deg, #b01f1a 0%, #d9332e 100%);
  transition: all 0.3s;
  z-index: -1;
}
.header .w nav .navList li.active .title {
  background: linear-gradient(0deg, #b01f1a 0%, #d9332e 100%);
}
.header .w nav .navList li:hover .title::after {
  height: 100%;
}
.header .w .rg {
  position: relative;
}
.header .w .rg .search i {
  font-size: 0.25rem;
  color: #fff;
}
.header .w .rg .mask {
  top: 0.5rem;
  right: 0;
  position: absolute;
  width: fit-content;
  background: #bf3138;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.header .w .rg .mask .inputBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3rem;
  border-radius: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  box-sizing: border-box;
  padding-right: 0.1rem;
}
.header .w .rg .mask input {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0.1rem;
  width: 100%;
  border: none;
  padding-left: 0.2rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
.header .w .rg .mask input::placeholder {
  font-size: 0.14rem;
}
.header .w .rg .mask button i {
  font-size: 0.2rem;
}
.footer {
  background: #292829;
}
.footer .head {
  padding-top: 0.55rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.footer .head .inner {
  color: #fff;
}
.footer .head .inner .logo {
  width: 1.07rem;
  height: 0.74rem;
}
.footer .head .inner .logo img {
  object-fit: contain;
}
.footer .head .inner .info {
  margin-top: 0.35rem;
  font-size: 0.14rem;
  color: #b1b2b3;
  line-height: 1.6;
}
.footer .head .inner .info a {
  font-size: 0.24rem;
  color: #fff;
}
.footer .head nav {
  display: flex;
}
.footer .head nav .item .title {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.footer .head nav .item a {
  font-size: 0.16rem;
  color: #fff;
  padding: 0 0.5rem;
}
.footer .head nav .item a:hover {
  color: #fff;
}
.footer .head nav .item .list {
  margin-top: 0.3rem;
}
.footer .head nav .item .list a {
  font-size: 0.14rem;
  color: #8d8b8c;
  line-height: 2;
}
.footer .head nav .item .list a:hover {
  color: #fff;
}
.footer .head nav .item:first-child .title {
  border-left: none;
}
.footer .copyright {
  color: #8d8b8c;
  font-size: 0.14rem;
  padding: 0.2rem 0;
  border-top: 1px solid #353434;
}
.footer .copyright .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }
  header {
    display: none;
  }
  .phoneheader {
    display: block;
    height: 1rem;
    background-color: #161115;
    position: fixed;
    z-index: 99;
    inset: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .phoneheader .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .phoneheader .logo {
    width: 15%;
    height: auto;
    vertical-align: middle;
  }
  .phoneheader .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .phoneheader .menu {
    width: 0.5rem;
    vertical-align: middle;
  }
  .mobile-container {
    position: relative;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    display: block;
  }
  .mobile-container .footer-list {
    color: #999;
    padding-top: 0.6rem;
  }
  .mobile-container .footer-list a {
    color: #fff;
    font-size: 0.3rem;
    width: 100%;
    padding: 0.3rem 0;
  }
  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
    border-bottom: 1px solid #a5a4a4;
  }
  .mobile-container .footer-list li.nosec {
    background: #bf3138;
  }
  .mobile-container .footer-list li.nosec .top a {
    flex: 1;
    color: #fff;
  }
  .mobile-container .footer-list .top {
    display: flex;
    justify-content: space-between;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }
  .mobile-container .footer-list .top .icon {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }
  .mobile-container .footer-list .top .icon.active span {
    transform: rotateZ(90deg);
  }
  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.38rem;
    text-align: right;
    color: #000;
  }
  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }
  .mobile-container .footer-list .second a {
    display: block;
    font-size: 0.32rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mobile-container .swiper {
    padding-right: 1.1rem;
    width: 100%;
    padding: 0.2rem 0;
  }
  .mobile-container .swiper .swiper-slide {
    padding: 0.2rem 0;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 0.28rem;
  }
  .mobile-container .swiper .swiper-slide a {
    width: 100%;
    transition: all 0.3s;
    white-space: nowrap;
    display: block;
  }
  .mobile-container .swiper .swiper-slide.active {
    background: #bf3138;
    border-radius: 0.5rem;
    color: #fff;
  }
  .mobile-container .swiper .swiper-slide.active a {
    color: #fff;
  }
  .mobile-container .swiper .swiper-slide:hover {
    background: #bf3138;
    border-radius: 0.5rem;
    color: #fff;
  }
  .mobile-container .swiper .swiper-slide:hover a {
    color: #fff;
  }
  .mobile-container .swiper-button-next {
    right: 0.2rem;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-container .swiper-button-next::after {
    font-size: 0.28rem;
    padding: 0.1rem 0.15rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
  }
  .footer {
    background: #292829;
  }
  .footer .head {
    padding-top: 0.55rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  .footer .head .inner {
    color: #fff;
  }
  .footer .head .inner .logo {
    width: 25%;
    height: auto;
  }
  .footer .head .inner .logo img {
    object-fit: contain;
  }
  .footer .head .inner .info {
    margin-top: 0.35rem;
    font-size: 0.3rem;
    color: #b1b2b3;
    line-height: 1.8;
  }
  .footer .head .inner .info a {
    font-size: 0.3rem;
    color: #fff;
  }
  .footer .head nav {
    margin: 0.4rem 0;
    display: flex;
    flex-direction: column;
  }
  .footer .head nav .item {
    margin-top: 0.2rem;
  }
  .footer .head nav .item .title {
    border-left: none;
  }
  .footer .head nav .item a {
    font-size: 0.3rem;
    color: #fff;
    padding: 0;
  }
  .footer .head nav .item .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .footer .head nav .item .list a {
    font-size: 0.26rem;
    color: #8d8b8c;
    line-height: 2;
    margin: 0 0.3rem;
  }
  .footer .head nav .item .list a:hover {
    color: #fff;
  }
  .footer .copyright {
    color: #8d8b8c;
    font-size: 0.24rem;
    padding: 0.2rem 0;
    border-top: 1px solid #353434;
    text-align: center;
    line-height: 1.8;
  }
  .footer .copyright .w {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
