.cup_container {
  max-width: 1040px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.cup_container img {
  width: 100%;
  height: auto;
}
.cup_container table {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.cup_container table h3 {
  margin-bottom: 0px;
}
.cup_header {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  width: 100%;
  box-sizing: border-box;
}
.cup_header__left {
  width: calc(50% - 15px);
  flex: 1;
  min-height: 640px;
  box-sizing: border-box;
}
.cup_header__right {
  padding-top: 20px;
  width: calc(50% - 45px);
  flex: 1;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
.cup_header__right img {
  width: 100%;
  height: auto;
}
.cup_header__right ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
}
.cup_header__right ul li {
  margin-bottom: 10px;
}
.md_tourcontent {
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0px;
}
.md_tourcontent .swiper {
  width: 100%;
  margin-top: 0px;
}
.md_tourcontent .swiper .swiper-wrapper {
  width: 100%;
}
.md_tourcontent .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 640px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.md_tourcontent .swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.md_tourcontent .swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.md_tourcontent .swiper .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  left: 0px;
  right: auto;
  margin-left: 0px;
  top: 0px;
  margin-top: 0px;
}
.md_tourcontent .swiper .swiper-button-prev:after {
  display: none;
}
.md_tourcontent .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  left: 0px;
  right: auto;
  margin-left: 50px;
  top: 0px;
  margin-top: 0px;
}
.md_tourcontent .swiper .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .cup_header {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
  }
  .cup_header__left {
    width: calc(100% - 0px);
    flex: auto;
    min-height: 640px;
    box-sizing: border-box;
  }
  .cup_header__right {
    padding-top: 20px;
    width: calc(100% - 0px);
    flex: auto;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .cup_header__right img {
    width: 100%;
    height: auto;
  }
  .cup_header__right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
  }
  .cup_header__right ul li {
    margin-bottom: 10px;
  }
}
