body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.wrapper {
  padding-bottom: 50px;
  background: #f9f9f9;
  padding: 20px;
}
.chapter {
  margin-top: 10px;
}
.chapter .chapter-container {
  max-width: 1200px;
  margin: 0 auto;
}
.chapter .chapter-tit {
  margin-bottom: 20px;
}
.chapter .chapter-tit h3 strong {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #000;
  font-size: 38px;
}
.chapter .chapter-tit h3 .icon-plane {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 35px;
  height: 40px;
  background: url('../images/tit-bg.png') center bottom no-repeat;
}
.chapter .chapter-tit p {
  margin-top: 5px;
  font-weight: bold;
  color: #000;
  font-size: 30px;
  opacity: 0.2;
  letter-spacing: -2px;
}
.chapter-note {
  position: relative;
  padding: 25px;
  background: #fff url('../images/bg-01.png') left top no-repeat;
  box-shadow: 0px 5px 14px 6px rgba(120, 60, 54, 0.05);
  -webkit-box-shadow: 0px 5px 14px 6px rgba(120, 60, 54, 0.05);
  -moz-box-shadow: 0px 5px 14px 6px rgba(120, 60, 54, 0.05);
  -o-box-shadow: 0px 5px 14px 6px rgba(120, 60, 54, 0.05);
  border-radius: 12px;
}
.chapter-note::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../images/bg-02.png') right bottom no-repeat;
}
.chapter-note p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.chapter-note a {
  color: #333;
  border-bottom: 2px solid #333;
  cursor: pointer;
}
.chapter-note a:hover {
  color: #ca2d1c;
  border-color: #ca2d1c;
}
.chapter-note .red {
  color: #ca2d1c;
  border: 0;
}
.chapter-note.indent p {
  text-indent: 2em;
}
.box-table {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}
.box-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.box-table table th {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #eee;
  padding: 15px 5px;
  border: 2px solid #eee;
}
.box-table table td {
  font-size: 24px;
  color: #333;
  text-align: center;
  border: 2px solid #eee;
  padding: 20px 10px;
}
.plane {
  position: absolute;
  right: -120px;
  top: -70px;
  z-index: 3;
  width: 317px;
}
.step-product {
  max-width: 1040px;
  position: relative;
  border-radius: 34px;
  box-sizing: border-box;
  -webkit-box-box-sizing: border-box;
  -moz-box-box-sizing: border-box;
  -o-box-box-sizing: border-box;
  margin: 0 auto;
  background: #fff url('../images/bg-01.png') left top no-repeat;
}
.step-product::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url('../images/bg-02.png') right bottom no-repeat;
}
.step-product p {
  position: relative;
  z-index: 3;
  padding: 25px;
  padding-right: 180px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  border-radius: 34px;
  font-weight: bold;
}
.step-product p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 72px;
  background: url('../images/border-t.png') center top no-repeat;
}
.step-product p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 72px;
  background: url('../images/border-b.png') center bottom no-repeat;
}
.step-product p a {
  color: #333;
  border-bottom: 2px solid #333;
  cursor: pointer;
}
.step-product p a:hover {
  color: #ca2d1c;
  border-color: #ca2d1c;
}
.box-step {
  margin-top: 50px;
}
.box-step .step-group {
  position: relative;
  padding-top: 30px;
}
.box-step .step-group:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #000;
}
.box-step .step-group:first-child {
  padding-top: 0;
}
.box-step .step-group .step-tit {
  position: relative;
  padding-left: 80px;
  margin-bottom: 35px;
}
.box-step .step-group .step-num {
  position: absolute;
  left: 0;
  top: -5px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url('../images/step-bg.png') center no-repeat;
}
.box-step .step-group .step-text {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}
.box-step .step-group .step-pic {
  position: relative;
  padding-left: 80px;
  font-size: 0;
}
.box-step .step-group .step-pic:before {
  content: '';
  position: absolute;
  left: 13px;
  top: 0;
  width: 14px;
  height: 14px;
  border: 3px solid #f7cf45;
  background: #ca2d1c;
  border-radius: 50%;
}
.box-step .step-group .step-pic img {
  width: 49%;
  margin-left: 2%;
}
.box-step .step-group .step-pic img:first-child {
  margin-left: 0;
}
.chapter-01 {
  position: relative;
  z-index: 2;
}
/*è®¢ç¥¨æ¡†*/
.bookingBoxFix {
  position: fixed;
  top: 20%;
  z-index: 10;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  margin-top: 0px;
}
.bookingBoxFix .ticketBox {
  position: relative;
  z-index: 10;
}
.bookingBoxFix .kobg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/kobg.png) repeat;
  z-index: 5;
}
.bookingBox {
  display: none;
}
.bookingBox .tip {
  display: none;
}
.bookingBoxFix .tip {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  padding-top: 30px;
  z-index: 6;
  position: relative;
  font-weight: bold;
}
#ticket-2 {
  display: none;
}
.ui-tabs .ui-tabs-nav {
  display: none;
}
.bookingBox .tit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bookingBox .tit span {
  display: inline-block;
  font-size: 16px;
  color: #cb0303;
  height: 45px;
  line-height: 45px;
  padding: 0 23.8px;
  font-weight: bold;
  width: 260px;
  background: url(../images/ticket01.png) no-repeat 260px center #fff;
}
.trip-box #trip-box-1 {
  border: none;
}
/*è®¢ç¥¨æ¡†*/
@media screen and (max-width: 1450px) {
  /* .ticketBox .container {width: auto;} */
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
  .chapter {
    margin-top: 20px;
    overflow: hidden;
  }
  .chapter .chapter-tit {
    margin-bottom: 30px;
  }
  .chapter .chapter-tit h3 strong {
    font-size: 32px;
  }
  .chapter .chapter-tit p {
    font-size: 26px;
  }
  .chapter-note {
    padding: 25px;
  }
  .chapter-note p {
    font-size: 16px;
  }
  .box-table table th {
    font-size: 20px;
  }
  .box-table table td {
    font-size: 20px;
  }
  .step-product p {
    font-size: 18px;
  }
  .box-step {
    margin-top: 90px;
  }
  .box-step .step-group {
    padding-top: 50px;
  }
  .box-step .step-group .step-num,
  .box-step .step-group .step-text {
    font-size: 18px;
  }
  .box-step .step-group .step-tit {
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .wrapper {
    padding-bottom: 30px;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .chapter {
    margin-top: 40px;
  }
  .chapter .chapter-container {
    padding: 0 20px;
  }
  .chapter .chapter-tit {
    margin-bottom: 20px;
  }
  .chapter .chapter-tit h3 strong {
    font-size: 28px;
  }
  .chapter .chapter-tit p {
    font-size: 22px;
  }
  .chapter-note {
    padding: 40px 35px;
  }
  .chapter-note p {
    font-size: 16px;
  }
  .box-table table th,
  .box-table table td {
    font-size: 16px;
    padding: 12px 5px;
  }
  .step-product p {
    padding: 45px 55px;
    padding-right: 130px;
    font-size: 16px;
  }
  .step-product .plane {
    right: -75px;
    width: 260px;
  }
  .box-step {
    margin-top: 60px;
  }
  .box-step .step-group {
    padding-top: 30px;
  }
  .box-step .step-group::before {
    left: 18px;
  }
  .box-step .step-group .step-num,
  .box-step .step-group .step-text {
    font-size: 18px;
  }
  .box-step .step-group .step-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: 100%;
  }
  .box-step .step-group .step-tit {
    padding-left: 65px;
    margin-bottom: 15px;
  }
  .box-step .step-group .step-pic {
    padding-left: 65px;
  }
  .box-step .step-group .step-pic::before {
    left: 12px;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
}
@media (max-width: 768px) {
  .chapter {
    margin-top: 30px;
  }
  .chapter .chapter-container {
    padding: 0 10px;
  }
  .chapter .chapter-tit {
    margin-bottom: 15px;
  }
  .chapter .chapter-tit h3 strong {
    font-size: 24px;
  }
  .chapter .chapter-tit p {
    font-size: 18px;
  }
  .chapter-note {
    padding: 30px 25px;
  }
  .chapter-note p {
    font-size: 14px;
  }
  .chapter-note a {
    border-width: 1px;
  }
  .box-table {
    margin-top: 20px;
  }
  .box-table table th,
  .box-table table td {
    font-size: 14px;
    padding: 8px 5px;
    border-width: 1px;
  }
  .step-product p {
    padding: 25px 35px;
    padding-right: 55px;
    font-size: 14px;
  }
  .step-product p a {
    border-width: 1px;
  }
  .step-product .plane {
    top: -65px;
    right: -75px;
    width: 180px;
  }
  .box-step {
    margin-top: 40px;
  }
  .box-step .step-group {
    padding-top: 20px;
  }
  .box-step .step-group .step-num,
  .box-step .step-group .step-text {
    font-size: 16px;
  }
  .box-step .step-group .step-text {
    line-height: 1.5;
  }
  .box-step .step-group .step-num {
    top: -7px;
  }
  .box-step .step-group .step-tit {
    padding-left: 55px;
  }
  .box-step .step-group .step-pic {
    padding-left: 55px;
  }
}
@media (max-width: 480px) {
  .chapter .chapter-tit {
    margin-bottom: 10px;
  }
  .chapter .chapter-tit h3 .icon-plane {
    width: 30px;
    height: 30px;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    margin-right: 8px;
  }
  .chapter .chapter-tit h3 strong {
    font-size: 22px;
  }
  .chapter .chapter-tit p {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 3px;
  }
  .chapter-note {
    padding: 20px 15px;
  }
  .box-step {
    margin-top: 30px;
  }
  .box-step .step-group {
    padding-top: 15px;
  }
  .box-step .step-group .step-num,
  .box-step .step-group .step-text {
    font-size: 14px;
  }
  .box-step .step-group .step-num {
    top: -5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .box-step .step-group .step-tit {
    padding-left: 48px;
    margin-bottom: 8px;
  }
  .box-step .step-group .step-pic {
    padding-left: 48px;
  }
  .box-step .step-group .step-pic img {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .box-step .step-group .step-pic img:first-child {
    margin-top: 0;
  }
}
