.container {
  width:1200px;
}
.m-store-list {
  padding: 20px 15px;
}

.product-class .store-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  padding: 10px 0;
  width: 100%;
  display: block;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-class .store-item .cirle {
  width: 5px;
  height: 5px;
  background: rgba(153, 153, 153, 1);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
}

.company-search .item {
  position: relative;
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #eee;
}
.company-search .item:hover {
  border-color:#ff6900;
}

.company-search .item .products {
  border-left: 1px solid #ddd;
  padding-left: 35px;
  margin-left:35px;
}

.company-search .products .product-item {
  margin-bottom: 0;
}

.company-search .products .product-item .big{
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-info {
  width: 280px;
  color: #999;
}

.company-info .title {
  font-size: 18px;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  display:block;
}


.company-info .p1 {
  margin: 5px 0;
}

.company-info .p1 span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}

.company-info .p1 .span1 {
  background: url(${base}/resources/shop/images/slider3.png) no-repeat;
  background-size: cover;

}

.company-info .p1 .span2 {
  background: url(${base}/resources/shop/images/slider2.png) no-repeat;
  background-size: cover;
}

.company-info .p2 .name {
  display: inline-block;
  width: 140px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  position: relative;
}

.company-info .p2 .qq {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(${base}/resources/shop/images/slider1.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}

.company-info .p4 {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  line-height: 1.5;
}

.company-info .label-name {
  color: rgba(51, 51, 51, 1);
}

.company-info .p3 {
  margin: 6px 0;
}
.company-info .two-phone {
  margin-left:50px;
}

.company-info .p3 .area {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  line-height: 1.5;
}

.company-search .btns {
  margin-top: 20px;
}

.company-search .btns a {
  display: inline-block;
  width: 124px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.company-search .btns .to-product {
  background: rgba(252, 105, 33, 1);
  color: #fff;
}

.company-search .btns .to-contact {
  border: 1px solid rgba(252, 105, 33, 1);
  color: rgba(252, 105, 33, 1);
  margin: 0 20px;
}

.company-search .btns .to-store {
  border: 1px solid rgba(238, 238, 238, 1);
  color: rgba(102, 102, 102, 1);
}

.no-result p {
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
}

.no-result {
  text-align: center;
}

.no-result img {
  width: 178px;
}
.footer-inquiry {
  margin:20px 0;
}
.footer-inquiry p{
  margin:10px 0;
  font-size:12px;
  color:#333;
}
.footer-inquiry a {
  font-size: 12px;
  padding: 7px 13px;
  background: #ffece0;
  color: #ff6700;
  border: 1px solid #ff6700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
}
.bottom-container .trade-container {
  border:none;
  padding:10px 20px;
}
.bottom-container .trade-content {
  margin-left:-10px;
}
.bottom-container.trade-title {
  font-size:14px;
}