﻿/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.swiper-pagination {
  font-size: 0;
}
.modal {
  display: none;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w,
.w1400,
.w1200 {
  margin: 0 auto;
  width: 92%;
}
.content {
  min-height: 50vh;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
body {
  overflow-x: hidden;
}
.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1rem;
}
.m_header .logo img {
  display: block;
  height: 0.53rem;
}
.m_header .logo .m2 {
  display: none;
}
.m_header .nav_icon {
  width: 0.45rem;
  height: 1rem;
  background: url(../images/icon_2.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .nav_icon.cur {
  background: url(../images/icon_2s.png) center no-repeat;
  background-size: 0.37rem auto;
}
.m_header.cur,
.m_header_fixed {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.m_header.cur .logo .m1,
.m_header_fixed .logo .m1 {
  display: none;
}
.m_header.cur .logo .m2,
.m_header_fixed .logo .m2 {
  display: block;
}
.m_header.cur .nav_icon,
.m_header_fixed .nav_icon {
  background: url(../images/icon_2s.png) center no-repeat;
  background-size: 100% auto;
}
.m_header.cur .nav_icon.cur,
.m_header_fixed .nav_icon.cur {
  background: url(../images/icon_2ss.png) center no-repeat;
  background-size: 0.37rem auto;
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav ul {
  margin-top: 1.1rem;
  width: 100%;
  height: calc(100% - 1.1rem - 1.5rem);
  overflow-y: auto;
}
.m_nav ul li {
  position: relative;
  overflow-x: hidden;
}
.m_nav ul .one {
  transition: all 0.5s;
  position: relative;
  padding: 0 4%;
  font-size: 0.34rem;
  line-height: 1rem;
  color: #333;
  border-bottom: #e7e5e5 1px solid;
}
.m_nav ul .go .more {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon_3.png) center no-repeat;
  background-size: 0.09rem auto;
}
.m_nav ul .go .more.cur {
  transform: rotate(90deg);
}
.m_nav ul .pos {
  display: none;
  padding: 0.2rem 0;
  background: #fbfbfb;
}
.m_nav ul .pos a {
  padding-left: 0.78rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #333;
}
.m_nav ul .on .one,
.m_nav ul .one:hover {
  transition: all 0.5s;
  color: #c7161e;
}
.m_nav ul .on .on a {
  color: #c7161e;
}
.m_nav .search {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  border-top: #ccc 1px solid;
}
.m_nav .search input {
  float: left;
  width: calc(100% - 0.8rem);
  height: 1.14rem;
  font-size: 0.3rem;
  color: #333;
}
.m_nav .search input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.m_nav .search input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.m_nav .search input::-o-input-placeholder {
  color: #333;
  opacity: 1;
}
.m_nav .search input::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.m_nav .search .but {
  display: block;
  float: left;
  width: 0.62rem;
  height: 1.14rem;
  background: url(../images/icon_1ss.png) left center no-repeat;
  background-size: 0.42rem auto;
}
.footer {
  position: relative;
  z-index: 3;
  padding: 0.47rem 0 0.44rem;
  background: url(../images/footer.jpg) center no-repeat;
  background-size: cover;
}
.footer .icon {
  margin-bottom: 0.32rem;
}
.footer .icon div.fl {
  position: relative;
  width: 50%;
}
.footer .icon i {
  width: 100%;
  height: 0.4rem;
  background: url(../images/icon_4.png) center no-repeat;
  background-size: 0.37rem auto;
}
.footer .icon p {
  margin-top: 0.1rem;
  font-size: 0.26rem;
  color: #333;
  text-align: center;
}
.footer .icon div.fl:nth-child(2) i {
  background: url(../images/icon_5.png) center no-repeat;
  background-size: 0.4rem auto;
}
.footer .icon div.fl:nth-child(3) i {
  background: url(../images/icon_6.png) center no-repeat;
  background-size: 0.36rem auto;
}
.footer .icon .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  margin-left: -1.19rem;
  width: 2.38rem;
  height: 0px;
  overflow: hidden;
}
.footer .icon .pos img {
  width: 2.38rem;
  height: 2.59rem;
}
.footer .icon div.fl:hover .pos {
  height: 2.59rem;
}
.footer .left {
  line-height: 0.39rem;
  font-size: 0.24rem;
  text-align: center;
}
.footer .left a {
  padding-left: 0.26rem;
  display: inline-block;
  color: #333;
}
.footer .left a:hover {
  color: #ba1912;
}
.pageBanner {
  position: relative;
  width: 100%;
  height: 4.1rem;
}
.pageBanner .imgPic {
  width: 100%;
  height: 100%;
}
.pageBanner .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.5rem;
  width: 100%;
  color: #fff;
}
.pageBanner .pos .w1400 div {
  display: flex;
}
.pageBanner .pos b {
  position: relative;
  padding: 0 0.64rem 0.18rem 0;
  font-size: 0.42rem;
}
.pageBanner .pos b::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: " ";
}
.pageBanner .pos p {
  padding-top: 0.2rem;
  font-size: 0.24rem;
  font-family: "Arial";
}
.page_nav {
  transition: all 0.6s;
  position: relative;
  z-index: 3;
  width: 100%;
  box-shadow: 0 0 0.14rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.page_nav .swiper-slide {
  position: relative;
  margin: 0 0.2rem 0 0.4rem;
  width: auto;
  line-height: 1rem;
  font-size: 0.3rem;
  text-align: center;
}
.page_nav .swiper-slide a {
  color: #666;
}
.page_nav .swiper-slide::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0px;
  height: 0.04rem;
  background: #ba1912;
  content: "";
}
.page_nav .swiper-slide:hover a,
.page_nav .swiper-slide.cur a {
  color: #ba1912;
}
.page_nav .swiper-slide:hover::after,
.page_nav .swiper-slide.cur::after {
  width: 100%;
}

/*面包屑*/
.add_s {
    margin-top: 0.4rem;
    width: 100%;
    line-height:0.4rem;
}
.add_s a {
    float: left;
    font-size:0.24rem;
    color: #333;
}
.add_s a:hover,.add_s a.cur {
    color: #ba1912;
}
.add_s i {
    float: left;
    width:0.5rem;
    font-size:0.24rem;
    text-align: center;
    
}

.page_more {
  margin: 0 auto;
  width: 2.68rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  background: #ba1912;
  border-radius: 0.1rem;
}
.noNext {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.noNext p {
  padding: 0.2rem 0.25rem;
  font-size: 0.28rem;
  color: #fff;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
}
@-webkit-keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@-webkit-keyframes Mscrolls {
  from {
    padding-bottom: 0.05rem;
  }
  50% {
    padding-bottom: 0.12rem;
  }
  100% {
    padding-bottom: 0.05rem;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-80px, 0, 0);
  }
  50% {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(-80px, 0, 0);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeInUp150 {
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
@-webkit-keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp150 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpY {
  -webkit-animation-name: fadeInUpY;
  animation-name: fadeInUpY;
}
@-webkit-keyframes fadeInUpY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInUpY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.opacityIn {
  -webkit-animation-name: opacityIn;
  animation-name: opacityIn;
}
@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.cta {
  display: flex;
  text-decoration: none;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}
.cta:active {
  transform: translateY(3px);
}
.cta .btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cta .wrap_text {
  display: inline-block;
}
.cta .buildin-btn-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transform: translateY(100%);
}
.cta .buildin-btn-text .btn-letter {
  opacity: 0;
}
.cta .btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
  transition: transform 300ms, opacity 300ms ease;
}
.cta .current-btn-text .btn-letter:nth-child(1) {
  transition-delay: 49ms;
}
.cta .current-btn-text .btn-letter:nth-child(2) {
  transition-delay: 99ms;
}
.cta .current-btn-text .btn-letter:nth-child(3) {
  transition-delay: 149ms;
}
.cta .current-btn-text .btn-letter:nth-child(4) {
  transition-delay: 199ms;
}
.cta .current-btn-text .btn-letter:nth-child(5) {
  transition-delay: 249ms;
}
.cta .current-btn-text .btn-letter:nth-child(6) {
  transition-delay: 299ms;
}
.cta .current-btn-text .btn-letter:nth-child(7) {
  transition-delay: 349ms;
}
.cta .current-btn-text .btn-letter:nth-child(8) {
  transition-delay: 399ms;
}
.cta .current-btn-text .btn-letter:nth-child(9) {
  transition-delay: 449ms;
}
.cta .current-btn-text .btn-letter:nth-child(10) {
  transition-delay: 499ms;
}
.cta .current-btn-text .btn-letter:nth-child(11) {
  transition-delay: 549ms;
}
.cta .current-btn-text .btn-letter:nth-child(12) {
  transition-delay: 599ms;
}
.cta .current-btn-text .btn-letter:nth-child(13) {
  transition-delay: 649ms;
}
.cta .current-btn-text .btn-letter:nth-child(14) {
  transition-delay: 699ms;
}
.cta .current-btn-text .btn-letter:nth-child(15) {
  transition-delay: 749ms;
}
.cta .current-btn-text .btn-letter:nth-child(16) {
  transition-delay: 799ms;
}
.cta .current-btn-text .btn-letter:nth-child(17) {
  transition-delay: 849ms;
}
.cta .current-btn-text .btn-letter:nth-child(18) {
  transition-delay: 899ms;
}
.cta .current-btn-text .btn-letter:nth-child(19) {
  transition-delay: 949ms;
}
.cta .current-btn-text .btn-letter:nth-child(20) {
  transition-delay: 999ms;
}
.cta .current-btn-text .btn-letter:nth-child(21) {
  transition-delay: 1049ms;
}
.cta .current-btn-text .btn-letter:nth-child(22) {
  transition-delay: 1099ms;
}
.cta .current-btn-text .btn-letter:nth-child(23) {
  transition-delay: 1149ms;
}
.cta .current-btn-text .btn-letter:nth-child(24) {
  transition-delay: 1199ms;
}
.cta .current-btn-text .btn-letter:nth-child(25) {
  transition-delay: 1249ms;
}
.cta .current-btn-text .btn-letter:nth-child(26) {
  transition-delay: 1299ms;
}
.cta .current-btn-text .btn-letter:nth-child(27) {
  transition-delay: 1349ms;
}
.cta .current-btn-text .btn-letter:nth-child(28) {
  transition-delay: 1399ms;
}
.cta .current-btn-text .btn-letter:nth-child(29) {
  transition-delay: 1449ms;
}
.cta .current-btn-text .btn-letter:nth-child(30) {
  transition-delay: 1499ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(1) {
  opacity: 0;
  transition-delay: 49ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(2) {
  opacity: 0;
  transition-delay: 99ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(3) {
  opacity: 0;
  transition-delay: 149ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(4) {
  opacity: 0;
  transition-delay: 199ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(5) {
  opacity: 0;
  transition-delay: 249ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(6) {
  opacity: 0;
  transition-delay: 299ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(7) {
  opacity: 0;
  transition-delay: 349ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(8) {
  opacity: 0;
  transition-delay: 399ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(9) {
  opacity: 0;
  transition-delay: 449ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(10) {
  opacity: 0;
  transition-delay: 499ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(11) {
  opacity: 0;
  transition-delay: 549ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(12) {
  opacity: 0;
  transition-delay: 599ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(13) {
  opacity: 0;
  transition-delay: 649ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(14) {
  opacity: 0;
  transition-delay: 699ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(15) {
  opacity: 0;
  transition-delay: 749ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(16) {
  opacity: 0;
  transition-delay: 799ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(17) {
  opacity: 0;
  transition-delay: 849ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(18) {
  opacity: 0;
  transition-delay: 899ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(19) {
  opacity: 0;
  transition-delay: 949ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(20) {
  opacity: 0;
  transition-delay: 999ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(21) {
  opacity: 0;
  transition-delay: 1049ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(22) {
  opacity: 0;
  transition-delay: 1099ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(23) {
  opacity: 0;
  transition-delay: 1149ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(24) {
  opacity: 0;
  transition-delay: 1199ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(25) {
  opacity: 0;
  transition-delay: 1249ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(26) {
  opacity: 0;
  transition-delay: 1299ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(27) {
  opacity: 0;
  transition-delay: 1349ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(28) {
  opacity: 0;
  transition-delay: 1399ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(29) {
  opacity: 0;
  transition-delay: 1449ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(30) {
  opacity: 0;
  transition-delay: 1499ms;
}
.cta:hover .current-btn-text .btn-letter {
  opacity: 0;
  transform: translateY(-100%);
}
.cta:hover .buildin-btn-text .btn-letter {
  opacity: 1;
  transform: translateY(-100%);
}
.flash .btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.flash .wrap_text {
  display: inline-block;
}
.flash .buildin-btn-text {
  display: none;
}
.flash .btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
}
.flash:hover .current-btn-text .btn-letter {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: flashText;
  animation-name: flashText;
}
@keyframes flashText {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flash .current-btn-text .btn-letter:nth-child(1),
.flash .current-btn-text .btn-letter:nth-child(9),
.flash .current-btn-text .btn-letter:nth-child(11) {
  animation-delay: 0.1s;
}
.flash .current-btn-text .btn-letter:nth-child(2),
.flash .current-btn-text .btn-letter:nth-child(6),
.flash .current-btn-text .btn-letter:nth-child(13) {
  animation-delay: 0.2s;
}
.flash .current-btn-text .btn-letter:nth-child(3),
.flash .current-btn-text .btn-letter:nth-child(8),
.flash .current-btn-text .btn-letter:nth-child(15) {
  animation-delay: 0.26s;
}
.flash .current-btn-text .btn-letter:nth-child(4),
.flash .current-btn-text .btn-letter:nth-child(10),
.flash .current-btn-text .btn-letter:nth-child(14) {
  animation-delay: 0.08s;
}
.flash .current-btn-text .btn-letter:nth-child(5),
.flash .current-btn-text .btn-letter:nth-child(7),
.flash .current-btn-text .btn-letter:nth-child(12) {
  animation-delay: 0.16s;
}
