@font-face {
  /*font-family: p-black;*/
  src: url(fonts/Poppins-Black.otf);
}
@font-face {
 /* font-family: p-bold;*/
  src: url(fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: p-medium;
  src: url(fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: p-regular;
  src: url(fonts/Poppins-Regular.otf);
}
body {
  font-family: p-regular;
}
.header-box {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 22;
}
.header-box header {
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.7rem;
  z-index: 20;
  transition: all 0.3s;
}
.header-box header .left-box {
  display: flex;
  height: 100%;
  flex: 1;
}
.header-box header .left-box .logo {
  width: 1.26rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box header .left-box .logo img {
  width: 80%;
}
.header-box header .left-box .logo .logo-2 {
  display: none !important;
}
.header-box header .left-box .links {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  height: 100%;
}
.header-box header .left-box .links .link {
  padding-right: 0.5rem;
  height: 100%;
  display: flex;
  font-size: 0.14rem;
  align-items: center;
}
.header-box header .left-box .links .link .title {
  font-size: 0.152rem;
  color: #fff;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: p-regular;
}
.header-box header .left-box .links .link .title::after {
  content: "";
  bottom: 0rem;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #a4896c;
  transition: all 0.3s;
  position: absolute;
  content: "";
  transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleX(0);
  transform-origin: right;
}
.header-box header .left-box .links .link .title:nth-last-of-type(1) {
  margin-right: 0;
}
.header-box header .left-box .links .link .title:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-box header .left-box .links .link .link-box {
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0.75rem;
  display: flex;
  align-items: stretch;
  display: none;
}
.header-box header .left-box .links .link .link-box .link-left-box {
  background-image: url(../images/header/bg.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  width: 20%;
  align-items: center;
  padding-top: 0.77rem;
}
.header-box header .left-box .links .link .link-box .link-left-box .car-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.48rem;
  cursor: pointer;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-left-box
  .car-logo
  img {
  width: 1.54rem;
  opacity: 0.5;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-left-box
  .car-logo:nth-last-of-type(1) {
  border-bottom: 0;
  padding-top: 0.58rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-left-box
  .car-logo-1
  img {
  width: 1.4rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-left-box
  .car-logo.active
  img {
  opacity: 1;
}
.header-box header .left-box .links .link .link-box .link-center-box {
  width: 20%;
  background-image: linear-gradient(to bottom, #9d9790, #c1bbb6);
  padding: 0.77rem 0.55rem;
  z-index: 20;
  position: relative;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style {
  display: none;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists {
  margin-bottom: 0.38rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-title {
  font-size: 0.2rem;
  color: #fff;

  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-title
  .t {
  font-size: 0.2rem;
  opacity: 1;

}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-title
  .img-box {
  width: 0.2rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-title
  .img-box
  img {
  width: 100%;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-title
  .img-box
  img:nth-of-type(1) {
  display: none;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-title
  .img-box
  img:nth-of-type(2) {
  display: block;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists
  .car-style-list {
  max-height: 0;
  overflow: hidden;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists.active
  .car-style-title
  .img-box
  img:nth-of-type(1) {
  display: block;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists.active
  .car-style-title
  .img-box
  img:nth-of-type(2) {
  display: none;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-lists.active
  .car-style-list {
  max-height: 10rem;
  transition: all 0.3s;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 0.15rem;
  font-size: 0.2rem;
  opacity: 0.6;
  color: #fff;
  font-family: p-regular;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-box {
  font-size: 0.2rem;
  opacity: 0.6;
  color: #fff;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-box
  img {
  width: 0.28rem;
  display: none;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-box.active {
  opacity: 1;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style
  .car-style-box.active
  img {
  display: block;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-center-box
  .car-style.active {
  display: block;
}
.header-box header .left-box .links .link .link-box .link-right-box {
  padding: 0.9rem 0.66rem 1rem 0.8rem;
  width: 60%;
  background-size: 100% 100%;
  background-image: url(../images/header/bg-car.jpg);
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .link-right-box-1 {
  display: block;
  height: 100%;
}
.header-box header .left-box .links .link .link-box .link-right-box .bg-box {
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .logo {
  position: absolute;
  width: 90%;
  left: 50%;
  top: -0.5rem;
  opacity: 0.06;
  transform: translateX(-50%);
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .car-box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .car-box
  .car {
  width: 82%;
  position: relative;
  z-index: 2;
  /* left: -15%; */
  left: 10%;
  top: 0.4rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left {
  display: flex;
  align-items: center;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box {
  margin-right: 0.5rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box
  .t {
  font-size: 0.13rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box
  .d {
  font-size: 0.49rem;
  display: flex;
  align-items: center;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box
  .d
  i {
  display: flex;
  align-items: center;
  font-style: normal;
  width: 1.16rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box
  .d
  .small-i {
  width: 0.7rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box
  .d
  .unit {
  font-size: 0.3rem;
  padding-left: 0rem;
  padding: 0;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .left
  .data-box
  .d
  span {
  font-size: 0.16rem;
  padding-left: 0.1rem;
  padding-top: 0.2rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .right
  .btn {
  width: 3.4rem;
  height: 0.7rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.19rem;
  letter-spacing: 0.02rem;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .right
  .btn {
  background-color: rgba(164, 137, 108, 0.8);
  color: #fff;
  transition: all 0.3s;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box
  .detail-box
  .right
  .btn:hover {
  background-color: #a4896c;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .bg-box.active {
  display: flex;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .link-right-box-2 {
  display: none;
  height: 100%;
}
.header-box
  header
  .left-box
  .links
  .link
  .link-box
  .link-right-box
  .link-right-box-2
  .bg-box
  .logo {
  top: 0;
}
.header-box header .left-box .links .link .link-box-1 {
  height: 0.75rem;
  background-color: rgb(98, 82, 59);
  align-items: center;
  padding: 0 13.7%;
}
.header-box header .left-box .links .link .link-box-1 .tit-link {
  color: #fff;
  font-size: 0.14rem;
  margin-right: 0.6rem;
  transition: all 0.3s;
}
.header-box header .left-box .links .link .link-box-1 .tit-link:hover {
  color: #ae8c65;
}
.header-box header .left-box .links .link:hover .link-box {
  display: flex;
}
.header-box header .icons {
  display: flex;
  align-items: center;
}
.header-box header .icons .icon {
  width: 0.22rem;
  cursor: pointer;
}
.header-box header .icons .icon .search2 {
  display: none;
}
.header-box header .icons .icon .search1 {
  display: block;
}
.header-box header .icons .icon .music {
  width: 0.25rem;
  height: 0.25rem;
  position: fixed;
 /* right: 0.5rem;*/
  top: 0.24rem;
  z-index: 9999;
  cursor: pointer;
  animation: rotateMusic 2s linear infinite;
  -webkit-animation: rotateMusic 2s linear infinite;
}
.header-box header .icons .icon .music audio {
  width: 0;
  height: 0;
}
.header-box header .icons .icon .music img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header-box header .icons .icon .music img.play {
  display: none;
}
.header-box header .icons .icon .music img.play1 {
  display: none;
}
.header-box header .icons .icon .music img.pause1 {
  display: none;
}
.header-box header .icons .icon .music.on img.play {
  display: block;
}
.header-box header .icons .icon .music.on img.pause {
  display: none;
}
.header-box header .icons .icon .music.on img.pause1 {
  display: none;
}
@keyframes rotateMusic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header-box header .icons .icon img {
  width: 100%;
}
.header-box header .icons .icon1 {
  width: 0.265rem;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
.header-box header .mb-list {
  display: none;
}

.header-box.active {
  background-color: #dad9d7 !important;
}
.header-box.active header .left-box .logo .logo-1 {
  display: none !important;
}
.header-box.active header .left-box .logo .logo-2 {
  display: block !important;
  width: 80%;
}
.header-box.active header .left-box .links .link .title {
  color: #343434;
}
.header-box.active header .icons .icon .music img.pause1 {
  display: block;
}
.header-box.active header .icons .icon .music img.pause2 {
  display: none;
}
.header-box.active header .icons .icon .music.on img.play1 {
  display: block;
}
.header-box.active header .icons .icon .music.on img.play2 {
  display: none;
}
.header-box.active header .icons .icon .search2 {
  display: block;
  width: 0.32rem;
}
.header-box.active header .icons .icon .search1 {
  display: none;
}
@media (max-width: 768px) {
  .header-box header .icons .icon .music {
    display: none;
  }
  .header-box header {
    background-color: transparent;
    padding: 0 0.44rem 0 0.44rem;
    height: 1.4rem;
  }
  .header-box header .left-box .logo {
    width: 1.8rem;
  }
  .header-box header .left-box .logo .logo-2 {
    display: none !important;
  }
  .header-box header .left-box .links {
    display: none;
  }
  .header-box header .icons .icon {
    display: block;
    margin-right: 0;
  }
  .header-box header .icons .icon .menu {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
    cursor: pointer;
  }
  .header-box header .icons .icon i {
    margin-bottom: 0.1rem;
    width: 0.4rem;
    height: 0.02rem;
    background-color: #fff;
    display: block;
    transition: all 0.4s;
  }
  .header-box header .icons .icon i:last-of-type {
    margin-bottom: 0;
  }
  .header-box header .icons .icon1 {
    margin-right: 0.58rem;
  }
  .header-box header .mb-list {
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    left: 0;
    top: 0;
    background-color: #dad9d7;
    top: 1.3rem;
    display: flex;
    z-index: 1;
    flex-direction: column;
    padding-top: 0;
    height: 0;
    overflow-y: auto;
    padding: 0 0.4rem;
    box-sizing: border-box;
  }
  .header-box header .mb-list .box .f-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0;
    border-bottom: 1px solid #afafaf;
  }
  .header-box header .mb-list .box .f-box .add-box {
    width: 0.28rem;
  }
  .header-box header .mb-list .box .f-box .add-box img {
    width: 100%;
  }
  .header-box header .mb-list .box .f-box .add-box .img1 {
    display: block;
  }
  .header-box header .mb-list .box .f-box .add-box .img2 {
    display: none;
  }
  .header-box header .mb-list .box .f-box .name {
    font-size: 0.34rem;
    color: #000;

  }
  .header-box header .mb-list .box .f-box .name img {
    width: 2rem;
  }
  .header-box header .mb-list .box .f-box .name .img1 {
    display: block;
  }
  .header-box header .mb-list .box .f-box .name .img2 {
    display: none;
  }
  .header-box header .mb-list .box.active .f-box {
    border: none;
  }
  .header-box header .mb-list .box.active .f-box .name {
    color: #c0a080;
  }
  .header-box header .mb-list .box.active .f-box .name .img1 {
    display: none;
  }
  .header-box header .mb-list .box.active .f-box .name .img2 {
    display: block;
  }
  .header-box header .mb-list .box.active .f-box .add-box .img1 {
    display: none;
  }
  .header-box header .mb-list .box.active .f-box .add-box .img2 {
    display: block;
  }
  .header-box header .mb-list .box.active .c-box {
    height: auto;
  }
  .header-box header .mb-list .box .c-box {
    height: 0;
    max-height: 30rem;
    overflow: hidden;
  }
  .header-box header .mb-list .box .c-box .c-box-title {
    font-size: 0.26rem;

    color: #a49382;
  }
  .header-box header .mb-list .box .c-box .c-box-title-r {
    font-family: p-regular;
  }
  .header-box header .mb-list .box .c-box .box {
    font-size: 0.26rem;
    color: #a49382;
    height: auto;
    display: flex;
    align-items: center;
    padding: 0.2rem 0;
  }
  .header-box header .mb-list .box .c-box .box .left-b {
    flex: 1;
    color: #a49382;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    font-family: p-regular;
  }
  .header-box header .mb-list .box .c-box .box .left-b span {
    font-size: 0.24rem;
    font-family: p-regular;
    padding-left: 0.2rem;
  }
  .header-box header .mb-list .box .c-box .box .right-b {
    width: 51%;
    display: none;
  }
  .header-box header .mb-list .box .c-box .box .right-b img {
    width: 100%;
  }
  .header-box header .mb-list-avtive {
    height: calc(100vh - 1.3rem);
    padding-top: 0.2rem;
  }
  .header-box.active {
    background-color: #dad9d7 !important;
  }
  .header-box.active header .left-box .logo .logo-1 {
    display: none !important;
  }
  .header-box.active header .left-box .logo .logo-2 {
    display: block !important;
    width: 80%;
  }
  .header-box.active header .icons .icon i {
    background-color: #000;
  }
  .header-box.active header .icons .icon .search1 {
    display: none !important;
  }
  .header-box.active header .icons .icon .search2 {
    display: block !important;
    width: 0.4rem;
  }
  .header-box.active-1 header .icons .icon i {
    background-color: #000;
  }
  .header-box.active-1 header .icons .icon i:first-of-type {
    height: 1px;
    background-color: #333;
    display: block;
    width: 0.4rem;
    transition: all 0.4s;
    transform: rotate(45deg);
    margin-bottom: -0.14rem;
  }
  .header-box.active-1 header .icons .icon i:nth-of-type(2) {
    opacity: 0;
    transition: none;
  }
  .header-box.active-1 header .icons .icon i:last-of-type {
    height: 1px;
    background-color: #333;
    display: block;
    transition: all 0.4s;
    width: 0.4rem;
    transform: rotate(-45deg);
  }
}
