*{
    /*- box-sizing: border-box; -*/
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/*----加入购物车按钮样式---*/
.cartBtn {
  width: 93px;
  height: 33px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.cartBtn .cart,.shopcart , .add-card {
  background: #004b97;
  color: #f2f2f2;
  display: block;
  width: 100%;
  height: 100%;
  *width: 105px;
  *height: 32px;
  line-height: 32px;
   cursor: pointer;
   font-size: 14px;
   outline:none;
   border:none;
}
.cartBtn .outOfStockBtn,.arrivalNotice2 {
  background: #fff;
  color: #004b97;
  border: 1px solid #004b97;
  display: block;
  width: 100%;
  height: 100%;
  *width: 103px;
  *height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
}
.cartBtn .consultSalesman2 {
  background: #ff9402;
  color: #fff;
  border: 1px solid #ff9402;
  display: block;
  width: 100%;
  height: 100%;
  *width: 103px;
  *height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
}
.consultSalesmanNote2 {
  font-size: 14px;color: #333;
}


/* 商品列表--大图展示 */
.topicBox {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.topicBox .w1200 {
  background: #ebefea;
  margin: 0 auto;
  overflow: hidden;
}
.topicBox .w1200.group {
  margin-bottom: 45px;
}
.topicContainer {
  padding-top: 15px;
  overflow: hidden;
}
.topicItem {
  float: left;
  width: 259px;
  *width: 261px;
  height: 440px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #fff;
  margin-left: 12px;
  margin-bottom: 10px;
}
.topicItem:hover {
  border-color: #004b97;
}
.itemCon {
  width: 100%;
  *width: 259px;
  position: relative;
}
.itemCon .produceImg {
  width: 259px;
  height: 190px;
  vertical-align: middle;
  display: table-cell;
}
.itemCon .produceImg .product_image {
  display: block;
  width: auto;
  height: auto;
  max-width: 259px;
  max-height: 190px;
  vertical-align: middle;
  margin: 0 auto;
}
.itemCon .produceName {
  color: #004b97;
  clear: both;
  border-bottom: 1px solid #ebefea;
  overflow: hidden;
}
.itemCon .produceName .txt {
  display: block;
  width: 80%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #004c98;
  *float: left;
  text-align: left;
}
.itemCon .produceName .collectionBtn {
  *float: right;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #004b97;
  margin-top: 5px;
  border-radius: 2px;
  line-height: 22px;
  width: 39px;
  height: 22px;
  text-align: center;
  color: #004b97;
}
.itemCon .produceInfo {
  color: #666;
  text-align: left;
}
.itemCon .produceInfo .infoDetail {
  font-size: 14px;
  line-height: 30px;
  width:100%;
  white-space: nowrap;
}
.itemCon .produceInfo .infoDetail .weight {
  font-size: 14px;
  display: inline-block;
  width: auto;
  max-width: 94px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.itemCon .produceInfo .infoDetail .tips {
  color: #ef0e2a;
}
.itemCon .producePriceBox {
  text-align: left;
  line-height: 30px;
  color: #666;
  font-size: 14px
}
.itemCon .producePriceBox .producePrice {
  color: #ef0e2a;
}
.itemCon .producePriceBox .producePrice .price {
  font-size: 20px;
  font-weight: bold;
}
.itemCon .producePriceBox .producePrice .price .originPrice {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  text-decoration: line-through;
}
.itemCon .producePriceBox .producePrice .label {
  font-size: 14px;
}
.itemCon .producePriceBox .producePrice.outOfStock {
  color: #666;
}
.itemCon .producePriceBox .noLogin {
  color: #666;
  font-size: 14px;
  clear: both;
  overflow: hidden;
}
.itemCon .producePriceBox .noLogin .vipPrice {
  float: left;
}
.itemCon .producePriceBox .noLogin .vipPrice strong {
  color: #ef0e2a;
  font-size: 16px;
}
.itemCon .producePriceBox .noLogin .store {
  vertical-align: middle;
  float: right;
}
.itemCon .producePriceBox .noLogin .store i {
  font-style: normal
}
.itemCon .producePriceBox .noLogin .store .star {
  vertical-align: middle;
}
.itemCon .operation .count {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}
.itemCon .operation .count .countBtn,.plus-btn,.minus-btn {
  width: 31px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.disA {
  background-color: #f1f1f1 !important;
}
.itemCon .operation .count .countBtn:hover {
  border-color: #004b97;
  color: #004b97;
}
.itemCon .operation .count .countBtn.add,.add-btn {
  margin-right: 5px;
}
.itemCon .operation .count .countInput,.amount {
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  width: 55px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  border-left-color: transparent;
  border-right-color: transparent;
  box-sizing: initial;
}
.itemCon .operation .count .countInput.error,.error {
  border: 2px solid #e70000;
  animation: changecolor .5s linear 2;
  -moz-animation: changecolor .5s linear 2;
  /* Firefox */
  -webkit-animation: changecolor .5s linear 2;
  /* Safari 和 Chrome */
  -o-animation: changecolor .5s linear 2;
  /* Opera */
}
.itemCon .notes {
  width: 259px;
  height: 30px;
  font-size: 14px;
  color: #ef0e2a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
}
.limitState {
  height: 25px;
}

.add_chose1 .prompt_text {
    display: block;
    margin: 0 !important;;
    font-size: 12px;
    line-height: 18px;
    color: #333;
    padding: 0;
    background-color: transparent;
}


/* 商品列表--小图展示  */
.fast_content_detail{
    width: 1200px;
    margin: auto;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 100;
}
.fast_content_detail table th {
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
}
.fast_content_header {
    border: 1px solid #DDDDDD;
    background-color: #FFF9E1
}
.fast_content_detail table {
    border-collapse: collapse;
    table-layout: fixed;
}
.fast_content_header table thead tr {
    height: 40px;
    line-height: 40px;
    font-size:15px;
}
.fast_content_header table th {
    text-align:center;
}

.addcart1{
    width: 90px;
    background-color: #0054a7;
    color: #ffffff;
    height: 30px;
    font-family: Arial;
    line-height: 30px;
    display: block;
}
.thcolor{
    text-align:center;
    width:170px;
    height:180px;
}
.banner_goods1:hover{
    border: 2px solid #0054a7;
}
.search_list_title{
    font-weight: bold;
}


/* 商品列表无数据 */
.noSearchPageData {
    margin-top: 60px
}
.noSearchPageDataNote {
    font-weight: bold;
    font-size: 18px;
    top:20px;
    text-align: center;
}
.Pro_shopping  {
    margin: 14px 0 0 0;
    text-align: center;
}
.Pro_shopping a {
    background-color: #0054a7; 
    color: white !important;
    margin: 0 auto;
    float: none;
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    
}



