html,
body {
  background-color: #fff;
  width: 100%;
  min-width: 1280px;
}
* {
  box-sizing: border-box;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.p-100 {
  padding: 100px 0;
}
.p-70 {
  padding: 70px 0;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
ul {
  margin: 0;
}
img {
  width: 100%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #484db7;
  background-color: rgba(0, 0, 0, 0.7);
}
header .top {
  display: flex;
  align-items: center;
  height: 100px;
}
header .top .logo {
  width: 135px;
}
header .top .logo img {
  width: 100%;
}
header .top .nav {
  margin-left: auto;
  width: 840px;
  height: 100%;
}
header .top .nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
header .top .nav ul li {
  padding: 0 15px;
  height: 100%;
  min-width: 75px;
  box-sizing: border-box;
  position: relative;
}
header .top .nav ul li a {
  text-align: center;
  line-height: 100px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
}
header .top .nav ul li:hover {
  background-color: #5d63fe;
}
header .top .nav ul li:hover a {
  transition: all 0.3s;
  color: #fff;
}
header .top .nav ul li:hover .sec_nav {
  transform: translateX(-50%) rotateX(0);
}
header .top .nav ul li:hover .sec_nav a {
  background-color: transparent;
}
header .top .nav ul li:last-child:hover {
  background: none;
}
header .top .nav ul li:last-child:hover a {
  color: #fff;
}
header .top .nav ul li .sec_nav {
  position: absolute;
  width: 240px;
  background-color: rgba(46, 59, 90, 0.6);
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  transform-origin: top;
  padding: 10px 0;
  transition: all 0.3s;
}
header .top .nav ul li .sec_nav ul {
  display: block;
}
header .top .nav ul li .sec_nav ul li a {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
header .top .nav ul li .sec_nav ul li a:hover {
  color: #fff;
}
header .top .nav ul li.active {
  background-color: #5d63fe;
}
header .top .nav ul li.active a {
  color: #fff;
}
footer {
  background-color: #5d63fe;
  color: #fff;
}
footer .first-list {
  display: flex;
  padding: 50px 0;
}
footer .first-list .first-list-item {
  flex: 1;
}
footer .first-list .first-list-item h3 {
  margin-bottom: 30px;
}
footer .first-list .first-list-item .sec-list {
  margin-right: 20px;
}
footer .first-list .first-list-item .sec-list li {
  margin-bottom: 10px;
}
footer .first-list .first-list-item .sec-list li a {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
footer .first-list .first-list-item .sec-list li:last-child {
  margin-bottom: 0;
}
footer .first-list .first-list-item .wx-code img {
  width: 65px;
}
footer .first-list .first-list-item .contact-box a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
footer .first-list .auto-item {
  flex: none;
  margin-right: 35px;
}
footer .first-list .auto-item:last-child {
  margin-right: 0;
}
footer .copy-right {
  width: 100%;
  background-color: #353535;
}
footer .copy-right .container {
  display: flex;
  align-items: center;
  height: 76px;
}
footer .copy-right .container a {
  color: #fff;
}
footer .copy-right .container .right {
  margin-left: auto;
}
footer .copy-right .container .right a {
  padding-left: 24px;
  background-image: url(../images/beian.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px;
}
footer a:hover {
  color: #061f4e !important;
  transition: all 0.3s;
}
footer .first-list .first-list-item .contact-box h5,
footer .first-list .first-list-item .contact-box p {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0;
}
.swiper-wrapper {
    align-items: center;
}
.banner {
  width: 100%;
  height: 650px;
  background-color: #1c2029;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  position: absolute;
  bottom: -330px;
  left: 0;
}
.banner .info {
  color: #fff !important;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 135px;
  z-index: 2;
}
.banner .info h3 {
  font-size: 45px;
  margin-bottom: 44px;
  font-weight: lighter;
  color: #fff !important;
}
.banner .info h1 {
  color: #fff !important;
  font-size: 65px;
  margin-bottom: 54px;
  font-weight: bold;
}
.banner .info ul {
  display: flex;
  margin-bottom: 86px;
}
.banner .info ul li {
  width: calc(25% - 28px);
  border: 1px solid #00fcff;
  color: #00fcff;
  font-size: 26px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-right: 56px;
}
.banner .info ul li:last-child {
  margin-right: 0;
}
.banner .info ul li img {
  position: relative;
  top: 0;
  left: 0;
  width: 42px;
  margin-right: 8px;
}
.banner .info a {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  width: 210px;
  height: 70px;
  border-radius: 10px;
  background: linear-gradient(to top, #5e63fe, #9681ff);
}
.banner .lizi {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -160px;
  left: 0;
}
.content-banner {
  position: relative;
  height: 530px;
}
.content-banner a {
  display: block;
  width: 100%;
  height: 100%;
}
.content-banner a button {
  color: #fff;
  outline: none;
  border: none;
  width: 168px;
  height: 40px;
  background-color: #5d63fe;
  border-radius: 40px;
  position: absolute;
  bottom: 20%;
  left: 30%;
  font-size: 1.125rem;
  line-height: 40px;
  cursor: pointer;
  padding: 0;
}
.content-banner a img {
  width: 100%;
  object-fit: cover;
  height: 530px;
}
.title {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.title h3 {
  font-size: 35px;
  color: #5d63fe;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h3::before {
  display: block;
  content: '';
  width: 15px;
  height: 25px;
  background-image: url(../images/title-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.title h3::after {
  display: block;
  content: '';
  width: 15px;
  height: 25px;
  background-image: url(../images/title-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.title h5 {
  width: 100%;
  font-size: 50px;
  color: #5d63fe;
  font-weight: bold;
  opacity: 0.1;
  position: absolute;
  top: 15px;
}
.title.title-active h3 {
  color: #fff;
}
.title.title-active h3::before {
  background-image: url(../images/title-left-active.png);
}
.title.title-active h3::after {
  background-image: url(../images/title-right-active.png);
}
.title.title-active h5 {
  color: rgba(255, 255, 255, 0.2);
}
.problem ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.problem ul li {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding: 15px 20px;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4%;
  margin-bottom: 30px;
  cursor: pointer;
}
.problem ul li .left-icon {
  width: 80px;
  height: 80px;
}
.problem ul li .left-icon img {
  width: 100%;
  height: 100%;
}
.problem ul li .right-catname {
  display: flex;
  align-items: center;
}
.problem ul li .right-catname h5 {
  font-size: 24px;
  color: #000;
}
.problem ul li .right-catname::before {
  width: 2px;
  height: 50px;
  display: block;
  margin: 0 20px;
  content: '';
  background-color: #f2f2f2;
}
.problem .advert a {
  display: block;
  width: 100%;
}
.server {
  background-image: url(../images/bg1.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.server ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.server ul li {
  border: 3px solid transparent;
  width: calc(33.33% - 20px);
  border-radius: 20px;
  padding: 44px 22px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.server ul li a {
  display: block;
  width: 100%;
}
.server ul li .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.server ul li .icon img {
  width: 100%;
  height: 100%;
}
.server ul li h3 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.server ul li h3::after {
  margin: 20px auto;
  content: '';
  display: block;
  width: 85px;
  height: 5px;
  background-color: #5d63fe;
}
.server ul li p {
  height: 150px;
  font-size: 17px;
  color: #5f5f5f;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  transition: all 0.3s;
}
.server ul li .btn {
  cursor: pointer;
  border: none;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  background-color: #5d63fe;
  transition: all 0.3s;
}
.server ul li:hover {
  border: 3px solid #5d63fe;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.server ul li:hover p,
.server ul li:hover .btn {
  opacity: 1;
  transition: all 0.3s;
}
.check ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.check ul li {
  width: calc(33.33% - 20px);
}
.check ul li .content {
  width: 100%;
  position: relative;
  height: 408px;
}
.check ul li .content:hover .info-box {
  width: 80%;
  transition: all 0.3s;
}
.check ul li .content:hover .info-box .arrow {
  width: 0;
}
.check ul li .content:hover .info-box .info {
  width: 100%;
  padding: 20px;
}
.check ul li .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.check ul li .content .info-box {
  transition: all 0.3s;
  width: 80%;
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  background-color: rgba(72, 77, 183, 0.8);
  background: linear-gradient(to right, rgba(95, 99, 254, 0.8), rgba(149, 93, 254, 0.8));
}
.check ul li .content .info-box .arrow {
  width: 0;
  background-image: url(../images/icon_arrow_right.png);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.check ul li .content .info-box .info {
  width: 100%;
  padding: 20px;
  color: #fff;
  height: 151px;
}
.check ul li .content .info-box .info h3 {
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.check ul li .content .info-box .info h3::after {
  margin: 13px 0;
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #fff;
}
.check ul li .content .info-box .info p {
  font-size: 16px;
  line-height: 28px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.check ul li a {
  display: block;
  width: 100%;
}
.check ul li .sec-list {
  margin-bottom: 20px;
}
.check ul li .sec-list .content {
  width: 100%;
  height: 194px;
}
.check ul li .sec-list:last-child {
  margin: 0;
}
.server-process {
  background-image: url(../images/bg2.png);
  background-position: center top;
  background-size: 100% 55%;
  background-repeat: no-repeat;
}
.server-process .process-container {
  width: 1315px;
  margin: 0 auto;
}
.server-process .process-container .content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.qualifications .swiper-slide {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.qualifications #gallery {
  padding: 44px 0;
}
.qualifications #gallery .swiper-slide-active {
  transform: translateY(-20px) scale(1.1);
}
.qualifications #thumbs {
  width: 740px;
  margin: 0 auto;
}
.qualifications #thumbs .swiper-wrapper {
  padding-bottom: 25px;
}
.qualifications #thumbs .swiper-scrollbar {
  height: 8px;
  background-color: #dfe0ff;
}
.qualifications #thumbs .swiper-scrollbar-drag {
  background-color: #5d63fe;
}
.advantage {
  background-image: url(../images/bg3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage ul {
  margin-top: 20px;
  width: 100%;
  display: flex;
}
.advantage ul li {
  background-color: #fff;
  border-radius: 10px;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  padding: 30px 36px;
}
.advantage ul li .img-box {
  height: 76px;
  text-align: center;
}
.advantage ul li .img-box img {
  height: 100%;
  width: auto;
}
.advantage ul li .info-box h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.advantage ul li .info-box h3::before {
  margin: 20px auto;
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #5d63fe;
}
.advantage ul li .info-box p {
  font-size: 17px;
  height: 60px;
  line-height: 30px;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cooperation .content-swiper {
  overflow: hidden;
  position: relative;
}
.cooperation .swiper-button-prev {
  color: #fff;
  background: #5d63fe;
  left: calc(32% - 2px) !important;
}
.cooperation .swiper-pagination-bullets {
  bottom: 10% !important;
  left: -30%;
}
.cooperation .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
.cooperation .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 8px;
  transform: rotate(0);
  background-color: #49f1ec;
}
.cooperation .content {
  display: flex;
}
.cooperation .content .left-swiper {
  width: 40%;
}
.cooperation .content .left-swiper #case-swiper {
  height: 200px;
}
.cooperation .content .left-swiper .bottom-company ul {
  overflow: hidden;
}
.cooperation .content .left-swiper .bottom-company ul li {
  width: 50%;
  height: 100px;
  float: left;
  border: 1px solid #eee;
}
.cooperation .content .left-swiper .bottom-company ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperation .content .right-company {
  width: 60%;
}
.cooperation .content .right-company ul {
  display: flex;
  flex-wrap: wrap;
}
.cooperation .content .right-company ul li {
  width: calc(33.33% - 2px);
  border-bottom: 1px solid #eee;
  height: 100px;
  background-color: #fff;
}
.cooperation .content .right-company ul li:hover {
  padding: 8px;
  box-sizing: border-box;
  background-color: #eaeafe;
  transition: all 0.3s;
}
.cooperation .content .right-company ul li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cooperation .content .right-company ul li:nth-child(1) {
  border-top: 1px solid #eeee;
}
.cooperation .content .right-company ul li:nth-child(2) {
  border-top: 1px solid #eeee;
}
.cooperation .content .right-company ul li:nth-child(3) {
  border-top: 1px solid #eeee;
}
.cooperation .swiper-next,
.cooperation .swiper-prev {
  position: absolute !important;
  top: 10px !important;
  margin-top: 0 !important;
  left: 35% ;
  border-radius: 0% !important;
  width: 38px !important;
  height: 38px !important;
  border: 2px solid #fff !important;
  color: #9498fe !important;
  background-color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
}
.cooperation .swiper-next::after,
.cooperation .swiper-prev::after {
  font-size: 14px;
}
.cooperation .swiper-next:hover,
.cooperation .swiper-prev:hover {
  color: #fff !important;
  background: #5d63fe !important;
  transition: all 0.3s;
}
.cooperation .swiper-button-next.swiper-button-disabled,
.cooperation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
/*footer {*/
/*  background-color: #5d63fe;*/
/*  color: #fff;*/
/*}*/
/*footer .first-list {*/
/*  display: flex;*/
/*  padding: 50px 0;*/
/*}*/
/*footer .first-list .first-list-item {*/
/*  flex: 1;*/
/*}*/
/*footer .first-list .first-list-item h3 {*/
/*  margin-bottom: 30px;*/
/*}*/
/*footer .first-list .first-list-item .sec-list {*/
/*  margin-right: 20px;*/
/*}*/
/*footer .first-list .first-list-item .sec-list li {*/
/*  margin-bottom: 10px;*/
/*}*/
/*footer .first-list .first-list-item .sec-list li a {*/
/*  font-size: 14px;*/
/*  color: #fff;*/
/*  line-height: 22px;*/
/*}*/
/*footer .first-list .first-list-item .sec-list li:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*footer .first-list .first-list-item .wx-code img {*/
/*  width: 65px;*/
/*}*/
/*footer .first-list .first-list-item .contact-box h5,*/
/*footer .first-list .first-list-item .contact-box p {*/
/*  font-size: 14px;*/
/*  line-height: 18px;*/
/*  padding: 5px 0;*/
/*}*/
/*footer .first-list .first-list-item .contact-box a {*/
/*  color: #fff;*/
/*  font-size: 14px;*/
/*  line-height: 18px;*/
/*}*/
/*footer .first-list .auto-item {*/
/*  flex: none;*/
/*  margin-right: 35px;*/
/*}*/
/*footer .first-list .auto-item:last-child {*/
/*  margin-right: 0;*/
/*}*/
/*footer .copy-right {*/
/*  width: 100%;*/
/*  background-color: #353535;*/
/*}*/
/*footer .copy-right .container {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  height: 76px;*/
/*}*/
/*footer .copy-right .container a {*/
/*  color: #fff;*/
/*}*/
/*footer .copy-right .container .right {*/
/*  margin-left: auto;*/
/*}*/
/*footer .copy-right .container .right a {*/
/*  padding-left: 24px;*/
/*  background-image: url(../images/beian.png);*/
/*  background-position: center left;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 20px;*/
/*}*/
/*footer a:hover {*/
/*  color: #061f4e !important;*/
/*  transition: all 0.3s;*/
/*}*/
@media (max-width: 1280px) {
  .server-process .process-container {
    width: 100%;
    padding: 0 2.5%;
  }
  .nav-list {
    border-bottom: 2px solid #f5f5f5;
  }
}
.nav-list {
  border-bottom: 2px solid #f5f5f5;
  background-color: #fff;
  width: 100%;
  top: 88px;
  left: 0;
  z-index: 97;
}
.nav-list ul {
  display: flex;
}
.nav-list ul li {
  margin: 0 auto;
  text-align: center;
}
.nav-list ul li a {
  display: block;
  font-size: 20px;
  color: #030303;
  line-height: 71px;
  position: relative;
}
.nav-list ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 0;
  height: 4px;
  background: linear-gradient(to right, #5d63fe, #acafff);
  transition: all 0.3s;
}
.nav-list ul li:hover a {
  color: #5d63fe;
  transition: all 0.3s;
}
.nav-list ul li:hover a::after {
  width: 100%;
}
.nav-list ul li.active a {
  color: #5d63fe;
}
.nav-list ul li.active a::after {
  width: 100%;
}
.inner-title {
  margin: 0 auto;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}
.inner-title h3 {
  font-size: 36px;
  color: #5d63fe;
  line-height: 1;
}
.thumbtack {
  position: relative;
}
.thumbtack .vertical {
  width: 2px;
  background: linear-gradient(to top, transparent, #7aa9fd);
}
.thumbtack .horizontal {
  height: 2px;
  background: linear-gradient(to right, transparent, #7aa9fd);
}
.thumbtack .circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7aa9fd;
  margin: 0 auto;
}
.little-title {
  display: flex;
  margin-bottom: 30px;
}
.little-title h3 {
  font-size: 22px;
  color: #5d63fe;
  margin-left: 7px;
}
.intro-content .inner-content {
  position: relative;
  display: flex;
}
.intro-content .inner-content .left-info {
  width: 53.75%;
  padding: 0 33px;
  position: relative;
}
.intro-content .inner-content .left-info .inner-info {
  padding-bottom: 18px;
  overflow: hidden;
}
.intro-content .inner-content .left-info .inner-info p {
  letter-spacing: 1px;
  font-size: 17px;
  color: #5f5f5f;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.intro-content .inner-content .left-info .btn {
  margin-top: 35px;
  padding: 2px;
  width: 165px;
  height: 50px;
  background-color: #5d63fe;
  border-radius: 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.intro-content .inner-content .left-info .btn a {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #5d63fe;
  color: #fff;
  font-size: 17px;
  line-height: 46px;
  text-align: center;
  transition: all 0.3s;
}
.intro-content .inner-content .right-img {
  width: 25.83%;
  margin-left: 130px;
  margin-top: 10px;
}
.intro-content .inner-content .right-img img {
  width: 100%;
}
.services-content {
  background-color: #f6f9ff;
}
.services-content .inner-content {
  display: flex;
  flex-wrap: wrap;
}
.services-content .inner-content .inner-info {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff;
}
.services-content .inner-content .inner-info:last-child {
  margin: 0;
}
.services-content .inner-content .inner-info .img-box {
  width: 45.83%;
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
}
.services-content .inner-content .inner-info .img-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.services-content .inner-content .inner-info .info-box {
  width: calc(100% - 45.83%);
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.23);
  height: 100%;
}
.services-content .inner-content .inner-info .info-box .left-ico {
  width: 29%;
  padding: 0 40px;
}
.services-content .inner-content .inner-info .info-box .right-info {
  width: 71%;
  padding: 50px 43px 50px 33px;
}
.services-content .inner-content .inner-info .info-box .right-info h3 {
  font-size: 24px;
  color: #030303;
  margin-bottom: 22px;
}
.services-content .inner-content .inner-info .info-box .right-info p {
  font-size: 16px;
  line-height: 30px;
  color: #5f5f5f;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
/*.services-content .inner-content .inner-info .info-box:hover {*/
/*  background-color: #7aa9fd;*/
/*  transition: all 0.3s;*/
/*}*/
/*.services-content .inner-content .inner-info .info-box:hover .right-info h3 {*/
/*  color: #fff;*/
/*}*/
/*.services-content .inner-content .inner-info .info-box:hover .right-info p {*/
/*  color: #fff;*/
/*}*/
.loophole-content {
  background-color: #fff;
}
.loophole-content .inner-content ul.tag_list {
  display: flex;
  flex-wrap: wrap;
}
.loophole-content .inner-content ul.tag_list li.tag_list_item {
  width: 20%;
  padding: 40px 30px;
  box-shadow: 0 0 0 1px #f5f5f5;
  cursor: pointer;
}
.loophole-content .inner-content ul.tag_list li.tag_list_item img {
  width: 45px;
  height: 45px;
}
.loophole-content .inner-content ul.tag_list li.tag_list_item p {
  margin: 10px 0;
  font-size: 16px;
  color: #999999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.loophole-content .inner-content ul.tag_list li.tag_list_item .line {
  width: 60px;
  height: 2px;
  background-color: #5d63fe;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
}
/*.loophole-content .inner-content ul.tag_list li.tag_list_item:hover {*/
/*  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.41);*/
/*  transition: all 0.3s;*/
/*}*/
/*.loophole-content .inner-content ul.tag_list li.tag_list_item:hover p {*/
/*  color: #030303;*/
/*  transition: all 0.3s;*/
/*}*/
/*.loophole-content .inner-content ul.tag_list li.tag_list_item:hover .line {*/
/*  opacity: 1;*/
/*}*/
.loophole-content .inner-content ul.tag_list li.tag_list_item.active {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.41);
  transition: all 0.3s;
}
.loophole-content .inner-content ul.tag_list li.tag_list_item.active p {
  color: #030303;
  transition: all 0.3s;
}
.loophole-content .inner-content ul.tag_list li.tag_list_item.active .line {
  opacity: 1;
}
.loophole-contents {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f7faff;
  position: relative;
}
.loophole-contents .tag_content {
  position: relative;
  height: 350px;
}
.loophole-contents .tag_content li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.loophole-contents .tag_content .tag_content_item {
  display: flex;
  align-items: center;
}
.loophole-contents .tag_content .tag_content_item .left-info {
  position: relative;
  width: 34.17%;
  height: 100%;
}
.loophole-contents .tag_content .tag_content_item .left-info h3 {
  font-size: 30px;
  margin-bottom: 60px;
  color: #030303;
}
.loophole-contents .tag_content .tag_content_item .left-info p {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.loophole-contents .tag_content .tag_content_item .left-info a {
  margin-top: 80px;
  display: block;
  width: 120px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  background-color: #656bfe;
  border-radius: 40px;
}
.loophole-contents .tag_content .tag_content_item .right-img {
  width: 50%;
  margin-left: auto;
  margin-right: 58px;
}
.loophole-contents .tag_content .tag_content_item .right-img img {
  display: block;
  width: 100%;
}
.process-content .inner-content ul.process_list {
  display: flex;
  padding-top: 55px;
}
.process-content .inner-content ul.process_list li {
  width: calc(25% - 67.5px);
  margin-right: 90px;
  position: relative;
}
.process-content .inner-content ul.process_list li:last-child {
  margin-right: 0;
}
.process-content .inner-content ul.process_list li:last-child::after {
  display: none;
}
.process-content .inner-content ul.process_list li::after {
  display: block;
  content: '';
  width: 42px;
  height: 18px;
  background-image: url(../images/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -87px;
  transform: translateX(-50%) translateY(-50%);
}
.process-content .inner-content ul.process_list li .num {
  position: absolute;
  top: -55px;
  left: 50%;
  font-size: 80px;
  color: #e5e5ff;
  transform: translateX(-50%);
  font-weight: bold;
  font-style: italic;
  z-index: 1;
}
.process-content .inner-content ul.process_list li .mask {
  width: 78%;
  height: 100%;
  background-color: #d9dafe;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 1;
  border-radius: 10px;
  transform: translateX(-50%);
}
.process-content .inner-content ul.process_list li .process_list_item {
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  border-radius: 15px;
  position: relative;
  z-index: 2;
  height: 100%;
}
.process-content .inner-content ul.process_list li .process_list_item .item_content {
  position: relative;
  border: 1px solid #5d63fe;
  padding: 10px 23px;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
}
.process-content .inner-content ul.process_list li .process_list_item .item_content img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 18px auto;
  object-fit: contain;
}
.process-content .inner-content ul.process_list li .process_list_item .item_content h3 {
  font-size: 19px;
  color: #030303;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.process-content .inner-content ul.process_list li .process_list_item .item_content h3::after {
  margin: 15px auto;
  display: block;
  content: '';
  width: 47px;
  height: 3px;
  background-color: #5d63fe;
}
.process-content .inner-content ul.process_list li .process_list_item .item_content p {
  font-size: 16px;
  line-height: 28px;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.advantage-content {
  padding-top: 118px;
  padding-bottom: 80px;
  background-image: url(../images/service-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage-content .inner-content .swiper-content {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.14);
}
.advantage-content .inner-content .swiper-content .left-swiper {
  width: 26.3%;
  padding: 10px;
  overflow: hidden;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  height: 80px !important;
  display: flex;
  align-items: center;
  padding: 18px 36px;
  background-color: #f7faff;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide .left-icon {
  width: 47px;
  height: 47px;
  margin-right: 24px;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide .left-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide .left-icon img.active {
  display: none;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide .left-icon img.unactive {
  display: block;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide .right-title h5 {
  font-size: 20px;
  color: #030303;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide:hover {
  background: #5d63fe;
  transition: all 0.3s;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide:hover .left-icon img.active {
  display: block;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide:hover .left-icon img.unactive {
  display: none;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide:hover .right-title h5 {
  color: #fff;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide.active {
  background: #5d63fe;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide.active .left-icon img.active {
  display: block;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide.active .left-icon img.unactive {
  display: none;
}
.advantage-content .inner-content .swiper-content .left-swiper .swiper-slide.active .right-title h5 {
  color: #fff;
}
.advantage-content .inner-content .swiper-content .right-swiper {
  width: 73.7%;
  padding: 20px;
  overflow: hidden;
}
.advantage-content .inner-content .swiper-content .right-swiper .item {
  overflow: hidden;
  padding-top: 30px;
}
.advantage-content .inner-content .swiper-content .right-swiper .item h3 {
  font-size: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #030303;
  font-weight: bold;
  margin-bottom: 20px;
}
.advantage-content .inner-content .swiper-content .right-swiper .item p {
  font-size: 18px;
  color: #5f5f5f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #030303;
  margin-bottom: 17px;
}
.advantage-content .inner-content .swiper-content .right-swiper .item img {
  width: 100%;
  height: 372px;
  object-fit: cover;
  display: block;
}
#pro_check .inner-content .tag_list .tag_list_item {
  width: calc(33.33%);
}
#pro_check_content .tag_content {
  height: 292px;
}
#pro_check_content .tag_content .tag_content_item .right-img {
  width: 40%;
}
.test_service_process .inner-content ul.process_list li {
  width: calc(25% - 15px);
  margin-right: 20px;
}
.test_service_process .inner-content ul.process_list li:last-child {
  margin-right: 0;
}
.test_service_process .inner-content ul.process_list li::after {
  display: none;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content {
  padding: 10px 20px;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content h3 {
  margin-bottom: 5px;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content h3::after {
  display: none;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content h5 {
  font-size: 14px;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content h5::after {
  margin: 15px auto;
  display: block;
  content: '';
  width: 47px;
  height: 3px;
  background-color: #5d63fe;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content .info {
  line-height: 26px;
  text-align: left;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content .info .label {
  color: #030303;
  font-size: 16px;
}
.test_service_process .inner-content ul.process_list li .process_list_item .item_content .info span {
  text-align: left;
  font-size: 14px;
  color: #5f5f5f;
}
.test_service_process.audit_process .inner-content ul.process_list li .process_list_item .item_content .info {
  text-align: center;
  padding-bottom: 20px;
}
.test_service_process.audit_process .inner-content ul.process_list li .process_list_item .item_content .info span {
  font-size: 16px;
  line-height: 28px;
  color: #5f5f5f;
}
.must_test_content {
  background-image: url(../images/test_service_bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.must_test_content .content {
  width: 100%;
  display: flex;
  padding-top: 55px;
  padding-bottom: 70px;
  align-items: center;
}
.must_test_content .content .left-img {
  width: 25.5%;
  margin: 0 150px;
}
.must_test_content .content .right-info {
  width: 47%;
  margin-left: auto;
  color: #fff;
}
.must_test_content .content .right-info h3 {
  font-size: 26px;
}
.must_test_content .content .right-info h3::after {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  content: '';
  width: 88px;
  height: 3px;
  background-color: #fff;
}
.must_test_content .content .right-info p {
  font-size: 20px;
  line-height: 35px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.must_test_content .content .right-info a {
  margin-top: 25px;
  display: block;
  width: 120px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  background: linear-gradient(to right, #749dff, #3d75ff);
  border-radius: 40px;
  border: 1px solid #b1cdff;
}
.benefit-content {
  padding-top: 115px;
  padding-bottom: 100px;
  background-image: url(../images/service-bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit-content .inner-content ul {
  display: flex;
}
.benefit-content .inner-content ul li {
  padding: 60px 22px;
  width: calc(33.33% - 13.34px);
  margin-right: 20px;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.benefit-content .inner-content ul li:last-child {
  margin-right: 0;
}
.benefit-content .inner-content ul li a.list_item {
  display: block;
  width: 100%;
  height: 100%;
}
.benefit-content .inner-content ul li a.list_item img {
  height: 66px;
  width: 78px;
  object-fit: contain;
  margin-bottom: 35px;
}
.benefit-content .inner-content ul li a.list_item h3 {
  font-size: 28px;
  color: #030303;
  font-weight: bold;
}
.benefit-content .inner-content ul li a.list_item h3::after {
  display: block;
  content: '';
  background-color: #5d63fe;
  margin: 26px auto;
  width: 85px;
  height: 5px;
}
.benefit-content .inner-content ul li a.list_item p {
  font-size: 17px;
  line-height: 30px;
  color: #5f5f5f;
}
.benefit-content .inner-content ul li:hover {
  border: 3px solid #5d63fe;
  transform: scale(1.02) translateY(-1%);
}
.point_arrow {
  width: 50px;
  height: 40px;
  background-color: #f7faff;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -18px;
  left: 50%;
}
.whyaudit {
  background-image: url(../images/audit_bg1.jpg);
  padding-top: 120px;
  padding-bottom: 115px;
}
.whyaudit ul {
  display: flex;
}
.whyaudit ul li {
  flex: 1;
  margin-right: 23px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.37);
  background-color: #fff;
}
.whyaudit ul li:last-child {
  margin-right: 0;
}
.whyaudit ul li .img-box {
  width: 100%;
  height: 216px;
}
.whyaudit ul li .info-box {
  padding: 42px;
  text-align: left;
  position: relative;
}
.whyaudit ul li .info-box P {
  font-size: 16PX;
  line-height: 30px;
}
.whyaudit ul li .tip {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  padding: 20px;
  background: linear-gradient(to right, #6066fe, #d175fe);
}
.whyaudit ul li .tip h3 {
  font-size: 20px;
  color: #fff;
}
.audit_contents .tag_content .tag_content_item .right-img {
  width: 40%;
}
.audit_cooperate .inner-content ul li {
  padding: 60px 40px;
}
.audit_cooperate .inner-content ul li p {
  text-align: left;
}
.target-content .inner-content ul {
  width: 100%;
  display: flex;
}
.target-content .inner-content ul li {
  width: 175px;
  height: 310px;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.target-content .inner-content ul li img {
  height: 100%;
  object-fit: cover;
}
.target-content .inner-content ul li .info {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
  background-color: rgba(93, 99, 254, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}
.target-content .inner-content ul li .info img {
  width: 34px;
  height: 34px;
}
.target-content .inner-content ul li .info p {
  white-space: nowrap;
  display: none;
  margin-left: 10px;
  font-size: 26px;
  color: #fff;
}
.beian-service {
  padding-top: 115px;
  padding-bottom: 90px;
}
.beian-service .inner-content ul {
  margin-bottom: 100px;
}
.beian-service .inner-content ul li .info-box {
  text-align: center;
  padding: 30px;
}
.beian-service .inner-content ul li .info-box h3 {
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5d63fe;
  margin-bottom: 8px;
}
.beian-service .inner-content ul li .info-box p {
  font-size: 20px;
  line-height: 36px;
  color: #030303;
}
.beian-service .inner-content .unscramble {
  text-align: left;
}
.beian-service .inner-content .unscramble .unscramble-title {
  display: flex;
  overflow: hidden;
}
.beian-service .inner-content .unscramble .unscramble-title h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  color: #030303;
  position: relative;
  margin-bottom: 3px;
}
.beian-service .inner-content .unscramble .unscramble-title h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #5d63fe;
  animation: animate 2s linear infinite;
}
.beian-service .inner-content .unscramble p {
  display: inline-block;
  font-size: 18px;
  color: #030303;
  background-image: url(../images/tip_icon.png);
  background-position: left 15px;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 38px;
  line-height: 52px;
  border-bottom: 2px solid #fff;
  position: relative;
}
.beian-service .inner-content .unscramble p::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #5d63fe;
  animation: animate 6s linear infinite;
}
.beian-advantage {
  padding-top: 120px;
  padding-bottom: 70px;
  text-align: center;
  background-image: url(..//images/qiantai.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.beian-advantage .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.beian-advantage .container {
  position: relative;
  z-index: 2;
}
.beian-advantage .inner-title h3 {
  color: #fff;
}
.beian-advantage .inner-intro h5 {
  font-size: 24px;
  color: #fff;
}
.company-intro {
  padding-top: 132px;
  padding-bottom: 95px;
}
.company-intro .company-content {
  display: flex;
  margin-bottom: 110px;
}
.company-intro .company-content:last-child {
  margin-bottom: 0;
}
.company-intro .company-content .img-box {
  width: 43.833%;
  position: relative;
}
.company-intro .company-content .img-box img {
  display: block;
  position: relative;
  z-index: 2;
}
.company-intro .company-content .img-box .border {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30px;
  right: -30px;
  border: 2px solid #5d63fe;
}
.company-intro .company-content .info-box {
  width: 47%;
  color: #030303;
}
.company-intro .company-content .info-box h3 {
  font-size: 30px;
  margin-bottom: 16px;
}
.company-intro .company-content .info-box h5 {
  font-size: 24px;
  margin-bottom: 58px;
  font-weight: 400;
}
.company-intro .company-content .info-box p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.company-intro .company-content .info-box p:last-child {
  margin-bottom: 0;
}
.company-qualify {
  background-image: url(../images/beian_bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.company-qualify .qualify-content {
  display: flex;
  align-items: center;
}
.company-qualify .qualify-content .left-list {
  width: calc(50% - 48px);
  background-color: #fff;
  padding: 24px 28px;
  margin-right: auto;
}
.company-qualify .qualify-content .left-list ul {
  width: 100%;
  text-align: left;
}
.company-qualify .qualify-content .left-list ul li {
  overflow: hidden;
}
.company-qualify .qualify-content .left-list ul li p {
  font-size: 18px;
  display: inline-block;
  color: #030303;
  background-image: url(../images/tip_icon.png);
  background-position: left 15px;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 38px;
  line-height: 45px;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}
.company-qualify .qualify-content .left-list ul li p::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #5d63fe;
  animation: animate 6s linear infinite;
}
.company-qualify .swiper-button-prev {
  transform: rotateZ(180deg);
}
.company-qualify .swiper-button-prev,
.company-qualify .swiper-button-next {
  background-image: none !important;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #030303;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
}
.company-qualify .swiper-button-prev:hover,
.company-qualify .swiper-button-next:hover {
  background-color: #6f72f5;
  color: #fff;
  transition: all 0.3s;
}
.company-qualify .right-swiper {
  width: 50%;
}
.company-qualify .right-swiper .swiper {
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.company-qualify .right-swiper .swiper .swiper-wrapper {
  align-items: center;
}
.company-qualify .swiper-content {
  overflow: hidden;
}
.company-qualify .swiper-content #gallery {
  position: relative;
  padding-top: 90px;
}
.company-qualify .swiper-content #gallery .swiper-slide-active {
  transform: translateY(-20px) scale(1.1);
}
.company-qualify .swiper-content .swiper-button-prev,
.company-qualify .swiper-content .swiper-button-next {
  top: calc(50% + 45px);
}
.yzs-content {
  text-align: center;
}
.yzs-content .inner-title {
  margin-bottom: 70px;
}
.yzs-content .inner-title h5 {
  font-size: 24px;
  color: #5f5f5f;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1;
}
.yzs-protect {
  padding-top: 115px;
  padding-bottom: 100px;
}
.yzs-protect .inner-content .protect-list {
  display: flex;
}
.yzs-protect .inner-content .protect-list li {
  flex: 1;
  margin-right: 24px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.41);
}
.yzs-protect .inner-content .protect-list li:last-child {
  margin-right: 0;
}
.yzs-protect .inner-content .protect-list li .img-box {
  width: 100%;
  height: 200px;
  position: relative;
}
.yzs-protect .inner-content .protect-list li .img-box img {
  width: 100%;
  height: 100%;
}
.yzs-protect .inner-content .protect-list li .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.yzs-protect .inner-content .protect-list li .img-box .icon-box .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 18px;
}
.yzs-protect .inner-content .protect-list li .img-box .icon-box h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.yzs-protect .inner-content .protect-list li .info-box {
  padding: 25px;
  text-align: left;
}
.yzs-protect .inner-content .protect-list li .info-box p {
  font-size: 16px;
  line-height: 28px;
  color: #5f5f5f;
}
.yzs-setmeal {
  padding-top: 115px;
  padding-bottom: 100px;
  background-image: url(../images/audit_bg1.jpg);
}
.yzs-setmeal .inner-content .setmeal-list {
  display: flex;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 96, 255, 0.2);
}
.yzs-setmeal .inner-content .setmeal-list li {
  border-right: 5px solid #fff;
  box-sizing: content-box;
}
.yzs-setmeal .inner-content .setmeal-list li:first-child {
  background-color: #fff8e1;
}
.yzs-setmeal .inner-content .setmeal-list li:first-child .list-info {
  padding-top: 30%;
  background-color: transparent !important;
}
.yzs-setmeal .inner-content .setmeal-list li:last-child {
  border-right: 0;
}
.yzs-setmeal .inner-content .setmeal-list li:nth-child(2n) .list-title {
  background: linear-gradient(150deg, #8d91ff, #5d63fe);
}
.yzs-setmeal .inner-content .setmeal-list li .list-title {
  background: linear-gradient(-40deg, #8d91ff, #5d63fe);
  border-bottom: 5px solid #fff;
}
.yzs-setmeal .inner-content .setmeal-list li .list-title h3 {
  font-size: 26px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
}
.yzs-setmeal .inner-content .setmeal-list li .list-info {
  padding: 10px 20px;
  background-color: #efe9ff;
  border-bottom: 5px solid #fff;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yzs-setmeal .inner-content .setmeal-list li .list-info:last-child {
  background-color: #ecf2ff;
  border-bottom: 0;
}
.yzs-setmeal .inner-content .setmeal-list li .list-info p {
  font-size: 16px;
  line-height: 30px;
  color: #030303;
}
.yzs-setmeal .inner-content .setmeal-list li .list-info a {
  width: 120px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  background: linear-gradient(to right, #6e72fe, #9da1ff);
  text-align: center;
  display: block;
  border-radius: 50px;
}
.yzs-case {
  padding-top: 110px;
  padding-bottom: 100px;
}
.yzs-case .inner-content .target-content {
  width: 100%;
  display: flex;
}
.yzs-case .inner-content .target-content li {
  width: 190px;
  height: 336px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #d4dae6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yzs-case .inner-content .target-content li .nums {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 35px;
  padding-left: 12px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 35px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
  background: linear-gradient(to right, #2e6cef, #a59afb);
}
.yzs-case .inner-content .target-content li .img-box {
  width: 70px !important;
  height: 70px !important;
  margin: 0 auto;
  margin-bottom: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.yzs-case .inner-content .target-content li .img-box img.unactive {
  display: block;
}
.yzs-case .inner-content .target-content li .img-box img.active {
  display: none;
}
.yzs-case .inner-content .target-content li .img-box img {
  width: 100%;
  height: 100%;
}
.yzs-case .inner-content .target-content li .title-box {
  margin-bottom: 20px;
}
.yzs-case .inner-content .target-content li .title-box h3 {
  font-size: 20px;
  color: #030303;
  font-weight: 500;
}
.yzs-case .inner-content .target-content li .info-box {
  display: none;
  text-align: left;
  width: 630px;
  padding: 0 80px;
}
.yzs-case .inner-content .target-content li .info-box p {
  font-size: 16px;
  line-height: 28px;
  color: #777777;
}
.yzs-case .inner-content .target-content li.active .img-box {
  background-color: #2d6bef;
  background: linear-gradient(112deg, #5d63fe, #acafff);
  padding: 10px;
}
.yzs-case .inner-content .target-content li.active .img-box img.unactive {
  display: none;
}
.yzs-case .inner-content .target-content li.active .img-box img.active {
  display: block;
}
.yzs-case .inner-content .target-content li.active .title-box h3 {
  font-weight: 600;
}
.yzs-process {
  background-image: url(../images/yzs_bg1.jpg);
}
.yzs-process .inner-content ul.process_list li .process_list_item .item_content {
  padding: 20px;
}
.yzs-process .inner-content ul.process_list li .process_list_item .item_content .info span {
  font-size: 16px;
  line-height: 28px;
}
.yzs-basis {
  padding-top: 110px;
  padding-bottom: 100px;
}
.yzs-basis .basis-intro {
  display: flex;
}
.yzs-basis .basis-intro .intro-box {
  background-position: bottom center;
  background-repeat: no-repeat;
  flex: 1;
  margin-right: 33px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.41);
}
.yzs-basis .basis-intro .intro-box:last-child {
  margin-right: 0;
}
.yzs-basis .basis-intro .intro-box:last-child .inner-title {
  background: linear-gradient(to right, #2d6bef, #74a0fb, #9fa6fe);
}
.yzs-basis .basis-intro .intro-box .inner-title {
  background: linear-gradient(to right, #599ef9, #609cfa, #5d78f6);
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin: 0;
}
.yzs-basis .basis-intro .intro-box .inner-title h3 {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}
.yzs-basis .basis-intro .intro-box .inner-title img {
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  display: block;
}
.yzs-basis .basis-intro .intro-box ul {
  padding: 22px 14px;
  padding-bottom: 65px;
}
.yzs-basis .basis-intro .intro-box ul li {
  text-align: left;
}
.yzs-basis .basis-intro .intro-box ul li p {
  padding-left: 40px;
  background-image: url(../images/yzs_tip_icon.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 46px;
}
.yzs-protect-process {
  padding-top: 115px;
  padding-bottom: 110px;
  background-image: url(../images/audit_bg1.jpg);
}
.yzs-protect-process .inner-content ul {
  width: calc(100% - 36px);
  margin: 0 auto;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
}
.yzs-protect-process .inner-content ul li {
  width: 25%;
  position: relative;
}
.yzs-protect-process .inner-content ul li .icon-box {
  margin: 0 auto;
  position: relative;
  width: 85px;
  height: 85px;
  padding: 12px;
  border: 9px solid #e1e2ff;
  background: linear-gradient(to right, #aeb2ff, #6c72fe);
  border-radius: 50%;
  z-index: 2;
  margin-bottom: 20px;
}
.yzs-protect-process .inner-content ul li .icon-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.yzs-protect-process .inner-content ul li .icon-box .arrow {
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%) translateX(100%);
  width: 0;
  border-left: 10px solid #6c72fe;
  border-right: 10px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.yzs-protect-process .inner-content ul li .info-box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #5d63fe;
  margin-bottom: 15px;
}
.yzs-protect-process .inner-content ul li .info-box p {
  font-size: 18px;
  color: #5f5f5f;
  line-height: 30px;
}
.yzs-protect-process .inner-content ul li::after {
  display: block;
  content: '';
  width: 100%;
  height: 9px;
  background-color: #dde8ff;
  position: absolute;
  top: 38.5px;
  left: 50%;
  z-index: 1;
}
.yzs-protect-process .inner-content ul li:last-child .icon-box .arrow {
  display: none;
}
.yzs-protect-process .inner-content ul li:last-child::after {
  display: none;
}
.yzs-service .inner-content ul.tag_list li.tag_list_item {
  width: 33.33%;
}
/*.yzs-service .inner-content ul.tag_list li.tag_list_item:hover {*/
/*  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.41);*/
/*}*/
.yzs-service .inner-content ul.tag_list li.tag_list_item.active {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.41);
}
.yzs-problem {
  padding-top: 100px;
  padding-bottom: 115px;
}
.yzs-problem .inner-content ul {
  display: flex;
  flex-wrap: wrap;
}
.yzs-problem .inner-content ul li {
  width: 50%;
  padding: 25px;
  padding-top: 38px;
  border: 1px solid #d4dae6;
}
.yzs-problem .inner-content ul li .list-top {
  display: flex;
  align-items: center;
}
.yzs-problem .inner-content ul li .list-top .icon {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.yzs-problem .inner-content ul li .list-top .icon img {
  width: 100%;
  height: 100%;
}
.yzs-problem .inner-content ul li .list-top h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #030303;
  padding-bottom: 20px;
  position: relative;
  width: calc(100% - 58px);
  text-align: left;
  overflow: hidden;
}
.yzs-problem .inner-content ul li .list-top h3::before {
  width: 59.375%;
  height: 2px;
  display: block;
  content: '';
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.yzs-problem .inner-content ul li .list-top h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #5d63fe;
  animation: animate2 3s linear infinite;
}
.yzs-problem .inner-content ul li .list-info {
  text-align: left;
  padding: 0 58px;
  padding-top: 15px;
}
.yzs-problem .inner-content ul li .list-info p {
  font-size: 16px;
  line-height: 36px;
  color: #5f5f5f;
}
.yzs-case-show {
  background-image: url(../images/yzs_bg2.jpg);
}
.yzs-case-show .swiper-content #gallery {
  padding-top: 46px;
}
.yzs-case-show .swiper-content #gallery .swiper-slide {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
.firewall-problem {
  padding-top: 110px;
  padding-bottom: 75px;
}
.firewall-problem .inner-title {
  margin-bottom: 72px;
}
.firewall-problem .inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.firewall-problem .inner-content .left-content,
.firewall-problem .inner-content .middle-content,
.firewall-problem .inner-content .right-content {
  flex: 1;
}
.firewall-problem .inner-content .middle-content {
  position: relative;
  margin: 0 48px;
}
.firewall-problem .inner-content .middle-content img {
  width: 100%;
  animation: rotate 8s linear infinite;
}
.firewall-problem .inner-content .middle-content .mid-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.firewall-problem .inner-content .middle-content .mid-info .icon-box {
  width: 91px;
  height: 91px;
  margin: 0 auto;
  margin-bottom: 28px;
  border-radius: 50%;
  padding: 22px;
  background-color: #5d63fe;
  overflow: hidden;
}
.firewall-problem .inner-content .middle-content .mid-info .icon-box img {
  animation: none;
}
.firewall-problem .inner-content .middle-content .mid-info h3 {
  font-size: 18px;
  color: #5f5f5f;
}
.firewall-problem .inner-content .info-box {
  display: flex;
  padding: 20px;
  text-align: left;
  align-items: center;
}
.firewall-problem .inner-content .info-box img {
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 20px;
}
.firewall-problem .inner-content .info-box p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 28px;
}
.firewall-problem a {
  width: 220px;
  height: 55px;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 55px;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: 50px;
  background: linear-gradient(to right, #5666fb, #6376fc, #7284fc, #7887fc, #7887fc, #a48ffb);
}
.firewall-summary {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url(../images/audit_bg1.jpg);
}
.firewall-summary .summary-box {
  display: flex;
  padding: 15px;
  background-color: #fff;
}
.firewall-summary .summary-box .summary-info {
  padding: 15px;
  margin-right: 75px;
  width: calc(100% - 43.17% - 75px);
  text-align: left;
  padding-top: 35px;
}
.firewall-summary .summary-box .summary-info h3 {
  font-size: 22px;
  color: #030303;
  font-weight: bold;
  margin-bottom: 24px;
}
.firewall-summary .summary-box .summary-info p {
  font-size: 16px;
  line-height: 34px;
  color: #030303;
}
.firewall-summary .summary-box .summary-img {
  width: 43.17%;
}
.firewall-function .inner-content .target-content li {
  width: 177px;
}
.firewall-function .inner-content .target-content li .title-box h3 {
  font-size: 18px;
}
.firewall-function .inner-content .target-content li .info-box {
  width: 490px;
  padding: 0 40px;
}
.firewall-function .inner-content .target-content li.active .img-box {
  padding: 15px;
}
.firewall-scene {
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url(../images/firewall_bg1.jpg);
  text-align: center;
}
.firewall-scene .inner-content ul {
  display: flex;
  padding: 0 30px;
}
.firewall-scene .inner-content ul li {
  width: 100%;
  margin-right: 64px;
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.firewall-scene .inner-content ul li:last-child {
  margin-right: 0;
}
.firewall-scene .inner-content ul li .img-box {
  width: 174px;
  height: 115px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.firewall-scene .inner-content ul li .img-box img {
  width: auto;
  height: 100%;
}
.firewall-scene .inner-content ul li h3 {
  font-size: 24px;
  line-height: 1;
  color: #030303;
  font-weight: 500;
}
.firewall-scene .inner-content ul li a {
  display: block;
  width: 130px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  background-color: #5d63fe;
  margin: 0 auto;
  margin-top: 40px;
}
.firewall-case {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 100px;
}
.firewall-case .inner-content ul {
  display: flex;
}
.firewall-case .inner-content ul li {
  width: 25%;
  margin-right: 15px;
  border-radius: 10px;
  border: 1px solid #d4dae6;
  padding: 40px 28px;
}
.firewall-case .inner-content ul li:last-child {
  margin-right: 0;
}
.firewall-case .inner-content ul li img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.firewall-case .inner-content ul li h3 {
  font-size: 22px;
  font-weight: 500;
  color: #030303;
}
.firewall-case .inner-content ul li h3::after {
  width: 64px;
  height: 4px;
  display: block;
  content: '';
  margin: 0 auto;
  margin-top: 19px;
  margin-bottom: 23px;
  background-color: #5d63fe;
}
.firewall-case .inner-content ul li p {
  font-size: 15px;
  color: #5f5f5f;
  text-align: left;
  line-height: 26px;
}
.firewall-value {
  padding-top: 115px;
  padding-bottom: 100px;
  background-image: url(../images/firewall_bg2.jpg);
}
.firewall-value .inner-content ul {
  background-color: #fff;
}
.firewall-advantage {
  text-align: center;
  padding-top: 115px;
  padding-bottom: 90px;
}
.firewall-advantage ul {
  display: flex;
}
.firewall-advantage ul li {
  width: 25%;
  margin-right: 15px;
  padding: 28px;
  border: 1px solid #d4dae6;
  border-radius: 10px;
}
.firewall-advantage ul li img {
  width: auto;
  height: 112px;
  margin-bottom: 14px;
}
.firewall-advantage ul li h3 {
  margin-bottom: 18px;
  color: #030303;
}
.firewall-advantage ul li h3::before {
  display: block;
  content: '';
  width: 64px;
  height: 4px;
  background-color: #5d63fe;
  margin: 0 auto;
  margin-bottom: 28px;
}
.firewall-advantage ul li a {
  display: block;
  width: 100px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  border-radius: 30px;
  background-color: #5d63fe;
  margin: 0 auto;
}
.firewall-advantage ul li:last-child {
  margin-right: 0;
}
.firewall-case-show {
  padding-top: 100px;
  padding-bottom: 90px;
}
.firewall-case-show .swiper-content #gallery {
  padding-top: 46px;
}
.journal-intro {
  padding-top: 115px;
  padding-bottom: 60px;
}
.journal-intro .inner-content {
  display: flex;
}
.journal-intro .inner-content .info-box {
  text-align: left;
  width: 50%;
  padding: 15px 30px;
  color: #030303;
}
.journal-intro .inner-content .info-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
}
.journal-intro .inner-content .info-box p {
  font-size: 16px;
  line-height: 32px;
}
.journal-intro .inner-content .info-box a {
  margin-top: 30px;
  display: block;
  width: 120px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border-radius: 40px;
  background: linear-gradient(to right, #306df0, #538bf5, #70a0fa, #a697fb);
}
.journal-intro .inner-content .img-box {
  padding: 0 15px;
  margin-left: 50px;
  width: calc(50% - 50px);
}
.journal-intro .inner-content .img-box img {
  width: 100%;
}
.journal-function {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
.journal-function .inner-content ul.tag_list li.tag_list_item {
  width: 33.33%;
}
.journal-scene {
  background-image: none;
  background-color: #fff;
}
.journal-scene .inner-content ul {
  padding: 0;
}
.journal-scene .inner-content ul li {
  width: 33.33%;
  margin-right: 24px;
  border: 1px solid #d4dae6;
  border-radius: 10px;
  padding: 40px 20px;
}
.journal-scene .inner-content ul li .img-box {
  margin-bottom: 28px;
}
.journal-scene .inner-content ul li h3 {
  font-size: 20px;
}
.journal-scene .inner-content ul li a {
  margin-top: 30px;
}
.journal-model {
  text-align: center;
  background-image: url(../images/journal_bg1.jpg);
}
.journal-model .inner-content ul {
  display: flex;
}
.journal-model .inner-content ul li {
  width: 33.33%;
  position: relative;
}
.journal-model .inner-content ul li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.journal-model .inner-content ul li .tip-box {
  min-width: 150px;
  padding: 32px 36px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: linear-gradient(to right, rgba(95, 99, 254, 0.8), rgba(149, 93, 254, 0.8));
}
.journal-model .inner-content ul li .tip-box h3 {
  font-size: 18px;
  color: #fff;
}
.journal-value {
  text-align: center;
}
.journal-value .inner-content .target-content li {
  width: 25%;
}
.journal-value .inner-content .target-content li .info-box {
  width: 600px;
}
.journal-value .inner-content .target-content li.active {
  width: 50%;
}
.journal-advantage {
  background-image: url(../images/firewall_bg2.jpg);
}
.journal-advantage .inner-content ul li {
  width: 33.33%;
  background-color: #fff;
}
.journal-advantage .inner-content ul li p {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
}
.journal-advantage .inner-content ul li p::before {
  display: block;
  content: '';
  width: 64px;
  height: 4px;
  background: linear-gradient(to right, #5d63fe, #d172fe);
  margin: 0 auto;
  margin-bottom: 28px;
}
.journal-caseShow {
  padding-top: 115px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: none;
}
.journal-caseShow .swiper-content #gallery {
  padding-top: 50px;
}
.journal-caseShow .swiper-content #gallery .swiper-slide {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.database-function {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url(../images/audit_bg1.jpg);
}
.database-function .inner-content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  width: 100%;
}
.database-function .inner-content ul li {
  width: 33.33%;
  padding: 18px 50px;
  border: 1px solid #dfe3ec;
  background-color: #fff;
}
.database-function .inner-content ul li img {
  height: 110px;
  width: auto;
  margin-bottom: 35px;
}
.database-function .inner-content ul li p {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 25px;
  text-align: left;
}
.database-function .inner-content ul li.top_item {
  width: 50%;
  padding: 22px 40px;
}
.database-function .inner-content ul li.top_item img {
  margin-bottom: 30px;
}
.database-scene {
  background-color: #fff;
}
.database-case {
  text-align: center;
  background-image: url(../images/journal_bg1.jpg);
}
.database-case .inner-content ul {
  display: flex;
}
.database-case .inner-content ul li {
  padding: 15px;
  background-color: #fff;
  position: relative;
  margin-right: 60px;
}
.database-case .inner-content ul li:last-child {
  margin-right: 0;
}
.database-case .inner-content ul li img {
  width: 100%;
}
.database-case .inner-content ul li .tag_title {
  min-width: 253px;
  padding: 40px 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  text-align: center;
  background: linear-gradient(to right, rgba(95, 99, 254, 0.8), rgba(149, 93, 254, 0.8));
}
.database-case .inner-content ul li .tag_title h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.database-advantage {
  background-image: url(../images/firewall_bg2.jpg);
}
.database-advantage ul li {
  background-color: #fff;
  position: relative;
  padding-bottom: 75px;
}
.database-advantage ul li img {
  margin-bottom: 10px;
}
.database-advantage ul li h3::before {
  display: none;
}
.database-advantage ul li h3::after {
  display: block;
  content: '';
  width: 64px;
  height: 4px;
  background-color: #5d63fe;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.database-advantage ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #5f5f5f;
  text-align: left;
}
.database-advantage ul li a {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes animate {
  0% {
    left: -40px;
  }
  25% {
    left: calc(25% - 40px);
  }
  50% {
    left: calc(50% - 40px);
  }
  75% {
    left: calc(75% - 40px);
  }
  100% {
    left: calc(100% - 40px);
  }
}
@keyframes animate2 {
  0% {
    left: -40px;
  }
  25% {
    left: calc(15% - 40px);
  }
  50% {
    left: calc(30% - 40px);
  }
  75% {
    left: calc(45% - 40px);
  }
  100% {
    left: calc(59.375% - 40px);
  }
}
@keyframes rotate {
  to {
    transform: rotateZ(0deg);
  }
  from {
    transform: rotateZ(360deg);
  }
}
.iconfont {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'iconfont';
  /* Project id 2558769 */
  src: url('//at.alicdn.com/t/font_2558769_tq7iea23ce.woff2?t=1621417549543') format('woff2'), url('//at.alicdn.com/t/font_2558769_tq7iea23ce.woff?t=1621417549543') format('woff'), url('//at.alicdn.com/t/font_2558769_tq7iea23ce.ttf?t=1621417549543') format('truetype');
}
