.ebg-module-scheme .list .item .item-wrap .text-wrap .text {
  line-height: 1.5;
  font-size: 16px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.ebg-module-scheme .list .item .item-wrap .text-wrap .label {
  line-height: 1.33333333;
  font-size: 12px;
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (max-width: 1600px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .text {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label {
    line-height: 1.5;
    font-size: 12px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
@media (max-width: 1200px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .text {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label {
    line-height: 1.5;
    font-size: 12px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .text {
    line-height: 1.57142857;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label {
    line-height: 1.5;
    font-size: 12px;
    margin-top: -3px;
    margin-bottom: -3px;
  }
}
.ebg-module-scheme .list {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .ebg-module-scheme .list {
    padding-top: 15px;
  }
}
.ebg-module-scheme .list .item .item-wrap {
  display: block;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.ebg-module-scheme .list .item .item-wrap .text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap {
    padding: 25px;
  }
}
.ebg-module-scheme .list .item .item-wrap .text-wrap:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.ebg-module-scheme .list .item .item-wrap .text-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%, #000 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000 100%, #000 0);
  background-size: cover;
}
.ebg-module-scheme .list .item .item-wrap .text-wrap .label {
  display: inline-block;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  background: -webkit-gradient(linear, 80% 20%, 10% 21%, from(#ce2e52), to(#e36859));
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label {
    padding-left: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label {
    padding-right: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label {
    color: #999;
    background: transparent;
  }
}
@media (min-width: 751px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label.pcdn {
    display: none;
  }
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .label.wapdn {
    display: none;
  }
}
.ebg-module-scheme .list .item .item-wrap .text-wrap .text {
  padding-top: 15px;
  position: relative;
  z-index: 2;
}
@media (max-width: 750px) {
  .ebg-module-scheme .list .item .item-wrap .text-wrap .text {
    padding-top: 15px;
  }
}
@media (max-width: 750px) {
  .ebg-module-scheme .separation-wap .item .item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .LANG-sa .ebg-module-scheme .separation-wap .item .item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ebg-module-scheme .separation-wap .item .item-wrap .pic {
    padding-top: 30%;
    width: 40%;
  }
  .ebg-module-scheme .separation-wap .item .item-wrap .text-wrap {
    width: 60%;
    color: #333;
    position: relative;
  }
  .ebg-module-scheme .separation-wap .item .item-wrap .text-wrap:after {
    height: 100%;
    background: #f8f8f8;
  }
  .ebg-module-scheme .separation-wap .item .item-wrap .text-wrap .label {
    padding: 0;
    margin-top: 5px;
  }
  .ebg-module-scheme .separation-wap .item .item-wrap .text-wrap .text {
    padding-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
