.container ul {
  margin-top: 20px;
}

.container ul li {
  width: 280px;
  height: 261px;
  background-color: #FBDD9F;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  float: left;
  margin-right: 25px;
  margin-bottom: 63px;
}

.container ul li:nth-child(4n) {
  margin-right: 0;
}

.container ul li div {
  width: 100%;
  height: 217px;
  box-sizing: border-box;
  overflow: hidden;
}

.container ul li div img {
  width: 100%;
  height: 100%;
  display: block;
}

.container ul li p {
  width: 100%;
  height: 44px;
  background-color: #FBDD9F;
  text-align: center;
}

.container ul li p span {
  display: inline-block;
  max-width: 240px;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

/* .container ul li:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 10px;
  background: url(../images/back_left.png) no-repeat;
  left: 27px;
  bottom: 17px;
  display: none;
}

.container ul li:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 10px;
  background: url(../images/back_right.png) no-repeat;
  right: 24px;
  bottom: 17px;
  display: none;
} */

.container ul li:hover:before {
  display: block;
}

.container ul li:hover:after {
  display: block;
}

.el-pagination {
  font-weight: 700;
  text-align: center;
}

.cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}

.showdiv .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -224px;
  margin-top: -145px;
  z-index: 9999;
}

.showdiv .popup_itme {
  width: 448px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(192, 192, 192, 0.5);
  border-radius: 13px;
  padding: 17px 22px;
}

.showdiv .popup_itme .closediv {
  text-align: right;
}

.showdiv .popup_itme .closediv .closediv-btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
}

.showdiv .popup_itme .closediv .closediv-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.showdiv .popup_itme .popup_itme_title {
  text-align: center;
  margin-top: 49px;
}

.showdiv .popup_itme .popup_itme_title p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
}

.showdiv .popup_itme .popup_itme_btn {
  text-align: center;
  margin-top: 60px;
}

.showdiv .popup_itme .popup_itme_btn .btn_return {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #CB272C;
  font-size: 16px;
  color: #C02832;
  line-height: 40px;
  padding: 0 42px;
}