.product-detail {
  color: #666;
}
.product-detail .main-side {
  width: 100%;
}
.product-detail .main-side .product-info {
  border: 1px solid #e4e4e4;
  padding: 10px;
}
.product-detail .main-side .product-info h1 {
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  padding: 10px 10px 15px 10px;
}
.product-detail .main-side .product-info .thumbs {
  width: 35%;
}
.product-detail .main-side .product-info .thumbs .big {
  height: 250px;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.product-detail .main-side .product-info .thumbs .big img.thumb {
  width: 250px;
  height: 250px;
  display: block;
}
.product-detail .main-side .product-info .thumbs .small {
  
  min-width: 270px;
  min-height: 73px;
}
.product-detail .main-side .product-info .thumbs .small li {
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  width: 45px;
  margin-left: 2px;
}
/*v4版产品小图样式*/
.product-detail .main-side .product-info .thumbs .small li:first-child {
    margin-left:0;
}

.product-detail .main-side .product-info .thumbs .small li img {
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.product-detail .main-side .product-info .thumbs .small li.selected img {
  /*v4版产品小图样式*/
  border-color: #ff5a00;
}
.product-detail .main-side .product-info .thumbs .fav,
.product-detail .main-side .product-info .thumbs .doc {
  text-indent: 25px;
  display: inline-block;
  margin-right: 15px;
  color: #666;
  margin-top: 20px;
}
.product-detail .main-side .product-info .thumbs .fav {
  background: url("../images/fav.png") 0 no-repeat;
}
.product-detail .main-side .product-info .thumbs .doc {
  background: url("../images/doc.png") 0 no-repeat;
}
.product-detail .main-side .product-info .parsms {
  /*v4版本产品详情样式调整*/
  width: 65%;
  
}
.product-detail .main-side .product-info .parsms .p-key {
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  width:60px;
}
.product-detail .main-side .product-info .parsms .p-val {
  font-size: 16px;
  font-weight: bold;
}
.product-detail .main-side .product-info .parsms .row {
  margin: 20px 0;
}
/*v4版本产品详情样式调整*/
.product-detail .main-side .product-info .parsms .row.pad {
    padding-left:0px;
}
/*v4版本产品详情样式调整*/
.product-detail .main-side .product-info .parsms .row.pad .p-key{
    display: inline-block;
    font-size: 13px;
    width: 60px;
}
.product-detail .main-side .product-info .parsms .row.price .p-val {
  /*v4版本产品详情样式调整*/
  font-size: 20px;
  color: #ff5a00;
}
.product-detail .main-side .product-info .parsms .dynamic-price {
  font-size: 12px;
}
.product-detail .main-side .product-info .parsms .dynamic-price h2 {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  /*v4版本产品详情样式调整*/
  font-size: 13px;
  font-weight:700;
}
.product-detail .main-side .product-info .parsms .dynamic-price h2 .fr {
  font-weight: normal;
  color: #333;
}
.product-detail .main-side .product-info .parsms .dynamic-price h2 .fr i {
  font-style: normal;
  margin: 0 8px;
}
.product-detail .main-side .product-info .parsms .dynamic-price h2 .fr span.currency {
  cursor: pointer;
}
.product-detail .main-side .product-info .parsms .dynamic-price h2 .fr span.active {
  color: #ff5a00;
  pointer-events: none;
  cursor: default;
}
.product-detail .main-side .product-info .parsms .dynamic-price .num-price {
  border: 1px solid #ddd;
  /*v4版本产品详情样式调整*/
  background-color: #f5f5f5;
}
.product-detail .main-side .product-info .parsms .dynamic-price .num-price table th,
.product-detail .main-side .product-info .parsms .dynamic-price .num-price table td {
  font-size: 12px;
  padding: 10px 0;
  text-indent: 10px;
  text-align: left;
  font-weight: 500;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other {
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other h2 {
  border-bottom: 0;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row {
  padding: 0 10px;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row span {
  display: inline-block;
  /*v4版本产品详情样式调整*/
  width: 80px;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard span {
  /*v4版本产品详情样式调整*/
  vertical-align: middle;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard span.sku-key {
    vertical-align: top;
    margin-top: 15px;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box {
  display: inline-block;
  width: 560px;
  width: 558px\0;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box em {
  display: inline-block;
  /*v4版本产品详情样式调整*/
  color: #666;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  border: 1px solid #999;
  min-width: 56px;
  text-align: center;
  margin-left: -1px;
  position: relative;
  padding: 3px 5px;
  margin-bottom: 2px;
}
/*v4版本产品详情样式调整*/
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box a:hover {
    color: #2fb4ff;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box em:hover{
  border: 1px solid #ff5a00;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  z-index: 1;
  color: #ff5a00;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box em.active {
  /*v4版本产品详情样式调整*/
  border: 1px solid #ff5a00;
  background:#ff5a00;
  color: #fff;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  z-index: 1;
}
/*v4版本产品详情样式调整*/
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box em.disabled{
    color: #dedede;
    border: 1px dashed #e4e4e4;
    cursor: not-allowed;
}
/*v4版本产品详情样式调整*/
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box em.disabled:hover {
    border: 1px dashed #e4e4e4;
}

.product-detail .main-side .product-info .parsms .dynamic-price .other .row.custom input,
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.custom select {
  height: 24px;
  line-height: 24px;
  border: 1px solid #999;
  margin-left: -4px;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.custom input {
  width: 70px;
  margin-right: 3px;
  padding: 0;
  text-indent: 2px;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.custom input.active {
  border: 1px solid #ff5a00;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.custom select {
  height: 26px;
  line-height: 26px;
}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.custom img {
  margin-top: 5px;
  cursor: pointer;
}
.product-detail .main-side .product-info .parsms .quantity .fl {
  font-weight: 700;
}
.product-detail .main-side .product-info .parsms .quantity span {
  /*v4版本产品详情样式调整*/
  line-height: 30px;
  margin-right: 10px;
}
.product-detail .main-side .product-info .parsms .quantity .pick-goods input {
  width: 55px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border: 1px solid #d0d0d0;
  margin-left: -5px;
  text-align: center;
  padding: 0;
}
.product-detail .main-side .product-info .parsms .quantity .pick-goods a {
  display: inline-block;
  width: 30px;
  background-color: #ededed;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.product-detail .main-side .product-info .parsms .quantity .pick-goods a.add {
  margin-left: -1px;
}
.product-detail .main-side .product-info .parsms .repertory {
  margin-left: 10px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.product-detail .main-side .product-info .parsms .repertory .p-val {
  color: #ff5a00;
}
.product-detail .main-side .product-info .add-to-cart {
  width: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  margin-top: 0px;
  float:left;
}
.to-right-10{margin-right:10px;}
.product-detail .main-side .product-info .add-to-cart.inquiry {
  display: none;
}
.product-detail .main-side .product-info .add-to-cart.inquiry.show {
  display: block;
}

.product-detail .main-side .tab {
  border: 1px solid #e4e4e4;
  margin-top: 14px;
}
.product-detail .main-side .tab .t-head {
  height: 34px;
  background-color: #f7f6f6;
}
.product-detail .main-side .tab .t-head li {
  float: left;
  background-color: #ff5a00;
  position: relative;
}
.product-detail .main-side .tab .t-head li a {
  background-color: #f7f6f6;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  color: #666;
  border-right: 1px solid #e4e4e4;
}
.product-detail .main-side .tab .t-head li.first {
  margin-left: 0px;
}
.product-detail .main-side .tab .t-head li.active {
  /*z-index: 10;*/    /*注释层级，使之不会浮现于下拉之上*/
  padding-top: 2px;
  margin-left: -1px;
  top: -1px;
}
.product-detail .main-side .tab .t-head li.active a {
  background-color: #fff;
  border-left: 1px solid #e4e4e4;
}
.product-detail .main-side .tab .t-body {
  border-top: 1px solid #e4e4e4;
}
.product-detail .main-side .tab .t-body .item {
  /*v4版本产品详情样式调整*/
  padding: 15px;
}
.product-detail .main-side .tab .t-body .item.description {
  padding: 15px;
}
.product-detail .main-side .tab .t-body .item.description p {
  margin-bottom: 15px;
  line-height: 1.8;
}
.product-detail .main-side .tab .t-body .item.description table {
  width: 100%;
  border:1px solid #dcdcdc;
}
.product-detail .main-side .tab .t-body .item.description table td{border:1px solid #dcdcdc;padding:0.5%;}
.product-detail .main-side .tab .t-body .item.description table td p{line-height:35px;margin-bottom:0px;}
/*产品详情页面 产品描述中表格样式 start by wangyilie @since 2016-01-07 16:46*/
table.product-description caption {
  background-color: #ddd;
  text-align: left;
  padding: 8px;
  color: #333;
  font-size: 13px;
}
table.product-description td,
table.product-description th {
  width: 50%;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 13px;
}
table.product-description th {
  text-align: left;
  font-weight: normal;
}
table.product-description tr:hover td,
table.product-description tr:hover th {
  background: #f9f9f9;
}
table.product-description tr:hover th {
  border-right: 0;
}
table.product-description tr:hover td {
  border-left-color: #ddd;
}
/*产品详情页面 产品描述中表格样式 end*/

.product-detail .main-side .tab .t-body .item.feedback ul {
  /*v4版本产品详情样式调整*/
  /*padding: 10px;*/
}
.product-detail .main-side .tab .t-body .item.feedback ul li {
  padding: 20px;
  border-top: 1px solid #ddd;
}
.product-detail .main-side .tab .t-body .item.feedback ul li:first-child {
    border-top: 0;
}
.product-detail .main-side .tab .t-body .item.feedback ul li p {
  width: 50%;
  display: inline-block;
  *display: inline;
  line-height: 1.8;
  vertical-align: middle;
  overflow: hidden;
  word-wrap: break-word;
  word-break: normal;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot {
  width: 49%;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot a {
  color: #666;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot a:hover {
  color: #ff5a00;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot .reply {
  width: 30%;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot .rank {
  /*v4版本产品详情样式调整*/
  width: 65%;
  /*margin-top: 10px;*/
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot .rank ul {
  padding: 0;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot .author-info {
  width: 30%;
  text-align: left;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot .author-info span {
  display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-detail .main-side .tab .t-body .item.feedback ul li .comment-foot .author-info time {
  display: block;
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul {
  padding: 0;
  /*margin-left: 30px;*/
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul li {
  padding-right: 0;
  border: 0px;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul li p {
  width: 100%;
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul li p .revert {
  color: #ff5a00;
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul li .comment-foot {
  width: 100%;
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul li .comment-foot .author-info {
  width: 100%;
  text-align: right;
}
.product-detail .main-side .tab .t-body .item.feedback ul li ul li .comment-foot .author-info span,
.product-detail .main-side .tab .t-body .item.feedback ul li ul li .comment-foot .author-info time {
  display: inline-block;
}
.product-detail .main-side .tab .t-body .item.feedback #captchaImage {
  height: 37px;
}
.product-detail .main-side .tab .t-body .item.feedback form {
  /*v4版本产品详情样式调整*/
  padding: 10px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row {
  margin-bottom: 10px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label span {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 10px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label input {
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label input,
.product-detail .main-side .tab .t-body .item.feedback form .row label textarea {
  border: 1px solid #ddd;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label img {
  margin-left: 10px;
  margin-top: 1px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label textarea {
  width: 550px;
  height: 150px;
  padding: 5px;
  resize: vertical;
}
.product-detail .main-side .tab .t-body .item.feedback form .row button {
  width: 150px;
  margin-left: 94px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row .rank {
  width: 135px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row .rank ul {
  padding: 0;
}
.product-detail aside {
  width: 200px;
}
.product-detail aside .store-info {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  padding: 20px 10px;
  background-color: #fff;
}
.product-detail aside .store-info .logo-name {
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}
.product-detail aside .store-info .logo-name img {
  width: 150px;
}

.product-detail aside .store-info .logo-name h3 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}

#contactlist{
    display: none;position: fixed;z-index: 9999999;top: 0px;left: 0px;right: 0px;bottom: 0px;background-color: rgba(0,0,0,0.8);
}
#contactlist .comment-reply-form{
   display: inline-block;
  width: 30%;
  margin: 10% 35%; 
  background-color: #fff;
}
#contactlist .comment-reply-form .row{
   width:90%;
   padding:5%;
   float:left;
}

#contactlist .comment-reply-form .row h5{
    color: #666;line-height: 50px;text-align: left;width: 47%;font-size: 16px;float:left;
}
#closecontact{
    color: #666;line-height: 20px;text-align: right;width: 47%;margin-right: 3%;font-size: 16px;float:right;cursor:pointer;
}

#contactlist .comment-reply-form .row .col-md-12{
    width: 100%;
  float: left;
}
#contactlist .comment-reply-form .row .col-md-12 font{
    float:left;
    width:100%;
    line-height:30px;
    color:#999;
    font-size: 13px;
    text-align:center;
    
}
#contactlist .comment-reply-form .row .col-md-12 p{
    float:left;
    width:80%;
    line-height:30px;
    color:#666;
    font-size: 14px;
    text-align:center;
    margin: 0px 10%;
    
}
#contactlist .comment-reply-form .row .col-md-12 p img{
    width:70%;
    border: 1px solid #dcdcdc;
}


.box{        /*box是上方h3的其中一个classname，用于进行超出折行*/
  height: auto;
}
.box.opened {
  /*min-height: 180px;*/
  word-wrap: break-word;
  height: auto !important;
}
.box .toggle .close,
.box.opened .toggle .open {
  display: none;
}
.box .toggle .opened,
.box.opened .toggle .close {
  display: inline;
  color: #2fb4ff;
}
.box .toggle span{                /*收起更多按钮分别的样式*/
  color: #2fb4ff;
  white-space: nowrap;
}
.box .toggle span:hover{
  color: #2fb4ff;
}


/*     END       box是上方h3的其中一个classname，用于进行超出折行      END     */

.label-self {
    position: relative;
    padding: 2px 5px;
    color: #fff;
    background: #ff5a00;
    top: 5px;
    right: -86px;
}
.label-self:after {
    position: absolute;
    right: 0px;
    content: '';
    top: 18px;
    width: 0;
    height: 0;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 2px solid #ff5a00;
    border-top: 2px solid #ff5a00;
}
.support-consult {
  margin-top: 15px;
  padding-left: 10px;
}
.support-consult ul {
  font-size: 12px;
  color: #999;
}
.support-consult ul li {
  margin-top: 10px;
  background: url("../image/phone4pro.png") left no-repeat;
  padding-left: 20px;
  line-height: 18px;
}
.support-consultl li.detail {
  background: url("../image/gear4pro.png") left no-repeat;
}
.product-detail aside .similar-product {
  border: 1px solid #e4e4e4;
}
.product-detail aside .similar-product h3 {
  color: #666;
  padding: 10px;
  font-size: 14px;
}
.product-detail aside .similar-product li {
  border: 2px solid #fff;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  font-size: 14px;
}
.product-detail aside .similar-product li.last {
  border-bottom: 0;
}
.product-detail aside .similar-product li .type-number {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: -5px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 12px;
}
.product-detail aside .similar-product li .price-number {
  height: 25px;
  font-size: 12px;
}
.product-detail aside .similar-product li .price-number .price {
  color: #ff5a00;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.product-detail aside .similar-product li .title {
  margin: 5px 0;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.product-detail aside .similar-product li .title.product-name {
  height: 43px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  white-space: normal;
}
.product-detail aside .similar-product li .actions a {
  display: inline-block;
  vertical-align: middle;
}
.product-detail aside .similar-product li .actions .add-to-cart {
  border: 1px solid #e4e4e4;
  width: 112px;
  height: 30px;
  line-height: 29px;
  color: #666;
  background: url("../image/cart-small.png") 0 top no-repeat;
  text-align: center;
  text-indent: 20px;
}
.product-detail aside .similar-product li .actions .add-to-cart:hover {
  background-color: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
  background-position: 0 -30px;
}
.product-detail aside .similar-product li .actions .doc {
  background: url("../image/doc.png") 0 no-repeat;
  width: 19px;
  height: 19px;
}
.product-detail aside .similar-product li .actions .fav {
  background: url("../image/fav.png") 0 no-repeat;
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
.product-detail aside .similar-product li img {
  display: block;
  margin: 0 auto;
}

/*v4版本产品详情页面宽度调整*/
.main {
    width: 1350px;
}
.feedback-title {
    border-left: 2px solid #ff5a00;
    padding-left: 5px;
}
.feedback-header {
    padding: 10px 20px !important;
    background-color: #ddd;
}
.feedback-header .author-info{
    text-align: center;
}
.item.feedback ul li .answer {
    width: 90%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
}
.item.feedback ul li .answer .author-info {
    width: 17%;
}
.item.feedback ul li .answer .author-info span{
    display: block;
}
/*v4版本产品详情样式调整*/
.sku-attribute {
    font-size: 13px;
}

#choosexinghao{margin:10px auto;}
#choose { width:100%; }

#choose p span { font-size: 14px; color: #666666; border: 1px solid #999999; display: inline-block; padding: 8px; cursor: pointer; margin: 5px; line-height: 20px; }

#choose p font { font-size: 13px; font-weight:700; display: inline-block;width: 80px;}

#choose p span.on { background: url(../images/on.png) no-repeat right bottom; border: 2px solid #ff6600; padding: 7px; }

#chooses { width:100%; }

#chooses p span { font-size: 14px; color: #666666; border: 1px solid #999999; display: inline-block; padding: 8px; cursor: pointer; margin: 5px; line-height: 20px; }

#chooses p font { font-size: 13px; font-weight:700; display: inline-block;width: 80px;}

#chooses p span.on { background: url(../images/on.png) no-repeat right bottom; border: 2px solid #ff6600; padding: 7px; }

@media (max-width: 760px){
  .main {
  width: 98%;
}
.bread-thumb {
  margin: 2% auto;
    padding: 0px 1%;
    float: left;
    line-height: 25px;
    background-color: #f5f5f5;
    padding: 2% 3%;
}
.product-detail{float:left;}
.product-detail .main-side .product-info .parsms .dynamic-price .other .row.standard .standard-box {width: 100%;}
.product-detail .main-side .product-info h1 {
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  padding: 10px 10px 10px 10px;
}
.product-detail .main-side .product-info .thumbs {
  width: 100%;
}
.product-detail .main-side .product-info .parsms {
  width: 100%;
}
.product-detail .main-side .product-info .thumbs .big {
  height: auto;
    
}
.product-detail .main-side .product-info .thumbs .big img.thumb {
  width: 100%;height:auto;
}
 .product-detail .main-side .product-info .parsms .dynamic-price .num-price table td {
  font-size: 12px;
  padding: 10px 0;
  text-indent: 0px;
  text-align: center;
}
.product-detail .main-side .product-info .add-to-cart {
  width: 30%;float: left;
height: 35px;
    line-height: 35px;
    margin-top: 2%;
    margin-left: 0px;
    margin-right: 2%;
    font-size:14px;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin-right: 0px;
  line-height: 30px;
  float: left;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label{width: 100%;}
.product-detail .main-side .tab .t-body .item.feedback form .row label input{margin-right: 0px;
  width: 96%;
  padding: 0px 2%;}
  .product-detail .main-side .tab .t-body .item.feedback form .row label textarea {
  width: 96%;
  height: 150px;
  padding: 2%;
  resize: vertical;
}
.product-detail .main-side .tab .t-body .item.feedback form .row label input#feedback_captcha {
    margin-right: 0px;
    width: 25%;
    padding: 0px 2%;
  }

.product-detail .main-side .tab .t-body .item.feedback form .row button {
  width: 30%;
  margin-left: 35%;
}
#buybutton{background:none;padding: 0px;
}
.product-detail .main-side .product-info .parsms .row.pad {
  padding: 2% 3%;
  background-color: #f5f5f5;
}
.product-detail .main-side .product-info .parsms .row {
  margin: 5px 0;
}
.quantity{width:50%;float:left;background-color: #f5f5f5;
  padding: 2% 3%;}
.product-detail .main-side .product-info .parsms .row.pad .p-key {
  width: auto;
}
.product-detail .main-side .product-info .parsms .repertory {
  margin-left: 0px;
  font-size: 12px;
  line-height: 35px;
  float: right;
  padding: 2% 3%;
}
.xinghao{
    display: block;
  background-color: #f5f5f5;
  padding: 2% 3%;
}
.product-detail .main-side .product-info .parsms .dynamic-price .num-price {
  border: 0px solid #ddd;}
.product-detail .main-side .product-info .parsms .row.price .p-val {
  font-size: 14px;} 
 #contactlist .comment-reply-form {
  display: inline-block;
  width: 80%;
  margin: 10%;
  background-color: #fff;
} 
  
  

    
    
    
    
}




