.layui-input {
  border: none;
}

.exhibitionLiveShot {
  background-color: #FAFBFD;
  margin-top: 70px;
  height: calc(100% - 70px);
}

.screenRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 24px 0;
}

.screenList {
  display: flex;
  align-items: center;
}

.screenList .el-input__inner {
  border: none;
}

.screenList .el-input__inner::placeholder {
  color: #333333;
}

.screenList .el-cascader {
  margin-right: 14px;
}

.el-cascader .el-cascader__tags .el-tag:nth-child(1) {
  max-width: 60px;
}

#area+.el-cascader {
  width: 104px;
}

#year+.el-cascader {
  width: 140px;
}

#industry+.el-cascader {
  width: 140px;
}

#season+.el-cascader {
  width: 73px;
}

#brand+.el-cascader {
  width: 104px;
}

#holiday+.el-cascader {
  width: 104px;
}

#ID-laydate-range-month {
  width: 120px;
}

#ID-laydate-range input::placeholder {
  color: #333333;
}

.dateRange {
  position: relative;
}

.dateRange .arrow {
  position: absolute;
  display: inline-block;
  right: 9px;
  top: 9px;
  font-size: 12px;
  font-weight: 100;
  color: #c0c4cc;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}


#more {
  position: relative;
}

#more .moreScreenBtn {
  width: 75px;
  height: 39px;
  background: #FFFFFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-left: 14px;
  color: #333333;
  cursor: pointer;
  user-select: none;
}

#more .moreScreenBtn.color {
  color: #2858F8;
}

#more .moreScreenBtn.color i {
  color: #2858F8;
}

#more .moreScreenBtn i {
  color: #c0c4cc;
  font-size: 12px;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
}

.moreScreenBox {
  position: absolute;
  z-index: 1000;
  top: 54px;
  left: 14px;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 8px 0px rgba(200, 201, 204, 0.5);
  background-color: #ffffff;
  border-radius: 8px;
}

.moreScreenBox.active {
  grid-template-rows: 1fr;
}

.gridContainer {
  min-height: 0;
}

.moreScreen {
  width: 490px;
  padding: 24px;
}

.moreScreen .screenItem {
  display: flex;
  align-items: flex-start;
}

.moreScreen .screenItem:not(:last-child) {
  margin-bottom: 16px;
}

.moreScreen .screenItem .label {
  font-weight: 400;
  font-size: 14px;
  color: #323233;
  padding: 7px 0;
}

.moreScreen .screenItem .screenList {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.moreScreen .screenItem .screenList>div {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 7px 10px;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
  margin: 0 7px;
}

.moreScreen .screenItem .screenList>div:hover {
  background: #F0F6FF;
  color: #2858F8;
}

.moreScreen .screenItem .screenList>div.active {
  background: #F0F6FF;
  color: #2858F8;
}

.screenRow .searchInput {
  display: flex;
  align-items: center;
}

.screenRow .searchInput .searchInputBox {
  width: 240px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  font-size: 14px;
}

.screenRow .searchInput .searchInputBox input {
  height: 100%;
  width: 100%;
  border: none;
}

.screenRow .searchInput .searchInputBox i {
  font-size: 14px;
  color: #9799A2;
  margin-right: 3px;
}

.searchBtn {
  width: 108px;
  height: 40px;
  background: linear-gradient(160deg, #3975F6 0%, #8539FF 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  line-height: 100%;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  outline: none;
  margin-left: 12px;
}

.searchBtn span {
  font-size: 14px;
}

.exhibition .head_search .head_search_right .searchBtn .iconfont {
  margin-right: 4px;
  font-size: 16px;
}

.liveShotScroll {
  height: calc(100% - 88px);
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.liveShotScrollBox {
  flex: 1;
}

.liveShotList {
  width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.liveShotList .storeItem {
  background-color: #ffffff;
  overflow: hidden;
  font-size: 0;
  border-radius: 8px;
  transform: scale(1);
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.liveShotList .storeItem img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.liveShotList .storeItem:hover {
  box-shadow: 0px 0px 10px 0px rgba(40, 89, 248, 0.2);
}

.liveShotList .storeItem:hover img {
  transform: scale(1.03);
}

.liveShotList .storeItem:hover .storeInfo p,
.liveShotList .storeItem:hover .storeInfo span {
  color: #2858f8;
}

.liveShotList .storeItem .storeInfo {
  padding: 14px 14px 17px;
  overflow: hidden;
}

.liveShotList .storeItem .storeInfo p {
  font-weight: 500;
  font-size: 16px;
  color: #333649;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.liveShotList .storeItem .storeInfo div {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#loadingMore {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#loadingMore.active {
  height: 120px;
}

.empty {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.empty img {
  width: 70px;
}

.empty p {
  font-size: 14px;
  color: #999999;
}

/* layui组件样式 */
.layui-laydate .layui-this {
  background-color: #2858f8 !important;
}

.el-tag.el-tag--info,
.el-input__inner,
.layui-input,
.layui-icon-close {
  color: #2858f8 !important;
}

.layui-layer-photos-footer a {
  display: none !important;
}