* {
  /*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;
  }
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .btn-box {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  bottom: 0.5rem;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
}
.banner .btn-box a {
  display: block;
  width: 48%;
  height: 1rem;
  background: #c9241b;
  background-image: linear-gradient(90deg, #b30000 0%, #dd4535 100%);
  background-image: -webkit-linear-gradient(90deg, #b30000 0%, #dd4535 100%);
  line-height: 1rem;
  font-size: 0.32rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.wrapper {
  padding-bottom: 0.7rem;
  background: #f0f0ef url('../images/bg.jpg') top center no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.container {
  width: auto;
  padding: 0 0.3rem;
}
.section {
  margin-top: 0.5rem;
  background: #fff;
  border-top: 3px solid #ceb792;
  padding: 0.7rem 0;
}
.section:first-child {
  margin-top: 0;
}
.section .section-hd {
  padding: 0 0.5rem;
  text-align: center;
}
.section .section-hd h2 {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 0.36rem;
  font-family: 'SourceHanSerifCN', 'SimSun';
  color: #333;
  font-weight: bold;
}
.section .section-hd h2::before,
.section .section-hd h2::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  width: 0.42rem;
  height: 0.17rem;
  background: url('../images/tit-bg.png') center no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.section .section-hd h2::before {
  left: -0.62rem;
}
.section .section-hd h2::after {
  right: -0.62rem;
}
.section .section-hd p {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  letter-spacing: 0.45em;
  color: #999;
}
.section .section-bd {
  margin-top: 0.25rem;
}
.section .section-text {
  padding: 0 0.5rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #666;
  letter-spacing: 0.01rem;
  text-align: justify;
}
.section .section-list {
  margin-top: 0.4rem;
  padding: 0 0.3rem;
}
.section .section-list ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-around;
}
.section .section-list li {
  text-align: center;
  width: 50%;
}
.section .section-list li p {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  margin: 0.15rem auto 0.2rem;
  line-height: 1.2;
  min-height: 2.4em;
  display: flex;
  -webkit-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.section .section-list li img {
  width: 1.2rem;
}
.section .section-list li a {
  display: block;
  margin: 0 auto;
  height: 0.7rem;
  width: 2.2rem;
  line-height: 0.7rem;
  background-image: linear-gradient(90deg, #a27b3f 0%, #c2a578 100%);
  background-image: -webkit-linear-gradient(90deg, #a27b3f 0%, #c2a578 100%);
  border-radius: 0.35rem;
  font-size: 0.26rem;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.section .section-list .li3 li {
  width: 33.33%;
}
.section .section-list .li3 li a {
  width: 1.8rem;
}
.section .section-list .li3 li p {
  max-width: 1.5rem;
}
.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;
}
