* {
  /*CSS3盒子模型*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  min-width: auto;
  max-width: 7.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 100px !important;
  }
}
body,
html {
  overflow-x: hidden;
}
.header,
.nav,
.footer {
  display: none;
}
.bookingBox {
  display: none;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapper {
  background-image: url('../images/bg.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #da2a28;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.wrapper .container {
  width: auto;
  padding: 0 0.35rem 0.6rem;
}
.chapter {
  position: relative;
  z-index: 2;
  margin-bottom: 0.5rem;
}
.chapter .chapter-tit {
  text-align: center;
  margin-bottom: 0.4rem;
}
.chapter .chapter-tit h3 {
  height: 1.07rem;
  text-align: center;
}
.chapter .chapter-tit h3 img {
  height: 100%;
}
.chapter-02 .chapter-cont,
.chapter-03 .chapter-cont {
  background: #fff;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.3rem 0.4rem 0.6rem;
}
.chapter-02 .list-activity,
.chapter-03 .list-activity {
  margin-bottom: 0.4rem;
}
.chapter-02 .list-activity .item-activity,
.chapter-03 .list-activity .item-activity {
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  padding: 0;
}
.chapter-03 .list-activity {
  margin-bottom: 0;
}
.list-activity .item-activity {
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.3rem 0.4rem 0.6rem;
}
.list-activity .item-activity:first-child {
  margin-top: 0;
}
.list-activity .item-activity-pic {
  position: relative;
  margin-top: 0.25rem;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  overflow: hidden;
}
.list-activity .item-activity-pic img {
  width: 100%;
}
.list-activity .item-activity-pic strong {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.6rem;
  height: 0.6rem;
  background: #ff2d1d;
  border-radius: 0.2rem 0;
  font-size: 0.22rem;
  color: #ffeb7e;
  text-align: center;
  line-height: 0.6rem;
  font-weight: bold;
}
.list-activity .item-activity-cont {
  position: relative;
  text-align: center;
}
.list-activity .item-activity-cont.mt {
  margin: 0.2rem 0 0.5rem;
}
.list-activity .item-activity-tit {
  position: relative;
  color: #f0450d;
  padding: 0.14rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  -webkit-text-stroke: 0.06rem #fff;
  border-radius: 0.1rem;
  background-image: -moz-linear-gradient(90deg, #ffab51 0%, #ffdeb9 100%);
  background-image: -webkit-linear-gradient(90deg, #ffab51 0%, #ffdeb9 100%);
  background-image: -ms-linear-gradient(90deg, #ffab51 0%, #ffdeb9 100%);
}
.list-activity .item-activity-tit::before {
  content: attr(data-name);
  position: absolute;
  left: 0;
  top: 0.14rem;
  z-index: 2;
  width: 100%;
  -webkit-text-stroke: 0;
  padding: 0 0.14rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.list-activity .item-activity-tit strong {
  font-weight: bold;
}
.list-activity .item-activity-detail {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
  color: #222;
  line-height: 1.7;
}
.list-activity .item-activity-detail .red {
  color: #ff2d1d;
}
.list-activity .item-activity-links {
  margin-top: 0.25rem;
}
.list-activity .item-activity-links a {
  display: block;
  width: 4.4rem;
  height: 0.68rem;
  margin: 0 auto;
  border-radius: 0.34rem;
  font-size: 0.24rem;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  background-image: -moz-linear-gradient(90deg, #ef4f71 0%, #ff6990 100%);
  background-image: -webkit-linear-gradient(90deg, #ef4f71 0%, #ff6990 100%);
  background-image: -ms-linear-gradient(90deg, #ef4f71 0%, #ff6990 100%);
}
.list-activity .item-activity-tips {
  font-size: 0.16rem;
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.5;
}
.activity-01 .item-activity-tit::before {
  display: none;
}
.activity-01 .item-activity-tit strong {
  position: relative;
  font-weight: bold;
  color: #f0450d;
  padding: 0.14rem;
  -webkit-text-stroke: 0.06rem #fff;
}
.activity-01 .item-activity-tit strong::before {
  content: attr(data-name);
  position: absolute;
  left: 0;
  top: 0.14rem;
  z-index: 2;
  width: 100%;
  -webkit-text-stroke: 0;
  padding: 0 0.14rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tab-citylists ul {
  font-size: 0;
  text-align: center;
}
.tab-citylists li {
  position: relative;
  display: inline-block;
  width: 1.3rem;
  height: 0.6rem;
  margin-left: 0.13rem;
  line-height: 0.6rem;
  font-size: 0.22rem;
  color: #fff;
  text-shadow: 1px 0px 0px rgba(54, 54, 54, 0.33);
  -webkit-text-shadow: 1px 0px 0px rgba(54, 54, 54, 0.33);
  border-radius: 0.06rem;
  overflow: hidden;
  letter-spacing: 0.01rem;
}
.tab-citylists li:first-child {
  margin-left: 0;
}
.tab-citylists li img {
  width: 100%;
}
.tab-citylists li strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 100%;
}
.tab-citylists li.on {
  background: #ff2d1d;
}
.tab-citylists li.on img {
  visibility: hidden;
}
.box-airlines {
  margin-top: 0.2rem;
}
.box-airlines .box-citylist {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0;
}
.box-airlines .box-citylist span {
  display: block;
  color: #333;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.box-airlines .box-citylist span + .box-select {
  margin-right: 5%;
}
.box-airlines .box-citylist .box-select {
  display: inline-block;
  vertical-align: middle;
  width: 47.5%;
  background: #f7e7c0;
  border-radius: 0.3rem;
  padding: 0 0.25rem;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.box-airlines .box-citylist .box-select input {
  display: block;
  width: 100%;
  border: 0;
  background: url('../images/arr-b.png') right center no-repeat;
  background-size: auto 16.66%;
  -webkit-background-size: auto 16.66%;
  outline: none;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #333;
  cursor: pointer;
}
.box-airlines .box-citylist .box-select ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow-y: auto;
  max-height: 3rem;
  background: #ebf5ed;
  z-index: 99;
  padding: 0.05rem 0;
  display: none;
  border-radius: 0.15rem;
}
.box-airlines .box-citylist .box-select ul li {
  padding: 0.05rem 0.25rem;
  font-size: 0.18rem;
  cursor: pointer;
}
.box-airlines .box-citylist .box-select ul li:hover,
.box-airlines .box-citylist .box-select ul li.active {
  background: #49a971;
  color: #fff;
}
.box-airlines .box-citylist .box-select.on input {
  background-image: url('../images/arr-t.png');
}
.box-airlines .box-citylist .box-select.on ul {
  display: block;
}
.box-airlines .box-citylist .box-select select {
  border: 0;
  outline: none;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #333;
  background: #f7e7c0;
}
.box-airlines .div_tableth {
  background: #a83527;
}
.box-airlines .div_tableth th {
  font-size: 0.22rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 0.15rem 0;
}
.box-airlines .div_tableth th.add {
  width: 26%;
}
.box-airlines .div_tableth th.price {
  width: 24%;
}
.box-airlines .div_tableth th.time {
  width: 32%;
}
.box-airlines .div_tableth th.btn {
  width: 18%;
}
.box-airlines .div_table {
  max-height: 8rem;
  overflow-x: hidden;
}
.box-airlines .div_table td {
  font-size: 0.2rem;
  color: #333;
  text-align: center;
  padding: 0.15rem 0.05rem;
  background: #fff;
}
.box-airlines .div_table .color td {
  background: #f7f7f7;
}
.box-airlines .div_table td.add {
  width: 26%;
}
.box-airlines .div_table td.add span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.box-airlines .div_table td.add span.sc {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.05rem auto;
  background: url("../images/icon1-m.png") center no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.box-airlines .div_table td.price {
  width: 24%;
}
.box-airlines .div_table td.time {
  width: 32%;
}
.box-airlines .div_table td.btn {
  width: 18%;
}
.box-airlines .div_table td.btn a {
  display: inline-block;
  border: 1px solid #c90b15;
  line-height: 1.2;
  padding: 0.06rem;
  color: #c90b15;
  border-radius: 0.08rem;
  width: 0.54rem;
  font-size: 0.18rem;
}
.box-airlines .ps {
  padding: 0.15rem 0.2rem;
  font-size: 0.24rem;
  color: #999;
  background: #f7fffb;
  line-height: 0.4rem;
}
@media screen and (max-width: 640px) {
  .list-activity .item-activity-tips {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .container {
    padding: 0.4rem 0.25rem;
  }
  .list-activity .item-activity-tit {
    font-size: 18px;
  }
  .list-activity .item-activity-detail {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 10px;
  }
  .list-activity .item-activity-tips {
    font-size: 12px;
  }
  .tab-citylists li {
    width: 24%;
    margin-left: 1%;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .tab-citylists li img {
    width: auto;
    height: 100%;
  }
  .box-airlines .box-citylist span {
    font-size: 16px;
  }
  .box-airlines .div_table td.add span.sc {
    width: 16px;
    height: 16px;
  }
  .box-airlines .box-citylist .box-select select {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .box-airlines .box-citylist .box-select input {
    font-size: 14px;
  }
  .box-airlines .box-citylist .box-select ul li {
    font-size: 14px;
  }
  .box-airlines .div_tableth th {
    font-size: 14px;
    padding: 5px;
  }
  .box-airlines .div_table td {
    font-size: 12px;
    padding: 5px;
  }
  .box-airlines .div_table td.btn a {
    font-size: 12px;
    padding: 5px;
    width: 3em;
  }
  .box-airlines .ps {
    font-size: 12px;
  }
  .list-activity .item-activity-pic strong {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .list-activity .item-activity {
    padding: 0.3rem 0.3rem 0.6rem;
  }
  .list-activity .item-activity-tit {
    font-size: 16px;
  }
  .list-activity .item-activity-detail {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 360px) {
  .list-activity .item-activity-tit {
    font-size: 14px;
  }
}
.domestic .tab-citylists {
  display: none;
}
