@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", 'Muli', "Helvetica", Arial, sans-serif;
  font-size: 0.3rem;
  line-height: 1;
  width: 7.5rem;
  margin: 0 auto;
  color: #333333;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #666;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: underline;
  color: #f60;
}
a:active {
  text-decoration: underline;
}
a:link {
  text-decoration: none;
}
input[type="submit"],
input[type="reset"],
input[type="number"],
input[type="button"],
input[type="text"],
input[type="tel"] {
  -webkit-appearance: none;
  resize: none;
  border-radius: 0;
  border: none;
  background: none;
  outline: none;
}
.clearFig:after {
  content: "";
  display: block;
  clear: both;
}
.main {
  position: absolute;
  top: 0.8rem;
  bottom: 0;
  width: 7.5rem;
  overflow-y: scroll;
  padding-bottom: .5rem;
  -webkit-overflow-scrolling: touch;
}
.header {
  display: flex;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #ffffff;
}
.header .header-back {
  flex: 0 0 0.88rem;
}
.header .header-back a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/header_back.png') no-repeat center center;
  background-size: 0.16rem 0.3rem;
}
.header .header-title {
  flex: 1;
  font-size: 0.32rem;
  text-align: center;
}
.header .header-phone {
  flex: 0 0 1rem;
}
.header .header-phone a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/header_phone.png') no-repeat center center;
  background-size: 0.33rem 0.31rem;
}
.banner {
  overflow: hidden;
  height: 0;
  padding-bottom: 105.33%;
  margin-top: 0.5rem;
}
.tips {
  overflow: hidden;
  height: 0;
  padding-bottom: 94.666%;
  margin-top: 0.5rem;
}
.area-1 .title {
  overflow: hidden;
  height: 0;
  padding-bottom: 33.06666667%;
  margin-top: 0.5rem;
}
.area-1 .content {
  box-sizing: border-box;
  width: 7.1rem;
  margin: 0.2rem auto 0;
  padding: 0.2rem 0.32rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: justify;
  text-indent: 0.45rem;
  border: 1px dashed #c6c4c4;
}
.area-2 .title {
  overflow: hidden;
  height: 0;
  padding-bottom: 14.4%;
  margin-top: 0.5rem;
}
.area-2 .content {
  box-sizing: border-box;
  width: 7.1rem;
  margin: 0.2rem auto 0;
  padding: 0.2rem 0.32rem;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: justify;
  text-indent: 0.45rem;
  border: 1px dashed #c6c4c4;
}
.area-2 .fruit {
  overflow: hidden;
  height: 0;
  padding-bottom: 86.66666667%;
  margin-top: 0.38rem;
}
.area-3 .title {
  margin-top: 0.5rem;
  color: #44362e;
  font-size: 0.4rem;
  line-height: 0.6rem;
  font-weight: bold;
  text-align: center;
}
.area-3 .title span {
  font-size: 0.34rem;
}
.area-3 .abstract {
  overflow: hidden;
  height: 0;
  padding-bottom: 49.33333333%;
  margin-top: 0.42rem;
}
.area-3 .abstract .abstract-img {
  width: 100%;
}
.footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.footer .title {
  position: relative;
  margin-top: 0.45rem;
  color: #44362e;
  font-size: 0.36rem;
  font-weight: bold;
}
.footer .title::before {
  position: absolute;
  left: -1.6rem;
  top: 0.2rem;
  content: "";
  width: 1.3rem;
  height: 1px;
  background-color: #44362e;
}
.footer .title::after {
  position: absolute;
  left: 1.7rem;
  top: 0.2rem;
  content: "";
  width: 1.3rem;
  height: 1px;
  background-color: #44362e;
}
.footer .footer-item {
  position: relative;
  box-sizing: border-box;
  width: 4.7rem;
  margin-top: 0.32rem;
  line-height: 0.5rem;
  padding: 0.08rem;
  border: 0.03rem solid #875d37;
}
.footer .footer-item a {
  display: block;
  border: 1px solid #875d37;
}
