/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: "MicrosoftYaHei", 微软雅黑, serif;
  font-size: 16px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
.clear {
  clear: both;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: block;
}
@media screen and (max-width: 321px) {
  html {
    font-size: 42.667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 361px) {
  html {
    font-size: 48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 376px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 394px) {
  html {
    font-size: 52.4px;
  }
}
@media screen and (min-width: 394px) and (max-width: 413px) {
  html {
    font-size: 54.93px;
  }
}
@media screen and (min-width: 413px) and (max-width: 415px) {
  html {
    font-size: 55.2px;
  }
}
@media screen and (min-width: 415px) and (max-width: 481px) {
  html {
    font-size: 64px;
  }
}
@media screen and (min-width: 481px) and (max-width: 541px) {
  html {
    font-size: 72px;
  }
}
@media screen and (min-width: 541px) and (max-width: 641px) {
  html {
    font-size: 85.33px;
  }
}
@media screen and (min-width: 641px) and (max-width: 721px) {
  html {
    font-size: 96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 769px) {
  html {
    font-size: 102.4px;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
  }
}
@media screen and (max-width: 769px) {
  html {
    font-size: -webkit-calc(13.33333333vw);
    font-size: -moz-calc(13.33333333vw);
    font-size: calc(13.33333333vw);
  }
}
section.cover .work,
section.main .logo2,
section.main .pic,
section.main .img-container,
section.content .pic,
section.content .img-container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.swiper-outer .active-bg,
.swiper-outer .swiper-slide img,
section.content .body .title .text,
section.content .play.i3,
.popup .circle-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
[v-cloak] {
  display: none !important;
}
.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.v-enter,
.v-leave-to {
  opacity: 0;
}
.flip-enter-active,
.flip-leave-active {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -moz-transform 0.3s ease;
}
.flip-enter,
.flip-leave-to {
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
html,
body,
#root,
#root > section {
  width: 100%;
  height: 100%;
}
#root {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#root > section {
  position: absolute;
  left: 0;
  top: 0;
}
#root > section > .bg {
  width: 100%;
  height: 100%;
}
section.cover .work {
  top: 6.97151%;
  height: 58%;
}
section.cover .flower {
  top: 4.94753%;
  width: 100%;
  height: 44.90255%;
  position: absolute;
  left: 0;
}
section.cover .logo2 {
  position: absolute;
  height: 0.57rem;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}
.logo3 {
  position: absolute;
  width: auto;
  height: 0.57rem;
  top: .2rem;
  right: .2rem;
}
section.main .logo {
  position: absolute;
  left: 0.26rem;
  top: 0.34rem;
  width: 0.94rem;
}
section.main .logo2 {
  height: 0.57rem;
  bottom: 1.1994%;
}
section.main .flower,
section.content .flower {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
section.main .p11,
section.content .p11 {
  width: 5.1rem;
  top: 7.34633%;
}
section.main .img-container.i1,
section.content .img-container.i1 {
  top: 7.34633%;
  width: 5.1rem;
}
section.main .img-container.i1 .p11,
section.content .img-container.i1 .p11 {
  position: static;
  width: 100%;
}
section.main .p21,
section.content .p21 {
  width: 4.5rem;
  top: 10.34483%;
}
section.main .img-container.i2,
section.content .img-container.i2 {
  top: 10.34483%;
  width: 4.5rem;
}
section.main .img-container.i2 .p21,
section.content .img-container.i2 .p21 {
  position: static;
  width: 100%;
}
section.main .p31,
section.content .p31 {
  width: 4.57rem;
  top: 12.74363%;
}
section.main .img-container.i3,
section.content .img-container.i3 {
  top: 12.74363%;
  width: 4.57rem;
}
section.main .img-container.i3 .p31,
section.content .img-container.i3 .p31 {
  position: static;
  width: 100%;
}
section.main .p41,
section.content .p41 {
  width: 4.63rem;
  top: 8.69565%;
}
section.main .img-container.i4,
section.content .img-container.i4 {
  top: 8.69565%;
  width: 4.63rem;
}
section.main .img-container.i4 .p41,
section.content .img-container.i4 .p41 {
  position: static;
  width: 100%;
}
section.main .p51,
section.content .p51 {
  width: 4.6rem;
  top: 6.74663%;
}
section.main .img-container.i5,
section.content .img-container.i5 {
  top: 6.74663%;
  width: 4.6rem;
}
section.main .img-container.i5 .p51,
section.content .img-container.i5 .p51 {
  position: static;
  width: 100%;
}
.swiper-outer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.14693%;
  height: 42.35382%;
}
.swiper-outer .active-bg {
  cursor: pointer;
  height: 100%;
}
.swiper-outer .swiper-container {
  margin: 0 0.815rem;
  height: 100%;
}
.swiper-outer .swiper-button-prev,
.swiper-outer .swiper-button-next {
  width: 0.49rem;
  height: 0.93rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-outer .swiper-button-prev {
  background-image: url(../images/left.png);
  left: 0.35rem;
}
.swiper-outer .swiper-button-next {
  background-image: url(../images/right.png);
  right: 0.35rem;
}
.swiper-outer .swiper-slide img {
  width: 0.3rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.2;
}
@media screen and (min-aspect-ratio: 400 / 640) {
  .swiper-outer .swiper-slide img.i4 {
    width: 0.45rem;
  }
}
@media screen and (min-aspect-ratio: 420 / 640) {
  .swiper-outer .swiper-slide img.i4 {
    width: 0.36rem;
  }
}
.swiper-outer .swiper-slide.fade1 img {
  opacity: 0.5;
}
.swiper-outer .swiper-slide-active {
  cursor: pointer;
}
.swiper-outer .swiper-slide-active img {
  width: 0.57rem;
  opacity: 1;
}
@media screen and (min-aspect-ratio: 400 / 640) {
  .swiper-outer {
    height: 37.48126%;
  }
}
@media screen and (min-aspect-ratio: 440 / 640) {
  .swiper-outer {
    height: 33.73313%;
  }
  .swiper-outer .swiper-slide-active img {
    width: 0.42rem;
  }
}
section.content .back {
  position: absolute;
  width: 0.81rem;
  left: 0.35rem;
  top: 0.44rem;
}
section.content .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 6.85rem;
}
section.content .body article {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-left: 0.22rem;
  padding-bottom: 0.3rem;
  position: relative;
}
section.content .body article,
section.content .body article .inner {
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.content .body article .inner {
  padding: 0.36rem 0.44rem 1.2rem;
  overflow: auto;
}
section.content .body article .article {
  width: 100%;
}
section.content .body article .bottom-mask {
  width: 100%;
  height: 2rem;
  background: -webkit-linear-gradient(rgba(245, 241, 238, 0), #f5f1ee);
  background: -moz-linear-gradient(rgba(245, 241, 238, 0), #f5f1ee);
  background: linear-gradient(rgba(245, 241, 238, 0), #f5f1ee);
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
section.content .body .title {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.6rem;
  padding-bottom: 0.8rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.content .body .title,
section.content .body .title .inner,
section.content .body .title .active-bg {
  height: 100%;
}
section.content .body .title .active-bg {
  max-width: 1.6rem;
}
section.content .body .title .inner {
  position: relative;
}
section.content .body .title .text {
  width: 0.57rem;
}
@media screen and (min-aspect-ratio: 430 / 640) {
  section.content .body .title .text {
    width: 0.48rem;
  }
}
@media screen and (min-aspect-ratio: 450 / 640) {
  section.content .body .title .text {
    width: 0.4rem;
  }
}
@media screen and (min-aspect-ratio: 400 / 640) {
  section.content .body .title .text.pro.i3 {
    width: 0.45rem;
  }
}
@media screen and (min-aspect-ratio: 420 / 640) {
  section.content .body .title .text.pro.i3 {
    width: 0.36rem;
  }
}
section.content .body .title .text.con {
  width: 0.38rem;
}
section.content .body .title .text.con.i4 {
  width: 0.29rem;
}
@media screen and (min-aspect-ratio: 400 / 640) {
  section.content .body .title .text.con {
    width: 0.28rem;
  }
  section.content .body .title .text.con.i4 {
    width: 0.22rem;
  }
}
@media screen and (min-aspect-ratio: 430 / 640) {
  section.content .body .title .text.con {
    width: 0.24rem;
  }
  section.content .body .title .text.con.i4 {
    width: 0.18rem;
  }
}
section.content .play {
  position: absolute;
  width: 1.06rem;
}
section.content .play.i1,
section.content .play.i4 {
  left: 1.9rem;
  top: 1.85rem;
}
section.content .play.i2 {
  left: 2.1rem;
  top: 1.4rem;
}
section.content .play.i5 {
  left: 2.1rem;
  top: 1.65rem;
}
section.content .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6.75rem;
  background-color: black;
  padding: 1rem 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.content .video-container video {
  display: block;
  width: 100%;
  height: 100%;
}
section.content .video-container .close {
  width: 0.55rem;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
}
.popup .click-area {
  margin: 0 auto;
  width: 4.7rem;
  text-align: center;
  padding: 1.3rem 0;
  margin-top: 1.4rem;
}
.popup .click-circle {
  display: inline-block;
  position: relative;
}
.popup .circle-outer,
.popup .circle-inner {
  border-radius: 100%;
}
.popup .circle-outer {
  width: 0.9557rem;
  height: 0.9557rem;
  background-color: rgba(255, 255, 255, 0.49);
  -webkit-animation: scale 0.75s ease-in-out alternate infinite;
  -moz-animation: scale 0.75s ease-in-out alternate infinite;
  animation: scale 0.75s ease-in-out alternate infinite;
}
@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale {
  from {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.popup .circle-inner {
  width: 0.6505rem;
  height: 0.6505rem;
  background-color: rgba(255, 255, 255, 0.91);
}
.popup .click {
  width: 1.04rem;
  position: absolute;
  left: 0.32rem;
  top: 1.15rem;
}
.popup .text {
  height: 0.31rem;
  margin: 0.23rem auto;
}
.popup .ok {
  height: 0.63rem;
  margin: 0 auto;
}
/*# sourceMappingURL=index.css.map */

.shuo{}
.shuo .shuo_title{
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.shuo .shuo_name{
    font-size: 12px;
    margin-top: 5px;
    color: #797979;
    text-align: right;
}
.shuo .shuo_job{
    font-size: 12px;
    margin-top: 5px;
    color: #797979;
    text-align: center;
}
.shuo .shuo_content{
    font-size: 14px;
    margin-top: 10px;
    color: #4a3529;
    line-height: 1.5;
    text-align: justify;
}
section.main .p61,
section.content .p61 {
  width: 5.0rem;
  top: 7.34633%;
}
section.main .img-container.i6,
section.content .img-container.i6 {
  top: 7.34633%;
  width: 5.0rem;
}
section.main .img-container.i1 .p61,
section.content .img-container.i1 .p61 {
  position: static;
  width: 100%;
}
section.main .p71,
section.content .p71 {
  width: 5.1rem;
  top: 7.34633%;
}
section.main .img-container.i7,
section.content .img-container.i7 {
  top: 7.34633%;
  width: 5.1rem;
}
section.main .img-container.i1 .p71,
section.content .img-container.i1 .p71 {
  position: static;
  width: 100%;
}
section.main .p81,
section.content .p81 {
  width: 5.1rem;
  top: 7.34633%;
}
section.main .img-container.i8,
section.content .img-container.i8 {
  top: 7.34633%;
  width: 5.1rem;
}
section.main .img-container.i1 .p81,
section.content .img-container.i1 .p81 {
  position: static;
  width: 100%;
}
section.content .play.i6,
section.content .play.i7,
section.content .play.i8 {
  left: 1.9rem;
  top: 1.85rem;
}