@charset "utf-8";

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden auto;
}

* {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

i,
em,
b {
  font-style: normal;
  font-weight: normal;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.t {
  text-indent: -9999rem;
  display: block;
}

input,
select,
textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  outline: 0;
}

.txt-l {
  text-align: left;
}

.txt-r {
  text-align: right;
}

.in {
  display: inline-block;
}

a {
  color: #e0ae55;
}

a,
a:hover {
  transition:
    color 0.3s,
    filter 0.3s;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a:hover {
  filter: brightness(1.1);
}

.ellipsic {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}

@keyframes fadeOutDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(20px);
    opacity: 0;
  }
}

@-webkit-keyframes scaleBigIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleBigIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes circle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes circle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes breath {
  from {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(0.8);
  }
}

@keyframes breath {
  from {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.1);
  }

  to {
    transform: scale(0.8);
  }
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "FZ";
  src: url("../fonts/FZDBSJW.TTF");
}

.sp {
  background: url(../images/sp.png) no-repeat center top;
}

body.overflow {
  overflow: hidden;
}

body,
wrap {
  min-width: 1400px;
}

.wrap {
  width: 100%;
  background: url("../images/bg.jpg") no-repeat center top;
  /* min-height: 5000px; */
  color: #fff;
  padding-bottom: 40px;
}

.main {
  min-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.logo {
  width: 230px;
  height: 90px;
  background: url("../images/logo.png") no-repeat;
  top: 20px;
  left: 0;
  position: absolute;
}

.header {}

.header-con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
  padding-top: 368px;
  z-index: 2;
}

.slogan {
  margin: 74px auto 0;
  width: 737px;
  height: 242px;
  background: url("../images/slogan.png");
  z-index: 1;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.slogan-s {
  width: 713px;
  height: 43px;
  line-height: 43px;
  background: url("../images/bg-slogan-s.png");
  margin: -16px auto 0;
  text-align: center;
  font-size: 24px;
  color: #7b502a;
}

.bg-t1 {
  min-width: 375px;
  height: 27px;
  line-height: 27px;
  background: url("../images/t-bg1.png") no-repeat center center/auto 100%;
  margin: 23px auto 0;
  text-align: center;
  font-size: 18px;
  color: #4c5b0a;
}

.bg-t2 {
  min-width: 319px;
  height: 55px;
  line-height: 55px;
  background: url("../images/t-bg2.png") no-repeat center center/auto 100%;
  text-align: center;
  font-size: 16px;
  color: #5c4d52;
  position: absolute;
  right: 140px;
  top: 370px;
}

/*登录模块*/
.login-txt {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: FZ;
  color: #4c5b0a;
  margin: 14px auto 0;
}

.login-txt a {
  color: #86ae1e;
}

.fz {
  font-family: "FZ";
}

.act-time {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 78px;
  font-size: 18px;
  color: #66544f;
  text-align: center;
}

.act-time span {
  display: inline-block;
  position: relative;
}

.act-time span::before,
.act-time span::after {
  content: "";
  background: url(../images/sp.png) no-repeat;
  top: 4px;
  position: absolute;
}

.act-time span::before {
  width: 34px;
  height: 13px;
  background-position: 0 0;
  left: -36px;
}

.act-time span::after {
  width: 40px;
  height: 12px;
  background-position: 0 -23px;
  right: -44px;
}

.pt1 {
  margin-top: -64px;
  height: 478px;
  position: relative;
}

.prize-list {
  width: 280px;
  height: 260px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 49px;
  top: 151px;
  font-size: 0;
  z-index: 2;
}

.prize-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  position: relative;
  font-size: 16px;
  color: #649b23;
}

.prize-list li img {
  width: 74px;
  height: 74px;
}

.prize-list li p {
  margin-top: 4px;
}

.prize-list .gift-package {
  position: relative;
  cursor: pointer;
}

.prize-list .gift-package img,
.prize-list .gift-package p {
  transition: all 0.3s;
}

.prize-list .gift-package .gift-name-txt::after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 2px;
  background: #6db8d2;
  width: 100%;
  left: 0;
}

.prize-list .gift-package:hover img {
  transform: scale(1.02);
}

.prize-list .gift-package:hover .gift-name-txt::after {
  background: #1f829e;
}

.team-info-container {
  background: url(../images/pt1.png) no-repeat;
  width: 1254px;
  height: 502px;
  margin: 0 auto;
  position: relative;
}

.team-info {
  display: none;
  width: 774px;
  height: 338px;
  position: absolute;
  top: 95px;
  left: 370px;
  padding-top: 2px;
  font-size: 0;
}

.team-info.un-active,
.team-info.un-check,
.team-info.check-account,
.team-info.fail-group,
.team-info.is-leader,
.team-info.is-member {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team-info.check-account,
.team-info.fail-group,
.team-info.is-leader,
.team-info.is-member {
  justify-content: flex-start;
}

.team-info.show {
  display: flex;
}

.over-tip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #b97400;
  font-weight: bold;
}

.btn-group {
  background: url(../images/btn-group.png) no-repeat;
  width: 202px;
  height: 194px;
  display: block;
}

.group-tip {
  background: url(../images/t-bg3.png) no-repeat center center/auto 100%;
  min-width: 506px;
  height: 31px;
  line-height: 32px;
  font-family: FZ;
  color: #d49654;
  font-size: 18px;
  text-align: center;
}

/*<!--登录后：激活身份-->*/
.check-account {}

.check-account .team-tit {
  margin-bottom: 30px;
}

.step {
  background: no-repeat 0 0/501px auto;
  width: 501px;
  height: 34px;
  margin: 4px auto 0;
  background-image: url(../images/progress-1.png);
}

.step2 {
  background-image: url(../images/progress-2.png);
}

/*身份验证*/
.step3 {
  background-image: url(../images/progress-3.png);
}

/*创建成功*/
.step4 {
  background-image: url(../images/progress-2-error.png);
}

/*身份验证失败*/
.team-tit {
  font-size: 28px;
  color: #b97400;
  text-align: center;
  font-family: FZ;
  margin-top: 12px;
}

.team-tit span {
  display: inline-block;
  position: relative;
}

.team-tit>span::before,
.team-tit span::after {
  content: "";
  position: absolute;
  background: url(../images/sp.png) no-repeat;
}

.team-tit>span::before {
  left: -46px;
  top: -4px;
  width: 54px;
  height: 10px;
  background-position: -85px 0;
}

.team-tit>span::after {
  right: -44px;
  bottom: -6px;
  width: 94px;
  height: 15px;
  background-position: -85px -23px;
}

.team-tit em {
  font-size: 18px;
}

.active-desc {
  font-size: 16px;
  text-align: center;
  color: #bb7500;
  margin-top: 8px;
  letter-spacing: -1px;
}

.tip-for-check {
  font-size: 16px;
  text-align: center;
  color: #c86e4b;
  margin-top: 4px;
}

.form-check {
  width: 512px;
  margin-top: 8px;
  color: #d2a66d;
  font-size: 18px;
}

.form-line {
  height: 42px;
  line-height: 42px;
  font-size: 0;
  margin-bottom: 10px;
}

.form-line label {
  width: 110px;
  font-size: 16px;
  text-align: right;
  display: inline-block;
}

.form-input {
  display: inline-block;
  background: url(../images/input.png);
  background-size: 100% 100%;
  height: 42px;
}

.form-input input {
  color: #d2a66d;
  font-size: 16px;
  width: 391px;
  height: 42px;
  padding: 0 8px;
  box-sizing: border-box;
}

.form-input-code {
  width: 250px;
}

.btn-send {
  background: url(../images/btn-send.png) 0 0/100% 100%;
  min-width: 130px;
  height: 42px;
  line-height: 40px;
  font-size: 16px;
  color: #89552a;
  text-align: center;
  margin-left: 10px;
  vertical-align: top;
}

.btn-send.disabled {
  transition: none;
  filter: grayscale(100%);
}

.disabled:hover {
  filter: grayscale(100%);
  cursor: default;
}

.form-btn-bot {
  position: absolute;
  top: 320px;
  left: 0;
  right: 0;
  text-align: center;
}

.btn-check {
  width: 341px;
  height: 54px;
  background-image: url(../images/sp-btn-account-check.png);
  margin: 0 auto;
}

/*<!--登录后：队长身份资格验证失败-->*/
.fail-group .team-tit {
  margin-top: 70px;
}

.team-fail-desc {
  font-size: 14px;
  line-height: 1.5em;
  color: #915500;
  text-align: center;
  width: 800px;
  margin: 20px auto 0;
}

/*<!--登录后：已参团，身份为团长-->*/
.is-leader {}

.team-con {
  margin-left: 40px;
  /* height: 260px; */
  position: relative;
  font-size: 0;
  display: inline-block;
  margin-top: 10px;
}

.team-con .left,
.team-con .right {
  font-size: 16px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.team-con .left {
  width: 434px;
  height: 100%;
}

.team-con .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  background: url(../images/border-dot.png) no-repeat 0 0/100% 100%;
  width: 2px;
  height: 198px;
}

.team-con .right {
  width: 284px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 18px;
}

.team-code {
  width: 154px;
  display: inline-block;
  vertical-align: top;
}

.qrcode-box {
  background: url(../images/qrcode.png) no-repeat 0 0/100% 100%;
  width: 160px;
  height: 160px;
  position: relative;
  padding-top: 2px;
}

.qrcode-img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}

.qrcode-img img,
.qrcode-img canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.qrcode-tip {
  position: absolute;
  bottom: 0;
  width: 152px;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 26px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.btn-copy {
  width: 107px;
  height: 34px;
  background-position: 0 -360px;
  display: block;
  margin: 5px auto 0;
  font-size: 12px;
  text-align: center;
  line-height: 34px;
  color: #89552a;
}

.gifts-group {
  width: 230px;
  height: 190px;
  display: inline-block;
  margin-left: 24px;
  vertical-align: top;
}

.tag {
  width: 341px;
  height: 54px;
  position: absolute;
  top: 204px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/sp-btn-leader-prize.png);
}

.team-group {
  font-size: 14px;
  color: #915500;
}

.leader-info {
  margin-right: 40px;
}

.team-table {
  width: 254px;
  border: 1px solid #99cd73;
  border-radius: 6px;
  margin-top: 6px;
  background-color: #fefefc;
}

.team-table .table-head,
.team-table .td {
  height: 23px;
  line-height: 23px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  vertical-align: top;
  font-size: 14px;
}

.team-table .table-head {
  background-color: #ffe7aa;
  color: #b6854d;
  border-radius: 6px 6px 0 0;
}

.team-table .table-body {
  font-size: 0;
}

.team-table .td:nth-child(2n + 1) {
  border-left: none;
}

.team-table .td {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #99cd73;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #99cd73;
  border-right: none;
  border-bottom: none;
}

.team-table .td:nth-last-child(2) {
  border-bottom-left-radius: 10px;
}

.team-table .td:nth-last-child(1) {
  border-bottom-right-radius: 10px;
}

.team-table .not-open {
  background-color: #b1b1b1;
  color: #ffffff;
  overflow: initial;
}

.tip-not-open {
  width: 180px;
  font-size: 14px;
  color: #99cd73;
  line-height: 16px;
  top: 26px;
  right: 0;
  position: absolute;
}

.is-member .step {
  margin-top: 20px;
}

.is-member .team-tit {
  margin-top: 30px;
}

.is-member .team-con {
  margin: 30px auto 0;
  display: block;
  width: 254px;
}

.tit {
  width: 555px;
  height: 95px;
  margin: 0 auto 10px;
  background-position-x: -473px;
}

.pt2 {
  height: 850px;
}

.pt2 .tit {
  background-position-y: 0;
}

.p-desc {
  color: #d49654;
  font-size: 18px;
  text-align: center;
}

.pt2-gift,
.pt2-gift-img {
  width: 1199px;
  display: block;
  margin: 26px auto 0;
  position: relative;
}

.pt2-gift-box {
  position: absolute;
  width: 164px;
  height: 166px;
  left: 192px;
  top: 165px;
}

.pt2-gift-box .pt2-gift-hover {
  width: 300px;
  height: 296px;
  background: url(../images/gift-img-hover.jpg) no-repeat;
  position: absolute;
  left: 164px;
  top: -65px;
  display: none;
}

.pt2-gift-box:hover .pt2-gift-hover {
  animation: ani-fade-in 0.5s;
  display: block;
}

.pt2-gift-desc {
  color: #4badc8;
  font-size: 18px;
  text-align: center;
  margin-top: -50px;
}

.pt3 {
  margin-top: 80px;
  height: auto;
}

.pt3 .tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pt3 .tit3-1 {
  width: 555px;
  height: 95px;
  background: url(../images/sp-title-1.png) no-repeat 0 0/100% 100%;
}

.pt3 .tit3-2 {
  width: 555px;
  height: 95px;
  background: url(../images/sp-title-1-2.png) no-repeat 0 0/100% 100%;
}

.swiper-container {
  width: 1256px;
  height: 1248px;
  margin: 0 auto;
}

.swiper-slide {
  padding-top: 30px;
}

.pt3-table-wrap {
  background: url(../images/pt3.png) no-repeat 0 0/100% 100%;
  width: 1256px;
  height: 1168px;
  box-sizing: border-box;
  padding-top: 170px;
}

.pt3-table-img1 {
  margin: 0 auto;
  width: 1001px;
  height: 918px;
  background: url(../images/table-1.png) no-repeat 0 0/100% 100%;
}

.pt3-table-img2 {
  margin: 0 auto;
  width: 944px;
  height: 960px;
  background: url(../images/table-2.png) no-repeat 0 0/100% 100%;
}

.pt3-table {
  width: 980px;
  margin: 0 auto;
  text-align: center;
  background: #fefefc;
}

.pt3-table th,
.pt3-table td {
  border: 1px solid #859b20;
}

.pt3-table th {
  width: 33.33%;
  color: #b6854d;
  font-size: 22px;
  font-weight: bold;
  height: 64px;
  background: #ffe7aa;
}

.pt3-table td {
  color: #859b20;
  font-size: 16px;
  height: 42px;
}

.pt3-table tbody tr:nth-child(2n) {
  background: #fefcf5;
}

.pt3 .swiper-button-prev,
.pt3 .swiper-button-next {
  width: 57px;
  height: 62px;
  background: no-repeat 0 0/100% 100%;
}

.pt3 .swiper-button-prev {
  left: 48px;
  width: 58px;
  height: 61px;
  background-image: url(../images/sp-btn-prev.png);
}

.pt3 .swiper-button-next {
  right: 40px;
  background-image: url(../images/sp-btn-next.png);
}

.pt3-gift-desc {
  margin-top: 20px;
  text-align: center;
  color: #859b20;
}

.pt3-table2 th {
  width: auto;
}

.pt4 {
  margin-top: 80px;
}

.pt4 .tit {
  width: 415px;
  height: 95px;
  background: url(../images/sp-title-2.png) no-repeat 0 0/100% 100%;
}

.rule-wrap-img {
  position: relative;
  margin: 0 auto;
  width: 1212px;
  height: 1609px;
  background: url(../images/text-rule.png) no-repeat 0 0/100% 100%;
}

.link-account-center {
  position: absolute;
  top: 366px;
  left: 391px;
  width: 88px;
  height: 34px;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

.rule-wrap {
  width: 1160px;
  padding-bottom: 20px;
  margin: 24px auto 0;
  font-size: 16px;
  color: #3b8599;
  line-height: 30px;
}

.rule-wrap p {
  margin-bottom: 10px;
}

.rule-wrap .tit {
  height: 52px;
  margin: 20px 0 10px;
}

.rule-wrap .rule-tit1 {
  width: 283px;
  background: url(../images/sp-rule-subtitle-1.png) no-repeat 0 0/100% 100%;
}

.rule-wrap .rule-tit2 {
  width: 389px;
  background: url(../images/sp-rule-subtitle-2.png) no-repeat 0 0/100% 100%;
}

.rule-tit2 span {
  font-size: 16px;
  margin-left: 162px;
  line-height: 56px;
  color: #669534;
}

.rule-item {
  font-weight: 550;
  color: #669534;
  margin-left: 2px;
}

.rule-item label {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #e2eff5;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: url(../images/icon-square.png);
  background-size: 100% 100%;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.rule-item p {
  font-weight: normal;
  margin-left: 32px;
}

.rule-table {
  width: 516px;
  margin: 10px auto;
  background: #fefefc;
}

.rule-table th,
.rule-table td {
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #669534;
  text-align: center;
  border: 1px solid #669534;
}

.rule-table th {
  color: #b6854d;
  font-size: 18px;
  background: #ffe7aa;
}

.rule-table tbody tr:nth-child(2n) {
  background: #fefcf5;
}

.rule-table2 {
  width: 516px;
}

.open-active {
  opacity: 0;
  transition: all 1.6s;
  transform: translateY(0%);
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(20%);
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.open-active.animate {
  opacity: 1;
  animation: fadeInBottom 0.6s ease-out both;
  -webkit-animation: fadeInBottom 0.6s ease-out both;
  -moz-animation: fadeInBottom 0.6s ease-out both;
  -ms-animation: fadeInBottom 0.6s ease-out both;
}

.pop {
  background: url("../images/pop1.png") no-repeat center/100% 100%;
  width: 941px;
  height: 598px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 24px;
  display: none;
}

.pop .pop-body {
  width: 826px;
  padding: 120px 0 0;
  position: relative;
  left: 40px;
  color: #ffeccb;
}

.pop-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 29px;
  top: 37px;
  z-index: 1;
}

.pop-tit {
  position: absolute;
  top: 32px;
  left: 296px;
  width: 386px;
  height: 50px;
  line-height: 50px;
  font-size: 34px;
  font-family: FZ;
  color: #4d7500;
  text-align: center;
}

.pop-tip-join {
  position: relative;
  margin: 0 auto;
  font-size: 28px;
  font-family: FZ;
  color: #af6c00;
  text-align: center;
}

.pop-tip-join span {
  display: inline-block;
  position: relative;
}

.pop-tip-join span::before,
.pop-tip-join span::after {
  content: "";
  background: url(../images/sp.png) no-repeat;
  position: absolute;
}

.pop-tip-join span::before {
  left: -46px;
  top: -4px;
  width: 54px;
  height: 10px;
  background-position: -85px 0;
}

.pop-tip-join span::after {
  right: -44px;
  bottom: -6px;
  width: 94px;
  height: 15px;
  background-position: -85px -23px;
}

.pop-qrcode {
  background: url(../images/pop-code.png) no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 152px;
  margin: 20px auto 10px;
  box-sizing: border-box;
  padding-top: 5px;
}

.pop-qrcode-img {
  width: 146px;
  height: 142px;
  margin: 0 auto;
}

.pop-qrcode-img img,
.pop-qrcode-img canvas {
  width: 100%;
  height: 100%;
}

.pop-qrcode-desc {
  font-size: 20px;
  color: #b6854d;
  text-align: center;
}

.pop-gifts-img {
  display: block;
  width: 726px;
  height: 158px;
  margin: 0 auto;
}

.pop-gifts {}

.pop-table {
  width: 756px;
  margin: 10px auto;
  background: #fefefc;
}

.pop-table-img {
  width: 754px;
  height: 400px;
  margin: 10px auto;
  background: url(../images/table-3.png) no-repeat 0 0/100% 100%;
}

.pop-table th,
.pop-table td {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #6f7f0d;
  text-align: center;
  border: 1px solid #669534;
}

.pop-table th {
  color: #b6854d;
  font-size: 20px;
  background: #ffeda7;
  height: 64px;
  line-height: 64px;
}

.pop-table tbody tr:nth-child(2n) {
  background: #fff9eb;
}

.pop-gift-note {
  width: 600px;
  margin: 16px auto;
  color: #b6854d;
  text-align: center;
}

.pop-toast {
  display: none;
  background: url("../images/pop-toast.png") no-repeat;
  width: 1017px;
  height: 66px;
}

.pop-toast .pop-body {
  width: 905px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
  color: #4a5905;
  position: relative;
}

@keyframes ani-fade-in {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0px);
  }
}