* {
  margin: 0;
  padding: 0;
}

.scroll-lock {
  height: 100vh;
  overflow: hidden !important;
}

.header {
  padding: 16px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999999999;
  top: 0;
  left: 0;
  border: 1px #ccc solid;
  border-width: 0 0 1px 0;
}

.header-block {
  height: 48px;
}

.header-more {
  margin-left: 14px;
  width: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 15px;
}

.more-icon {
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}

.more-default {
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/14/1668388881465-88881.png");
}

.more-active {
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/14/1668388286842-88286.png");
}

.header-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 23px;
}

.ln {
  width: 22px;
  position: absolute;
  right: 10px;
  top: 14px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-ln-select {
  width: 22px;
  position: absolute;
  right: 10px;
  top: 14px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-ln-select-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
  background-image: url("http://img.jiuzhouauto.com/i/2024/05/06/1714960820651-04985.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.m-ln-select-drow {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  right: 0%;
  background-color: #fff;
  width: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.m-ln-select-drow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: -14px;
  left: 85%;
  transform: translate(-50%, 0);
}
.m-ln-select-item {
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  display: block;
}
.m-ln-active {
  background-color: #7cbf35;
  color: #fff;
}
.m-ln-select-item:nth-child(1) {
  border-radius: 5px 5px 0 0;
}
.m-ln-select-item:last-child {
  border-radius: 0 0 5px 5px;
}
.m-ln-select-show {
  display: block !important;
}
.ln-zh {
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/15/1668474256500-74256.png");
}

.ln-en {
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/15/1668474262114-74262.png");
}

.selfnav {
  position: fixed;
  z-index: 99999999;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s;
  overflow: auto;
}

.selfnav-show {
  height: calc(100vh - 48px);
}

.selfnav-hide {
  height: 0;
  overflow: hidden;
}

.selfnav-item {
  display: block;
  text-decoration: none;
}

.selfnav-item-title {
  padding: 15px 0;
  padding-left: 12px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 16px;
  display: inline-block;
}

.selfnav-sub {
  background-color: #f7f7f7;
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.sub-show {
  height: auto;
}

.selfnav-sub-item {
  display: block;
  text-decoration: none;
  padding-left: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
}

.selfnav-up {
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  width: 16px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/14/1668387613111-87613.png");
  transform: rotate(180deg);
  transition: all 0.2s;
}

.selfnav-down {
  transform: rotate(0deg);
  transform-origin: center center;
}

/* PC */

.pc-header {
  background-color: #fff;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: top 0.3s;
}

.pc-header-hide {
  top: -100px;
}

.pc-header-show {
  top: 0;
}

.pc-header-block {
  height: 100px;
}

.pc-header-box {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-selfnav {
  flex: none;
  font-size: 0;
}

.pc-logo {
  flex: none;
  display: inline-block;
  cursor: pointer;
}

.pc-logo-img {
  cursor: pointer;
  height: 60px;
  width: auto;
}

.pc-selfnav-item {
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}

.pc-sub {
  /* background-color: #fff; */
  height: 0;
  z-index: 999999;
  overflow: hidden;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  opacity: 0;
  transition: all 0.5s;
  /* max-width: 130%; */
  /* width: auto; */
  font-size: 16px;
}

.pc-ln {
  cursor: pointer;
  display: inline-block;
  vertical-align: -8px;
  margin-left: 10px;
  width: 32px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.pc-right {
  display: flex;
  align-items: center;
}

.pc-ln-zh {
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/15/1668474256500-74256.png");
}

.pc-ln-en {
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/15/1668474262114-74262.png");
}

.pc-sub-item {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 13px 8px;
  color: #000000ad;
}

.pc-selfnav-item-title {
  padding: 0 18px;
  font-size: 16px;
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1f1f20;
  line-height: 100px;
  transition: all 0.2s;
  cursor: pointer;
  transition: all 0.5s;
}

.pc-selfnav-item:hover .pc-selfnav-item-title {
  background-color: #7cbf35;
  color: #fff;
}

.pc-selfnav-item .pc-selfnav-item-title a {
  color: #000 !important;
}

.pc-selfnav-item:hover .pc-selfnav-item-title a {
  color: #fff !important;
}

.pc-container {
  margin: auto;
}

.pc-sub-show {
  opacity: 1;
  height: 330px;
}

.sub-cover {
  position: fixed;
  top: 100px;
  left: 0;
  background-color: #fff;
  transition: height 0.5s;
  height: 0;
  width: 100vw;
}

.pc-selfnav:hover + .sub-cover {
  height: 330px;
}

.dis:hover + .sub-cover {
  height: 0 !important;
}

.home-icon {
  vertical-align: middle;
  transition: 0.2s;
  color: #000;
  font-size: 22px;
  margin-right: 20px;
}

.home-icon:hover {
  color: #7cbf35;
}

.pc-ln-select {
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-bottom: 3px;
}
.pc-ln-select-text {
  vertical-align: middle;
  color: #666;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
}
.pc-ln-select-icon {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  display: inline-block;
  background-image: url("http://img.jiuzhouauto.com/i/2024/05/06/1714960820651-04985.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pc-ln-select-drow {
  display: none;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: 120px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.pc-ln-select-show {
  display: block !important;
}
.pc-ln-select-drow::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-color: transparent transparent #fff transparent;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
}
.pc-ln-box {
  width: 57px;
  display: inline-block;
}
.pc-ln-select-item {
  padding: 5px 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  transition: all 0.2s;
  text-align: left;
}
.pc-ln-select-item:nth-child(1) {
  border-radius: 5px 5px 0 0;
}
.pc-ln-select-item:last-child {
  border-radius: 0 0 5px 5px;
}
.pc-ln-active {
  background-color: #7cbf35;
  color: #fff;
}
.pc-ln-select-item:hover {
  background-color: #7cbf35;
  color: #fff;
}
.country-logo {
  height: 16px;
  vertical-align: -3px;
  display: inline-block;
  margin-right: 5px;
}
