* {
  /*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.68rem;
  margin: 0 auto;
  font-family: 'SourceHanSansCN';
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 50px !important;
  }
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapper {
  padding-bottom: 0.7rem;
  background: #fff;
}
.container {
  width: auto;
  padding: 0 0.4rem;
}
.section {
  margin-top: 0.5rem;
  background: rgba(255, 255, 255, 0.902);
  box-shadow: 0px 0.1rem 0.29rem 0px rgba(118, 46, 25, 0.15);
  border-radius: 0.1rem;
  padding: 0.14rem 0.14rem;
}
.section .section-inner {
  position: relative;
}
.section .section-inner::before,
.section .section-inner::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0.11rem;
  height: 100%;
  background: url('../images/border-c-c.png') repeat-y;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.section .section-inner::before {
  left: 0;
  background-position: left top;
}
.section .section-inner::after {
  right: 0;
  background-position: right top;
}
.section .section-hd {
  position: relative;
  z-index: 2;
  padding: 0.46rem 0.26rem 0;
  text-align: center;
  background: url(../images/border-c-t.png) top left repeat-x;
  background-size: 1.6418% auto;
  -webkit-background-size: 1.6418% auto;
}
.section .section-hd::before,
.section .section-hd::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff no-repeat center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.section .section-hd::before {
  left: 0;
  background-image: url('../images/border-t-l.png');
}
.section .section-hd::after {
  right: 0;
  background-image: url('../images/border-t-r.png');
}
.section .section-hd h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 0.36rem;
  color: #ef9e67;
  font-weight: bold;
}
.section .section-hd h2::before,
.section .section-hd h2::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.155rem;
  width: 0.32rem;
  height: 0.31rem;
  background: center no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.section .section-hd h2::before {
  left: -0.62rem;
  background-image: url('../images/tit-l.png');
}
.section .section-hd h2::after {
  right: -0.62rem;
  background-image: url('../images/tit-r.png');
}
.section .section-bd {
  z-index: 2;
  margin-top: 0.2rem;
  position: relative;
  padding: 0 0.24rem 0.46rem;
  text-align: center;
  background: url(../images/border-c-t.png) bottom left repeat-x;
  background-size: 1.6418% auto;
  -webkit-background-size: 1.6418% auto;
}
.section .section-bd::before,
.section .section-bd::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff no-repeat center;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.section .section-bd::before {
  left: 0;
  background-image: url('../images/border-b-l.png');
}
.section .section-bd::after {
  right: 0;
  background-image: url('../images/border-b-r.png');
}
.section .section-text {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #666;
  text-align: justify;
}
.section .section-text .align-left {
  text-align: left;
}
.section .section-text .text-group:first-child h3 {
  margin-top: 0;
}
.section .section-text h3 {
  position: relative;
  left: -0.16rem;
  display: inline-block;
  padding: 0.09rem 0.2rem;
  margin: 0.36rem 0 0.18rem;
  font-size: 0.28rem;
  color: #fff;
  background: #ef9e67;
}
.section .section-text p strong {
  color: #e42b19;
}
.section .section-text p .hot {
  font-size: 0.34rem;
  font-weight: bold;
}
.section .section-text img {
  display: block;
  margin: 0.2rem auto;
  width: 100%;
  max-width: 452px;
  border: 1px solid #ccc;
}
.section .section-text .tips {
  margin-top: 0.15rem;
  font-size: 0.24rem;
  color: #999;
  line-height: 0.36rem;
}
.section .section-text .link {
  font-size: 0;
  text-align: center;
}
.section .section-text a {
  margin: 0.2rem 0 0;
  position: relative;
  display: block;
  display: inline-block;
  width: 48%;
  margin-left: 4%;
  height: 0.88rem;
  border-radius: 0.88rem;
  background-image: -moz-linear-gradient(90deg, #fac895 0%, #f3ae73 100%);
  background-image: -webkit-linear-gradient(90deg, #fac895 0%, #f3ae73 100%);
  background-image: -ms-linear-gradient(90deg, #fac895 0%, #f3ae73 100%);
  line-height: 0.88rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 0.06rem 0 0 #ef9e67;
  letter-spacing: 0.01rem;
}
.section .section-text a:first-child {
  margin-left: 0;
}
.section .section-text .break p {
  word-break: break-all;
}
.section-01 {
  position: relative;
  z-index: 2;
  margin-top: -0.44rem;
}
.section-01 .section-text {
  color: #a78658;
}
.popup-jp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: url('../images/popup-bg.png') left top repeat;
}
.popup-jp .popup-box {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: #fff;
  height: 85%;
  padding-top: 1.2rem;
}
.popup-jp .btn-close {
  position: absolute;
  right: 0.2rem;
  top: 0.33rem;
  z-index: 3;
  width: 0.54rem;
  height: 0.54rem;
  background: url('../images/icon-close.png') center no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
}
.popup-jp .popup-hd {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  background-image: linear-gradient(90deg, #a27b3f 0%, #c2a578 100%);
  background-image: -webkit-linear-gradient(90deg, #a27b3f 0%, #c2a578 100%);
  text-align: center;
  font-size: 0.4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
.popup-jp .popup-hd h3 {
  position: relative;
  display: table;
  margin: 0 auto;
}
.popup-jp .popup-hd h3::before,
.popup-jp .popup-hd h3::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  width: 0.42rem;
  height: 0.17rem;
  background: url('../images/tit-bg2.png') center no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.popup-jp .popup-hd h3::before {
  left: -0.62rem;
}
.popup-jp .popup-hd h3::after {
  right: -0.62rem;
}
.popup-jp .popup-bd {
  padding: 0.4rem 0;
  height: 100%;
}
.popup-jp .popup-bd .popup-text {
  padding: 0 0.4rem;
  height: 100%;
  overflow-y: auto;
}
.popup-jp .popup-bd p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #666;
  text-align: justify;
}
.popup-jp .popup-bd h5 {
  margin-top: 0.3rem;
  margin-bottom: 0.05rem;
  font-size: 0.3rem;
  line-height: 0.44rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 374px) {
  .container {
    padding: 0 0.2rem;
  }
}
.link-other {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
}
.link-other img {
  display: block;
  width: 100%;
  border: 0;
}
.link-other strong {
  display: block;
  font-size: 0.2rem;
  color: #999;
  margin-top: 0.12rem;
}
