.bv-1
{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.text-lc-2, .text-lc-2 * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-lc-1, .text-lc-1 * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-w-1200px {
    max-width: 1200px !important;
}

.border-solid
{
    border-style: solid !important;
}
.mr2px{
    margin-right: -2px;
}
.bortop{
    border-top: none;
}
.text-overflows{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    
  text-overflow: ellipsis;
  }
  .el-pager li.is-active {
    color:#fff !important;
    cursor: default;
    font-weight: bold;
}
.el-pagination.is-background .el-pager li.is-active {
    background-color: #b7261d !important;
    color: #FFF!important;
}
.el-pager li:hover {
    color:#b7261d !important;
}

.el-pagination button:hover {
    color:#b7261d !important;
}

.transform-opacity-0{
    opacity:0;
    transition:opacity 0.5s;
}
.transform-opacity-100{
    opacity:1
}
::v-deep .el-radio__input.is-checked+.el-radio__label {
    color: #b7261d;
  }
  
  ::v-deep .el-radio__input.is-checked .el-radio__inner {
    background: #b7261d;
    background-color: #b7261d;
    border-color: #b7261d;
  }
  
  ::v-deep .el-radio__inner:hover {
    border-color: #b7261d;
  }
  
  ::v-deep .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #b7261d;
  }
  
  ::v-deep .el-checkbox__input.is-checked .el-checkbox__inner {
    background: #b7261d;
    background-color: #b7261d;
    border-color: #b7261d;
  }
  
  ::v-deep .el-checkbox__inner:hover {
    border-color: #b7261d;
  }