@import './animate.css';
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
body {
  overflow-x: hidden;
  font-family: PingFang SC-Semibold, PingFang SC;
}
.swiper-pagination-bullet {
  background: #fff !important;
}
@media (max-width: 1279px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 15px;
  }
 
}
@media (min-width: 1441px) and (max-width: 1920px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 18px;
  }
}
.black {
  background: #000;
}
.ewm img {
  max-width: 150px
}
em {
  padding: 0px;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
  font-style: normal;
}
img, a {
  border: 0;
}
ul, li {
  list-style: none;
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-style: normal;
  outline: none;
}
a {
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  outline: none;
  border: none;
}
.flt {
  float: left;
}
.frt {
  float: right;
}
.clear {
  clear: both;
}
.clear:after, .clear:before {
  content: '';
  clear: both;
  display: table;
}
img {
  max-width: 100%;
}
.tykd {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
}
.tykd2 {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
}
.xf .img {
  float: left;
}
.tykd .Lefttext {
  width: 40% !important;
  float: right;
}
.tykd .ftitle {
  font-size: 1.6rem;
}
.blue {
  background: #3D76FC !important;
}
input::-webkit-input-placeholder {
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
textarea::-webkit-input-placeholder {
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #686767;
  font-family: PingFang SC-Semibold, PingFang SC;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.container2 {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
}
.Top {
  position: relative;
}
.Top .hdbox {
  display: none;
  width: 100%;
  z-index: 999;
}
.Top .hdbox .title {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #1A1B23;
  padding: 0 2.5%;
}
.Top .hdbox .title .logo img {
  width: 100px;
}
.Top .hdbox .title .basemenubut {
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.Top .hdbox .title .basemenubut span {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.Top .hdbox .title .basemenubut span:nth-child(2) {
  width: 80%;
}
.Top .hdbox .title .basemenubut span:nth-child(2) {
  width: 80%;
}
.Top .hdbox .title .basemenubut2 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-top: 0px;
  margin-top: 2px;
}
.Top .hdbox .title .basemenubut2 span:nth-child(2) {
  display: none;
}
.Top .hdbox .title .basemenubut2 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: 0px;
  margin-top: -2px;
}
.Top .hdbox .navBox {
  overflow-y: scroll;
  display: none;
  width: 100%;
  height: calc(100vh - 10rem);
  background-color: #fff;
}
.Top .hdbox .navBox .container ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 45px;
  border-bottom: 1px solid #ddd;
}
.Top .hdbox .navBox .container ul li .item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Top .hdbox .navBox .container ul li > a {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #999;
  margin: 10px 0;
}
.Top .hdbox .navBox .container ul li > a span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #999;
}
.Top .hdbox .navBox .container ul li .child {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  height: 0px;
  overflow: hidden;
  width: 100%;
}
.Top .hdbox .navBox .container ul li .child .container {
  width: 100% !important;
  margin: 0px !important;
}
.Top .hdbox .navBox .container ul li .child .container h2 {
  width: 100%;
  font-size: 1.2rem;
}
.Top .hdbox .navBox .container ul li .child .container .left, .Top .hdbox .navBox .container ul li .child .container .right, .Top .hdbox .navBox .container ul li .child .container .solution {
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.Top .hdbox .navBox .container ul li .child .container .left h2, .Top .hdbox .navBox .container ul li .child .container .right h2, .Top .hdbox .navBox .container ul li .child .container .solution h2 {
  border-bottom: 1px solid #EAEAEA;
  padding: 10px;
}
.Top .hdbox .navBox .container ul li .child .container .left ul, .Top .hdbox .navBox .container ul li .child .container .right ul, .Top .hdbox .navBox .container ul li .child .container .solution ul {
  padding: 10px;
}
.Top .hdbox .navBox .container ul li .child .container .fTitle {
  margin: 6px 0;
  width: 100%;
  font-size: .9rem;
  color: #999999;
  padding: 0 10px;
}
.Top .hdbox .navBox .container ul li .child .container ul li {
  border: none;
  margin-bottom: 10px;
}
.Top .hdbox .navBox .container ul li .child .container ul li a {
  display: flex;
}
.Top .hdbox .navBox .container ul li .child .container ul li a img {
  width: 50px;
  height: 50px;
}
.Top .hdbox .navBox .container ul li .child .container ul li a .text {
  margin-left: 10px;
}
.Top .hdbox .navBox .container ul li .child .container .solution ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.Top .hdbox .navBox .container ul li .child .container .solution ul li {
  margin-bottom: 10px;
}
.Top .hdbox .navBox .container ul li .child .container .solution ul li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Top .hdbox .navBox .container ul li .child .container .solution ul li a img {
  width: 200px;
  height: auto;
}
.Top .hdbox .navBox .container ul li .child .container .solution ul li a p {
  color: #000;
}
.Top .hdbox .navBox .container ul > .login {
  border: none;
}
.Top .hdbox .navBox .container ul > .login a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 15px;
  width: 100%;
  height: 45px;
  background: #EE722E;
}
.Top .pcNav {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  padding-top: 10px;
}
.Top .pcNav .container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.Top .pcNav ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Top .pcNav ul.yiji li {
  height: 40px;
}
.Top .pcNav ul.erji li {
  margin-right: 10px;
}
.erji li {
  height: auto !important;
}
.kuandu li {
  width: 50%;
}
.Top .pcNav ul a {
  height: auto;
  color: #999999;
  font-size: 14px;
}
.Top .pcNav ul a span {
  display: inline-block;
}
.Top .pcNav ul .logo {
  margin-right: 88px !important;
}
.Top .pcNav ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 48px;
}
.Top .pcNav ul li .child {
  display: none;
  left: 0px;
  right: 0;
  top: 55px;
  position: absolute;
  width: 100%;
  background-color: #fff;
}
.Top .pcNav ul li .child > .container {
  display: flex;
  padding: 30px 0;
}
.Top .pcNav ul li .child > .container .left {
  margin-right: 50px;
  border-right: 1px solid #EAEAEA;
}
.Top .pcNav ul li .child > .container > div {
  width: 100%;
}
.Top .pcNav ul li .child > .container > div h2 {
  background: #FFFFFF;
  font-size:18px;
  margin-bottom: 5px;
}
.Top .pcNav ul li .child > .container > div .fTitle {
  width: 392px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.Top .pcNav ul li .child > .container > div ul {
  margin-top: 30px;
}
.Top .pcNav ul li .child > .container .left ul {
  display: block;
}
.Top .pcNav ul li .child > .container .left ul li {
  margin: 16px 0;
}
.Top .pcNav ul li .child > .container .left ul li a {
  display: flex;
  width: 100%;
}
.Top .pcNav ul li .child > .container .left ul li a img {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}
.Top .pcNav ul li .child > .container .left ul li a p {
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #181824;
}
.Top .pcNav ul li .child > .container .left ul li a em {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.Top .pcNav ul li .child > .container .right ul a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Top .pcNav ul li .child > .container .right ul a img {
  margin-right: 10px;
}
.Top .pcNav ul li .child > .container .right ul a p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #181824;
  line-height: 24px;
}
.Top .pcNav ul li .child > .container .right ul img {
  width: 88px;
}
.Top .pcNav ul li .child > .container .solution li {
  margin-right: 20px;
  width: 20%;
}
.Top .pcNav ul li .child > .container .solution li p {
  text-align: center;
}
.Top .pcNav ul > li .child {
  -webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.102);
  box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, 0.102);
}
.Top .pcNav ul > li:hover > a {
  color: #FF7501;
}
.Top .pcNav ul > li:hover > a span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Top .pcNav .navBox .container ul li.act a {
  color: #FF7501;
}
.Top .hdbox .navBox .container ul li.act a {
  color: #FF7501;
}
.Top .pcNav .login {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Top .pcNav .login a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: .9rem;
  width: 64px;
  height: 30px;
  background: #EE722E;
  border-radius: 4px 4px 4px 4px;
}
.Top .banner {
  z-index: 99;
  top: 0px;
  width: 100%;
  overflow: hidden;
}
.Top .banner ul {
  display: flex;
  height: 100%;
}
.Top .banner ul li {
  width: 100%;
  position: relative;
}
.Top .banner ul li img {
  width: 100%;
  margin: 0 auto;
}
.Top .banner ul li .txt {
  position: absolute;
  max-width: 1400px;
  width: 95%;
  top: 30%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.Top .hzhb ul li .txt {
  top: 38%;
}
.Top .hzhb ul li .txt h1 {
  text-align: center !important;
}
.Top .banner ul li .txt h1 {
  text-align: left;
  font-size: 2.7rem;
  font-weight: 600;
  color: #FFFFFF;
}
.Top .dlm ul li .txt {
  top: 36%;
}
.Top .dlm ul li .txt h1 {
  text-align: center;
}
.Top .dlm ul li .txt h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}
.Top .banner ul li .txt p {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #FFFFFF;
  margin: 9px 0;
}
.Top .banner ul li .txt a {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 400;
  color: #EE722E;
}
.Top .list {
  position: absolute;
  z-index: 99;
  max-width: 1400px;
  width: 95%;
  padding: 20px 0;
  border-radius: 10px;
  bottom: 10%;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.Top .list ul {
  display: flex;
  padding: 0 10px;
}
.Top .list ul li {
  width: 33.33%;
}
.Top .list ul li a {
  display: flex;
  justify-content: center;
}
.Top .list ul li a .img {
  width: 59px;
  margin-right: 10px;
}
.Top .list ul li a .img img {
  width: 100%;
  vertical-align: bottom;
}
.Top .list ul li a .text {
  width: auto;
  padding-top: 5px;
}
.Top .list ul li a .text p {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.Top .list ul li a .text em {
  margin-top: 5px;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  -webkit-background-clip: text;
}
footer {
  width: 100%;
  height: auto;
  background: #1A1C23;
  opacity: 1;
}
footer ul {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
footer ul li h3 {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
footer ul li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  line-height: 35px;
}
footer ul li:last-child {
  margin: 0px !important;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer ul li:last-child h3 {
  height: 144px !important;
}
footer ul li:last-child a {
  text-align: center;
}
footer .link {
  margin-top: 0px;
}
footer .link .title {
  width: 95%;
  margin: 0 auto;
  max-width: 1400px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 22px;
}
footer .link .content {
  padding: 10px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-wrap: wrap;
}
footer .link .content a {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  margin-right: 40px;
}
footer .copy {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  width: 95%;
  margin: 0 auto;
}
footer .copy a {
  color: #ccc;
}
.floating {
  display: flex;
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.102);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.102);
}
.floating .tel {
  padding: 10px;
  width: 179px;
  height: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.102);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.102);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: none;
}
.floating .tel p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.floating .tel p img {
  width: 13px;
}
.floating .tel p:first-child {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.floating .tel p:first-child img {
  margin-right: 10px;
}
.floating .tel p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
.floating .tel p:last-child {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #B7B7B7;
}
.floating .btns {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.floating .btns a:first-child {
  background: #FF7E28;
}
.floating .btns a:first-child img {
  width: 16px;
}
.floating .btns a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.floating .btns a:last-child {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.102);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.102);
  background: #FFFFFF;
}
.floating .btns a:last-child img {
  width: 25px;
}
@media (min-width: 1441px) {
  .Top .pcNav ul a {
    font-size: 16px;
  }
  .Top .list ul li a .text em {
    font-size: 16px;
  }
  .content .help .tab_content ul li p {
    font-size: 16px;
    line-height: 25px;
  }
  .content .introduce .list ul li p:last-child, .content .introduce .list ul li p:first-child {
    font-size: 16px;
  }
  footer ul li a, footer .link .content a, footer .copy {
    font-size: 16px;
  }

  .content_partners .partners_search .content .search input {
    font-size: 16px;
  }
}


/* m200 banner */
.Top .content_productAI_cpBanner ul li .txt {
  width: 40%;
  left: auto;
  transform: translate(0);
  right: 0px;
}
.Top .content_productAI_cpBanner ul li .txt h1 {
  text-align: left;
  color: #000 !important;
  font-weight: 600;
  color: #FFFFFF;
}
.Top .content_productAI_cpBanner ul li .txt p {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000 !important;
  margin: 9px 0 17px 0;
}
.Top .content_productAI_cpBanner ul li .txt a {
     width: fit-content;
  
    padding: 10px 6px;
  background: #EE722E;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
/* 解决方案 */
.Top .content_product ul li .txt h1 {
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
}
.Top .content_product ul li .txt p {
  text-align: center;
  width: 100%;
    font-size: 1.4rem;
  font-weight: 400;
  margin: 9px 0 17px 0;
}
.Top .content_product ul li .txt a {
  width: fit-content;
  padding: 10px 0;
  margin: 0 auto;
  opacity: 1;
  text-align: center;
  color: #EE722E;
  
}
@media (max-width: 1400px) {
  .Top .banner ul li .txt {
    top: 24%;
  }
  .Top .banner ul li .txt h1{ font-size:2.5rem;}
  .Top .list ul li a .text p{ font-size:16px;}
  .Top .list ul li a .text em{ font-size:12px;}
}
@media (max-width: 1100px) {
  .Top .banner ul li .txt {
    top: 19%;
  }
}
@media (max-width: 1024px) {
  
  .Top .pcNav {
    display: none;
  }
  .Top .hdbox {
    display: block;
  }
  .Top .banner ul li .txt h1 {
    font-size: 2rem;
  }
  .Top .list {
    padding: 10px 0;
    bottom: 5%;
  }
  .Top .banner ul li .txt {
    top: 11%;
  }
  footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer ul li {
    margin-right: 50px;
  }
}
.pc {
  display: block;
}
.phone {
  display: none;
}
@media (max-width: 770px) {
	.Top .banner ul li .txt h1 {
    font-size: 1.8rem;
}
	.Top .banner ul li .txt h1,.Top .banner ul li .txt p,.Top .banner ul li .txt a{ text-align: center;}
  .content_about .item_about .content .fTitle {
    width: 100%;
  }
  .tykd2 {
    flex-wrap: wrap;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .Top .list {
    position: initial;
  }
  .Top .list ul li {
    display: block;
    margin: 15px 0;
    width: 100%;
    height: 60px;
  }
  .Top .hdbox .navBox .container ul {
    width: 100%;
    margin: 0 auto;
  }
  .Top .list ul {
    display: block;
    width: 100%;
    padding: 0;
  }
  .Top .list ul li a {
    justify-content: flex-start;
  }
  .Top .banner ul li .txt {
    top: 11% ;    width: 85%;
  }
  .Top .dlm ul li .txt {
    top: 30%;
  }
  .Top .dlm ul li .txt h3 {
    font-size: 1.2rem;
  }
  footer ul {
    flex-wrap: wrap;
  }
  footer ul li {
    width: 45%;
    margin: 0px;
    margin-bottom: 20px;
  }
  footer ul li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .Top .banner ul li .txt p {
        font-size: 1.2rem ;
    margin: 5px 0;
  }
	.Top .content_product ul li .txt p{font-size: 1.2rem ;}
  .Top .banner ul li .txt a {
    font-size: 1rem  ;
  }
  .Top .list {
    width: 95%;
  }
  .Top .list ul li a .img {
    width: 50px;
  }
  .Top .list ul li a .text {
    width: auto;
    padding-top: 0px;
  }
  .Top .list ul li a .text p {
    font-size: 1.2rem;
  }
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}