
/*产品列表*/
.showlist {width:100%;float:left;}
.showlist div *{width:100%;}
.showlist li{margin:10% auto;width:92%;background:#fdfdfd;border:5px solid #fff;border-radius: 5px;}
.showlist li:hover{box-shadow: 0px 0px 8px #666;background:#f0f0f0;}
.showlist li dl a{display:block;}
.showlist li img{border-radius: 5px;}
.showlist li .t{/*line-height:35px;*/ padding:10px 2px; display:block; text-align: center; border-bottom: 3px solid #efefef; text-transform: uppercase; font-size: 17px;}
.showlist li .t i {display:block;font-style:normal;font-size:1.5rem;padding-bottom: 2rem;}
.showlist li:hover b{color:#e30;}
.showlist dt a{overflow:hidden;display:inline-block;transform:rotate(0);border-radius: 5px;}
.showlist dt a img{transition:all .4s ease-in-out;}
.showlist dt a:hover img{transform:translateZ(0) scale(1.12);}
.showlist dd ,.showlist ol{padding:1%;color:#666;text-align:center;}
.showlist dd *{color:#666;}
.showlist span{text-decoration:line-through;vertical-align: middle;}
.showlist .pm{text-decoration:none;color:#00F;}
.showlist div{float:left;border-left:1px solid #eee;}
.showlist div:hover{background:#fafafa;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
@media only screen and (max-width: 650px){
	.showlist .button{font-size:12px;height:30px;line-height:30px;}
}
#showdata {display:none;}
#showdata li{float:left;width:300px;}
#showdata li *{width:100%;}
#loaddata {text-align:center;}


.haas-specs {
  color: #e36c09;
  max-width: none;
  padding-left: 0;
  text-transform: uppercase;
}
.haas-specs dl {
  flex-wrap: wrap !important;
}
.haas-specs dl {
  align-items: stretch;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.haas-specs dl {
  width: 94% !important;
}
.haas-specs dd:first-child {
  background-image: none;
  
}
.haas-specs dl dd {
  font-size: 20px;
}
.haas-specs dd {
  list-style: none;
  text-align: center;
  
  white-space: nowrap;
  width: 25%;
  text-transform: uppercase;
}
.haas-specs dd {
  max-width: 100% !important;
  flex-grow: 1;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  color:#a30035;
}
.haas-specs dl dd span {
  font-size: 12px !important;
  color:#000000;
}
.haas-specs span {
  color: #000;
  display: table;
  font-family: 'Open Sans','Arial',sans-serif;
  text-transform: uppercase;
  margin: 0 auto 10px;
  white-space: normal;
  text-decoration:none;
}
.haas-specs dl dd::after {
  font-size: 50px;
}
.haas-specs dd::after {
  content: "/";
  color: #c3c3c3;
  font-family: "Arial Narrow",sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  right: -5px !important;
  transform: scale(0.7,1) skewX(-10deg);
}
.showlist div.haas-specs {
float:none;
border:0;

}
.showlist div.haas-specs:hover {background:none;}

@media only screen and (max-width: 768px){

.haas-specs dd {
  
  width: 50%;
}


}