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

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 (max-width: 1024px) {
  html,
  body {
    width: 100%;
    height: 100%;
    background-color: #aa815e;
  }
  .classify_box {
    width: 100%;
    padding: 0.2rem;
    background: url("../../img/5.jpg") center top no-repeat;
    margin: 0 auto;
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .classify_box > .classify_box_item {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  html,
  body {
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    background: url("../../img/8.jpg") no-repeat center top;
  }
  .zone_box {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #aa815e;
    border: solid 1px #875429;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zone_box > .zone_left {
    width: 110px;
    height: 280px;
    background: url("../../img/4.jpg") center top no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    writing-mode: vertical-rl;
    /* 竖直排列，从右到左 */
    text-orientation: upright;
    /* 保持文字方向竖直 */
  }
  .zone_box > .zone_right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .zone_box > .zone_right .swiper2 {
    width: 1053px;
    height: 240px;
  }
  .zone_box > .zone_right .swiper2 .swiper-slide {
    position: relative;
  }
  .zone_box > .zone_right .swiper2 .swiper-slide:hover > .img_title {
    color: #ceb18b;
  }
  .zone_box > .zone_right .swiper2 .swiper-slide > .img_title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
  }
  .zone_box > .zone_right .custom-button {
    width: 30px;
    height: 30px;
    background-color: #68381e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    margin-top: 0;
  }
  .zone_box > .zone_right .custom-button::after {
    font-size: inherit;
  }
  .ranking {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
  .ranking > .ranking_list {
    width: 49%;
  }
  .ranking > .ranking_list > .title {
    height: 90px;
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
    background: url("../../img/31.png") no-repeat center top;
    background-size: 100% 100%;
  }
  .ranking > .ranking_list > .list {
    background-color: #e8cfa6;
    padding: 20px;
  }
  .ranking > .ranking_list > .list > .ranking_list_visit_list_item {
    color: #68381e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
  }
  .ranking > .ranking_list > .list > .ranking_list_visit_list_item:nth-of-type(1) > .ranking_list_visit_list_item_left > .paim {
    background-color: #cf330c;
  }
  .ranking > .ranking_list > .list > .ranking_list_visit_list_item:nth-of-type(2) > .ranking_list_visit_list_item_left > .paim {
    background-color: #cf710c;
  }
  .ranking > .ranking_list > .list > .ranking_list_visit_list_item:nth-of-type(3) > .ranking_list_visit_list_item_left > .paim {
    background-color: #cfa30c;
  }
  .ranking > .ranking_list > .list > .ranking_list_visit_list_item > .ranking_list_visit_list_item_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ranking > .ranking_list > .list > .ranking_list_visit_list_item > .ranking_list_visit_list_item_left > .paim {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #c7a162;
    color: #fff;
    margin-right: 10px;
  }
  .classify_box {
    max-width: 1300px;
    height: 70px;
    background: url("../../img/5.jpg") center top no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .classify_box > .classify_box_item {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    height: 100%;
  }
  .classify_box > .classify_box_item:hover > .classify_box_item2 {
    display: flex;
  }
  .classify_box > .classify_box_item:hover::before {
    content: '';
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
    width: 57px;
    height: 30px;
    background-image: url("../../img/6.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .classify_box > .classify_box_item:first-child::before {
    content: '';
    position: absolute;
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
    width: 57px;
    height: 30px;
    background-image: url("../../img/6.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .classify_box > .classify_box_item > .classify_box_item2 {
    display: none;
    position: absolute;
    bottom: -87px;
    flex-direction: column;
    width: 100%;
    background-color: #68381e;
    text-align: center;
    overflow: hidden;
  }
  .classify_box > .classify_box_item > .classify_box_item2 > a {
    padding: 10px;
  }
  .shuaixuan {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  .shuaixuan > .moren {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .shuaixuan > .moren > .active {
    background-color: #fbbc51;
  }
  .shuaixuan > .moren:nth-of-type(1) {
    margin-right: 30px;
  }
  .shuaixuan > .moren > div:nth-of-type(1) {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #fbbc51;
    margin-right: 9px;
  }
  .shuaixuan > .moren > div:nth-of-type(2) {
    color: #68381e;
  }
  .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:nth-of-type(5) {
    margin-right: 0;
  }
  .video_box .video_item:nth-of-type(10) {
    margin-right: 0;
  }
  .video_box .video_item:nth-of-type(15) {
    margin-right: 0;
  }
  .video_box .video_item:nth-of-type(20) {
    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;
  }
}
