@charset "UTF-8";
/*!
trm.page.goods.css - 页面级的css，例如
Copyright (c) 2016 Trm
*/

/* good-list table style*/
.good-list {
  padding-left: 1px;
}
.good-list-item {
  margin-bottom: 0px;
}
.good-list-item li {
  float: left;
  width: 228px;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  display: inline;
  overflow: hidden;
  color: #666;
  cursor: pointer; /*liujie add 20161103*/
}
.good-list-item li dl {
  width: 208px;
  border-bottom: 1px solid #f6f1f1;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.good-list-item.table-show li dl:hover {
  border-bottom: 1px solid #fff;
}

.good-list-item.table-show li:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.23);
}
.good-list-item li .pic {
  background-color: #FFF;
}
.good-list-item li .pic,
.good-list-item li .pic img {
  display: block;
  width: 208px;
  height: 160px;
  overflow: hidden;
}
.good-list-item li .pic:hover {
  border-color: #f9514e;
}
.good-list-item li .name {
  height: 34px;
  word-break: break-all;
  font-size: 14px;
  line-height: 28px;
  overflow: hidden;
}
.good-list-item li .number {
  height: 20px;
  word-break: break-all;
  overflow: hidden;
}
.good-list-item li .name a,
.good-list-item li .price .num,
.good-list-item li dd .num {
  color: #f9514e;
}
.good-list-item li .name a:hover,
.good-list-item li .name a:focus {
  text-decoration: underline;
}  
.w-932 .good-list-item.list-show li .name a,
.w-932 .good-list-item.table-show li .name a {   /* 交易市场列表标题增加text-overflow样式   by yinzheng 17-1-13 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.w-932 .good-list-item.list-show li .name a {
	width: 300px;
}
.w-932 .good-list-item.table-show li .name a{   
  width: 205px;
}
.w-248 dl dt.name {						
	width: 208px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.good-list-item li .ifo {
  height: 40px;
  font-size: 12px;
  overflow: hidden;
}
.good-list-item li .price {
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  color: #f9514e;
}
.good-list-item li .btn a {
  float: left;
  height: 24px;
  margin: 5px 10px 0;
  *display: inline;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  color: #666;
}
.good-list-item li .btn a.btn-collect {
  width: 70px;
  border: 1px solid #ECECEC;
}
.good-list-item li .btn a:hover {
  color: #f9514e;
  text-decoration: none;
}
.good-list-item li .btn a.btn-collect:hover,
.good-list-item li .btn a.on {
  border-color: #f9514e;
  color: #FFF;
  background-color: #f9514e;
}
.good-list-item li .btn .i-collect,
.good-list-item li .btn .i-shop,
.good-list-item li .btn .i-mall {
  display: inline-block;
  *zoom: 1;
  margin-right: 5px;
  overflow: hidden;
  vertical-align: middle;
  background: url("../../images/newwtoip/bg/seach-icon.png") no-repeat;
}
.good-list-item li .btn .i-collect {
  width: 15px;
  height: 15px;
  background-position: -16px 0;
}
.good-list-item li .btn a:hover .i-collect,
.good-list-item li .btn a.on .i-collect {
  background-position: -16px -16px;
}
.good-list-item li .btn .i-shop {
  width: 20px;
  height: 20px;
  background-position: -16px -32px;
}
.good-list-item li .btn a:hover .i-shop {
  background-position: -16px -54px;
}
.good-list-item li .btn .i-mall {
  width: 20px;
  height: 15px;
  background-position: -16px -77px;
}
.good-list-item li .btn a:hover .i-mall {
  background-position: -16px -95px;
}

.good-list-item li dl {
  font-size: 12px;
  font-weight: normal;
}
/* good-list list style*/
.list-show li {
  float: none;
  width: 100%;
  display: block;
  cursor: default !important;
}
.list-show li .pic,
.list-show li .pic img {
  /*width: 199.5px; wangxun modify 2016/09/30*/
  width: 182px;
  height: 140px;
  margin-right: 20px;
}
.list-show li dl {
  width: 100%;
  height: 160px;
  font-size: 12px;
  font-weight: normal;
}
.list-show li .intro-left {
  width: 312px;
  margin-right: 55px;
  line-height: 22px;
}
.list-show li .intro-right {
  width: 195px;
  height: 100%;
  line-height: 22px;
}
.list-show li .num {
  color: #f9514e;
}
.list-show li .name {
  font-weight: bold;
  line-height: 22px;
  height: 22px;
}
.list-show li .short-intro {  
    color: #999;
    word-break: break-all;	/* modify by yinzheng start line2 to end*/
    overflow: hidden;
    height: 44px;
}
.list-show li .goods-price {
  display: block;
  color: #23313d;
}
.list-show li .goods-date {
  display: block;
}
.list-show li .appNum {
  height: 22px;
  word-break: break-all;
  overflow: hidden;
}
.list-show li .goods-price .num {
  font-size: 16px;
}
.list-show li .saler-name {
  line-height: 30px;
  font-size: 12px;
  color: #000;
  display: block;
  border-bottom: none;
  width: 113px;                           /*add by sunfang 2016-12-9  */
  overflow: hidden;                       /*add by sunfang 2016-12-9  */
  text-overflow: ellipsis;                /*add by sunfang 2016-12-9  */
  white-space: nowrap;                    /*add by sunfang 2016-12-9  */
}
.list-show li .btn-shop {
  width: 110px;
  height: 32px;
  color: #f9514e;
}
.list-show li .btn-shop:hover {
  color: #FFF;
}
.good-list-item.list-show li .pic:hover {
  box-shadow: 0px 1px 9px 0px rgba(50, 50, 50, 0.23);
}
/* 商品详情 */
.goods-detail {
  margin-top: 27px;
  line-height: 31px;
  font-size: 12px;
  color: #222;
}
.goods-detail ul {
  height: 124px;
}
.goods-detail.double-column li {
  float: left;
  width: 202px;
  height: 31px;
}

.goods-detail.liwidth li {
	 width: 265px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slide-pic {
  float: left;
  position: relative;
  padding: 17px 0px 10px 6px;
}
.goods-detail-pannel {
  float: left;
  margin-left: 50px;
  width: 815px;
  padding-top: 5px;
}
.goods-detail.double-column li span:first-child {
  color: #555;
}

.default-color {
    color: #f9514e;
}
.goods-detail span.price {
  font-size: 20px;
   color: #f9514e;
   font-weight: bold;
}
.goods-detail span.price span {
  font-size: 20px;
  color: #f9514e !important;
}
.goods-detail .btn {
  margin-right: 15px;
}
.goods-detail .btn img {
  position: relative;
  bottom: 2px;
  left: -10px;
}
.goods-detail-body {
  height: 312px;
  border: 1px solid #ededed;
}
.goods-intro-body {
  position: relative;
  top: 14px;
  border: 1px solid #ededed;
}
.goods-saler {
  height: 312px;
  border: 1px solid #ededed;
}
.goods-saler .column {
  margin: 0px 15px;
}
.goods-saler ul {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  color: #222;
}
.goods-saler .shop-info {
  text-align: center;
  line-height: 25px;
}
.goods-saler #shop_nickname {
  font-size: 14px;
}
.goods-saler #shop_logo {
  border-radius: 60px;
  display: inline-block;
  width: 112px;
  height: 112px;
}
.goods-tuijian {
  position: relative;
  top: 15px;
  border: 1px solid #ededed;
}
.goods-name,
.saler-name {
  border-bottom: 1px dotted #e3e3e3;
}
.saler-name {
  line-height: 40px;
  font-size: 14px;
  color: #f9514e;
}
.goods-name {            /*modify by sunfang 2016-12-15  */
  font-size: 18px;
  color: #222;
  /* line-height: 58px;
  word-break: break-all;
  overflow: hidden;
  height: 58px; */
  padding: 15px 0;
}
.goods-name a:last-child {
  font-size: 12px;
  float: right;
}
.goods-intro-body .goods-intro-tab {
  font-size: 14px;
  color: #222;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dotted #e3e3e3;
}
.goods-intro-body .goods-intro-detail {
  font-size: 12px;
  color: #555;
  margin-top: 15px;
}
.goods-intro-content {
  margin: 5px 45px 45px 35px;
}
.goods-saler .shop-small-pic {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: 6px;
}
.goods-content-title {
  padding: 0px;
  width: inherit;
  z-index: 999;
}
.goods-content-title ul {
  margin-bottom: 0px;
}
.goods-content-title ul li {
  float: left;
  width: 96px;
  text-align: center;
}
.goods-content-title ul li.active a,
.goods-content-title ul li:hover a {
  color: #f9514e;
  border-bottom: 2px solid;
}
.goods-content-title ul li a {
  padding: 12px 0px;
}
.goods-content-title ul li i {
  width: 1px;
  height: 16px;
  background-color: #f2f2f2;
  margin-top: 3px;
  float: right;
}
/*需要优化，liujie标记20160831*/
.goods-content {
  padding: 20px 22px;
  margin-bottom: 60px !important;  
}
.goods-content > div {
  padding: 30px 0px;            /*modify by sunfang 2016-12-27  */
}
.goods-content > div > div {
  margin-bottom: 10px;     /*sunfang modify 2016/11/11  */
  /* margin-top: 20px; */        /*sunfang add 2016/12/27  */
  font-weight: bold;
}
/*需要优化，liujie标记20160831 end*/
.goods-content table {
  text-align: center;
  width: 100%;
  line-height: 42px;
  margin-bottom: 20px;
}
.goods-content table .td-w132 {
  width: 132px;
}
.goods-content table .td-w346 {
  width: 375px;
}
.goods-content table td {
  border: 1px solid #f2f2f2;
  padding: 0px 30px;
}
.goods-content table span {
  width: 20px;
  height: 10px;
  display: inline-block;
}



.goods-pic {
  position: relative;
  padding: 4px;
  overflow: hidden;
  width: 285px;
}
.goods-pic .bigImg {
  height: 204px;
  position: relative;
}
.goods-pic .bigImg li img {
  vertical-align: middle;
  width: 280px;
  height: 204px;
  border: 1px solid #cfcfcf;
}
.goods-pic .smallScroll {
  width: 100%;
  overflow: hidden;
}
.goods-pic .smallScroll span {
  position: relative;
  height: 40px;
  width: 10px;
  display: block;
  cursor: pointer;
}

.goods-pic .smallImg {
  margin-right: -5px;
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 10px;
  float: left;
}
.goods-pic .smallImg ul {
  height: 42px;
  margin-bottom: 0px;
  overflow: hidden;
}
.goods-pic .smallImg li {
  float: left;
  /*padding: 0 4px 0 0;chaojiangtao 2016-11-17*/
  padding: 0; /*chaojiangtao 2016-11-17*/
  margin: 0 4px 0 0;/*add chaojiangtao 2016-11-17*/
  /*width: 62px;chaojiangtao 2016-11-17*/
  cursor: pointer;
  display: inline;
}

.goods-pic .smallImg img {
  width: 52px;
  height: 42px;
  border: 1px solid #CFCFCF;
  cursor: pointer;
  margin-right: 5px;
}
.goods-pic .smallImg .on img {
  border-color: #ff7b20;
}
.content-box {
    background: #fff;
    margin: 0 auto 10px auto;
    overflow: hidden;
    padding: 20px 22px;
}
.row{
	overflow: hidden;
}

 .collect-large-icon {
    width: 18px;
    height: 18px;
    top: 3px;
    display: inline-block;
    position: relative;
    background: url(../../images/patent/icon-assist.png) 0 0 no-repeat;
    background-position: -74px -71px;
}


.btn-default:active, .btn-default.active, .btn-default.highlight, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #005aa5;
    border-color: #005aa5;
}
.btn.big {
    width: 110px;
    height: 32px;
    font-size: 12px;
    line-height: 31px;
    padding: 0px 10px;
}
.collect-share-btn {
    margin-top: 16px;
    margin-left: 10px;
}

.breadcrumb {
    padding: 10px 5px;
    margin-bottom: 0px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
}
.breadcrumb i{
	display: inline-block;
	font-style: normal;
}
.breadcrumb a:hover{
	color: #005AA5;
}


.goodsflow-1-img, .goodsflow-2-img, .goodsflow-3-img, .goodsflow-4-img {
    height: 122px;
    position: relative;
    background: url(../../images/patent/icon-goods-flow.png) 0 0 no-repeat;
}
.goodsflow-2-img {
    background-position: 1px -118px;
}
