.imShow{
    opacity: 1 !important;
}

header {
  height: 1.1rem;
  background-color: #f2edea;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all .5s;
}

.header_menu {
    height: 0.5rem;
    width: 1rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    position: fixed;
    left: 1rem;
    z-index: 201;
    top: .5rem;
    transition: all .5s;
}

.header_menu i {
  background-color: #5b5b5a;
  position: absolute;
  height: 2px;
  display: block;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
  transform-origin: 0 50%;
}

.header_menu i:nth-of-type(1) {
  top: 0;
  width: 0.5rem;
}



.header_menu i:nth-of-type(2) {
  top: 0.16rem;
  width: 0.5rem;
}

.changeFigure {
  position: fixed;
  z-index: 201;
}

.changeFigure i:nth-of-type(1) {
  transform: rotate(45deg) translate(1px) !important;
  top: -5px;
  width: 0.4rem;
}



.changeFigure i:nth-of-type(2) {
  transform: rotate(-45deg) translate(0) !important;
  width: 0.4rem;
  top: 0.24rem;
}

header .header_logo {
  flex: 1;
  position: relative;
}
.header-logo-box{
display: block;
 width: 0.56rem;
 margin: 0 auto;

}
header .header_logo img {
  display: block;
  width: 1rem;
  margin: 0 auto;
    cursor: pointer;
    margin-left: .3rem
}
header .header_logo img.light_logo_center{
    display: none;
}

header .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.16rem;
  color: #111;
  height: 100%;
}

header .header-right div {
  cursor: pointer;
}

header .header-right .life {
  margin-left: 0.72rem;
}

.header_car_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  overflow-y: scroll;
  z-index: 200
}
.header_car_menu .header_car_menu_top {
  justify-content: space-between;
  display: flex;
  height: 100vh;
  position: relative;
  margin-top: -100vh;
}
.header_car_menu_sl{
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  z-index: 200;
  position: relative;
}
.header_car_menu_close{
    position: absolute;
    left: 1rem;
    top: .5rem;
    width: .4rem;
    cursor: pointer;
    z-index: 2;
    display: none
}
.header_car_menu_close_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    z-index: 2;
    background: #f2edea;
    transition: all .3s;
    padding: 0.1rem 0.3rem;
    border-radius: 30px;
    cursor: pointer;
}
.header_car_menu_close_box div{
    margin-left: 0.1rem;
    font-size: .16rem;
    font-weight: 300;
    color: #111;
}
.header_car_menu_close_box:hover{
    background: #dbccbc
}
.header_car_menu_close_box_sl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    z-index: 2;
    background: #f2edea;
    transition: all .3s;
    padding: 0.1rem 0.3rem;
    border-radius: 30px;
    cursor: pointer;
}
.header_car_menu_close_box_sl div{
    margin-left: 0.1rem;
    font-size: .16rem;
    font-weight: 300;
    color: #111;
}
.header_car_menu_close_box_sl:hover{
    background: #dbccbc
}
.header_car_menu_close1{
    width: 0.18rem;
    cursor: pointer;
}
.header_car_menu .header_car_menu_left {
  width: 50%;
  border-right: 1px solid rgba(212,212,212,0.4);
  padding: 1.85rem 1rem 1.3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.header_car_menu_sl .header_car_menu_lef_sl {
  width: 100%;
  padding: 1.85rem 1rem 1.3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.header_car_menu_left_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
  overflow: hidden
}
.header_car_menu_sl .header_car_menu_left_hover_sl {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1;
  overflow: hidden
}
.header_car_menu_sl .header_car_menu_left_hover_sl .text-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 222;
    color: #fff;
    top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_car_menu_sl .header_car_menu_left_hover_sl .text-box .t1{
    font-size: 0.56rem;
    font-weight: 400;
}
.header_car_menu_sl .header_car_menu_left_hover_sl .text-box .t2{
    line-height: 0.48rem;
    margin: 0.16rem auto 0;
    padding: 0 0 0 0.2rem;
    letter-spacing: 0.2rem;
    font-size: 0.34rem;
    font-weight: 200;
}
.header_car_menu_left_hover_box_sl{
    position: absolute;
    width: 50%;
    top: 50%;
    right: 0;
    height: 50%;
    z-index: 22;
    transform: translate(-50%, -50%);
}
.header_car_menu_sl .header_car_menu_left_hover_sl img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: all .5s
}
.header_car_menu_left_hover_box_sl:hover + .header_car_menu_left_hover_sl{
    opacity: 1
}
.header_car_menu_left_hover_sl:hover img{
    transform: scale(1.08)
}
.header_car_menu_left_hover:hover img{
    transform: scale(1.08)
}
.header_car_menu_left_hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
transition: all 1s
}

.header_car_menu_left:hover .header_car_menu_left_hover {
  opacity: 1;
}

.header_car_menu_left:hover + .header_menu > i{
      background-color: #fff !important;
}


.header_car_menu .header_car_menu_left .header_car_menu_left_logo {
  width: 2.35rem;
}
.header_car_menu_left_logo_sl{
    width: 1.8rem;  
}
.header_car_menu_left_logo_sl img{
    width: 100%;
}
.header_car_menu .header_car_menu_left .header_car_menu_left_logo img {
  width: 100%;
}

.car_menu_car_img_box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%
}
.car_menu_car_img_box_sl{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.header_car_menu_left .car_menu_car_o{
width: 50%;
    top: 46%;
}

.header_car_menu_right_box1 .car_menu_car_o{
width: 68%;
    top: 57%;
}
.header_car_menu_right_box2 .car_menu_car_o{
width: 68%;
    top: 57%;
}
.header_car_menu_right_box3 .car_menu_car_o{
 top: 49%;
    width: 40%;
}
.header_car_menu_right_box1 .car_menu_car_img_right{
    top: 65%;
        width: 80%;
}
.header_car_menu_right_box2 .car_menu_car_img_right{
    top: 65%;
    width: 80%;
}

.header_car_menu_right_box3 .car_menu_car_img_right{
    top: 55%;
    width: 65%;
}
.car_menu_car_o{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.car_menu_car_o_sl {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 58%;
}
.car_menu_car_name {
  font-size: 0.26rem;
  color: #444;
  margin-top: 0.25rem;
  font-weight: 300
}

.car_menu_car_img {
  -o-object-fit: cover;
     object-fit: cover;
         position: absolute;
    z-index: 222;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.car_menu_car_img_sl {
  -o-object-fit: cover;
     object-fit: cover;
         position: absolute;
    z-index: 222;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

.car_menu_car_name_new {
  font-style: italic;
  font-size: 0.16rem;
  color: #444;
  position: absolute;
  bottom: 10%
}
.header_car_menu .header_car_menu_btn_box {
    position: absolute;
    left: 50%;
    bottom: .55rem;
    width: 2.6rem;
    height: .6rem;
    border-radius: 1rem;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_car_menu .header_car_menu_btn_box img{
    width: .22rem;
}
.header_car_menu .header_car_menu_btn_box .text{
    font-size: .18rem;
    color: #fff;
    margin-left: .1rem
}
.header_car_menu .header_car_menu_right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.header_car_menu_right_box {
  width: 50%;
  height: 50%;
  padding: 0.87rem 0.44rem 0 0.44rem;
  box-sizing: border-box;
  position: relative;
}

.header_car_menu_right_hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  overflow: hidden
}
.header_car_menu_right_hover:hover img{
    transform: scale(1.08)
}
.header_car_menu_right_hover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
transition: all 1s
}
.header_car_menu_right_box3{
    width: 100%;
    border-right: none
}
.header_car_menu_right_box1:hover .header_car_menu_right_hover1 {
  opacity: 1;
}

.header_car_menu_right_box2:hover .header_car_menu_right_hover2 {
  opacity: 1;
}

.header_car_menu_right_box3:hover .header_car_menu_right_hover3 {
  opacity: 1;
}


.header_car_menu_right_box:nth-of-type(1),
.header_car_menu_right_box:nth-of-type(2) {
  border-bottom: 1px solid rgba(212,212,212,0.4);
}

.header_car_menu_right_box:nth-of-type(odd) {
  border-right: 1px solid rgba(212,212,212,0.4);
}

.right_car_name {
  font-size: 0.23rem;
  color: #444;
}

.right_car_tag {
  font-style: italic;
  font-size: 0.12rem;
  color: #444;
  margin-top: 0.13rem;
}

.car_menu_car_img_right {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}

.header_main_menu {
  position: fixed;
  width: 100%;
  height: 100%;
 background: linear-gradient(to bottom right, #dccfc3,#f2edea,#f7f2ef);
  top: 0;
  left: 0;
  display: none;
  justify-content: space-between;
  z-index: 200
}
.header_main_menu .header_main_menu_left {
  width: 40%;
  padding: 1.9rem 2.5rem 0 1.55rem;
}
.header_main_menu .header_main_menu_left .header_main_left_menu {
  /* margin-top: 0.5rem; */
  /* margin-top: 0.2rem; */
  width: 100%;
}
.header_main_left_menu a{
    color: #4f2c28;
    font-size: 0.2rem;
    font-weight: normal;
}
@media (min-width: 767px){
    .header_main_left_menu:nth-of-type(3) a:hover,
    .header_main_left_menu:nth-of-type(5) a:hover{
        font-weight: bold;
    }
}


.header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_title {
  color: #4f2c28;
  font-size: 0.2rem;
  font-weight: normal;
  cursor: pointer;
  padding-bottom: 0.08rem;
  width: 1.2rem;
  transition: all .5s;
  padding-left: 0;
  margin: 0;
}
.header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_title_active {
  border-bottom: 2px solid #7a5f5c;
  position: relative;
  width: 100%;
  padding-left: calc(100% - .9rem)
}
.header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_title_active::after {
 content: "";
    position: absolute;
    display: block;
    background-image: url(../../images/header/cat.png);
    right: -0.35rem;
    top: 0.04rem;
    width: 0.25rem;
    height: 0.3rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header_main_menu .header_main_menu_left .header_main_left_menu ul {
  list-style: none;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.4rem;
  transform: rotateX(-90deg);
  transform-origin: center top;
  transition: all 1.3s;
  max-height: 0
}
.header_main_menu .header_main_menu_left .header_main_left_menu ul li {
  margin-bottom: 0.25rem;
}
.header_main_menu .header_main_menu_left .header_main_left_menu ul li a {
  text-decoration: none;
  color: rgba(79, 44, 40, 0.5);
  font-size: 0.18rem;
  display: block;
  transition: all 0.3s;
  font-weight: 300
}
.header_main_menu .header_main_menu_left .header_main_left_menu ul li:hover a {
  color: #4f2c28;
}
.header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_ul_active {
  display: flex;
  transform: rotateX(0deg);
  max-height: 5rem;
  /* transition-delay: .5s; */
}
.header_main_menu .header_main_menu_left .header_main_left_menu:nth-of-type(1) {
  margin-top: 0;
}
.header_main_menu .header_main_menu_left .header_main_menu_link_box {
  margin-top: 1rem;
  /* position: absolute; */
  bottom: 15%
}
.header_main_menu .header_main_menu_left .header_main_menu_link_box a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #131313;
  font-size: 0.19rem;
  font-weight: bold;
}
.header_main_menu .header_main_menu_left .header_main_menu_link_box a img {
  width: 0.21rem;
}
.header_main_menu .header_main_menu_left .header_main_menu_link_box a div {
  margin-left: 0.2rem;
  font-weight: 300
}
.header_main_menu .header_main_menu_left .header_main_menu_link_box:nth-last-of-type(1) {
  margin-top: 0.2rem;
  /* margin-top: 1rem; */
  bottom: 10%
}
.header_main_menu .header_main_menu_right {
  width: 60%;
  padding-right: 7%;
}
.header_main_menu .header_main_menu_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_main_menu_right_img1{
    display: block;
}
.header_main_menu_big_logo{
    position: absolute;
    right: -15%;
    top: 1.9rem;
    width: 85%;
}
.header_main_menu_big_logo img{
    width: 100%;
    opacity: 0;
}
    .header_main_left_menu span{
                position: absolute;
    right: -0.4rem;
    top: -0.25rem;
    font-size: .5rem;
    display: none
    }
@media (max-width: 767px){
    .header_car_menu_close_box{
        display: none
    }
    header {
    height: 1.1rem;
    background-color: #f2edea;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 .6rem;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0
    }

    .header_menu {
        height: auto;
        width: auto;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.04);
        cursor: pointer;
        position: fixed;
        left: .6rem;
        z-index: 500;
        top: .5rem;
    }

    .header_menu i {
    background-color: #5b5b5a;
    position: absolute;
    height: 2px;
    display: block;
    box-sizing: border-box;
    transition: all 0.5s ease 0s;
    transform-origin: 0 50%;
    }

    .header_menu i:nth-of-type(1) {
    top: 0;
    width: 0.5rem;
    }



    .header_menu i:nth-of-type(2) {
    top: 0.16rem;
    width: 0.5rem;
    }

    .changeFigure {
    position: fixed;
    z-index: 201;
    }

    .changeFigure i:nth-of-type(1) {
    transform: rotate(45deg) translate(1px) !important;
    top: -5px;
    width: 0.45rem;
    }



    .changeFigure i:nth-of-type(2) {
    transform: rotate(-45deg) translate(0) !important;
    width: 0.45rem;
    top: 0.24rem;
    }

    header .header_logo {
    flex: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    }
    .header-logo-box{
        display: block;
    width: auto;
    margin: 0 auto;

    }
    header .header_logo img {
    display: block;
    width: 1rem;
    height: auto;
    margin: 0 auto;
    cursor: pointer
    }

    header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.24rem;
    color: #111;
    flex: 1;
    margin-left: 30%;
    }

    header .header-right div {
    cursor: pointer;
    }

    header .header-right .life {
    margin-left: 0.55rem;
    }

    .header_car_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    top: 0;
    left: 0;
    display: none;
    justify-content: space-between;
    z-index: 200;
    flex-direction: column
    }
    .header_car_menu_close_box{
    width: 100%;
    display: flex;
    padding: 0.5rem;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #D7D7D7;
    margin: 0 auto;
    position: static;
    border-radius: 0;
    background: #fff;
        }
    .header_car_menu_close_box div{
        font-size: .32rem;
    }
    .header_car_menu_close1{
    left: 0.5rem;
    position: absolute;
    width: 0.4rem;
        }
    .header_car_menu_list{
            padding: 0 0.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow-y: scroll
}
    .header_car_menu_list a{
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dedede;
    }
    .header_car_menu_list a div:nth-of-type(1){
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .header_car_menu_list a div:nth-of-type(1) div:nth-of-type(1){
        font-size: .3rem
    }
        .header_car_menu_list a div:nth-of-type(1) div:nth-of-type(2){
    font-size: .26rem;
    font-style: italic;

        }
    .header_car_menu_image{
        width: 100%;
    }
    .header_car_menu_image img{
       width: 90%;
    margin: 0 auto;
    }
    .header_car_menu .header_car_menu_left {
    width: 50%;
    border-right: 1px solid #d4d4d4;
    padding: 1.85rem 1rem 1.3rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    }

    .header_car_menu_left_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    }

    .header_car_menu_left_hover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    }

    .header_car_menu_left:hover .header_car_menu_left_hover {
    opacity: 1;
    }

    .header_car_menu_left:hover + .header_menu > i{
        background-color: #fff !important;
    }
    .header_car_menu .header_car_menu_left .header_car_menu_left_logo {
    width: 2.35rem;
    }

    .header_car_menu .header_car_menu_left .header_car_menu_left_logo img {
    width: 100%;
    }

    .car_menu_car_name {
    font-size: 0.26rem;
    color: #444;
    margin-top: 0.25rem;
    }

    .car_menu_car_img {
    width: 100%;
    height: 8rem;
    -o-object-fit: cover;
        object-fit: cover;
    }

    .car_menu_car_name_new {
    font-style: italic;
    font-size: 0.16rem;
    color: #444;
    }

    .header_car_menu .header_car_menu_right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    }

    .header_car_menu_right_box {
    width: 50%;
    height: 50%;
    padding: 0.87rem 0.44rem 0 0.44rem;
    box-sizing: border-box;
    position: relative;
    }

    .header_car_menu_right_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
    cursor: pointer;
    }

    .header_car_menu_right_hover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
        object-fit: cover;
    }

    .header_car_menu_right_box1:hover .header_car_menu_right_hover1 {
    opacity: 1;
    }

    .header_car_menu_right_box2:hover .header_car_menu_right_hover2 {
    opacity: 1;
    }

    .header_car_menu_right_box3:hover .header_car_menu_right_hover3 {
    opacity: 1;
    }


    .header_car_menu_right_box:nth-of-type(1),
    .header_car_menu_right_box:nth-of-type(2) {
    border-bottom: 1px solid #d4d4d4;
    }

    .header_car_menu_right_box:nth-of-type(odd) {
    border-right: 1px solid #d4d4d4;
    }

    .right_car_name {
    font-size: 0.23rem;
    color: #444;
    }

    .right_car_tag {
    font-style: italic;
    font-size: 0.12rem;
    color: #444;
    margin-top: 0.13rem;
    }

    .car_menu_car_img_right {
    width: 100%;
    }

    .header_main_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f2edea;
    top: 0;
    left: 0;
    display: none;
    justify-content: space-between;
    z-index: 200
    }
    .header_main_menu .header_main_menu_left {
    width: 100%;
    padding: 1.9rem 0rem 0 0.7rem;
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu {
    margin-top: 0.7rem;
    position: relative;
    padding-right: 1.1rem
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_title {
    color: #4f2c28;
    font-size: 0.3rem;
    font-weight: normal;
    cursor: pointer;
    padding-bottom: 0.08rem;
    width: 2rem;
    transition: all 1s;
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_title_active {
    text-align: right;
    border-bottom: 2px solid #7a5f5c;
    position: relative;
    width: 100%;
    padding-left: calc(100% - 1.5rem);
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_title_active::after {
   content: "";
    position: absolute;
    display: block;
    background-image: url(../../images/header/cat.png);
    right: -0.5rem;
    top: 0;
    width: 0.4rem;
    height: 0.52rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu ul {
    list-style: none;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0.47rem;
    transform: rotateX(-90deg);
    transform-origin: center top;
    transition: all .8s;
    max-height: 0
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu ul li {
    margin-bottom: 0.47rem;
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu ul li a {
    text-decoration: none;
    color: rgba(79, 44, 40, 0.5);
    font-size: 0.26rem;
    display: block;
    transition: all 0.3s;
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu ul li:hover a {
    color: #4f2c28;
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu .header_main_left_menu_ul_active {
    display: flex;
    transform: rotateX(0deg);
    /* transition: all .8s; */
    max-height: 5rem
    }
    .header_main_menu .header_main_menu_left .header_main_left_menu:nth-of-type(1) {
    margin-top: 0;
    position: relative;
    }
    .header_main_left_menu span{
    position: absolute;
    right: .5rem;
    top: -0.2rem;
    font-size: .5rem;
    display: block;
    color: #4a2e29;
    z-index: -1
    }

    .header_main_menu .header_main_menu_left .header_main_menu_link_box {
    margin-top: 1rem;
    }
    .header_main_menu .header_main_menu_left .header_main_menu_link_box a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #131313;
    font-size: 0.26rem;
    font-weight: bold;
    }
    .header_main_menu .header_main_menu_left .header_main_menu_link_box a img {
    width: 0.3rem;
    }
    .header_main_menu .header_main_menu_left .header_main_menu_link_box a div {
    margin-left: 0.4rem;
    }
    .header_main_menu .header_main_menu_left .header_main_menu_link_box:nth-last-of-type(1) {
    margin-top: 0.5rem;
    }
    .header_main_menu .header_main_menu_right {
    width: 60%;
    padding-right: 7%;
    display: none !important;
    }
    .header_main_menu .header_main_menu_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .header_main_menu_big_logo{
        position: absolute;
        right: -15%;
        top: 1.9rem;
        width: 85%;
        display: none
    }
    .header_main_menu_big_logo img{
        width: 100%
    } 

    .header_main_left_menu_title3 a,
    .header_main_left_menu_title5 a{
        color: #4f2c28;
        font-size: 0.3rem;
        font-weight: normal;
    }
}



/* 新增提示 */
.car_model_tips{
    position: sticky;
    top: 0;
    z-index: 199;
    width: 100%;
    height: 100vh;
    background: transparent;
    pointer-events: none;
    display: flex;
    justify-content: center;
}
._tips_flicker{
    display: flex;
    display: none;
    height: 20vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    bottom: 0;
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0),
	rgba(0,0,0,0.025) 5%, 
	rgba(0,0,0,0.05) 10%, 
	rgba(0,0,0,0.075) 15%, 
	rgba(0,0,0,0.1) 20%, 
	rgba(0,0,0,0.125) 25%, 
	rgba(0,0,0,0.15) 30%, 
	rgba(0,0,0,0.175) 35%, 
	rgba(0,0,0,0.2) 40%, 
	rgba(0,0,0,0.225) 45%, 
	rgba(0,0,0,0.25) 50%, 
	rgba(0,0,0,0.275) 55%, 
	rgba(0,0,0,0.3) 60%, 
	rgba(0,0,0,0.325) 65%, 
	rgba(0,0,0,0.35) 70%, 
    rgba(0,0,0,0.375) 75%, 
    rgba(0,0,0,0.4) 80%, 
    rgba(0,0,0,0.425) 85%, 
    rgba(0,0,0,0.45) 90%, 
    rgba(0,0,0,0.475) 95%, 
	rgba(0,0,0,0.5));
}
._tips_flicker img{
    width: 0.25rem;
    margin-top: -0.1rem;
}

@keyframes blink1 {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes blink2 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes blink3 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}
._tips_flicker img:nth-of-type(1){
  animation: blink1 1.2s infinite;
}
._tips_flicker img:nth-of-type(2){
  animation: blink2 1.2s infinite;
  animation-delay: 0.5s;
}
._tips_flicker img:nth-of-type(3){
  animation: blink3 1.2s infinite;
  animation-delay: 1s;
}
.scroll_box_child{
    height: 100vh;
}