* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  font-family:
    "Microsoft YaHei",
    "Arial",
    "黑体",
    "宋体",
    sans-serif,
    Alibaba PuHuiTi;
}

.media-page {
  background-color: #f6f7fa;
}

/* banner */
.media-page .banner {
  width: 100%;
  min-width: 1200px;
  height: 700px;
}

.media-page .banner .title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #000;
  padding: 75px 0;
}

.media-page .banner1 {
  background: url(/static/geotmw/image/media/bg1.png) center no-repeat;
  background-size: cover;
}

.media-page .banner2 {
  background: url(/static/geotmw/image/media/bg2.png) center no-repeat;
  background-size: cover;
}

.media-page .banner3 {
  background: url(/static/k2023/images/price/3-banner.png) center no-repeat;
  background-size: cover;
}

.media-page .filter {
  /* height: 580px; */
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-top: -500px;
  padding: 30px 30px 0;
}

.media-page .filter .content {
  width: 100%;
  display: inline-block;
  background: #fff;
}

.media-page .filter .total {
  text-align: right;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.media-page .filter .total span {
  color: #ff5b55;
  font-size: 30px;
}

.media-page .filter .content > div {
  width: 100%;
  display: inline-flex;
  line-height: 36px;
  color: #7d93a1;
  padding-bottom: 10px;
}

.media-page .filter .content .type {
  flex-shrink: 0;
  width: 60px;
  position: relative;
  text-align: right;
  /* padding-right: 15px; */
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: normal;
  padding-top: 8px;
}

/* .media-page .filter .content .type:after,
.media-page .filter .screen .other:after {
    position: absolute;
    right: 0;
    content: '\FF1A';
    width: 10px;
    height: 36px;
} */

.media-page .filter .content .list ul {
  display: flex;
  flex-wrap: wrap;
}

.media-page .filter .content .list li {
  padding: 0 10px;
  height: 24px;
  margin: 5px 0;
  margin-right: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
}

.media-page .filter .content .list li.active,
.media-page .filter .content .list li:hover {
  background: #eff4ff;
  border-radius: 5px;
  font-weight: 400;
  color: #0357fa;
}

.filter .screen {
  display: flex;
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
}

.media-page .filter .screen .list li {
  padding: 0 10px;
  height: 26px;
  margin: 5px 0;
  margin-right: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.filter .screen .other {
  width: 60px;
  position: relative;
  text-align: right;
  /* padding-right: 15px; */
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b8b;
  line-height: 30px;
  flex-shrink: 0;
}

.filter .screen .box {
  width: 120px;
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
}

.filter .screen .box .type {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-style: normal;
  cursor: pointer;
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  padding-left: 12px;
  padding-right: 34px;
  background: url("/static/k2023/images/price/xiala_jiantou.png") 95% center
    no-repeat;
  background-size: 10px 6px;
}

.media-page .filter .screen .list li.active,
.media-page .filter .screen .list li:hover {
  background: #eff4ff;
  border-radius: 5px;
  font-weight: 400;
  color: #0357fa;
  text-align: center;
}

.screen .list ul {
  display: none;
  padding: 0px 4px;
  width: 120px;
  position: absolute;
  margin: 0;
  z-index: 10;
  overflow: visible;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #c9c9c9;
  max-height: 190px;
  overflow: hidden;
  overflow-y: auto;
}

/* 定义滚动条样式 */
.screen .list ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(240, 240, 240, 0);
}

/*定义滚动条轨道 内阴影+圆角*/
.screen .list ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(240, 240, 240, 0);
  border-radius: 20px;
  background-color: rgba(240, 240, 240, 0);
}

/*定义滑块 内阴影+圆角*/
.screen .list ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* box-shadow: inset 0 0 0px rgba(237, 44, 37, .5); */
  background: #e1e1e1;
}

.filter .sort {
  border-top: 1px solid #f1f1f1;
  border-radius: 1px;
  padding: 20px 0;
}

.filter .sort .list ul {
  display: flex;
}

.sort .list ul li {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}

.sort .list ul li:not(.default) {
  padding-right: 16px;
  background: url("/static/geotmw/image/icon_sort.png") right center no-repeat;
  background-size: 14px 14px;
}

.sort .list ul li.active {
  color: #0357fa;
}
.sort .list ul li.asc {
  background-image: url("/static/geotmw/image/icon_sort_up.png");
}
.sort .list ul li.desc {
  background-image: url("/static/geotmw/image/icon_sort_down.png");
}

.media-page .bot1 {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(187, 187, 187, 0.2);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 100px;
}

.media-page .bot1 .btns {
  float: left;
  margin-bottom: 30px;
}

.media-page .bot1 .btns li {
  width: 120px;
  height: 36px;
  border-radius: 3px;
  line-height: 36px;
  float: left;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  background: #eff4ff;
  color: #306af1;
  font-size: 14px;
}

.media-page .bot1 .media li.active {
  background: #306af1;
  color: #ffffff;
}

.media-page .bot1 .name {
  float: right;
  position: relative;
}

.media-page .bot1 .name .label {
  float: left;
  line-height: 38px;
  font-size: 16px;
}

.media-page .bot1 .name #input {
  width: 300px;
  height: 36px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 36px;
}

.media-page .bot1 .name .search {
  width: 20px;
  height: 20px;
  background: url(/static/geotmw/image/icon_search.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.media-page .table {
  /* margin: 20px 0 100px 0; */
  clear: both;
}

.media-page .media_name {
  color: #306AF1;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag_hot{
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  background: #FF5214;
  color: #fff;
  font-size: 12px;
}

/* .media-page .media_name:hover {
  color: #ff5b55;
}

.media-page .media_name:visited {
  color: purple;
} */

.layui-table thead tr {
  background: #f7f9fa;
}
.layui-table thead tr th {
  font-weight: 400;
  color: #666666;
}
.layui-table tbody tr td {
  font-weight: 400;
  color: #333333;
}
.layui-table-view {
  border: none;
}
.layui-table-view:after {
  display: none;
}

.layui-table td .details {
  color: #ff6c32;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  background: #ffeeda;
  border: 1px solid #ffac62;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
}

/* page */
.layui-table-page {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layui-table-page > div {
  height: auto;
}

.layui-table-page .layui-laypage a {
  height: 30px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 0 13px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
}

.layui-table-page .layui-laypage a:hover {
  background: #feeae3;
  border: 1px solid #feeae3;
  color: #f5471e;
}

.layui-table-page .layui-laypage .layui-laypage-prev,
.layui-table-page .layui-laypage .layui-laypage-next,
.layui-table-page .layui-laypage .layui-laypage-prev:hover,
.layui-table-page .layui-laypage .layui-laypage-next:hover {
  border: none;
  background-color: transparent;
}

.layui-table-page .layui-laypage .layui-laypage-curr {
  padding: 0 10px;
  height: 30px;
  margin: 0 5px;
  border-radius: 3px;
  background: #f34421;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #f34421;
  color: #fff;
  border-radius: 3px;
}

.layui-table-page .layui-laypage .layui-laypage-spr {
  height: 30px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 0 13px;
  text-align: center;
  margin: 0 5px;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
}

.layui-table-page .layui-laypage .layui-laypage-skip {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  height: 30px;
  line-height: 30px;
}

.layui-table-page .layui-laypage .layui-laypage-skip input {
  width: 48px;
  height: 30px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}

.layui-table-page .layui-laypage .layui-laypage-skip button {
  width: 48px;
  height: 30px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding: 0;
  line-height: 30px;
}

.layui-table-page .layui-laypage .layui-laypage-count {
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  line-height: 30px;
  height: 30px;
  margin-bottom: 0;
}

.layui-table-page .layui-laypage .layui-laypage-limits select {
  width: 100px;
  height: 30px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.layui-table-page .layui-laypage-limits {
  display: none;
}
/* 适配PC */
@media screen and (min-width: 1024px) {
  /* 在此处编写适配PC的样式 */
}
/* 适配平板 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* 在此处编写适配平板的样式 */
}
/* 适配手机 */
@media screen and (max-width: 767px) {
  /* 在此处编写适配手机的样式 */

  .w1200 {
    width: auto !important;
  }
  .filter .sort .list ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
  .sort .list ul li {
    margin-right: 24px;
  }
  .filter .screen {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
  .filter .screen .box {
    margin-bottom: 10px;
  }
  .media-page .bot1 .name {
    float: right;
    margin-bottom: 30px;
    width: 100%;
  }
  .layui-table-page {
    height: 120px;
    padding-top: 18px;
    width: 100%;
    white-space: unset;
  }
}
