* {
  font-family:
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft Yahei",
    "微软雅黑",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}

body {
  overflow-x: hidden;
  height: 100vh;
  overflow-y: auto;
}

ul {
  width: auto !important;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.clearCookie {
  padding: 10px;
  position: fixed;
  font-size: 13px;
  top: 150px;
  right: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.301);
  color: yellowgreen;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s;
}

.clearCookie:hover {
  background-color: yellowgreen;
  color: #fff;
}

[ln="zh-CN"] .showEn,
[ln="zh-CN"] .showJa {
  display: none !important;
}

[ln="en-US"] .showZh,
[ln="en-US"] .showJa {
  display: none !important;
}

[ln="ja-JP"] .showZh,
[ln="ja-JP"] .showEn {
  display: none !important;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px #dee2e6 solid;
  border-top-width: 1px !important;
}

.accordion-item {
  border-color: #dee2e6;
  border-style: solid;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.card-box {
  height: 100%;
}

.card {
  height: 100%;
}

.accordion-button:not(.collapsed) {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
  outline: none;
  box-shadow: none;
}

.accordion-collapse {
  border: 1px solid #dee2e6;
  border-width: 1px 0 0 0;
}

.accordion-button {
  display: block;
  position: relative;
  border-radius: calc(0.25rem - 1px);
  box-shadow: none;
}

.accordion-button::after {
  position: absolute;
  right: 10px;
  top: 50%;
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/24/1669260891756-60891.png") !important;
  transform-origin: center center;
  /* height: 0.64rem; */
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  margin-top: -1rem;
}

.accordion-bg {
  -webkit-appearance: initial !important;
}

.accordion-item {
  border-radius: calc(0.25rem - 1px);
}

.accordion-body {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.accordion-item:nth-child(n + 1) {
  /* margin-top: 10px; */
}

.pc-qr {
  max-width: inherit;
}

.to-top {
  display: none;
  opacity: 0;
  cursor: pointer;
  position: fixed;
  right: 65px;
  bottom: 65px;
  width: 73px;
  height: 76px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("http://img.jiuzhouauto.com/i/2022/11/15/1668495334644-95334.png");
  transition: all 0.2s;
}

.top-show {
  display: block;
  opacity: 0.7;
}

._nav_target {
  position: absolute;
  flex: none;
  width: 0;
  height: 0;
}

._nav_target_point {
  position: absolute;
  width: 0;
  height: 0;
  top: -100px;
  left: 0;
}

.right {
  text-align: right;
}

.pop_triangle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -2px;
  border: 10px transparent solid;
  display: block;
  width: 0;
  height: 0;
}

._insert-pop {
  z-index: 3;
  padding: 30px 15px;
  position: absolute;
  opacity: 0;
}

.text_pop-show {
  opacity: 1;
}

.more-btn {
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  padding: 20px 68px;
  background-color: #bfbfbf;
  line-height: 19px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.show-more {
  max-height: unset !important;
}

.records-bar {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50%;
}

.records-img {
  position: relative;
  opacity: 0;
  max-width: unset;
  z-index: -1;
}

.records-cover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.records-title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
}

.records-btn-box {
  margin-top: 31px;
  margin-bottom: 57px;
  white-space: nowrap;
}

.records-btn {
  display: inline-block;
  text-align: center;
  margin-right: 110px;
  cursor: pointer;
}

.records-btn:last-child {
  margin-right: 0;
}

.records-btn-title {
  margin-bottom: 17px;
  color: #fff;
}

.records-btn-icon {
  box-sizing: content-box;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(256, 256, 256, 0.5);
  border: 5px solid transparent;
}

.records-btn-icon::before {
  display: block;
  width: 20px;
  content: "";
  height: 20px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.2s;
}

.records-btn-icon-active .records-btn-icon::before {
  background-color: #fff;
}

.records-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 26px;
  content: "";
  background-color: rgba(256, 256, 256, 0.5);
  height: 3px;
  width: 117px;
  display: block;
  transform: translate(0, -50%);
}

.records-btn:last-child .records-btn-icon::after {
  display: none;
}

.records-item img {
  width: 100%;
  height: auto;
}

.records-list {
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 40px;
  overflow-y: auto;
  max-width: 100%;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.records-list::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}

.records-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.records-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}

.records-item {
  margin-right: 65px;
  width: 390px;
  display: inline-block;
  vertical-align: top;
}

.records-item-title {
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  border: 1px solid rgb(209, 209, 209);
  border-width: 0 0 1px 0;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.records-item-img {
  width: 100%;
  height: auto;
}

.records-text {
  white-space: normal;
  margin-top: 28px;
}

.item-block-pc {
  width: 300px;
  display: inline-block;
}

.m-records-bar {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50%;
}

.m-img {
  height: 288px;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.m-records-cover {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.m-records-title {
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
  line-height: 27px;
  text-align: center;
}

.m-records-btn-box {
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 80px;
}

/* .m-records-btn-box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 17px;
  height: 3px;
  width: 99.9%;
  background-color: rgba(256, 256, 256, 0.5);
} */

.m-records-btn {
  width: 34px;
  display: inline-block;
  text-align: center;
  margin-right: 28px;
  cursor: pointer;
}

.m-records-btn:last-child {
  margin-right: 0;
}

.m-records-btn-title {
  margin-bottom: 8px;
  color: #fff;
}

.m-records-btn-icon {
  box-sizing: content-box;
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(256, 256, 256, 0.5);
  border: 3px solid transparent;
}

.m-records-btn-icon::before {
  display: block;
  width: 10px;
  content: "";
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.2s;
}

.m-records-btn-icon-active .m-records-btn-icon::before {
  background-color: #fff;
}

.m-records-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 13px;
  content: "";
  background-color: rgba(256, 256, 256, 0.5);
  height: 2px;
  width: 50px;
  display: block;
  transform: translate(0, -50%);
}

.m-records-btn:last-child .m-records-btn-icon::after {
  display: none;
}

.m-records-list {
  margin: 0 auto;
  margin-top: 20px;
  overflow-y: auto;
  max-width: 100%;
  white-space: nowrap;
}

.m-records-item {
  margin-right: 33px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
}

.m-records-item-title {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  border: 1px solid rgb(209, 209, 209);
  border-width: 0 0 1px 0;
  padding-bottom: 6px;
  margin-bottom: 5px;
}

.m-records-item-img {
  width: 100%;
  height: auto;
}

.m-records-text {
  white-space: normal;
  margin-top: 14px;
}

.item-block {
  width: 20px;
  display: inline-block;
}

.m-records-switch {
  height: 30px;
  padding-left: 25px;
  margin-top: 20px;
}

.m-records-switch-line {
  height: 2px;
  width: 70%;
  background-color: #dfdfdf;
  margin-right: 26px;
  vertical-align: middle;
  display: inline-block;
}

.m-records-switch-line-bar {
  height: 100%;
  width: 0%;
  background-color: rgb(124, 191, 53);
}

.m-records-switch-last {
  width: 10px;
  height: 10px;
  border: 2px solid #626262;
  border-color: #626262 transparent transparent #626262;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-right: 10px;
}

.m-records-switch-next {
  width: 10px;
  height: 10px;
  border: 2px solid #626262;
  vertical-align: middle;
  border-color: #626262 transparent transparent #626262;
  display: inline-block;
  transform: rotate(135deg);
}

.accordion-item {
  border-width: 1px 0 0 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0 !important;
}

