@charset "UTF-8";
/**
* @name: special-new-header-nav
* @author: mzq
* @date: 2023/12/20 10:28
* @description：special-new-header-nav
* @update: 2023/12/20 10:28
*/
.mobile .mobileCotent {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 55px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding-left: 20px;
}

.mobile .mobileCotent .logo {
  width: 100px;
}

.mobile .mobileCotent .logo img {
  width: 100px;
}

.mobile .mobileCotent .mobileCotent-right {
  display: flex;
}

.mobile .mobileCotent .mobileCotent-right .phone-search {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.mobile .mobileCotent .mobileCotent-right .phone-search img {
  width: 24px;
  height: 24px;
}

.mobile .mobileCotent .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: #0056AD;
}

.mobile .mobileCotent .icon .mobile-inner-header-icon img {
  width: 24px;
  height: 24px;
}

.mobile .mobile-inner-nav {
  background: white;
  position: fixed;
  right: -80%;
  width: 80%;
  height: 100%;
  transition: right 0.3s ease;
  z-index: 9999;
}

.mobile .mobile-inner-nav .mobile-close-content {
  display: flex;
  justify-content: end;
}

.mobile .mobile-inner-nav .mobile-close-content .mobile-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  background: #0056AD;
}

.mobile .mobile-inner-nav .mobile-close-content .mobile-close img {
  width: 24px;
  height: 24px;
}

.mobile .mobile-inner-nav .box li {
  line-height: 40px;
  margin-left: 24px;
  margin-right: 24px;
  border-bottom: 1px solid #D1D3D4;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal;
  color: #25282B;
}

.mobile .mobile-inner-nav .box li .href-name {
  display: flex;
  justify-content: space-between;
}

.mobile .mobile-inner-nav .box li .href-name img {
  width: 12px;
  height: 12px;
}

.mobile .mobile-inner-nav .box ol {
  display: none;
}

.mobile .mobile-inner-nav .box ol li {
  border-bottom: none;
}
<!--0.00018000602722168-->