.contrast_box {
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.contrast_box .duibi {
  width: 16px;
  height: 16px;
}
.contrast {
  font-family: "siyuan, siyuan-Regular";
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}
.svg-icon {
  width: 16px;
  height: 16px;
}
.profit{
  width: 100%;
  background: #ed7150;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  color: #fff;
  background: linear-gradient(90deg, #ff3032 0%, #ff824d 100%);
  padding-left: 5px;
}
.profit img{
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -3px;
}
.tagAll{
  position: absolute;
  bottom: -5px;
}
.tagAll img{
  height: 36px !important;
}
.tagBlue{
  width: 70px;
  height: 20px;
  border-radius: 2px;
  background: #3371ff;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #fff;
}
.tagBlue .image{
  width: 70px !important;
  height: 20px !important;
}
.tagBlueTwo{
  width: 56px;
}
.label-orange{
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  background: #ff9900;
  border-radius: 2px;
  margin-right: 5px;
}
.label-green{
  text-align: center;
  display: inline-block;
  width: 72px;
  height: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  background: #52c41a;
  border-radius: 2px;
  margin-right: 5px;
}

.el-carousel,
.el-carousel .el-carousel__container {
  height: 100%;
}
.el-carousel .imgsl {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.el-carousel .el-carousel__indicator .el-carousel__button {
  width: 8px;
  height: 8px;
  opacity: 0.22;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.el-carousel .is-active .el-carousel__button {
  opacity: 1;
  background: #fff;
}
