[v-cloak] {
  display: none;
}
.clearFixed::before {
  content: " ";
  display: table;
}
.clearFixed::after {
  clear: both;
  display: table;
  content: " ";
}
#root {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* 解决ios滑动不流畅问题 */
}
.home {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0.64rem;
  color: #666;
}
.home::before {
  content: " ";
  display: table;
}
.home::after {
  clear: both;
  display: table;
  content: " ";
}
p {
  user-select: text;
}
.action-rule {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.action-rule .rule-preface {
  position: relative;
}
.action-rule .preface-title {
  width: 3.84rem;
  height: 1.57866667rem;
  position: relative;
  margin: 0 auto -0.74666667rem auto;
  padding: 0 0.21333333rem;
  background-color: #EAFAFF;
  z-index: 10;
}
.action-rule .preface-text {
  width: 100%;
  height: auto;
  min-height: 9.5rem;
  border: 0.10666667rem solid #3BAB6F;
  padding: 0.64rem 0.42666667rem;
}
.action-rule .preface-text p {
  color: #333;
  font-size: 0.64rem;
  text-align: justify;
  text-indent: 2em;
  margin-top: 0.21333333rem;
}
.action-rule .rule-known {
  position: relative;
  margin-top: 0.5rem;
}
.action-rule .known-title {
  display: flex;
  justify-content: center;
  position: relative;
}
.action-rule .known-title p {
  min-width: 1.28rem;
  min-height: 1.28rem;
  width: auto;
  height: auto;
  line-height: 1;
  color: #3EAA7F;
  font-size: 0.77rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 0.2rem;
  margin-right: 0.128rem;
  margin-bottom: -0.64rem;
  border-radius: 50%;
  border: 0.10666667rem solid #49A180;
  z-index: 30;
}
.header {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}
.header::before {
  content: " ";
  display: table;
}
.header::after {
  clear: both;
  display: table;
  content: " ";
}
.header .header-imgs {
  width: 100%;
  height: 17.024rem;
  background-image: url('../images/header_bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.header .header-title {
  position: relative;
  box-sizing: border-box;
  z-index: 100;
}
.header .title-top {
  width: 13.65333333rem;
  height: 2.09066667rem;
  margin: 2.88rem auto 0 auto;
  animation: leftShow 0.6s linear 0.6s both;
}
.header .title-bottom {
  width: 9.664rem;
  height: 1.28rem;
  margin: 0.55466667rem auto;
  animation: rightShow 0.6s linear 0.6s both;
}
.header .header-theme {
  width: 8.14933333rem;
  height: 1.45066667rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 100;
  animation: wrapper 1s linear 0.6s both;
}
.header .header-theme img {
  animation: wrapperImg 1s linear 0.6s both;
}
.header .header-unit {
  width: 10.28266667rem;
  height: 1.408rem;
  position: absolute;
  bottom: 0.64rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  animation: opt 1s linear 1.2s both;
}
.header .header-cloud {
  width: 100%;
  height: 8.32rem;
  position: absolute;
  top: 0;
  right: 0;
  animation: opt 0.8s linear both;
}
.header .header-bird {
  width: 100%;
  height: 4.544rem;
  position: absolute;
  top: 1.87733333rem;
  left: 0;
  animation: opt 0.8s linear both;
}
.header .header-grass {
  width: 3.52rem;
  height: 1.28rem;
  position: absolute;
  bottom: 1.49333333rem;
  left: 0;
  z-index: 20;
  animation: leftShow 1s linear 0.6s both;
}
.header .header-grass-01 {
  width: 8.42666667rem;
  height: 4.52266667rem;
  position: absolute;
  bottom: 2.432rem;
  right: 0;
  z-index: 20;
  animation: opt 0.8s linear 1s both;
}
.header .header-grass-02 {
  width: 12.07466667rem;
  height: 3.60533333rem;
  position: absolute;
  bottom: 3.54133333rem;
  left: 0;
  animation: opt 0.8s linear 1s both;
}
.header .header-home-01 {
  width: 3.62666667rem;
  height: 3.41333333rem;
  position: absolute;
  bottom: 4.48rem;
  left: 0;
  z-index: 10;
  animation: opt 0.8s linear 1.2s both;
}
.header .header-home-02 {
  width: 6.18666667rem;
  height: 2.752rem;
  position: absolute;
  bottom: 4.736rem;
  right: 1.6rem;
  z-index: 10;
  animation: opt 0.8s linear 1.2s both;
}
.header .header-home-03 {
  width: 1.04533333rem;
  height: 3.008rem;
  position: absolute;
  bottom: 5.54666667rem;
  right: 0;
  z-index: 10;
  animation: opt 0.8s linear 1.2s both;
}
.content {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0.55466667rem 1.36533333rem;
  background-color: #EAFAFF;
}
.content::before {
  content: " ";
  display: table;
}
.content::after {
  clear: both;
  display: table;
  content: " ";
}
.content .content-list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0.5rem auto;
}
.content .content-list .list-title {
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.content .content-list .list-title p {
  min-width: 1.28rem;
  min-height: 1.28rem;
  width: auto;
  height: auto;
  line-height: 1;
  color: #32AD76;
  font-size: 0.77rem;
  font-weight: bold;
  text-align: center;
  padding: 0.2rem;
  background-color: #fff;
  margin-right: 0.128rem;
  margin-bottom: -0.64rem;
  border-radius: 50%;
  border: 0.10666667rem solid #49A180;
}
.content .content-list .poster-work {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.content .content-list .poster-work::before {
  content: " ";
  display: table;
}
.content .content-list .poster-work::after {
  clear: both;
  display: table;
  content: " ";
}
.content .content-list .work-box {
  width: 100%;
  position: relative;
  margin-top: 1rem;
  border-radius: 0.25rem;
  border: 0.10666667rem solid #3BAB6F;
}
.content .content-list .work-header {
  display: flex;
  position: relative;
  color: #fff;
}
.content .content-list .work-num {
  min-width: 1.56rem !important;
  min-height: 1.56rem !important;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  padding: 0.4rem;
  margin-top: -0.85333333rem;
  margin-left: -0.42666667rem;
  background-color: #3BAA75;
  border-radius: 50%;
}
.content .content-list .work-title {
  min-width: 11.4rem !important;
  min-height: 0.98rem !important;
  width: auto;
  height: auto;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.2rem;
  margin-top: -0.64rem;
  margin-left: 0.17066667rem;
  background-color: #3BAA75;
  border-radius: 0.6rem;
}
.content .content-list .work-content {
  position: relative;
  box-sizing: border-box;
  padding: 0.72533333rem;
}
.content .content-list .work-img {
  width: 100%;
  height: auto;
  min-height: 6.61333333rem;
}
.content .content-list .winning-case,
.content .content-list .work-author,
.content .content-list .work-desc {
  text-align: justify;
  font-size: 0.64rem;
  margin-top: 0.21333333rem;
}
.content .content-list .work-desc {
  position: relative;
  overflow: hidden;
}
.content .content-list .work-desc strong {
  display: block;
  margin-bottom: 0.1rem;
}
.content .content-list .desc-more {
  color: #3BAA75;
  font-size: 0.7rem;
  text-align: right;
  margin-top: 0.1rem;
}
.footer {
  width: 100%;
  height: 4.05333333rem;
  position: relative;
  background-color: #EAFAFF;
}
.btn-group {
  position: fixed;
  right: 0.21333333rem;
  bottom: 1.92rem;
  z-index: 99;
}
.btn-group .btn-up {
  width: 2.13333333rem;
  height: 2.13333333rem;
}
.btn-group .btn-down {
  width: 2.13333333rem;
  height: 2.13333333rem;
}
/* 图片预览 */
.van-swipe-item {
  display: flex;
  align-items: center;
}
.van-image-preview--image {
  height: 100%;
}
@keyframes doShow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes leftShow {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightShow {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes opt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomShow {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wrapper {
  0% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes wrapperImg {
  0% {
    transform: translateX(300%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes showBottom {
  0% {
    opacity: 0;
    transform: translateX(80%);
  }
  50% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
