.common-width {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common-width {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .common-width {
    width: 95%;
  }
}
.mobile-header {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-header {
    display: block;
    width: 100%;
    height: 0.8rem;
    background: #0d1a1c;
  }
  .mobile-header .common-width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .common-width .logo {
    font-size: 0;
    width: 1.26rem;
    height: auto;
  }
  .mobile-header .common-width .logo img {
    width: 100%;
    height: auto;
  }
  .mobile-header .common-width .icon-caidan1 {
    font-size: 0.35rem;
    color: #ffffff;
  }
  .mobile-header .mobile-nav {
    width: 4.8rem;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
    animation: mobileMenu 1s linear 1;
    height: 100%;
  }
  .mobile-header .mobile-nav .top {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    background: #0d1a1c;
    font-size: 0;
  }
  .mobile-header .mobile-nav .top a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .mobile-header .mobile-nav .top a img {
    width: 1.26rem;
    height: 0.45rem;
  }
  .mobile-header .mobile-nav .top .iconfont {
    width: 0.47rem;
    height: 0.38rem;
    background: #202b2c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.38rem;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-header .mobile-nav .bottom {
    background: rgba(33, 41, 42, 0.95);
    padding-left: 0.2rem;
    height: 100%;
  }
  .mobile-header .mobile-nav .bottom > ul > li {
    font-size: 0.16rem;
  }
  .mobile-header .mobile-nav .bottom > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .mobile-header .mobile-nav .bottom > ul > li > .mobile-drop li {
    font-size: 0.16rem;
    list-style-type: disc !important;
    margin-left: 0.45rem;
  }
  .mobile-header .mobile-nav .bottom > ul > li > .mobile-drop li::marker {
    color: #999999 !important;
  }
  .mobile-header .mobile-nav .bottom > ul > li > .mobile-drop li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999999;
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
    width: 100%;
    height: 0.8rem;
    background: #0d1a1c;
  }
  .mobile-header .common-width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .common-width .logo {
    font-size: 0;
    width: 1.26rem;
    height: auto;
  }
  .mobile-header .common-width .logo img {
    width: 100%;
    height: auto;
  }
  .mobile-header .common-width .icon-caidan1 {
    font-size: 0.35rem;
    color: #ffffff;
  }
  .mobile-header .mobile-nav {
    width: 4.8rem;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
    animation: mobileMenu 1s linear 1;
    height: 100%;
  }
  .mobile-header .mobile-nav .top {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    background: #0d1a1c;
    font-size: 0;
  }
  .mobile-header .mobile-nav .top a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .mobile-header .mobile-nav .top a img {
    width: 1.26rem;
    height: 0.45rem;
  }
  .mobile-header .mobile-nav .top .iconfont {
    width: 0.47rem;
    height: 0.38rem;
    background: #202b2c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.38rem;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-header .mobile-nav .bottom {
    background: rgba(33, 41, 42, 0.95);
    padding-left: 0.2rem;
    height: 100%;
  }
  .mobile-header .mobile-nav .bottom > ul > li {
    font-size: 0.16rem;
  }
  .mobile-header .mobile-nav .bottom > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .mobile-header .mobile-nav .bottom > ul > li > .mobile-drop li {
    font-size: 0.16rem;
    list-style-type: disc !important;
    margin-left: 0.45rem;
  }
  .mobile-header .mobile-nav .bottom > ul > li > .mobile-drop li::marker {
    color: #999999 !important;
  }
  .mobile-header .mobile-nav .bottom > ul > li > .mobile-drop li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999999;
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
  }
}
