@charset "utf-8";
/*样式重置*/
html {
  -webkit-text-size-adjust: none;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-text-size-adjust: none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
fieldset,
img {
  border: 0 none;
}
/* 重置表单控件垂直居中*/
input,
select,
textarea,
button,
img {
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: transparent;
}
/* 重置表单控件选中样式*/
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  background-image: none;
}
/* 重置表单button按钮效果 */
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置链接a标签 */
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 重置链接a标签的鼠标滑动效果 */
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
}
/* 重置table属性 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
iframe {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  height: 100%;
  font-size: 14px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf {
  position: fixed;
}
.hide {
  display: none;
}
:focus {
  outline: 0 none;
}
a,
.hand {
  cursor: pointer;
}
.vam {
  vertical-align: middle;
}
html {
  font-size: 50px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33333333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.66666667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.26666667px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px;
  }
}
html,
body,
#app {
  height: 100%;
  font-family: li-regular, Microsoft YaHei, SF Pro SC, SF Pro Display, PingFang SC, Segoe UI, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.container {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-width: 750px;
  margin: auto;
}
.container.home {
  background: url(bg.home.jpg) 50% no-repeat;
}
.container .main {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.container .main.scroll {
  overflow-y: hidden;
}
.container header,
.container footer {
  height: 2rem;
  text-align: center;
}
.container header {
  position: relative;
}
.container header .logo {
  background: url(logo.png) 50% no-repeat;
  background-size: auto 60%;
  text-indent: -10000px;
  height: 100%;
}
.container header .title {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 2rem;
}
.container header .navigatehome {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 2;
}
.container header .navigateBack {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  z-index: 2;
}
.container header .navigateBack::before {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border: solid #513607;
  border-width: 0.1rem 0.1rem 0 0;
  transform: rotate(-135deg);
  content: '';
}
.container header.header {
  background-image: linear-gradient(to bottom, #675338, #543113);
}
.container header.header .title {
  color: #C9B988;
}
.container header.header .navigateBack::before {
  border-color: #C9B988;
}
.container footer {
  display: flex;
  align-items: center;
  height: 2.2rem;
  font-size: 0.6rem;
  background-image: linear-gradient(to bottom, #6E5423, #533211);
}
.container footer .item {
  flex: 1;
  color: #DCCAA2;
}
.container footer .item > a {
  display: inline-block;
  padding: 1rem 1.5rem;
  background: url(footer.png) 50% no-repeat;
  background-size: 100% auto;
}
.container footer .item.active > a {
  background-image: url(footer.active.png);
}
.breadcrumb,
.tags {
  margin: 0.3rem 0.5rem;
  font-size: 0.8rem;
  color: #42560F;
}
.breadcrumb > a,
.tags > a {
  display: inline-block;
  color: #42560F;
}
.tags {
  margin: 0.3rem 0.4rem;
}
.tags > a {
  margin: auto 0.1rem;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  font-size: 0.7rem;
  text-align: center;
}
.nav .item {
  display: block;
  width: calc(100% / 3);
  margin-bottom: 0.5rem;
  color: #391805;
}
.nav .item .icon {
  display: block;
  line-height: 3rem;
  text-align: center;
  margin: 0.6rem;
  font-size: 0.85rem;
  border-radius: 0.6rem;
}
.nav .item .icon > img {
  display: block;
  max-width: 100%;
}
.searchBar {
  margin: 0.3rem 0.5rem;
}
.searchBar .q,
.searchBar .button {
  border: 1px solid #7A4F0A;
  padding: 0.4rem 0.5rem;
  border-radius: 0.3rem;
  color: #460B07;
  font-size: 0.55rem;
}
.searchBar .q {
  width: 58%;
}
.searchBar .q::-webkit-input-placeholder {
  color: #7C5618;
}
.list {
  margin: auto 0.3rem 0.5rem;
  text-align: center;
  font-size: 0.8rem;
}
.list > a {
  position: relative;
  display: block;
  margin: 0.3rem auto;
  padding: 0.35rem 0;
  color: #50320C;
  border: 1px solid #A68B3C;
  background: url(list.bg.png) 50% repeat;
  background-size: 50% auto;
}
.list > a::before,
.list > a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(list.corner.png) no-repeat;
  background-size: auto 100%;
  content: '';
  width: 10px;
}
.list > a::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.list.double > a {
  display: inline-block;
  margin: 0.3rem 2%;
  width: 44%;
}
.collapse .item {
  padding: 0.3rem;
  border-bottom: 1px solid #805520;
}
.collapse .item .title {
  font-size: 20px;
  color: #563911;
}
.collapse .item .title::before {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(collapse.dot.png) 50% no-repeat;
  background-size: cover;
  content: '';
}
.collapse .item .content {
  display: none;
  padding: 0.3rem;
  margin: 0.3rem auto;
  FONT-SIZE: 20PX;
  color: #142A03;
  background-color: rgba(0, 0, 0, 0.2);
}
.collapse .item.open .content {
  display: block;
}
video { max-width: 100%; height: auto; }
.map {
  position: relative;
}
.map > img {
  display: block;
  max-width: 100%;
}
.map .dot {
  position: absolute;
  z-index: 5;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
  opacity: 0.3;
  background-color: blueviolet;
  animation: AFdot 0.6s ease infinite alternate-reverse;
}
@keyframes AFdot {
  to {
    transform: scale(1.1) translate(-50%, -50%);
    opacity: 1;
  }
}
.front,
.back {
  position: relative;
  margin: auto 15%;
}
.front > img,
.back > img {
  display: block;
  max-width: 100%;
}
.front > img.current,
.back > img.current {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.toggle,
.switch {
  position: fixed;
  z-index: 10;
  left: 0.5rem;
  bottom: 3rem;
  padding: 0.8rem;
  color: #50320C;
  background: url(bg.switch.png) 50% no-repeat;
  background-size: auto 100%;
}
.switch {
  left: auto;
  right: 0.5rem;
}
.head,
.neck,
.arm-left,
.arm-right,
.waist,
.anus,
.dorsum,
.chest,
.abdomen,
.privates,
.leg-left,
.leg-right,
.body,
.shoulder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.head.active[data-title]::after,
.neck.active[data-title]::after,
.arm-left.active[data-title]::after,
.arm-right.active[data-title]::after,
.waist.active[data-title]::after,
.anus.active[data-title]::after,
.dorsum.active[data-title]::after,
.chest.active[data-title]::after,
.abdomen.active[data-title]::after,
.privates.active[data-title]::after,
.leg-left.active[data-title]::after,
.leg-right.active[data-title]::after,
.body.active[data-title]::after,
.shoulder.active[data-title]::after {
  position: absolute;
  content: attr(data-title);
  color: #50320C;
  right: -1rem;
  top: 0;
  white-space: nowrap;
}
.front .head {
  width: 2.2rem;
  height: 2.7rem;
  top: 0;
}
.front .neck {
  width: 1.8rem;
  height: 1rem;
  top: 2.7rem;
  z-index: 5;
}
.front .shoulder {
  width: 4rem;
  height: 0.6rem;
  top: 2.9rem;
}
.front .chest {
  width: 3rem;
  height: 2.8rem;
  top: 4rem;
  z-index: 5;
}
.front .arm-left,
.front .arm-right {
  width: 30%;
  height: 8rem;
  top: 3.2rem;
  left: 15%;
}
.front .arm-right {
  left: auto;
  right: -15%;
}
.front .abdomen {
  width: 2.6rem;
  height: 3.2rem;
  top: 6.2rem;
  z-index: 5;
}
.front .privates {
  width: 0.8rem;
  height: 0.8rem;
  top: 9.6rem;
  z-index: 5;
}
.front .leg-left,
.front .leg-right {
  width: 18%;
  height: 13rem;
  bottom: 0;
  z-index: 5;
  left: 38%;
}
.front .leg-right {
  left: auto;
  right: 18%;
}
.front .body {
  width: 40%;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.back .head {
  width: 2.2rem;
  height: 2rem;
  top: 0;
}
.back .neck {
  width: 1.8rem;
  height: 1.2rem;
  top: 2rem;
}
.back .shoulder {
  width: 2.8rem;
  height: 1.6rem;
  top: 3.2rem;
  z-index: 5;
}
.back .dorsum {
  width: 3rem;
  height: 2.5rem;
  top: 4.5rem;
  z-index: 5;
}
.back .arm-left,
.back .arm-right {
  width: 30%;
  height: 8rem;
  top: 3.2rem;
  left: 15%;
}
.back .arm-right {
  left: auto;
  right: -15%;
}
.back .waist {
  width: 3.6rem;
  height: 1.2rem;
  top: 7rem;
  z-index: 5;
}
.back .anus {
  width: 1rem;
  height: 1rem;
  top: 9.5rem;
  z-index: 5;
}
.back .leg-left,
.back .leg-right {
  width: 20%;
  height: 11rem;
  bottom: 0;
  z-index: 5;
  left: 38%;
}
.back .leg-right {
  left: auto;
  right: 18%;
}
.back .body {
  width: 40%;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.acupoint {
  padding: 1rem 0.5rem;
}
.acupoint-base {
  position: relative;
  padding-left: 5rem;
  margin: 0.5rem auto;
  font-size: 0.7rem;
}
.acupoint-base .pic {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.acupoint-base .info {
  line-height: 1.6;
}
.tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D8DA;
  text-align: center;
  margin: 0.5rem auto;
  font-weight: 700;
  font-size: 0.8rem;
}
.tabs .item {
  flex: 1;
  color: #CFD0D0;
}
.tabs .item > a {
  display: inline-block;
  padding: 0.3rem;
}
.tabs .item:first-child {
  text-align: left;
}
.tabs .item:last-child {
  text-align: right;
}
.tabs .item.active > a {
  border-bottom: 2px solid #42C493;
  color: #42C493;
}
.media {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}
.media .title,
.media .divider {
  margin: 0.5rem auto 0.25rem;
  font-size: 0.8rem;
  color: #333;
}
.media .divider {
  text-align: center;
  color: #676666;
}
.media .divider::before,
.media .divider::after {
  display: inline-block;
  vertical-align: middle;
  margin: auto 0.4rem;
  width: 10vw;
  content: '';
  height: 1px;
  background-color: #676666;
}
.media .pic {
  display: block;
  max-width: 100%;
}
.media ul {
  list-style: none;
}

.homfss{
    font-size: 16px;
    padding: 5px 10px;
    background-color: burlywood;
    border-radius: 0.2rem;
}
}