* {
    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: #EEF1F5;
}

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

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

.media-page .banner2 {
    background: url(/static/k2023/images/price/2-banner.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: -310px;
}

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

.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-block;
    line-height: 36px;
    color: #7d93a1;
    padding: 5px 0;
}


.media-page .filter .content .type {
    float: left;
    width: 90px;
    position: relative;
    text-align: right;
    padding-right: 15px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

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

.media-page .filter .content .list {
    float: left;
    width: calc(100% - 120px);
}

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

.media-page .filter .content .list li.active,
.media-page .filter .content .list li:hover {
    background: #FFF1F2;
    border-radius: 14px;
    font-weight: bold;
    color: #E3212D;
}

.filter .screen {
    display: flex;
    width: 100%;
    background: #fff;
    padding: 10px 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: 90px;
    position: relative;
    text-align: right;
    padding-right: 15px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}

.filter .screen .box {
    width: 150px;
    height: 36px;
    border-radius: 3px;
    margin-right: 20px;
}

.filter .screen .box .type {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-style: normal;
    cursor: pointer;
    border: solid 1px #c9c9c9;
    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: #FFF1F2;
    border-radius: 14px;
    font-weight: bold;
    color: #E3212D;
    text-align: center;
}

.screen .list ul {
    display: none;
    padding: 0px 4px;
    width: 150px;
    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;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 35px;
}

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

.sort .list ul li {
    margin-right: 39px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    cursor: pointer;
}

.sort .list ul li.active {
    color: #E3212D;
    font-weight: bold;
}



.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: 130px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    background: #FEFCFC;
}

.media-page .bot1 .media li.active {
    background: linear-gradient(90deg, #FE4246 0%, #F61C4B 100%);

    color: #FFFFFF;
}

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

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

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

.media-page .bot1 .name .search {
    width: 80px;
    height: 40px;
    background: linear-gradient(90deg, #F71D4A 0%, #FE4347 100%);
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    position: absolute;
    margin-left: 220px;
    margin-top: -40px;
}

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

.media-page .media_name {
    color: #337ab7;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

.layui-table-view .layui-table {
    position: relative;
    width: 100%;
    margin: 0;
}

.layui-table thead tr {
    background: #F7F9FA;
    border-radius: 10px;
}

.layui-table thead tr th {
    font-size: 16px;
    font-weight: 400;
    color: #787878;
    line-height: 30px;
}

.layui-table .laytable-cell-1-0-0 {
    width: 250px;
    text-align: left;
}

.layui-table .laytable-cell-1-0-1 {
    width: auto;
    color: #FF5036;
    font-weight: bold;
}

.layui-table td .laytable-cell-1-0-1 {
    font-weight: 400;
}

.layui-table .laytable-cell-1-0-2 {
    width: auto;
    font-weight: bold;
    color: #B78264;
}

.layui-table td .laytable-cell-1-0-2 {
    font-weight: 400;
}

.layui-table .laytable-cell-1-0-7 {
    width: auto;
}

.layui-table tbody tr td:first-child {
    text-align: left;
}

.layui-table td,
.layui-table th {
    border: none;
    border-bottom: 1px solid #F8F8F8;
}

.layui-table td div {
    color: #333;
    font-size: 16px;
}

.layui-table-header,
.layui-table-view {
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    border-radius: 10px;
}

.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 #layui-table-page1 {
    text-align: center;
}

.layui-table-page {
    height: 60px;
}

#layui-laypage-1 a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #909399;
    line-height: 36px;
}

#layui-laypage-1 a:hover {
    background: #FEEAE3;
    color: #F5471E;
}

#layui-laypage-1 .layui-laypage-curr {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
    line-height: 36px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

#layui-laypage-1 span {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
    line-height: 36px;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #E5E5E5;

}

#layui-laypage-1 .layui-laypage-skip {
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    width: auto;
}

#layui-laypage-1 span .layui-laypage-em {
    background: linear-gradient(146deg, #FB4F13, #E93535);
}

.layui-table-page .layui-laypage button,
.layui-table-page .layui-laypage input {
    height: 36px;
    line-height: 36px;
}

#layui-laypage-1 .layui-laypage-count {
    border: none;
    width: auto;
}

#layui-laypage-1 .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;
  }
}