* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container img {
    vertical-align: top;
}

body {
    font-family: "微软雅黑";
}

.container {
    min-width: 990px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.wrapper {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.wrapper-img {
    width: 1920px;
    margin-left: -465px;
    position: relative;
}

.wrapper-img img {
    display: block;
}

.sku a{
    position: absolute;
}



.tab {
    position: absolute;
    top: -15px;
    left: 99px !important;
    
  }

  
  .tab1,
  .tab2,
  .tab5 {
    width: 147px;
    height: 49px;
    background-color: #000;
    position: absolute;
    text-align: center;
    line-height: 49px;
    font-size: 20px;
    color: #fff;
    top: 112px;
    border-radius: 10px;
  }

  .tab1 {
    left: 150px;
}

.tab2 {
    left: 473px;
}

  .check {
    background-color: #5FC971;
    display: block;
    color: #fff;
    border: none;
  }

  

  .goods {
    background-color: #fff;
    width: 184px;
    height: 276px;
    display: inline-block;
    margin-bottom: -9px;
    position: relative;
  }

  .sku div,
  .sku a {
    position: absolute;
    display: block;
  }

  .goods-img {
    width: 184px;
    height: 180px;
  }

  .goods-info {
    width: 184px;
    height: 70px;
    padding: 0 18px;
    position: relative;
    box-sizing: border-box;
  }

  .goods-name {
    top: 10px;
    font-size: 14px;
    width: 160px;
    color: #605c5c;
    height: 39px;
    overflow: hidden;
    text-align: left;
    line-height: 19px;
  }

  .price-style2 {
    top: 50px;
    color: #c91212;
  }

  .rmb {
    font-size: 14px;
    font-weight: bold;
  }

  .price {
    font-size: 24px;
    left: 11px;
    top: -3px;
    font-weight: bold;
  }

  .buyitnow-a {
    width: 60px;
    height: 16px;
    bottom: -2px;
    right: 20px;
  }

  .buyitnow-a img {
    width: 60px;
    height: 16px;
  }

  

  .zhiJiang {
    position: absolute;
    left: 3px;
    top: 0;
    width: 53px;
    height: 39px;
    background: url(../image/zhijiang.png) no-repeat center top;
  }

  .zj_word {
    font-size: 14px;
    color: #fecf84;
    font-family: "微软雅黑";
    width: 100%;
    text-align: center;
    height: 16px;
    line-height: 16px;
  }

  .zj_word2 {
    font-size: 16px;
    color: #fecf84;
    width: 100%;
    font-family: "微软雅黑";
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
  }

  

  .pe {
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    color: #000;
    font-weight: normal;
  }

  

  .nav {
    position: fixed;
    z-index: 10;
    
    height: 100%;
    display: none;
    left: 8%;
  }

  #navbar {
    position: absolute;
    top: 40%;
    transform: translateY(-55%);
    left: 4px;
  }