@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 .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: #c81313;
  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.active{
  opacity: 1;
  transition: opacity 0.3s 0.2s;
}
.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: nowrap;
}
.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 .bor_b {
  border-bottom: 1px solid #000;
}
.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: #f6f6f6;
  /* 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: #cb0000;
  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%;
    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;
  }
  .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: nowrap;
      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;
}
.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;
}
.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;
  padding-left: 34px;
  display: block;
  line-height: 40px;
  -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 .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;
  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;}
  }
}

