* {
  /*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;
  font-family: '方正兰亭黑简体', 'Source Han Sans CN', Pingfang, 'Microsoft YaHei', SimHei, SimSun, sans-serif;
  background: #fff;
}
@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: #f7d79e url('../images/bg-01.jpg') center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.wrapper .container {
  width: auto;
  padding: 0 0.2rem;
}
.chapter {
  margin-top: 0.4rem;
}
.chapter .chapter-tit {
  position: relative;
  z-index: 2;
  text-align: center;
}
.chapter .chapter-tit h3 {
  position: relative;
  display: inline-block;
  background: url('../images/tit-c.jpg') left center repeat-x;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  color: #fdfded;
  font-size: 0.28rem;
  height: 0.51rem;
  line-height: 0.51rem;
  padding: 0 0.2rem;
  letter-spacing: 0.02rem;
  text-shadow: 0 -0.005rem 0.01rem #aa3c23;
}
.chapter .chapter-tit h3::before,
.chapter .chapter-tit h3::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.35rem;
  height: 0.51rem;
  margin-top: -0.255rem;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.chapter .chapter-tit h3::before {
  left: -0.33rem;
  background-image: url('../images/tit-l.png');
  background-position: right center;
}
.chapter .chapter-tit h3::after {
  right: -0.33rem;
  background-image: url('../images/tit-r.png');
  background-position: left center;
}
.chapter .chapter-cont {
  position: relative;
  margin-top: -0.255rem;
  border: 0.03rem solid #f17256;
  -webkit-border-radius: 0.18rem;
  border-radius: 0.18rem;
  background: #ffdc90;
  padding: 0.05rem;
  -webkit-box-shadow: 0 0.03rem 0.036rem 0 rgba(100, 54, 7, 0.55);
  box-shadow: 0 0.03rem 0.036rem 0 rgba(100, 54, 7, 0.55);
}
.chapter-text {
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #db2016;
}
.chapter-text .hot {
  word-break: break-all;
  color: #86451b;
}
.chapter-text p {
  position: relative;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.chapter-text p:first-child {
  margin-top: 0;
}
.chapter-tips {
  margin-top: 0.2rem;
  color: #a15828;
  font-size: 0.16rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
}
.bg {
  padding-top: 0.25rem;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  background-image: -webkit-linear-gradient(90deg, #ffedc9 0%, #fff5de 37%, #fefdf3 99%);
  background-image: -ms-linear-gradient(90deg, #ffedc9 0%, #fff5de 37%, #fefdf3 99%);
}
.box-target .item-target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1rem 0.4rem;
  background: url('../images/line.png') top center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.box-target .item-target:first-child {
  background: none;
}
.box-target .item-target-pic {
  width: 0.94rem;
  height: auto;
}
.box-target .item-target-col:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0.2rem;
}
.box-target .item-target-tit,
.box-target .item-target-text {
  font-size: 0.18rem;
  color: #401006;
  line-height: 1.25;
}
.box-target .item-target-tit {
  width: 5.2em;
}
.box-target .em3 {
  letter-spacing: 0.042rem;
}
.box-target .item-target-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box-reward {
  padding: 0.5rem 0 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.box-reward .item-reward {
  width: 3.39rem;
}
.box-reward .item-reward-pic {
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.04rem 0.036rem 0 #eeab6d;
  box-shadow: 0 0.04rem 0.036rem 0 #eeab6d;
  overflow: hidden;
}
.box-reward .item-reward-pic img {
  width: 100%;
}
.box-reward .item-reward-text {
  margin-top: 0.15rem;
  padding: 0 0.1rem;
  font-size: 0.18rem;
  color: #401006;
  line-height: 1.25;
}
.chapter-01 {
  margin-top: -0.65rem;
}
.chapter-01 .chapter-cont::before {
  content: '';
  position: absolute;
  right: -0.23rem;
  top: -0.8rem;
  width: 1.2rem;
  height: 1.58rem;
  background: url('../images/leaf.png') right center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-02 .chapter-cont::before {
  content: '';
  position: absolute;
  left: -0.23rem;
  top: -0.65rem;
  width: 1.2rem;
  height: 1.58rem;
  background: url('../images/leaf.png') right center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.chapter-03 .chapter-tit {
  z-index: 3;
}
.chapter-03 .chapter-cont::before {
  content: '';
  position: absolute;
  left: -0.23rem;
  bottom: -0.25rem;
  z-index: 3;
  width: 1.335rem;
  height: 1.37rem;
  background: url('../images/leaf2.png') left center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-03 .chapter-cont::after {
  content: '';
  position: absolute;
  right: -0.25rem;
  top: -1.12rem;
  width: 2.11rem;
  height: 2.61rem;
  background: url('../images/cloudy1.png') right center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-03 .box-target {
  position: relative;
  z-index: 2;
}
.chapter-03 .box-target .item-target {
  padding: 0.15rem 0.2rem;
}
.chapter-03 .box-target .item-target-col:last-child {
  padding-left: 0;
}
.chapter-03 .box-target .item-target-text p {
  margin-top: 0.08rem;
}
.chapter-03 .box-target .item-target-text p:first-child {
  margin-top: 0;
}
.chapter-04 {
  background: url('../images/cloudy2.png') right bottom no-repeat;
  -webkit-background-size: 2.935rem 1.385rem;
  background-size: 2.935rem 1.385rem;
}
.chapter-04 .chapter-tit {
  margin-bottom: 0.2rem;
}
.chapter-04 .chapter-tit h3 {
  color: #401006;
  background: none;
  text-shadow: none;
  padding: 0;
  height: auto;
  line-height: 1.2;
}
.chapter-04 .chapter-tit h3::before,
.chapter-04 .chapter-tit h3::after {
  width: 1rem;
  height: 0.12rem;
  margin-top: -0.08rem;
}
.chapter-04 .chapter-tit h3::before {
  left: -1.1rem;
  background-image: url('../images/tit-l2.png');
}
.chapter-04 .chapter-tit h3::after {
  right: -1.1rem;
  background-image: url('../images/tit-r2.png');
}
.chapter-04 .chapter-cont {
  margin: 0 auto;
  background: none;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chapter-04 .box-target {
  padding-bottom: 0.4rem;
}
.chapter-04 .box-target .item-target {
  margin-top: 0.05rem;
  padding: 0 0.2rem;
  background: none;
}
.chapter-04 .box-target .item-target:first-child {
  margin-top: 0;
}
.chapter-04 .box-target .item-target-col:last-child {
  padding-left: 0;
}
.chapter-04 .box-target .item-target-text p {
  margin-top: 0.08rem;
}
.chapter-04 .box-target .item-target-text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .box-target .item-target-tit,
  .box-target .item-target-text {
    font-size: 0.22rem;
  }
  .box-reward .item-reward-text {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 480px) {
  .box-target .item-target-tit,
  .box-target .item-target-text {
    font-size: 0.24rem;
  }
  .box-reward .item-reward-text {
    font-size: 0.24rem;
  }
  .chapter .chapter-tit h3 {
    font-size: 0.3rem;
    height: 0.54rem;
    line-height: 0.54rem;
  }
  .chapter .chapter-tit h3::before,
  .chapter .chapter-tit h3::after {
    height: 0.54rem;
    margin-top: -0.27rem;
  }
  .chapter .chapter-cont {
    margin-top: -0.27rem;
  }
  .chapter-04 .chapter-tit h3 {
    height: auto;
    line-height: 1.2;
  }
  .chapter-04 .chapter-tit h3::before,
  .chapter-04 .chapter-tit h3::after {
    width: 1rem;
    height: 0.12rem;
    margin-top: -0.08rem;
  }
  .chapter-04 .chapter-cont {
    margin-top: 0;
  }
}
@media screen and (max-width: 374px) {
  .box-target .item-target-tit,
  .box-target .item-target-text {
    font-size: 0.26rem;
  }
  .box-reward .item-reward-text {
    font-size: 0.26rem;
  }
  .chapter .chapter-tit h3 {
    font-size: 0.32rem;
    height: 0.58rem;
    line-height: 0.58rem;
  }
  .chapter .chapter-tit h3::before,
  .chapter .chapter-tit h3::after {
    height: 0.58rem;
    margin-top: -0.29rem;
  }
  .chapter .chapter-cont {
    margin-top: -0.29rem;
  }
  .chapter-04 .chapter-tit h3 {
    height: auto;
    line-height: 1.2;
  }
  .chapter-04 .chapter-tit h3::before,
  .chapter-04 .chapter-tit h3::after {
    width: 1rem;
    height: 0.12rem;
    margin-top: -0.08rem;
  }
  .chapter-04 .chapter-cont {
    margin-top: 0;
  }
}
@media screen and (max-width: 345px) {
  .box-target .item-target-tit,
  .box-target .item-target-text {
    font-size: 0.28rem;
  }
  .box-reward .item-reward-text {
    font-size: 0.28rem;
  }
  .chapter .chapter-tit h3 {
    font-size: 0.34rem;
  }
  .chapter-04 .chapter-tit h3 {
    height: auto;
    line-height: 1.2;
  }
  .chapter-04 .chapter-tit h3::before,
  .chapter-04 .chapter-tit h3::after {
    width: 1rem;
    height: 0.12rem;
    margin-top: -0.06rem;
  }
  .chapter-04 .chapter-cont {
    margin-top: 0;
  }
}
