@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background: url("../../img/8.jpg") no-repeat center top;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
  cursor: pointer;
  /* 修改鼠标指针样式 */
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

@media screen and (min-width: 1025px) {
  .classify_box {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    background: url("../../img/19.png") no-repeat;
    background-color: #68381e;
    padding: 40px;
    background-size: 100% 100%;
  }
  .classify_box > .classify_box_item {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .classify_box > .classify_box_item:first-child {
    margin-top: 0;
  }
  .classify_box > .classify_box_item > .classify_box_item_biaoti {
    display: flex;
    align-items: center;
    color: #fff;
    width: 10%;
  }
  .classify_box > .classify_box_item > .classify_box_item_biaoti > img {
    margin-right: 10px;
  }
  .classify_box > .classify_box_item > .classify_box_item_smallclass {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
    font-size: 15px;
  }
  .classify_box > .classify_box_item > .classify_box_item_smallclass > .classify_box_item_smallclass_item {
    margin-right: 40px;
    font-size: 15px;
  }
  .classify_box > .classify_box_item > .classify_box_item_smallclass > .classify_box_item_smallclass_item:hover {
    color: #d8ad8d;
  }
  .video_box {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .video_box .video_item {
    display: block;
    width: 236px;
    height: 285px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 30px;
  }
  .video_box .video_item:hover {
    color: #68381e;
  }
  .video_box .video_item:nth-child(5n) {
    margin-right: 0;
  }
  .video_box .video_item > .video_item_img {
    width: 100%;
    height: 175px;
  }
  .video_box .video_item > .video_item_img > img {
    width: 100%;
    height: 100%;
  }
  .video_box .video_item > .video_item_content {
    height: 100%;
    background-color: #e8cfa6;
    overflow: hidden;
  }
  .video_box .video_item > .video_item_content > .video_item_title {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .video_box .video_item > .video_item_content > .video_item_title > .dian {
    width: 6px;
    height: 6px;
    background-color: #68381e;
    margin-right: 10px;
    border-radius: 50%;
  }
  .video_box .video_item > .video_item_content > .video_item_title > .title {
    width: 200px;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 显示省略号 */
  }
  .video_box .video_item > .video_item_content > .video_item_label {
    padding: 0 10px;
    font-size: 12px;
    color: #68381e;
    margin-top: 10px;
    font-weight: bold;
  }
  .video_box .video_item > .video_item_content > .video_item_line {
    width: 100%;
    height: 1px;
    background-color: #d8ad8d;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .video_box .video_item > .video_item_content > .video_item_timeprice {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .video_box .video_item > .video_item_content > .video_item_timeprice > .video_item_yearday {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .video_box .video_item > .video_item_content > .video_item_timeprice > .video_item_yearday > img {
    margin-right: 10px;
  }
  .video_box .video_item > .video_item_content > .video_item_timeprice > .video_item_price {
    width: 40px;
    height: 20px;
    font-size: 12px;
    background-color: #cf330c;
    color: #fff;
    line-height: 20px;
    text-align: center;
  }
  .table_djnum {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .table_djnum > .left_jt {
    padding: 9px;
    background: #e8cfa6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
  }
  .table_djnum > .left_jt:hover {
    background-color: #68381e;
    transition: 0.2s;
    color: #fff;
  }
  .table_djnum > .num:hover {
    background-color: #68381e;
    color: #fff;
    transition: 0.2s;
  }
  .table_djnum > .num {
    width: 32px;
  }
  .table_djnum > .current {
    background-color: #68381e;
    color: #fff;
  }
  .table_djnum > .current:hover {
    background-color: #68381e;
    transition: 0.2s;
  }
}
