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

html,
body {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

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;
}

.show_swiper {
  max-width: 1300px;
  height: 560px;
  margin: 0 auto;
  margin-top: 20px;
}

.show_swiper .swiper {
  width: 100%;
  height: 100%;
}

.show_swiper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.show_swiper .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.show_swiper .swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.show_swiper .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.show_list {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 25px 20px;
  margin-top: 20px;
}

.show_list > .show_title {
  font-size: 20px;
  font-weight: bold;
}

.show_list > .show_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.show_list > .show_select .show_search {
  display: flex;
  align-items: center;
}

.show_list > .show_select .show_search > .time_select {
  margin-right: 20px;
}

.show_list > .show_select .show_search > .search {
  width: 182px;
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
  border: solid 1px #eee;
}

.show_list > .show_select .show_search > .search > input {
  color: #555555;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  height: 100%;
  display: block;
}

.show_list > .show_select .show_search > #btn {
  width: 60px;
  height: 38px;
  background-color: #ff4000;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  margin-left: 10px;
}

.show_list > .show_select .clear {
  font-size: 14px;
  color: #555555;
}

.show_list > .show_select .clear:hover {
  color: #ff4000;
}

.show_list > .show_list_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.show_list > .show_list_box > .show_list_item {
  width: 236px;
  height: 282px;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-top: 20px;
  box-shadow: 0 0 20px #e9edf4;
}

.show_list > .show_list_box > .show_list_item:nth-of-type(5) {
  margin-right: 0;
}

.show_list > .show_list_box > .show_list_item:nth-of-type(10) {
  margin-right: 0;
}

.show_list > .show_list_box > .show_list_item:nth-of-type(15) {
  margin-right: 0;
}

.show_list > .show_list_box > .show_list_item:hover > .show_item_img > img {
  transform: scale(1.1);
}

.show_list > .show_list_box > .show_list_item:hover > .show_item_bom > .show_item_title {
  color: #ff4000;
}

.show_list > .show_list_box > .show_list_item > .show_item_img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.show_list > .show_list_box > .show_list_item > .show_item_img > img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.show_list > .show_list_box > .show_list_item > .show_item_bom {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 15px 10px;
}

.show_list > .show_list_box > .show_list_item > .show_item_bom > .show_item_time {
  font-size: 13px;
  color: #666666;
}

.show_list > .show_list_box > .show_list_item > .show_item_bom > .flex {
  flex: 1;
}

.show_list .table_fy {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

.show_list .table_fy > .table_djnum {
  max-width: 639px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.show_list .table_fy > .table_djnum > .left_jt {
  width: 40px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 20px;
}

.show_list .table_fy > .table_djnum > .left_jt:last-child {
  margin-right: 0;
}

.show_list .table_fy > .table_djnum > .left_jt > #image1 {
  background: url("../../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
}

.show_list .table_fy > .table_djnum > .left_jt > #image2 {
  background: url("../../image/image_6993.png") no-repeat;
  background-position: -104px 0px;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.show_list .table_fy > .table_djnum > .left_jt:hover {
  background-color: #ddd;
  transition: 0.2s;
}

.show_list .table_fy > .table_djnum > .num:hover {
  background-color: #ff4000;
  color: #fff;
  transition: 0.2s;
}

.show_list .table_fy > .table_djnum > .num {
  width: 32px;
}

.show_list .table_fy > .table_djnum > .current {
  background-color: #ff4000;
  color: #fff;
}

.show_list .table_fy > .table_djnum > .current:hover {
  background-color: #ddd;
  transition: 0.2s;
}
