.search-wrap {
  width: 100%;
  height: 135px;
  background: #ffffff;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 24px 30px 0 30px;
}
.search-wrap .demoTable {
  padding-bottom: 20px;
  border-bottom: solid 1px #F4F4F4;
}
.search-wrap .keyword-input .layui-input {
  width: 680px;
  height: 40px;
  border: solid 1px #E4E7EC;
  border-right: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  color: #333333;
  border-radius: 0;
  margin: 0;
}
.search-wrap .search-btn {
  width: 120px;
  height: 40px;
  background: #18BBF4;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  margin-left: -4px;
  border-radius: 0;
}
.search-wrap .search-btn img {
  width: 14px;
  height: 14px;
  margin: 13px 10px 0 0;
}
.search-wrap .clear-btn {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #18BBF4;
  background: none;
  padding: 0;
  margin-left: 16px;
}
.screen-list {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
}
.screen-list > li {
  display: flex;
  flex-direction: row;
  margin-right: 50px;
  position: relative;
  cursor: pointer;
}
.screen-list > li > p {
  font-size: 14px;
  line-height: 50px;
  color: #333333;
  margin-right: 10px;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 56px;
}
.screen-list > li > div:nth-child(2) {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #999999;
  margin-top: 22px;
}
.screen-list .positionTag .layui-form-select .layui-input {
  padding: 0;
  height: 50px;
  line-height: 1;
  border: none;
  color: #333333;
  width: 56px;
  margin: 0 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.screen-list .positionTag .layui-form-select .layui-input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
}
.screen-list .positionTag .layui-form-select .layui-input:focus {
  border: none !important;
}
.screen-list .positionTag .layui-form-select .layui-edge {
  display: none;
}
.screen-list .positionTag .layui-form-select .layui-anim {
  padding: 10px 0;
  min-width: 200px;
  top: 50px;
  border: none;
}
.screen-list .positionTag .layui-form-select .layui-anim dd {
  height: 36px;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
}
.screen-list .positionTag .layui-form-select .layui-anim > dd:first-child {
  display: none;
}
.screen-list .positionTag .layui-form-select .layui-anim dd.layui-this {
  background: #ffffff;
  color: #18BBF4;
}
.screen-list .positionTag .layui-form-select .layui-anim dd:hover {
  color: #18BBF4;
  background: rgba(24, 255, 244, 0.1);
}
.screen-list .positionTag .position-list-empty .layui-form-select dl {
  top: 50px;
  padding: 0;
}
.screen-list .positionTag .position-list-empty .layui-form-select dl .layui-select-tips {
  display: none;
}
.screen-list .positionTag .position-list-empty .layui-form-select dl .layui-disabled {
  color: #ccc !important;
  cursor: auto !important;
  text-align: center;
}
.screen-list .positionTag .position-list-empty .layui-form-select dl .layui-disabled:hover {
  background: #ffffff;
}
.screen-list .release-time .release-time-wrap {
  width: 310px;
  height: 50px;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 998;
  display: flex;
  background: #ffffff;
  display: none;
  box-shadow: 0px 2px 10px 0px #E4E4E4;
  cursor: auto;
}
.screen-list .release-time .release-time-wrap .record-recommend-time-input {
  width: 180px;
  height: 30px;
  line-height: 30px;
  border-color: #E4E7EC;
  font-size: 12px;
  padding: 0 0 0 0px;
  margin: 0;
  box-sizing: border-box;
}
.screen-list .release-time .release-time-wrap .record-recommend-time-input input {
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333;
  cursor: pointer;
}
.screen-list .release-time .release-time-wrap .record-recommend-time-input .record-recommend-time-clear {
  position: absolute;
  top: 9px;
  right: 10px;
  display: none;
  font-size: 12px;
  line-height: 12px;
  color: #333;
  width: 12px;
  height: 12px;
}
.screen-list .release-time .release-time-wrap .record-recommend-time-input .triangle-icon {
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #999999;
  position: absolute;
  top: 13px;
  right: 10px;
}
.screen-list .release-time .release-time-wrap > button:nth-child(2) {
  width: 60px;
  height: 30px;
  background: #18BBF4;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}
.screen-list .release-time .release-time-wrap > button:nth-child(2):hover {
  background: #3ECEFF;
  opacity: 1;
}
.screen-list .release-time .release-time-wrap button:nth-child(3) {
  font-size: 14px;
  line-height: 30px;
  color: #18BBF4;
  height: 30px;
  cursor: pointer;
}
.screen-list .release-time .release-time-wrap button:nth-child(3):hover {
  color: #3ECEFF;
  opacity: 1;
}
.position-empty {
  width: 1200px;
  height: 400px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.position-empty div {
  width: 100%;
  text-align: center;
}
.position-empty div img {
  width: 139px;
  height: 120px;
}
.position-empty div p {
  font-size: 16px;
  line-height: 21px;
  color: #999999;
  margin-top: 20px;
}
.mark-icon {
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #18BBF4;
  display: inline-block !important;
  margin-right: 7px;
}
.mark-icon p {
  color: #ffffff;
  transform: scale(0.72);
  padding-bottom: 0;
}
tbody .layui-table-cell > .mark-icon:first-child {
  margin-left: 22px;
}
.layui-laydate {
  line-height: 1;
}
