/**{*/
    /*font-family: 'Microsoft YaHei', arial, sans-serif;*/
/*}*/
.category{
    display: none;
}
.item-test{width: 100%;}
.scroll-fixed-list{
    width: 100%;
	z-index:1;
}
.scroll-fixed-list.scroll-fixed{
    position: fixed;
    top: 0;
    width: 1338px;
    border: 1px solid #eeeeee;
    box-shadow: 5px 5px 5px #999999;
    background: #fff;              /*兼容ie8的背景色*/
    background: rgba(255,255,255,1);
}
.scroll-fixed-list a{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #f5f5f5;
    color: #333333;
    border-radius: 5px;
    padding: 0px 10px;
    margin: 3px 5px 3px 0px;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.scroll-fixed-list a:hover,.scroll-fixed-list a.selected{
    background: #00a7cc;
    color: #ffffff;
}
.group-test{
  column-count: 2;
  column-gap: 10px;
}
.item-test {
    margin-bottom: 5px; /* 每个项之间的间隙 */
    break-inside: avoid; /* 防止项被分割到不同的列中 */
    display:flow-root;
    -webkit-display: ruby;
    -moz-display:block;
    -ms-display:block;
    -o-display:block;
}
.middle-product-list{
    height: auto;
    width: 100%;
}
.middle-product-list-leftPart{
    height: auto;
    width: 669px;
    float: left;
    padding-top: 15px;
}
.middle-product-list-rightPart{
    height: auto;
    width: 669px;
    float: right;
    padding-top: 15px;
}
.single-product-frame{
    padding: 1%;
    width: 98%;
    /*padding-bottom: 10px;*/
    /*padding-top: 10px;*/
    vertical-align: top;
    background: #f5f5f5;
    margin: 1% 0px 0px;
    float: left;
    display: inline;
}
.single-product-frame h2{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}
.single-product-frame h3{
    margin-top: 10px;
    /*padding-top: 2px;*/
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}
.single-product-frame h3 a{
    color: #2fb4ff !important;
}
.single-product-frame h3 a:hover{
    color: #2fb4ff !important;
}
.single-product-frame .hr{
    height: 1px;
    width: 99.6%;
    margin-left: 0.2%;
    /*margin-bottom: 10px;*/
    background: #00a7cc;
}
.single-product-frame .single-product-list a{
    display: inline-block;
    padding:0;
    margin: 5px 15px 5px 0;
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid transparent;
}
.single-product-frame .single-product-list a:hover{
    color: #00a7cc;
}
/* 屏幕宽度小于760px时的样式 */
@media (max-width: 760px) {
  
.category {
  display: block;
}
.scroll-fixed-list.scroll-fixed{
    display: none;
}
.scroll-fixed-list {
  width: 96%;
  padding: 2%;
  display: none;
}
.single-product-frame {
  padding: 2%;
  width: 96%;
  }
.single-product{display:none;}
.single-product-frame .hr {
  height:0px;
    
}
.group-test {
  column-count: 1;
    
}
.middle-product-list {
  height: auto;
  width: 96%;
  padding: 2%;
  padding-bottom: 14%;
}









}
