*{
  margin:0px;
  padding:0px;
}
.container{
  padding-top: 0;
  margin-top: 71px;
}
img{
  width: 100%;
  display: block;
}

.phone img{
  display: inline-block;
}

.lcy-section2 {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 .3rem;
}

.count {
  color: rgb(230, 50, 46);
  background-color: rgba(230, 50, 46, 0.05);
  width: fit-content;
  padding: 0.3125rem 1.125rem;
  border-radius: 1rem;
  height: .01rem;
  width: 26%;
  margin-left: 1.45rem;
  margin-bottom: .5rem;
  font-size: 12px;
}

.fire {
  width: .26rem;
  height: .4rem;
  margin-left: -.7rem;
  margin-top: -.2rem;
}

.count span {
  margin-top: -.4rem;
  display: block;
  font-size: 14px;
  width: 3rem;
  margin-left: -.25rem;
}

.count span b {
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #E6322E, rgb(255, 26, 97)) !important;
  border-radius: 0.1rem;
  padding: 0.02rem 0.15rem;
  margin: 0 0.1rem;
}

.fire img {
  height: 100%;
  width: 100%;
  display: block;
}

.lcy-section2 h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: .4rem;
}

form .inputBox {
  margin: 0 auto .15rem;
}

.lcy-section2 h4 {
  font-size: 16px;
  margin-bottom: .2rem;
}

#yg-btn {
  height: .9rem;
  background-image: -webkit-linear-gradient(45deg, rgb(230, 50, 46), rgb(255, 25, 98));
  font-weight: bold;
  border: none;
  color: #eee;
  font-size: 16px;
  border-radius: .5rem;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#yg-btn img {
  height: 100%;
  width: 100%;
}

#yg-btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  margin-left: .2rem;
  height: 1rem;
  margin-top: -.3rem;
  background-image: url(../images/swipe_light.png);
  background-size: 1rem 1rem;
  animation: btn 3s linear infinite;
  transform: scale(1.15);
}

@keyframes btn {
  0% {
    left: 0;
  }

  33% {
    left: 33%;
  }

  67% {
    left: 67%;
  }

  99% {
    left: 99%;
  }

  100% {
    left: 100%;
  }
}

form .inputBox input {
  display: block;
  width: 99.5%;
 outline:none;
  height: .7rem;
  line-height: .7rem;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: .28rem;
  padding-left: .2rem;
  border-radius: .15rem;
  border: 1px solid #eee;
  margin-bottom: .3rem;
}

.newList {
  background-color: rgba(230, 50, 46, 0.05);
  margin-top: .5rem;
  margin-bottom: 1rem;
  height: 3.5rem;
  border-radius: .5rem;
}

.newList p {
  font-size: 16px;
  color: rgb(230, 50, 46);
  text-align: center;
  font-weight: bold;
  padding-top: .3rem;
}

.list {
  height: 2.5rem;
  width: 96%;
  overflow: hidden;
  margin-top: .2rem;
  margin-left: .11rem;
}

.list ul {
  height: 2.5rem;
  width: 87%;
  margin-top: .1rem;
  margin-left: .45rem;
  /* animation: transform 14s ease-in-out infinite; */
}

@keyframes transform {
  0% {
    transform: translateY(0);
    background:rgba(230, 50, 46, .15);
  }

  10% {
    transform: translateY(-80px);
    background:rgba(230, 50, 46, .05);
  }

  20% {
    transform: translateY(-80px);
    background:rgba(230, 50, 46, .15);
  }

  30% {
    transform: translateY(-160px);
    background:rgba(230, 50, 46, .05);
  }

  40% {
    transform: translateY(-160px);
    background:rgba(230, 50, 46, .15);
  }

  50% {
    transform: translateY(-240px);
    background:rgba(230, 50, 46, .05);
  }

  60% {
    transform: translateY(-240px);
    background:rgba(230, 50, 46, .05);
  }

  70% {
    transform: translateY(-320px);
    background:rgba(230, 50, 46, .05);
  }

  80% {
    transform: translateY(-320px);
    background:rgba(230, 50, 46, .15);
  }

  90% {
    transform: translateY(-400px);
    background:rgba(230, 50, 46, .05);
  }

  100% {
    transform: translateY(-400px);
    background:rgba(230, 50, 46, .15);
  }
}

@keyframes transforms {
  0% {
    transform: translateY(0);
    background:rgba(230, 50, 46, .05);
  }

  10% {
    transform: translateY(-80px);
    background:rgba(230, 50, 46, .15);
  }

  20% {
    transform: translateY(-80px);
    background:rgba(230, 50, 46, .05);
  }

  30% {
    transform: translateY(-160px);
    background:rgba(230, 50, 46, .15);
  }

  40% {
    transform: translateY(-160px);
    background:rgba(230, 50, 46, .05);
  }

  50% {
    transform: translateY(-240px);
    background:rgba(230, 50, 46, .15);
  }

  60% {
    transform: translateY(-240px);
    background:rgba(230, 50, 46, .05);
  }

  70% {
    transform: translateY(-320px);
    background:rgba(230, 50, 46, .15);
  }

  80% {
    transform: translateY(-320px);
    background:rgba(230, 50, 46, .05);
  }

  90% {
    transform: translateY(-400px);
    background:rgba(230, 50, 46, .15);
  }

  100% {
    transform: translateY(-400px);
    background:rgba(230, 50, 46, .05);
  }
}

.list ul li {
  list-style-type: none;
  margin-top: .1rem;
  margin-bottom: .1rem;
  height: .7rem;
  border-radius: .3rem;
  border: none;
}

.list ul li:nth-child(2n+1) {
  animation: transforms 14s ease-in-out infinite;
}

.list ul li:nth-child(2n) {
  animation: transform 14s ease-in-out infinite;
}

.list ul li span {
  width: .25rem;
  height: .25rem;
  margin-left: .3rem;
  padding-top: .25rem;
  display: block;
}

.list ul li span img {
  display: block;
  width: 100%;
  height: 100%;
}

.list ul li p {
  float: left;
  font-size: 12px;
}

.list ul li p:nth-child(2) {
  margin-left: .75rem;
  margin-top: -1.45rem;
}

.list ul li p:nth-child(3) {
  margin-left: .8rem;
  margin-top: -1.45rem;
}

.list ul li p:nth-child(4) {
  margin-left: .7rem;
  margin-top: -1.45rem;
}

form button {
  width: 100%;
}

.footer1{
  height: 30px;
  width: 100%;
  line-height: 30px;
  background: #1d1611;
  color: #998779;
  text-align: center;
  bottom: 0;
  z-index: 150;
  font-size: 12px;
  overflow: hidden;
}
.public_footer_brand{
  display: none;
}