.banner-box {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 70px;
}
.banner-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: m;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  word-break: break-word;
  width: 960px;
  text-align: center;
}
.banner-box img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
.banner-box .lv-list {
  width: 1200px;
  height: 92px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.banner-box .lv-list .lv-item {
  width: 240px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-right: 1px solid #EEEEEE;
}
.banner-box .lv-list .lv-item img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.banner-box .lv-list .lv-item .item-r span {
  font-family: m;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
}
.banner-box .lv-list .lv-item .item-r div {
  margin-top: 6px;
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #111111;
}
.banner-box .lv-list .lv-item:last-child {
  border: none;
}
.tan-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 19;
  display: none;
}
.tan-box .tan-child {
  width: 800px;
  height: 497px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tan-box .tan-child .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #eee;
}
.tan-box .tan-child .title span {
  font-family: m;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
}
.tan-box .tan-child .title img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.tan-box .tan-child .btm {
  padding: 16px 24px 24px;
}
.tan-box .tan-child .btm input {
  width: 100%;
  height: 51px;
  background: #F6F6F6;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  border: none;
  margin-bottom: 16px;
  padding: 0 24px;
}
.tan-box .tan-child .btm textarea {
  width: 100%;
  height: 120px;
  background: #F6F6F6;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  border: none;
  margin-bottom: 16px;
  padding: 16px 24px;
  box-sizing: border-box;
}
.tan-box .tan-child .btm button {
  width: 280px;
  height: 56px;
  background: #007DF2;
  border-radius: 8px 8px 8px 8px;
  border: none;
  float: right;
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
}
#content {
  width: 1280px;
  margin: 0 auto;
  padding: 0px 40px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#content .cont-l {
  width: 876px;
}
#content .cont-l .trip h3,
#content .cont-l .high h3,
#content .cont-l .itinerary h3,
#content .cont-l .included h3 {
  font-family: m;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  margin-bottom: 16px;
}
#content .cont-l .trip p {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 24px;
}
#content .cont-l .lb {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
#content .cont-l .lb .swiper {
  overflow: hidden;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 16px;
  height: 493px;
}
#content .cont-l .lb .swiper-button-prev,
#content .cont-l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
}
#content .cont-l .lb .swiper-button-prev {
  left: 0;
}
#content .cont-l .lb .swiper-button-next {
  right: 0;
}
#content .cont-l .high {
  margin-bottom: 25px;
}
#content .cont-l .high .high-list .high-item {
  display: flex;
  margin-bottom: 18px;
}
#content .cont-l .high .high-list .high-item .l {
  width: 24px;
  height: 24px;
  font-family: m;
  font-weight: 600;
  font-size: 14px;
  color: #FFC423;
  line-height: 24px;
  text-align: center;
  background: rgba(255, 196, 35, 0.15);
  border-radius: 50%;
  margin-right: 9px;
}
#content .cont-l .high .high-list .high-item span {
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .high .high-list .high-item:last-child {
  margin-bottom: 0;
}
#content .cont-l .itinerary {
  margin-bottom: 25px;
}
#content .cont-l .itinerary .it-box {
  padding: 12px;
  background: #FAFAFA;
  border-radius: 8px 8px 8px 8px;
}
#content .cont-l .itinerary .it-box .faq_item {
  background: #fff;
  padding: 14px 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}
#content .cont-l .itinerary .it-box .faq_item .faq_top {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#content .cont-l .itinerary .it-box .faq_item .faq_top .faq_question {
  width: calc(100% - 26px);
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}
#content .cont-l .itinerary .it-box .faq_item .faq_top .faq_question .day {
  margin-bottom: 4px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .itinerary .it-box .faq_item .faq_top .s_down {
  width: 24px;
  height: 24px;
}
#content .cont-l .itinerary .it-box .faq_item .faq_answer {
  display: none;
  padding: 8px 10px 0;
  border-top: 1px solid #fff;
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-top: 8px;
}
#content .cont-l .itinerary .it-box .faq_item:last-child {
  margin-bottom: 0;
}
#content .cont-l .itinerary .it-box .new_class {
  background: #FFF9E9;
}
#content .cont-l .itinerary .it-box .new_class .faq_top .s_down {
  transform: rotateX(180deg);
}
#content .cont-l .itinerary .it-box .new_class .faq_answer {
  display: block;
}
#content .cont-l .included {
  margin-bottom: 25px;
}
#content .cont-l .included .in-list .in-item {
  display: flex;
  margin-bottom: 16px;
}
#content .cont-l .included .in-list .in-item img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
#content .cont-l .included .in-list .in-item p {
  font-family: m;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .included .in-list .in-item:last-child {
  margin-bottom: 0;
}
#content .cont-l .included:last-child {
  margin-bottom: 0;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .gang {
  width: 300px;
  height: 12px;
  background: #666666;
  border-radius: 6px 6px 6px 6px;
  opacity: 0.99;
  margin: 0 auto;
}
#content .cont-r .spos-box {
  width: 284px;
  padding: 24px 16px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #EEEEEE;
  transform: translateY(-6px);
  margin: 0 auto;
}
#content .cont-r .spos-box .spos {
  font-family: m;
  font-weight: bold;
  font-size: 16px;
  color: #E51336;
  text-align: center;
  margin-bottom: 24px;
}
#content .cont-r .spos-box .from {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
#content .cont-r .spos-box .from span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  margin-right: 4px;
}
#content .cont-r .spos-box .from .qian {
  font-family: m;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
}
#content .cont-r .spos-box .tan {
  width: 252px;
  height: 43px;
  background: #007DF2;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
}
#content .cont-r .spos-box .tan span {
  font-family: m;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
}
#content .cont-r .spos-box .tan img {
  width: 16px;
  height: 16px;
}
#content .cont-r .spos-box .s-span {
  text-align: center;
  font-family: m;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 12px;
  color: #999999;
}
#content .cont-r .spos-box a {
  width: 252px;
  height: 43px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #111111;
  font-family: m;
  font-weight: 600;
  font-size: 14px;
  color: #111;
  display: block;
  text-align: center;
  line-height: 43px;
}
@media (min-width: 860px) and (max-width: 1200px) {
  .banner-box {
    margin-bottom: 296px;
  }
  .banner-box h2 {
    width: calc(100% - 32px);
    font-size: 40px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    top: 45%;
  }
  .banner-box .lv-list {
    width: calc(100% - 32px);
    padding: 0 16px;
    height: auto;
    flex-direction: column;
    bottom: -280px;
  }
  .banner-box .lv-list .lv-item {
    width: 100%;
    padding: 6px 24px;
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
  }
  .tan-box .tan-child {
    width: calc(100% - 24px);
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
    height: 393px;
  }
  #content .cont-r {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  .banner-box {
    margin-bottom: 296px;
  }
  .banner-box h2 {
    width: calc(100% - 32px);
    font-size: 40px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    top: 45%;
  }
  .banner-box .lv-list {
    width: calc(100% - 32px);
    padding: 0 16px;
    height: auto;
    flex-direction: column;
    bottom: -280px;
  }
  .banner-box .lv-list .lv-item {
    width: 100%;
    padding: 6px 24px;
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
    height: 293px;
  }
  #content .cont-r {
    width: 100%;
  }
  .tan-box .tan-child {
    width: calc(100% - 24px);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  .banner-box {
    margin-bottom: 296px;
  }
  .banner-box h2 {
    width: calc(100% - 32px);
    font-size: 40px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    top: 45%;
  }
  .banner-box .lv-list {
    width: calc(100% - 32px);
    padding: 0 16px;
    height: auto;
    flex-direction: column;
    bottom: -280px;
  }
  .banner-box .lv-list .lv-item {
    width: 100%;
    padding: 6px 24px;
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
    height: 193px;
  }
  #content .cont-r {
    width: 100%;
  }
  .tan-box .tan-child {
    width: calc(100% - 24px);
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  .banner-box {
    margin-bottom: 296px;
  }
  .banner-box h2 {
    width: calc(100% - 32px);
    font-size: 30px;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    top: 45%;
  }
  .banner-box .lv-list {
    width: calc(100% - 32px);
    padding: 0 16px;
    height: auto;
    flex-direction: column;
    bottom: -280px;
  }
  .banner-box .lv-list .lv-item {
    width: 100%;
    padding: 6px 24px;
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
  }
  #content {
    width: 100%;
    padding: 0 16px 20px;
    flex-direction: column;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 24px;
  }
  #content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
    height: 193px;
  }
  #content .cont-r {
    width: 100%;
  }
  .tan-box .tan-child {
    width: calc(100% - 24px);
  }
  .tan-box .tan-child .btm button {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
