* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  font-family: 'FZLTZHUNHJW';
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrapper .container {
  position: relative;
  width: auto;
}
.chapter {
  background: #fff;
  padding: 3% 0 5%;
}
.chapter .chapter-hd {
  text-align: center;
  margin-bottom: 30px;
}
.chapter .chapter-hd h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #165285;
  font-style: italic;
  font-weight: bold;
}
.chapter .chapter-hd h3::before,
.chapter .chapter-hd h3::after {
  content: '';
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.chapter .chapter-hd h3::before {
  left: -80px;
  width: 75px;
  height: 25px;
  margin-top: -8px;
  background-image: url('../images/tit-l-01.png');
}
.chapter .chapter-hd h3::after {
  right: -58px;
  width: 53px;
  height: 18px;
  margin-top: -5px;
  background-image: url('../images/tit-r-01.png');
}
.chapter .chapter-hd h3 strong {
  font-weight: bold;
  color: #222;
}
.chapter .chapter-hd p {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 1.875;
  color: #666;
}
.chapter .chapter-hd p .hot {
  font-weight: bold;
  color: #bb8f62;
}
.chapter .chapter-hd .line {
  width: 40px;
  height: 1px;
  margin: 20px auto;
  background: #d6c095;
}
.chapter .chapter-panel {
  background: #fff;
}
.chapter .chapter-subtit {
  font-size: 28px;
  color: #1a5c8f;
  font-weight: bold;
}
.chapter-tips {
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
}
.chapter-text {
  font-size: 14px;
  color: #333;
  line-height: 1.75;
}
.chapter-text .hot {
  color: #0662a5;
  font-weight: bold;
}
.chapter-text .break {
  word-break: break-all;
}
.list-city {
  padding-bottom: 55px;
  margin-top: -295px;
}
.list-city .item-city {
  font-size: 0;
  display: table;
  width: 100%;
  margin-top: 30px;
  background: #fff url('../images/bg-05.jpg') right center no-repeat;
}
.list-city .item-city:first-child {
  margin-top: 0;
}
.list-city .item-city .item-city-pic {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 400px;
}
.list-city .item-city .item-city-pic img {
  width: 100%;
}
.list-city .item-city .item-city-tag {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.list-city .item-city .item-city-tag strong {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
.list-city .item-city .item-city-tag span {
  display: block;
  font-size: 20px;
}
.list-city .item-city .item-city-info {
  display: table-cell;
  vertical-align: middle;
  padding: 2% 4.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-city .item-city .item-city-tit {
  font-size: 36px;
  color: #165285;
  font-weight: bold;
  margin-bottom: 12px;
}
.list-city .item-city .item-city-tit strong {
  display: block;
  font-weight: bold;
}
.list-city .item-city .item-city-text {
  max-width: 510px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}
.list-city .item-city .item-city-text .hot {
  color: #165285;
  font-weight: bold;
}
.list-city .icon-posi {
  background-image: url('../images/icon-location.png');
}
.list-city .icon-food {
  background-image: url('../images/icon-food.png');
}
.list-city .icon-gift {
  background-image: url('../images/icon-gift.png');
}
.box-route {
  padding: 60px 70px;
  background: #fff;
}
.box-route .route-tit {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #333;
}
.box-route .route-tips {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #666;
  line-height: 1.57;
}
.box-route .align-center {
  text-align: center;
}
.box-route .hot {
  color: #165285;
}
.box-table {
  position: relative;
}
.box-table table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.box-table th {
  color: #fff;
  background: #165285;
  font-size: 18px;
  padding: 17px 15px;
}
.box-table td {
  background: #ecf2f7;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 17px 15px;
  border: 2px solid #fff;
}
.box-table td strong {
  display: inline-block;
  text-align: left;
  min-width: 8em;
}
.box-table .time-table {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 85%;
  height: auto;
}
.box-panel {
  margin: 0 -35px;
  overflow: hidden;
}
.box-panel .box-panel-inner {
  margin: -35px auto;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 35px;
}
.box-panel .item-panel {
  position: relative;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  background: #ecf2f7;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-panel .item-panel .item-panel-hd {
  position: relative;
  z-index: 2;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.box-panel .item-panel .item-panel-hd strong {
  color: #165285;
}
.box-panel .item-panel .item-panel-bd {
  position: relative;
  z-index: 2;
}
.box-panel .item-panel .item-panel-bd .item-panel-text {
  color: #474747;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  text-align: center;
}
.box-panel .item-panel .item-panel-bd .item-panel-text p {
  margin-top: 5px;
}
.box-panel .item-panel .item-panel-bd .item-panel-text p:first-child {
  margin-top: 0;
}
.box-rule {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.box-rule .item-rule {
  position: relative;
  display: inline-block;
  width: 30.834%;
  margin-left: 3.749%;
  vertical-align: top;
  font-size: 14px;
  background: #ffffff;
}
.box-rule .item-rule:first-child {
  margin-left: 0;
}
.box-rule .item-rule .item-rule-cont {
  padding: 40px 26px 40px;
  box-sizing: border-box;
  min-height: 260px;
}
.box-rule .item-rule .item-rule-tit {
  font-size: 24px;
  color: #1a5c8f;
  letter-spacing: 1px;
}
.box-rule .item-rule .item-rule-tit span {
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.box-rule .item-rule .item-rule-tit .icon-rule {
  background-image: url('../images/icon-rule.png');
}
.box-rule .item-rule .item-rule-tit .icon-range {
  background-image: url('../images/icon-range.png');
}
.box-rule .item-rule .item-rule-tit .icon-step {
  background-image: url('../images/icon-step.png');
}
.box-rule .item-rule .item-rule-tit strong {
  vertical-align: middle;
}
.box-rule .item-rule .item-rule-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.857;
  color: #666;
}
.box-rule .item-rule .item-rule-text strong {
  color: #165185;
  font-weight: bold;
}
.box-rule .item-rule .item-rule-tips {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
.box-rule .item-rule .item-rule-pic {
  position: relative;
}
.box-rule .item-rule .item-rule-pic img {
  width: 100%;
}
.box-rule .item-rule .item-rule-data {
  position: absolute;
  left: 35px;
  top: 40px;
  color: #fff;
  font-size: 14px;
}
.box-rule .item-rule .item-rule-data-group + .item-rule-data-group {
  margin-top: 10px;
}
.box-rule .item-rule .item-rule-num {
  font-size: 30px;
}
.box-rule .item-rule .item-rule-num strong {
  font-size: 48px;
}
.box-step {
  position: relative;
  margin-left: 220px;
  padding: 30px 0;
  display: table;
  font-size: 0;
}
.box-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 52px;
  width: 100%;
  border-top: 1px dashed #bbb;
  height: 1px;
}
.box-step .item-step {
  position: relative;
  padding-top: 40px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}
.box-step .item-step::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  width: 11px;
  height: 15px;
  background: url('../images/icon-sign-01.png') center no-repeat;
  background-size: 11px 14px;
}
.box-step .item-step.active::before {
  left: -5px;
  background-image: url('../images/icon-sign-02.png');
}
.box-step .item-step.active::after {
  content: '';
  position: absolute;
  left: -1px;
  top: 20px;
  width: 4px;
  height: 4px;
  background: #1a5c8f;
  border-radius: 50%;
}
.box-step .item-step:first-child {
  margin-left: 0;
}
.box-step .item-step:last-child::before {
  left: auto;
  right: -4px;
}
.box-step .item-step:last-child::after {
  left: auto;
  right: -1px;
}
.box-step .item-step-hd strong {
  font-size: 18px;
  font-weight: bold;
  color: #1a5c8f;
}
.box-step .item-step-hd span {
  font-size: 12px;
  color: #666;
}
.box-step .item-step-bd {
  margin-top: 15px;
  max-width: 275px;
  font-size: 12px;
  color: #666;
  line-height: 1.8;
}
.box-step .item-step .hot {
  color: #1a5c8f;
  font-weight: bold;
}
.box-pic-panel {
  position: relative;
  display: table-cell;
  width: 430px;
  vertical-align: top;
}
.box-pic-panel img {
  display: block;
  width: 100%;
}
.box-pic-panel .pic-panel-l {
  width: 46.5%;
}
.box-pic-panel .pic-panel-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 46.5%;
  margin-left: 7%;
}
.box-pic-panel .pic-panel-r img {
  margin-top: 30px;
}
.box-pic-panel .pic-panel-r img:first-child {
  margin-top: 0;
}
.box-note {
  display: table;
  border-spacing: 45px;
  margin: -45px;
}
.box-note .item-note {
  display: table-cell;
  width: 48%;
  background-image: -moz-linear-gradient(90deg, #ffffff 53%, #b8d4ea 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 53%, #b8d4ea 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 53%, #b8d4ea 100%);
}
.box-note .item-note-hd {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #ecf4fa;
}
.box-note .item-note-hd h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #165285;
  font-style: italic;
  font-weight: bold;
}
.box-note .item-note-hd h3::before,
.box-note .item-note-hd h3::after {
  content: '';
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.box-note .item-note-hd h3::before {
  left: -80px;
  width: 75px;
  height: 25px;
  margin-top: -8px;
  background-image: url('../images/tit-l-01.png');
}
.box-note .item-note-hd h3::after {
  right: -58px;
  width: 53px;
  height: 18px;
  margin-top: -5px;
  background-image: url('../images/tit-r-01.png');
}
.box-note .item-note-hd h3 strong {
  font-weight: bold;
  color: #222;
}
.box-note .item-note-bd {
  padding: 30px 35px;
}
.box-note .item-note-tips {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.box-note .item-note-text {
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.box-note .item-note-text .hot {
  color: #165285;
  font-weight: bold;
}
.box-note .item-note-text a {
  color: #333;
  text-decoration: underline;
}
.chapter-01 {
  padding-top: 0;
  background: #d2dbe4 url('../images/bg-01.jpg') center bottom no-repeat;
}
.chapter-02 {
  background: #f3f6f8 url('../images/bg-02.jpg') center bottom no-repeat;
}
.chapter-03 {
  padding-top: 4%;
  background: #1a5c8f url('../images/bg-03.jpg') center top no-repeat;
}
.chapter-03 .chapter-hd h3 {
  color: #fff;
}
.chapter-03 .chapter-hd h3::before {
  background-image: url('../images/tit-l-02.png');
}
.chapter-03 .chapter-hd h3::after {
  background-image: url('../images/tit-r-02.png');
}
.chapter-03 .chapter-hd p {
  color: #fff;
}
.chapter-03 .chapter-panel {
  position: relative;
}
.chapter-03 .chapter-subtit {
  float: left;
  width: 220px;
  padding: 30px 50px;
  box-sizing: border-box;
}
.chapter-03 .chapter-panel-01 {
  background: #fff url('../images/bg-06.png') right bottom no-repeat;
}
.chapter-03 .chapter-panel-01 .chapter-subtit {
  margin-top: 30px;
}
.chapter-03 .chapter-panel-02 {
  display: table;
  margin-top: 40px;
  width: 100%;
  background: #fff url('../images/bg-07.png') left bottom no-repeat;
  padding: 35px;
  padding-left: 0;
  box-sizing: border-box;
}
.chapter-03 .chapter-panel-02 .chapter-subtit {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.chapter-03 .chapter-panel-02 .chapter-text {
  display: table-cell;
  vertical-align: top;
  padding-right: 5%;
}
.chapter-04 {
  padding-top: 5%;
  background: #f2f5f8 url('../images/bg-04.jpg') center top no-repeat;
  overflow: hidden;
}
/*订票框*/
.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 .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
  .bookingBox .container {
    width: 1000px;
  }
}
@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;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrapper .container {
    padding: 0 30px;
  }
  .chapter {
    padding: 6% 0;
  }
  .chapter .chapter-hd {
    margin-bottom: 20px;
  }
  .chapter .chapter-hd h3 {
    font-size: 30px;
  }
  .chapter .chapter-hd p {
    margin-top: 10px;
    line-height: 1.6;
  }
  .chapter .chapter-subtit {
    font-size: 24px;
  }
  .list-city {
    margin-top: 0;
    padding-bottom: 35px;
  }
  .list-city .item-city {
    background-position: left center;
  }
  .list-city .item-city .item-city-pic {
    width: 30%;
  }
  .list-city .item-city .item-city-tit {
    font-size: 30px;
  }
  .list-city .item-city .item-city-tag strong {
    font-size: 24px;
  }
  .list-city .item-city .item-city-tag span {
    font-size: 16px;
  }
  .box-route {
    padding: 7% 5%;
  }
  .box-route .route-tit {
    position: relative;
    z-index: 2;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .box-table th {
    font-size: 16px;
    padding: 14px 12px;
  }
  .box-table td {
    font-size: 16px;
    padding: 14px 12px;
  }
  .box-panel {
    margin: 0 auto;
  }
  .box-panel .box-panel-inner {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    border-spacing: 0;
    table-layout: auto;
    justify-content: space-between;
  }
  .box-panel .item-panel {
    padding: 25px 20px;
    display: block;
    width: 31%;
  }
  .box-panel .item-panel .item-panel-hd {
    font-size: 20px;
  }
  .box-panel.box-panel-02 .item-panel {
    width: auto;
  }
  .box-route .route-tips {
    margin: 10px auto 15px;
  }
  .box-rule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box-rule .item-rule {
    display: flex;
    width: 31%;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 0;
  }
  .box-rule .item-rule .item-rule-tit {
    font-size: 20px;
  }
  .box-rule .item-rule .item-rule-cont {
    min-height: auto;
    padding: 30px 20px;
  }
  .box-rule .item-rule .item-rule-text {
    margin-top: 15px;
    line-height: 1.6;
  }
  .box-rule .item-rule .item-rule-data {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .box-rule .item-rule .item-rule-num {
    font-size: 22px;
  }
  .box-rule .item-rule .item-rule-num strong {
    font-size: 32px;
  }
  .box-step {
    margin-left: 160px;
  }
  .box-step .item-step-bd {
    max-width: 220px;
  }
  .box-pic-panel {
    width: 330px;
  }
  .box-pic-panel .pic-panel-l {
    width: 47.5%;
  }
  .box-pic-panel .pic-panel-r {
    width: 47.5%;
    margin-left: 0;
  }
  .box-pic-panel .pic-panel-r img {
    margin-top: 25px;
  }
  .box-note {
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-spacing: 0;
  }
  .box-note .item-note {
    display: block;
  }
  .box-note .item-note-hd h3 {
    font-size: 24px;
  }
  .box-note .item-note-bd {
    padding: 25px 25px;
  }
  .box-note .item-note-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .box-note .item-note-tips {
    font-size: 14px;
  }
  .chapter-03 .chapter-subtit {
    width: 160px;
    padding: 20px 25px;
  }
  .chapter-03 .chapter-panel-01 {
    background-size: 30.4% auto;
  }
  .chapter-03 .chapter-panel-02 {
    padding: 30px;
    padding-left: 0;
    background-size: 26.333% auto;
  }
  .chapter-03 .chapter-panel-02 .chapter-text {
    line-height: 1.6;
  }
}
@media screen and (max-width: 860px) {
  .list-city .item-city .item-city-pic {
    width: 35%;
    padding: 0 30px;
    padding-right: 0;
  }
  .list-city .item-city .item-city-tag {
    right: 20px;
    top: 20%;
  }
  .list-city .item-city .item-city-info {
    padding: 5%;
  }
  .box-step .item-step {
    margin-left: 30px;
  }
  .box-step .item-step-bd {
    max-width: 180px;
  }
  .box-pic-panel {
    display: block;
    margin-top: 20px;
  }
  .chapter-03 .chapter-panel-02 .chapter-text {
    display: block;
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .container {
    padding: 0 20px;
  }
  .chapter .chapter-hd h3 {
    padding: 0 55px;
    font-size: 26px;
  }
  .chapter .chapter-hd h3::before {
    left: 0;
    width: 50px;
    background-size: 100% auto;
  }
  .chapter .chapter-hd h3::after {
    right: 15px;
    width: 35px;
    background-size: 100% auto;
  }
  .chapter .chapter-subtit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .chapter .chapter-subtit br {
    display: none;
  }
  .list-city {
    padding-bottom: 25px;
  }
  .list-city .item-city .item-city-tit {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .list-city .item-city .item-city-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .list-city .item-city .item-city-pic {
    padding: 4%;
    padding-right: 0;
  }
  .list-city .item-city .item-city-tag strong {
    font-size: 18px;
  }
  .list-city .item-city .item-city-tag span {
    font-size: 14px;
  }
  .box-route .route-tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .box-route .route-tips {
    margin: 10px 0 15px;
  }
  .box-table th {
    font-size: 14px;
    padding: 10px 8px;
  }
  .box-table td {
    font-size: 14px;
    padding: 10px 8px;
  }
  .box-table td strong {
    min-width: auto;
    text-align: center;
  }
  .box-panel .item-panel {
    padding: 20px 15px;
  }
  .box-panel .item-panel .item-panel-hd {
    font-size: 16px;
  }
  .box-panel .item-panel .item-panel-hd strong {
    font-weight: bold;
  }
  .box-rule .item-rule {
    margin-top: 15px;
    width: 100%;
  }
  .box-rule .item-rule:first-child {
    margin-top: 0;
  }
  .box-rule .item-rule .item-rule-cont {
    padding: 5%;
  }
  .box-rule .item-rule .item-rule-tit {
    font-size: 16px;
    font-weight: bold;
  }
  .box-rule .item-rule .item-rule-tit span {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
  }
  .box-rule .item-rule .item-rule-tit strong {
    font-weight: bold;
  }
  .box-rule .item-rule .item-rule-text {
    margin-top: 10px;
  }
  .box-step {
    margin-left: 0;
    padding: 0;
  }
  .box-step::before {
    top: 5%;
    bottom: 5%;
    left: 5px;
    width: 1px;
    height: auto;
    border-top: 0;
    border-left: 1px dashed #bbb;
  }
  .box-step .item-step {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    padding-top: 0;
    padding-left: 20px;
  }
  .box-step .item-step::before {
    left: 0;
    top: 0;
  }
  .box-step .item-step::after {
    display: none;
  }
  .box-step .item-step:first-child {
    margin-top: 0;
  }
  .box-step .item-step.active::before {
    left: 0;
    top: 3px;
  }
  .box-step .item-step-hd strong {
    font-size: 16px;
  }
  .box-step .item-step-bd {
    max-width: none;
    margin-top: 5px;
    line-height: 1.6;
  }
  .box-pic-panel {
    width: auto;
    margin-top: 15px;
  }
  .box-pic-panel .pic-panel-r img {
    margin-top: 15%;
  }
  .box-note {
    display: block;
  }
  .box-note .item-note {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  .box-note .item-note:first-child {
    margin-top: 0;
  }
  .box-note .item-note-hd {
    padding: 15px 0;
  }
  .box-note .item-note-hd h3 {
    padding: 0 55px;
  }
  .box-note .item-note-hd h3::before {
    left: 0;
    width: 50px;
    background-size: 100% auto;
  }
  .box-note .item-note-hd h3:after {
    right: 15px;
    width: 35px;
    background-size: 100% auto;
  }
  .box-note .item-note-bd {
    padding: 5%;
  }
  .box-note .item-note-tips {
    margin-bottom: 5px;
  }
  .chapter-03 .chapter-subtit {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 0;
  }
  .chapter-03 .chapter-panel-01 {
    padding: 5%;
  }
  .chapter-03 .chapter-panel-01 .chapter-subtit {
    margin-top: 0;
  }
  .chapter-03 .chapter-panel-02 {
    margin-top: 15px;
    padding: 5%;
  }
  .chapter-03 .chapter-panel-02 .chapter-subtit {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .list-city .item-city .item-city-tag {
    position: static;
    color: #165285;
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .container {
    padding: 0 10px;
  }
  .chapter .chapter-hd h3 {
    font-size: 22px;
  }
  .chapter .chapter-subtit {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list-city .item-city {
    display: block;
  }
  .list-city .item-city .item-city-pic {
    display: block;
    width: auto;
    padding: 5% 5% 0;
    text-align: center;
  }
  .list-city .item-city .item-city-tag {
    position: absolute;
    margin-top: 0;
    top: 10%;
    right: 10%;
    text-align: left;
    color: #fff;
  }
  .list-city .item-city .item-city-info {
    display: block;
  }
  .list-city .item-city .item-city-tit {
    font-size: 20px;
  }
  .box-route .route-tit {
    letter-spacing: 0;
  }
  .box-table th {
    padding: 5px;
  }
  .box-table td {
    padding: 5px;
  }
  .box-panel .item-panel {
    width: 100%;
    padding: 5%;
    margin-top: 15px;
  }
  .box-panel .item-panel:first-child {
    margin-top: 0;
  }
  .box-pic-panel .pic-panel-l,
  .box-pic-panel .pic-panel-r {
    display: block;
    width: auto;
  }
  .box-pic-panel .pic-panel-r {
    position: static;
    margin-top: 10px;
  }
  .box-pic-panel .pic-panel-r img {
    margin-top: 10px;
  }
  .box-note .item-note-hd h3 {
    font-size: 22px;
  }
}
