@charset "UTF-8";
/*
@Author 盛世华彩-邱
 */
.productListBox{
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.productListBox .goodsCatlog{
  width: 225px;
  float: left;
  box-shadow: 0px 0px 3px rgba(0,0,0,.1);
  background-color: white;
}
.productListBox .goodsCatlog h4{
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: white;
  padding: 0 10px 0 35px;
  background: #929292 url(../images/icon_category.png) no-repeat 12px center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .goodsCatlog .info{
  padding: 0 15px 0 10px;
}
.productListBox .goodsCatlog .info dl{
  padding: 5px 0;
  border-top: solid 1px #EEE;
  margin-top: -1px;
}
.productListBox .goodsCatlog .info dl dt{
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 10px;
  font-weight: bold;
  background: url(../images/list_icon_arrowB.png) no-repeat right center;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .goodsCatlog .info dl.cur dt{
  background: url(../images/list_icon_arrowT.png) no-repeat right center;
}
.productListBox .goodsCatlog .info dl dt span{
  font-size: 14px;
}
.productListBox .goodsCatlog .info dl dd{
  display: none;
  padding-left: 22px;
}
.productListBox .goodsCatlog .info dl dd a{
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .goodsCatlog .info dl.cur dd{
  display: block;
}
.productListBox .goodsCatlog .info dl dd a.cur{
  color: #d70c19;
}
.productListBox .listBox{
  width: 950px;
  float: right;
}
.productListBox .listBox .totalTop{
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .listBox .totalTop span{
  color: #333;
}
.productListBox .listBox .totalTop font{
  color: #d70c19;
}
.productListBox .listBox .screenBox{
  margin-top: 10px;
  padding: 10px 25px 0px;
  background: white;
  border: 1px solid #e5e5e5;
}
.productListBox .listBox .screenBox .screenList{
  width: 900px;
  height: 181px;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.productListBox .listBox .screenBox .item{
  width: 160px;
  margin-right: 15px;
  margin-top: -2px;
  display: inline-table;
  *display: block;
  *float: left;
}
.productListBox .listBox .screenBox .item span{
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .listBox .screenBox .item font{
  display: block;
  width: 158px;
  border: 1px solid #eeeeee;
  background: #fff;
  overflow: hidden;
}
.productListBox .listBox .screenBox .item font .text{
  border: none;
  outline: none;
  width: 124px;
  padding: 0 4px;
  height: 26px;
  line-height: 26px;
  float: left;
}
.productListBox .listBox .screenBox .item font .button{
  width: 20px;
  height: 20px;
  margin: 3px 5px 0 0;
  background: url(../images/icon_search.png) no-repeat center center;
  border: none;
  float: right;
}
.productListBox .listBox .screenBox .item .options{
  width: 158px;
  height: 115px;
  border: 1px solid #eee;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.productListBox .listBox .screenBox .item .options a{
  display: block;
  width: auto;
  padding: 0 3px;
  border: 1px solid #fff;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .listBox .screenBox .item a:hover,.productListBox .listBox .screenBox .item a.checked{
  border: 1px solid #d70c19;
  color: #d70c19;
  background: #f0f6ff url(../images/icon_checked.png) no-repeat right bottom;
}
.productListBox .listBox .screenBox .choiceBxo{
  width: 900px;
  overflow: hidden;
}
.productListBox .listBox .screenBox .choiceBxo .choice{
  width: 780px;
  background: #eaeaea;
  float: left;
}
.productListBox .listBox .screenBox .choiceBxo .choice span{
  display: block;
  width: 80px;
  height: 44px;
  line-height: 44px;
  color: #555;
  text-indent: 18px;
  overflow: hidden;
  float: left;
}
.productListBox .listBox .screenBox .choiceBxo .choice ul{
  width: 700px;
  padding-bottom: 10px;
  float: left;
}
.productListBox .listBox .screenBox .choiceBxo .choice ul li{
  padding: 10px 10px 0 0;
  float: left;
}
.productListBox .listBox .screenBox .choiceBxo .choice ul li a{
  display: block;
  line-height: 22px;
  color: #555;
  padding: 0 28px 0 8px;
  border: 1px solid #d5d5d5;
  background: url(../images/icon_x.png) #fff no-repeat right center;
}
.productListBox .listBox .screenBox .choiceBxo .choice ul li a:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}
.productListBox .listBox .screenBox .choiceBxo p{
  line-height: 44px;
  padding-right: 20px;
  float: right;
}
.productListBox .listBox .screenBox .applicationBox{
  width: 900px;
  padding-top: 25px;
  overflow: hidden;
}
.productListBox .listBox .screenBox .applicationBox a{
  display: block;
  width: 90px;
  padding: 0 3px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #d70c19;
  background: #edf5ff;
  border: 1px solid #d70c19;
  margin-right: 14px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .listBox .screenBox .applicationBox a.application{
  color: #fff;
  background: #d70c19;
}
.productListBox .listBox .screenBox .applicationBox a:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}
.productListBox .listBox .screenBox .applicationBox span{
  display: block;
  line-height: 32px;
  padding-left: 14px;
  color: #666;
  float: left;
}
.productListBox .listBox .screenBox .applicationBox span font{
  color: #d70c19;
  font-size: 14px;
  font-weight: bold;
}
.productListBox .listBox .tipsBox{
  background: #fff9ee;
  border: 2px solid #ffda93;
  padding: 12px 38px;
  position: relative;
}
.productListBox .listBox .tipsBox ul li{
  height: 26px;
  line-height: 26px;
  color: #555;
  padding-left: 9px;
  background: url(../images/icon_dot.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productListBox .listBox .tipsBox span{
  display: block;
  width: 31px;
  height: 29px;
  background: url(../images/icon_tips.png) no-repeat center center;
  position: absolute;
  left: -1px;
  top: -1px;
}
.listContainer{
  border: 1px solid #e5e5e5;
  border-top: 2px solid #d70c19;
  border-bottom: none;
  background-color: white;
}
.listContainer .syntheticalSort{
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border-bottom: solid 1px #e5e5e5;
}
.listContainer .syntheticalSort ul.sort{
  height: 41px;
  max-width: 600px;
  float: left;
  overflow: hidden;
}
.listContainer .syntheticalSort ul.sort li{
  float: left;
}
.listContainer .syntheticalSort ul.sort li a{
  display: block;
  height: 41px;
  line-height: 41px;
  padding: 0 16px;
  border-right: 1px solid #e5e5e5;
}
.listContainer .syntheticalSort ul.sort li a.default,.listContainer .syntheticalSort ul.sort li a.DESCHover,.listContainer .syntheticalSort ul.sort li a.ASCHover{
  background: #d70c19;
  color: #fff;
  font-size: 14px;
  border: none;
}
.listContainer .syntheticalSort ul.sort li a span{
  padding-right: 13px;
  background: url(../images/filter_arrow.png) no-repeat right center;
}
.listContainer .syntheticalSort ul.sort li a.DESCHover span{
  background: url(../images/filter_arrow_desc.png) no-repeat right center;
}
.listContainer .syntheticalSort ul.sort li a.ASCHover span{
  background: url(../images/filter_arrow_asc.png) no-repeat right center;
}
.listContainer .syntheticalSort .pagesTurn{
  float: right;
}
.listContainer .syntheticalSort .pagesTurn span{
  display: block;
  color: #666;
  padding-right: 18px;
  float: left;
}
.listContainer .syntheticalSort .pagesTurn span font{
  color: #d70c19;
}
.listContainer .syntheticalSort .pagesTurn a{
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 13px;
  border-left: 1px solid #e5e5e5;
  float: left;
}
.listContainer .syntheticalSort .pagesTurn a:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}
.listContainer .syntheticalSort .pagesTurn a img{
  width: 15px;
  height: 15px;
}
table{
  border-collapse: collapse;
}
.infoList th{
  background: #f8f8f8;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #555;
  text-align: left;
  font-weight: normal;
}
.infoList .t1{
  width: 90px;
  padding-left: 15px;
}
.infoList .t2{
  width: 210px;
  padding: 0 5px 0 25px;
}
.infoList .t3{
  width: 305px;
  padding-right: 5px;
}
.infoList .t4{
  width: 138px;
  text-indent: 6px;
}
.infoList .t5{
  width: 120px;
  padding: 0 5px 0 30px;
}
.infoList td{
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}
.infoList td.t1 span a{
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
}
.infoList td.t1 span a img{
  width: 80px;
  height: 80px;
}
.infoList td.t1 font{
  display: block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  font-size: 12px;
}
.infoList td.t1 font a{
  margin: 0 10px;
}
.infoList td.t1 font a:hover{
  color: #d70c19;
  text-decoration: underline;
}
.infoList td.t2 span{
  display: block;
  line-height: 24px;
  color: #555;
}
.infoList td.t2 span .red_name{
  color: #f00;
}
.infoList td.t2 font{
  display: block;
  height: 24px;
  line-height: 24px;
  padding-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t2 font a{
  padding-left: 18px;
  color: #d70c19;
  background: url(../images/icon_pdf.png) no-repeat left center;
}
.infoList td.t3 span{
  display: block;
  min-width: 120px;
  line-height: 26px;
  color: #888;
  padding-right: 10px;
  float: left;
}
.infoList td.t3 span font{
  color: #555;
}
.infoList td.t4 dl{
  width: 138px;
  border-bottom: 1px dashed #ececec;
  line-height: 30px;
  overflow: hidden;
}
.infoList td.t4 dl dt{
  width: 46px;
  text-align: right;
  height: 30px;
  color: #888;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t4 dl dd{
  width: 92px;
  height: 30px;
  text-indent: 30px;
  color: #d70c19;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t4 span{
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t4 span a{
  color: #888;
}
.infoList td.t4 span a:hover{
  color: #d70c19;
}
.infoList td.t5 span{
  display: block;
  line-height: 25px;
  color: #555;
  text-align: center;
}
.infoList td.t5 .buyBox{
  width: 80px;
  margin: 12px auto 0;
  position: relative;
}
.infoList td.t5 a.buy{
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url(../images/buy_bg.png) no-repeat center center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList td.t5 a.buy:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}
.join_cartBox{
  display: none;
  width: 612px;
  padding-top: 15px;
  *border: 1px solid #e5e5e5;
  *border-top: 0;
  position: absolute;
  right: -25px;
  top: 30px;
  z-index: 11;
}
.buyBox:hover .join_cartBox{
  display: block;
}
.join_cartBox .joinCart{
  box-shadow: 0 2px 5px 2px rgba(0,0,0,.1);
  position: relative;
}
.join_cartBox h4{
  line-height: 46px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 20px;
  background: #fff;
  border-top: 2px solid #d70c19;
}
.join_cartBox .info{
  width: 612px;
  border-top: 1px solid #e5e5e5;
  background-color: white;
  overflow: hidden;
}
.join_cartBox .info .left{
  width: 305px;
  padding: 20px 0px;
  overflow: hidden;
  float: left;
  border-right: solid 1px #E5E5E5;
}
.join_cartBox .info .left ul li{
  height: 36px;
  line-height: 36px;
  color: #888;
  padding: 0 5px 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .info .left ul li span{
  display: inline;
  color: #555;
}
.join_cartBox .info .right{
  width: 306px;
  padding: 20px 0px;
  overflow: hidden;
  float: left;
}
.join_cartBox .info .right p{
  height: 30px;
  line-height: 30px;
  padding: 0 40px 20px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .info .right dl{
  width: 140px;
  margin: 0 auto;
  border-bottom: 1px dashed #e7e7e7;
  line-height: 30px;
  overflow: hidden;
}
.join_cartBox .info .right dl.last{
  border-bottom: none;
}
.join_cartBox .info .right dl dt{
  width: 48px;
  text-align: right;
  height: 30px;
  color: #888;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .info .right dl dd{
  width: 92px;
  height: 30px;
  text-indent: 26px;
  color: #d70c19;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.join_cartBox .number{
  width: 568px;
  padding: 16px 22px 0;
  background: #f8f8f8;
  line-height: 30px;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}
.join_cartBox .number span{
  line-height: 30px!important;
  float: left;
}
.join_cartBox .text{
  width: 76px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  height: 28px;
  line-height: 28px;
  color: #888;
  outline: none;
  float: left;
}
.join_cartBox .text::-webkit-input-placeholder{
  color: #888;
}
.join_cartBox .number font{
  display: block;
  float: left;
}
.join_cartBox .number font .button{
  display: block;
  width: 18px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-left: none;
  background: url(../images/icon_add.png) no-repeat center center;
}
.join_cartBox .number font .reduce{
  height: 14px;
  border-top: none;
  background: url(../images/icon_reduce.png) no-repeat center center;
}
.join_cartBox .number em{
  padding-left: 16px;
}
.join_cartBox .number em i{
  color: #d70c19;
}
.join_cartBox .packing{
  width: 568px;
  padding: 14px 22px 16px;
  background: #f8f8f8;
  line-height: 30px;
  overflow: hidden;
}
.join_cartBox .packing span{
  line-height: 30px!important;
  float: left;
}
.join_cartBox .packing .text{
  width: 94px;
  color: #333;
}
.join_cartBox .packing font{
  display: block;
  width: 260px;
  height: 30px;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.join_cartBox .packing a.join{
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: url(../images/buy_bg.png) no-repeat center center;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.infoList .buyBox .icon{
  display: none;
  width: 11px;
  height: 6px;
  background: url(../images/icon_arrow_blue.png) no-repeat center center;
  position: absolute;
  left: 50%;
  top: 39px;
  margin-left: -5px;
  z-index: 999;
}
.infoList .buyBox:hover .icon{
  display: block;
}
/**************************  产品列表页 结束 **************************/
.catSearch{
  width: 1120px;
  padding: 25px 28px 25px 40px;
  border: solid 1px #eaeaea;
  background-color: #F8F8F8;
  margin: 0px auto;
}
.catSearch .searchDiv{
  float: left;
}
.catSearch .searchDiv span{
  display: block;
  width: 80px;
  text-align: right;
  height: 35px;
  line-height: 35px;
  color: #555555;
  overflow: hidden;
  font-size: 14px;
  float: left;
}
.catSearch .search{
  margin-left: 10px;
  float: left;
  width: 340px;
  overflow: hidden;
  padding: 2px 0px;
  border: solid 2px #ececec;
  background-color: white;
}
.catSearch .search .inputText{
  width: 269px;
  float: left;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  border: 0px;
  border-right: solid 1px #ececec;
}
.catSearch .search .btnSearch{
  width: 40px;
  height: 30px;
  line-height: 30px;
  float: right;
  padding: 0px;
  border: 0px;
  *width: 30px;
  background: url("../images/icon_search.png") no-repeat center;
}
.catSearch .searchResult{
  float: right;
  color: #777777;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.catSearch .searchResult font{
  color: #d70c19;
  margin: 0px 3px;
  font-weight: bold;
}
.catMenu{
  width: 1200px;
  margin: 0px auto;
  padding: 10px 0px;
  background-color: white;
  overflow: hidden;
}
.catMenu .cat{
  width: 1150px;
  margin-top: 25px;
  padding: 0px 25px;
}
.catMenu .cat h3{
  font-size: 16px;
  padding-left: 10px;
  height: 18px;
  line-height: 18px;
  border-left: solid 4px #d70c19;
}
.catMenu .cat h3 span{
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
.catMenu .list{
  margin-top: 25px;
  padding-bottom: 35px;
  border-bottom: 1px #d9d9d9 dashed;
}
.catMenu .list dl{
  width: 130px;
  text-align: center;
  float: left;
  margin-top: 20px;
  margin-right: 120px;
}
.catMenu .list dl dt{
  width: 80px;
  height: 80px;
  padding: 0px 5px;
  border: solid 1px #f2f2f2;
  background-color: white;
  margin: 0px auto;
}
.catMenu .list dl:hover dt{
  border-color: #d70c19;
}
.catMenu .list dl dt img{
  width: 80px;
  height: 80px;
}
.catMenu .list dl dd{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.catMenu .list dl dd a{
  color: #d70c19;
}
.catMenu .list dl dd a:hover{
  color: #18a6f5;
}
#goodsInfo{
  width: 1150px;
  padding: 20px 25px 40px;
  margin: 0px auto;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
#goodsInfo .imgInfo{
  width: 320px;
  float: left;
  margin-right: 35px;
}
#PhotoBox{
  width:100%;
}
#PhotoBox .jqzoombox .jqzoom{
  width:320px;
  height:320px;
  position:relative;
  display:block;
}
#PhotoBox .jqzoombox .jqzoom .GoodImg{
  width:320px;
  /*height:320px;*/
}
#PhotoBox #PhotoListBox{
  height:62px;
  overflow:hidden;
  margin: 20px 0 0 0;
}
#PhotoBox #PhotoListBox a.prev{
  float:left;
  width:20px;
  height:50px;
  overflow:hidden;
  text-indent:-999px;
  background:url(../images/thumb_prev.png) no-repeat left center;
}
#PhotoBox #PhotoListBox a.next{
  float:right;
  width:20px;
  height:50px;
  overflow:hidden;
  text-indent:-999px;
  background:url(../images/thumb_next.png) no-repeat right center;
}
#PhotoBox #PhotoListBox a.prev.prevStop,#PhotoBox #PhotoListBox a.next.nextStop{
  cursor: not-allowed;
}
#PhotoBox #PhotoListBox #PhotoList{
  width:280px;
  float: left;
  overflow:hidden;
}
#PhotoBox #PhotoListBox #PhotoList ul{
  width:280px;
  height: 50px;
  float:left;
  overflow:hidden;
}
#PhotoBox #PhotoListBox #PhotoList ul li{
  float:left;
  width:50px;
  overflow:hidden;
  margin-right: 6px;
}
#PhotoBox #PhotoListBox #PhotoList ul li a{
  width:50px;
  height:50px;
  overflow:hidden;
}
#PhotoBox #PhotoListBox #PhotoList ul li img{
  width:48px;
  height:48px;
  border:1px solid #dcdcdc;
}
#PhotoBox #PhotoListBox #PhotoList ul li a.zoomThumbActive img{
  border:1px solid #d70c19;
}
.jqzoombox{
  position: relative;
  z-index: 2;
}
.imgInfo .notice_info{
  color: #999;
  margin-top: 10px;
  text-align: center;
}
.imgInfo .posDiv{
  width: 145px;
  height: 35px;
  line-height: 35px;
  background-color: white;
  border-radius: 20px;
  margin: 15px auto 0;
  box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
.imgInfo .posDiv a{
  display: block;
  width: 42px;
  float: left;
}
.imgInfo .posDiv a.collect{
  padding-left: 30px;
  background: url("../images/icon_collect.png") no-repeat 16px center;
}
.imgInfo .posDiv a.collect.collected{
  background: url("../images/icon_collected.png") no-repeat 16px center;
}
.imgInfo .posDiv a.compare{
  padding-left: 30px;
  border-left: solid 1px #efefef;
  background: url("../images/icon_compare.png") no-repeat 10px center;
}
.infoText{
  width: 570px;
  float: left;
}
.infoText .productTitle{
  font-size: 18px;
  line-height: 30px;
}

.infoText .productTitle span{
  display: inline-block;
  background: #d70c19;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 5px;
  line-height: 20px;
  margin-left: 5px;
}

.infoText .priceLadder{
  width: 548px;
  margin-top: 5px;
  padding: 15px 10px;
  border: solid 1px #FDA761;
  background-color: #fff5ec;
  overflow: hidden;
}
.infoText .priceLadder h3{
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
}
.infoText .priceLadder dl{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.infoText .priceLadder dl dt{
  width: 70px;
  margin-right: 3px;
  color: #666666;
  float: left;
}
.infoText .priceLadder dl dd{
  color: #d70c19;
  float: left;
}
.infoText .numDiv{
  padding: 15px 0px;
  border-bottom: 1px #e5e5e5 dashed;
}
.infoText .numDiv ul li{
  float: left;
  display: inline;
  margin-right: 30px;
}
.infoText .numDiv ul li font{
  color: #888888;
}
.infoText .numDiv ul li span{
  display: block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  background: url("../images/icon_view.png") no-repeat right center;
}
.infoText .numDiv ul li .arrow{
  display: block;
  width: 8px;
  height: 4px;
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 5px;
  display: none;
  background: white url("../images/header_icon_arrowT.png") no-repeat left top;
}
.infoText .numDiv ul li .toggleDiv{
  position: absolute;
  z-index: 2;
  top: 20px;
  right: -2px;
  padding: 10px;
  width: 200px;
  line-height: 160%;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0,0,0,.1);
  border-radius: 3px;
  color: #777777;
  border: solid 1px #CCC;
  display: none;
}
.infoText .numDiv ul li span:hover .toggleDiv,.infoText .numDiv ul li span:hover .arrow{
  display: block;
}
.infoText .buyNum{
  margin-top: 10px;
}
.infoText .buyNum span{
  display: block;
  width: 65px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #888888;
  float: left;
}
.infoText .buyNum .num{
  width: 110px;
  float: left;
  border: solid 1px #d9d9d9;
  height: 28px;
}
.infoText .buyNum .num .numText{
  width: 75px;
  padding: 0px 8px;
  overflow: hidden;
  border: 0px;
  float: left;
  height: 28px;
  line-height: 28px;
}
.infoText .buyNum .num .btnCtrl{
  width: 18px;
  float: left;
  background-color: white;
  border-left: solid 1px #d9d9d9;
}
.infoText .buyNum .num .btn_add,.infoText .buyNum .num .btn_reduce{
  padding: 0px;
  float: left;
  width: 18px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 0px;
  border-top: solid 1px #d9d9d9;
  margin: -1px 0px 0px;
  background-color: white;
  color: #c0c0c0;
}
.infoText .buyNum .num .btn_add:hover,.infoText .buyNum .num .btn_reduce:hover{
  opacity: 1;
  filter: alpha(opacity=100);
}
.infoText .intDl{
  margin-top: 10px;
}
.infoText .intDl dt{
  width: 65px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #888888;
  float: left;
}
.infoText .intDl dd{
  float: left;
}
.infoText .intDl dd .inputText{
  width: 94px;
  height: 28px;
  line-height: 28px;
  padding: 0px 8px;
  overflow: hidden;
  border: solid 1px #d9d9d9;
}
.infoText .intDl dd span{
  margin-left: 15px;
  color: #666666;
}
.infoText .intDl dd p{
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  color: #ff1e1e;
}
.infoText .handleDiv{
  margin-top: 20px;
}
.infoText .handleDiv a{
  display: block;
  border-radius: 5px;
  color: white;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  float: left;
}
.infoText .handleDiv a.buyNow{
  padding: 0px 25px;
  background-color: #d70c19;
  margin-right: 12px;
}
.infoText .handleDiv a.addToCart{
  padding: 0px 18px;
  background-color: #d70c19;
}

.infoText .handleDiv a.addToCart:hover{
  opacity: 0.8;
}
.infoText .handleDiv a.addToCart span{
  display: block;
  padding-left: 28px;
  background: url("../images/icon_addToCart.png") no-repeat left center;
}
.infoText .handleDiv a.buyNow:hover{
  opacity: 0.8;
}


.infoText .handleDiv a.zixun{
display: block;
  padding: 0px 25px;
	margin: 20px;
  background-color: #d70c19;
  margin-right: 12px;
}
.infoText .handleDiv a.zixun:hover{
  opacity: 0.8;
}


.infoText .handleDiv a.inquiry{
  padding: 0px 25px;
  background-color: #d70c19;
  margin-right: 12px;
}
.infoText .handleDiv a.inquiry:hover{
  opacity: 0.8;
}

.infoAreaR{
  width: 190px;
  padding: 10px;
  float: right;
  border-top: solid 2px #d70c19;
  box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.infoAreaR dl{
  padding-bottom: 10px;
  border-bottom: solid 1px #E5E5E5;
}
.infoAreaR dl dt{
  width: 120px;
  height: 67px;
  margin: 0px auto;
  overflow: hidden;
}
.infoAreaR dl dt img{
  width: 120px;
  height: 66.7px;
}
.infoAreaR dl dd {
  line-height: 23px;
  margin-top: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.infoAreaR ul{
  margin-top: 25px;
}
.infoAreaR ul li{
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
}
.infoAreaR ul li>span{
  display: inline-block;
  background: #d70c19;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  padding: 0 15px;
  line-height: 24px;
}
.infoAreaR ul li a{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 17px;
  color: #d70c19;
  background: url("../images/icon_pdf.png") no-repeat left center;
}
.infoAreaR ul li a:hover{
  opacity: 0.8;
}
.productDetails{
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}
.productDetails .details{
  width: 960px;
  float: left;
  padding-bottom: 50px;
  background-color: white;
}
.productDetails .details .hd{
  height: 43px;
  line-height: 43px;
  border-bottom: solid 1px #E5E5E5;
  border-left: solid 1px #E5E5E5;
}
.productDetails .details .hd ul{
  float: left;
}
.productDetails .details .hd ul li{
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 30px;
  color: #666666;
  cursor: pointer;
  border-right: solid 1px #E5E5E5;
}
.productDetails .details .hd ul li.on{
  height: 42px;
  background-color: white;
  border-top: solid 2px #d70c19;
}
.productDetails .details .hd .notice{
  float: right;
  padding-left: 20px;
  color: #888888;
  margin-right: 20px;
  background: url("../images/icon_notice_bule.png") no-repeat left center;
}
.productDetails .details .hd .notice a{
  color: #d70c19;
}
.productDetails .details .hd .notice a:hover{
  opacity: 0.8;
}
.titleH3{
  height: 30px;
  line-height: 30px;
  color: #99999f;
  font-size: 14px;
}
.productDetails img{
  max-width: 100%;
}
.productDetails .details .bdItem{
  padding: 40px 25px;
}
.productDetails .details .file{
  width: 720px;
  padding: 25px 30px;
  margin-top: 15px;
  background-color: #f7f7f7;
  overflow: hidden;
}
.productDetails .details .file .name{
  float: left;
  padding-left: 25px;
  height: 45px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: bold;
  padding-right: 38px;
  max-width: 525px;
  border-right: solid 1px #bdbdbd;
  background: url("../images/details_icon_pdf.png") no-repeat left center;
}
.productDetails .details .file .download{
  display: block;
  float: left;
  margin-left: 35px;
  height: 30px;
  line-height: 30px;
  width: 80px;
  border-radius: 3px;
  color: white;
  background-color: #d70c19;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
}
.productDetails .details .file .download:hover{
  opacity: 0.8;
}
.detailsMain{
  color: #666666;
  line-height: 160%;
  margin-left: 25px;
}
.detailsMain img{
  max-width: 100%;
}
.detailsMain ul li{
  line-height: 35px;
  float: left;
  margin-right: 50px;
  width: 300px;
  color: #888888;
  border-bottom: solid 1px #E5E5E5;
}
.detailsMain ul li span{
  color: #606060;
  margin-left: 40px;
}
.relevantProduct{
  float: right;
  width: 225px;
  padding: 15px 0px 30px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.relevantProduct .hd{
  padding: 0px 13px 0px 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.relevantProduct .hd h3{
  float: left;
  padding-left: 10px;
  font-size: 15px;
  border-left: solid 4px #d70c19;
}
.relevantProduct .bdItem{
  padding: 0px 15px;
  margin-top: 15px;
  border-top: solid 1px #e5e5e5;
  overflow: hidden;
}
.relevantProduct .hd .ctrl{
  float: right;
}
.relevantProduct .hd .ctrl .btnCtrl{
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
}
.relevantProduct .hd .ctrl .btnCtrl.prev{
  background: url("../images/relevantProduct_prev.png") no-repeat center;
}
.relevantProduct .hd .ctrl .btnCtrl.next{
  background: url("../images/relevantProduct_next.png") no-repeat center;
}
.relevantProduct .hd .pageState{
  float: left;
  margin: 0px 2px;
  color: #888888;
}
.relevantProduct .hd .pageState span{
  color: #d70c19;
}
.relevantProduct .bdItem .item{
  margin-top: 30px;
}
.relevantProduct .bdItem .item .productThumb{
  display: block;
  width: 55px;
  height: 55px;
  overflow: hidden;
  float: left;
  border: solid 1px #E5E5E5;
}
.relevantProduct .bdItem .item .productThumb:hover{
  border-color: #d70c19;
}
.relevantProduct .bdItem .item .productThumb img{
  width: 55px;
  height: 55px;
}
.relevantProduct .bdItem .item dl{
  float: left;
  margin-left: 8px;
  width: 130px;
}
.relevantProduct .bdItem .item dl dt{
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relevantProduct .bdItem .item dl dd{
  height: 15px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.relevantProduct .bdItem .item dl dd.price{
  font-weight: bold;
  color: #d70c19;
  margin-top: 10px;
}
.productCompareFixed{
  display: none;
  width: 1198px;
  border: 1px solid #dadada;
  border-top: 2px solid #d70c19;
  background: white;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 1000;
  margin: -66px 0 0 -600px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}
.productCompareFixed .contrastColumn{
  width: 1198px;
  position: relative;
}
.productCompareFixed .item{
  width: 316px;
  height: 101px;
  padding: 10px 15px 18px;
  border-right: 1px solid #e0e0e0;
  float: left;
}
.productCompareFixed .item .title{
  width: 316px;
  line-height: 20px;
  overflow: hidden;
}
.productCompareFixed .item .title span{
  display: block;
  font-size: 16px;
  color: #d70c19;
  float: left;
}
.productCompareFixed .item .title a{
  color: #d70c19;
  float: right;
}
.productCompareFixed .item .title a:hover{
  opacity: 0.8;
}
.productCompareFixed .item .info{
  width: 310px;
  padding: 6px 0 0 6px;
  overflow: hidden;
}
.productCompareFixed .item .info span{
  display: block;
  width: 73px;
  height: 73px;
  border: 1px solid #ddd;
  margin-right: 9px;
  float: left;
}
.productCompareFixed .item .info span img{
  width: 73px;
  height: 73px;
}
.productCompareFixed .item .info dl{
  width: 226px;
  float: left;
}
.productCompareFixed .item .info dl dt{
  height: 32px;
  line-height: 16px;
  overflow: hidden;
}
.productCompareFixed .item .info dl dd{
  padding-top: 17px;
  height: 26px;
}
.productCompareFixed .item .info dl dd .COR_SELECT{
  width: 218px;
  height: 24px;
  line-height: 24px;
  border: 1px dashed #dad6d7;
}
.productCompareFixed .item .COR_SELECT select{
  height: 24px;
}
.productCompareFixed .item .COR_SELECT .COR_SELECT_TEXT{
  height: 24px;
}
.productCompareFixed .item .COR_SELECT .COR_SELECT_ARROWS{
  height: 24px;
}
.productCompareFixed .item dl.empty dt{
  line-height: 32px;
  font-size: 24px;
  color: #DCDCDC;
}
.productCompareFixed .item dl.empty dd{
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #b2b2b2;
  padding-top: 22px;
  text-align: center;
  overflow: hidden;
}
.productCompareFixed dl.contrast{
  width: 157px;
  padding-top: 40px;
  text-align: center;
  float: left;
}
.productCompareFixed dl.contrast dt a{
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #d70c19;
  border-radius: 5px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productCompareFixed dl.contrast dt a:hover{
  opacity: 0.8;
}
.productCompareFixed dl.contrast dd{
  line-height: 20px;
  padding-top: 12px;
}
.productCompareFixed .hideCompare{
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../images/icon_hide_compare.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: -24px;
  text-indent: -9999px;
}
.compareBox{
  width: 1200px;
  background-color: white;
  margin: 0px auto;
  box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.compareBox .compareTable td.tdImg {
  background-color: white;
}
.compareBox .imgCon{
  height: 230px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.compareBox .imgCon .delCompare{
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 10px;
  cursor: pointer;
  background: url("../images/icon_delCompare.png") no-repeat center;
}
.compareBox .imgCon .productImg{
  width: 130px;
  height: 130px;
  border: solid 1px #e5e5e5;
  background-color: white;
  overflow: hidden;
  margin: 0px auto;
}
.compareBox .imgCon .productImg ul li{
  display: none;
}
.compareBox .imgCon .productImg img{
  width: 130px;
  height: 130px;
}
.compareBox .imgCon .hd{
  margin-top: 10px;
  text-align: center;
}
.compareBox .imgCon .hd ul{
  width: 210px;
  height: 32px;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.compareBox .imgCon .hd ul li{
  width: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0px 6px;
  border: solid 1px #DCDCDC;
}
.compareBox .imgCon .hd ul li.on{
  border-color: #d70c19;
}
.compareBox .imgCon .hd ul li img{
  width: 30px;
  height: 30px;
}
.compareBox .imgCon .name{
  width: 170px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #555555;
  margin: 10px auto 0px;
  text-align: center;
}
.compareTable tr th{
  padding: 20px 15px;
  text-align: left;
  border-bottom: solid 1px #e5e5e5;
}
.compareTable tr th h3{
  height: 18px;
  line-height: 18px;
  padding-left: 10px;
  color: #555555;
  font-size: 14px;
  border-left: solid 4px #d70c19;
}
.compareTable tr td{
  padding: 20px 0px;
  text-align: center;
  width: 353px;
  border: solid 1px #e5e5e5;
  background-color: #f9f9f9;
}
.compareTable tr td.tdImg{
  background-color: white;
}
.compareTable tr:hover td,.compareTable tr:hover td.tdImg{
  background-color: #fff5ec;
}
.compareTable tr:hover td{
  border-right-color: #fff5ec;
}
.compareTable .compareEmpty{
  color: #B2B2B2;
}
.compareTable .selector{
  font-size: 14px;
  width: 137px;
  font-weight: normal;
  background-color: white;
}
.compareBox .compareTable dl{
  height: 30px;
  line-height: 30px;
  color: #909090;
  overflow: hidden;
  width: 140px;
  margin: 0px auto;
  overflow: hidden;
  border-bottom: 1px #e2e2e2 dashed;
}
.compareBox .compareTable dl dt{
  float: left;
  width: 50px;
  text-align: right;
}
.compareBox .compareTable dl dd{
  float: left;
  margin-left: 25px;
  color: #d70c19;
  max-width: 65px;
}
.compareBox .compareTable a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.compareBox .compareTable a.file{
  padding-left: 20px;
  background: url("../images/icon_pdf.png") no-repeat left center;
}
.compareBox .compareTable a.link{
  padding: 0px 20px;
  height: 30px;
  line-height: 30px;
  background-color: #d70c19;
  border-radius: 5px;
  color: white;
}
.compareBox .compareTable a.link:hover{
  opacity: 0.8;
}

/*商品评价*/

.bdItem .goodsComment{
  padding:30px 0px 20px;
  background-color:#f8f8f8;
  margin-top:23px;
}
.bdItem .goodsComment .rate{
  width:180px;
  text-align:center;
  padding-top:20px;
  overflow:hidden;
  float:left;
}
.bdItem .goodsComment .rate strong{
  color:#d70c19;
  font:400 46px/30px arial;
}
.bdItem .goodsComment .rate strong span{
  font-size:24px;
}
.bdItem .goodsComment .rate span{
  color:#666666;
}
.bdItem .goodsComment .percent{
  float:left;
  width:186px;
  height:74px;
  padding:8px 30px;
  border-left:dotted 1px #CCC;
}
.bdItem .goodsComment .percent dl{
  zoom:1;
  padding:2px 0px;
  overflow:hidden;
}
.bdItem .goodsComment .percent dl dt{
  width:70px;
  float:left;
  color:#666666;
}
.bdItem .goodsComment .percent dl dd{
  float:left;
  width:100px;
  height:10px;
  margin-top:6px;
  overflow:hidden;
  background:#efefef;
}
.bdItem .goodsComment .percent dd div{
  overflow:hidden;
  height:10px;
  width:0;
  background-color:#d70c19;
}
.bdItem .comment_reward{
  width:240px;
  text-align:center;
  float:right;
  color:#666666;
  border-left:dotted 1px #c6c6c6;
}
.bdItem .comment_reward dl{
  padding:25px 0px;
  line-height:20px;
}
.bdItem .comment_reward dl dd a{
  color:#d70c19;
}
.bdItem .comment_reward dl dd a:hover{
  color:#d70c19;
}
.bdItem .commentList{
  padding-bottom:20px;
  margin-top:35px;
}
.bdItem .triggerBox{
  border-bottom:solid 1px #e1e1e1;
  overflow:visible;
  zoom:1;
  height:38px;
}
.bdItem .triggerBox ul{
  float:left;
}
.bdItem .triggerBox .comment_select{
  line-height:38px;
  float:right;
}
.bdItem .triggerBox .comment_select #comment_curr{
  vertical-align:middle;
}
.bdItem .triggerBox ul li{
  float:left;
  height:35px;
  line-height:35px;
}
.bdItem .triggerBox ul li a{
  display:block;
  height:35px;
  color:#777777;
  line-height:35px;
  padding:0px 20px;
}
.bdItem .triggerBox ul li.cur{
  border-left:solid 1px #e1e1e1;
  border-right:solid 1px #e1e1e1;
  border-top:solid 3px #d70c19;
  background-color:#FFF;
  font-weight:bold;
  height:36px;
}
.bdItem .triggerBox ul li.cur a{
  color:#d70c19;
}
.bdItem .triggerBox ul li input{
  vertical-align:middle;
}
.bdItem .commentList .commentEmpty{
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 14px;
}
.bdItem .specAndpacking_box{
  width:100%;
  overflow:hidden;
}
.bdItem .specAndpacking{
  padding:20px 10px;
  overflow:hidden;
  color:#999999;
  background-color:#FFF;
}
.bdItem .specAndpacking h3{
  width:130px;
  text-align:right;
  float:left;
  font-weight:normal;
  font-size:16px;
  line-height:25px;
}
.bdItem .specAndpacking dl{
  margin-left:135px;
  overflow:hidden;
  line-height:25px;
  font-size:13px;
}
.bdItem .specAndpacking dl dt{
  float:left;
  width:130px;
  text-align:right;
}
.bdItem .specAndpacking dl dd{
  float:left;
  margin-left:20px;
  width:660px;
}
.bdItem .comment_item{
  padding:20px 21px;
  border-bottom:dotted 1px #cccccc;
}
.bdItem .comment_item .user_avatar{
  display:block;
  width:55px;
  height:55px;
  overflow:hidden;
  float:left;
}
.bdItem .comment_item .user_avatar img{
  width:55px;
  height:55px;
  border-radius: 50%;
}
.bdItem .comment_item .commentInfo{
  float:left;
  width:620px;
  padding-left:12px;
}
.bdItem .comment_item .commentInfo dl{
  color:#666666;
  height:25px;
  line-height:25px;
}
.bdItem .comment_item .commentInfo dl dt{
  float:left;
  font-size:13px;
}
.bdItem .comment_item .commentInfo dl dd{
  float:right;
}
.bdItem .comment_item .commentConBox{
  padding:22px;
  background-color:#f8f8f8;
  position:relative;
  line-height:20px;
  margin-top:5px;
}
.bdItem .comment_item .icon_arrow{
  display:block;
  width:11px;
  height:12px;
  position:absolute;
  left:-11px;
  top:12px;
  background:url(../images/comment_arrow.png) no-repeat left top;
}
.bdItem .comment_item .comment{
  line-height: 20px;
  overflow: hidden;
}
.bdItem .comment_item .comment_reply{
  margin-top: 10px;
  line-height: 20px;
  color: #d70c19;
  overflow: hidden;
}
.bdItem .commentInfo .star{
  width:108px;
  height:17px;
  display:block;
  float:left;
  text-indent:-9999px;
  margin-top:4px;
  margin-right:14px;
  background:url(../images/icon_star.png) no-repeat right center;
}
.bdItem .commentInfo .star1{
  background-position:-85px 0px;
}
.bdItem .commentInfo .star2{
  background-position:-63px 0px;
}
.bdItem .commentInfo .star3{
  background-position:-41px 0px;
}
.bdItem .commentInfo .star4{
  background-position:-19px 0px;
}
.bdItem .commentInfo .star5{
  background-position:0px 0px;
}
.bdItem .commentInfo .comment_score{
  padding-right:13px;
  color:#888888;
  float:left;
  border-right:solid 1px #e2e2e2;
}
.bdItem .commentInfo .satisfaction{
  color:#888888;
  width:60px;
  float:left;
  padding:0px 5px;
  text-align:center;
}
.bdItem .comment_date{
  color:#999999;
  padding-top:4px;
  float:right;
}
.bdItem .commentConBox .show_img{
  width:530px;
  max-height:none;
  overflow:visible;
  margin-top:15px;
}
.bdItem .commentConBox .show_img ul li{
  float:left;
  padding:0px 10px 10px 0px;
}
.bdItem .commentConBox .show_img ul li div{
  display:table-cell;
  width:76px;
  height:76px;
  border:1px solid #d1d1d1;
  font-size:66px;
  text-align:center;
  vertical-align:middle;
}
.bdItem .commentConBox .show_img ul li div:hover{
  border:1px solid #d70c19;
}
.bdItem .commentConBox .show_img ul li div img{
  max-width: 76px;
  max-height: 76px;
  vertical-align:middle;
  cursor:url(../images/big.cur),auto;
}
.bdItem .commentConBox .big_photo{
  padding:12px 0px;
  margin-bottom:10px;
}
.bdItem .commentConBox .big_photo .thumb_wrap{
  height:85px;
  margin-bottom:10px;
  position:relative;
}
.bdItem .commentConBox .photos_thumbnails{
}
.bdItem .commentConBox .photos_thumbnails .thumb_list{
  position:relative;
  width:528px;
  height:85px;
  overflow:hidden;
  /*margin:0 auto;*/
}
.bdItem .commentConBox .photos_thumbnails .thumb_list ul{
  height:85px;
  overflow:hidden;
}
.bdItem .commentConBox .photos_thumbnails .thumb_list ul li{
  float:left;
  width:80px;
  height:85px;
  /*margin:0 4px;*/
  margin-right: 8px;
}
.bdItem .commentConBox .photos_thumbnails ul li.on,.bdItem .commentConBox .photos_thumbnails .thumb_list ul li:hover{
  background:url(../images/icon_arrow_down_on.png) no-repeat center bottom;
}
.bdItem .commentConBox .photos_thumbnails .thumb_list ul li a img{
  display:block;
  vertical-align:middle;
  max-width: 76px;
  max-height: 76px;
}
.bdItem .commentConBox .photos_thumbnails .thumb_list ul li a{
  display:block;
  width:76px;
  height:76px;
  padding:1px;
  border:1px solid #eee;
  overflow:hidden;
}
.bdItem .commentConBox .photos_thumbnails .thumb_list ul li.on a,.bdItem .commentConBox .photos_thumbnails .thumb_list ul li:hover a{
  border:2px solid #d70c19;
  padding:0px;
}
.bdItem .commentConBox .big_photo .prev_btn,.bdItem .commentConBox .big_photo .next_btn{
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:38px;
  height:76px;
  cursor:pointer;
  border:1px solid #dfdfdf;
  position:absolute;
  top:1px;
}
.bdItem .commentConBox .big_photo .prev_btn{
  left:0px;
  background:#f9f9f9 url(../images/commentsListIcons2.png) no-repeat 6px 24px;
}
.bdItem .commentConBox .big_photo .next_btn{
  right:0px;
  background:#f9f9f9 url(../images/commentsListIcons2.png) no-repeat -37px 24px;
}
.bdItem .commentConBox .big_photo .prev_btn:hover{
  background-position:-80px 24px;
}
.commentM .big_photo .next_btn:hover{
  background-position:-124px 24px;
}
.bdItem .commentConBox .big_photo .prev_btn.prevStop{
  background-position:-167px 24px;
  cursor:default;
}
.bdItem .commentConBox .big_photo .next_btn.nextStop{
  background-position:-213px 24px;
  cursor:default;
}
.bdItem .commentConBox .cursor_small{
  width:100%;
  left:0;
  cursor:url(../images/small.cur),auto;
  z-index:2;
  position:absolute;
  height:100%;
  top:0;
  background:url(about:blank) fixed;
}
.bdItem .commentConBox .photos_operate{
  margin-bottom:8px;
}
.bdItem .commentConBox .photos_operate .opt_item{
  float:left;
  height:16px;
  padding:2px 0;
  margin-right:20px;
}
.bdItem .commentConBox .photos_operate .opt_item i{
  width:18px;
  height:18px;
  *display:inline;
  *zoom:1;
  display:inline-block;
  margin-right:4px;
  vertical-align:top;
  _cursor:pointer;
  background:url(../images/commentsListIcons2.png) no-repeat;
}
.bdItem .commentConBox .photos_operate .opt_item i.shut{
  background-position:-284px 0;
}
.bdItem .commentConBox .photos_operate .opt_item i.magnifier{
  background-position:-307px -1px;
}
.bdItem .commentConBox .photos_operate .opt_item i.rotate0{
  background-position:-331px -1px;
}
.bdItem .commentConBox .photos_operate .opt_item i.rotate1{
  background-position:-354px -1px;
}
.bdItem .commentConBox .photos_operate .opt_item .text{
  display:inline-block;
  *display:inline;
  *zoom:1;
  line-height:16px;
  vertical-align:top;
  _cursor:pointer;
}
.bdItem .commentConBox .photos_viewer{
  width:574px;
  height:405px;
  border:1px solid #999;
  margin:0 auto;
  overflow:hidden;
  background:#fff;
}
.bdItem .commentConBox .photos_wrap{
  width:100%;
  height:100%;
  text-align:center;
  font-size:0;
  position:relative;
}
.bdItem .commentConBox .photos_wrap .bd{
  position:absolute;
  left:0;
  top:0;
  width:574px;
  height:405px;
}
.bdItem .commentConBox .photos_wrap .bd ul{
  overflow:hidden;
}
.bdItem .commentConBox .photos_wrap .bd ul li{
  width:574px;
  height:405px;
  float:left;
  overflow:hidden;
  text-align: center;
}
.bdItem .commentConBox .photos_wrap i{
  display:inline-block;
  width:1px;
  height:100%;
  overflow:hidden;
  vertical-align:middle;
}
.bdItem .commentConBox .photos_wrap img{
  vertical-align:middle;
  margin-left:-1px;
  max-width: 574px;
  max-height: 405px;
}
.bdItem .commentConBox .photos_viewer .cursor_left{
  width:100px;
  left:0;
  cursor:url(../images/pic_prev.cur),auto;
  z-index:3;
  position:absolute;
  height:100%;
  top:0;
  background:url(about:blank) fixed;
}
.bdItem .commentConBox .photos_viewer .cursor_right{
  width:100px;
  right:0;
  cursor:url(../images/pic_next.cur),auto;
  z-index:3;
  position:absolute;
  height:100%;
  top:0;
  background:url(about:blank) fixed;
}
.bdItem .commentConBox .photos_viewer .cursor_left.prevStop,.bdItem .commentConBox .photos_viewer .cursor_right.nextStop{
  display:none;
}