.pro-show .wrap {
  overflow: hidden;
  margin: 10px auto 0;
  width: 1200px;
}
.product-wrap {
  width: 100%;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.product-wrap .pro-item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 20px 20px 5px;
}
.product-wrap .pro-item .img {
  width: 100%;
}
.product-wrap .pro-item .img img {
  width: 100%;
}
.product-wrap .pro-item .title {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  padding: 0 10px;
  font-size: 14px;
}
.product-wrap .pro-item .compnay {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  padding: 0 10px;
}
.pro-d-t {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}
.pro-d-t .pro-d-l {
  float: left;
  width: 340px;
  height: 370px;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  overflow: hidden;
}
.pro-d-t .pro-d-l .img{
  min-height: 340px;
  position: relative;
}
.pro-d-t .pro-d-l img {
  display: block;
  width: 96%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.pro-d-t .pro-d-l .tab-img {
  text-align: center;
  color: #999;
}
.pro-d-t .pro-d-r {
  float: left;
  width: 835px;
  box-sizing: border-box;
  padding-left: 20px;
}
.pro-d-t .pro-d-r h1 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-d-t .pro-d-r > ul {
  overflow: hidden;
  font-size: 14px;
}
.pro-d-t .pro-d-r > ul li {
  float: left;
  line-height: 30px;
}
.pro-d-t .pro-d-r > ul li a {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  display: block;
  margin: 0 5px;
  padding: 0 10px;
  background-color: #fff3e1;
  color: #FF9800;
}
.pro-d-t .pro-d-r .pro-d-cnt {
  overflow: hidden;
  margin-top: 20px;
}
.pro-d-t .pro-d-r .pro-d-cnt .name {
  float: left;
  padding-left: 10px;
  margin-right: 20px;
}
.pro-d-t .pro-d-r .pro-d-cnt .pro-c {
  float: left;
}
.pro-d-t .pro-d-r .pro-d-cnt .pro-c p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.pro-d-t .pro-d-r .pro-d-cnt .pro-c p i {
  display: inline-block;
  width: 54px;
  height: 19px;
  line-height: 19px;
  margin-right: 5px;
  text-align: center;
  font-size: 12px;
  color: #fe8431;
  border: 1px solid #fe8431;
  font-style: normal;
}
.pro-d-t .pro-d-r .type .name {
  overflow: hidden;
}
.pro-d-t .pro-d-r .type .name .title-pro,
.pro-d-t .pro-d-r .type .name .pro {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.pro-d-t .pro-d-r .type .name .pro {
  text-align: center;
  padding: 0 5px;
  color: #fe8431;
  border: 1px solid #fe8431;
}
.pro-d-t .pro-d-r .type .num {
  overflow: hidden;
  margin-top: 10px;
}
.pro-d-t .pro-d-r .type .num .title-num,
.pro-d-t .pro-d-r .type .num .number {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.pro-d-t .pro-d-r .type .num .number span {
  display: inline-block;
  box-sizing: border-box;
  width: 28px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #999;
  background: #fff;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  margin-top: 2px;
}
.pro-d-t .pro-d-r .type .num .number input {
  outline: none;
  display: inline-block;
  width: 58px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  vertical-align: top;
}
.pro-d-t .pro-d-r .price {
  margin-top: 10px;
  padding: 10px 10px;
  background-color: #f7f7f7;
  font-size: 18px;
}
.pro-d-t .pro-d-r .price .buy {
  color: #f01515;
}
.pro-d-t .pro-d-r .operation {
  overflow: hidden;
  margin-top: 20px;
}
.pro-d-t .pro-d-r .operation .zx,
.pro-d-t .pro-d-r .operation .phone {
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #0d8df9;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}
.pro-d-t .pro-d-r .operation .title {
  float: right;
  font-size: 14px;
  padding-right: 20px;
}
.pro-d-t .pro-d-r .operation .qro {
  float: right;
  margin-right: 30px;
}
.pro-d-t .pro-d-r .operation .qro img {
  width: 100px;
  height: 100px;
}
.pro-d-t .pro-d-r .operation .qro span {
  vertical-align: top;
  padding-top: 30px;
  display: inline-block;
}
.pro-d-t .pro-d-r .operation .none {
  display: none;
}
.pro-content {
  overflow: hidden;
  padding: 20px;
}
.pro-content .left {
  float: left;
  width: 260px;
  height: 50px;
  margin-right: 20px;
}
.pro-content .left .company {
  text-align: center;
  border: 1px solid #ddd;
  margin: 20px 10px;
  padding: 20px 0;
}
.pro-content .left .shop {
  width: 240px;
  margin: 0 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
}
.pro-content .left .shop p {
  line-height: 40px;
}
.pro-content .left .shop p a {
  font-size: 18px;
  color: #555;
}
.pro-content .left .shop ul li {
  line-height: 30px;
  border-top: 1px solid #ddd;
}
.pro-content .right {
  float: left;
  width: 850px;
}
.pro-content .detail,
.pro-content .qa {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pro-content .detail .title h4,
.pro-content .qa .title h4 {
  border-bottom: 1px solid #0d8df9;
  color: #ffffff;
  margin-bottom: 10px;
}
.pro-content .detail .title h4 strong,
.pro-content .qa .title h4 strong {
  display: inline-block;
  width: 90px;
  padding: 4px;
  background-color: #0d8df9;
  line-height: 30px;
  text-align: center;
}
.pro-content .detail .d-cnt,
.pro-content .qa .d-cnt {
  margin-bottom: 10px;
  margin-top: 10px;
}
.pro-content .detail .d-cnt .d img,
.pro-content .qa .d-cnt .d img {
  width: 100%;
  margin-top: 20px;
  display: block;
}
.pro-content .detail .d-cnt p,
.pro-content .qa .d-cnt p {
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin-bottom: 10px;
}
.pro-content .detail .d-cnt p span,
.pro-content .qa .d-cnt p span {
  color: #0d8df9;
  font-weight: 700;
}
.pro-content .detail .d-cnt ul,
.pro-content .qa .d-cnt ul {
  overflow: hidden;
}
.pro-content .detail .d-cnt ul li,
.pro-content .qa .d-cnt ul li {
  float: left;
  width: 25%;
  line-height: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  td{
    padding-left: 10px !important;
  }
  .pro-show .wrap {
    overflow: hidden;
    margin: 10px auto 0;
    width: 100%;
  }
  .pro-d-t .pro-d-l {
    width: 100%;
  }
  .pro-d-t .pro-d-r {
    width: 100%;
    padding-left: 0;
  }
  .pro-d-t .pro-d-r h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 10px;
    overflow: hidden;
    white-space: none;
  }
  .pro-d-t .pro-d-r .pro-d-cnt .name {
    margin-bottom: 10px;
  }
  .pro-d-t .pro-d-r .pro-d-cnt .pro-c {
    width: 100%;
  }
  .pro-d-t .pro-d-r .pro-d-cnt .pro-c p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .pro-d-t .pro-d-l .tab-img {
    display: none;
  }
  .type {
    box-sizing: border-box;
    padding-left: 10px;
  }
  .pro-d-t .pro-d-r .operation .zx {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .pro-content {
    overflow: hidden;
    padding: 10px;
  }
  .pro-content .left {
    display: none;
  }
  .pro-content .right {
    width: 100%;
  }
  .pro-d-t .pro-d-r h1{
    padding-left: 10px;
    box-sizing: border-box;
  }
}
.zx a{
  color: #fff;
}
.pro-content .left .shop ul li a:hover,.pro-content .left .company a:hover{
  color: #0d8df9;
}
h6{
  display: none;
}
.prothree,.prothree>table{
  width: 100% !important;
}
.prothree p{
  padding: 10px !important;
}