/*
  @name: siLuList.css
  @description: siLuList.css
  @author: Leopold-Sze
  @time: 2020-12-22 15:00:39
*/

[v-cloak] {
  display: none;
}
/*tab切换*/
.top__box {
  padding: 20px 0;
  background-color: #fff;
}
.border__box {
  width: 1340px;
  border: 1px solid #eee;
  margin: 0 auto;
}
.top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.class-tap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
  padding-left: 15px;
}
.class-tap li{
  display: inline;
  margin-right: 40px;
  font-size: 18px;
  cursor: pointer;
}
.class-tap li.active{
  color:#FB7A07;
  font-weight: 700;
}
.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DCDFE6;
  border-radius: 5px;
}
.order li {
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
.order li.orderActive {
  color: #fff;
  background-color: #1890FF;
}
/*类目*/
.index {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
.index__title {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  width: 80px;
  background-color: #f8f8f8;
  color: #666;
  margin-right: 20px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
}
.index li {
  font-size: 14px;
  border-radius: 2px;
  width: 52px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.index li:hover {
  color: #2192ee;
}
.index li.indexActive {
  color: #fff;
  background-color: #2192ee;
}
.index li.indexActive:hover {
  color: #fff;
}
/*筛选*/
.filter-container {
  width: 1330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-container .filter-item {
  margin-right: 20px;
}
.el-input__inner {
  height: 28px;
  line-height: 28px;
}
.el-input__icon {
  line-height: 28px;
}
.filter-container .filter-item  .label {
  color: #333;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
}
/*容器*/
#container {
  width: 1340px;
  margin: 0 auto;
}
/*分页*/
.el-pagination {
  margin: 20px auto;
  text-align: center;
}
/*列表*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list .el-card {
  margin-right: 17px;
  margin-bottom: 20px;
}
.list .el-card:nth-of-type(4n) {
  margin-right: 0;
}
.main-img {
  position: relative;
}
.main-img .pt100 {
  padding-top: 100%;
}
.main-img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.main-img .cover .el-image {
  width: 100%;
  height: 100%;
}
.info {
  padding: 8px;
}
.info .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.info .price-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
}
.commission-tag {
  margin-top: 5px;
  color: #fb7a07;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.commission-tag  .sanjiao-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}
.commission-tag .sanjiao-tag .arrow-left {
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #fb7a07;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.commission-tag .sanjiao-tag .requer {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4px;
  border: 1px solid #fb7a07;
  background: #fff;
  margin-left: -5px;
  font-size: 13px;
  border-radius: 2px;
}
.commission-tag .popularity {
  margin-left: auto;
  font-size: 12px;
  color: #777;
}
.count {
  margin-top: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.el-table__empty-text {
  font-size: 14px;
}