* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: "微软雅黑", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
[v-cloak] {
  display: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  color: #333333;
  padding: 0;
}
.page-head {
  height: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 80;
  width: 100%;
  top: .5rem;
}
.page-head .left,
.page-head .right {
  margin: 0 .3rem;
}
.page-head .left .btn,
.page-head .right .btn {
  width: .7rem;
  height: .7rem;
  border-radius: 100%;
  font-size: 0;
  background: transparent no-repeat center / 0.32rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-head .left .btn.goback,
.page-head .right .btn.goback {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAATlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEoqZZAAAAGnRSTlMA5uC9qzMYDgnZzca1Y1JMRjwpIBPYpKGTX/RBPwkAAABtSURBVDjLpdNJDoAgEETRLucJUXC8/0W9gPkk0NtXCRCq7Xfi7Y0mTrrIu0lnIJ81tgV+1KpSvoP3KV9UbQU+NJJP+Frg9kgveZCc0TjVlhXgI/iS/Mz8hAeHz8IEF4Yrx6Xl2mclePV4eXn9P5ceBKfbgysbAAAAAElFTkSuQmCC');
}
.page-head .left .btn.hide,
.page-head .right .btn.hide {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAdVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5WX1YAAAAJnRSTlMA6xbPlw/z7sNAOCkkBbeQegvX1L6yqZxbLdvKrKGHgG5tUD0zEdJH6kEAAACgSURBVDjL7Y/HEoMwDERtML33kF7f/39iJoBDio8ceRdpZ1caSawsiF0XwoDj2zqA/zD56IBVUsa/flxhW1pYPu7m2796NM4s70AafYzvgXDWvaSR0N5GGR5g2+K+E5FECSdzQaZdl0rw8kQo3H4KXFDDJRkT+fC2Qt+VTLtysigIIsV51H+f7QheJaAWRixkMiz0cMwB7zg2p6oQK4vzBHVfCvtwpvA0AAAAAElFTkSuQmCC');
}
.page-head .left .btn.show,
.page-head .right .btn.show {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAclBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACa4vOeAAAAJXRSTlMA+c6eqRXfJETr1Fn0rn/awIJO5dFoEQ3tw5RhVjofCol0QDgv0WyvMAAAAPtJREFUOMvVUtlygzAMtHyBCeYIEHKRcHT//xdbTaFA2xnnNXqQrdm1vV5JvFk87yohgBJ1f/4Dt+UZqPX1qmvgXLa/8biCvJ2+96ebRBXv8QbusK0PDs2uRvIQ7dj43LncD7ERjwSbE1Fqu0wS1pBlZ9Poh+BRA5VPqTdCmJ5SbQEJv+ATkKpJSIpnwSTFpAj4mAk91Jf+I7LlRIajEEajnGtNnBXMQjBQvJCe60vOubCraltwzi9BwqtPDBjFX5FixLD4BKbuv8kXI1qN6pjnKGOjMnKMdPBbqw0vErDsIeOGrd43i3WoolD8/tysQLsDAxMaudDQvld8AstcFbWof4ksAAAAAElFTkSuQmCC');
}
.page-head .middle {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-head .middle .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: .28rem;
  color: #888;
}
.page-head .middle .btn:first-child {
  border-top-left-radius: .35rem;
  border-bottom-left-radius: .35rem;
  margin-right: 1px;
}
.page-head .middle .btn:last-child {
  border-top-right-radius: .35rem;
  border-bottom-right-radius: .35rem;
  margin-left: 1px;
}
.page-head .middle .btn.active {
  background-color: #ffffff;
}
.page-body {
  position: relative;
}
.page-body .container {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: .5s all ease-in-out;
}
.page-body .container.active {
  display: block;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.page-body .container.wg .swiper-container {
  position: absolute;
  margin: auto;
  left: 0rem;
  right: 0rem;
  z-index: 8;
  top: 6.1rem;
}
.page-body .container.wg .swiper-container .swiper-slide {
  opacity: .7;
  width: 88%;
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .15rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-body .container.wg .swiper-container .swiper-slide .plant {
  overflow: hidden;
  width: 100%;
  background-color: white;
  height: 5.4rem;
  border-radius: .1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-body .container.wg .swiper-container .swiper-slide .plant .photo {
  width: 100%;
}
.page-body .container.wg .swiper-container .swiper-slide .plant .desc {
  margin: .22rem .3rem .3rem;
  /*padding: .3rem;*/
  font-size: .3rem;
  color: #888;
  line-height: 1.56;
  max-height: 1.35rem;
  overflow: auto;
}
.page-body .container.wg .swiper-container .swiper-slide .plant .scroll {
  max-height: 2.1rem;
  overflow-y: scroll;
}
.page-body .container.wg .wrap {
  display: none;
}
.page-body .container.wg .wrap.active {
  display: block;
}
.page-body .container.wg .swiper-slide-active {
  opacity: 1 !important;
}
.page-body .container.ns #ns-swiper-container {
  height: 4.65rem;
  background: transparent no-repeat center / 100%;
}
.page-body .container.ns .swiper-main {
  position: relative;
}
.page-body .container.ns #ns-swiper-container img {
  width: 100%;
  height: 100%;
}
.page-body .container.ns .swiper-sub {
  margin-top: .15rem;
  height: 7.2rem;
}
.page-body .container.ns .swiper-sub .swiper-slide-active {
  opacity: 1 !important;
}
.page-body .container.ns .swiper-sub .swiper-slide {
  opacity: .7;
  width: 88%;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 .15rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-body .container.ns .swiper-sub .swiper-slide .plant {
  overflow: hidden;
  width: 100%;
  background-color: white;
  height: 6.4rem;
  border-radius: .1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-body .container.ns .swiper-sub .swiper-slide .plant .photo {
  width: 100%;
}
.page-body .container.ns .swiper-sub .swiper-slide .plant .desc {
  margin: .22rem .3rem .3rem;
  /*padding: .3rem;*/
  font-size: .3rem;
  color: #888;
  line-height: 1.56;
  max-height: 2.3rem;
  overflow: auto;
}
.page-body .container.ns .swiper-sub .swiper-slide .plant .scroll {
  max-height: 2.7rem;
  overflow-y: scroll;
}
.page-body .container.aion .logo {
  position: absolute;
  top: 2.6rem;
  width: 4.35rem;
  height: 1rem;
  z-index: 8;
  left: 0;
  right: 0;
  margin: auto;
}
.page-body .container.aion .intro {
  width: 6.4rem;
  height: 6.2rem;
  padding: .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  z-index: 8;
  top: 5.2rem;
  left: 0;
  right: 0;
  background: transparent no-repeat center / 100% 100%;
  background-image: url('../img/shape-aion-intro-bg.png');
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-body .container.aion .intro .title {
  font-size: .32rem;
  margin-bottom: .2rem;
}
.page-body .container.aion .intro .content {
  font-size: .28rem;
  line-height: 1.6;
  max-height: 2.6rem;
  overflow-y: auto;
  color: #888;
}
.page-body .container.aion .swiper-container {
  position: absolute;
  margin: auto;
  left: .6rem;
  right: .6rem;
  z-index: 8;
  top: 5.1rem;
}
.page-body .container.aion .swiper-container .swiper-slide {
  width: 6.4rem;
  height: 6.9rem;
}
.page-body .container.aion .swiper-container .swiper-slide .plant {
  height: 6.2rem;
  background-color: tan;
}
.page-body .container.aion .swiper-container .swiper-pagination {
  bottom: 0;
}
.anchor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}
.anchor .point {
  font-size: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  width: .48rem;
  height: .48rem;
  margin-left: -.24rem;
  margin-top: -.24rem;
  top: 2rem;
  left: 2rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.anchor .point::before {
  display: block;
  content: '';
  width: .28rem;
  height: .28rem;
  border-radius: 100%;
  background-color: white;
}
.anchor .point.active {
  background-color: #009ba4;
}
.anchor .point.active::before {
  background-color: #bde9e7;
}
.page-foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 80;
}
.page-foot .wrap {
  padding: .1rem .15rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.page-foot .wrap.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-foot .wrap .btn {
  text-decoration: none;
  margin: .15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.35rem;
  height: .98rem;
  background-color: #5bc7c3;
  color: white;
  font-size: .32rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: .08rem;
}
.page-foot .wrap .btn:last-child {
  background-color: #009ba4;
}
.page-foot .wrap .btn:last-child.active {
  background-color: #f5ca33;
  color: black;
}
.swiper-pagination-bullets {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
}
.swiper-pagination-bullet {
  background: #ccc;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.container-360 {
  overflow: hidden;
  height: 4rem;
  position: absolute;
  top: 1.8rem;
  left: 0;
  right: 0;
  background: center 96% no-repeat;
  background-size: 100% auto;
}
.container-360 .rotate {
  width: 100%;
  position: relative;
  height: -webkit-fill-available;
  overflow: hidden;
}
.container-360 .rotate .currentImg {
  width: 100%;
  position: absolute;
  top: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aions-tab {
  width: 100%;
  display: flex;
}
.aions-tab .item {   
   width: 3.90rem;
   height: 0.94rem;
   display: flex;
   align-items: center;
   text-align: center;
   font-size: 0.24rem;
   font-family: PingFangSC-Semibold, PingFang SC;
   font-weight: 600;
   color: #4B526A;  
}
.aions-tab .active {
   background: linear-gradient(270deg, #36CBAD 0%, #68EAB6 100%);
   color: #FFFFFF;
}
.aions-tab .item p {
    margin: 0 auto;
}
