@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; */
  height: 97px;
  /* 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%90%91%E5%8F%B3%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%8A%A4%E5%A3%AB%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%94%BB%E6%9D%BF%22%20transform%3D%22translate(-442.000000%2C%20-406.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Chevron_up%22%20transform%3D%22translate(452.000000%2C%20416.000000)%20rotate(-270.000000)%20translate(-452.000000%2C%20-416.000000)%20translate(442.000000%2C%20406.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%2210%205.625%202.5%2013.456875%203.37875%2014.375%2010%207.46125%2016.62125%2014.375%2017.5%2013.456875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100% 100%;
}
.header_window .menu_element .swiper-button-prev_header{
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%90%91%E5%B7%A6%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%8A%A4%E5%A3%AB%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%94%BB%E6%9D%BF%22%20transform%3D%22translate(-413.000000%2C%20-405.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Chevron_up%22%20transform%3D%22translate(423.000000%2C%20415.000000)%20rotate(-90.000000)%20translate(-423.000000%2C%20-415.000000)%20translate(413.000000%2C%20405.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%2210%205.625%202.5%2013.456875%203.37875%2014.375%2010%207.46125%2016.62125%2014.375%2017.5%2013.456875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%90%91%E5%8F%B3%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%8A%A4%E5%A3%AB%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%94%BB%E6%9D%BF%22%20transform%3D%22translate(-442.000000%2C%20-406.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Chevron_up%22%20transform%3D%22translate(452.000000%2C%20416.000000)%20rotate(-270.000000)%20translate(-452.000000%2C%20-416.000000)%20translate(442.000000%2C%20406.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%2210%205.625%202.5%2013.456875%203.37875%2014.375%2010%207.46125%2016.62125%2014.375%2017.5%2013.456875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    }
    .menu_element .swiper-button-next:after{
      background:url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%90%91%E5%8F%B3%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%8A%A4%E5%A3%AB%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%94%BB%E6%9D%BF%22%20transform%3D%22translate(-442.000000%2C%20-406.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Chevron_up%22%20transform%3D%22translate(452.000000%2C%20416.000000)%20rotate(-270.000000)%20translate(-452.000000%2C%20-416.000000)%20translate(442.000000%2C%20406.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%2210%205.625%202.5%2013.456875%203.37875%2014.375%2010%207.46125%2016.62125%2014.375%2017.5%2013.456875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1150.000000%2C%20-114.000000)%22%20fill%3D%22%23010202%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22First-level-menu%22%20transform%3D%22translate(277.000000%2C%20110.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2Fsearch-14px%22%20transform%3D%22translate(873.000000%2C%204.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0714286%2C11.8203429%20L8.06371429%2C7.73247429%20C8.73971429%2C6.8952%209.17428571%2C5.86092%209.17428571%2C4.67888571%20C9.17428571%2C2.11781143%207.098%2C4.96326789e-14%204.58714286%2C4.96326789e-14%20C2.07628571%2C4.96326789e-14%200%2C2.11781143%200%2C4.67888571%20C0%2C7.23996%202.07628571%2C9.35777143%204.58714286%2C9.35777143%20C5.60114286%2C9.35777143%206.56685714%2C9.01301143%207.33942857%2C8.42199429%20L11.3954286%2C12.5591143%20L12.0714286%2C11.8203429%20Z%20M0.965714286%2C4.67888571%20C0.965714286%2C2.65957714%202.60742857%2C0.985028571%204.58714286%2C0.985028571%20C6.56685714%2C0.985028571%208.20857143%2C2.65957714%208.20857143%2C4.67888571%20C8.20857143%2C6.69819429%206.56685714%2C8.37274286%204.58714286%2C8.37274286%20C2.60742857%2C8.37274286%200.965714286%2C6.69819429%200.965714286%2C4.67888571%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat 100%;
}
.search_iconred {
  width: 100%;
  height: 100%;
}
.search_iconred::after {
  width: 100%;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1150.000000%2C%20-114.000000)%22%20fill%3D%22%23c10016%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22First-level-menu%22%20transform%3D%22translate(277.000000%2C%20110.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2Fsearch-14px%22%20transform%3D%22translate(873.000000%2C%204.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0714286%2C11.8203429%20L8.06371429%2C7.73247429%20C8.73971429%2C6.8952%209.17428571%2C5.86092%209.17428571%2C4.67888571%20C9.17428571%2C2.11781143%207.098%2C4.96326789e-14%204.58714286%2C4.96326789e-14%20C2.07628571%2C4.96326789e-14%200%2C2.11781143%200%2C4.67888571%20C0%2C7.23996%202.07628571%2C9.35777143%204.58714286%2C9.35777143%20C5.60114286%2C9.35777143%206.56685714%2C9.01301143%207.33942857%2C8.42199429%20L11.3954286%2C12.5591143%20L12.0714286%2C11.8203429%20Z%20M0.965714286%2C4.67888571%20C0.965714286%2C2.65957714%202.60742857%2C0.985028571%204.58714286%2C0.985028571%20C6.56685714%2C0.985028571%208.20857143%2C2.65957714%208.20857143%2C4.67888571%20C8.20857143%2C6.69819429%206.56685714%2C8.37274286%204.58714286%2C8.37274286%20C2.60742857%2C8.37274286%200.965714286%2C6.69819429%200.965714286%2C4.67888571%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eposition_whites%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%BC%80%E9%97%A8%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22position_white%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-11%22%20transform%3D%22translate(2.930000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.76470588%2C0.677419355%20C2.98348813%2C0.677419355%200.758513932%2C2.66451613%200.758513932%2C5.14838709%20C0.758513932%2C7.31612903%204.65221878%2C11.6967742%205.76470588%2C12.9161291%20C6.87719298%2C11.6967742%2010.7708979%2C7.31612903%2010.7708979%2C5.14838709%20C10.7708979%2C2.70967742%208.54592365%2C0.677419355%205.76470588%2C0.677419355%20L5.76470588%2C0.677419355%20Z%20M5.76470588%2C14%20L5.46130031%2C13.6838709%20C5.25902993%2C13.4580645%206.30014559e-14%2C7.9032258%206.30014559e-14%2C5.14838709%20C6.30014559e-14%2C2.34838709%202.57894737%2C1.65793305e-15%205.76470588%2C1.65793305e-15%20C8.95046444%2C1.65793305e-15%2011.5294118%2C2.3032258%2011.5294118%2C5.14838709%20C11.5294118%2C7.9032258%206.27038184%2C13.4129032%206.06811145%2C13.6387097%20L5.76470588%2C14%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.76470588%2C5.76470588%20C5.32000798%2C5.76470588%204.94117647%2C5.4021533%204.94117647%2C4.94097683%20C4.94117647%2C4.49657041%205.30364118%2C4.11764706%205.76470588%2C4.11764706%20C6.22577058%2C4.11764706%206.58823529%2C4.48019964%206.58823529%2C4.94097683%20C6.58823529%2C5.4021533%206.20900459%2C5.76470588%205.76470588%2C5.76470588%22%20id%3D%22Fill-3%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
   background-size: 100%;
   width: 18px;
   height: 19px;
   display: flex;
   display: -webkit-flex;
}
.position_red::after {
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eposition_whites%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%BC%80%E9%97%A8%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22position_white%22%20fill%3D%22%23c10016%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-11%22%20transform%3D%22translate(2.930000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.76470588%2C0.677419355%20C2.98348813%2C0.677419355%200.758513932%2C2.66451613%200.758513932%2C5.14838709%20C0.758513932%2C7.31612903%204.65221878%2C11.6967742%205.76470588%2C12.9161291%20C6.87719298%2C11.6967742%2010.7708979%2C7.31612903%2010.7708979%2C5.14838709%20C10.7708979%2C2.70967742%208.54592365%2C0.677419355%205.76470588%2C0.677419355%20L5.76470588%2C0.677419355%20Z%20M5.76470588%2C14%20L5.46130031%2C13.6838709%20C5.25902993%2C13.4580645%206.30014559e-14%2C7.9032258%206.30014559e-14%2C5.14838709%20C6.30014559e-14%2C2.34838709%202.57894737%2C1.65793305e-15%205.76470588%2C1.65793305e-15%20C8.95046444%2C1.65793305e-15%2011.5294118%2C2.3032258%2011.5294118%2C5.14838709%20C11.5294118%2C7.9032258%206.27038184%2C13.4129032%206.06811145%2C13.6387097%20L5.76470588%2C14%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.76470588%2C5.76470588%20C5.32000798%2C5.76470588%204.94117647%2C5.4021533%204.94117647%2C4.94097683%20C4.94117647%2C4.49657041%205.30364118%2C4.11764706%205.76470588%2C4.11764706%20C6.22577058%2C4.11764706%206.58823529%2C4.48019964%206.58823529%2C4.94097683%20C6.58823529%2C5.4021533%206.20900459%2C5.76470588%205.76470588%2C5.76470588%22%20id%3D%22Fill-3%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.collection_icon::after {
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3E%E5%85%83%E7%B4%A0%2Ficon%2F16*16%2F%E6%94%B6%E8%97%8F%402x%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%85%83%E7%B4%A0%2Ficon%2F16*16%2F%E6%94%B6%E8%97%8F%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.03907662%2C3.59440523%20C8.10729566%2C3.49103088%208.16009927%2C3.38291665%208.2382118%2C3.29669612%20C10.1845827%2C1.14964692%2013.5653941%2C1.71877013%2014.6964727%2C4.63413003%20C15.1506527%2C5.80476558%2015.0874955%2C6.97777106%2014.558194%2C8.12177305%20C14.0989521%2C9.11455054%2013.4536897%2C9.98318853%2012.7161648%2C10.7922396%20C11.4555506%2C12.1749279%2010.0354902%2C13.3870938%208.55882978%2C14.5379799%20C8.20185898%2C14.8161652%207.82452601%2C14.8358019%207.50252754%2C14.5854915%20C5.63783542%2C13.1362191%203.82870789%2C11.6260056%202.40404584%2C9.73479666%20C1.74750948%2C8.86322447%201.20026163%2C7.92901825%201.04323129%2C6.82530518%20C0.693508046%2C4.36881005%202.50275062%2C1.91536197%205.12532982%2C2.00462956%20C6.15436745%2C2.03972719%207.09459379%2C2.53944513%208.03907662%2C3.59440523%22%20id%3D%22%E6%94%B6%E8%97%8F%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.collection_red::after {
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3E%E5%85%83%E7%B4%A0%2Ficon%2F16*16%2F%E6%94%B6%E8%97%8F%402x%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%85%83%E7%B4%A0%2Ficon%2F16*16%2F%E6%94%B6%E8%97%8F%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84%22%20fill%3D%22%23c10016%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.03907662%2C3.59440523%20C8.10729566%2C3.49103088%208.16009927%2C3.38291665%208.2382118%2C3.29669612%20C10.1845827%2C1.14964692%2013.5653941%2C1.71877013%2014.6964727%2C4.63413003%20C15.1506527%2C5.80476558%2015.0874955%2C6.97777106%2014.558194%2C8.12177305%20C14.0989521%2C9.11455054%2013.4536897%2C9.98318853%2012.7161648%2C10.7922396%20C11.4555506%2C12.1749279%2010.0354902%2C13.3870938%208.55882978%2C14.5379799%20C8.20185898%2C14.8161652%207.82452601%2C14.8358019%207.50252754%2C14.5854915%20C5.63783542%2C13.1362191%203.82870789%2C11.6260056%202.40404584%2C9.73479666%20C1.74750948%2C8.86322447%201.20026163%2C7.92901825%201.04323129%2C6.82530518%20C0.693508046%2C4.36881005%202.50275062%2C1.91536197%205.12532982%2C2.00462956%20C6.15436745%2C2.03972719%207.09459379%2C2.53944513%208.03907662%2C3.59440523%22%20id%3D%22%E6%94%B6%E8%97%8F%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.user_icon::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2217px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2017%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1346.000000%2C%20-23.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FAccount%22%20transform%3D%22translate(37.000000%2C%200.000410)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Account%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5689655%2C8.74736842%20C11.862069%2C7.98947368%2012.7241379%2C6.72631579%2012.7241379%2C5.12631579%20C12.7241379%2C2.85263158%2010.8275862%2C1%208.5%2C1%20C6.17241379%2C1%204.18965517%2C2.85263158%204.18965517%2C5.12631579%20C4.18965517%2C6.64210526%205.05172414%2C7.98947368%206.34482759%2C8.74736842%20C3.24137931%2C9.58947368%201%2C12.2842105%201%2C15.4842105%20C1%2C15.8210526%201%2C16.2421053%201.0862069%2C16.5789474%20C1.0862069%2C16.7473684%201.34482759%2C16.9157895%201.51724138%2C16.9157895%20C1.51724138%2C16.9157895%201.60344828%2C16.9157895%201.60344828%2C16.9157895%20C1.86206897%2C16.9157895%202.03448276%2C16.6631579%201.94827586%2C16.4105263%20C1.86206897%2C16.1578947%201.86206897%2C15.8210526%201.86206897%2C15.4842105%20C1.86206897%2C12.1157895%204.79310345%2C9.33684211%208.4137931%2C9.33684211%20C8.4137931%2C9.33684211%208.4137931%2C9.33684211%208.5%2C9.33684211%20C8.5862069%2C9.33684211%208.5%2C9.33684211%208.5862069%2C9.33684211%20C12.2068966%2C9.33684211%2015.137931%2C12.1157895%2015.137931%2C15.4842105%20C15.137931%2C15.7368421%2015.137931%2C16.0736842%2015.0517241%2C16.3263158%20L15.0517241%2C16.4947368%20C15.0517241%2C16.7473684%2015.137931%2C16.9157895%2015.3965517%2C17%20C15.6551724%2C17%2015.8275862%2C16.9157895%2015.9137931%2C16.6631579%20L15.9137931%2C16.4947368%20C16%2C16.1578947%2016%2C15.9052632%2016%2C15.5684211%20C15.9137931%2C12.2842105%2013.6724138%2C9.58947368%2010.5689655%2C8.74736842%20Z%20M5.05172414%2C5.12631579%20C5.05172414%2C3.35789474%206.60344828%2C1.84210526%208.4137931%2C1.84210526%20C10.2241379%2C1.84210526%2011.7758621%2C3.35789474%2011.7758621%2C5.12631579%20C11.7758621%2C6.89473684%2010.3103448%2C8.41052632%208.4137931%2C8.41052632%20C8.4137931%2C8.41052632%208.4137931%2C8.41052632%208.32758621%2C8.41052632%20C8.24137931%2C8.41052632%208.32758621%2C8.41052632%208.24137931%2C8.41052632%20C6.51724138%2C8.41052632%205.05172414%2C6.97894737%205.05172414%2C5.12631579%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.user_icon_red::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2217px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2017%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1346.000000%2C%20-23.000000)%22%20fill%3D%22%23c10016%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FAccount%22%20transform%3D%22translate(37.000000%2C%200.000410)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Account%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5689655%2C8.74736842%20C11.862069%2C7.98947368%2012.7241379%2C6.72631579%2012.7241379%2C5.12631579%20C12.7241379%2C2.85263158%2010.8275862%2C1%208.5%2C1%20C6.17241379%2C1%204.18965517%2C2.85263158%204.18965517%2C5.12631579%20C4.18965517%2C6.64210526%205.05172414%2C7.98947368%206.34482759%2C8.74736842%20C3.24137931%2C9.58947368%201%2C12.2842105%201%2C15.4842105%20C1%2C15.8210526%201%2C16.2421053%201.0862069%2C16.5789474%20C1.0862069%2C16.7473684%201.34482759%2C16.9157895%201.51724138%2C16.9157895%20C1.51724138%2C16.9157895%201.60344828%2C16.9157895%201.60344828%2C16.9157895%20C1.86206897%2C16.9157895%202.03448276%2C16.6631579%201.94827586%2C16.4105263%20C1.86206897%2C16.1578947%201.86206897%2C15.8210526%201.86206897%2C15.4842105%20C1.86206897%2C12.1157895%204.79310345%2C9.33684211%208.4137931%2C9.33684211%20C8.4137931%2C9.33684211%208.4137931%2C9.33684211%208.5%2C9.33684211%20C8.5862069%2C9.33684211%208.5%2C9.33684211%208.5862069%2C9.33684211%20C12.2068966%2C9.33684211%2015.137931%2C12.1157895%2015.137931%2C15.4842105%20C15.137931%2C15.7368421%2015.137931%2C16.0736842%2015.0517241%2C16.3263158%20L15.0517241%2C16.4947368%20C15.0517241%2C16.7473684%2015.137931%2C16.9157895%2015.3965517%2C17%20C15.6551724%2C17%2015.8275862%2C16.9157895%2015.9137931%2C16.6631579%20L15.9137931%2C16.4947368%20C16%2C16.1578947%2016%2C15.9052632%2016%2C15.5684211%20C15.9137931%2C12.2842105%2013.6724138%2C9.58947368%2010.5689655%2C8.74736842%20Z%20M5.05172414%2C5.12631579%20C5.05172414%2C3.35789474%206.60344828%2C1.84210526%208.4137931%2C1.84210526%20C10.2241379%2C1.84210526%2011.7758621%2C3.35789474%2011.7758621%2C5.12631579%20C11.7758621%2C6.89473684%2010.3103448%2C8.41052632%208.4137931%2C8.41052632%20C8.4137931%2C8.41052632%208.4137931%2C8.41052632%208.32758621%2C8.41052632%20C8.24137931%2C8.41052632%208.32758621%2C8.41052632%208.24137931%2C8.41052632%20C6.51724138%2C8.41052632%205.05172414%2C6.97894737%205.05172414%2C5.12631579%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}

.cart_icon::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2016%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EFill%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1384.000000%2C%20-24.000000)%22%20fill%3D%22%23000000%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FShopping-bag%22%20transform%3D%22translate(75.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shopping-bag%22%20transform%3D%22translate(-0.000077%2C%20-0.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.96318794%2C15.9673434%20L1.7187435%2C4.41178784%20L13.3987435%2C4.41178784%20L14.1542991%2C15.9673434%20L0.96318794%2C15.9673434%20Z%20M7.5587435%2C0.856232289%20C9.10007683%2C0.862454512%2010.4049657%2C1.99667673%2010.6254102%2C3.52289896%20L4.49207683%2C3.52289896%20C4.71252127%2C1.99667673%206.01741016%2C0.862454512%207.5587435%2C0.856232289%20L7.5587435%2C0.856232289%20Z%20M14.2254102%2C3.90512118%20C14.1907435%2C3.68645451%2014.0022991%2C3.52467673%2013.7809657%2C3.52289896%20L11.5142991%2C3.52289896%20C11.2600768%2C1.33801007%209.28318794%2C-0.226434377%207.09829905%2C0.026898956%20C5.26363238%2C0.241121178%203.81652127%2C1.68823229%203.60318794%2C3.52289896%20L1.33652127%2C3.52289896%20C1.11429905%2C3.52467673%200.926743496%2C3.68645451%200.892076829%2C3.90512118%20L0.00318794006%2C16.3495656%20C-0.0119231711%2C16.4775656%200.0271879401%2C16.6064545%200.109854607%2C16.7051212%20C0.19518794%2C16.8020101%200.317854607%2C16.8571212%200.447632385%2C16.8562429%20L14.6698546%2C16.8562429%20C14.7987435%2C16.8571212%2014.9222991%2C16.8020101%2015.0076324%2C16.7051212%20C15.0902991%2C16.6064545%2015.1294102%2C16.4775656%2015.1142991%2C16.3495656%20L14.2254102%2C3.90512118%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.cart_icon_red::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2016%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EFill%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1384.000000%2C%20-24.000000)%22%20fill%3D%22%23c10016%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FShopping-bag%22%20transform%3D%22translate(75.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shopping-bag%22%20transform%3D%22translate(-0.000077%2C%20-0.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.96318794%2C15.9673434%20L1.7187435%2C4.41178784%20L13.3987435%2C4.41178784%20L14.1542991%2C15.9673434%20L0.96318794%2C15.9673434%20Z%20M7.5587435%2C0.856232289%20C9.10007683%2C0.862454512%2010.4049657%2C1.99667673%2010.6254102%2C3.52289896%20L4.49207683%2C3.52289896%20C4.71252127%2C1.99667673%206.01741016%2C0.862454512%207.5587435%2C0.856232289%20L7.5587435%2C0.856232289%20Z%20M14.2254102%2C3.90512118%20C14.1907435%2C3.68645451%2014.0022991%2C3.52467673%2013.7809657%2C3.52289896%20L11.5142991%2C3.52289896%20C11.2600768%2C1.33801007%209.28318794%2C-0.226434377%207.09829905%2C0.026898956%20C5.26363238%2C0.241121178%203.81652127%2C1.68823229%203.60318794%2C3.52289896%20L1.33652127%2C3.52289896%20C1.11429905%2C3.52467673%200.926743496%2C3.68645451%200.892076829%2C3.90512118%20L0.00318794006%2C16.3495656%20C-0.0119231711%2C16.4775656%200.0271879401%2C16.6064545%200.109854607%2C16.7051212%20C0.19518794%2C16.8020101%200.317854607%2C16.8571212%200.447632385%2C16.8562429%20L14.6698546%2C16.8562429%20C14.7987435%2C16.8571212%2014.9222991%2C16.8020101%2015.0076324%2C16.7051212%20C15.0902991%2C16.6064545%2015.1294102%2C16.4775656%2015.1142991%2C16.3495656%20L14.2254102%2C3.90512118%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.cart_icon_white::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2016%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EFill%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1384.000000%2C%20-24.000000)%22%20fill%3D%22%23c10016%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FShopping-bag%22%20transform%3D%22translate(75.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shopping-bag%22%20transform%3D%22translate(-0.000077%2C%20-0.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.96318794%2C15.9673434%20L1.7187435%2C4.41178784%20L13.3987435%2C4.41178784%20L14.1542991%2C15.9673434%20L0.96318794%2C15.9673434%20Z%20M7.5587435%2C0.856232289%20C9.10007683%2C0.862454512%2010.4049657%2C1.99667673%2010.6254102%2C3.52289896%20L4.49207683%2C3.52289896%20C4.71252127%2C1.99667673%206.01741016%2C0.862454512%207.5587435%2C0.856232289%20L7.5587435%2C0.856232289%20Z%20M14.2254102%2C3.90512118%20C14.1907435%2C3.68645451%2014.0022991%2C3.52467673%2013.7809657%2C3.52289896%20L11.5142991%2C3.52289896%20C11.2600768%2C1.33801007%209.28318794%2C-0.226434377%207.09829905%2C0.026898956%20C5.26363238%2C0.241121178%203.81652127%2C1.68823229%203.60318794%2C3.52289896%20L1.33652127%2C3.52289896%20C1.11429905%2C3.52467673%200.926743496%2C3.68645451%200.892076829%2C3.90512118%20L0.00318794006%2C16.3495656%20C-0.0119231711%2C16.4775656%200.0271879401%2C16.6064545%200.109854607%2C16.7051212%20C0.19518794%2C16.8020101%200.317854607%2C16.8571212%200.447632385%2C16.8562429%20L14.6698546%2C16.8562429%20C14.7987435%2C16.8571212%2014.9222991%2C16.8020101%2015.0076324%2C16.7051212%20C15.0902991%2C16.6064545%2015.1294102%2C16.4775656%2015.1142991%2C16.3495656%20L14.2254102%2C3.90512118%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: flex;
  display: -webkit-flex;
}
.c_logo{
    width:153px;
    background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22160px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20160%2045%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%AE%98%E7%BD%91%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%AE%98%E7%BD%91%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22cartier_logo%22%20transform%3D%22translate(0.000000%2C%20-0.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M157.10035%2C22.2575007%20C154.047716%2C22.1766005%20148.028742%2C27.0252185%20147.311427%2C27.7425335%20L150.434174%2C22.370761%20L145.72039%2C22.386941%20C139.652876%2C32.6828384%20126.9893%2C42.6659216%20121.337073%2C42.8654754%20C116.229575%2C43.2376163%20115.862827%2C39.5917145%20117.545551%2C35.2878244%20L117.545551%2C35.2932178%20C124.772635%2C36.0321062%20137.441604%2C28.6270422%20133.477495%2C23.1204361%20C130.0689%2C19.7334148%20120.916392%2C23.2984165%20115.064612%2C31.0810146%20L113.905043%2C32.7907053%20C113.872683%2C32.8554254%20113.834929%2C32.9255389%20113.791782%2C33.0064391%20C111.715344%2C35.7732256%20107.519321%2C39.7211548%20107.519321%2C39.7211548%20C102.061255%2C45.0767472%2099.5964959%2C41.9432133%20101.904848%2C38.0815776%20L110.906342%2C22.4624479%20L106.834366%2C22.4624479%20C105.717944%2C23.9941581%20100.276057%2C34.0042081%2091.4147902%2C40.2766694%20C86.4043718%2C44.1113383%2082.494196%2C42.4609745%2085.9729042%2C37.4667362%20L94.7586646%2C22.4624479%20L99.6612161%2C22.4462678%20L100.308418%2C21.7774929%20L95.2979992%2C21.7774929%20L100.605052%2C12.4685779%20L96.1663279%2C12.4847579%20C93.8040424%2C16.4812273%2088.2920429%2C25.817109%2082.7476833%2C28.1793945%20C83.7400589%2C26.8634181%2083.3787048%2C25.115974%2083.3787048%2C25.115974%20C82.9688105%2C23.0988627%2080.7251786%2C22.9047022%2080.7251786%2C22.9047022%20C80.7251786%2C22.9047022%2077.5377112%2C22.4246944%2073.8702359%2C25.6660953%20L75.8334139%2C22.4246944%20L71.3677234%2C22.4408745%20C67.4575477%2C29.3821107%2057.0645701%2C44.1598784%2051.4069503%2C42.7468218%20C49.8806334%2C42.0780469%2049.7835531%2C40.1472291%2051.3853769%2C37.542243%20L60.3545111%2C22.3923344%20L55.9103941%2C22.4085144%20C55.2901593%2C23.3253832%2053.7746291%2C26.1568898%2053.5211418%2C26.7339778%20C53.6721555%2C25.8117157%2053.9040694%2C22.3168275%2050.4739014%2C21.6318726%20C49.7134396%2C21.4700722%2049.1687117%2C21.4215321%2048.4082499%2C21.4161388%20C44.6005477%2C21.3675986%2040.7550921%2C23.3631366%2036.9743566%2C26.7016177%20C34.3208304%2C29.0531166%2031.8021379%2C32.1974372%2029.6609796%2C36.0968263%20C20.5354383%2C44.4726925%2011.1618031%2C44.9580936%208.09838264%2C41.8245597%20C4.84619506%2C38.4968652%203.57336543%2C31.6527093%209.59233946%2C20.1001624%20C11.690351%2C17.0421352%2019.5862094%2C4.0441716%2030.9284159%2C1.04547128%20C39.412149%2C-1.19816062%2042.874677%2C3.56416382%2043.1605244%2C9.12470344%20C43.1605244%2C9.12470344%2045.727757%2C4.29226551%2048.6078037%2C1.29895854%20C46.849573%2C2.05402696%2042.9447905%2C2.95471573%2041.1164463%2C1.86525986%20C35.6314135%2C-1.63502164%2025.0388821%2C-1.12804712%2011.4907972%2C11.4815956%20C-0.131863208%2C23.2768431%20-8.39986248%2C46.1931698%2014.6566913%2C44.402579%20C22.8168236%2C43.38863%2029.6609796%2C36.9058282%2029.6609796%2C36.9058282%20C28.5930971%2C40.8429707%2030.3297545%2C43.8308843%2033.689809%2C44.4079723%20C34.9248852%2C44.6344929%2036.6939026%2C44.3108921%2038.1824661%2C43.7391975%20C39.4337223%2C43.2214363%2042.0656751%2C42.1643405%2045.5066298%2C39.4514875%20C44.4441407%2C43.7607708%2051.1103162%2C50.2004259%2063.3963582%2C34.9911904%20L57.7009849%2C44.1652718%20L62.8839903%2C44.1490917%20C62.8839903%2C44.1490917%2071.5564906%2C28.8643495%2073.1205609%2C27.2840991%20C76.4914021%2C22.7860486%2082.6829632%2C21.9554733%2082.6074563%2C25.0944007%20C81.9225014%2C24.7492265%2081.3184466%2C24.6575396%2080.8114721%2C24.7384398%20C79.328302%2C24.9649604%2078.6703138%2C26.8364514%2078.9669478%2C28.1146744%20C79.1287482%2C28.546142%2079.3768421%2C28.9991831%2080.061797%2C29.3173905%20C80.061797%2C29.3173905%2082.9634171%2C31.3237152%2089.93162%2C22.5972815%20L88.9284577%2C24.398659%20C88.9284577%2C24.398659%2081.8901413%2C36.5229006%2080.9894525%2C38.2487713%20C77.4244509%2C45.0821406%2085.8596439%2C45.7239487%2090.9186023%2C41.3984853%20C90.9186023%2C41.3984853%2095.0337253%2C38.3782116%2099.7205429%2C33.2599264%20C97.2665705%2C37.7094367%2094.3757371%2C42.3315342%2097.8814119%2C44.2893187%20C98.8683942%2C44.7369664%20101.52192%2C45.0389938%20104.828041%2C42.6928884%20C104.828041%2C42.6928884%20110.108127%2C38.3512449%20112.90188%2C34.8239967%20C111.720737%2C37.5692097%20110.647462%2C42.0133268%20115.425966%2C44.0466182%20C118.122639%2C44.8933735%20120.317731%2C44.3432522%20123.003617%2C43.4371701%20C131.476564%2C40.6703836%20142.295615%2C28.2710814%20142.295615%2C28.2710814%20C142.295615%2C28.2710814%20133.137714%2C43.5180703%20132.835687%2C44.0789782%20L137.506324%2C44.0627982%20C137.506324%2C44.0627982%20144.10778%2C32.8662121%20145.445329%2C30.978541%20C149.058871%2C25.3101345%20156.879223%2C21.4269255%20157.693618%2C23.3954967%20C154.797391%2C22.823802%20154.08547%2C27.1061187%20156.361462%2C27.9798407%20C159.948037%2C29.3551439%20162.008295%2C22.5055946%20157.10035%2C22.2575007%20Z%20M129.017198%2C22.5379547%20C130.263061%2C22.6566083%20130.861722%2C23.3092032%20130.743069%2C25.0620406%20C130.354748%2C28.8212027%20124.799601%2C35.0073704%20117.739712%2C34.8024233%20C120.177504%2C29.0153631%20126.056251%2C22.2844675%20129.017198%2C22.5379547%20Z%20M43.9587396%2C39.7427281%20C42.6157964%2C40.8915108%2040.9600392%2C41.813773%2040.9600392%2C41.813773%20C34.1859968%2C45.2277609%2032.6542865%2C41.4955656%2033.3985683%2C38.0707909%20C34.0511631%2C35.0666972%2036.7262627%2C30.6441536%2038.8997811%2C28.0014141%20C40.8252056%2C25.8656491%2042.8531036%2C24.2098919%2045.4526964%2C22.9370623%20C51.0725628%2C20.1810625%2054.5189108%2C23.6435906%2052.1835921%2C28.5785021%20C50.6788486%2C31.7659695%2048.1763361%2C36.1183997%2043.9587396%2C39.7427281%20Z%20M99.5479558%2C33.551167%20C99.5641358%2C33.5242003%2099.5911026%2C33.4756602%2099.6234626%2C33.4109401%20C99.5964959%2C33.4594802%2099.5695292%2C33.5134136%2099.5479558%2C33.551167%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M111.958045%2C17.5922565%20C113.058287%2C17.5922565%20113.953583%2C16.6969611%20113.953583%2C15.5967185%20C113.953583%2C14.496476%20113.058287%2C13.6011805%20111.958045%2C13.6011805%20C110.852409%2C13.6011805%20109.962507%2C14.496476%20109.962507%2C15.5967185%20C109.962507%2C16.6969611%20110.852409%2C17.5922565%20111.958045%2C17.5922565%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22160px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20160%2045%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%AE%98%E7%BD%91%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%AE%98%E7%BD%91%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22cartier_logo%22%20transform%3D%22translate(0.000000%2C%20-0.000000)%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M157.10035%2C22.2575007%20C154.047716%2C22.1766005%20148.028742%2C27.0252185%20147.311427%2C27.7425335%20L150.434174%2C22.370761%20L145.72039%2C22.386941%20C139.652876%2C32.6828384%20126.9893%2C42.6659216%20121.337073%2C42.8654754%20C116.229575%2C43.2376163%20115.862827%2C39.5917145%20117.545551%2C35.2878244%20L117.545551%2C35.2932178%20C124.772635%2C36.0321062%20137.441604%2C28.6270422%20133.477495%2C23.1204361%20C130.0689%2C19.7334148%20120.916392%2C23.2984165%20115.064612%2C31.0810146%20L113.905043%2C32.7907053%20C113.872683%2C32.8554254%20113.834929%2C32.9255389%20113.791782%2C33.0064391%20C111.715344%2C35.7732256%20107.519321%2C39.7211548%20107.519321%2C39.7211548%20C102.061255%2C45.0767472%2099.5964959%2C41.9432133%20101.904848%2C38.0815776%20L110.906342%2C22.4624479%20L106.834366%2C22.4624479%20C105.717944%2C23.9941581%20100.276057%2C34.0042081%2091.4147902%2C40.2766694%20C86.4043718%2C44.1113383%2082.494196%2C42.4609745%2085.9729042%2C37.4667362%20L94.7586646%2C22.4624479%20L99.6612161%2C22.4462678%20L100.308418%2C21.7774929%20L95.2979992%2C21.7774929%20L100.605052%2C12.4685779%20L96.1663279%2C12.4847579%20C93.8040424%2C16.4812273%2088.2920429%2C25.817109%2082.7476833%2C28.1793945%20C83.7400589%2C26.8634181%2083.3787048%2C25.115974%2083.3787048%2C25.115974%20C82.9688105%2C23.0988627%2080.7251786%2C22.9047022%2080.7251786%2C22.9047022%20C80.7251786%2C22.9047022%2077.5377112%2C22.4246944%2073.8702359%2C25.6660953%20L75.8334139%2C22.4246944%20L71.3677234%2C22.4408745%20C67.4575477%2C29.3821107%2057.0645701%2C44.1598784%2051.4069503%2C42.7468218%20C49.8806334%2C42.0780469%2049.7835531%2C40.1472291%2051.3853769%2C37.542243%20L60.3545111%2C22.3923344%20L55.9103941%2C22.4085144%20C55.2901593%2C23.3253832%2053.7746291%2C26.1568898%2053.5211418%2C26.7339778%20C53.6721555%2C25.8117157%2053.9040694%2C22.3168275%2050.4739014%2C21.6318726%20C49.7134396%2C21.4700722%2049.1687117%2C21.4215321%2048.4082499%2C21.4161388%20C44.6005477%2C21.3675986%2040.7550921%2C23.3631366%2036.9743566%2C26.7016177%20C34.3208304%2C29.0531166%2031.8021379%2C32.1974372%2029.6609796%2C36.0968263%20C20.5354383%2C44.4726925%2011.1618031%2C44.9580936%208.09838264%2C41.8245597%20C4.84619506%2C38.4968652%203.57336543%2C31.6527093%209.59233946%2C20.1001624%20C11.690351%2C17.0421352%2019.5862094%2C4.0441716%2030.9284159%2C1.04547128%20C39.412149%2C-1.19816062%2042.874677%2C3.56416382%2043.1605244%2C9.12470344%20C43.1605244%2C9.12470344%2045.727757%2C4.29226551%2048.6078037%2C1.29895854%20C46.849573%2C2.05402696%2042.9447905%2C2.95471573%2041.1164463%2C1.86525986%20C35.6314135%2C-1.63502164%2025.0388821%2C-1.12804712%2011.4907972%2C11.4815956%20C-0.131863208%2C23.2768431%20-8.39986248%2C46.1931698%2014.6566913%2C44.402579%20C22.8168236%2C43.38863%2029.6609796%2C36.9058282%2029.6609796%2C36.9058282%20C28.5930971%2C40.8429707%2030.3297545%2C43.8308843%2033.689809%2C44.4079723%20C34.9248852%2C44.6344929%2036.6939026%2C44.3108921%2038.1824661%2C43.7391975%20C39.4337223%2C43.2214363%2042.0656751%2C42.1643405%2045.5066298%2C39.4514875%20C44.4441407%2C43.7607708%2051.1103162%2C50.2004259%2063.3963582%2C34.9911904%20L57.7009849%2C44.1652718%20L62.8839903%2C44.1490917%20C62.8839903%2C44.1490917%2071.5564906%2C28.8643495%2073.1205609%2C27.2840991%20C76.4914021%2C22.7860486%2082.6829632%2C21.9554733%2082.6074563%2C25.0944007%20C81.9225014%2C24.7492265%2081.3184466%2C24.6575396%2080.8114721%2C24.7384398%20C79.328302%2C24.9649604%2078.6703138%2C26.8364514%2078.9669478%2C28.1146744%20C79.1287482%2C28.546142%2079.3768421%2C28.9991831%2080.061797%2C29.3173905%20C80.061797%2C29.3173905%2082.9634171%2C31.3237152%2089.93162%2C22.5972815%20L88.9284577%2C24.398659%20C88.9284577%2C24.398659%2081.8901413%2C36.5229006%2080.9894525%2C38.2487713%20C77.4244509%2C45.0821406%2085.8596439%2C45.7239487%2090.9186023%2C41.3984853%20C90.9186023%2C41.3984853%2095.0337253%2C38.3782116%2099.7205429%2C33.2599264%20C97.2665705%2C37.7094367%2094.3757371%2C42.3315342%2097.8814119%2C44.2893187%20C98.8683942%2C44.7369664%20101.52192%2C45.0389938%20104.828041%2C42.6928884%20C104.828041%2C42.6928884%20110.108127%2C38.3512449%20112.90188%2C34.8239967%20C111.720737%2C37.5692097%20110.647462%2C42.0133268%20115.425966%2C44.0466182%20C118.122639%2C44.8933735%20120.317731%2C44.3432522%20123.003617%2C43.4371701%20C131.476564%2C40.6703836%20142.295615%2C28.2710814%20142.295615%2C28.2710814%20C142.295615%2C28.2710814%20133.137714%2C43.5180703%20132.835687%2C44.0789782%20L137.506324%2C44.0627982%20C137.506324%2C44.0627982%20144.10778%2C32.8662121%20145.445329%2C30.978541%20C149.058871%2C25.3101345%20156.879223%2C21.4269255%20157.693618%2C23.3954967%20C154.797391%2C22.823802%20154.08547%2C27.1061187%20156.361462%2C27.9798407%20C159.948037%2C29.3551439%20162.008295%2C22.5055946%20157.10035%2C22.2575007%20Z%20M129.017198%2C22.5379547%20C130.263061%2C22.6566083%20130.861722%2C23.3092032%20130.743069%2C25.0620406%20C130.354748%2C28.8212027%20124.799601%2C35.0073704%20117.739712%2C34.8024233%20C120.177504%2C29.0153631%20126.056251%2C22.2844675%20129.017198%2C22.5379547%20Z%20M43.9587396%2C39.7427281%20C42.6157964%2C40.8915108%2040.9600392%2C41.813773%2040.9600392%2C41.813773%20C34.1859968%2C45.2277609%2032.6542865%2C41.4955656%2033.3985683%2C38.0707909%20C34.0511631%2C35.0666972%2036.7262627%2C30.6441536%2038.8997811%2C28.0014141%20C40.8252056%2C25.8656491%2042.8531036%2C24.2098919%2045.4526964%2C22.9370623%20C51.0725628%2C20.1810625%2054.5189108%2C23.6435906%2052.1835921%2C28.5785021%20C50.6788486%2C31.7659695%2048.1763361%2C36.1183997%2043.9587396%2C39.7427281%20Z%20M99.5479558%2C33.551167%20C99.5641358%2C33.5242003%2099.5911026%2C33.4756602%2099.6234626%2C33.4109401%20C99.5964959%2C33.4594802%2099.5695292%2C33.5134136%2099.5479558%2C33.551167%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M111.958045%2C17.5922565%20C113.058287%2C17.5922565%20113.953583%2C16.6969611%20113.953583%2C15.5967185%20C113.953583%2C14.496476%20113.058287%2C13.6011805%20111.958045%2C13.6011805%20C110.852409%2C13.6011805%20109.962507%2C14.496476%20109.962507%2C15.5967185%20C109.962507%2C16.6969611%20110.852409%2C17.5922565%20111.958045%2C17.5922565%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
}
.header_white .position::after {
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eposition_whites%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%BC%80%E9%97%A8%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22position_white%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-11%22%20transform%3D%22translate(2.930000%2C%202.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.76470588%2C0.677419355%20C2.98348813%2C0.677419355%200.758513932%2C2.66451613%200.758513932%2C5.14838709%20C0.758513932%2C7.31612903%204.65221878%2C11.6967742%205.76470588%2C12.9161291%20C6.87719298%2C11.6967742%2010.7708979%2C7.31612903%2010.7708979%2C5.14838709%20C10.7708979%2C2.70967742%208.54592365%2C0.677419355%205.76470588%2C0.677419355%20L5.76470588%2C0.677419355%20Z%20M5.76470588%2C14%20L5.46130031%2C13.6838709%20C5.25902993%2C13.4580645%206.30014559e-14%2C7.9032258%206.30014559e-14%2C5.14838709%20C6.30014559e-14%2C2.34838709%202.57894737%2C1.65793305e-15%205.76470588%2C1.65793305e-15%20C8.95046444%2C1.65793305e-15%2011.5294118%2C2.3032258%2011.5294118%2C5.14838709%20C11.5294118%2C7.9032258%206.27038184%2C13.4129032%206.06811145%2C13.6387097%20L5.76470588%2C14%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M5.76470588%2C5.76470588%20C5.32000798%2C5.76470588%204.94117647%2C5.4021533%204.94117647%2C4.94097683%20C4.94117647%2C4.49657041%205.30364118%2C4.11764706%205.76470588%2C4.11764706%20C6.22577058%2C4.11764706%206.58823529%2C4.48019964%206.58823529%2C4.94097683%20C6.58823529%2C5.4021533%206.20900459%2C5.76470588%205.76470588%2C5.76470588%22%20id%3D%22Fill-3%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
}
.header_white .collection_icon::after {
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%2055.2%20(78181)%20-%20https%3A%2F%2Fsketchapp.com%20--%3E%0A%20%20%20%20%3Ctitle%3E%E5%85%83%E7%B4%A0%2Ficon%2F16*16%2F%E6%94%B6%E8%97%8F%402x%3C%2Ftitle%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%85%83%E7%B4%A0%2Ficon%2F16*16%2F%E6%94%B6%E8%97%8F%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BC%96%E7%BB%84%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M8.03907662%2C3.59440523%20C8.10729566%2C3.49103088%208.16009927%2C3.38291665%208.2382118%2C3.29669612%20C10.1845827%2C1.14964692%2013.5653941%2C1.71877013%2014.6964727%2C4.63413003%20C15.1506527%2C5.80476558%2015.0874955%2C6.97777106%2014.558194%2C8.12177305%20C14.0989521%2C9.11455054%2013.4536897%2C9.98318853%2012.7161648%2C10.7922396%20C11.4555506%2C12.1749279%2010.0354902%2C13.3870938%208.55882978%2C14.5379799%20C8.20185898%2C14.8161652%207.82452601%2C14.8358019%207.50252754%2C14.5854915%20C5.63783542%2C13.1362191%203.82870789%2C11.6260056%202.40404584%2C9.73479666%20C1.74750948%2C8.86322447%201.20026163%2C7.92901825%201.04323129%2C6.82530518%20C0.693508046%2C4.36881005%202.50275062%2C1.91536197%205.12532982%2C2.00462956%20C6.15436745%2C2.03972719%207.09459379%2C2.53944513%208.03907662%2C3.59440523%22%20id%3D%22%E6%94%B6%E8%97%8F%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    display: -webkit-flex;
}
.header_white .user_icon::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2217px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2017%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1346.000000%2C%20-23.000000)%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FAccount%22%20transform%3D%22translate(37.000000%2C%200.000410)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Account%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.5689655%2C8.74736842%20C11.862069%2C7.98947368%2012.7241379%2C6.72631579%2012.7241379%2C5.12631579%20C12.7241379%2C2.85263158%2010.8275862%2C1%208.5%2C1%20C6.17241379%2C1%204.18965517%2C2.85263158%204.18965517%2C5.12631579%20C4.18965517%2C6.64210526%205.05172414%2C7.98947368%206.34482759%2C8.74736842%20C3.24137931%2C9.58947368%201%2C12.2842105%201%2C15.4842105%20C1%2C15.8210526%201%2C16.2421053%201.0862069%2C16.5789474%20C1.0862069%2C16.7473684%201.34482759%2C16.9157895%201.51724138%2C16.9157895%20C1.51724138%2C16.9157895%201.60344828%2C16.9157895%201.60344828%2C16.9157895%20C1.86206897%2C16.9157895%202.03448276%2C16.6631579%201.94827586%2C16.4105263%20C1.86206897%2C16.1578947%201.86206897%2C15.8210526%201.86206897%2C15.4842105%20C1.86206897%2C12.1157895%204.79310345%2C9.33684211%208.4137931%2C9.33684211%20C8.4137931%2C9.33684211%208.4137931%2C9.33684211%208.5%2C9.33684211%20C8.5862069%2C9.33684211%208.5%2C9.33684211%208.5862069%2C9.33684211%20C12.2068966%2C9.33684211%2015.137931%2C12.1157895%2015.137931%2C15.4842105%20C15.137931%2C15.7368421%2015.137931%2C16.0736842%2015.0517241%2C16.3263158%20L15.0517241%2C16.4947368%20C15.0517241%2C16.7473684%2015.137931%2C16.9157895%2015.3965517%2C17%20C15.6551724%2C17%2015.8275862%2C16.9157895%2015.9137931%2C16.6631579%20L15.9137931%2C16.4947368%20C16%2C16.1578947%2016%2C15.9052632%2016%2C15.5684211%20C15.9137931%2C12.2842105%2013.6724138%2C9.58947368%2010.5689655%2C8.74736842%20Z%20M5.05172414%2C5.12631579%20C5.05172414%2C3.35789474%206.60344828%2C1.84210526%208.4137931%2C1.84210526%20C10.2241379%2C1.84210526%2011.7758621%2C3.35789474%2011.7758621%2C5.12631579%20C11.7758621%2C6.89473684%2010.3103448%2C8.41052632%208.4137931%2C8.41052632%20C8.4137931%2C8.41052632%208.4137931%2C8.41052632%208.32758621%2C8.41052632%20C8.24137931%2C8.41052632%208.32758621%2C8.41052632%208.24137931%2C8.41052632%20C6.51724138%2C8.41052632%205.05172414%2C6.97894737%205.05172414%2C5.12631579%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: flex;
  display: -webkit-flex;
}
.header_white .cart_icon::after{
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2217px%22%20viewBox%3D%220%200%2016%2017%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EFill%201%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1384.000000%2C%20-24.000000)%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icone%22%20transform%3D%22translate(1309.000000%2C%2023.999590)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2FShopping-bag%22%20transform%3D%22translate(75.000000%2C%200.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Shopping-bag%22%20transform%3D%22translate(-0.000077%2C%20-0.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.96318794%2C15.9673434%20L1.7187435%2C4.41178784%20L13.3987435%2C4.41178784%20L14.1542991%2C15.9673434%20L0.96318794%2C15.9673434%20Z%20M7.5587435%2C0.856232289%20C9.10007683%2C0.862454512%2010.4049657%2C1.99667673%2010.6254102%2C3.52289896%20L4.49207683%2C3.52289896%20C4.71252127%2C1.99667673%206.01741016%2C0.862454512%207.5587435%2C0.856232289%20L7.5587435%2C0.856232289%20Z%20M14.2254102%2C3.90512118%20C14.1907435%2C3.68645451%2014.0022991%2C3.52467673%2013.7809657%2C3.52289896%20L11.5142991%2C3.52289896%20C11.2600768%2C1.33801007%209.28318794%2C-0.226434377%207.09829905%2C0.026898956%20C5.26363238%2C0.241121178%203.81652127%2C1.68823229%203.60318794%2C3.52289896%20L1.33652127%2C3.52289896%20C1.11429905%2C3.52467673%200.926743496%2C3.68645451%200.892076829%2C3.90512118%20L0.00318794006%2C16.3495656%20C-0.0119231711%2C16.4775656%200.0271879401%2C16.6064545%200.109854607%2C16.7051212%20C0.19518794%2C16.8020101%200.317854607%2C16.8571212%200.447632385%2C16.8562429%20L14.6698546%2C16.8562429%20C14.7987435%2C16.8571212%2014.9222991%2C16.8020101%2015.0076324%2C16.7051212%20C15.0902991%2C16.6064545%2015.1294102%2C16.4775656%2015.1142991%2C16.3495656%20L14.2254102%2C3.90512118%20Z%22%20id%3D%22Fill-1%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2213px%22%20height%3D%2213px%22%20viewBox%3D%220%200%2013%2013%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3EShape%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%2219.%E4%BD%9C%E5%93%81%E7%B3%BB%E5%88%97%E4%B8%8B%E6%8B%89%E6%A0%B7%E5%BC%8F%22%20transform%3D%22translate(-1150.000000%2C%20-114.000000)%22%20fill%3D%22%23ffffff%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Header%2Fdesktop%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22First-level-menu%22%20transform%3D%22translate(277.000000%2C%20110.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fweb%2Fsearch-14px%22%20transform%3D%22translate(873.000000%2C%204.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M12.0714286%2C11.8203429%20L8.06371429%2C7.73247429%20C8.73971429%2C6.8952%209.17428571%2C5.86092%209.17428571%2C4.67888571%20C9.17428571%2C2.11781143%207.098%2C4.96326789e-14%204.58714286%2C4.96326789e-14%20C2.07628571%2C4.96326789e-14%200%2C2.11781143%200%2C4.67888571%20C0%2C7.23996%202.07628571%2C9.35777143%204.58714286%2C9.35777143%20C5.60114286%2C9.35777143%206.56685714%2C9.01301143%207.33942857%2C8.42199429%20L11.3954286%2C12.5591143%20L12.0714286%2C11.8203429%20Z%20M0.965714286%2C4.67888571%20C0.965714286%2C2.65957714%202.60742857%2C0.985028571%204.58714286%2C0.985028571%20C6.56685714%2C0.985028571%208.20857143%2C2.65957714%208.20857143%2C4.67888571%20C8.20857143%2C6.69819429%206.56685714%2C8.37274286%204.58714286%2C8.37274286%20C2.60742857%2C8.37274286%200.965714286%2C6.69819429%200.965714286%2C4.67888571%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%22160px%22%20height%3D%2245px%22%20viewBox%3D%220%200%20160%2045%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%AE%98%E7%BD%91%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E5%AE%98%E7%BD%91%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22cartier_logo%22%20transform%3D%22translate(0.000000%2C%20-0.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M157.10035%2C22.2575007%20C154.047716%2C22.1766005%20148.028742%2C27.0252185%20147.311427%2C27.7425335%20L150.434174%2C22.370761%20L145.72039%2C22.386941%20C139.652876%2C32.6828384%20126.9893%2C42.6659216%20121.337073%2C42.8654754%20C116.229575%2C43.2376163%20115.862827%2C39.5917145%20117.545551%2C35.2878244%20L117.545551%2C35.2932178%20C124.772635%2C36.0321062%20137.441604%2C28.6270422%20133.477495%2C23.1204361%20C130.0689%2C19.7334148%20120.916392%2C23.2984165%20115.064612%2C31.0810146%20L113.905043%2C32.7907053%20C113.872683%2C32.8554254%20113.834929%2C32.9255389%20113.791782%2C33.0064391%20C111.715344%2C35.7732256%20107.519321%2C39.7211548%20107.519321%2C39.7211548%20C102.061255%2C45.0767472%2099.5964959%2C41.9432133%20101.904848%2C38.0815776%20L110.906342%2C22.4624479%20L106.834366%2C22.4624479%20C105.717944%2C23.9941581%20100.276057%2C34.0042081%2091.4147902%2C40.2766694%20C86.4043718%2C44.1113383%2082.494196%2C42.4609745%2085.9729042%2C37.4667362%20L94.7586646%2C22.4624479%20L99.6612161%2C22.4462678%20L100.308418%2C21.7774929%20L95.2979992%2C21.7774929%20L100.605052%2C12.4685779%20L96.1663279%2C12.4847579%20C93.8040424%2C16.4812273%2088.2920429%2C25.817109%2082.7476833%2C28.1793945%20C83.7400589%2C26.8634181%2083.3787048%2C25.115974%2083.3787048%2C25.115974%20C82.9688105%2C23.0988627%2080.7251786%2C22.9047022%2080.7251786%2C22.9047022%20C80.7251786%2C22.9047022%2077.5377112%2C22.4246944%2073.8702359%2C25.6660953%20L75.8334139%2C22.4246944%20L71.3677234%2C22.4408745%20C67.4575477%2C29.3821107%2057.0645701%2C44.1598784%2051.4069503%2C42.7468218%20C49.8806334%2C42.0780469%2049.7835531%2C40.1472291%2051.3853769%2C37.542243%20L60.3545111%2C22.3923344%20L55.9103941%2C22.4085144%20C55.2901593%2C23.3253832%2053.7746291%2C26.1568898%2053.5211418%2C26.7339778%20C53.6721555%2C25.8117157%2053.9040694%2C22.3168275%2050.4739014%2C21.6318726%20C49.7134396%2C21.4700722%2049.1687117%2C21.4215321%2048.4082499%2C21.4161388%20C44.6005477%2C21.3675986%2040.7550921%2C23.3631366%2036.9743566%2C26.7016177%20C34.3208304%2C29.0531166%2031.8021379%2C32.1974372%2029.6609796%2C36.0968263%20C20.5354383%2C44.4726925%2011.1618031%2C44.9580936%208.09838264%2C41.8245597%20C4.84619506%2C38.4968652%203.57336543%2C31.6527093%209.59233946%2C20.1001624%20C11.690351%2C17.0421352%2019.5862094%2C4.0441716%2030.9284159%2C1.04547128%20C39.412149%2C-1.19816062%2042.874677%2C3.56416382%2043.1605244%2C9.12470344%20C43.1605244%2C9.12470344%2045.727757%2C4.29226551%2048.6078037%2C1.29895854%20C46.849573%2C2.05402696%2042.9447905%2C2.95471573%2041.1164463%2C1.86525986%20C35.6314135%2C-1.63502164%2025.0388821%2C-1.12804712%2011.4907972%2C11.4815956%20C-0.131863208%2C23.2768431%20-8.39986248%2C46.1931698%2014.6566913%2C44.402579%20C22.8168236%2C43.38863%2029.6609796%2C36.9058282%2029.6609796%2C36.9058282%20C28.5930971%2C40.8429707%2030.3297545%2C43.8308843%2033.689809%2C44.4079723%20C34.9248852%2C44.6344929%2036.6939026%2C44.3108921%2038.1824661%2C43.7391975%20C39.4337223%2C43.2214363%2042.0656751%2C42.1643405%2045.5066298%2C39.4514875%20C44.4441407%2C43.7607708%2051.1103162%2C50.2004259%2063.3963582%2C34.9911904%20L57.7009849%2C44.1652718%20L62.8839903%2C44.1490917%20C62.8839903%2C44.1490917%2071.5564906%2C28.8643495%2073.1205609%2C27.2840991%20C76.4914021%2C22.7860486%2082.6829632%2C21.9554733%2082.6074563%2C25.0944007%20C81.9225014%2C24.7492265%2081.3184466%2C24.6575396%2080.8114721%2C24.7384398%20C79.328302%2C24.9649604%2078.6703138%2C26.8364514%2078.9669478%2C28.1146744%20C79.1287482%2C28.546142%2079.3768421%2C28.9991831%2080.061797%2C29.3173905%20C80.061797%2C29.3173905%2082.9634171%2C31.3237152%2089.93162%2C22.5972815%20L88.9284577%2C24.398659%20C88.9284577%2C24.398659%2081.8901413%2C36.5229006%2080.9894525%2C38.2487713%20C77.4244509%2C45.0821406%2085.8596439%2C45.7239487%2090.9186023%2C41.3984853%20C90.9186023%2C41.3984853%2095.0337253%2C38.3782116%2099.7205429%2C33.2599264%20C97.2665705%2C37.7094367%2094.3757371%2C42.3315342%2097.8814119%2C44.2893187%20C98.8683942%2C44.7369664%20101.52192%2C45.0389938%20104.828041%2C42.6928884%20C104.828041%2C42.6928884%20110.108127%2C38.3512449%20112.90188%2C34.8239967%20C111.720737%2C37.5692097%20110.647462%2C42.0133268%20115.425966%2C44.0466182%20C118.122639%2C44.8933735%20120.317731%2C44.3432522%20123.003617%2C43.4371701%20C131.476564%2C40.6703836%20142.295615%2C28.2710814%20142.295615%2C28.2710814%20C142.295615%2C28.2710814%20133.137714%2C43.5180703%20132.835687%2C44.0789782%20L137.506324%2C44.0627982%20C137.506324%2C44.0627982%20144.10778%2C32.8662121%20145.445329%2C30.978541%20C149.058871%2C25.3101345%20156.879223%2C21.4269255%20157.693618%2C23.3954967%20C154.797391%2C22.823802%20154.08547%2C27.1061187%20156.361462%2C27.9798407%20C159.948037%2C29.3551439%20162.008295%2C22.5055946%20157.10035%2C22.2575007%20Z%20M129.017198%2C22.5379547%20C130.263061%2C22.6566083%20130.861722%2C23.3092032%20130.743069%2C25.0620406%20C130.354748%2C28.8212027%20124.799601%2C35.0073704%20117.739712%2C34.8024233%20C120.177504%2C29.0153631%20126.056251%2C22.2844675%20129.017198%2C22.5379547%20Z%20M43.9587396%2C39.7427281%20C42.6157964%2C40.8915108%2040.9600392%2C41.813773%2040.9600392%2C41.813773%20C34.1859968%2C45.2277609%2032.6542865%2C41.4955656%2033.3985683%2C38.0707909%20C34.0511631%2C35.0666972%2036.7262627%2C30.6441536%2038.8997811%2C28.0014141%20C40.8252056%2C25.8656491%2042.8531036%2C24.2098919%2045.4526964%2C22.9370623%20C51.0725628%2C20.1810625%2054.5189108%2C23.6435906%2052.1835921%2C28.5785021%20C50.6788486%2C31.7659695%2048.1763361%2C36.1183997%2043.9587396%2C39.7427281%20Z%20M99.5479558%2C33.551167%20C99.5641358%2C33.5242003%2099.5911026%2C33.4756602%2099.6234626%2C33.4109401%20C99.5964959%2C33.4594802%2099.5695292%2C33.5134136%2099.5479558%2C33.551167%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M111.958045%2C17.5922565%20C113.058287%2C17.5922565%20113.953583%2C16.6969611%20113.953583%2C15.5967185%20C113.953583%2C14.496476%20113.058287%2C13.6011805%20111.958045%2C13.6011805%20C110.852409%2C13.6011805%20109.962507%2C14.496476%20109.962507%2C15.5967185%20C109.962507%2C16.6969611%20110.852409%2C17.5922565%20111.958045%2C17.5922565%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%90%91%E5%8F%B3%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%8A%A4%E5%A3%AB%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%94%BB%E6%9D%BF%22%20transform%3D%22translate(-442.000000%2C%20-406.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Chevron_up%22%20transform%3D%22translate(452.000000%2C%20416.000000)%20rotate(-270.000000)%20translate(-452.000000%2C%20-416.000000)%20translate(442.000000%2C%20406.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%2210%205.625%202.5%2013.456875%203.37875%2014.375%2010%207.46125%2016.62125%2014.375%2017.5%2013.456875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%85%B3%E9%97%AD%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22layout%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BA%A2%E8%89%B2%E5%85%B3%E9%97%AD%22%20transform%3D%22translate(-67.000000%2C%20-33.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fx%22%20transform%3D%22translate(67.000000%2C%2033.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.43624698%2C1%20C1.25914126%2C0.999463306%201.09947565%2C1.10659321%201.03282862%2C1.27068129%20C0.966181579%2C1.43476938%201.00592533%2C1.62289262%201.13324698%2C1.74600202%20L5.38624698%2C5.99900202%20L1.13324698%2C10.253002%20C0.960381866%2C10.4192397%200.955009289%2C10.6941369%201.12124699%2C10.867002%20C1.2874847%2C11.0398671%201.56238185%2C11.0452397%201.73524698%2C10.879002%20L1.74724698%2C10.867002%20L6.00024698%2C6.61300202%20L10.253247%2C10.867002%20C10.4197608%2C11.0398671%2010.6948819%2C11.0450159%2010.867747%2C10.878502%20C11.0406121%2C10.7119882%2011.0457608%2C10.4368671%2010.879247%2C10.264002%20L10.867247%2C10.253002%20L6.61424698%2C5.99900202%20L10.867247%2C1.74600202%20C10.9769275%2C1.63632149%2011.0197626%2C1.47645862%2010.9796168%2C1.32663222%20C10.9394709%2C1.17680582%2010.8224432%2C1.05977808%2010.6726168%2C1.01963222%20C10.5227904%2C0.979486356%2010.3629275%2C1.02232148%2010.253247%2C1.13200202%20L6.00024698%2C5.38500202%20L1.74724698%2C1.13200202%20C1.66566492%2C1.04780143%201.55348749%2C1.00018915%201.43624698%2C1%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
     background-repeat: no-repeat;
     background-size: 100% 100%;
  }
  .search_close:hover .search_close_bg{
    background: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%85%B3%E9%97%AD%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22layout%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%BA%A2%E8%89%B2%E5%85%B3%E9%97%AD%22%20transform%3D%22translate(-67.000000%2C%20-33.000000)%22%20fill%3D%22%23c10016%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon%2Fx%22%20transform%3D%22translate(67.000000%2C%2033.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.43624698%2C1%20C1.25914126%2C0.999463306%201.09947565%2C1.10659321%201.03282862%2C1.27068129%20C0.966181579%2C1.43476938%201.00592533%2C1.62289262%201.13324698%2C1.74600202%20L5.38624698%2C5.99900202%20L1.13324698%2C10.253002%20C0.960381866%2C10.4192397%200.955009289%2C10.6941369%201.12124699%2C10.867002%20C1.2874847%2C11.0398671%201.56238185%2C11.0452397%201.73524698%2C10.879002%20L1.74724698%2C10.867002%20L6.00024698%2C6.61300202%20L10.253247%2C10.867002%20C10.4197608%2C11.0398671%2010.6948819%2C11.0450159%2010.867747%2C10.878502%20C11.0406121%2C10.7119882%2011.0457608%2C10.4368671%2010.879247%2C10.264002%20L10.867247%2C10.253002%20L6.61424698%2C5.99900202%20L10.867247%2C1.74600202%20C10.9769275%2C1.63632149%2011.0197626%2C1.47645862%2010.9796168%2C1.32663222%20C10.9394709%2C1.17680582%2010.8224432%2C1.05977808%2010.6726168%2C1.01963222%20C10.5227904%2C0.979486356%2010.3629275%2C1.02232148%2010.253247%2C1.13200202%20L6.00024698%2C5.38500202%20L1.74724698%2C1.13200202%20C1.66566492%2C1.04780143%201.55348749%2C1.00018915%201.43624698%2C1%22%20id%3D%22Path%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F%E5%85%B3%E9%97%AD%2F16px%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200%2016%200%2016%2016%200%2016%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F%E5%85%B3%E9%97%AD%2F16px%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22close%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.383919185%2C0%20C0.183874654%2C0.00173148117%200.022788071%2C0.165393211%200.0244188688%2C0.365887902%20C0.0251436678%2C0.463141435%200.0648264145%2C0.556040333%200.13476952%2C0.623900075%20L7.49039243%2C7.98922224%20L0.13476952%2C15.3547259%20C-0.0208810703%2C15.4806474%20-0.0453430374%2C15.7092658%200.0804095935%2C15.8651255%20C0.206162224%2C16.0209851%200.434292718%2C16.0452985%200.590124508%2C15.9195584%20C0.610056481%2C15.90341%200.628357657%2C15.8849028%200.644303235%2C15.8651255%20L7.99992614%2C8.49962185%20L15.3555491%2C15.8651255%20C15.4813017%2C16.0209851%2015.7094322%2C16.0452985%2015.865264%2C15.9195584%20C16.0209146%2C15.7934554%2016.0453765%2C15.5651999%2015.9194427%2C15.4091588%20C15.9033159%2C15.3892001%2015.8851959%2C15.3708743%2015.865264%2C15.3547259%20L8.50964106%2C7.98922224%20L15.865264%2C0.623900075%20C16.0089554%2C0.484551728%2016.0129418%2C0.254844688%2015.8737804%2C0.110597377%20C15.803656%2C0.0378386699%2015.7059894%2C-0.00226026834%2015.6046987%2C0%20C15.5101124%2C0.00390879908%2015.4205998%2C0.0445520668%2015.3555491%2C0.113500467%20L7.99992614%2C7.47900408%20L0.644303235%2C0.113500467%20C0.576534526%2C0.0418304194%200.482491853%2C0.000824265369%200.383919185%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23767676%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3E%E5%90%91%E5%8F%B3%3C%2Ftitle%3E%0A%20%20%20%20%3Cg%20id%3D%22%E6%8A%A4%E5%A3%AB%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22%E7%94%BB%E6%9D%BF%22%20transform%3D%22translate(-442.000000%2C%20-406.000000)%22%20fill%3D%22%23000000%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Chevron_up%22%20transform%3D%22translate(452.000000%2C%20416.000000)%20rotate(-270.000000)%20translate(-452.000000%2C%20-416.000000)%20translate(442.000000%2C%20406.000000)%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22%E8%B7%AF%E5%BE%84%22%20points%3D%2210%205.625%202.5%2013.456875%203.37875%2014.375%2010%207.46125%2016.62125%2014.375%2017.5%2013.456875%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E") 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("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Ctitle%3Eicon%2F%E5%85%B3%E9%97%AD%2F16px%3C%2Ftitle%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cpolygon%20id%3D%22path-1%22%20points%3D%220%200%2016%200%2016%2016%200%2016%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Cg%20id%3D%22icon%2F%E5%85%B3%E9%97%AD%2F16px%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22close%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Clip-2%22%3E%3C%2Fg%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0.383919185%2C0%20C0.183874654%2C0.00173148117%200.022788071%2C0.165393211%200.0244188688%2C0.365887902%20C0.0251436678%2C0.463141435%200.0648264145%2C0.556040333%200.13476952%2C0.623900075%20L7.49039243%2C7.98922224%20L0.13476952%2C15.3547259%20C-0.0208810703%2C15.4806474%20-0.0453430374%2C15.7092658%200.0804095935%2C15.8651255%20C0.206162224%2C16.0209851%200.434292718%2C16.0452985%200.590124508%2C15.9195584%20C0.610056481%2C15.90341%200.628357657%2C15.8849028%200.644303235%2C15.8651255%20L7.99992614%2C8.49962185%20L15.3555491%2C15.8651255%20C15.4813017%2C16.0209851%2015.7094322%2C16.0452985%2015.865264%2C15.9195584%20C16.0209146%2C15.7934554%2016.0453765%2C15.5651999%2015.9194427%2C15.4091588%20C15.9033159%2C15.3892001%2015.8851959%2C15.3708743%2015.865264%2C15.3547259%20L8.50964106%2C7.98922224%20L15.865264%2C0.623900075%20C16.0089554%2C0.484551728%2016.0129418%2C0.254844688%2015.8737804%2C0.110597377%20C15.803656%2C0.0378386699%2015.7059894%2C-0.00226026834%2015.6046987%2C0%20C15.5101124%2C0.00390879908%2015.4205998%2C0.0445520668%2015.3555491%2C0.113500467%20L7.99992614%2C7.47900408%20L0.644303235%2C0.113500467%20C0.576534526%2C0.0418304194%200.482491853%2C0.000824265369%200.383919185%2C0%22%20id%3D%22Fill-1%22%20fill%3D%22%23767676%22%20mask%3D%22url(%23mask-2)%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
}



}

.search_content_phone_padding{

  padding-bottom: 66px;

}
.showFourText{
  /* display: -webkit-box !important;        
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;      
  overflow: hidden;           
  text-overflow: ellipsis;     */
  word-break: break-all;
}


/* 搜索手机端结束 */