.banner_box {
  height: 370px;
}

.main_content {
  background-color: #f5f5f5;
  padding-bottom: 24px;

  min-width: 1200px;
}
.jl {
  padding-top: 0 !important;
}

.main_content_1200 {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

.search_box {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button_box {
  display: flex;
  align-items: center;
}

.fabucaigouxx {
  width: 116px;
  height: 30px;
  background-color: #2fb674;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  margin-left: 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.fabucaigouxx:hover {
  background-color: #58bc58;
}

.search_box .layui-input.spm {
  width: 190px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border-color: #cccece;
}

.search_box .layui-inline.flex {
  display: flex;
  align-items: center;
}

.layui-input-inline.datas {
  width: 190px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
}
.layui-input-inline.datas .layui-input {
  height: 30px;
  border-radius: 4px;
  border-color: #cccece;
}

.search_box .layui-btn.spm {
  width: 116px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.search_box .layui-inline .layui-form-label {
  color: #333;
  font-size: 16px;
  padding-left: 0;
  width: auto;
}

.search_box .layui-inline.mr-30 {
  margin-right: 30px;
}

.layui-btn.layui-btn-primary.origin {
  border-color: var(--color);
  color: var(--color);
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.lay-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.lay-box .quarter {
  display: flex;
  justify-content: center;
  width: 25%;
}

.item_box {
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 36px; */
  padding: 30px 0 20px;
  background-color: #fff8f7;
}

.item-list {
  width: 285px;
  height: 310px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0 8px 10px 1px #fcedeb;
}

.item-list:nth-child(4n) {
  margin-right: 0;
}

.item-list-head {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  color: #333;
  padding: 12px 20px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  height: 59px;
}

.ellipsis--2 {
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-list-foot {
  padding: 20px;
}

.item-list-foot-con {
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}

.detail-button {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

#page-box {
  display: flex;
  justify-content: center;
  background-color: #fff;
}

#page-box .layui-laypage {
  margin-bottom: 5px;
}

.cif-banner__page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  z-index: 1;
}

.cif-banner__page .swiper-pagination-bullet {
  width: 9px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}

.cif-banner__page .swiper-pagination-bullet-active {
  width: 18px;
  height: 6px;
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 1;
}

.layui-form-label {
  text-wrap: nowrap;
}

.pop_box_caigou_detail {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.conetnt_text_detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.conetnt_text_detail .left {
  margin-right: 12px;
  width: 100px;
  text-align: right;
  text-wrap: nowrap;
  min-width: 100px;
}

.pop_box_toubiao {
  padding-top: 12px;
}
