*{
  padding: 0;
  margin: 0;
}

.el-carousel__container {
  height: 560px !important;
}

.el-carousel__indicators--outside{
  overflow-x: auto;
  height: 108px;
  text-align: left !important;
  background-color: #242424;
  white-space: nowrap;
  overflow-y: hidden;
  display: flex;
}

.el-carousel__indicators--outside::-webkit-scrollbar{
  height: 10px;
  background-color: #e1ecf7;
}
.el-carousel__indicators--outside::-webkit-scrollbar-thumb {
  background-color: #bdcfdf;
  border-radius: 4px;
}

.el-carousel__button,.el-carousel__button img,.el-carousel__button,.el-carousel__button video{
  width: 100px !important;
  height: 60px !important;
  object-fit: contain;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

td {
  border: 1px solid;
  height: 40px;
  padding-left: 10px;
}

td:nth-of-type(1){
  width: 200px;
}

td:nth-of-type(2){
  width: 600px;
}
td:nth-of-type(2) #app{
  width: auto !important;
}

tr:nth-of-type(2n){
  background: #F7F7F7;
}

.content{
  padding-top: 13px;
}

.el-breadcrumb__separator[class*=icon]{
  color: #fff;
}

.breadcrumb {
  background: #CCCCCC;
  line-height: 40px !important;
  padding-left: 10px;
}