.product-mtop {
  padding: 30px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.pro-mtit {
  font-size: 22px;
  color: #db001e;
  line-height: 30px;
  margin-bottom: 10px;
}

.pro-mtxt {
  font-size: 14px;
  color: #666666;
}

/*  */
.product-mcen>ul>li {
  width: 320px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  padding: 30px;
  float: left;
  margin-right: 20px;
  margin-bottom: 22px;
}

@media screen and (min-width: 1000px) {
  .product-mcen>ul>li:nth-child(3n) {
    margin-right: 0;
  }
}

.pro-imgbox {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align: center;
}

.pro-imgbox>img {
  max-height: 100%;
}

.pro-tit {
  font-size: 18px;
  color: #db001e;
  text-align: center;
  display: block;
}

.pro-txt {
  font-size: 14px;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}

.pro-btnbox {
  margin-top: 10px;
  padding: 0 12px;
  text-align: center;
}

.pro-btnbox>a {
  display: block;
  width: 100%;
  border-width: 1px;
  border-color: #db001e;
  border-style: solid;
  background-color: rgb(255, 255, 255);
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  font-size: 14px;
  color: #db001e;
}

.pro-btnbox>a>span {
  display: inline-block;
}

/* .product-mcen>ul>li:hover */
.product-mcen>ul>li:hover .pro-btnbox>a {
  background-color: #db001e;
  border-color: #db001e;
  color: #ffffff;
}