.common-footer {
  background-color: #101010;
  padding: 1.30208vw 4.16667vw 1.97917vw;
  position: relative;
  z-index: 8;
}
.common-footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-footer .top .menu-list {
  display: flex;
  align-items: center;
}
.common-footer .top .menu-list a {
  line-height: 1.5625vw;
  color: #ffffff;
  font-size: 0.83333vw;
  color: #ffffff;
  margin-right: 2.08333vw;
}
.common-footer .top .right-icon {
  display: flex;
  align-items: center;
}
.common-footer .top .right-icon .tel {
  font-size: 1.25vw;
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 0.52083vw;
}
.common-footer .top .right-icon .tel span {
  font-size: 0.83333vw;
  opacity: 0.6;
}
.common-footer .top .right-icon .icon-list {
  display: flex;
  align-items: center;
  margin-left: 2.08333vw;
  gap: 1.5625vw;
}
.common-footer .top .right-icon .icon-list a {
  position: relative;
}
.common-footer .top .right-icon .icon-list a:hover .code {
  display: inline-block;
}
.common-footer .top .right-icon .icon-list a img {
  height: 1.5625vw;
  display: inline-block;
}
.common-footer .top .right-icon .icon-list a .code {
  position: absolute;
  bottom: 2.60417vw;
  left: 50%;
  transform: translateX(-50%);
  width: 9.375vw;
  height: 9.375vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  color: #ffffff;
  font-size: 0.83333vw;
}
.common-footer .top .right-icon .icon-list a .code img {
  height: 100%;
  display: inline-block;
}
.common-footer .top .right-icon .icon-list a .code:after {
  content: "";
  position: absolute;
  bottom: -0.41667vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 0.52083vw solid transparent;
  border-right: 0.52083vw solid transparent;
  border-top: 0.52083vw solid #ffffff;
}
.common-footer .bottom {
  margin-top: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.common-footer .bottom .menu-list {
  display: flex;
  align-items: center;
}
.common-footer .bottom .menu-list a {
  line-height: 1.875vw;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.83333vw;
  position: relative;
  padding-right: 1.04167vw;
}
.common-footer .bottom .menu-list a:hover .pop {
  opacity: 1;
  transform: scale(1);
}
.common-footer .bottom .menu-list a:last-child::after {
  display: none;
}
.common-footer .bottom .menu-list a::after {
  content: "";
  position: absolute;
  right: 0.52083vw;
  height: 0.78125vw;
  width: 1px;
  top: 0.52083vw;
  background-color: rgba(255, 255, 255, 0.6);
}
.common-footer .bottom .menu-list a .pop {
  position: absolute;
  width: 14.58333vw;
  height: 12.76042vw;
  padding: 0.625vw;
  color: #000;
  background: #fff;
  box-shadow: 0.10417vw 0.10417vw 0.52083vw #ccc;
  left: -5.20833vw;
  bottom: 1.82292vw;
  z-index: 3;
  font-size: 0.625vw;
  line-height: 0.9375vw;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  transform-origin: bottom;
}
.common-footer .bottom .list-box {
  position: absolute;
  bottom: 1.82292vw;
  left: 0;
  height: 0;
  overflow: hidden;
  width: 6.66667vw;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.common-footer .bottom .list-box .btn-list {
  display: flex;
  align-items: center;
  gap: 1.04167vw;
  width: 100%;
  text-align: center;
}
.common-footer .bottom .list-box .btn-list .btn {
  animation-duration: 0.6s;
  width: 100%;
}
.common-footer .bottom .list-box .btn-list .btn a {
  padding: 0.52083vw 0;
  height: 2.60417vw;
  text-align: center;
  display: block;
}
.common-footer .bottom .list-box .btn-list:hover {
  background-color: rgba(22, 22, 22, 0.5);
}
.common-footer .bottom .information {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.83333vw;
  color: #ffffff;
  opacity: 0.6;
}
.common-footer .bottom .information a {
  margin: 0 0.26042vw;
}
.common-footer .bottom .btn-box {
  position: relative;
  cursor: pointer;
}
.common-footer .bottom .btn-box:hover .list-box {
  opacity: 1;
  height: auto;
  transition: 0.5s ease-in;
}
.common-footer .bottom .btn-box:hover .btn-arrow-icon {
  transform: rotate(90deg);
  transition: 0.5s ease-in-out;
}
.common-footer .bottom .btn-box .box-title {
  width: 6.66667vw;
  height: 1.875vw;
  background: rgba(216, 216, 216, 0);
  border-radius: 0.9375vw;
  border: 1px solid #cdcdcd;
  font-size: 0.83333vw;
  color: #ffffff;
  text-align: center;
  font-size: 0.72917vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-footer .bottom .btn-box .box-title .btn-arrow-icon {
  display: inline-block;
  width: 0.625vw;
  height: 0.625vw;
  position: absolute;
  right: 0.625vw;
  top: 0.625vw;
  background: url(/static_material/commercial-vehicle/cn/static/right-arrow1-KMiXieBn.png) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--common-footer {
    padding: 0;
}
.mob--common-footer .top {
    padding: 2.66667rem 0.5rem 2rem;
    flex-direction: column;
}
.mob--common-footer .top .icon-list {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
}
.mob--common-footer .top .icon-list a {
    position: relative;
}
.mob--common-footer .top .icon-list a:hover .code {
    display: inline-block;
}
.mob--common-footer .top .icon-list a img {
    height: 2.13333rem;
    display: inline-block;
}
.mob--common-footer .top .icon-list a .code {
    position: absolute;
    bottom: 3.33333rem;
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
    height: 6rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    color: #ffffff;
    font-size: 0.53333rem;
}
.mob--common-footer .top .icon-list a .code img {
    height: 100%;
    display: inline-block;
}
.mob--common-footer .top .icon-list a .code:after {
    content: "";
    position: absolute;
    bottom: -0.26667rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 0.33333rem solid transparent;
    border-right: 0.33333rem solid transparent;
    border-top: 0.33333rem solid #ffffff;
}
.mob--common-footer .top .menu-list {
    display: block;
    padding: 0 0.66667rem;
}
.mob--common-footer .top .menu-list .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.66667rem 0;
    border-bottom: 0.03333rem solid #4c4c4c;
}
.mob--common-footer .top .menu-list .list:last-child {
    border-bottom: none;
}
.mob--common-footer .top .menu-list a {
    width: 33.3333333333%;
    line-height: 2.13333rem;
    color: #ffffff;
    font-size: 0.66667rem;
    margin: 0;
    text-align: center;
    position: relative;
}
.mob--common-footer .top .menu-list a .pop {
    position: absolute;
    width: 16rem;
    height: 12.83333rem;
    padding: 0.4rem;
    color: #000;
    background: #fff;
    box-shadow: 0.06667rem 0.06667rem 0.33333rem #ccc;
    left: auto;
    right: 0;
    bottom: 2.16667rem;
    z-index: 3;
    font-size: 0.53333rem;
    line-height: 1.3;
    text-align: left;
}
.mob--common-footer .bottom {
    background-color: #393939;
    padding: 1rem 0;
    margin: 0;
    font-size: 0.8rem;
    color: #ffffff;
    display: block;
    text-align: center;
    opacity: 0.6;
    line-height: 1.6rem;
}
.mob--common-footer .bottom a {
    display: inline-block;
    text-decoration: underline !important;
    margin: 0 0.33333rem;
}
}