/*================基本样式重置================*/
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;
}
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;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.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;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* @font-face {
    font-family: 'jyhph';
    src: url("/r/cms/www/datang/font/jyhph.ttf");
}
body{
    font-family: 'jyhph';
} */
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1600 {
  width: 83.33%;
  min-width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0 auto;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 1500px) {
  .w1600 {
    width: 92%;
  }
}
@media (max-width: 1200px) {
  .w,
  .w1200,
  .w1400,
  .w1600 {
    margin: 0 auto;
    width: 92%;
    min-width: 0%;
  }
  /*锚点定位*/
  .anchor {
    top: -1.8rem;
  }
}
.content .pageTop {
  min-height: 60vh;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}
.header {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header .w1200 > div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 48px 0 36px;
}
.header .logo {
  display: flex;
  align-items: center;
  width: 380px;
  max-width: 30%;
  height: 90px;
}
.header .logo img {
  width: 100%;
}
.header .nav .one {
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 7px;
  margin: 0 14px;
  line-height: 90px;
  font-size: 18px;
  color: #333;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 5px;
  background: #ff0000;
  content: " ";
}
.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .nav .one .pos {
  position: absolute;
  left: 0;
  top: 89px;
  width: 100%;
  height: 0;
  opacity: 0.7;
  overflow: hidden;
  background: #fff;
}
.header .nav .one .pos .bac_img {
  width: 100%;
}
.header .nav .one .pos .bor {
  margin: 45px 8% 45px 0;
  padding-right: 5%;
  width: 25.14%;
  width: 353px;
  min-height: 276px;
  border-right: #f6f6f6 2px solid;
}
.header .nav .one .pos .bor a {
  margin-bottom: 43px;
  float: left;
  width: 50%;
  font-size: 18px;
  color: #666;
}
.header .nav .one .pos .bor a:last-child {
  margin-bottom: 0;
}
.header .nav .one .pos .bor a.on,
.header .nav .one .pos .bor a:hover {
  color: #ff0000;
}
.header .nav .one .pos .bor2 {
  margin: 45px 8% 45px 0;
  padding-right: 2%;
  min-height: 276px;
  border-right: #f6f6f6 2px solid;
}
.header .nav .one .pos .bor2 dl {
  float: left;
  margin-right: 60px;
}
.header .nav .one .pos .bor2 dl dt a {
  padding-left: 14px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #004ea2;
}
.header .nav .one .pos .bor2 dl dd {
  margin-left: 14px;
}
.header .nav .one .pos .bor2 dl dd a {
  line-height: 38px;
  font-size: 16px;
  color: #333;
}
.header .nav .one .pos .bor2 dl dd a.on {
  color: #ff0000;
}
.header .nav .one .pos .bor2 dl dd a:hover {
  color: #ff0000;
}
.header .nav .one .pos .bor2 dl.dl1 dt a {
  background: url(../image/i102.png) left center no-repeat;
}
.header .nav .one .pos .bor2 dl.dl2 dt a {
  background: url(../image/i103.png) left center no-repeat;
}
.header .nav .one .pos .next {
  margin: 45px 0;
  width: 300px;
}
.header .nav .one .pos .next .pageTitle {
  margin-bottom: 70px;
}
.header_shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.header .nav .one:hover .pos {
  transition: all 0.7s;
  height: 360px;
  opacity: 1;
  box-shadow: 0 6 10px rgba(0, 0, 0, 0.1);
  border-top: #ccc 1px solid;
}
.header .icon_more .search {
  margin-left: 16px;
  width: 25px;
  height: 90px;
  background: url(../image/i43.png) center no-repeat;
}
.header_fixed,
.header:hover {
  transition: all 0.5s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_fixed2 {
  background: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.viewMore {
  position: relative;
  display: flex;
  width: 160px;
  height: 52px;
  text-align: center;
  border: #d40212 1px solid;
  overflow: hidden;
}
.viewMore::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d40212;
  content: "";
}
.viewMore::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  content: "";
}
.viewMore em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 27px;
  font-size: 16px;
  line-height: 49px;
  color: #fff;
  background: url(../image/icon_10.png) right center no-repeat;
}
.viewMore:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.viewMore:hover::before {
  transition: all 0.6s;
  transform: scale(11);
}
.viewMore:hover em {
  color: #d40212;
  background-image: url(../image/icon_10s.png);
}
.viewMore.white {
  border: #fff 1px solid;
}
.viewMore.white::after {
  background: none;
}
.viewMore.white::before {
  background: #d40212;
}
.viewMore.white:hover {
  border: #d40212 1px solid;
}
.viewMore.white em {
  color: #fff;
  background-image: url(../image/icon_10.png);
}
.viewMore.red {
  border: #eee 1px solid;
}
.viewMore.red::after {
  background: none;
}
.viewMore.red::before {
  background: #d40212;
}
.viewMore.red em {
  color: #d40212;
  background-image: url(../image/i63.png);
}
.viewMore.red:hover {
  border: #fff 1px solid;
}
.viewMore.red:hover em {
  color: #fff;
  background-image: url(../image/i63s.png);
}
.viewMore.red2 {
  border: #eee 1px solid;
}
.viewMore.red2::after {
  background: none;
}
.viewMore.red2::before {
  background: #d40212;
}
.viewMore.red2 em {
  color: #d40212;
  background-image: url(../image/icon_10s.png);
}
.viewMore.red2:hover {
  border: #fff 1px solid;
}
.viewMore.red2:hover em {
  color: #fff;
  background-image: url(../image/icon_10.png);
}
.footer {
  position: relative;
  z-index: 3;
  background: #282f37;
}
.footer .top .fNav {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 42px;
}
.footer .top .fNav dl dt a {
  margin-bottom: 22px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.footer .top .fNav dl dt i {
  margin-bottom: 24px;
  width: 46px;
  height: 3px;
  background: url(../image/i41.png) center no-repeat;
}
.footer .top .fNav dl dd .Nmore {
  transition: all 0.5s;
  max-height: 198px;
  overflow: hidden;
}
.footer .top .fNav dl dd a {
  font-size: 16px;
  line-height: 33px;
  color: #999;
}
.footer .top .fNav dl dd a.clearfix {
  display: none;
}
.footer .top .fNav dl dd a em {
  float: left;
  padding-right: 20px;
  background: url(../image/i87.png) right center no-repeat;
  background-size: 13px auto;
}
.footer .top .fNav dl dd a.on em {
  background-image: url(../image/i88.png);
}
.footer .top .fNav dl dd a:hover {
  color: #d40212;
}
.footer .top .fNav dl dd a:hover em {
  background-image: url(../image/i87s.png);
}
.footer .top .fNav dl dd a:hover.on em {
  background-image: url(../image/i88s.png);
}
.footer .top .fNav dl.cur dd a.clearfix {
  display: block;
  cursor: pointer;
}
.footer .top .fMessage {
  border-top: #4a4c4d 1px solid;
}
.footer .top .fMessage i {
  float: left;
  line-height: 78px;
  margin-right: 30px;
  padding-left: 34px;
  font-size: 16px;
  color: #999;
}
.footer .top .fMessage .select {
  position: relative;
  z-index: 9;
  margin: 16px 0 0 0;
  padding: 0 20px 0 0;
  width: calc(25% - 20px);
  background: #393f47;
  cursor: pointer;
}
.footer .top .fMessage .select p {
  position: relative;
  padding: 0 22px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #999;
}
.footer .top .fMessage .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 17px;
  height: 8px;
  background: url(../image/i53.png) right center no-repeat;
  content: "";
}
.footer .top .fMessage .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 46px;
  padding: 10px 10px;
  width: calc(100% - 20px);
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .top .fMessage .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.footer .top .fMessage .select .pos a:hover {
  color: #d40212;
}
.footer .top .fMessage .select.on p::before {
  transform: rotate(180deg);
}
.footer .bot {
  line-height: 59px;
  font-size: 14px;
  color: #666;
  border-top: #4a4c4d 1px solid;
}
.footer .bot a {
  padding-left: 23px;
  display: inline-block;
  color: #666;
}
.footer .bot a:hover {
  color: #d40212;
}
.footer .bot .right {
  display: flex;
}
.footer .bot .right a {
  padding-left: 0;
}
.footer .bot .right i {
  margin: 0 10px;
}
.header,
.footer {
  display: block;
}
.m_header,
.m_nav,
.m_footer {
  display: none;
}
/*分页样式开始*/
.el-pagination {
  width: 100%;
  padding: 0;
}
.el-pagination::after,
.el-pagination::before {
  display: none!important;
}
.el-pagination__editor.el-input {
  width: 75px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50px;
  margin: 0 8px;
  color: #999;
}
.el-pagination__editor.el-input input {
  width: 100%;
  height: 100% !important;
  text-align: center;
  color: #999;
  background: transparent;
  border: none;
  padding: 0;
}
.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #999999;
}
.el-pager li {
  width: 52px;
  height: 52px!important;
  line-height: 52px!important;
  display: inline-block;
  text-align: center;
  margin: 0 6px!important;
  transition-duration: 0.5s;
  padding: 0;
  font-size: 14px;
  background-color: inherit!important;
}
.el-pager li:hover {
  background-color: #d40212 !important;
  color: #fff !important;
  border-color: #d40212;
}
.el-pager li.active {
  color: #d40212 !important;
}
.number.active:hover {
  color: #fff !important;
}
.pageResult {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  margin-top: 0!important;
}
.el-pagination {
  padding: 0!important;
}
.paging .btn-prev {
  width: 52px;
  height: 52px;
  margin: 0!important;
  margin-right: 6px!important;
  background: url(../image/i10s.png) center no-repeat !important;
  border: 1px solid #d40212;
}
.paging .btn-next {
  width: 52px;
  height: 52px;
  margin: 0!important;
  margin-left: 6px!important;
  background: url(../image/i11s.png) center no-repeat !important;
  border: 1px solid #d40212;
}
.paging .btn-prev i,
.paging .btn-next i {
  display: none!important;
}
.paging .btn-prev:hover {
  background: #d40212 url(../image/i10.png) center no-repeat !important;
}
.paging .btn-next:hover {
  background: #d40212 url(../image/i11.png) center no-repeat !important;
}
.el-pager .more::before {
  line-height: 50px;
  font-size: 14px;
}
.threeInfoClass {
  padding-top: 0;
}
.threeProductBtn {
  padding-top: 70px;
}
.noProduct {
  text-align: center;
  margin-top: 50px;
}
/*分页样式结束*/
@media (max-width: 1200px) {
  .header,
  .header_shade,
  .footer {
    display: none;
  }
  .m_header {
    transition: all 0.5s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    background: #fff;
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 1.1rem;
  }
  .m_header .logo img {
    display: block;
    height: 0.58rem;
  }
  .m_header .nav_icon {
    width: 0.45rem;
    height: 1.1rem;
    background: url(../image/icon_1.png) center no-repeat;
    background-size: 0.39rem auto;
  }
  .m_header .nav_icon.cur {
    background: url(../image/icon_1s.png) center no-repeat;
    background-size: 0.37rem auto;
  }
  .m_header .search {
    margin-right: 0.42rem;
    width: 0.36rem;
    height: 1.1rem;
    background: url(../image/icon_2.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header.cur,
  .m_header_fixed,
  .page_box2 .m_header {
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
  }
  .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 .w {
    margin-top: 1.4rem;
    width: 100%;
    height: calc(100% - 1.6rem);
    overflow-y: auto;
  }
  .m_nav .w .one {
    position: relative;
    line-height: 1.4rem;
  }
  .m_nav .w .one .one_a {
    margin: 0 auto;
    width: 92%;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    border-bottom: #ccc 1px solid;
  }
  .m_nav .w .one .oneMore {
    transition: all 0.5s;
    transform: rotate(0deg);
    display: none;
    position: absolute;
    right: 4%;
    top: 0.2rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/icon_3.png) center no-repeat;
    background-size: 0.11rem auto;
  }
  .m_nav .w .one .oneMore.on {
    background: url(../image/icon_3s.png) center no-repeat;
    background-size: 0.19rem auto;
  }
  .m_nav .w .one .pos {
    display: none;
    padding: 0 0.25rem;
  }
  .m_nav .w .one .pos .twoNav {
    position: relative;
    /* &:last-child{
                        .two_a{
                            border-bottom: 0px;
                        }
                    } */
  }
  .m_nav .w .one .pos .twoNav .two_a {
    margin: 0 auto;
    width: 92%;
    line-height: 1.2rem;
    font-size: 0.3rem;
    color: #333;
    border-bottom: #ccc 1px solid;
  }
  .m_nav .w .one .pos .twoNav .threeNav {
    display: none;
    margin: 0 auto;
    width: 92%;
    border-bottom: #ccc 1px solid;
  }
  .m_nav .w .one .pos .twoNav .threeNav a {
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: #666;
  }
  .m_nav .w .one .pos .twoNav .twoMore {
    transition: all 0.5s;
    transform: rotate(0deg);
    display: none;
    position: absolute;
    right: 4%;
    top: 0.1rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/icon_3.png) center no-repeat;
    background-size: 0.11rem auto;
  }
  .m_nav .w .one .pos .twoNav .twoMore.on {
    /* transform: rotate(90deg); */
    background: url(../image/icon_3s.png) center no-repeat;
    background-size: 0.19rem auto;
  }
  .m_nav .w .one .pos .twoNav.cur .twoMore {
    display: block;
  }
  .m_nav .w .one.cur .oneMore {
    display: block;
  }
  .m_nav .w .one.cur.on .one_a {
    color: #e60012;
  }
  .m_nav .w .one.cur.on .twoNav.on .two_a {
    color: #e60012;
  }
  .viewMore {
    width: 2rem;
    height: 0.66rem;
  }
  .viewMore::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .viewMore em {
    padding-right: 0.36rem;
    font-size: 0.25rem;
    line-height: 0.66rem;
    background: url(../image/icon_10.png) right center no-repeat;
    background-size: 0.2rem auto;
  }
  .viewMore:hover {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.11);
  }
  .viewMore:hover em {
    background: url(../image/icon_10s.png) right center no-repeat;
    background-size: 0.2rem auto;
  }
  .viewMore.white em {
    background: url(../image/icon_10.png) right center no-repeat;
    background-size: 0.2rem auto;
  }
  .viewMore.red em {
    padding-right: 0.3rem;
    background: url(../image/i63.png) right center no-repeat;
    background-size: 0.12rem auto;
  }
  .viewMore.red2 em {
    background: url(../image/icon_10s.png) right center no-repeat;
    background-size: 0.2rem auto;
  }
  .m_footer {
    display: block;
    position: relative;
    z-index: 3;
    background: #282f37;
  }
  .m_footer .fNav {
    width: 100%;
    height: calc(100% - 1.8rem);
    overflow-y: auto;
  }
  .m_footer .fNav .one {
    position: relative;
    line-height: 1.1rem;
  }
  .m_footer .fNav .one .one_a {
    margin: 0 auto;
    width: 92%;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    border-bottom: #999 1px solid;
  }
  .m_footer .fNav .one .oneMore {
    transition: all 0.5s;
    transform: rotate(0deg);
    display: none;
    position: absolute;
    right: 4%;
    top: 0.1rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/icon_3ss.png) center no-repeat;
    background-size: 0.11rem auto;
  }
  .m_footer .fNav .one .oneMore.on {
    transform: rotate(90deg);
  }
  .m_footer .fNav .one .pos {
    display: none;
    padding: 0 0.25rem;
  }
  .m_footer .fNav .one .pos .twoNav {
    position: relative;
    /* &:last-child{
                            .two_a{
                                border-bottom: 0px;
                            }
                        } */
  }
  .m_footer .fNav .one .pos .twoNav .two_a {
    margin: 0 auto;
    width: 92%;
    line-height: 1.2rem;
    font-size: 0.3rem;
    color: #fff;
    border-bottom: #999 1px solid;
  }
  .m_footer .fNav .one .pos .twoNav .threeNav {
    display: none;
    margin: 0.2rem auto;
    width: 92%;
    border-bottom: #999 1px solid;
  }
  .m_footer .fNav .one .pos .twoNav .threeNav a {
    line-height: 0.8rem;
    font-size: 0.26rem;
    color: #fff;
  }
  .m_footer .fNav .one .pos .twoNav .twoMore {
    transition: all 0.5s;
    transform: rotate(0deg);
    display: none;
    position: absolute;
    right: 4%;
    top: 0.1rem;
    width: 1rem;
    height: 1rem;
    background: url(../image/icon_3ss.png) center no-repeat;
    background-size: 0.12rem auto;
  }
  .m_footer .fNav .one .pos .twoNav .twoMore.on {
    transform: rotate(90deg);
  }
  .m_footer .fNav .one .pos .twoNav.cur .twoMore {
    display: block;
  }
  .m_footer .fNav .one.cur .oneMore {
    display: block;
  }
  .m_footer .fText {
    padding: 0.26rem 0;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #666;
    text-align: center;
  }
  .m_footer .fText a {
    display: inline;
    padding: 0 0.1rem;
    color: #666;
  }
  .m_footer .fText .link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /*分页开始*/
  .btn-prev span,
  .btn-next span {
    display: none!important;
  }
  .el-pager li {
    width: 0.6rem;
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    margin: 0 0.05rem !important;
    border: none;
  }
  .el-pager .more::before {
    line-height: 0.7rem !important;
    font-size: 0.24rem;
  }
  .el-pager li.active + li {
    border: none!important;
  }
  .el-pager li.active {
    background: #fff;
    border-color: inherit!important;
    color: #d40212;
  }
  .el-pager li:hover {
    background: inherit!important;
    color: inherit!important;
  }
  .number.active:hover {
    background-color: #d40212 !important;
  }
  .paging .btn-prev,
  .paging .btn-next {
    margin: 0!important;
    width: 0.6rem;
    height: 0.6rem;
  }
  .paging .btn-prev,
  .paging .btn-prev:hover {
    padding-left: 0!important;
    background: url(../image/i10.png) center no-repeat;
    background-size: 0.23rem auto !important;
  }
  .paging .btn-next,
  .paging .btn-next:hover {
    padding-right: 0!important;
    background: url(../image/i11.png) center no-repeat;
    background-size: 0.23rem auto !important;
  }
  .paging .btn-prev {
    float: left;
  }
  .paging .btn-next {
    float: right;
  }
  .el-pagination button,
  .el-pagination span:not([class*=suffix]) {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .el-pagination__editor.el-input {
    width: 0.8rem;
    height: 0.4rem;
    border-radius: 0.01rem;
  }
  .el-pagination {
    position: relative;
  }
  .el-pagination__jump {
    position: absolute;
    top: 0.9rem;
    left: 1rem;
  }
  /*分页结束*/
}
.page_banner {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  height: 45vh;
  overflow: hidden;
}
.page_banner .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_banner .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  animation: pic_m 2s;
}
.page_banner .pic i.mobile {
  display: none;
}
.page_banner .pos {
  /* display: flex;
        justify-content: center;
        align-items: center; */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  /* svg + div .flash{
            justify-content: left;
        } */
}
.page_banner .pos .icon {
  display: block;
  margin: 0 auto 13px;
  height: 76px !important;
}
.page_banner .pos .menu {
  position: relative;
  align-items: center;
  justify-content: center;
}
.page_banner .pos .menu .menu__item {
  all: unset;
  flex-grow: 1;
  z-index: 100;
  display: flex;
  width: 100%;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration);
}
.page_banner .pos .menu .menu__item .icon {
  animation: strok 1.6s reverse;
}
.page_banner .pos .menu .icon {
  width: 100%;
  height: 79px;
  stroke: #fff;
  fill: transparent;
  stroke-width: 2pt;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
}
.page_banner .pos b {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: bold;
}
.page_banner .pos p {
  font-family: Arial;
  font-size: 18px;
}
@keyframes pic_m {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
@keyframes strok {
  100% {
    stroke-dashoffset: 600;
  }
}
/*面包屑*/
.add {
  opacity: 1;
  display: block;
  position: fixed;
  left: 0;
  top: calc(45vh - 50px + 90px);
  z-index: 10;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.add .w1400 {
  display: flex;
  align-items: center;
}
.add em {
  display: inline;
}
.add a {
  float: left;
  color: #fff;
}
.add a.one {
  padding-left: 40px;
  background: url(../image/i38.png) left center no-repeat;
}
.add a:hover {
  color: #d40212;
}
.add i {
  float: left;
  margin: 0 16px;
}
.add.on {
  opacity: 0;
  z-index: -10;
}
.content .add {
  position: absolute;
  top: 108px;
  /* color: #333;
    a{
        color: #333;
        &:hover{
            color: #d40212;
        }
    }
    a.one {
        background: url(../images/icon/i38s.png) left center no-repeat;
    } */
}
.page {
  position: relative;
  z-index: 9;
  margin: 0;
  padding-top: calc(45vh + 90px);
  background: none;
}
.page .pageTop {
  position: relative;
  background: #fff;
}
.page img {
  width: auto;
}
.page.on {
  transition: all 0.5s;
}
.page.on .pageNav {
  position: fixed;
  top: 90px;
  visibility: visible !important;
  animation-name: fadeInUp !important;
}
.pageNav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  border-bottom: #ccc 1px solid;
  background: #fff;
}
@media (min-width: 1201px) {
  .pageNav .swiper-wrapper {
    justify-content: center;
    align-items: center;
  }
}
.pageNav .swiper-slide {
  margin: 0 26px;
  padding: 20px 6px;
  width: auto;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.pageNav .swiper-slide:first-child {
  margin-left: 0;
}
.pageNav .swiper-slide:last-child {
  margin-right: 0;
}
.pageNav .swiper-slide::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 2;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #d40212;
  content: " ";
}
.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
  color: #d40212;
}
.pageNav .swiper-slide.cur::before,
.pageNav .swiper-slide:hover::before {
  transition: all 0.5s;
  width: 100%;
}
.pageNav .anchor {
  top: -98px;
}
.pageNav_mar {
  width: 100%;
  height: 71px;
  background: #fff;
}
.pageTitle {
  position: relative;
}
.pageTitle .left b {
  margin-bottom: 10px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.pageTitle .left p {
  margin-bottom: 14px;
  font-size: 18px;
  color: #d6d6d6;
}
.pageTitle .left i {
  width: 70px;
  height: 6px;
  background: url(../image/i1.png) center no-repeat;
}
.pageTitle.white .left b {
  color: #fff;
}
.pageTitle.cenTit {
  text-align: center;
}
.pageTitle.cenTit i {
  margin: 0 auto;
}
.bias {
  position: relative;
  overflow: hidden;
}
.bias::before {
  position: absolute;
  z-index: 2;
  margin-left: -120%;
  max-width: 60px;
  width: 20%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  opacity: 0.2;
  content: '';
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.bias:hover:before {
  transition: all 0.7s;
  margin-left: 120%;
}
/*分页*/
.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 50px;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 6px;
  font-size: 18px;
  color: #333 !important;
  font-weight: normal;
}
.paging li a,
.paging li span {
  color: #333;
  min-width: 40px;
  padding: 0 5px;
  border: #fff 1px solid;
}
.paging li.active a,
.paging li.active span {
  color: #d40212;
}
.paging li a:hover {
  color: #fff;
  background: #d40212;
  border: #d40212 1px solid;
}
.paging li:first-child a,
.paging li:first-child span {
  width: 40px;
  height: 50px;
  border: #d40212 1px solid;
}
.paging li:first-child span {
  background: url(../image/i10s.png) center no-repeat;
}
.paging li:first-child a {
  background: #d40212 url(../image/i10.png) center no-repeat;
}
.paging li:last-child a,
.paging li:last-child span {
  width: 40px;
  height: 50px;
  border: #d40212 1px solid;
}
.paging li:last-child span {
  background: url(../image/i11s.png) center no-repeat;
}
.paging li:last-child a {
  background: #d40212 url(../image/i11.png) center no-repeat;
}
.goTop {
  display: none;
  position: fixed;
  right: 2.5vw;
  bottom: 2.6vw;
  z-index: 30;
  width: 50px;
  height: 50px;
  background: url(../image/icon-5.png) center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.goTop.on {
  display: block;
}
@media (max-width: 1200px) {
  .page_banner {
    top: 1.1rem;
    height: 4.9rem;
  }
  .page_banner .pic i.pc {
    display: none;
  }
  .page_banner .pic i.mobile {
    display: block;
  }
  .page_banner .pos .icon {
    margin: 0 auto 0.26rem;
    height: 0.9rem !important;
  }
  .page_banner .pos .menu .icon {
    height: 0.9rem;
    stroke-width: 2pt;
    stroke-miterlimit: 10;
    stroke-dasharray: 600;
  }
  .page_banner .pos b {
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
  }
  .page_banner .pos p {
    font-size: 0.26rem;
  }
  /*面包屑*/
  .add {
    display: none;
    top: calc(4.9rem - 0.5rem + 1.1rem);
    line-height: 0.3rem;
    font-size: 0.24rem;
  }
  .add a.one {
    padding-left: 0.4rem;
    background-size: 0.24rem auto;
  }
  .add i {
    margin: 0 0.26rem;
  }
  .content .add {
    top: 118px;
    /* a.one {
            background: url(../images/icon/i38s.png) left center no-repeat;
            background-size: 0.24rem auto;
        } */
  }
  .page {
    padding-top: calc(4.9rem + 1.1rem);
  }
  .page.on .pageNav {
    top: 1.1rem;
  }
  .pageNav .w1400 {
    margin: 0 0 0 4%;
    width: 96%;
  }
  .pageNav .swiper-slide {
    margin: 0 0.4rem;
    padding: 0 0.06rem;
    line-height: 1.2rem;
    font-size: 0.28rem;
  }
  .pageNav .swiper-slide::before {
    height: 0.04rem;
  }
  .pageNav .anchor {
    top: -1.1rem;
  }
  .pageNav_mar {
    height: 1.2rem;
  }
  .pageTitle .left b {
    margin-bottom: 0.14rem;
    font-size: 0.44rem;
  }
  .pageTitle .left p {
    margin-bottom: 0.19rem;
    font-size: 0.22rem;
  }
  .pageTitle .left i {
    width: 0.9rem;
    height: 0.07rem;
    background-size: 100%;
  }
  /*分页*/
  .paging {
    line-height: 0.58rem;
  }
  .paging li {
    margin: 0 6px;
    font-size: 0.24rem;
  }
  .paging li a,
  .paging li span {
    min-width: 0.48rem;
    padding: 0 0.05rem;
  }
  .paging li:first-child a,
  .paging li:first-child span {
    width: 0.48rem;
    height: 0.58rem;
  }
  .paging li:first-child span {
    background: url(../image/i10s.png) center no-repeat;
    background-size: 0.23rem auto;
  }
  .paging li:first-child a {
    background: #d40212 url(../image/i10.png) center no-repeat;
    background-size: 0.23rem auto;
  }
  .paging li:last-child a,
  .paging li:last-child span {
    width: 0.48rem;
    height: 0.58rem;
  }
  .paging li:last-child span {
    background: url(../image/i11s.png) center no-repeat;
    background-size: 0.23rem auto;
  }
  .paging li:last-child a {
    background: #d40212 url(../image/i11.png) center no-repeat;
    background-size: 0.23rem auto;
  }
  .goTop {
    right: 4%;
    width: 0.9rem;
    height: 0.9rem;
  }
}
.list-paddingleft-2 {
  margin-left: 4em;
}
.list-paddingleft-2 li {
  list-style: inherit;
}
.list-paddingleft-2 li p {
  text-indent: 0 !important;
}
.icon-path {
  animation: icon-path-animation 1.5s ease-in;
}
@keyframes icon-path-animation {
  0% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 4917;
    fill: rgba(255, 255, 255, 0);
  }
  80% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0);
  }
  95% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    fill: #fff;
  }
  100% {
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
    fill: #fff;
  }
}
.Wleft {
  -webkit-animation-name: Wleft;
  animation-name: Wleft;
}
@keyframes Wleft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.Wleft102 {
  -webkit-animation-name: Wleft102;
  animation-name: Wleft102;
}
@keyframes Wleft102 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: none;
  }
}
.Wright {
  -webkit-animation-name: Wright;
  animation-name: Wright;
}
@keyframes Wright {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.Wright105 {
  -webkit-animation-name: Wright105;
  animation-name: Wright105;
}
@keyframes Wright105 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes scrolls {
  from {
    bottom: 3%;
  }
  50% {
    bottom: calc(3% + 10px);
  }
  100% {
    bottom: 3%;
  }
}
@keyframes scrolls {
  from {
    bottom: 3%;
  }
  50% {
    bottom: calc(3% + 10px);
  }
  100% {
    bottom: 3%;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 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 {
  display: flex;
  justify-content: center;
}
.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 .current-btn-text .btn-letter {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -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;
}
.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),
.flash .current-btn-text .btn-letter:nth-child(35) {
  animation-delay: 0.23s;
}
.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),
.flash .current-btn-text .btn-letter:nth-child(37) {
  animation-delay: 0.49s;
}
.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),
.flash .current-btn-text .btn-letter:nth-child(34) {
  animation-delay: 0.4s;
}
.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),
.flash .current-btn-text .btn-letter:nth-child(38) {
  animation-delay: 0.26s;
}
.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),
.flash .current-btn-text .btn-letter:nth-child(32) {
  animation-delay: 0.3s;
}
.flash .current-btn-text .btn-letter:nth-child(16),
.flash .current-btn-text .btn-letter:nth-child(26),
.flash .current-btn-text .btn-letter:nth-child(19),
.flash .current-btn-text .btn-letter:nth-child(31) {
  animation-delay: 0.21s;
}
.flash .current-btn-text .btn-letter:nth-child(22),
.flash .current-btn-text .btn-letter:nth-child(28),
.flash .current-btn-text .btn-letter:nth-child(30),
.flash .current-btn-text .btn-letter:nth-child(39) {
  animation-delay: 0.33s;
}
.flash .current-btn-text .btn-letter:nth-child(27),
.flash .current-btn-text .btn-letter:nth-child(17),
.flash .current-btn-text .btn-letter:nth-child(21),
.flash .current-btn-text .btn-letter:nth-child(33) {
  animation-delay: 0.43s;
}
.flash .current-btn-text .btn-letter:nth-child(20),
.flash .current-btn-text .btn-letter:nth-child(24),
.flash .current-btn-text .btn-letter:nth-child(26),
.flash .current-btn-text .btn-letter:nth-child(46) {
  animation-delay: 0.38s;
}
.flash .current-btn-text .btn-letter:nth-child(18),
.flash .current-btn-text .btn-letter:nth-child(23),
.flash .current-btn-text .btn-letter:nth-child(29),
.flash .current-btn-text .btn-letter:nth-child(40) {
  animation-delay: 0.56s;
}
@keyframes flashText {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
