.block-mls {
  width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
}



.fui-row .fui-label {
  width: 30%;
  background-color: #b1955c;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  display: inline-block;
}


.fui-row .fui-input input {
  width: 100%;
  outline: none;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 33px;
  padding: 0 10px;
}

.fui-row .fui-input button {
  outline: none;
  background-color: transparent;
  border: none;
  width: auto;
}


.fui-select ul li {
  padding: 0;
}

.fui-select ul li a {
  display: block;
  padding: 2px 10px;
  color: #333;
}
.fui-select ul li a.active,
.fui-select ul li:hover a {
  background-color: #c8a17c;
  color: #fff;
}





@media screen and (min-width:200px) and (max-device-width:760px) {

  .block-mls {
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
  }

  .fui-row {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: inline-block;
  }

  .fui-row .fui-label {
    width: 30%;
    background-color: #b1955c;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    line-height: 33px;
    display: inline-block;
  }

  .fui-row .fui-input {
    width: 68%;
    display: inline-block;
  }

  .fui-row .fui-input input {
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    font-size: 1.2rem;
    line-height: 33px;
    padding: 0 10px;
  }

  .fui-row .fui-input button {
    outline: none;
    background-color: transparent;
    border: none;
    width: auto;
  }


  .fui-select ul li {
    padding: 2px 10px;
    color: #333;
  }

  .fui-select ul li.disabled {
    color: #ccc;
  }



}





.m-productList {
  clear: both;
  margin-top: 20px;
}

.u-product {
  float: left;
  width: 32.66666%;
  height: 280px;
  border: 1px solid #eee;
  margin-right: 1%;
  margin-bottom: 1%;
}

.u-product:nth-child(3n) {
  margin-right: 0px;
}

.u-product:hover {
  box-shadow: 0px 0px 5px #ddd;
}

.u-product:hover .product-left:before {
  display: block;
}

.u-product a {
  display: block;
  height: 100%;
}

.u-product .product-left {
  width: 50%;
  height: 100%;
  float: left;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.u-product .product-left:before {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '详细介绍';
  color: #fff;
  line-height: 200px;
  text-align: center;
  background-color: rgba(14, 161, 153, .5);
}

.u-product .product-right {
  width: 50%;
  height: 100%;
  float: right;
  background-color: #f7f7f7;
}

.u-product .product-title {
  font-size: 14px;
  text-align: center;
  background-color: #e5e5e5;
  padding: 15px;
  color: #b1955c;
}

.u-product .product-desc {
  padding: 15px;
}


.u-product2 {
  float: left;
  width: 19.2%;
  border: 1px solid #eee;
  margin-right: 1%;
  margin-bottom: 1%;
}

.u-product2:nth-child(5n) {
  margin-right: 0px;
}

.u-product2:hover {
  box-shadow: 0px 0px 5px #ddd;
}

.u-product2:hover .product-left:before {
  display: block;
}

.u-product2 a {
  display: block;
  height: 100%;
}

.u-product2 .product-left {
  width: 100%;
  height: 234px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.u-product2 .product-left:before {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '详细介绍';
  color: #fff;
  line-height: 200px;
  text-align: center;
  background-color: rgba(14, 161, 153, .5);
}

.u-product2 .product-right {
  width: 100%;
  background-color: #e5e5e5;
  padding: 15px;
}

.u-product2 .product-title {
  font-size: 14px;
  text-align: center;
  color: #b1955c;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.return {
  position: fixed;
  right: 10%;
  bottom: 10%;
  width: 60px;
  height: 60px;
}

.return img {
  width: 100%
}