@charset "UTF-8";
.index-banner {
  overflow: hidden;
  position: relative;
  mask-image: url("../svg/banner-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center bottom;
}

.index-banner .sub-img {
  width: 5.36rem;
}

.index-banner .sub-img img {
  display: block;
  width: 100%;
  height: auto;
}

.index-banner .image, .index-banner .sub-img {
  transform: scale(1.1, 1.1);
  filter: blur(25px) brightness(80%) contrast(120%);
  transition: all 1s;
}

.index-banner .swiper-slide-active .image, .index-banner .swiper-slide-active .sub-img {
  transform: scale(1, 1);
  filter: blur(0) brightness(100%) contrast(100%);
}

.index-banner .image {
  height: calc(100vh - 90px);
  object-fit: cover;
  max-height: 823px;
}

.index-banner .context {
  display: flex;
  justify-content: center;
  font-size: normal;
  flex-direction: column;
  line-height: normal;
  padding: 0 200px;
}

.index-banner .context .slogin-title {
  font-size: 48px;
  color: #F2B61A;
  font-weight: bold;
  margin-bottom: 10px;
}

.index-banner .context .slogin {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  color: #fff;
}

.index-banner .context .slogin-btn {
  width: 135px;
  height: 60px;
  border: 1px solid #F2B61A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #F2B61A;
  border-radius: 16px;
  margin-top: 50px;
}

.index-banner .context .subtext {
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #f7ac1f;
  margin-top: 0.2rem;
}

.index-banner .context .view-more {
  margin-top: 0.5rem;
}

.index-banner .context .level {
  position: absolute;
  display: flex;
  align-items: center;
  left: 1.45rem;
  bottom: 0.9rem;
  font-size: 13px;
  line-height: normal;
  color: #fff;
}

.index-banner .context .level .level-list {
  display: flex;
  align-items: center;
  margin-right: 6px;
  height: 0.4rem;
  width: 6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}

.index-banner .context .level .level-list .level-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.index-banner .context .level .level-list .active .item {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #da2a1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-banner .context .level .level-un {
  box-sizing: border-box;
  height: 0.4rem;
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
  margin-right: 6px;
}

.index-banner .context .level .level-end {
  box-sizing: border-box;
  height: 0.4rem;
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.index-banner .pagination {
  position: absolute;
  left: 200px;
  bottom: 150px;
  z-index: 999;
}

.index-banner .pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #f2b419;
  opacity: 1;
  background-color: transparent;
}

.index-banner .pagination .swiper-pagination-bullet-active {
  background-color: #f2b419;
}

.index-banner .pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 30px;
}

.view-more {
  background: url(../image/view-more-bg.png) no-repeat right center #64b430;
  width: 3.4rem;
  height: 0.7rem;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.25rem;
  cursor: pointer;
  color: #fff;
}

.view-more .txt {
  font-size: 0.24rem;
}

.view-more .iconfont {
  font-size: 0.3rem;
}

.mq-tab .tab-content {
  display: none;
}

.mq-tab-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.mq-tab-title .tab-title span {
  font-size: 22px;
  display: block;
  width: 135px;
  height: 45px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mq-tab-title .tab-title .more {
  position: absolute;
  font-weight: normal;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 26px;
  text-align: center;
  color: #49b479;
  background-color: #EDEDEE;
  border-radius: 26px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mq-tab-title .tab-title.active span {
  color: #49b479;
}

.mq-tab-title .tab-title.active .more {
  display: flex;
}

.common-title {
  text-align: center;
}

.common-title .big {
  font-size: 0.72rem;
  color: #1a1f19;
  font-weight: bold;
}

.common-title .small {
  font-size: 0.3rem;
  color: #1c7846;
}

.index-main {
  margin-top: 100px;
}

.index-main .tansuo-title {
  text-align: center;
  font-family: '思源黑体';
  max-width: 1000px;
  margin: 0 auto;
}

.index-main .tansuo-title .big {
  font-size: 48px;
  font-weight: bold;
  line-height: 54px;
}

.index-main .tansuo-title .small {
  font-size: 24px;
  color: #555555;
  font-weight: bold;
  margin-top: 45px;
}

.index-main .tansuo-title .unit-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.index-main .tansuo-title .unit-list .item {
  font-size: 24px;
  font-weight: bold;
  color: #0D2103;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.index-main .tansuo-title .unit-list .line {
  width: 1px;
  height: 37px;
  background-color: #106B46;
}

.index-garden-guide {
  margin-top: 75px;
}

.index-garden-guide .guide-item {
  display: flex;
  align-items: center;
}

.index-garden-guide .guide-item + .guide-item {
  margin-top: 20px;
}

.index-garden-guide .flex-1 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-garden-guide .flex-1 a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  border-radius: 18px;
  color: #106B46;
  border: 2px solid currentColor;
  background-color: currentColor;
  transition: all 300ms ease;
  cursor: pointer;
}

.index-garden-guide .flex-1 a .iconfont {
  font-size: 40px;
  color: #F0C44B;
  margin-right: 20px;
}

.index-garden-guide .flex-1 a span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.index-garden-guide .flex-1 a:hover {
  background-color: transparent;
}

.index-garden-guide .flex-1 a:hover span {
  color: #106B46;
}

.index-garden-guide .flex-1 .yellow {
  color: #F0C44B;
  border: 2px solid currentColor;
  background-color: currentColor;
}

.index-garden-guide .flex-1 .yellow span {
  color: #330906;
}

.index-garden-guide .flex-1 .yellow .iconfont {
  color: #106B46;
}

.index-garden-guide .flex-1 + .flex-1 {
  margin-left: 20px;
}

.index-tanfang, .index-news, .index-player {
  padding: 0 200px;
  margin-top: 80px;
}

.index-swiper {
  margin-top: 40px;
}

.index-swiper .swiper-slide {
  width: 591px;
}

.index-swiper .content {
  display: block;
}

.index-swiper .content .image {
  position: relative;
}

.index-swiper .content .image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #106B46;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 300ms ease;
}

.index-swiper .content .image:hover:before {
  opacity: 1;
  transform: rotate(-2.15deg);
}

.index-swiper .content .pic {
  overflow: hidden;
  border-radius: 20px;
}

.index-swiper .content .pic img {
  display: block;
}

.index-swiper .content:hover .context .title {
  color: #106B46;
}

.index-swiper .context {
/*  color: #330906;*/
  color: #000;
  margin-top: 15px;
  line-height: 52px;
}

.index-swiper .context .tit {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-swiper .context .title {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}

.index-swiper .context .title span {
  flex: 1;
  font-weight: bold;
}

.index-swiper .context .title .iconfont {
  font-size: 25px;
}

.index-swiper .context .desc {
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
}

.index-swiper-pagination {
  margin-top: 25px;
}

.index-swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #106B46;
  opacity: 1;
  background-color: transparent;
}

.index-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106B46;
}

.index-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.inner-swiper-pagination {
  margin-top: 25px;
}

.inner-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: rgba(112, 145, 109, 0.2);
  opacity: 1;
}

.inner-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #70916D;
}

.inner-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}

.swiper-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-title .title {
  font-size: 40px;
  line-height: 52px;
  color: #1A1A1A;
  font-weight: bold;
}

.swiper-title .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-title .swiper-btn .btn-prev, .swiper-title .swiper-btn .btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #DFE6C2;
  cursor: pointer;
}

.swiper-title .swiper-btn .btn-prev:hover, .swiper-title .swiper-btn .btn-next:hover {
  background-color: #106B46;
}

.swiper-title .swiper-btn .btn-prev:hover .iconfont, .swiper-title .swiper-btn .btn-next:hover .iconfont {
  color: #F2B61A;
}

.swiper-title .swiper-btn .btn-prev {
  margin-right: 25px;
}

.swiper-title .swiper-btn .btn-prev .iconfont {
  transform: rotate(180deg);
}

.swiper-title .swiper-btn .iconfont {
  font-size: 18px;
  display: block;
  color: #106B46;
}

.index-player-swiper {
  margin-top: 40px;
}

.index-player-swiper .swiper-slide {
  width: 600px;
  height: initial;
}

.index-player-swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  padding-top: initial !important;
  position: relative;
  box-sizing: border-box;
}

.index-player-swiper .swiper-slide .content .context {
  position: static;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid #106B46;
  border-radius: 20px;
  color: #106B46;
  transition: all 300ms ease;
  box-sizing: border-box;
  padding: 0 45px;
}

.index-player-swiper .swiper-slide .content .context:hover {
  background-color: #106B46;
  color: #fff;
}

.index-player-swiper .swiper-slide .content .context .mes {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  height: auto !important;
}

.index-player-swiper .swiper-slide .content .context .mes .icon-a-lujing510 {
  font-size: 32px;
  float: left;
  line-height: normal;
  margin-right: 30px;
  color: #F0C44B;
}

.index-player-swiper .swiper-slide .content .context .mes .text {
  float: none;
  overflow: hidden;
}

.index-player-swiper .swiper-slide .content .context .name {
  font-size: 20px;
  margin-top: 25px;
  padding-left: 70px;
}

.index-tuijian {
  max-width: 1920px;
  padding: 0 150px;
  margin: 0 auto;
  margin-top: 120px;
}

.index-tuijian .cont {
  width: 100%;
  padding-top: 50.8652%;
  position: relative;
  background: url(../imgs/tuijian-bg.png) no-repeat center center #106B46;
  background-color: 100%;
  overflow: hidden;
  border-radius: 40px;
}

.index-tuijian .cont .ctx {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 45px 45px 80px 45px;
  display: flex;
  flex-direction: column;
}

.index-tuijian .cont .ctx .swiper-title .title {
  color: #fff;
}

.index-tuijian .cont .ctx .index-tuijian-list {
  flex: 1;
  overflow: hidden;
  display: flex;
  padding-top: 35px;
  box-sizing: border-box;
}

.index-tuijian .cont .ctx .index-tuijian-list .item {
  flex: 1;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .content {
  width: 100%;
  height: 100%;
  position: relative;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .context {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .context .title {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .context .desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  height: 48px;
  margin-top: 10px;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .context .more {
  width: 135px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #F2B61A;
  color: #F2B61A;
  border-radius: 16px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  cursor: pointer;
  transition: all 300ms ease;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .context .more:hover {
  background-color: #F2B61A;
  color: #330906;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .pic {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-top: 131.1643%;
  position: relative;
}

.index-tuijian .cont .ctx .index-tuijian-list .item .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index-tuijian .cont .ctx .index-tuijian-list .item + .item {
  margin-left: 25px;
}

.index-tuijian .cont .ctx .index-tuijian-list .active {
  flex: none;
  width: 36.4272%;
}

.index-tuijian .cont .ctx .index-tuijian-list .active .pic {
  width: 100%;
  height: 100%;
  padding: 0;
}

.index-tuijian .cont .ctx .index-tuijian-list .active .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.index-tuijian .cont .ctx .index-tuijian-list .active .context {
  padding: 0 45px 25px 45px;
}

.index-tuijian .cont .ctx .index-tuijian-list .active .context .more {
  background-color: #F2B61A;
  color: #330906;
}

.index-protect {
  margin-top: 130px;
}

.index-protect .protext-work {
  width: 1229px;
  height: 542px;
  box-sizing: border-box;
  background: url("../imgs/index-ad-bg.png") no-repeat center center;
  background-size: cover;
  border-radius: 40px;
  margin: 0 auto;
}

.index-protect .protext-work .context {
  padding: 70px 150px;
}

.index-protect .protext-work .context .info {
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  color: #fff;
}

.index-protect .protext-work .context .desc {
  font-size: 16px;
  line-height: 24px;
  color: #DFE6C2;
  margin-top: 30px;
  width: 570px;
}

.index-protect .protext-work .context .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 65px;
  background-color: #F0C44B;
  color: #330906;
  font-size: 18px;
  border-radius: 16px;
  margin-top: 40px;
  cursor: pointer;
}

.index-news {
  margin-bottom: 150px;
}

.inner-banner .mode-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 84px;
  top: 0;
  background-color: #9DC800;
  mask-image: url("../svg/banner-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center bottom;
}

.inner-banner .banner-cnt {
  mask-image: url("../svg/banner-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center bottom;
}

.inner-banner .context {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(19, 39, 58, 0.6) 0%, rgba(50, 50, 50, 0) 70%);
  box-sizing: border-box;
  padding-top: 100px;
}

.inner-banner .context .wrapper {
  padding: 0 200px;
  line-height: normal;
}

.inner-banner .context .banner-tit {
  font-size: 24px;
  color: #FFD200;
  font-weight: bold;
}

.inner-banner .context .banner-title {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.inner-way {
  padding: 0 200px;
  margin-top: 80px;
  margin-bottom: 95px;
}

.inner-way .index-swiper .content .image:before {
  background-color: #70916D;
}

.inner-way .index-swiper .content .context {
  color: #70916D;
}

.inner-way .index-swiper .content .context .desc {
  color: #555555;
}

.way-main {
  width: 910px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 50px;
}

.way-main .arrive .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
}

.way-main .arrive .desc {
  font-size: 18px;
  line-height: 32px;
  margin-top: 15px;
}

.way-main .address {
  margin-top: 20px;
}

.way-main .address .info {
  display: flex;
  align-items: center;
}

.way-main .address .info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background-color: #FFD200;
  margin-right: 15px;
}

.way-main .address .info .icon .iconfont {
  font-size: 25px;
  color: #70916D;
}

.way-main .address .info .con .big {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}

.way-main .address .info .con .small {
  font-size: 18px;
  line-height: 24px;
  color: #555;
}

.way-main .address .map {
  margin-top: 45px;
}

.way-main .address .map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.way-list, .ticket-question {
  margin-top: 60px;
}

.way-list .item, .ticket-question .item {
  border: 1px solid #7AC143;
  border-radius: 18px;
  overflow: hidden;
  box-sizing: border-box;
}

.way-list .item .header, .ticket-question .item .header {
  background-color: #7AC143;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 35px 0 105px;
}

.way-list .item .header .type, .ticket-question .item .header .type {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #FFD200;
}

.way-list .item .header .icon-a-lujing48, .ticket-question .item .header .icon-a-lujing48 {
  font-size: 12px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.way-list .item .header .title, .ticket-question .item .header .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.way-list .item .content, .ticket-question .item .content {
  padding-left: 105px;
  padding-bottom: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #1A1A1A;
  display: none;
}

.way-list .item .content p, .ticket-question .item .content p {
  line-height: 30px;
  font-size: 18px;
  color: #1A1A1A;
}

.way-list .item .content p .icon-a-lujing43, .ticket-question .item .content p .icon-a-lujing43 {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  background-color: #7AC143;
  border-radius: 100%;
  font-size: 8px;
  color: #fff;
  text-align: center;
  line-height: 21px;
  margin-right: 10px;
}

.way-list .item .content p .icon-a-lujing43 + b, .ticket-question .item .content p .icon-a-lujing43 + b {
  vertical-align: middle;
  display: inline-block;
}

.way-list .active .header, .ticket-question .active .header {
  background-color: transparent;
}

.way-list .active .header .icon-a-lujing48, .ticket-question .active .header .icon-a-lujing48 {
  transform: rotate(180deg);
}

.way-list .active .header .title, .ticket-question .active .header .title {
  color: #7AC143;
}

.way-list .active .content, .ticket-question .active .content {
  display: block;
}

.way-list .item + .item, .ticket-question .item + .item {
  margin-top: 20px;
}

.inner-spec {
  margin-top: 80px;
}

.inner-spec .wrap-layer {
  overflow: hidden;
}

.inner-spec .run-date {
  display: flex;
  align-items: flex-start;
  line-height: 24px;
  margin-top: 20px;
}

.inner-spec .run-date .icon {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: #106B46;
}

.inner-spec .run-date .icon .iconfont {
  font-size: 15px;
  color: #FFD200;
}

.inner-spec .run-date .time ul {
  overflow: hidden;
}

.inner-spec .run-date .time ul li {
  float: left;
}

.inner-spec .run-date .time ul li + li {
  margin-left: 50px;
}

.inner-spec .book {
  margin-top: 25px;
  width: 135px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #FFD200;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #FFD200;
  transition: all 300ms ease;
}

.inner-spec .book:hover {
  background-color: transparent;
}

.ticket-question {
  width: 1225px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

.ticket-question .big-title {
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 40px;
  color: #330906;
  font-weight: bold;
}

.ticket-question .item .header {
  padding-left: 35px;
}

.ticket-question .item .header .icon-a-lujing48 {
  color: #fff;
}

.ticket-question .item .content {
  padding-left: 35px;
}

.ticket-question .active .header .icon-a-lujing48 {
  color: #7AC143;
}

.more-collapse {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-collapse .collapse {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-collapse .txt {
  font-size: 22px;
  color: #106B46;
  font-weight: bold;
  border-bottom: 2px solid #106B46;
}

.more-collapse .iconfont {
  font-size: 13px;
  color: #106B46;
  margin-top: 15px;
}

.ticket-main {
  width: 1225px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 60px;
}

.ticket-main .book-mes .title {
  font-size: 40px;
  line-height: 52px;
  color: #1A1A1A;
  font-weight: bold;
}

.ticket-main .book-mes .desc {
  font-size: 16px;
  line-height: 33px;
  color: #555555;
}

.ticket-main .book-mes .desc a {
  color: #008945;
  cursor: pointer;
}

.ticket-book {
  margin-top: 80px;
}

.ticket-book .ticket-type .type {
  width: 100%;
  height: 65px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.ticket-book .ticket-type .ticket-list .item {
  border-top: 2px solid #7AC143;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.ticket-book .ticket-type .ticket-list .ticket-info {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket-book .ticket-type .ticket-list .ticket-info .name {
  font-size: 22px;
  color: #1A1A1A;
  font-weight: bold;
}

.ticket-book .ticket-type .ticket-list .ticket-info .name .memo {
  color: #106B46;
}

.ticket-book .ticket-type .ticket-list .ticket-info .price {
  font-size: 24px;
  color: #106B46;
  font-weight: bold;
}

.ticket-book .ticket-type .ticket-list .book-btn {
  display: block;
  width: 135px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #FFD200;
  font-size: 18px;
  color: #1A1A1A;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #FFD200;
  transition: all 300ms ease;
  margin-left: 50px;
}

.ticket-book .ticket-type .ticket-list .book-btn:hover {
  background-color: transparent;
}

.ticket-book .ticket-type-1 .type {
  background-color: #7AC143;
}

.ticket-book .ticket-type-2 .type {
  background-color: #FFD200;
}

.ticket-book .ticket-type-2 .ticket-list .item {
  border-top: 2px solid #FFD200;
}

.ad-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.common-info .info-title {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.common-info .info-desc {
  font-size: 16px;
  line-height: normal;
  color: #555;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.inner-btn-prev, .inner-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #FFD200;
  cursor: pointer;
}

.inner-btn-prev .iconfont, .inner-btn-next .iconfont {
  font-size: 18px;
  display: block;
  color: #106B46;
}

.inner-btn-prev:hover, .inner-btn-next:hover {
  background-color: #106B46;
}

.inner-btn-prev:hover .iconfont, .inner-btn-next:hover .iconfont {
  color: #F2B61A;
}

.inner-btn-prev .iconfont {
  transform: rotate(180deg);
}

.inner-selfdrive {
  width: 1285px;
  padding: 0 30px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  box-sizing: border-box;
}

.selfdrive-swiper {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

.selfdrive-swiper .btn-prev, .selfdrive-swiper .btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.selfdrive-swiper .btn-prev {
  left: 35px;
}

.selfdrive-swiper .btn-next {
  right: 35px;
}

.selfdrive-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}

.selfdrive-swiper .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 48.3319%;
}

.selfdrive-swiper .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.selfdrive-swiper .context {
  background: linear-gradient(0deg, rgba(41, 41, 41, 0.4) 0%, rgba(50, 50, 50, 0) 100%);
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  padding: 40px 110px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: none;
}

.selfdrive-swiper .context .name {
  font-size: 24px;
  margin-bottom: 15px;
}

.inner-selfdrive-seven {
  margin-bottom: 100px;
}

.inner-selfdrive-seven .seven-list {
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 55px;
}

.inner-selfdrive-seven .seven-list .item {
  flex: 1;
}

.inner-selfdrive-seven .seven-list .item .core {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  height: 114px;
  background-color: #FFD200;
  color: #330906;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.inner-selfdrive-seven .seven-list .item:hover .core, .inner-selfdrive-seven .seven-list .item.active .core {
  background-color: #7AC143;
  color: #fff;
}

.inner-selfdrive-seven .seven-list .item + .item {
  margin-left: 5px;
}

.inner-selfdrive-seven .area-introduce {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 45px;
}

.inner-selfdrive-seven .area-introduce .big {
  font-size: 26px;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 42px;
  margin-bottom: 10px;
}

.inner-selfdrive-seven .area-introduce .small {
  font-size: 16px;
  color: #555555;
}

.inner-selfdrive-seven .area-swiper {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}

.inner-selfdrive-seven .area-swiper .btn-action {
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 2;
}

.inner-selfdrive-seven .area-swiper .btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 55.1111%;
  padding-top: 20px;
}

.inner-selfdrive-seven .area-swiper .btn-box .btn-next {
  margin-left: 30px;
}

.inner-selfdrive-seven .area-swiper .swiper-slide {
  overflow: hidden;
}

.inner-selfdrive-seven .area-swiper .swiper-slide .pic {
  overflow: hidden;
  width: 100%;
  padding-top: 55.1111%;
  position: relative;
  border-radius: 20px;
}

.inner-selfdrive-seven .area-swiper .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.inner-selfdrive-seven .area-swiper .swiper-slide .context {
  padding-top: 20px;
}

.inner-selfdrive-seven .area-swiper .swiper-slide .context .img-info {
  line-height: 52px;
  color: #3D3D3D;
  font-size: 20px;
}

.inner-selfdrive-seven .area-swiper-intro {
  font-size: 16px;
  margin-top: 30px;
  line-height: normal;
}

.tour-mode, .show-area {
  width: 1285px;
  padding: 0 30px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  box-sizing: border-box;
}

.tour-mode-wrap {
  margin-right: -30px;
  margin-top: 45px;
}

.tour-mode-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.tour-mode-wrap .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 30px;
}

.tour-mode-wrap .wrap {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #EAEAEA;
  overflow: hidden;
}

.tour-mode-wrap .wrap .pic {
  width: 100%;
  padding-top: 58.8083%;
  position: relative;
  overflow: hidden;
}

.tour-mode-wrap .wrap .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tour-mode-wrap .wrap .context {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #3D3D3D;
}

.show-area-wrap {
  margin-right: -45px;
}

.show-area-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.show-area-wrap .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 45px;
}

.show-area-wrap .wrap {
  width: 100%;
  position: relative;
}

.show-area-wrap .wrap .pic {
  width: 100%;
  padding-top: 59.8984%;
  position: relative;
  border-radius: 20px;
}

.show-area-wrap .wrap .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.show-area-wrap .wrap .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 20px;
  background-color: #7AC143;
  transition: all 300ms ease;
}

.show-area-wrap .wrap .pic:hover:before {
  transform: rotate(-2.15deg);
}

.show-area-wrap .wrap .context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 30px;
}

.show-area-wrap .wrap .context .desc {
  font-size: 18px;
  color: #1A1A1A;
}

.show-area-wrap .wrap .context .title {
  font-size: 32px;
  color: #000;
}

.show-area-wrap .wrap .context .iconfont {
  font-size: 20px;
  color: #106B46;
}

.ad-image-flex-2-1 {
  width: 100%;
  padding-top: 30%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ad-image-flex-2-1 .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
}

.ad-image-flex-2-1 .ad-image:nth-child(1) {
  flex: 2;
}

.ad-image-flex-2-1 .ad-image:nth-child(2) {
  flex: 1;
  margin-left: 60px;
}

.ad-image-flex-2-1 .ad-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ad-image-flex-4-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ad-image-flex-4-1 .box {
  display: flex;
  justify-content: center;
}

.ad-image-flex-4-1 .box .item {
  flex: 1;
  max-width: 290px;
}

.ad-image-flex-4-1 .box .ad-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.ad-image-flex-4-1 .box .ad-image img {
  height: 100%;
}

.ad-image-flex-4-1 .box .item + .item {
  margin-left: 20px;
}

.inner-little-panda-eight {
  margin-top: 50px;
}

.inner-little-panda-eight .eight-list {
  display: flex;
  align-items: center;
  width: 1380px;
  margin: 0 auto;
  max-width: 100%;
}

.inner-little-panda-eight .eight-list .item {
  flex: 1;
  color: #fff;
}

.inner-little-panda-eight .eight-list .item .wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
}

.inner-little-panda-eight .eight-list .item .wrap .core {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background-color: #7AC143;
  text-align: center;
}

.inner-little-panda-eight .eight-list .item .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.inner-little-panda-eight .eight-list .item .spec {
  font-size: 16px;
}

.inner-little-panda-eight .eight-list .item:nth-child(2n+2) {
  color: #330906;
}

.inner-little-panda-eight .eight-list .item:nth-child(2n+2) .wrap .core {
  background-color: #FFD200;
}

.inner-little-panda-eight .eight-list .item + .item {
  margin-left: 10px;
}

.inner-little-panda-eight .my-swiper-2 {
  width: 1068px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 80px;
}

.littlepanda-hudong {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}

.littlepanda-hudong .flex-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  border-radius: 18px;
}

.littlepanda-hudong .flex-1 .flex-1 {
  flex: 1;
}

.littlepanda-hudong .flex-1 .flex-1 + .flex-1 {
  margin-left: 10px;
}

.littlepanda-hudong .iconfont {
  font-size: 32px;
  color: #fff;
  margin-right: 15px;
}

.littlepanda-hudong .green {
  background-color: #7AC143;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.littlepanda-hudong .yellow {
  background-color: #FFD200;
  font-size: 18px;
  color: #330906;
}

.littlepanda-hudong .time {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.littlepanda-hudong .time em {
  font-size: 20px;
}

.little-panda-activity {
  width: 1530px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 60px;
}

.little-panda-activity .wrapper {
  margin-right: -45px;
  overflow: hidden;
}

.little-panda-activity .wrapper .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 45px;
}

.little-panda-activity .wrapper .item .pic {
  width: 100%;
  padding-top: 66.4583%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.little-panda-activity .wrapper .item .context {
  font-size: 18px;
  color: #555555;
  text-align: center;
  margin-top: 10px;
}

.imgCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.little-panda-spec-swiper {
  width: 1260px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 38px;
  margin-top: 32px;
 /*margin-bottom: 100px;*/
  margin-bottom: 50px;
}

.little-panda-spec-swiper .btn-prev {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.little-panda-spec-swiper .btn-next {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.little-panda-spec-swiper .swiper-slide {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
}

.little-panda-spec-swiper .swiper-slide .core {
  width: 100%;
}

.little-panda-spec-swiper .swiper-slide .core .pic {
  width: 100%;
  padding-top: 60.6312%;
  position: relative;
}

.little-panda-spec-swiper .swiper-slide .core .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 0;
  top: 0;
  background-color: #7AC143;
  transition: all 300ms ease;
}

.little-panda-spec-swiper .swiper-slide .core .pic:hover:before {
  transform: rotate(-2.15deg);
}

.little-panda-spec-swiper .swiper-slide .core .context {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.endangered-level {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: normal;
  color: #fff;
  margin-top: 0.2rem;
}

.endangered-level .level-list {
  display: flex;
  align-items: center;
  margin-right: 6px;
  height: 0.4rem;
  width: 6rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}

.endangered-level .level-list .level-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.endangered-level .level-list .active .item {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #da2a1c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.endangered-level .level-un {
  box-sizing: border-box;
  height: 0.4rem;
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #666666;
  margin-right: 6px;
}

.endangered-level .level-end {
  box-sizing: border-box;
  height: 0.4rem;
  width: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.jsh-basic {
  width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
}

.jsh-basic .basic-list {
  display: flex;
}

.jsh-basic .basic-list .item {
  flex: 1;
}

.jsh-basic .basic-list .item .core {
  width: 100%;
  padding-top: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0px 4px 10px 0px rgba(157, 200, 0, 0.1);
}

.jsh-basic .basic-list .item .core .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jsh-basic .basic-list .item .spec {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  background-color: #106B46;
  font-size: 18px;
  font-weight: bold;
  color: #FFD200;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.jsh-basic .basic-list .item .desc {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  line-height: 22px;
  height: 44px;
  padding: 0 20px;
}

.jsh-basic .basic-list .item + .item {
  margin-left: 20px;
}

body.jsh {
  background-color: #FDFFF7;
}

.animal-introduce {
  width: 915px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.animal-introduce .item .title {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.animal-introduce .item .title:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #106B46;
}

.animal-introduce .item .title span {
  font-size: 28px;
  float: left;
  font-weight: bold;
  border-bottom: 5px solid #106B46;
}

.animal-introduce .item .context {
  font-size: 16px;
  color: #767676;
}

.animal-introduce .item + .item {
  margin-top: 30px;
}

.animal-images {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 70px;
}

.animal-images .name {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1A1A1A;
}

.animal-images .swiper-slide {
  box-sizing: border-box;
  padding: 0 20px;
}

.animal-images .swiper-slide .pic {
  width: 100%;
}

.animal-images .swiper-slide .pic .img {
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.animal-images .btn-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.animal-images .btn-controls .btn-next {
  margin-left: 25px;
}

.animal-content {
  margin-top: 50px;
}

.animal-other-swiper {
  max-width: 1728px;
  padding: 0px 100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.animal-other-swiper .swiper-slide {
  width: 38.678%;
}

.animal-other-swiper .name {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1A1A1A;
}

.animal-other-swiper .context .title {
  font-size: 24px;
  line-height: normal;
}

.animal-other-swiper .context .desc {
  font-size: 16px;
  margin-top: 5px;
  line-height: normal;
}

.animals-list-search {
  width: 100%;
  max-width: 1720px;
  box-sizing: border-box;
  padding: 0 100px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 60px;
}

.animals-list-search .info {
  text-align: center;
  color: #1A1A1A;
  font-weight: bold;
  margin-bottom: 60px;
}

.animals-list-search .info .big {
  font-size: 32px;
  margin-bottom: 10px;
}

.animals-list-search .info .small {
  font-size: 18px;
  color: #8A8A8A;
}

.animals-list-search .ani-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  border-radius: 18px;
  height: 100px;
  box-shadow: 0px 4px 10px 0px rgba(157, 200, 0, 0.1);
}

.animals-list-search .ani-search .antsits {
  font-size: 24px;
  color: #1A1A1A;
  font-weight: bold;
}

.animals-list-search .ani-search .sels, .animals-list-search .ani-search .inputs input {
  border-radius: 16px;
  font-size: 18px;
}

.animals-list-search .ani-search .mod-serch-l::after {
  display: none;
}

.animals-list-search .ani-search .mod-serch-l .icon-a-lujing48 {
  font-size: 14px;
  color: #106B46;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.animals-list-search .ani-search .sbt {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animals-list-search .ani-search .sbt .icon-sousuo {
  font-size: 20px;
  color: #106B46;
}

.animals-list-page {
  max-width: 1720px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 100px;
}

.animals-list-page .wrapper {
  margin-right: -50px;
}

.animals-list-page .wrapper:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.animals-list-page .wrapper .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
  margin-bottom: 50px;
}

.animals-list-page .wrapper .core {
  width: 100%;
  display: block;
  cursor: pointer;
}

.animals-list-page .wrapper .core .pic {
  position: relative;
}

.animals-list-page .wrapper .core .pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  left: 0;
  top: 0;
  background-color: #106B46;
  transition: all 300ms ease;
}

.animals-list-page .wrapper .core .pic:hover:before {
  transform: rotate(-2.15deg);
}

.animals-list-page .wrapper .core .img {
  width: 100%;
  padding-top: 59.8092%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.animals-list-page .wrapper .core .img img {
  border-radius: 20px;
}

.animals-list-page .wrapper .core .context {
  padding: 0 15px;
  color: #1A1A1A;
  margin-top: 20px;
}

.animals-list-page .wrapper .core .context .name {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.animals-list-page .wrapper .core .context .en {
  font-size: 16px;
}

.animals-list-page .wrapper .core .context .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.animals-list-page .wrapper .core:hover .context .name {
  color: #106B46;
}

.park-safe-page {
  margin: 60px 0;
}

.park-safe-page .safe-attention {
  border-radius: 10px;
  background: #7AC143;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

.park-safe-page .safe-thank {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  color: #1A1A1A;
  text-align: center;
}

.park-safe-page .safe-list .item {
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(122, 193, 67, 0.2);
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 20px 30px;
}

.park-safe-page .safe-list .item .desc {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #1A1A1A;
}

.park-safe-page .safe-list .item .seq {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F0C44B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #330906;
  font-weight: bold;
  margin-right: 50px;
}

.park-safe-page .safe-list .item + .item {
  margin-top: 20px;
}

.park-help-page {
  margin: 60px 0;
}

.park-help-page .help-hotlines {
  margin-bottom: 40px;
}

.park-help-page .help-hotlines .title {
  font-size: 26px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.park-help-page .help-hotlines .hotline {
  font-size: 18px;
  font-weight: bold;
  color: #F9BB06;
}

.park-help-page .help-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #7AC143;
}

.park-help-page .help-list .item .item-q {
  padding: 10px 20px;
  background-color: #7AC143;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.park-help-page .help-list .item .item-q .q {
  background-color: #FFD200;
  color: #7AC143;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 30px;
  width: 50px;
  margin-right: 30px;
}

.park-help-page .help-list .item .item-q .text {
  flex: 1;
  overflow: hidden;
}

.park-help-page .help-list .item .item-a {
  padding: 20px 20px 0 20px;
  display: flex;
  align-items: center;
}

.park-help-page .help-list .item .item-a .a {
  background-color: #7AC143;
  color: #FFD200;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 30px;
  width: 50px;
  margin-right: 30px;
}

.park-help-page .help-list .item .item-a .text {
  font-size: 16px;
}

.edu-active-list, .store-list {
  margin-right: -20px;
}

.edu-active-list .item, .store-list .item {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}

.edu-active-list .item .wrap, .store-list .item .wrap {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.edu-active-list .item .wrap .img, .store-list .item .wrap .img {
  width: 100%;
  padding-top: 59.6928%;
  position: relative;
  overflow: hidden;
}

.edu-active-list .item .wrap .context, .store-list .item .wrap .context {
  box-sizing: border-box;
  padding: 15px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.edu-active-list .item .wrap .context .date, .store-list .item .wrap .context .date {
  margin-bottom: 0.2rem;
}

.edu-active-list .item .wrap .context .date .day, .store-list .item .wrap .context .date .day {
  color: #3D3D3D;
  font-size: 0.4rem;
  font-weight: bold;
}

.edu-active-list .item .wrap .context .date .year, .store-list .item .wrap .context .date .year {
  font-size: 12px;
  color: #999;
}

.edu-active-list .item .wrap .context .title, .store-list .item .wrap .context .title {
  font-size: 20px;
  color: #3D3D3D;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.edu-active-list .item .wrap .context .desc, .store-list .item .wrap .context .desc {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  height: 96px;
  margin-bottom: 10px;
}

.edu-active-list .item .wrap .context .more, .store-list .item .wrap .context .more {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #173D3F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7AC1F;
  font-size: 0.26rem;
}

.edu-active-list .item .wrap .context .more:hover, .store-list .item .wrap .context .more:hover {
  background-color: #F7AC1F;
  color: #173D3F;
  cursor: pointer;
}

.edu-active-list .item .wrap .context .add, .store-list .item .wrap .context .add {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

.edu-active-list .item .wrap .context .add .iconfont, .store-list .item .wrap .context .add .iconfont {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  background-color: #173D3F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7AC1F;
  margin-right: 0.1rem;
}

.edu-active-list .item .wrap .context .add .iconfont:hover, .store-list .item .wrap .context .add .iconfont:hover {
  background-color: #F7AC1F;
  color: #173D3F;
  cursor: pointer;
}

.store-list {
  margin-top: 70px;
}

.store-list .item .wrap .context {
  padding: 15px 20px 20px 20px;
}

.store-list .item .wrap .context .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.store-list .item .wrap .bom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.restaurant-swiper {
  position: relative;
}

.restaurant-swiper .pic {
  width: 100%;
  padding-top: 40.3646%;
  position: relative;
  overflow: hidden;
}

.restaurant-swiper .w-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
  z-index: 10;
}

.restaurant-swiper .w-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  background-color: #f2b419;
  opacity: 1;
}

.restaurant-swiper .w-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.restaurant-swiper .w-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.2rem;
}

.restaurant-desc {
  margin-top: 60px;
  margin-bottom: 70px;
}

.restaurant-desc .desc-context {
  display: flex;
  align-items: center;
}

.restaurant-desc .desc {
  font-size: 16px;
  color: #767676;
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #D8D8D8;
}

.restaurant-desc .con .title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.restaurant-desc .con .add {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}

.restaurant-desc .con .add .iconfont {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  overflow: hidden;
  border-radius: 100%;
  background-color: #173D3F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7AC1F;
  margin-right: 0.1rem;
  white-space: nowrap;
}

.restaurant-desc .con .add .iconfont:hover {
  background-color: #F7AC1F;
  color: #173D3F;
  cursor: pointer;
}

.restaurant-dishes-swiper {
  margin-bottom: 70px;
}

.restaurant-dishes-swiper .swiper-wrapper {
  justify-content: center;
}

.restaurant-dishes-swiper .swiper-slide {
  width: 20%;
  box-sizing: border-box;
  padding: 0 20px;
}

.restaurant-dishes-swiper .swiper-slide .pic {
  width: 100%;
  padding-top: 125.3333%;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}

.module-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.edu-video-list {
  margin-right: -0.75rem;
}

.edu-video-list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 0.75rem;
  margin-bottom: 50px;
}

.edu-video-list .item .wrap {
  width: 100%;
}

.edu-video-list .item .wrap .img {
  width: 100%;
  padding-top: 56.1448%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.edu-video-list .item .wrap .context {
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 20px;
  padding-right: 15px;
}

.edu-video-list .item .wrap .context .title {
  font-size: 20px;
  font-weight: bold;
  color: #3D3D3D;
  line-height: 1.4;
  margin-bottom: 10px;
}

.edu-video-list .item .wrap .context .desc {
  font-size: 16px;
  line-height: 24px;
  height: 96px;
  color: #3D3D3D;
  margin-bottom: 15px;
}

.edu-video-list .item .wrap .context .con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.edu-video-list .item .wrap .context .con .time {
  display: flex;
  align-items: center;
}

.edu-video-list .item .wrap .context .con .time .iconfont {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7AC1F;
  color: #173D3F;
  margin-right: 10px;
}

.edu-video-list .item .wrap .context .con .address {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.edu-video-list .item .wrap .context .con .address .iconfont {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #173D3F;
  color: #F7AC1F;
  margin-right: 10px;
}

.edu-video-list .item .wrap .context .con .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.55rem;
  border-radius: 0.1rem;
  background-color: #70916D;
  color: #fff;
  cursor: pointer;
}

.edu-video-list .item .wrap .context .con .btn .iconfont {
  margin-left: 0.3rem;
  font-size: 0.24rem;
}

.ticket-ewm-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ticket-ewm-popup .ewm {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 500px;
}

.ticket-ewm-popup .ewm img {
  display: block;
  width: 100%;
  height: auto;
}

.popup-close {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.popup-close:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.popup-close:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.collapse-hide {
  display: none !important;
}

.collapse-flex {
  display: flex !important;
}

.collapse-block {
  display: block !important;
}

.news-list-page {
  margin-top: 60px;
}

.news-list-page .wrapper {
  margin-right: -30px;
}

.news-list-page .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.news-list-page .swiper-slide {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 30px;
  margin-bottom: 30px;
}

.news-list-page .content {
  display: block;
}

.news-list-page .content .image {
  position: relative;
}

.news-list-page .content .image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #106B46;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 300ms ease;
}

.news-list-page .content .image:hover:before {
  opacity: 1;
  transform: rotate(-2.15deg);
}

.news-list-page .content .pic {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-top: 59.8984%;
  position: relative;
}

.news-list-page .content .pic img {
  display: block;
}

.news-list-page .content:hover .context .title {
  color: #106B46;
}

.news-list-page .context {
  color: #330906;
  margin-top: 15px;
}

.news-list-page .context .tit {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.news-list-page .context .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 28px;
  height: 56px;
}

.news-list-page .context .title span {
  flex: 1;
  font-weight: bold;
}

.news-list-page .context .title .iconfont {
  font-size: 20px;
  margin-left: 20px;
}

.news-list-page .context .desc {
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  margin-top: 15px;
}

.active-detail-info {
  padding: 50px 0;
}

.active-detail-info .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.active-detail-info .source {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #D8D8D8;
}

.active-detail-info .source .text {
  color: #1A1A1A;
}

.active-detail-info .source .date {
  color: #767676;
}

.active-detail-prev-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.active-detail-prev-next .item {
  display: flex;
  align-items: center;
  background-color: #EEEEEE;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #3D3D3D;
  cursor: pointer;
}

.active-detail-prev-next .item .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #106B46;
  color: #F7AC1F;
  font-size: 12px;
  margin: 0 10px;
}

.active-detail-prev-next .item .tit {
  display: flex;
  align-items: center;
}

.active-detail-prev-next .prev {
  padding-right: 30px;
}

.active-detail-prev-next .prev .txt {
  padding-right: 15px;
  border-right: 1px solid #3D3D3D;
  margin-right: 15px;
}

.active-detail-prev-next .next {
  padding-left: 30px;
}

.active-detail-prev-next .next .txt {
  padding-right: 15px;
  border-right: 1px solid #3D3D3D;
  margin-right: 15px;
}

/*网站地图*/
.siteMap ul li {
  padding: 30px 0;
  zoom: 1;
  overflow: hidden;
}

.siteMap ul li + li {
  border-top: 1px dashed #e7e7e7;
}

.siteMap ul li:after {
  display: table;
  clear: both;
  content: "";
  font-size: 0;
  line-height: 0;
}

.siteMap ul li h2 {
  float: left;
  overflow: hidden;
  min-width: 130px;
}

.siteMap ul li h2 .cn {
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: #106B46;
}

.siteMap ul li h2 .en {
  font-size: 14px;
  display: block;
  color: #ab0000;
  display: none;
}

.siteMap ul li ul {
  float: none;
  overflow: hidden;
}

.siteMap ul li ul li {
  border: none;
  padding: 0;
  padding-top: 4px;
  float: left;
  margin-bottom: 5px;
}

.siteMap ul li ul li a {
  font-size: 16px;
  color: #555;
  min-width: 100px;
  padding-left: 20px;
  display: block;
}

.siteMap ul li ul li a:hover {
  color: #106B46;
}

.siteMap ul li ul li dl {
  padding-top: 10px;
}

.siteMap ul li ul li dl dd a {
  font-size: 14px;
  color: #999;
}

.artright.article-page {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-left: 0;
}

.play-show-time {
  margin-top: 70px;
}

.play-show-time .item {
  border-bottom: 1px solid #7AC143;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
}

.play-show-time .item .name {
  color: #1A1A1A;
}

.play-show-time .item .time {
  color: #106B46;
}

.play-show-time .download-time-table {
  margin-top: 25px;
}

.play-show-time .download-time-table a {
  display: block;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7AC143;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
}

.play-show-time .show-time-message {
  margin-top: 60px;
  font-size: 16px;
  line-height: 32px;
}

.play-show-time .show-time-message .tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.play-show-time .show-time-message ul {
  padding-left: 20px;
}

.play-show-time .show-time-message ul, .play-show-time .show-time-message li {
  list-style: disc;
  color: #767676;
}

.us-slogin {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.us-slogin .left {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.us-slogin .left .title {
  font-size: 28px;
  font-weight: bold;
}

.us-slogin .left .desc {
  font-size: 16px;
  color: #767676;
}

.us-slogin .left .more {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  border-radius: 10px;
  background-color: #F0C44B;
}

.us-slogin .right {
  margin-left: 40px;
}

.us-slogin .right .box {
  overflow: hidden;
  background-color: #7AC143;
  border-radius: 20px 20px 20px 80px;
  height: 250px;
}

.us-slogin .right .box .item {
  width: 50%;
  height: 50%;
  float: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.us-slogin .right .box .item .count {
  font-size: 40px;
  font-weight: bold;
}

.us-slogin .right .box .item .count span {
  font-size: 16px;
  font-weight: normal;
}

.us-slogin .right .box .item .tit {
  font-size: 16px;
}

.us-events {
  margin-top: 40px;
}

.us-event-swiper {
  display: flex;
  align-items: center;
  background-color: rgba(223, 230, 194, 0.6);
  border-radius: 20px;
  padding: 30px 50px;
}

.us-event-swiper .event-swiper {
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
}

.us-event-swiper .event-swiper:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(223, 230, 194, 0.6), #106b46, rgba(223, 230, 194, 0.6));
}

.us-event-swiper .event-swiper:after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #106b46;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(50%, -50%, 0);
}

.us-event-swiper .event-wrapper {
  height: 220px;
  overflow: hidden;
}

.us-event-swiper .event-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

.us-event-swiper .event-wrapper .swiper-slide-active {
  font-size: 28px;
  color: #106B46;
}

.us-event-swiper .prev, .us-event-swiper .next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.us-event-swiper .prev .iconfont, .us-event-swiper .next .iconfont {
  font-size: 15px;
  color: #106B46;
  display: block;
}

.us-event-swiper .prev {
  transform: rotate(180deg);
}

.us-event-swiper .event-context {
  display: none;
  flex: 1;
}

.us-event-swiper .event-context .year {
  font-size: 28px;
  font-weight: bold;
  color: #0D2103;
}

.us-event-swiper .event-context .context {
  margin-top: 15px;
  font-size: 16px;
}

.about-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
  padding-top: 20px;
  border-top: 1px solid #70916D;
  margin-bottom: 20px;
}

.about-title .name {
  font-size: 28px;
  font-weight: bold;
}

.about-title .more {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  border-radius: 10px;
  background-color: #F0C44B;
  cursor: pointer;
}

.us-honour {
  display: flex;
  margin-top: 70px;
}

.us-honour .ze-ren, .us-honour .rong-yu {
  flex: 1;
  min-width: 0;
}

.us-honour .rong-yu {
  margin-left: 50px;
}

.us-honour .rong-yu .rong-yu-wrap {
  border-top: 1px solid #70916D;
}

.us-honour .rong-yu .rong-yu-swiper-wrapper {
  position: relative;
  margin-top: 19px;
}

.us-honour .rong-yu .rong-yu-swiper {
  position: relative;
  overflow: hidden;
}

.us-honour .rong-yu .rong-yu-swiper .pic {
  position: relative;
  width: 100%;
  padding-top: 65.566%;
  border-radius: 20px;
  overflow: hidden;
}

.us-honour .rong-yu .inner-btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 0;
  z-index: 2;
}

.us-honour .rong-yu .inner-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
  z-index: 2;
}

.us-honour .ze-ren .ze-ren-tab .tab-header {
  display: flex;
  align-items: center;
  border-top: 1px solid #70916D;
  margin-bottom: 15px;
}

.us-honour .ze-ren .ze-ren-tab .tab-header .tab-title {
  flex: 1;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border-top: 4px solid transparent;
  font-size: 18px;
  font-weight: bold;
  color: #3D3D3D;
  padding: 15px 0;
}

.us-honour .ze-ren .ze-ren-tab .tab-header .tab-title.active {
  border-color: #70916D;
  color: #106B46;
}

.us-honour .ze-ren .ze-ren-tab .tab-content {
  display: none;
  font-size: 16px;
  line-height: 24px;
}

.about-us-join-us {
  background-size: 100% 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  margin-top: 70px;
  background: url(../imgs/c1.png) no-repeat right top, url(../imgs/c2.png) no-repeat left bottom #106B46;
}

.about-us-join-us .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-us-join-us .context {
  font-size: 16px;
  line-height: 24px;
}

.about-us-join-us .more {
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  border-radius: 10px;
  background-color: #F0C44B;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
