@charset "UTF-8";
:root {
  --phone-display: none;
  --phone-displays: none;
  --window-display: block;
  --heigslid-padding: 104px;
  --min_height-padding:143px;
  --scoll-left:60px;
  --header-width:0;
}
@media (max-width: 1920px) {
  :root {
    --heigslid-padding: 104px;
    --min_height-padding:143px;
    --scoll-left:60px
  }
}
@media (max-width: 1380px) {
  :root {
    --heigslid-padding: 60px;
    --min_height-padding:103px;
    --scoll-left:60px
  }
}
@media (max-width: 1280px) {
  :root {
    --heigslid-padding: 40px;
    --min_height-padding:60px;
    --scoll-left:40px
  }
  .header_window .menu_element .swiper-button-next_header,
  .header_window .menu_element .swiper-button-prev_header {
    color: #000;
    top: 47%;
    z-index: 99;
    width: calc(30px/ 44 * 27) !important;
    height:28px !important;
    margin-top: calc(0px - (28px / 2))!important;
  }
  .header_window .menu_element .swiper-button-prev_header{
    left: -36px !important;
  }
}
/* 跑马灯 */
.horse-race-lamp{position:relative;width:100%;background-color: #F9F9F9;padding:10px 57px;box-sizing: border-box; display: none;overflow: hidden;z-index: 15;}
/* .horse-race-lamp-hide{display: none;} */
.horse-race-lamp .horse-race-lamp-con{width:100%;overflow: hidden;height: 20px;}
.horse-race-lamp .horse-race-lamp-con .horse-race-lamp-text{position: absolute;left: 50%;top: 0px; font-size: 14px;line-height: 20px;letter-spacing: 1px;color: #000000;font-weight: 400;white-space:nowrap;}


/*滚动文字样式*/
.roll_warp {
  width: 100%;
  overflow: hidden;
  padding:10px 0;
  background-color: #F9F9F9;
  display:none;
  transition: .2s;
  z-index: -1;
  position: relative;
}
.roll_warp h2{min-width:100%;}

.roll_warp .test {
  --transSpeed: 10s;
  --transStart: 2000px;
  --transEnd: -2000px;
  display: inline-block;

  animation: left var(--transSpeed) linear infinite normal;
  animation-play-state: running;

}

.roll_warp .test * {
  white-space: nowrap
}



.roll_warp .test.pase:hover {
  animation-play-state: paused;
}

@keyframes left {
  0% {
    transform: translateX(var(--transStart));
  }
  100% {
    transform: translateX(var(--transEnd));
  }
}









@media (max-width: 1025px) {
  /*.roll_warp{*/
  /*  position:absolute;*/
  /*  top:66px;*/
  /*}*/
  :root {
    --phone-display: flex;
    --phone-displays: -webkit-flex;
    --window-display: none;
    --heigslid-padding: 40px;
    --min_height-padding:60px;
    --scoll-left:40px
  }
  main {
    top: 74px;
  }
  .horse-race-lamp{padding:10px 12px;}
}

*, :after, :before {
  box-sizing: border-box;
  /* -webkit-tap-highlight-color: transparent; */
}
header {
  z-index: 20;
  position: relative;
}

#header_box {
  z-index: 2;
}
.fl{display: flex;display: -webkit-flex;}
.header {
  /* z-index: 1; */
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  z-index: 13;
  background: #fff;
}
.bor_t {
  border-top: 1px solid #e6e6e6;
}
.logo{
  margin-top: 20px;
}

.bor_r {
  border-right: 1px solid #e6e6e6;
}

.min_height {
  max-height: 100%;
  height:100%;
}

.slid_icon {
  width: 20px;
  height: 20px;
}

.header_banner_box {
  width: 100% !important;
}

.slid_img {
  /* justify-content: center;
  align-items: center; */
  margin-bottom: 17px;
  overflow: hidden;
}
.slid_img img{
  width: 200px;
  /*height: 90px;*/
  height:100%;
}
.menu_text_title{
  max-width: 133px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: block;
}

.pageimg_box {
  padding: 11px 11px 0 11px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  word-break: break-all;
}
.pageimg_box span{
  word-break: break-all;
}
.pageimg_box a{
  width: 100%;
}
.pageimg_box img {
  width: 100%;
  height: 100%;
}
.block_opacity{
  z-index: -1;
  opacity: 0;
}
.header_window {
  display: var(--window-display);
  height: 137px;
  /* width: calc(100% + var(--header-width)); */
}
.menu_right a{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.header_window button {
  border-style: none !important;
  background-color: transparent !important;
  outline:none;
}
.header_window .series_img img {
  transition: 0.5s !important;
}
.header_window .series_list span {
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  padding-top: 2px;
  /* padding-bottom: 1px; */
  background-position: 0 98%;
  background-size: 0 1px;
  transition: background-size 0.2s ease-in !important;
}
.header_window .series_list:hover .series_img img {
  transform: scale(1.2);
}
.header_window .series_list:hover .series_img + .el_series span {
  background-size: 100% 1px;
}
.header_window .series_list:hover span {
  background-size: 100% 1px;
}
.trans3 {
  transition: 0.3s;
}
.trans2 {
  transition: 0.2s;
}
.person {
  position: absolute;
  top: 10px;
  right: 38px;
  z-index: 6;
  display: flex;
  display: -webkit-flex;
}
.contact {
  position: absolute;
  top: 24px;
  left: 38px;
  line-height: 1;
  z-index: 8;
}
.header_window .header_parts {
  z-index: 6;
}

.header_window .explore_all_box {
  margin-bottom: 32px;
}
.header_window .row {
  flex-direction: row;
  flex-wrap: wrap;
}
.heigslidleft{
  width: 300px;
  margin-left: 104px;
  margin-left: var(--heigslid-padding);
  padding-right: 10px;
  overflow-y: auto;
}
.heigslid{
  /*flex: 1;*/
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding-left:calc(104px - 60px);
  padding-right:calc(104px - 12px);
  padding-left:calc(var(--heigslid-padding) - var(--scoll-left));
  padding-right:calc(var(--heigslid-padding) - 12px);
  max-width: calc(100% - 300px - 104px);
}

.closeHeader_box{
  height: 66px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.closeHeader_box img{
  width: 16px;
  height: 16px;
}
.menu_bottom_box{
  /* display: flex; */
  width: 100%;
  height: calc(100% - 28px);
}
.menu_bottom_content{
  overflow-y: auto;
  height: 100%;
  /* width: 100%; */
  position: static;
  padding-bottom: 20px;
  padding-right: 60px;
  padding-left: 60px;
  padding-right: var(--scoll-left);
  padding-left: var(--scoll-left);
}
.header_window .menu_content {
  /* border-bottom: 1px solid #e6e6e6; */
  /* align-items: end; */
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  box-sizing: border-box;
  /* background: #fff; */
  height: 67px;
}
.header_window .menu_content .search::after {
  content: "";
  border-right: 1px solid #000;
  height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
}
.header_window .menu_content .menu_level {
  cursor: pointer;
}
.header_window .menu_content .menu_level span {
  color: #000;
}
.header_window .menu_content .menu_level a {
  color: #000;
}
.header_window .menu_content .menu_level a:hover {
  font-weight: bold;
}
.header_window .menu_content .menu_level .menu_level_line {
  background-color: #C10016;
  height: 3px;
  bottom: 0px;
  left:0px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out 0s;
  will-change: transform;
}
.header_window .menu_content .menu_level_item:hover span {
  color: #000;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out 0s;
}
/* .header_window .menu_content .menu_level_item:hover .menu_level_title {
      color: #000;
      transform: scaleX(1.1);
      transform-origin: left;
      transition: transform .3s ease-in-out 0s;
    } */
.heigslid_box{
  opacity: 0;
  transition: .3s;
}
.header_window .bor_no {
  border: none;
  padding: 0;
  margin: 0;
}
.header_window .menu_element {
  background-color: white;
  width: 100%;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: center top;
  transition: 0.3s 0.2s;
  /* padding-bottom: 57px; */
  height: calc(90vh - 137px);
  /* 定义滚动条样式 */
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.header_window .menu_element{
  opacity: 0;
  transition: opacity 0.5s;
}
.header_window .menu_element.active {
  transform: scaleY(1);
  transition: 0.2s;
}
.header_window .menu_element_search.active {
  transform: scaleY(1);
  opacity: 1;
  transition: opacity 0.3s 0.2s;
  max-height:calc(100vh - 57px);
  overflow: auto;
}
.header_window .menu_element .groud {
  grid-column-gap: 24px;
  grid-template-columns: repeat(5, minmax(30px, 1fr));
}
.header_window .menu_element ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color:none;
}
.header_window .menu_element ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0);
}
/* body::-webkit-scrollbar {
  width: 17px;
  height: 6px;
  position: sticky;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#e6e6e6;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0);
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0);
} */
.header_window .menu_element ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color:#e6e6e6;
}
.header_window .menu_element .left_menu .bor_r {
  padding-top: 16px;
}
.header_window .menu_element .left_menu .bor_r:first-of-type {
  padding-top: 0;
}
.header_window .menu_element .menu_el_title {
  color: #000;
  color: #000;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.header_window .menu_element .menu_el_fl {
  min-width: 50%;
}
.header_window .menu_element .menu_el_title a {
  width: 100%;
}
.header_window .menu_element .menu_el_text {
  display: flex;
  display: -webkit-flex;
  white-space: nowrap;
}
.header_window .menu_element .close_header {
  right: 32px;
  top:40px;
}
.header_window .menu_element .menu_el_tab {
  font-size: 14px;
  margin-left: 60px;
  margin-right: 60px;
  margin-left: var(--scoll-left);
  margin-right: var(--scoll-left);
}
.menu_el_tab_box{
  /* width: calc(100% - var(--scoll-left)); */
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  height: 100%;
}
.header_window .menu_element .menu_el_tab .el_tab_flex {
  flex: 1;
  /* display: grid;
        grid-template-columns: auto auto;  */
}
.header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item_warp {
  /* display: grid; */
  /* overflow-x: auto;
          grid-template-columns: auto auto;  */
}
.header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item {
  border-right: 1px solid #000;
  margin-right: 48px;
  padding-right: 48px;
  font-size: 1rem;
  white-space: nowrap;
  align-items: flex-start;
}
.header_window
  .menu_element
  .menu_el_tab
  .el_tab_flex
  .el_tab_item:last-of-type {
  margin: 0;
  padding: 0;
}
.header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item span {
  margin-right: 68px;
}
.header_window
  .menu_element
  .menu_el_tab
  .el_tab_flex
  .el_tab_item
  .swiper-notification {
  margin-right: 0;
}
.header_window
  .menu_element
  .menu_el_tab
  .el_tab_flex
  .el_tab_item
  span:last-of-type {
  margin-right: 0;
}
.header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item .buttab {
  font-size: 1rem;
  width: auto;
  cursor: pointer;
}
.header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item .buttab a {
  font-size: 14px;
}
.header_window
  .menu_element
  .menu_el_tab
  .el_tab_flex
  .el_tab_item
  .buttab
  span {
  font-size: 14px;
}
/* .header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item .buttab:last-of-type {
              margin-right: 0; }
            .header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_item .buttab:first-of-type {
              margin-right: 0; } */
.header_window .menu_element .menu_el_tab .el_tab_flex .el_tab_line {
  height: 18px;
  border-left: 1px solid #000;
  margin: 0 48px;
}
.header_window .menu_element .menu_el_tab .el_tab_flex .border_none {
  border-left: none;
  margin-right: 32px;
}

.header_window .menu_element .menu_el_tab .el_tabAll {
  color: #767676;
  white-space: nowrap;
  margin: 0 16px;
}
.header_window .menu_element .menu_el_tab .el_tabAll img {
  width: 12px;
  height: 12px;
}
.header_window .menu_element .menu_el_tab .el_tabAll span {
  padding-right: 8px;
}
.header_window .menu_element .el_tab_active {
  color: #000;
  cursor: pointer;
  margin: 0 !important;
}
.header_window .menu_element .tab_active_cont {
  bottom: -11px;
  height: 3px;
}
.header_window .menu_element .tab_active {
  background: #c10016;
  height: 3px;
  transition: 0.3s;
}
.header_window .menu_element .el_series {
  text-align: center;
  line-height: 17px;
  margin: 0 auto 24px auto;
  max-width: 124px;
 /* word-break:break-all;*/
}
.header_window .menu_element .swiper-container {
  width: 100%;
  height: 100%;
}
.header_window .menu_element .swiper-wrapper {
  transition: 0.3s;
  display: -webkit-flex;
}
.header_window .menu_element .swiper-box {
  position: relative;
  width: 100%;
  --swiper-navigation-size: 18px;
  /* position: static; */
}
.header_window .menu_element .swiper-button-next_header,
.header_window .menu_element .swiper-button-prev_header {
  color: #000;
  top: 47%;
  z-index: 99;
  width: calc(35px/ 44 * 27);
  height:30px;
  margin-top: calc(0px - (30px / 2));
}
.header_window .menu_element .swiper-button-next_header{
  background: url(../../img/height_right.svg) no-repeat;
  background-size: 100% 100%;
}
.header_window .menu_element .swiper-button-prev_header{
  background: url(../../img/height_left.svg) no-repeat;
  background-size: 100% 100%;
}
.header_window .menu_element .swiper-button-next_header::after{
  content:''
}
.header_window .menu_element .swiper-button-prev_header::after{
  content:''
}
.header_window .menu_element .swiper-button-prev::after {
  display: block;
}
.header_window .menu_element .swiper-button-next::after {
  display: block;
}
.header_window .menu_element .swiper-button-next {
  right:-40px;
  position: absolute;
}
.header_window .menu_element .swiper-button-prev_header {
  left: -50px;
  position: absolute;
}
/* .navoOpacity{
      opacity: 0;
    } */
/* .menu_element .swiper-button-prev:after{
      background:url('../../img/header/swiper_arrow.svg');
    }
    .menu_element .swiper-button-next:after{
      background:url('../../img/header/swiper_arrow.svg') no-repeat;
      background-size: 24px 24px;
    } */
/* .header_window .menu_element .swiper-button-next.swiper-button-disabled, .header_window .menu_element .swiper-button-prev.swiper-button-disabled {
      display: none; } */
.header_window .menu_element .explore_all {
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
  cursor: pointer;
  color: #000;

}
.header_window .menu_element .explore_all_box .bor_b{
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  background-position: 0 98%;
  background-size: 100% 1px;
  transition: background-size 0.2s ease-in !important;
  cursor: pointer;
}
.header_window .menu_element .explore_all_box .bor_b:hover{
  background-size: 0 1px;
}
.header_window .menu_element .recommend-text a{
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  padding-top: 2px;
  padding-bottom: 2px;
  background-position: 0 98%;
  background-size: 0 1px;
  transition: background-size 0.2s ease-in !important;
  cursor: pointer;
}
.header_window .menu_element .recommend-text a:hover{
  background-size: 100% 1px;
}

.header_window .menu_element .leb_img {
  width: 12px;
  height: 12px;
}
.header_window .menu_element .leb_img img {
  width: 100%;
  height: 100%;
}
.header_window .menu_element .recommend-title {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 11px;
  font-size: 16px;
  color: #000;
  margin-bottom: 23px;
  font-weight: 500;
}
.header_window .menu_element .recommend-text {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  max-width: 100%;
}
.header_window .menu_element .recommend-text div {
  margin-right: 5rem;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 16px;
}
.header_window .over_box {
  overflow-y: hidden;
  /* padding-bottom: 40px; */
}
.navopacity{
  opacity: 0;
}
.flex_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.left_menu_box{
  height: 100%;
  overflow-y: auto;
  /* padding-right: 20px; */
}
.bg_white {
  background-color: #ffffff;
}
.fullname {
  display: flex;
  display: -webkit-flex;
  margin-right: 8px;
  font-size: .75rem;
  font-weight: 400;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}
.header_phone {
  display:none;
  display: var(--phone-display);
  display: var(--phone-displays);
  flex-direction: column;
  /* height: 0; */
}
.header_phone .header_phone_nav {
  height: 66px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 24px;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 100%;
}
.fl_box{
  flex: 1;
}
.header_phone .header_phone_nav div.menu_icon {
  display: flex;
  display: -webkit-flex;
  flex: 1;
  /* justify-content: space-between; */
}
.collectionMargin_box ,.search_boxs{
   height: 66px;
   display: flex;
   align-items: center;
   /* flex: 1; */
}
.collectionMargin_box{
  padding-right: 18px;
}
.search_boxs{
  padding-left: 18px;
}
.shopping_icon{
  padding-left: 13px;
  height: 66px;
  display: flex;
  align-items: center;
}
.h_fullusers{
  padding-right: 13px;
  height: 66px;
  display: flex;
  align-items: center;
}

.phone_logos{
  /* margin-left: 38px;
  margin-right: 38px; */
}
.header_phone .header_phone_nav .end{
  justify-content: flex-end;
}
.header_phone .header_phone_nav .end > .icon{
   padding-left: 10px;
}
.header_phone .header_phone_nav div.menu_icons {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 16px;
}
.header_phone .header_phone_nav div img {
  width: 20px;
}
.header_phone .header_phone_nav .menu_icon img {
  height: 19px;
}
.header_phone .header_phone_nav div img.logos {
  width: 110px;
}
.header_phone .phone_nav {
  z-index: 1;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
}
.person button {
  position: relative;
  display: flex;
  display: -webkit-flex;
  min-height: 40px;
  min-width: 40px;
  align-content: center;
  justify-content: center;
  align-items: center;
  outline:none;
  font-size:0;
}
.header a{
  cursor:pointer;
  text-decoration:none !important;
}
.person>a {
  display: flex;
  display: -webkit-flex;
  min-height: 40px;
  min-width: 40px;
  justify-content: center;
  align-items: center;
}
.person>span{
  cursor:pointer;
}
.carnumcolor {
  color: #c10016 !important;
  position: absolute;
  right: 0px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  width:16px;
  height:16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
}
.carnum {
  color: #000;
  position: absolute;
  right: 0px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height:16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size:12px;
}
.header_phone .phone_nav .top {
  height: 66px;
  border-bottom: 1px solid #ecedee;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 18;
  background: #fff;
}
.header_phone .phone_nav .top .phone_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
}
#header_body_box{
  padding-top: 66px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.header_phone .phone_nav .header_body {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  height: 100%;
  /* position: fixed; */
}
.header_phone .phone_nav .header_body .menu_left {
  /* height: 100%; */
  overflow-y: auto;
  /* display: flex; */
  /* flex: 1; */
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
  max-width: 90px;
  /* overflow-scrolling: touch; */
}
.header_phone .phone_nav .header_body .menu_left .menu_index_top {
  background-color: #f7f7f7;
  /* min-height: calc(100vh - 66px - 180px); */
}
.header_phone .phone_nav .header_body .menu_left .menu_index_top .activeLeft {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 60px;
  background-color: #ffffff;
  transition: 0.3s;
}
.h-50{height:50px;}
.header_phone
  .phone_nav
  .header_body
  .menu_left
  .menu_index_top
  .item_parent
  .h-60 {
  font-weight: 400;
  color: #000;
  display: flex;
  display: -webkit-flex;
  /*justify-content: center;*/
  align-items: center;
  height: 50px;
}
.header_phone
  .phone_nav
  .header_body
  .menu_left
  .menu_index_top
  .item_parent
  .h-60
  img {
  margin: 0 8px;
  /*width:18px;height:18px;*/
}
.header_phone
  .phone_nav
  .header_body
  .menu_left
  .menu_index_top
  .item_parent
  .active {
  color: #000000;
  background-color: #ffffff;
}
.header_phone
  .phone_nav
  .header_body
  .menu_left
  .menu_index_top
  .item_parent
  ul
  li {
  height: 40px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
}
.header_phone .phone_nav .header_body .menu_left .menu_index_bottom {
  background-color: #C10016;
  flex: 1;
  z-index: 6;
}
.header_phone .phone_nav .header_body .menu_left .menu_index_bottom a {
  line-height: 50px;
  color: #fff;
}
.header_phone .phone_nav .header_body .menu_left .menu_index_bottom img {
  margin: 0 8px;
}
.header_phone .phone_nav .header_body .menu_right {
  height:100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* .header_phone .phone_nav .header_body .menu_right .menu_details {
  padding:0;
} */
.pd_b_15{
  padding-bottom: 15px;
}
.header_phone
  .phone_nav
  .header_body
  .menu_right
  .menu_details
  .menu_details_title {
  text-align: center;
  padding:15px 0 0 0;
}
.header_phone
  .phone_nav
  .header_body
  .menu_right
  .menu_details
  .menu_details_title
  .menu_details_box{
    position: relative;
    display: block;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .header_phone
  .phone_nav
  .header_body
  .menu_right
  .menu_details
  .menu_details_title
  .menu_details_box p{
    display: inline-block;
    position: relative;
    white-space: initial !important;
  }
  .header_phone
  .phone_nav
  .header_body
  .menu_right
  .menu_details
  .menu_details_title
  .menu_details_box span {
      text-align: center;
      display:block;
      max-width:180px;
      overflow:hidden;
      white-space: initial;
      text-overflow:ellipsis;
  }
.header_phone
  .phone_nav
  .header_body
  .menu_right
  .menu_details
  .menu_details_title
  span:before {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  width: 27px;
  height: 1px;
  background-color: #cecece;
}
.header_phone
  .phone_nav
  .header_body
  .menu_right
  .menu_details
  .menu_details_title
  span:after {
  content: "";
  position: absolute;
  right: -36px;
  top: 50%;
  width: 27px;
  height: 1px;
  background-color: #cecece;
}
.header_phone .phone_nav .header_body .menu_right .menu_details .list_box{padding:0;}
.header_phone .phone_nav .header_body .menu_right .menu_details ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding:24px 0 25px 0;
  /*grid-row-gap: 24px;
  margin-top: 24px;*/
  text-align:center;
}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li {
  display: flex;
  display: -webkit-flex;
  /* align-items: center; */
  flex-direction: column;padding-bottom:24px;
}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li .rec_text{margin:0 10px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li a{display:block;}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li .icon_box{width:56.8421%;margin:0 auto;font-size:0;}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li .icon_box img{width:100%;}

.header_phone .phone_nav .header_body .menu_right .menu_details ul li .icon_box_s{width:36.8421%;margin:0 auto;font-size:0;}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li .icon_box_s img{width:100%;}

.header_phone .phone_nav .header_body .menu_right .menu_details ul li .txt_box{padding:7px 0 0 0;text-align:center;word-break:break-all;font-size:10px;margin:0 4px;width:calc(100% - 8px);}
.header_phone .phone_nav .header_body .menu_right .menu_details ul li span {
  display: -moz-box;  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  width:100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}






/*.header_phone .phone_nav .header_body .menu_right .menu_details ul li img {
  width: calc(100% - 50px);
  max-width: 130px;
  min-width: 36px;
  margin: auto auto 14px auto;
}*/
.header_phone .phone_nav .header_body .menu_right .more_product {
  text-align: center;padding:0 0 25px 0;
  margin: 0 9px;
}
.header_phone .phone_nav .header_body .menu_right .more_product span {
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}
.header_phone .phone_nav .hide {
  display: none;
}

.search {
  padding-left: 18px;
  margin-left: 8px;
}
.search .search_icon {
  width: 100%;
  height: 100%;
}
.search_but {
  width: 17px;
  height: 14px;
  cursor: pointer;
  font-size:0;
}
.search .search_icon::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url("../../img/header/search.svg") no-repeat 100%;
}
.search_iconred {
  width: 100%;
  height: 100%;
}
.search_iconred::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url("../../img/header/search_red.svg") no-repeat 100%;
}
.swipertitlecont {
  /* width: 100%; */
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  align-items: center;
}
.header #nav {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.header #nav .swiper-slide {
  width: auto !important;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  line-height: 30px;
  -webkit-align-items: center;
   align-items: center;

}
.collectionMargin{
  /* margin-right:36px; */
}
.header .menu_level_title {
  font-weight: 400;
  font-size: 14px;
}
.header .menu_level_title a {
  font-weight: 400;
  font-size: 14px;
}
.menu_level_box {
  padding: 0 16px;
}
.header .menu_level_title:hover {
  font-weight: 600;
  font-size: 14px;
}
.header .menu_level_title:hover a {
  font-weight: 600;
  font-size: 14px;
}
#swiperphoneleft , #swiperphoneright{
  height: 100%;
}
#swiperphoneleft .swiper-slide{
  padding-bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;

}
 #swiperphoneright .swiper-slide{
  height: auto;
  padding-bottom: 24px;
}

/*  2023-4-24 修改  */

#swiperphoneleft  .item_parent_listbox{
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
}
#swiperphoneleft .item_parent_listbox .tab{
    width: 100%;
}

#swiperphoneleft  .item_parent_listbox .tab a{

    width: 100%;

    font-size: 11px;

    color: rgba(0, 0, 0, 0.7);

    font-weight: 400;
    
}

#swiperphoneleft  .item_parent_listbox ul li a{

  height: 50px;

  line-height: 50px;

  padding-left: 12px;

  font-size: 10px;

  color: rgba(0, 0, 0, 0.7);

  font-weight: 400;

}

#swiperphoneleft .item_parent a {
  
  font-size: 11px;

}

#swiperphoneleft .item_parent ul li{

  height: 50px;

  width: 100%;

}

/*  2023-4-24 修改 结束  */

.item_parent img{width:18px;height:18px;}
.item_parent a {
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  height: 100%;
  line-height: 50px;
  display: block;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  /* text-align: center; */
}
.item_parent ul li a{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  display: block;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
.header_phone .navindex {
  z-index: 20;
  opacity: 1;
  background: #fff;
}
#snav {
  width: 100%;
  overflow: hidden;
}
#swiperlist .swiper-wrapper {
  height: auto !important;
  --swiper-navigation-size: 30px;
}
#swiperlist .swiper-slide{
  -webkit-align-items: unset;
  align-items: unset;
}
/* .swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(30px/ 44 * 27);
  height: 30px;
  margin-top: calc(0px - (30px/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
* .swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none!important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
} */
.over_h {
  max-height: calc(100vh - 208px);
  overflow-y: auto;
}
.bg_wither {
  background: #fff ;
}
/* .contact a:last-of-type{
  padding-top: 1px;
 } */
.header-element__overlay {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: opacity 222ms ease-out 222ms;
  width: 100%;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
}

/*# sourceMappingURL=header.css.map */
.header_store {
  width: 100%;
  background: #e7e7e7;
  text-align: center;
  font-size: 16px;
  color: #414141;
  line-height: 23px;
  padding: 16px 0;
}
.header_down {
  width: 40px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  top: 11px;
  right: 28px;
  cursor: pointer;
}
.header_down img {
  width: 13px;
}
.header_store_txt {
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 23px;
  background: #e7e7e7;
  padding-top: 16px;
  display: none;
}
.header_store_txt span {
  display: block;
}
.header_store_txt a {
  color: #000;
  text-decoration: underline;
}
.add_txt,
.reduction_txt {
  cursor: pointer;
}
.store_span {
  cursor: pointer;
}
.header_flex {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.header_flex span {
  display: block;
}
.add_txt {
  width: 10px;
  text-align: center;
}
.swiperSmoothslevelcont {
  width: 100%;
}
.header_window .menu_element .menu_el_tab .swiperSmoothslevelcont .buttab  span{
  color: #333;
  /* font-weight: 500; */
}
.header_window .menu_element .menu_el_tab .swiperSmoothslevelcont .buttab  a{
  color: #333;
  font-size:16px;
  /* font-weight: 500;  */
}
.header_window .menu_element .menu_el_tab  .buttab:hover{
  font-weight: 600;
}


/* 图标颜色 */
.person i {
  display: inline-block;
  width: 17px;
}
.position::after {
   content: '';
   background: url(../../img/header/position.svg) no-repeat;
   background-size: 100%;
   width: 18px;
   height: 19px;
   display: flex;
   display: -webkit-flex;
}
.position_red::after {
  content: '';
  background: url(../../img/header/position_red.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.collection_icon::after {
  content: '';
  background: url(../../img/header/collection.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.collection_red::after {
  content: '';
  background: url(../../img/header/collection_red.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.user_icon::after{
  content: '';
  background: url(../../img/header/user.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.user_icon_red::after{
  content: '';
  background: url(../../img/header/user_red.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}

.cart_icon::after{
  content: '';
  background: url(../../img/header/cart.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.cart_icon_red::after{
  content: '';
  background: url(../../img/header/cart_red.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.cart_icon_white::after{
  content: '';
  background: url(../../img/header/cart_red.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.c_logo{
    width:153px;
    background: url(../../img/header/head_logo_black.svg) no-repeat;
    background-size: 100% auto;
    height:50px;
    display: flex;
    display: -webkit-flex;
}
.header_white .header_window .menu_content .menu_level a{
  color: #fff;
}
.header_white .header_window .menu_content .menu_level span{
  color: #fff;
}
.header_white .c_logo{
  width: 153px;
  background: url(../../img/header/head_logo_white.svg) no-repeat;
  background-size: 100%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
}
.header_white .position::after {
  content: '';
  background: url(../../img/header/position_white.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
}
.header_white .collection_icon::after {
    content: '';
    background: url(../../img/header/collection_white.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    display: -webkit-flex;
}
.header_white .user_icon::after{
  content: '';
  background: url(../../img/header/user_white.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
}
.header_white .cart_icon::after{
  content: '';
  background: url(../../img/header/cart_white.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.header_white .search_icon::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url("../../img/header/search_white.svg") no-repeat 100%;
}
.header_white .menu_content .search::after{
  border-color: #fff;
}
.header_white .contact a{
   color: #fff;
}
.header_white .bg_wither{
  background: transparent;
}
.header_white .carnum{
  color: #fff;
  background: transparent;
}
.header_black .bg_wither{
  background: transparent;
}
.header_white .menu_content .search::after {
  content: "";
  border-right: 1px solid #fff !important;
  height: 24px;
  position: absolute;
  top: -5px;
  left: 0;
}
#guanbiPOpup{
  /* height:100%; */
  height: calc(100vh);
  display: none;
}
.heigslidshow{
  margin: 0 auto;
  padding-right:calc(104px - 60px) !important;
  padding-right:calc(var(--heigslid-padding) - var(--scoll-left)) !important;
}
.heiderIOS{
  padding-bottom:136px;
}
.heiderAndroid{
  padding-bottom: 60px;
}
.phone_carnum{
  position: absolute;
  right: 9%;
  top: 54%;
  width: 15px;
  height: 15px;
  text-align: center;
  /* background: #fff; */
  font-size: 0.75rem;
  line-height: 15px;
  border-radius: 50%;
  color: #000;
  transform: translateY(-50%);
}
.shopping_icon .phone_carnumColor {
  color: #fff;
}
.menu_icons a{
  position: relative;
}
.weight-500{font-weight: 500;}
.prompt_box{width:100%; background: #fff;height: 154px;position: absolute;bottom: -154px;padding:0 15px;box-sizing: border-box;box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);z-index: 4;display:none}
.prompt_title{font-size: 12px;color: #000;line-height: 17px;font-weight: bold;padding-top: 14px;}
.prompt_box ul li{list-style: none;display: flex;align-items: center;padding-top: 10px;font-size: 0;display: -webkit-flex;}
.prompt_box ul li img{width: 10px;}
.prompt_box ul li span{flex:1;padding-left: 5px;font-size: 12px;color: #000;line-height: 17px}
.prompt_box ul li.this span{color: #E32B31}
.contact a{
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  padding-top: 2px;
  /* padding-bottom: 1px; */
  background-position: 0 98%;
  background-size: 0 1px;
  transition: background-size 0.2s ease-in !important;
  padding-bottom: 4px;
}
.contact a:hover{
  background-size: 98% 1px;
}
.maxWidth{
  max-width: 1440px;
  margin: 0 auto;
}
.isflex{
  width: 17%;
  margin-right: 3%;
}
.menu_bottom_content .swiper-item{
  display: flex;
  flex-flow: wrap;
}
.warp-loading{
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:9999999999999999;
  background-color: rgba(255,255,255,.5);
}
.warp-loading .face-loader-wrapper {
  position: relative;
}
.warp-loading .face-loader-wrapper svg {
  left: 0;
  position: absolute;
  top: 0;
}
.warp-loading .face-loader {
  -webkit-clip-path: url(#clipping-face);
  clip-path: url(#clipping-face);
  display: block;
  height: 71px;
  position: relative;
  width: 65px;
}

.warp-loading .face-loader:before {
  -webkit-animation: loader-horizontal 1.5s ease .5s forwards;
  animation: loader-horizontal 1.5s ease .5s forwards;
  background: #c10016;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  /*transform: translateY(-100%);*/
  transform-origin: 0 0;
  width: 100%;
}
.c_h_boder{
  background: rgb(242, 242, 242);
}
@keyframes loader-horizontal {
  0%{transform: translateY(100%);}
  100%{transform: translateY(0);}
}
@-webkit-keyframes loader-horizontal {
  0%{transform: translateY(100%);}
  100%{transform: translateY(0);}
}
.warp-loading .face-loader-wrapper svg #eye-dx,  .face-loader-wrapper svg #eye-sx {
  fill: #c10016;
  -webkit-animation: eye 1.5s ease 2s infinite;
  animation: eye 1.5s ease 2s infinite;
  opacity: 0;
}
@-webkit-keyframes eye{
  0%{opacity:.4}50%{opacity:1}55%{opacity:.9}60%{opacity:1}80%{opacity:.6}to{opacity:.4}}
@keyframes eye{0%{opacity:.4}50%{opacity:1}55%{opacity:.9}60%{opacity:1}80%{opacity:.6}to{opacity:.4}}
@media screen and (max-width:1024px){
  /* 修改客服图标 */
  #YSF-BTN-HOLDER{right: 23px !important}
  #YSF-BTN-HOLDER img{width:50px !important;height: 50px !important;}
  
  #YSF-BTN-HOLDER div{border-radius: 50%}
  @supports(top:env(safe-area-inset-top)){
    #YSF-BTN-HOLDER{bottom:calc(env(safe-area-inset-bottom) + 50px);z-index:12;}
  }
}
.header_window .menu_element.active{ opacity: 1; transition: opacity 0.3s 0.2s; }
.header_window .menu_element_search{
  position: fixed;
  top: 0;
  z-index: 20;
  left: 0;
  width: 100%;
  opacity: 0;
  background-color: white;
  transform: scaleY(0);
  transform-origin: center top;
}
@media(min-width: 1440px){
  .header_window .menu_element_search{
    min-height: 670px;
  }
}

/* 搜索pc端 */

@media (min-width:1026px) {

  .menu_element_search .search_input_flex{
      display: flex;
  }
  
  .menu_element_search .search_input_box{
      display: flex;
      justify-content: center;
      padding: 47px 16px 32px;
  }
  
  .menu_element_search .search_input_flex input{
      width: 355px;
      border: none;
      outline: none;
      border-bottom: 1px solid #000;
      text-indent: 5px;
      font-size: 14px;
      color: #000000;
  }
  
  .menu_element_search .search_input_flex input::placeholder{
      font-size: 14px;
      font-weight: 400;
      color: #000000;
      line-height: 33px;
  
  }
  
  .search_c_logo{
    width:153px;
    background: url(../../img/header/head_logo_black.svg) no-repeat;
    background-size: 100% auto;
    height:50px;
    display: flex;
    display: -webkit-flex;
  }
  
  .search_logo{
    margin-top: 20px;
  }
  
  .search_header_parts{
    z-index: 6;
  }
  
  .search_input_button{
      padding: 8px 0px 9px 0px;
      color: #fff;
      background: #000;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      min-width: 114px;
      border: 1px solid transparent;
      box-sizing: border-box;
      transition: .3s;
      cursor: pointer;
  }
  
  .search_input_button:hover{
    color: #000;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    transition: .3s;
    cursor: pointer;
  }
  .search_tips{
      font-size: 16px;
      font-weight: 400;
      color: #000000;
      margin: 0 auto 48px;
      max-width: 469px;
      word-break: break-all;
  }
  .search_empty_state{
    /* display: flex;
    flex-wrap: wrap; */
    padding: 0 64px 20px;
    width: 100%;
    text-align: center;
    font-size: 0;

  }
  .search_empty_state a{

    display: inline-block;

    padding: 0 6px 12px;

    max-width: 100%;
    
    word-wrap: break-word;

    word-break: break-all;

  }
  .search_empty_item{
    font-weight: 400;  
    font-size: 12px;
    padding: 0 17px 0 17px;
    border: 1px solid #e7e7e7;
    color: #000;
    cursor: pointer;
    line-height: 42px;
    box-sizing: border-box;
  }

  
  
  
  .search_content{
    padding: 0 64px;
    display: flex;
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto,50%) 50% auto;
    justify-content: center;
  }
  .search_content_grid{
    padding: 0 64px;
    display: flex;
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto,50%) 25% auto;
    justify-content: center;
  }
  .search_content_gridAuto{
    grid-template-columns: minmax(auto,50%) 0% auto;

    margin: 0 auto;
  }
  .search_content_left_flex{
    display: grid;
    grid-template: 1fr/repeat(4,minmax(0,25%));
    grid-gap: 24px;
    width: 100%;
    margin-bottom: 38px;
  }
  
  .search_content_left{
    padding: 32px 48px 32px 0;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    grid-area: unset;
  }
  .search_content_left_title{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 32px;
  }
  .search_content_left_item{
    margin-right: 24px;
    width: 100%;
    cursor: pointer;
  }
  .content_left_item_img img:hover{
  
      transform: scale(1.1);
  
  }
  
  .search_content_left_item:last-of-type{
    margin-right: 0;
  }
  .content_left_item_img{
    width: 100%;
    overflow: hidden;
  }
  .content_left_item_img img{
    width: 100%;
    height: 100%;
    transition: 0.888s;
  }
  .content_left_item_text{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding-top: 7px;
    color: #000;
  }
  .content_left_item_text span{

    word-break: break-all;

  }

  .search_content_right{
    display: flex;
    grid-area: unset;
  }
  .search_content_right_news{
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 48px;
    flex: 1;
  }
  .content_right_news_title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
    color: #000;
  }
  .right_news_text_box{
    margin-bottom: 24px;
  }
  .right_news_text_box:last-of-type{
      margin-bottom: 0;
  }
  .right_news_text{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    box-sizing: content-box;
    word-break: break-all;
  }
  .right_news_icon_box{
    display: flex;
    justify-content: flex-end;
    height: auto;
    align-items: center;
    padding-left: 16px;
    flex: 1;
  }
  .right_news_text_item{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .right_news_icon{
    display: block;
    background: url("../../img/height_right.svg") no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
  }
  .search_content_right_service{
    padding-left: 48px; 
    flex: 1;
    height: 100%;
  }
  .content_right_service{
    width: 100%;
    background: #F9F9F9;
    padding: 32px;
  }
  .content_right_title{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 24px;
    color: #000;
  }
  .content_right_list_box{
    margin-bottom: 8px;
    cursor: pointer;
  }
  .content_right_list_box:last-of-type{
  
    margin-bottom:0;
  
  }
  
  .content_right_list_item{
    
    padding: 8px 0;
  }
  .content_right_list_item a{
    display: flex;
  }
  
  .right_list_item_img{
      width: 18px;
      height: 18px;
  }
  .right_list_item_img img{
      width: 100%;
      height: 100%;
  }
  .right_list_item_text{
    font-size: 14px;
    font-weight: 400;
    flex: 1;
  }
  .right_list_item_text{
    padding-left: 16px;
    word-break: break-all;
  }
  
   .search_content_left_title,
   .search_content_left_flex,
   .content_right_news_title,
   .right_news_text_content,
   .content_right_title,
   .content_right_list,
   .content_right_list_box,
   .search_content_left_item,
   .right_news_text_box{
      opacity: .001;
      transform: translate3d(0,50px,0);
      transition: opacity 666ms ease,transform 666ms ease;
      
  }
  
  .search_content_left_item:nth-child(3),.search_content_left_item:nth-child(4){
    transition-delay: 0.888s;
  }
  
  .content_right_service ,.content_right_list,.search_content_left_flex,.right_news_text_content{
    transition-delay: 1.11s;
  }
  .content_right_news_title,
  .search_content_left_title,
  .content_right_title{
    transition-delay: 666ms;
  }
  
  .content_right_service{

    background-color: #fff;

    transition: background-color 444ms ease;

  }
  
  .ani_stater .search_content_left_title,
  .ani_stater .search_content_left_flex,
  .ani_stater .content_right_news_title,
  .ani_stater .right_news_text_content,
  .ani_stater .content_right_title,
  .ani_stater .content_right_list,
  .ani_stater .search_content_left_item,
  .ani_stater .content_right_list_box,
  .ani_stater .right_news_text_box{
    opacity: 1;
    transform: translateZ(0);
  } 
  .ani_stater .content_right_service{

    background-color: #f9f9f9;
    transition-delay: 1.11s;

  }
  .search_close{
    position: absolute;
    top: 16px;
    right: 32px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 18;
    cursor: pointer;
  }
  .search_close div{ width: 12px; height: 12px;}
  
  .search_close div img{ width: 10px; height: 10px;}
  
  .right_news_text , .content_left_item_text span ,.right_list_item_text span , .associate_box_text .associate_box_text_box{
    background-image: linear-gradient(#000,#000);
    background-position: 0 98%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    padding-bottom: 2px;
    padding-top: 2px;
    transition: background-size .6s ;
  }
  
  .right_news_text_item:hover .right_news_text{
    background-size: 100% 1px;
  
  }
  .search_content_left_item:hover .content_left_item_text span{
    background-size: 100% 1px;
  }
  
  .associate_box_text_box:hover{
    background-size: 100% 1px;
  }
  
  .content_right_list_item:hover .right_list_item_text span{
  
    background-size: 100% 1px;
    
  }
  .associate_box{
    max-width: 486px;
    margin: -16px auto 24px;
  }
  .associate_box_text{
    padding: 4px 0;
    color: #000;
  }
  .associate_box_text_box{
    cursor: pointer;
    font-weight: 600;
    line-height: 1.6;
  }
  .associate_box_text_box span{
    font-weight: 400;
  }
  .search_close_bg{
     background: url('../../img/header/search_close.svg');
     background-repeat: no-repeat;
     background-size: 100% 100%;
  }
  .search_close:hover .search_close_bg{
    background: url('../../img/header/search_close_red.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .search_input_flex_box{
    display: flex;
  }
  .search_input_flex_box input{

    padding-right: 39px;

  }
  .search_input_clear_box{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 4px;
    display: none;
    cursor: pointer;
  }
  .search_input_flex_box:hover .search_input_clear_box{

    display: flex;

  }
  .search_input_clear_box .search_input_clear{
    background: url('../../img/header/close.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
  }
  .search_content_left_list{

    padding: 32px 24px 32px 24px;

    border-right: 0;

  }
  .content_left_all{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px  0;
  }
  .content_left_all a{
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 98%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: .3s;
    color: #000;
    padding: 2px 0;

  }
  .content_left_all a:hover{

    background-size: 0 1px;

  }
  
  

}

@media (min-width:1921px) {

  #searchContent{

    padding: 0 calc(50vw - 869px);

  }

  .search_empty_state{

    padding: 0 calc(50vw - 869px)  20px;
  }

}

@media (max-width:1280px){

  .search_content_left_flex{

    grid-template: 1fr/repeat(2,minmax(0,50%));

  }

  .search_content_right{

    display: grid;

  }
  .search_content_right_news{
    display: flex;
    flex-direction: column;
  }
  .search_content_right_service{

    padding-top: 32px;

  }
  .search_content_gridAuto{

    grid-template-columns: minmax(auto,50%) 0% auto;

  }

  .search_content_left_list{

     padding: 32px 24px 32px 24px;
    
  }


  

}

@media (max-width: 1920px){

  .header_window .menu_element_search.active {
    transform: scaleY(1);
    opacity: 1;
    transition: opacity 0.3s 0.2s;
    max-height:calc(100vh - 56px);
    overflow: auto;
  }

}

@media (min-width: 1440px){

  .header_window .menu_element_search.active {
    transform: scaleY(1);
    opacity: 1;
    transition: opacity 0.3s 0.2s;
    max-height:calc(100vh - 0px);
    overflow: auto;
  }
  
}

/* 搜索pc端结束 */

/* 搜索手机端 */

@media (max-width: 1025px) {

  .header_search_phone{
    width: 100%;
    height:0;
    background: #fff;
    position: fixed;
    transform: scale(0);
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header_search_phone_show{
    min-height:  calc(100vh);
    transform: scale(1);
    /* overflow-y: auto; */
  }
  .search_box_header{
    display: flex;
  }
  .header_search_phone  .search_input_box{
    padding: 19px 16px 28px;
  }
  .search_input_flex{
    display: flex;
  }
  .search_input_flex input{
      flex: 1;
      border: none;
      outline: none;
      border-bottom: 1px solid #000;
      text-indent: 5px;
      font-size: 14px;
      color: #000000;
      padding-right: 39px;
  }
  .search_input_flex input::placeholder{
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
        line-height: 33px;
  }
  .search_input_button{
      padding: 8px 0px 9px 0px;
      color: #fff;
      background: #000;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      min-width: 114px;
      border: 1px solid transparent;
      box-sizing: border-box;
      transition: .3s;
      cursor: pointer;
  }
  .header_search_phone .search_empty_state{
    display: flex;
    justify-content: flex-start;
    padding: 0 16px 32px;
    width: 100%;
    overflow-x: auto;
    white-space:nowrap

  }
  .header_search_phone .search_empty_item{
    font-weight: 400;  
    font-size: 12px;
    padding: 0 17px 0 17px;
    border: 1px solid #e7e7e7;
    color: #000;
    cursor: pointer;
    line-height: 36px;
    margin-right: 14px;
    box-sizing: border-box;
  }
  .search_exciting{
     padding: 32px 16px;
  }
  .search_exciting_title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
  }
  .search_exciting_flex{
    display: grid;
    grid-template: 1fr/repeat(2,minmax(0,50%));
    grid-gap:24px 16px;

  }
  .search_exciting_item{

    padding: 8px 0;
    width: 100%;

  }
  .search_exciting_item  .search_exciting_img{
    
    width: 100%;
    height: 100%;

  }
  .search_exciting_img img{
    width: 100%;
    height: 100%;
  }
  .search_exciting_item_text{
    text-align: center;
    padding-top: 11px;
    font-size: 12px;
    font-weight: 400;

  }
  .search_exciting_item_text span{
      word-break: break-all;
  }
  .search_news{
    font-size: 16px;  
    font-weight: 600;
    padding: 32px 16px;
  }
  .search_news_title{
    margin-bottom: 24px;
    color: #000;
  }
  .search_news_text_content{

    word-break: break-all;
    /* padding: ; */
  }
  .search_news_text_items{
    margin-bottom: 16px;
  }
  .search_news_text_items:last-of-type{
    margin-bottom: 0px;
  }
  .search_news_text{
    display: flex;justify-content:space-between;line-height: 17px;
  }
  .search_news_text_box{
      font-size: 14px;
      font-weight: 400;
      color: #000;
      padding: 8px 0;
  }
  .search_news_text_item{display: flex;justify-content:space-between;}
  .search_news_icon_box{
    display: flex;
    height: auto;
    align-items: center;
    padding-left: 16px;
  }
  .search_news_icon{
    display: block;
    background: url(../../img/height_right.svg) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
  }
  .search_on_service{
    padding: 32px 16px 72px;
    background: #F9F9F9;
  }
  .search_on_service_list{margin-bottom: 8px;}
  .search_on_service_list:last-of-type{margin-bottom: 0;}
  .search_on_service_list a{display: flex;padding: 8px 0;}
  .service_list_img{
    width: 18px;
    height: 18px;
  }
  .service_list_img img{
    width: 100%;
    height: 100%;
  }
  .service_list_text{
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    flex: 1;
  }
  .search_on_service_title{
      font-size: 16px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 24px;
  }

  .search_tips{

      font-size: 16px;
      font-weight: 400;
      color: #000000;
      margin: 0 16px 72px;
      max-width: 469px;
      word-break: break-all;

  }

  .content_left_all{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px  0;
  }
  .content_left_all a{
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0 98%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: .3s;
    color: #000;
    padding: 2px 0;

  }

  .search_close_phone{
    width: 40px;
    height: 40px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 10px;
    left:2px;
  }
  .search_close_phone img{width: 10px;height: 10px;}

  .search_exciting_title,
  .search_exciting_item,
  .search_news_title,
  .search_news_text_items,
  .search_on_service_title,
  .search_on_service_list{
      transition: opacity 666ms ease,transform 666ms ease;
      transition-delay: 0.666s;
      opacity: .001;
      transform: translate3d(0,50px,0);
 }

      
 
 .search_exciting_item:nth-child(3),.search_exciting_item:nth-child(4){
   transition-delay: 0.888s;
 }

 .search_exciting_title,.search_news_title,.search_on_service_title{
    transition-delay: 444ms !important;
 }

 
 /* .search_news_text_content ,.search_exciting_flex,.search_on_service_list_box{   
   transition: opacity 666ms ease,transform 666ms ease;
 } */



 .ani_stater .search_exciting_title,
 .ani_stater .search_exciting_item,
 .ani_stater .search_news_title,
 .ani_stater .search_news_text_items,
 .ani_stater .search_on_service_title,
 .ani_stater .search_on_service_list{
   opacity: 1;
   transform: translateZ(0);
 }

 .search_input_flex_box{
    display: flex;
    flex: 1;
  }
.search_input_clear_box{
    width: 35px;
    height: 35px;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-right: 4px;
  }

  .search_input_flex_box:hover .search_input_clear_box{

    display: flex;

  }

.search_input_clear_box .search_input_clear{
  background: url('../../img/header/close.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}



}

.search_content_phone_padding{

  padding-bottom: 66px;

}


/* 搜索手机端结束 */