/*================基本样式重置================*/
* {
  box-sizing: border-box;
}
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", "PingFang SC", Arial;
}
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 {
  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;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -1.2rem;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
/*主体宽度样式（可选用）若有新宽度，命名规则以小写w开头，后接详细宽度数据，例：：*/
.w1200,
.w1400,
.w {
  width: 92%;
  margin: 0px auto;
}
.content {
  min-height: 7rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  transition: all 0.5s;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 27px;
  background: #165999;
}
.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;
}
.loadding {
  overflow-y: hidden;
}
.loadding .load {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.loadding .header,
.loadding .banner {
  opacity: 0;
}
.loadding.on {
  overflow-y: auto;
}
.loadding.on .load {
  z-index: -1;
}
.loadding.on .header,
.loadding.on .banner {
  opacity: 1;
}
.load {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #fbfbfb;
}
.load img {
  opacity: 0;
  width: 100%;
  /* height: 100%;
        object-fit: cover; */
}
@-webkit-keyframes opacityA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.m_header {
  transition: all 0.5s;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1.2rem;
}
.m_header .logo img {
  display: block;
  height: 0.46rem;
}
.m_header .logo .m2 {
  display: none;
}
.m_header .nav_icon {
  width: 0.46rem;
  height: 1.2rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_1.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .search {
  margin-right: 0.32rem;
  width: 0.4rem;
  height: 1.2rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_3.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .lang {
  transition: all 0.4s;
  position: relative;
  margin: 0 0.37rem 0 0;
}
.m_header .lang i {
  width: 0.36rem;
  height: 1.2rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_2.png) center no-repeat;
  background-size: 0.36rem auto;
}
.m_header_fixed {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.m_header_fixed .logo .m1 {
  display: none;
}
.m_header_fixed .logo .m2 {
  display: block;
}
.m_header_fixed .nav_icon {
  background: url(/themes/mobile/public/assets/images/icon/icon_1ss.png) center no-repeat;
  background-size: 100% auto;
}
.m_header_fixed .search {
  background: url(/themes/mobile/public/assets/images/icon/icon_3s.png) center no-repeat;
  background-size: 100% auto;
}
.m_header_fixed .lang i {
  background: url(/themes/mobile/public/assets/images/icon/icon_2s.png) center no-repeat;
  background-size: 0.36rem auto;
}
.m_header_fixed2 {
  background: none;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100vh;
  background: #fafafa url(../images/index/nav_bac.png) right bottom no-repeat;
  background-size: 5.73rem auto;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav .top .logo {
  display: flex;
  align-items: center;
  height: 1.2rem;
}
.m_nav .top .logo img {
  display: block;
  height: 0.46rem;
}
.m_nav .top i {
  float: right;
  width: 0.34rem;
  height: 1.2rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_1s.png) center no-repeat;
  background-size: 0.34rem auto;
}
.m_nav ul {
  display: none;
  width: 100%;
  height: calc(100% - 1.8rem);
  overflow-y: auto;
}
.m_nav ul li {
  margin: 0 4% 0.15rem;
  position: relative;
  overflow-x: hidden;
  border-bottom: #ccc 1px solid;
}
.m_nav ul .one {
  transition: all 0.5s;
  float: left;
  /*  padding-left: 0.48rem; */
  line-height: 1.1rem;
  font-size: 0.3rem;
  color: #333;
  /*  background: url(/themes/mobile/public/assets/images/icon/icon_7.png) left center no-repeat;background-size: 0.27rem auto; */
}
.m_nav ul .go .more {
  position: relative;
  transform: rotate(0deg);
  float: right;
  width: 1rem;
  height: 1rem;
}
.m_nav ul .go .more::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.14rem;
  width: 0.16rem;
  height: 0.28rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_93.png) center right no-repeat;
  background-size: 100% auto;
  content: " ";
}
.m_nav ul .go .more.cur::before {
  transition: all 0.5s;
  transform: rotate(90deg);
  width: 0.28rem;
}
.m_nav ul .pos {
  display: none;
  padding-bottom: 0.2rem;
}
.m_nav ul .pos a {
  padding: 0 1rem 0 0.48rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  color: #333;
}
.m_nav ul .pos a:first-child {
  border-top: #ccc 1px solid;
}
.m_nav ul .on .one,
.m_nav ul .one:hover {
  transition: all 0.5s;
  color: #c8000a;
}
.m_nav ul .on .on a {
  color: #c8000a;
}
.m_nav .b_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  color: #fff;
  border-top: #ccc 1px solid;
}
.m_nav .search input {
  width: calc(100% - 0.8rem);
  height: 1.14rem;
  font-size: 0.3rem;
  color: #fff;
}
.m_nav .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-o-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search .but {
  display: block;
  width: 0.5rem;
  height: 1.14rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_3.png) right center no-repeat;
  background-size: 0.38rem auto;
}
.m_nav .subsidiary {
  height: calc(100vh - 1.2rem);
  background: #fafafa;
  width: 100%;
}
.m_nav .subsidiary .swiper {
  margin: 0 auto;
  width: 92%;
}
.m_nav .subsidiary .swiper-slide {
  margin: 0.8rem 0 1.9rem;
}
.m_nav .subsidiary a {
  position: relative;
  margin-bottom: 0.2rem;
  margin-right: calc((100% - 6.48rem) / 2);
  float: left;
  width: 2.16rem;
  height: 2.88rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.m_nav .subsidiary a:nth-child(3n) {
  margin-right: 0;
}
.m_nav .subsidiary a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  content: " ";
}
.m_nav .subsidiary a i {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_nav .subsidiary a .next {
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 80%;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  text-align: center;
}
.m_nav .subsidiary a:last-child {
  margin-right: 0;
}
.m_nav .subsidiary a:hover .bac_1 {
  opacity: 0;
}
.m_nav .subsidiary a:hover .bac_2 {
  opacity: 1;
}
.m_nav .subsidiary .swiper-button-next,
.m_nav .subsidiary .swiper-button-prev {
  transition: all 0.5s;
  top: initial;
  bottom: 0;
  margin: 0;
  width: 0.94rem;
  height: 0.94rem;
  border-radius: 0.94rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.m_nav .subsidiary .swiper-button-prev {
  left: 50%;
  margin-left: -1.2rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_8.png) center no-repeat;
  background-size: 100% auto;
}
.m_nav .subsidiary .swiper-button-next {
  right: 50%;
  margin-right: -1.2rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_9.png) center no-repeat;
  background-size: 100% auto;
}
.footer {
  position: relative;
  z-index: 2;
  padding: 0.6rem 0;
  background: #f2f2f2;
}
.footer .message dl {
  width: 3.6rem;
  font-size: 0.24rem;
}
.footer .message dl dt {
  margin: 0.26rem 0 0.1rem;
  padding-left: 0.64rem;
  line-height: 0.44rem;
  color: #999;
}
.footer .message dl dt.phone {
  background: url(/themes/mobile/public/assets/images/icon/icon_40.png) left 3px no-repeat;
}
.footer .message dl dt.address {
  background: url(/themes/mobile/public/assets/images/icon/icon_41.png) 3px 0px no-repeat;
}
.footer .message dl dd {
  margin-bottom: 0.5rem;
  padding-left: 0.64rem;
  font-size: 0.26rem;
  color: #333;
}
.footer .message .top {
  width: calc(100% - 4rem);
}
.footer .message .top a {
  float: left;
  margin-bottom: 0.3rem;
  padding-top: 0.8rem;
  margin-right: 0.5rem;
  width: 1.2rem;
}
.footer .message .top a p {
  font-size: 0.24rem;
  color: #333;
  text-align: center;
}
.footer .message .top a:nth-child(2n) {
  margin-right: 0;
}
.footer .message .top .a1 {
  background: url(/themes/mobile/public/assets/images/icon/icon_39.png) top center no-repeat;
  background-size: 0.8rem auto;
}
.footer .message .top .a2 {
  background: url(/themes/mobile/public/assets/images/icon/icon_38.png) top center no-repeat;
  background-size: 0.85rem auto;
}
.footer .message .top .a3 {
  background: url(/themes/mobile/public/assets/images/icon/icon_183s.png) top center no-repeat;
  background-size: 0.85rem auto;
}
.footer .message .left {
  width: 1rem;
}
.footer .message .left .icon {
  position: relative;
  float: left;
  width: 100%;
  height: 0.5rem;
}
.footer .message .left .icon p {
  width: 100%;
  height: 0.5rem;
}
.footer .message .left .icon.icon1 {
  background: url(/themes/mobile/public/assets/images/icon/icon_24.png) center no-repeat;
  background-size: 0.5rem auto;
}
.footer .message .left .icon.icon2 {
  background: url(/themes/mobile/public/assets/images/icon/icon_36.png) center no-repeat;
  background-size: 0.59rem auto;
}
.footer .message .left .icon .pos {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -1.8rem;
  width: 1.6rem;
  height: 0rem;
  overflow: hidden;
}
.footer .message .left .icon .pos img {
  width: 100%;
  height: 1.6rem;
}
.footer .message .left .icon.on .pos {
  transition: all 0.5s;
  opacity: 1;
  height: 1.6rem;
}
.footer .message .select {
  position: relative;
  z-index: 11;
  width: calc(100% - 1.2rem);
  padding: 0 0.1rem 0 0;
  border-bottom: #d0d1d1 1px solid;
  cursor: pointer;
}
.footer .message .select p {
  position: relative;
  padding: 0 0.32rem 0 0.1rem;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.24rem;
  color: #999;
}
.footer .message .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.065rem;
  width: 0.27rem;
  height: 0.13rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_42.png) right center no-repeat;
  background-size: 100% auto;
  content: "";
}
.footer .message .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0.54rem;
  padding: 0.26rem 0.12rem;
  width: 100%;
  max-height: 6rem;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.footer .message .select .pos a {
  padding: 0.1rem 0 0.1rem 2px;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #666;
}
.footer .message .select .pos a:hover {
  color: #ba1912;
}
.footer .message .select.on p::before {
  transform: rotate(180deg);
}
.footer .bottom {
  padding-top: 0.6rem;
  line-height: 0.44rem;
  font-size: 0.26rem;
  color: #999;
  text-align: center;
}
.footer .bottom a {
  padding-left: 0.2rem;
  display: inline-block;
  color: #999;
}
.footer .bottom a:hover {
  color: #c70020;
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: absolute;
  right: 0.4rem;
  top: -0.6rem;
  z-index: 10;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff url(../images/icon/icon_26.png) center no-repeat;
  background-size: 0.4rem auto;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.suspension p {
  padding-top: 1.04rem;
  font-size: 0.24rem;
  color: #999;
  text-align: center;
}
.suspensionTop {
  position: fixed;
  right: -1.2rem;
  top: auto;
  bottom: 6%;
}
.suspension_fixed {
  transition: all 0.5s;
  right: 0.4rem;
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 90vh;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 20px;
  height: 20px;
  background: url(/themes/mobile/public/assets/images/icon/icon_56.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.page {
  position: relative;
  z-index: 2;
  margin-top: 4.2rem;
  background: #f9f9f9;
}
.pageTitle {
  line-height: 0.5rem;
}
.pageTitle b {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.pageTitle a {
  transition: all 0.5s;
  float: left;
  padding-left: 0.1rem;
  font-size: 0.24rem;
  color: #999;
  background: url(/themes/mobile/public/assets/images/icon/icon_46.png) left center no-repeat;
  background-size: 1px 0.22rem;
}
.pageBanner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.2rem;
}
.pageBanner .pic {
  width: 100%;
  height: 4.2rem;
}
.pageBanner .pic i {
  width: 100%;
  height: 100%;
}
.pageBanner .pos {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.pageBanner .pos b {
  margin-bottom: 0.23rem;
  font-size: 0.46rem;
  font-weight: bold;
}
.pageBanner .pos p {
  margin: 0 auto;
  font-size: 0.26rem;
}
.pageBanner .address,
.companys .address {
  position: absolute;
  left: 0;
  bottom: 0.33rem;
  width: 100%;
}
.pageBanner .address .w1400,
.companys .address .w1400 {
  display: flex;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
}
.pageBanner .address .w1400 .one,
.companys .address .w1400 .one {
  width: 0.26rem;
  height: 0.3rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_18.png) center no-repeat;
  background-size: 0.26rem auto;
}
.pageBanner .address .w1400 i,
.companys .address .w1400 i {
  padding: 0 0.12rem;
}
.pageBanner .address .w1400 a,
.companys .address .w1400 a {
  color: #fff;
}
.pageBanner .address .w1400 a:hover,
.companys .address .w1400 a:hover {
  color: #c7161e;
}
.subnav {
  width: 100%;
  border-bottom: #ebebeb 1px solid;
  background: #fff;
}
.subnav .swiper-slide {
  width: auto;
}
.subnav .swiper-slide .one i {
  padding: 0 0.4rem;
  line-height: 1rem;
  font-size: 0.3rem;
  color: #333;
}
.subnav .swiper-slide.cur .one i {
  color: #fff;
  background: #c7161e;
}
.page_more {
  margin: 0 auto;
  width: 92%;
  height: 1rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_19.png) center no-repeat;
  background-size: 0.84rem auto;
}
/* 插件分页样式 */
.pagePaging .layui-laypage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pagePaging .layui-laypage a,
.pagePaging .layui-laypage span {
  margin: 0 7px;
  padding: 0 2px;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #666;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.pagePaging .layui-laypage .layui-laypage-prev,
.pagePaging .layui-laypage .layui-laypage-next {
  width: 38px;
  line-height: 34px;
  border: none ;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.pagePaging .layui-laypage .layui-laypage-skip {
  border: none ;
  text-align: center;
  display: flex;
  margin-left: 30px;
  background: none;
}
.pagePaging .layui-laypage .layui-input {
  width: 60px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
}
.pagePaging .layui-laypage .layui-laypage-btn {
  margin-left: 10px;
  width: 64px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff url(../images/icon/icon_65.png) center no-repeat;
}
.pagePaging .layui-laypage a:hover {
  color: #fff;
  background: #b83028;
}
.pagePaging .layui-laypage .layui-laypage-curr {
  position: relative;
}
.pagePaging .layui-laypage .layui-laypage-curr .layui-laypage-em {
  color: #fff;
  background: #b83028;
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
}
.pagePaging .layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}
.construction {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  padding: 7px 0.2rem;
  font-size: 0.26rem;
  color: #fff;
  background: #000;
  border-radius: 6px;
}
/*404页面*/
.Page404 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.Page404 .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.Page404 .pos img {
  margin: 0 auto 0.45rem;
  max-width: 100%;
}
.Page404 .pos p {
  font-size: 0.3rem;
  color: #333;
  text-align: center;
}
.Page404 .pos a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.7rem auto 0;
  width: 2.6rem;
  height: 0.9rem;
  background: #f4f4f4;
  border-radius: 0.06rem;
}
.Page404 .pos a i {
  transition: all 0.5s;
  padding-left: 0.45rem;
  font-size: 0.3rem;
  color: #999;
  background: url(/themes/mobile/public/assets/images/icon/icon_68.png) left center no-repeat;
  background-size: 0.27rem auto;
}
@-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;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-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;
  }
}
.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;
  }
}
<!--耗时1765835588.0312秒-->