.space_02 {
  padding: 0.8rem 0 1.27rem;
  overflow: hidden;
}
.space_02 h2 {
  text-align: center;
  margin-bottom: 0.4rem;
  font-weight: 500;
}
.classic_tab {
  border-bottom: 1px solid #cfd6da;
  margin-bottom: 0.5rem;
  display: block;
}
.classic_tab .swiper-container {
  overflow: inherit;
}

.classic_tab ul {
  display: block;
  text-align: center;
}
.classic_tab ul li {
  width: auto;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.3rem;
  margin-right: 0.5rem;
  position: relative;
  cursor: pointer;
}
.classic_tab ul li:last-child {
  margin: 0;
}

.classic_tab ul li.on:after {
  display: block;
}

.classic_tab ul li:after {
  content: "";
  display: none;
  width: 100%;
  height: 2px;
  background: #ffca2c;
  bottom: -2px;
  position: absolute;
  left: 0;
}
.classic_con {
  position: relative;
}
.classic-item.on {
  z-index: 3;
  transition: all 0.5s;
  display: block;
}
@keyframes fadeInUp20 {
  0% {
    /*opacity: 0;*/
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    /*opacity: 1;*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp20 {
  -webkit-animation-name: fadeInUp20;
  animation-name: fadeInUp20;
}
.classic-item {
  display: none;
}
.classic-l {
  float: left;
  width: 35%;
  padding-top: 0.34rem;
}
.classic-r {
  float: right;
  width: 58%;
  position: relative;
}
.classic-r img {
  transition: all 1s;
  object-fit: cover;
}
.classic-r:hover img {
  transform: scale(1.1);
}
.classic_div {
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
}
.classic_logo {
  padding-top: 40px;
  position: relative;
  text-align: left;
}
.bg-copy {
  padding-top: 0.72rem;
  padding-bottom: 0.09rem;
  background-color: #fff;
}
.classic_flexs {
  display: flex;
  align-items: center;
  color: #666666;
  margin-top: 0.22rem;
  text-align: center;
}
.classic_flexs .classic_right {
  display: flex;
  align-items: center;
}
.classic_flexs .classic_right div {
  font-weight: 400;
  color: #333333;
  margin-right: 0.35rem;
}
.classic_flexs .classic_right div img {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.08rem;
}
.classic_flex {
  display: flex;
  align-items: center;
  color: #222222;
  margin-bottom: 0.1rem;
}
.col-666 {
  color: #666666;
}
.classic_flex img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.12rem;
}

.classic_p {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
.classic_list {
  display: flex;
  margin-top: 0.34rem;
}
.classic_list dl {
  float: left;
  position: relative;
  font-weight: 100;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 20px;
  width: 25%;
}
.classic_list dl:first-child {
  border-right: 1px solid #b2b2b8;
}
.classic_list_none dl {
  border: 0 !important;
}
.classic_list dl::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.2);
}
.classic_list dd {
  margin-bottom: 0.1rem;
}
.classic_list dd img {
  width: 0.36rem;
  height: 0.36rem;
}
.classic_list dt {
  margin-top: 0.15rem;
}

.classic_list ul {
  margin-left: 0.24rem;
}
.classic_list ul li {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.35rem;
  list-style: disc;
}
.venue-list {
  background: url("../images/venue-list-bg.png") no-repeat;
  width: 100%;
  padding: 0.72rem 0 1.66rem;
  text-align: center;
  background-size: cover;
}
.venue-list ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.venue-list ul li {
  width: 3.42rem;
  height: 3.42rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}
.venue-list ul li img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}
.venue-list ul li:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.venue-list ul li p {
  position: absolute;
  font-weight: 700;
  font-size: 0.2rem;
  color: #3b1e00;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.59rem;
}
.venue-list ul li p span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  line-height: 0.36rem;
}
.venue-list ul li p::before {
  width: 1.59rem;
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  right: 0;
  /* z-index: -1; */
  margin: auto;
  height: 0.42rem;
  transform: perspective(1rem) rotateX(148deg);
  background: linear-gradient(270deg, #c6a56d 0%, #ffe8c3 100%), #d8d8d8;
  -webkit-transform: perspective(1rem) rotateX(148deg);
  -moz-transform: perspective(1rem) rotateX(148deg);
  -ms-transform: perspective(1rem) rotateX(148deg);
  -o-transform: perspective(1rem) rotateX(148deg);
}
.venue-list ul li div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  padding-top: 14px;
}
.venue-list ul li div span {
  padding: 0.22rem 0 0.24rem;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .classic_con {
    height: auto !important;
  }
  .classic-l {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .classic-l,
  .classic-r {
    width: 100%;
  }
  .classic_list dl {
    padding: 0 0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .classic-l {
    margin-bottom: 0;
  }
  .classic_logo {
    padding-top: 13px;
    text-align: center;
  }
  .classic_flex {
    width: fit-content;
    margin: 0 auto 0.1rem;
  }
  .classic_list dl {
    display: block;
    padding: 0 2px;
  }
  .classic_list dl p {
    font-size: 0.24rem;
    transform: scale(0.8);
  }
  .classic_list ul {
    margin-bottom: 0.3rem;
  }
  .classic_tab {
    display: none;
  }
  .classic-item {
    display: block;
  }
  .venue-list ul {
    flex-wrap: wrap;
  }
  .venue-list ul li {
    width: 48%;
    margin-bottom: 0.4rem;
  }
}
