@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  outline: none;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: initial;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input,
button,
textarea,
select {
  border: none;
  font-size: 14px;
  outline: none;
  font-family: var(--font-family-0);
}
input[type='text'] {
  appearance: none;
}
input[type='radio'] {
  appearance: auto;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.hide {
  overflow: hidden;
}
.rel {
  position: relative;
}
/*清楚浮动*/
.clearfix {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  zoom: 1;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  overflow: hidden;
  position: relative;
}
.pic img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  text-align: center;
  margin: auto;
}
.indent2 {
  text-indent: 2em;
}
div,
p,
span,
i,
em,
a {
  white-space: inherit !important;
}
.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
img {
  vertical-align: top;
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideUp2 {
  -webkit-animation-name: slideUp2;
  animation-name: slideUp2;
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}


@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Light';
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_Bold';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family-0: "HarmonyOS_Sans_SC_Regular", sans-serif;
  --font-family-H-L: 'HarmonyOS_Sans_SC_Light';
  --font-family-H-B: 'HarmonyOS_Sans_SC_Bold';
  --sub-color-3: #333;
  --sub-color-01: #010101;
  --main-color: #fe0000;
  --border-radius-1: 1px;
  --border-radius-2: 2px;
  --border-radius-3: 3px;
  --border-radius-4: 4px;
  --border-radius-5: 5px;
  --border-radius-10: 10px;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 10px;
}

body {
  font-family: var(--font-family-0);
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  overflow-x: hidden;
}
/*页面主体区域的宽*/
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0px 20px;
}

.container2 {
  width: 100%;
  margin: 0 auto;
  max-width: 144rem;
  padding: 0px 20px;
}

/*右侧浮动*/
#floatRight,
#floatRight ul,
#floatRight li,
#floatRight a,
#floatRight div,
#floatRight span,
#floatRight img,
#floatRight svg {
  z-index: 999;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#floatRight {
  bottom: 20%;
  right: 10px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
}
#floatRight li {
  padding-bottom: 10px;
}
#floatRight li:last-child {
  padding-bottom: 0;
}
#floatRight a {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), 3px 3px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 2px 2px 5px rgba(0, 0, 0, 0.1), 3px 3px 8px rgba(0, 0, 0, 0.15);
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#floatRight .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#floatRight svg {
  width: 2rem;
  height: 2rem;
  fill: var(--main-color);
}
#floatRight a:hover {
  background: var(--main-color);
}
#floatRight a:hover svg {
  fill: #fff;
}
#floatRight .returnTopBtn {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#floatRight .returnTopBtn.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  #floatRight {
    display: none;
  }
}
/*联系我们弹出框*/
.regbox {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}
.regbox .close {
  display: block;
  text-align: right;
  position: relative;
}
.regbox .close:before {
  content: "";
  width: 2rem;
  height: 1px;
  display: inline-block;
  background: #ccc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.regbox .close:after {
  content: "";
  width: 2rem;
  height: 1px;
  display: inline-block;
  background: #ccc;
  -webkit-transform: translate(-2rem, 0rem) rotate(-45deg);
  -ms-transform: translate(-2rem, 0rem) rotate(-45deg);
  transform: translate(-2rem, 0rem) rotate(-45deg);
}
.regbox .nr {
  top: 50%;
  left: 50%;
  background: #fff;
  width: 40rem;
  padding: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  border-radius: 1rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.regbox label {
  top: 1.5rem;
  left: 1rem;
  position: absolute;
  color: #f30;
  font-size: 1.4rem;
}
.regbox h1 {
  color: #08060b;
  text-align: center;
  font-size: 2.4rem;
  line-height: 4rem;
}
.regbox .item {
  z-index: 3;
  position: relative;
}
.regbox .tag {
  color: #7a7c84;
  text-align: center;
  font-size: 1.6rem;
}
.regbox .tabcot li {
  margin-top: 2rem;
}
.regbox .tabcot li .t1 {
  color: #232323;
  margin-bottom: 0.5rem;
}
.regbox .tabcot li .t2 {
  position: relative;
}
.regbox .tabcot .input input {
  width: 100%;
  background: rgba(255, 255, 255, 0.68);
  height: 5rem;
  font-size: 1.4rem;
  color: #333;
  font-family: "微软雅黑";
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  border: solid 1px #ddd;
}
.regbox .tabcot .ibutton {
  text-align: center;
}
.regbox .tabcot .ibutton input {
  color: #fff;
  border: 0;
  min-width: 12rem;
  padding: 0 1rem;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  line-height: 4rem;
  height: 4rem;
  text-align: center;
  background: linear-gradient(to right, #010101 15%, #e2007d);
}
.regbox .tabcot .tigs {
  color: #f40404;
  font-size: 1.4rem;
  text-align: right;
}
.regbox .tabcot .tigs2 {
  font-size: 1.4rem;
}
.regbox .tabcot .tigs2 a {
  color: #1c59a6;
}
.regbox .tabcot .tigs2 a:hover {
  text-decoration: underline;
}
.regbox .tabcot .tigs2 span {
  float: right;
}
@media (max-width: 1023px) {
  .regbox .item {
    padding: 0 20px;
    width: 100%;
  }
  .regbox .tabcot .input input {
    font-size: 14px;
  }
  .regbox .tabcot .input input {
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
  }
  .regbox .tabcot .img {
    top: 18px;
    left: 10px;
  }
  .regbox .tabcot .img img {
    max-height: 20px;
  }
  .regbox .tabcot li {
    margin-top: 15px;
  }
  .regbox .tabcot .icheckbox {
    font-size: 12px;
  }
  .regbox .tabcot .tigs {
    font-size: 12px;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  -webkit-animation-name: fadeInDown3;
  animation-name: fadeInDown3;
}
@-webkit-keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
}
.scrollArrow {
  -webkit-animation-name: scrollArrow;
  animation-name: scrollArrow;
}
.scrollArrow1 {
  -webkit-animation-name: scrollArrow1;
  animation-name: scrollArrow1;
}
@-webkit-keyframes titFadeup1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes titFadeup1 {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
