/*---top---*/
.header-top {
    height:48px;
    background: #151515;
    color:#fff;
    line-height: 48px;
  }
  .header-top .warning {
    float: left;
    font-size: 16px;
    font-weight: 500;
  }
  .header-top .showlanguagebox {
    float: right;
    position: relative;
    margin-right: 24px;
  }
  .showlanguagebox .icon-language {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
  }
  .header-top .showlanguagebox .icon-arrow-down {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
  }
  .header-sticky {
    -webkit-position: sticky;
    position: sticky;
    top: 0;
    z-index: 11;
    height: 72px;
  }
  .public-header {
    width: 100%;
    height: 72px;
    z-index: 999;
    background: #000;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    position: absolute;
    top: 0;
  }
  .header-box {
      height:100%;
      display: flex;
      -webkit-display: flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between;
  }
  .public-header .logo {
      width: 165px;
      height: 32px;
      background: url(/static/images/web/logo-text.svg) no-repeat;
      background-size: 100%;
  }
  .public-header.fixed {
    position: fixed;
    top: 0;
  }
  
  .top-nav {
    max-width: 90%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .top-nav + .showlanguagebox {
    padding: 0 24px;
  }
  .top-nav ul {
      height: 100%;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
  }
  
  .top-nav ul li {
      font-size: 16px;
      margin-left: 24px;
      line-height: 72px;
  }
  
  .top-nav ul li:not(.showlanguagebox) a {
      position: relative;
      padding: 6px 24px;
      font-weight: 400;
      color: #fff;
  }
  
  .top-nav ul li a:hover {
    color: rgba(81, 241, 144, 1) !important;
    border-radius: 18px;
  }
  
  
  .public-header .mobile-back,
  .public-header .icon-menu,
  .public-header .icon-close {
      display: none;
  }
  
  .googleelement {
    position: absolute;
    top: 24px;
    right: 0;
    padding:12px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 9999;
    line-height: 1;
  }
  .googleelement a{
    display: inline !important;
    margin: 0 12px !important;
    line-height: 24px !important;
  }
  .top-nav .googleelement {
    display: none;
  }
  .showlanguagebox {
    position: relative;
    cursor: pointer;
  }
  .lang-s {
    display: none;
  }
  .showlanguagebox .googleelement{
  display: none;
  }
  .showlanguagebox:hover .googleelement{
  display: block;
  }
  .showlanguagebox a:after {
    content: none !important;
  }
  .showlanguagebox .icon-arrow-down{
    display: inline-block;
    margin-left: 4px;
  }
  .goog-te-banner-frame.skiptranslate {display: none !important;}
  .language_a {
    color: #fff;
    padding: 10px;
  }
  .slide-li {
    position: relative;
  }
  .category-wrapper {
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    padding: 8px 24px;
    z-index: 2;
    display: none;
  }
  .top-nav ul li .category-wrapper a {
    margin: 0 !important;
    line-height: 32px !important;
    text-transform: none;
    white-space: nowrap;
    color: #000;
    display: block;
  }
  .expand-toggle {
    display: none;
  }
  @media (max-width: 1023px) {
    .lang-s {
      display: block;
    } 
    .public-header, .header-sticky {
        height: 56px;
    }
    .public-header .icon-menu,
    .public-header .icon-close {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-size: 24px;
    }
    .public-header .icon-close {
      display: none;
    }
    .public-header .mobile-back {
        display: block;
        font-size: 24px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .header-top .warning {
      float: none;
      text-align: center;
      font-size: 14px;
    }
    .top-nav + .showlanguagebox {
      display: none;
    }
    .top-nav {
        position: fixed;
        top: 56px;
        left: 100%;
        height: calc(100% - 56px);
        z-index: 999;
        width: 100%;
        max-width: 100%;
        background-color: #111;
        display: block;
    }
    .top-nav.in {
        left: 0;
    }
    .top-nav ul {
      display: block;
      text-align: center;
      width: 100%;
      height: auto;
    }
    .top-nav ul li a:hover {
      border-radius: 0;
    }
    .top-nav ul li a {
      display: block;
      width: 100%;
      padding: 0;
    }
    .top-nav ul li {
        margin: 0;
        line-height: 56px;
        height: 56px;
    }
    .top-nav ul li:not(.showlanguagebox) a {
      padding: 0;
      font-weight: 700;
    }
    .nav-content li.showlanguagebox {
      display: block;
      margin-top: 60px;
    }
    
    .public-header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 144px;
        height: 28px;
    }
    .nav-content {
      height: 100%;
      overflow: auto;
      display: flex;
      display: -webkit-flex;
      padding-bottom: 40px;
      padding-top: 40px;
    }
    
    .showlanguagebox {
      padding:8px 0 0 8px;
    }
    .showlanguagebox .language_a,
    .header-top .showlanguagebox {
      display: none;
    }
    
   .googleelement {
      display: block !important;
      box-shadow: none;
      line-height: 24px;
      padding: 0;
      margin: 0;
      right: auto;
      left: 50%;
      top: auto;
      bottom: 20px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
    }
    .top-nav ul li .category-wrapper a {
      width: 100%;
      line-height: 48px!important;
      height: 48px;
      position: relative;
      color: #fff;
    }
    .category-wrapper {
      transform: translateX(0);
      -webkit-transform: translaeX(0);
      /* display: block; */
      position: static;
      border: none;
      padding: 0;
      background-color: transparent;
    }
    .top-nav ul li.slide-li {
      height: auto;
    }
    .nav-dropdown {
      box-shadow: none;
    }
    .expand-toggle {
      display: inline-block;
      margin-left: 4px;
    }
    .expand-toggle.expand .icon-arrow-down:before {
      content: "\e90a";
    }
    .top-nav ul .slide-li>a {
      padding-left: 20px;
    }
  }
  @media (max-width: 767px) {
    .header-top {
      min-height: 48px;
      line-height: 1.2;
      display: flex;
      align-items: center;;
    }
    .public-header .logo {
      width: 124px;
      height: 24px;
    }
    .nav-content {
      padding-top: 20px;
    }
    .top-nav ul li {
      font-size: 14px;
    }
    .nav-content li.showlanguagebox {
      margin-top: 32px;
    }
  } 
  
  
  
  
  
  /*---分页样式---*/
  .page-wrap {
    margin: 16px auto;
    overflow: hidden;
    position: relative;
  }
  @media (max-width: 768px) {
    .page-wrap {
      margin: 24px auto;
      overflow: hidden;
      position: relative;
    }
  }
  .page-inwrap {
    display: table;
    margin: 0 auto
  }
  
  .page li {
    float: left;
    margin: 0 8px;
  }
  
  .page li:last-child a, .page li:first-child a {
    font-size: 14px;
    color:#999
  }
  
  .page li:last-child {
    margin-left: 9px;
    margin-right: 0;
    font-weight: bold
  }
  
  .page li:first-child {
    margin-left: 0;
    margin-right: 9px;
    font-weight: bold
  }
  
  .page-end {
    color: #999
  }
  
  .page li a.focus {
    color: #121212;
    background: #ebebeb;
  }
  
  .page li a:hover,.page li.active a {
    color: #121212;
    background: #ebebeb;
  }
  
  .page li a {
    text-align: center;
    line-height: 36px;
    color: #888;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
  }
  
  .page li .icon-Shape:hover {
    color: #333;
  }
  
  .page li .page-end:hover {
    color: #999
  }
  
  
  /*---layui---*/
  .tips-success,.tips-error,.tips-warning{
    box-shadow: none !important;
    border: 1px solid #d9e9c9;
    border-radius: 3px !important;
    overflow: hidden !important;
    display: table !important;
    min-width: 140px !important;
  }
  .tips-warning{
    border: 1px solid #FFDEAF;
    width: auto !important;
  }
  .tips-success .layui-layer-content {
    background: #F4F8EE;
    color:#559900;
  }
  
  
  .tips-success .layui-layer-padding,.tips-error .layui-layer-padding{
    padding: 16px 20px 16px 55px !important;
  }
  
  .tips-success .layui-layer-ico,.tips-error .layui-layer-ico {
    background: none !important;
    width: 24px !important;
    height:24px !important;
    font-size: 24px !important;
  }
  
  .tips-error {
    border: 1px solid #f1cddb;
  }
  
  .tips-error .layui-layer-content {
    background: #fef1f1;
    color:#ea4949;
  }
  
  .tips-error .layui-layer-content .layui-layer-ico2 {
    font-size: 24px;
  }
  
  .tips-warning .layui-layer-content{
    background: #FDF6EC;
    color:#E6A23C;
  }
  
  .tips-warning .layui-layer-content .layui-layer-ico3 {
    font-size: 24px;
    top:20px !important;
  }
  .icon-warning{
    background: none !important;
    width: 24px!important;
    height:24px!important;
    background: url(../../images/web/icon-warning.svg) no-repeat !important;
    background-size: 100% !important;
  }
  .layui-layer-dialog .layui-layer-content{
    word-break: normal !important;
  }
  
  /*---productdetail---*/
  .wapper-container {
    overflow-x: hidden;
  }
  
  .headershow{
    top:0px;
  }
  
  
  