body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: 'PingFang SC', 'Microsoft YaHei';
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

:root {
  --base-color: #0088C8;
  --primary-color: #0088C8;
  --text-color: #333333;
  --black: #000000;
  --white: #ffffff;
  --scroll: 0;
  --bg-opacity: 0;
  --menu-color: white;
  --image-filter: brightness(1000%) saturate(0%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.lizi-secondary-title {
  font-size: 2.375rem;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
}
.lizi-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lizi-header__banner {
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 136, 200, 0) 34.32%, rgba(0, 0, 0, 0.5) 95.7%);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.lizi-header__banner1 {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 136, 200, 0) 34.32%, rgba(0, 0, 0, 0.5) 95.7%);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.lizi-header__banner2 {
  width: 100%;
  /* height: 60vh; */
  background: linear-gradient(0deg, rgba(0, 136, 200, 0) 34.32%, rgba(0, 0, 0, 0.5) 95.7%);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.lizi-header__banner-title {
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--white);
}
.lizi-header__banner-sub-title {
  font-size: 2.1875rem;
  font-weight: 700;
  color: var(--white);
}
.lizi-page__path {
  font-size: 25px;
  font-weight: 400;
  color: #B1B1B1;
  padding-top: 3.125rem;
  margin: 0 9.375rem;
}
.lizi-page__content {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
  padding: 1.875rem 0;
  .lizi-page__content-title {
    font-size: 2.375rem;
    font-weight: 700;
    color: #333333;
    padding-left: 14.75rem;
  }
  img {
    width: 100%;
    object-fit: cover;
  }
}
.lizi-page__checkbox {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  .lizi-page__checkbox-header {
    display: flex;
    gap: .9375rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--black);
    img {
      width: 2rem;
      height: 2rem;
      object-fit: contain;
    }
  }
  .lizi-page__checkbox-value {
    font-size: 1.25rem;
    font-weight: 400;
    color: #6E6E6E;
    padding-left: 1.875rem;
    margin-left: .9375rem;
    position: relative;
  }
  .lizi-page__checkbox-value::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .0625rem;
    height: 100%;
    background-color: var(--primary-color);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  body {
      width: 100vw;
  }
}

body {
  color: #fff;
  font-size: .875rem;
  font-family: Arial;
  background-size: 100%;
}

label {
  max-width: inherit
}

tr,
td,
dd,
dl,
dt {
  margin: 0;
  padding: 0
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

input {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #FFF;
  /*蓝色*/
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: #0088C8;
  /*黄色*/
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  background: #000;
  /*蓝色*/
}

/*滚动条 end*/
/*有字体加入*/
@font-face {
  font-family: "Inter-BlackItalic";
  src: url("../font/Inter-BlackItalic.woff2") format("woff2"),
    url("../font/Inter-BlackItalic.woff") format("woff"),
    url("../font/Inter-BlackItalic.ttf") format("truetype"),
    url("../font/Inter-BlackItalic.eot") format("embedded-opentype"),
    url("../font/Inter-BlackItalic.svg") format("svg");
}

/*有字体加入 end*/
.news1200 {
  width: 90%;
  margin: auto;
}

.header {
  background-color: var(--base-color);
  /* background-color: rgba(2, 2, 2, .9); */
  width: 100%;
  top: 0;
  z-index: 66;
  /* position: fixed; */
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.headerMohu {
  height: 100%;
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
}

.headerMohu.headerSame {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header h1 img {
  margin: 15px 0;
  width: 90px;
  position: relative;
  z-index: 1;
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6.25rem;
    padding: 0 3rem;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
    position: fixed;
    background: rgba(255, 255, 255, var(--bg-opacity));
    transition: all 0.3s ease;
}

.nav .logo {
    width: 12.5rem;
    height: 1.875rem;
    margin: auto 0;
    /* filter: var(--image-filter); */
    transition: filter 0.3s ease;
}

.nav .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav .menu-pc {
    display: flex;
    justify-content: space-around;
    gap: 3.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: Poppins;
    overflow: hidden;
    color: var(--menu-color);
}

.nav .menu-pc .item {
    display: flex;
    align-items: end;
    height: 80%;
    color: var(--menu-color);
    font-weight: 700;
    padding: .625rem 0;
    border: .0625rem solid transparent;
    cursor: pointer;
    border-bottom: .3125rem solid transparent;
}

.nav .menu-pc .item:hover .subnav {
    display: block;
}

/* .nav .menu-pc .item:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
} */

.nav .menu-pc .item:hover::before {
    content: '';
    position: absolute;
    top: 4rem;
    width: 100%;
    height: 100px;
}

.nav .menu-pc .item.active {
    /* border: .3125rem solid transparent; */
    border-bottom: .3125rem solid var(--primary-color);
}

.nav .menu-pc .item .subnav {
    display: none;
    position: fixed;
    left: 0;
    top: 6.25rem;
    z-index: 10;
    width: 100%;
    height: 43.25rem;
    color: rgba(188, 188, 188, 1);
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem;
    backdrop-filter: blur(10px);
    cursor: default;
    margin-left: 0;
}

.nav .menu-pc .item .subnav::before {
    position: absolute;
    top: -1.6em;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 2.1875rem;
    background-color: transparent;
}

.nav .menu-pc .item .subnav .options-wrap {
    display: flex;
    color: #fff;
    padding: 30px 0;
    margin: 0 12.5rem;
}

.nav .menu-pc .item .subnav .options-wrap .menu-title {
    font-size: 1.875rem;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 3.75rem;
    margin-right: 3.125rem;
}

.nav .menu-pc .item .subnav .options-wrap .options-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem;
}

.nav .menu-pc .item .subnav .option-item {
    display: flex;
    flex-direction: column;
    width: 22rem;
    height: 14.4rem;
    padding: 0;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    .lizi-menu-pc__options-list-item__img {
        flex: 1 0 0;
        width: 100%;
        height: 8.6875rem;
        background-color: var(--white);
    }
    .lizi-menu-pc__options-list-item__title-text {
        flex: 1;
        font-size: .75rem;
        font-weight: 600;
    }
}

.nav .menu-pc .item .subnav .option-item .option-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
    height: 3.0625rem;
    padding: 0 1.6875rem;
    background-color: #ADADAD;
}

.nav .menu-pc .item .subnav .option-item .option-title:hover {
    background-color: var(--primary-color);
}

.nav .menu-pc .item .subnav .option-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav .menu-pc .item .subnav .option-item.active .option-title {
    background-color: var(--primary-color);
}

.nav .menu-mobile {
    display: none;
}

.nav .menu-mobile .menu-options {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    color: #000;
    font-size: 2.8rem;
    background-color: rgba(0, 0, 0, .3);
}

.nav .menu-mobile .menu-options.active {
    display: block;
}

.nav .menu-mobile .menu-options .wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #fff;
}

.nav .menu-mobile .menu-options .wrapper .item {
    display: block;
    width: 100%;
    color: #8d8d8d;
    border-bottom: 1px solid #eaeaea;
    padding: 1.4rem 2.6rem;
}

.nav .menu-mobile .menu-options .wrapper .item:has(.options.active) {
    border-bottom: 1px solid #eaeaea;
}

.nav .menu-mobile .menu-options .wrapper .item .options {
    display: none;
    padding-left: 2rem;
}

.nav .menu-mobile .menu-options .wrapper .item .options.active {
    display: block;
}

.nav .menu-mobile .menu-options .wrapper .item .options .option-item {
    display: block;
    margin: 1.4rem 2.6rem;
}

@media screen and (max-width: 900px) {
    .nav {
        height: 7rem;
        padding: 0 1em;
        background-color: var(--primary-color);
    }

    .nav .logo {
      width: 12.5rem;
      height: 1.875rem;
      margin: auto 0;
      filter: var(--image-filter);
      transition: filter 0.3s ease;
    }

    .nav .menu-pc {
        display: none;
    }

    .nav .menu-mobile {
        display: block;
    }

    .nav .menu-mobile .icon {
        width: 4rem;
        height: 4rem;
    }
}

/*moblie*/
.black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.6;
  display: none;
  z-index: 900;
}

.black.menuOpen {
  display: block;
}

.menuBtn {
  transition: 400ms 300ms;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menuBtn img {
  width: 30px;
  margin: 1.5rem 2rem;
}

.menuBtnShow {
  transition: 400ms 300ms;
  background-color: #174F90;
}

.menuBtnShow .line {
  background-color: #fff;
}

.menuBox {
  z-index: 9999;
  background: #fff;
  position: fixed;
  right: -100%;
  top: 0px;
  width: 300px;
  height: 100%;
  overflow: hidden;
  transition: 400ms;
}

.menuBoxShow {
  right: 0px;
}

/* .navMobile dd {
  display: block;
  width: 100%;
} */


.navMobile dd a {
  text-transform: uppercase;
  display: block;
  padding: 10px 34px 10px 18px;
  line-height: 1.4;
  font-size: 15px;
  /* color: #8d8d8d; */
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  box-sizing: border-box;
}

.navMobile dd a:hover {
  background-color: var(--primary-color);
  color: #fff;
}



.navMobile dd.dlin1 p a.cur {
  background-color: #000;
}

.navMobile dd .msubnav {
  background-color: #fff;
  display: block;
}

.navMobile dd .msubnav a {
  color: #8d8d8d;
  position: relative;
  padding-left: 36px;
  background: url(../images/l.png) no-repeat scroll 18px center #e6e6e6;
}

.bgSLL {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 388px;
  background-position: center;
  position: absolute;
  width: 100%;
  /* top: -145px; */
}

.bgSLL img {
  width: 100%;
}

.bannerGorm {
  height: 290px;
  position: relative;
}

.banerText {
  text-align: center;
  position: relative;
  margin: auto;
  /* height: 200px;
  padding-top: 145px; */
}

.bannerGorm .leftBox {
  background-image: url(../images/left.png);
}

.bannerGorm .sameBox {
  background-repeat: no-repeat;
  background-size: cover;
  width: 160px;
  height: 288px;
}

.bannerGorm .centerBox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.bannerGorm .rightBox {
  background-image: url(../images/right.png);

}

.banerText h2 {
  font-family: "Inter-BlackItalic";
  font-size: 17px;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 0px;
}

.banerText h2 span {
  font-size: 22px;
  color: #0088C8;
}

.banerText .banerTextBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banerTextBox .ban {
  margin: 20px 0;
  width: 33.3%;

}
.serverTextBox .ban a{
  background-color: #0088C8;
  border-radius: 15px;
  padding: 5px 20px;
  margin: 0 5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 50px;
  box-sizing: border-box;
}
.banerTextBox .ban a {
  background-color: #0088C8;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 0 5px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 70px;
  box-sizing: border-box;
}
.serverTextBox .ban p,
.banerTextBox .ban p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
  /*text-transform: uppercase;*/
  font-weight: 600;
}
.banerTextBox .ban p.pc{
  display: block;
}
.banerTextBox .ban p.moblie{
  display: none;
}
.serverTextBox .ban span,
.banerTextBox .ban span {
  color: #fff;
  font-size: 12px;
  display: none;
  text-transform: uppercase;
}
.serverTextBox .ban a:hover,
.banerTextBox .ban a:hover {
  background-color: #000;

}

.titleAll {
  text-align: center;
}

.titleAll h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 2px;
}

.titleAll h4 span {
  font-size: 20px;
}

.titleAll span {
  color: #0088C8;
  font-size: 16px;
  margin: 20px 0;
  display: inline-block;
}

.titleAll .line {
  width: 36px;
  height: 6px;
  background-color: #0088C8;
  border-radius: 15px;
  margin: 0 auto 10px;
}

.company {
  padding-top: 30px;
  margin-bottom: 60px;
}

.company .pText {
  width: 90%;
  margin: auto;
}

.pText {

  text-align: center;
  margin: auto;
}

.pText p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
}

.pText p span {
  color: #0088C8;
}

.industry .pText {
  width: 90%;
}

.numberaaa {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 60px 0;
}

.numberaaa .number_box {
  margin: 0 20px;
}

.numberaaa .number_box img {
  width: 40px;
  height: 31px;
  margin-bottom: 0px;
}

.numberaaa font,
.numberaaa span {
  font-size: 28px;
  font-weight: 600;
}

.numberaaa .number_box p {
  font-size: 14px;
  margin-top: 10px;
}

/* .industry {
  margin-bottom: 40px;
} */

.industry .texthing {
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  width: 90%;
  margin: auto;
}

/* .compete {
  margin-bottom: 40px;
} */

.compete .competeBox ul {
  /* display: flex; */
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

.compete .competeBox ul li {
  width: 90%;
  text-align: center;
  margin: 20px auto;
}

.compete .competeBox ul li img {
  width: 50px;
  height: 45px;
  margin-bottom: 10px;
}

.compete .competeBox ul li p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.compete .competeBox ul li span {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.footer {
  background-color: rgba(105, 121, 209, 0.13);
  padding: 8rem;
  padding-bottom: 0;
}

.footer .logo {
  width: 8.6875rem;
  height: 1.9375rem;
  margin-bottom: 2rem;
}

.footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .content {
  display: flex;
  justify-content: space-between;
}

.footer .content .declare {
  width: 18.625rem;
  height: 12.375rem;
  color: rgba(188, 188, 188, 1);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.footer .content .menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.footer .content .menu .item {
  flex: 50%;
}

.footer .content .menu .item .title {
  color: #fff;
}

.footer .content .menu .item .option {
  color: #BCBCBC;
  padding: .5em 0;
}

.footer .channel {
  display: flex;
  align-items: center;
  padding: 1em 0;
}

.footer .channel .item {
  margin-right: 1.4em;
}

.footer .report {
  color: #BCBCBC;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-align: center;
  padding: 2em 0;
}

@media screen and (max-width: 900px) {
  .footer {
      padding: 3rem 2rem;
      padding-bottom: 0;
  }

  .footer .logo {
      margin: 0 auto;
      margin-bottom: 2rem;
  }

  .footer .content {
      flex-direction: column;
  }

  .footer .content .declare {
      width: auto;
      height: auto;
      font-size: 2rem;
      line-height: 1.5;
  }

  .footer .content .menu {
      margin: 3em 0;
  }

  .footer .content .menu .item .title {
      font-size: 2rem;
  }

  .footer .content .menu .item .option {
      font-size: 1.5rem;
      padding: 0;
      margin: 1.5rem 0;
  }

  .footer .channel {
      justify-content: center;
  }

  .footer .channel .item svg {
      width: 5rem;
      height: 5rem;
      margin: 3rem 0;
  }

  .footer .report {
      padding: 1em 0;
  }
}

.footerTopIcon {
  margin-top: 30px;
}

.footerTopIcon ul .footerTe .exclude {
  width: 50px;
  height: 50px;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.footerTopIcon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footerTopIcon ul li {
  margin: 0 20px;
  position: relative;

}

.footerTopIcon .footerTe .exclude img {
  height: 20px;
}

.footerTopIcon ul .footerTe p {
  font-size: 13px;
  color: #f6f6f6;
  margin-top: 10px;
}

.footerTopIcon ul .footerTeBox {
  display: none;
  position: absolute;
  top: -159px;
  background-color: #fff;
  padding: 5px;
  border-radius: 15px;
  left: 50%;
  margin-left: -70px;
}

.footerTeBox img {
  width: 130px;
}

.footerTopIcon ul .footerTeBox::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}
.footerTopIcon ul li .ss,
.footerTopIcon ul li:hover .aa{
  background-color: #0088C8!important;
}


.footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.footerBottom .footerBottomLeft {
  width: 100%;
  text-align: center;
  position: relative;

}

.footerBottom .footerBottomLeft img {
  width: 50px;
  margin-bottom: 20px;
}

.footerBottom .footerBottomLeft p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  font-weight: 300;
}

.footerBottom .footerBottomRight {
  display: none;
}

.footerBottom .footerBottomRight dl {
  margin-left: 50px;
}


.footerBottom .footerBottomRight dl dt {
  font-size: 16px;
  color: #0088C8;
  margin-bottom: 40px;
  font-weight: 600;
}

.footerBottom .footerBottomRight dl dd a {
  display: block;
  color: rgba(246, 246, 246, 0.7);
  margin-top: 18px;
  font-size: 18px;
  font-weight: 300;
}

.footerBottom .footerBottomRight dl dd a:hover {
  color: #0088C8;
}

.brandBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.brandSecond {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.brandBox .brandBoxImg {
  margin: 0;
  text-align: center;
}

.brandBox .brandBoxImg img {
  width: 95%;
  /* animation: rotate-ani 2s linear infinite; */
}

/* @keyframes rotate-ani {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
} */

.brandSecondTotal {
  margin: 120px 0 80px;
}

.brandSecondBox {
  width: 80%;
  height: 60px;
  border-radius: 15px;
  border: 2px solid #000;
  font-size: 16px;
  margin: 20px auto;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  text-align: center;
}

.brandSecondBox a {
  width: 100%;
  height: 100%;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;

}


.iccBoxFirst {
  /* height: 100vh; */
  justify-content: center;
  align-items: center;
}

.iccBoxFirst .iccBoxFirstCenter {
  margin-top: 50px;
}

.iccBoxFirstImg {
  background-image: url(../images/cgahua.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
  height: 280px;
  background-size: contain;
  margin: auto;
}

.iccBoxFirstImg .role {
  position: absolute;
}

.iccBoxFirstImg .role1 {
  left: 50%;
  top: 50%;
  width: 157px;
  margin-left: -145px;
  margin-top: -49px;
}

.iccBoxFirstImg .role2 {
  right: 50%;
  bottom: 50%;
  width: 30px;
  margin-right: -160px;
  margin-bottom: -123px;
}

.iccBoxFirstImg .role img {
  max-width: 100%;
}

.shake-vertical {
  -webkit-animation: shake-vertical 5.3s cubic-bezier(0.43, 0.1, 0.58, 0.96) infinite alternate both;
  animation: shake-vertical 5.3s cubic-bezier(0.43, 0.1, 0.58, 0.96) infinite alternate both
}

@keyframes shake-vertical {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  20% {
    -webkit-transform: translateY(-1.7px);
    transform: translateY(-1.7px)
  }

  40% {
    -webkit-transform: translateY(3.3px);
    transform: translateY(3.3px)
  }

  60% {
    -webkit-transform: translateY(-6.3px);
    transform: translateY(-6.3px)
  }

  80% {
    -webkit-transform: translateY(9.3px);
    transform: translateY(9.3px)
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
}

.iccBoxFirstcompany {
  width: 90%;
  text-align: center;
  margin: auto;
}

.iccBoxFirstcompany h4 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 50px 0 15px
}

.iccBoxFirstcompany .pText p {
  font-size: 14px;
  line-height: 26px;
}

.iccBoxFirst .more {
  font-size: 14px;
  text-align: center;
  display: block;
  color: #000;
  margin: 20px 0 40px;
  font-weight: 600;

}

.iccBoxFirst .more span {
  position: relative;
}

.iccBoxFirst .more span:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  left: 0;
  height: 1px;
  background-color: #000;
}

/* .iccBoxFirst .more span:hover:after{
  display: block;

} */

.iconButton {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconButton a {
  width: 180px;
  height: 53px;
  border-radius: 10px;
  background-color: #0088C8;
  color: #fff;
  letter-spacing: 0px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin: 0 9px;
  padding-top: 10px;
}

.iconButton a:hover {
  background-color: #000;
}

.iccBoxThird,
.iccBoxSecond {
  padding: 50px 0 0;
}

.iccBoxSecondBox {
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
}

.iccBoxSecondBox .iccBoxSecondBoxSame {
  height: auto;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  font-size: 14px;
  padding: 20px 32px 20px 34px;
  box-sizing: border-box;
  color: #fff;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}


.iccBoxSecondBox .iccBoxSecondBoxThree {
  background-color: #0088C8;
  margin-right: auto;
  width: 90%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 0;
}

.iccBoxSecondBox .iccBoxSecondBoxFour {
  background-color: #0088C8;
  width: 90%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 0;
}

.iccBoxSecondBox .iccBoxSecondBoxOne {
  width: 90%;
  background-color: #000;
}

.iccBoxSecondBox .iccBoxSecondBoxTwo {
  width: 90%;
  background-color: #000;
}

.iccBoxSecondBox .iccBoxSecondBoxFive {
  width: 90%;
  background-color: #000;
}

.iccBoxThirdBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.iccBoxThirdBox .iccBoxThirdBoxOne {
  width: 45%;
  height: 120px;
  border: 2px solid #000;
  border-radius: 15px;
  margin: 1%;
}

.iccBoxThirdBox .iccBoxThirdBoxOne h5 {
  background-image: url(../images/6092.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 150px;
  height: 47px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  text-align: center;
}

.iccBoxThirdBox .iccBoxThirdBoxOne p {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.iccBoxThirdBox .iccBoxThirdBoxOne p.pc{
  display: block;
}
.iccBoxThirdBox .iccBoxThirdBoxOne p.moblie{
  display: none;
}
.iccBoxFourBox {
  background-color: #0088C8;
  height: auto;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  overflow: hidden;
  margin: 40px 0;
}

.iccBoxFourBox p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  width: 100%;
  font-weight: 300;

}

.iccBoxFourBox i {
  position: absolute;

  width: 150px;
  height: 150px;
  right: 17px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.iccBoFourall i {
  background-image: url(../images/Frame.png);
}

.iccBoxSixBox i {
  background-image: url(../images/souss.png);
}

.iccBoxFiveBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 30px;
}

.iccBoxFiveBox .iccBoxFiveBoxOne {
  border: 2px solid #000;
  width: 45%;
  height: 100px;
  border-radius: 15px;
  margin: 30px 0;
}

.iccBoxFiveBox .iccBoxFiveBoxOne .iccBoxFiveBoxOneImg {
  text-align: center;

  width: 90px;
  height: 90px;
  position: relative;
  margin: auto;
  margin-top: -45px;
}

.iccBoxFiveBox .iccBoxFiveBoxOne .iccBoxFiveBoxOneImg img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.iccBoxFiveBox .iccBoxFiveBoxOne .iccBoxFiveBoxOneImg h4 {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}

.iccBoxFiveBoxOne p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

.iccBoxFiveBoxOne:hover img {
  transform: scale(1.1)
}


.iccBoxSevenbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.iccBoxEightBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.iccBoxSevenbox .iccBoxSevenboxOne {
  text-align: center;
  width: 50%;
}

.iccBoxSevenbox .iccBoxSevenboxOne img {
  width: 50px;
  height: 50px;
  margin: 20px 0;
}

.iccBoxSevenbox .iccBoxSevenboxOne .iccBoxSevenboxOneFirst {
  width: 170px;
  height: 70px;
  border-radius: 15px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

}

.iccBoxSevenbox .iccBoxSevenboxOne .iccBoxSevenboxOneFirst p {
  font-size: 16px;
  font-weight: 600;
}

.iccBoxNine,
.iccBoxEight {
  padding-top: 60px;
}

.iccBoxEightBoxOne {
  border: 2px solid #000;
  border-radius: 15px;
  height: auto;
  width: 100%;
  position: relative;
}

.iccBoxEightBoxOne h5 {
  background-image: url(../images/6092.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 150px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  text-align: center;
}

.iccBoxEightBoxOne:nth-of-type(1) {
  margin-bottom: 10px;
}

.iccBoxEightBoxOne ul {
  padding: 10px;
  margin: 40px 0;
}

.iccBoxEightBoxOne ul li {
  border-bottom: 1px solid #0088C8;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.iccBoxEightBoxOne ul li i {
  background-image: url(../images/dui.png);
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.iccBoxEightBox .iccBoxEightBoxOne .buton {
  position: inherit;
  bottom: 40px;
  left: 0;
  right: 0px;
  margin: auto;
}

.iccBoxEightBox .iccBoxEightBoxOne .buton a {
  margin: auto;
  width: 220px;
  height: 40px;
  font-size: 14px;
  border-radius: 15px;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 600;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.iccBoxEightBox .iccBoxEightBoxOne .buton a i {
  background-image: url(../images/svg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;

}

.iccBoxEightBox .iccBoxEightBoxOne .buton a:hover {
  background-color: #000;
  color: #fff;
}

.iccBoxEightBox .iccBoxEightBoxOne .buton a:hover i {
  background-image: url(../images/svg1.png);
}

.iccBoxNineBox .iccBoxNineBoxFirst p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;

}

.iccBoxNineBox .iccBoxNineBoxFirst:nth-of-type(even) img {
  margin-right: 27px;
}

.iccBoxNineBox .iccBoxNineBoxFirst p span {
  font-size: 18px;
}

.iccBoxNineBox .iccBoxNineBoxFirst img {
  width: 40px;
  height: 40px;
}

.iccBoxNineBox .iccBoxNineBoxFirst {
  height: auto;
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
}

.iccBoxNineBox .iccBoxNineBoxFirst:nth-of-type(even) {
  background-color: #000;
  border-bottom-right-radius: 0;
}

.iccBoxNineBox .iccBoxNineBoxFirst:nth-of-type(odd) {
  background-color: #0088C8;
  border-bottom-left-radius: 0;
}

.iccBoxNine .ttText {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-left: 20px;
  /* margin-bottom: 80px; */
  box-sizing: border-box;
}

.iccBoxNine .ttText::before {
  content: " • ";
  position: absolute;
  top: 0;
  left: 0;
}

.server .serverFirst {
  background-image: url(../images/bgh.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.server .serverFirst h3 {
  font-size: 38px;
  color: #0088C8;
  font-weight: bold;
  font-family: "Inter-BlackItalic";
}

.server .serverFirst .p1 {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  font-family: "Inter-BlackItalic";
  margin-bottom: 40px;
}

.serverSecond {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.serverThree {
  margin-top: 40px;
}

.serverThreeBox {
  margin-top: 40px;
}

.serverThreeTotal {
  width: 100%;
  margin: auto;
}

.serverSecond .serverSecondFirst {
  width: 33.3%;
  text-align: center;
  margin: 30px 0;
}

.serverSecond .serverSecondFirst img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.serverSecond .serverSecondFirst .number span {
  font-size: 28px;
  font-weight: bold;
}

.serverSecond .serverSecondFirst .number sub {
  font-size: 30px;
  font-weight: bold;
  top: -4px;
  position: relative;
}

.serverSecond .serverSecondFirst p {
  font-size: 14px;
  color: #000;
}

.serverThree .serverThreeBox {
  text-align: center;
}

.serverThree .serverThreeBox .serverThreeBoxTop {
  font-size: 14px;
  width: 100%;
  margin: auto;
}

.serverThree .serverThreeBox .line {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background-color: #0088C8;
}

.serverThreeTotal .serverThreeBoxFirst {
  border: 2px solid #0088C8;
  width: 100%;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px auto;
}

.serverThreeTotal .serverThreeBoxFirst .textFir p {
  font-size: 15px;
}

.serverThreeTotal .serverThreeBoxFirst .textFir span {
  font-size: 30px;
  color: #0088C8;
  font-weight: bold;
  /* animation: fireworks 2s infinite; */
  display: inline-block;
}

/* @keyframes fireworks {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.2);
  }

} */

.serverThreeTotal .serverThreeBoxFirst .textFir sub {
  font-size: 30px;
  color: #0088C8;
  position: relative;
  top: -4px;
  font-weight: bold;
}

.serverFour {
  margin: 60px 0;
}

.serverFourBox {
  background-color: #E0EAF3;
  border-radius: 15px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.serverFourBox .serverFourBoxLeft {
  width: 100%;
  margin-bottom: 10px;
}

.serverFourBox .serverFourBoxRight {
  width: 100%;
}

.serverFourBox .serverFourBoxSame {
  background-color: #0088C8;
  border-radius: 15px;
  height: 100%;
  flex-shrink: 0;
}

.serverFourBox .serverFourBoxSame .topCenter {
  height: 40px;
  background-color: #000;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.serverFourBox .serverFourBoxSame .topBottom {
  padding: 10px;
  box-sizing: border-box;
}

.serverFourBox .serverFourBoxSame .topBottom img {
  max-width: 100%;
}

.serverFive .titleAll span {
  margin: 20px 0;
}

.serverFivebox {
  background-color: #E0EAF3;
  border-radius: 15px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.serverFivebox .serverFiveboxRight,
.serverFivebox .serverFiveboxLeft {
  width: 48.5%;
  flex-shrink: 0;
  height: 100%;
  border-radius: 15px;
}

.serverSixBox img,
.serverFivebox img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.serverFivebox .serverFiveboxLeft .serverFiveboxLeftTop {
  border-radius: 15px;
}

.serverFivebox .serverFiveboxLeft .serverFiveboxLeftTop:nth-of-type(1) {
  margin-bottom: 10px;
}

.serverSixBox .serverSixBoxBottom .serverSixBoxBottomLeft:hover img,
.serverSixBox .serverSixBoxtop .serverSixBoxtopCenter:hover img,
.serverSixBox .serverSixBoxtop .serverSixBoxtopLeft:hover img,
.serverFivebox .serverFiveboxLeft .serverFiveboxLeftTop:hover img,
.serverFivebox .serverFiveboxRight:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.serverSixBox {
  background-color: #E0EAF3;
  border-radius: 15px;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
}

.serverSixBox .serverSixBoxBottom,
.serverSixBox .serverSixBoxtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.serverSixBox .serverSixBoxtop {
  margin-bottom: 10px;
}

.serverSixBox .serverSixBoxtop .serverSixBoxtopLeft {
  width: 23%;
  border-radius: 15px;
}

.serverSixBox .serverSixBoxtop .serverSixBoxtopCenter {
  width: 49%;
  border-radius: 15px;
}

.serverSixBox .serverSixBoxBottom .serverSixBoxBottomLeft {
  width: 48.5%;
  border-radius: 15px;
}

/* .webSite{
  background-image: url(../images/bhjk.png);
  background-repeat: no-repeat;
  background-size: contain;
} */
.webSiteFirst {
  background-image: url(../images/bhjk.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-color: #f6f6f6;
  /* padding-bottom: 0px; */
}

.webSiteFirst .webSiteFirstBoxTotak {
  height: auto
}

.webSiteFirst .webSiteFirstBox {
  padding: 90px 0;
  /* height: calc(100vh - 100px); */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-top: 90px;
  padding-bottom: 40px; */
}

.webSiteFirst .webSiteFirstText {
  width: 100%;
  margin: auto;
}

.webSiteFirst .webSiteFirstText p {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.webSiteFirst .webSiteFirstText p span {
  color: #0088C8;
}

.webSite .webSiteFirstbottoom {
  width: 100%;
}

.webSite .webSiteFirstbottoom img {
  width: 100%;
}

.webSiteThree ul li {
  width: 45%;
  height: 141px;
  margin: 12px 5px;
}

.webSiteThree ul li .webSiteThreeTop {
  height: 37px;
  background-color: #0088C8;
  border: 2px solid #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}

.webSiteThree ul li .webSiteThreeTop span {
  font-size: 16px;
  margin-right: 5px;
}

.webSiteThree ul li .webSiteThreeBottom {
  height: 110px;
  border: 2px solid #000;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  box-sizing: border-box;
}

.webSiteThree ul li .webSiteThreeBottom h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.webSiteThree ul li .webSiteThreeBottom p {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.webSiteThree ul li .webSiteThreeBottom span {
  font-size: 10px;
  color: #000;
  text-align: right;
  display: block;
  font-weight: bold;
  margin-top: 15px;
}

.webSiteThree ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.webSiteFour,
.webSiteFive,
.webSiteThree {
  margin-bottom: 100px;
}

.webSiteThree .ttr {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 26px;
}

.webSiteFiveBox .webSiteFiveBoxFirst {
  width: 50%;

  float: left;
}

.webSiteFiveBoxFirstImg {
  border-radius: 15px;
  margin: 5px;
  position: relative;

  /* transition: top 1s;
  transition-timing-function: ease-in-out; */
}

.webSiteFiveBoxFirstImg img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.webSiteFiveBox .webSiteFiveBoxFirst .webSiteFiveBoxFirstImg:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);

}

.webSiteFour .webSiteFourBottom {
  width: 228px;
  height: 107px;
  background-color: #E0EAF3;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  border: 2px solid #000;
}

.webSiteFour .webSiteFourBottom h4 {
  font-size: 22px;
  font-weight: bold;
}

.webSiteFour .webSiteFourBottom p {
  font-size: 14px;
  font-weight: bold;
}

.webSiteFour .webSiteFourTop {
  margin: 50px 0;
}

.webSiteFour .webSiteFourTop .swiper-slide .cirle {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: relative;
}

.webSiteFour .webSiteFourTop .swiper-slide {
  padding: 20px 0;
  text-align: center;
}

.webSiteFour .webSiteFourTop .swiper-slide .cirle::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  background-color: #0088C8;
  left: 0;
  right: 0;
  margin: auto;
  top: -8px;
  box-shadow: 0px 1px 3px #acacac;
}

.webSiteFour .webSiteFourTop .swiper-slide h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 0;
}

.webSiteFour .webSiteFourTop .swiper-slide p {
  font-size: 14px;
  color: #0088C8;
  font-weight: bold;
}

.height130 {
  height: 60px;
}

.iccBoxTen {
  /* margin-bottom: 50px; */
  padding-top: 90px;
}

.iccBoxTenFirst {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 40px auto 20px;
 
}

.iccBoxTenFirst .iccBoxTenFirstBox {
  width: 44%;
  height: 97px;
  background-color: #000;
  margin:10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.iccBoxTenSame {
  flex-shrink: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.iccBoxTenSame img {
  max-width: 100%;
}


.lizi-container {
  width: 1200px;
  text-align: center;  
  margin: 0 auto;
}

.lizi-container .title {
  font-size: 35px;
  font-weight: 550;
  margin: 2em 0;
}

.lizi-container .sub-title {
  font-size: 14px;
  font-weight: 500;
  padding: 3em 0;
}

.lizi-container .sub-title .text {
  position: relative;
}

.lizi-container .sub-title .text::before, .lizi-container .sub-title .text::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 2px;
  background-color: #f29485;
}

.lizi-container .sub-title .text::before {
  right: 100%;
}

.lizi-container .sub-title .text::after {
  left: 138%;
}

.lizi-container .options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  cursor: default;
}

.lizi-container .options .item {
  text-align: left;
  padding: 2px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 7px 3px 6px #ccc;
}

.lizi-container .options .item .images {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.lizi-container .options .item .brief {
  padding: .5rem;
}

.lizi-container .options .item .brief .number {
  display: flex;
  align-items: center;
  color: #5d5d5d;
  font-size: 12px;
}

.lizi-container .options .item .brief .number::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #f29485;
  border-radius: 50%;
  margin-right: .5rem;
}

.lizi-container .options .item .brief .item-title {
  font-size: 16px;
  font-weight: 550;
  padding: .5rem 0;
}

.lizi-container .options .item .brief .content {
  color: #5d5d5d;
  font-size: 14px;
}

.lizi-container .options .item .brief .content .text {
  height: 61px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
}

.lizi-container .options .item .brief .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lizi-container .options .item .brief .item-footer .date {
  display: flex;
  align-items: center;
  color: #afacac;
  font-size: 12px;
}

.lizi-container .options .item .brief .item-footer .date .icon {
  display: flex;
  align-items: center;
}

.lizi-container .options .item .brief .item-footer .date .time {
  margin-left: .2rem;
}

.lizi-container .options .item .brief .item-footer .link {
  display: flex;
  align-items: center;
  color: #f29485;
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
}

.lizi-container .options .item .brief .item-footer .link .icon {
  display: flex;
  align-items: center;
  margin-left: .2rem;
}

.lizi-container .personage {
  padding: 0 4rem;
  margin-top: -2rem;
  cursor: default;
}

.lizi-container .personage .item {
  display: flex;
  align-items: center;
  text-align: left;
}

.lizi-container .personage .item .images {
  width: 20rem;
  height: 20rem;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 4rem;
}

.lizi-container .personage .item .images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lizi-container .personage .item .title {
  margin: 0;
}

.lizi-container .personage .item .content {
  color: #5d5d5d;
  padding: 1em 0;
}

.lizi-container .personage .item .button {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #f15e4b;
  padding: .2em 1.4rem;
  border-radius: 5px;
  cursor: pointer;
}

.lizi-container .personage .item .button .icon {
  display: flex;
  align-items: center;
  margin-left: .4rem;
}

.lizi-container .mentor {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  column-gap: 3rem;
  justify-content: center;
  padding-top: 1rem;
}

.lizi-container .mentor .item {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 300px;
}

.lizi-container .mentor .item .avatar {
  position: relative;
  display: flex;
  justify-content: center;
}

.lizi-container .mentor .item .avatar::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 130px;
  height: 130px;
  background-color: #f15e4b;
  border-radius: 50%;
}

.lizi-container .mentor .item .introduce .name {
  margin: .4em 0;
  text-decoration: underline;
}

.lizi-container .mentor .item .introduce .identity {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.lizi-container .mentor .item .introduce .identity .em {
  color: #f15e4b;
  font-weight: 550;
}

.iccBoxTenVideo {
  width: 200px;
  height: 300px;
  /* flex-shrink: 0;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  margin: 10px; */
}

.iccBoxTenVideo img {
  max-width: 100%;
}

.iccBoxTenLeft {
  flex-shrink: 0;
  border-radius: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 10px;
}

.iccBoxTenLeft img {
  max-width: 100%;
}

.iccBoxTenRight {
  flex-shrink: 0;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.iccBoxTenRight img {
  max-width: 100%;
}

.iccBoxTenAvatar {
  flex-shrink: 0;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.iccBoxTenAvatar img {
  max-width: 100%;
}

/* .iccBoxTenSecond .iccBoxTenSecondFirst:hover {
  background-color: #000;
} */

.iccBoxTenFirst .iccBoxTenFirstBox:hover {
  background-color: #0088C8;
}

.iccBoxTenSecond .iccBoxTenSecondFirst {
  width: 44%;
  height: 70px;
  background-color: #0088C8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.iccBoxTenSecond {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;

}



.lizi-index {
    width: 100vw;
    overflow: hidden;
}

.lizi-index .container-title {
    color: var(--black);
    font-size: 2.375rem;
    font-weight: 700;
    text-align: center;
}

.lizi-index .container-title .em {
    font-weight: 550;
}

.lizi-index .sub-title {
    max-width: 50rem;
    color: #818181;
    font-size: 1.5625rem;
    font-size: 400;
    margin: 2.75rem auto;
    text-align: center;
}

.lizi-index .swiper-wrapper {
    position: relative;
}

.lizi-index .swiper-wrapper .list-wrap {
    overflow: hidden;
}

.lizi-index .swiper-wrapper .list-wrap .list {
    display: flex;
    transition: .3s;
}

.lizi-index .swiper-wrapper .list-wrap .list .item {
    flex: 1 0 0;
    min-width: 100%;
}

.lizi-index .swiper-wrapper .list-wrap .list .item img {
    width: 100%;
    object-fit: contain;
}

.lizi-index .swiper-wrapper .button {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 1.875rem;
    transform: translateX(-50%);
    /* padding: .625rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: .9375rem; */
}

.lizi-index .swiper-wrapper .button .item {
    width: 6.25rem;
    height: .375rem;
    background-color: #fff;
    border: .1875rem solid transparent;
    margin: 0 .625rem;
    cursor: pointer;
    position: relative;
}

.lizi-index .swiper-wrapper .button .item.active {
    width: 7.5rem;
    height: .625rem;
    background-color: rgba(0, 136, 200, 1);
}

.lizi-index .swiper-wrapper .button .item.active::before {
    background-color: #fff;
}

.lizi-index .images-text {
    display: flex;
    gap: 3.0625rem;
    color: #000;
    padding: 5rem 3.125rem;
    padding-left: 4.3125rem;
    padding-top: 8.0625rem;
    background-color: #fff;
    position: relative;
    margin-bottom: 10rem;
}

.lizi-index .images-text .video, .lizi-index .images-text .text {
    flex: 1 0 0;
}

.lizi-index .images-text .video {
    position: relative;
    z-index: 1;
    height: 37.5rem;
    margin: auto 0;
}

.lizi-index .images-text .video #video {
    background-color: #000;
}

.lizi-index .images-text .video .cover-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.lizi-index .images-text .video .cover-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.lizi-index .images-text .video .cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lizi-index .images-text .video .cover-img .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.lizi-index .images-text .text {
    padding-right: 49px;
}

.lizi-index .images-text .text .images-text-title {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 3.125rem;
    margin-bottom: 3.75rem;
}

.lizi-index .images-text .text .images-text-section {
    color: var(--black);
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 1.25rem;
}

.lizi-index .images-text .text .more {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 1.125rem;
    cursor: pointer;
}

.lizi-index .images-text .text .more .more-label {
    margin-top: .125rem;
    margin-right: .125rem;
}

.lizi-index .images-text .about {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.lizi-index .images-text .about .chunk {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 50rem;
    height: 25rem;
    color: #fff;
    font-size: 1.25rem;
    background-color: var(--base-color);
}

.lizi-index .images-text .about .button {
    display: flex;
    align-items: center;
    /* gap: 2.0625rem; */
    font-size: 2.0625rem;
    font-weight: 700;
    color: var(--white);
    transform: translate(-6.25rem, -1.25rem);
    cursor: pointer;
}

.lizi-index .images-text .about .button svg {
    transform: translateX(2.5rem);
}

.lizi-index .images-text .about .text {
    font-size: 1.875rem;
    font-weight: 400;
    text-align: right;
    padding: 0;
    margin: 1.25rem 0;
}

.lizi-index .images-text .about .text .em {
    color: var(--primary-color);
    font-weight: 700;
}

.lizi-index .images-text .about .mobile-about {
    display: none;
}

.lizi-index .data-wrap {
    width: 100%;
    color: #333;
    transform: translateY(4rem);
}

.lizi-index .data-wrap .options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8125rem 5.3125rem;
}

.lizi-index .data-wrap .options .item {
    width: 100%;
    padding-top: 1.75rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    border-top: .0313rem solid #A2A2A2;
}

.lizi-index .data-wrap .options .item:first-child {
    margin-left: 0;
}

.lizi-index .data-wrap .options .item:last-child {
    margin-right: 0;
}

.lizi-index .data-wrap .options .item .label {
    font-size: .9375rem;
    font-weight: 400;
    color: var(--black);
}

.lizi-index .data-wrap .options .item .num .text {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0;
}

.lizi-index .data-wrap .options .item .num .unit {
    flex: 1 0 0;
    padding-top: 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    margin-left: .9375rem;
}

.lizi-index .data-wrap .options .item .num .text.plus {
    position: relative;
}

.lizi-index .data-wrap .options .item .num .text.plus::after {
    content: '+';
    position: absolute;
    right: -1.375rem;
    top: -0.0625rem;
    font-size: 1.375rem;
    font-weight: 700;
}

.lizi-index .data-wrap .message {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 550;
    margin-top: 1.875rem;
}

.lizi-index .data-wrap .message .content .em {
    color: var(--base-color);
}

.lizi-index .data-wrap .message .button {
    display: flex;
    align-items: center;
    font-size: 1.5625rem;
    margin-left: 4.375rem;
    cursor: pointer;
}

.lizi-index .data-wrap .message .button svg {
    margin-left: .3125rem;
}

.lizi-index .five-wrap {
    color: rgba(51, 51, 51);
    text-align: center;
    padding: 6.25rem 0;
    padding-bottom: 0;
    background-color: #f4f4f4;
    margin-bottom: 6.25rem;
}

.lizi-index .five-wrap .container-title {
    font-size: 2.8125rem;
}

.lizi-index .five-wrap .container-title .em {
    font-weight: 550;
}

.lizi-index .five-wrap .sub-title {
    color: #666;
    font-size: 1.875rem;
    margin: .9375rem auto;
}

.lizi-index .five-wrap .content-wrap {
    margin-top: 5rem;
    position: relative;
    overflow: hidden;
}

.lizi-index .five-wrap .content-wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 3.75rem;
    transform: translateX(-50%);
    z-index: 0;
    width: 84.375rem;
    height: 84.375rem;
    border: .25rem dashed #fff;
    border-radius: 50%;
}

.lizi-index .five-wrap .content-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 23.5rem;
    background-color: rgba(0, 136, 200, 1);
}

.lizi-index .five-wrap .content-wrap .content-item {
    display: flex;
    z-index: 1;
}

.lizi-index .five-wrap .content-wrap .content-1 {
    justify-content: center;
}

.lizi-index .five-wrap .content-wrap .content-2 {
    justify-content: space-between;
    width: 61.25rem;
    margin: 0 auto;
    margin-top: -7.5rem;
}

.lizi-index .five-wrap .content-wrap .content-2 .item:first-child .item-title {
    transform: translateX(1rem);
}

.lizi-index .five-wrap .content-wrap .content-2 .item:first-child .item-text {
    transform: translateX(1rem);
}

.lizi-index .five-wrap .content-wrap .content-2 .item:last-child .item-title {
    transform: translateX(-1rem);
}

.lizi-index .five-wrap .content-wrap .content-2 .item:last-child .item-text {
    transform: translateX(-1rem);
}

.lizi-index .five-wrap .content-wrap .content-3 {
    justify-content: space-between;
    width: 90.625rem;
    color: #fff;
    margin: 0 auto;
    position: relative;
}

.lizi-index .five-wrap .content-wrap .content-3 .item .item-title {
    color: #fff;
}

.lizi-index .five-wrap .content-wrap .content-3::before,
.lizi-index .five-wrap .content-wrap .content-3::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 6.25rem;
    height: 11.25rem;
    /* background-color: #f4f4f4; */
}

.lizi-index .five-wrap .content-wrap .content-3::after {
    left: 0;
}

.lizi-index .five-wrap .content-wrap .content-3::before {
    right: 0;
}

.lizi-index .five-wrap .content-wrap .content-3 .item:first-child .item-title {
    transform: translateX(6.25rem);
}

.lizi-index .five-wrap .content-wrap .content-3 .item:first-child .item-text {
    transform: translateX(6.25rem);
}

.lizi-index .five-wrap .content-wrap .content-3 .item:last-child .item-title {
    transform: translateX(-6.25rem);
}

.lizi-index .five-wrap .content-wrap .content-3 .item:last-child .item-text {
    transform: translateX(-6.25rem);
}

.lizi-index .five-wrap .content-wrap .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15.625rem;
}

.lizi-index .five-wrap .content-wrap .item .images {
    width: 32.5rem;
    height: 32.5rem;
    object-fit: contain;
    transition: .3s;
    margin-top: -5rem;
}

.lizi-index .five-wrap .content-wrap .item .images:hover {
    transform: translateY(-1.25rem);
}

.lizi-index .five-wrap .content-wrap .item .circle {
    z-index: 1;
    width: 8.625rem;
    height: 8.625rem;
    color: var(--base-color);
    font-size: 1.625rem;
    font-weight: 550;
    border: 1px solid #ccc;
    padding: .3125rem;
    border-radius: 50%;
    background-color: #fff;
}

.lizi-index .five-wrap .content-wrap .item .circle .circle-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.lizi-index .five-wrap .content-wrap .item .circle .circle-content:hover {
    color: #fff;
    background-color: var(--base-color);
}

.lizi-index .five-wrap .content-wrap .item .item-title {
    color: var(--base-color);
    font-size: 1.25rem;
    margin: .625rem 0;
}

.lizi-index .five-wrap .content-wrap .item .item-text {
    line-height: 1.5;
}

.lizi-index .content-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #000;
    font-family: Inter;
    padding: 1.875rem 6rem;
    margin: 0 auto;
    margin-top: 3.75rem;
}

.lizi-index .content-list .item {
    border-right: 1px solid rgb(218, 218, 218);
    border-bottom: 1px solid rgb(218, 218, 218);
    padding: 3.125rem;
    padding-top: 2rem;
}

.lizi-index .content-list .item:hover {
    background-color: rgba(0, 136, 200, .1);
}

.lizi-index .content-list .item:nth-child(3n+3) {
    border-right: none;
}

/* .lizi-index .content-list .item:nth-child(n+4) {
    padding-top: 1.875rem;
    padding-bottom: 0;
    border-bottom: none;
} */

.lizi-index .content-list .item .images svg {
  width: 10rem;
  height: 10rem;
}

.lizi-index .content-list .item .item-title {
    font-size: 1.875rem;
    font-weight: 550;
    padding: 1.25rem 0;
}

.lizi-index .content-list .item .content-list-item {
    display: flex;
}

.lizi-index .content-list .item .content-list-item svg {
    margin-top: .3125rem;
}

.lizi-index .content-list .item .content-list-item .item-text {
    color: rgba(120, 120, 120, 1);
    font-size: 1.125rem;
    margin-left: .625rem;
    margin-bottom: .3125rem;
}

.lizi-index .content-list .item .item-list .item-list-text {
    color: rgba(120, 120, 120, 1);
    font-size: .875rem;
    margin-left: 2.5rem;
    margin-bottom: .625rem;
}

.lizi-index .industry {
    color: #333;
    background-color: var(--white);
    padding: 5rem 0;
    padding-bottom: 0;
    padding-top: 7.25rem;
}

.lizi-index .industry .conainter-title {
    font-size: 2.8125rem;
    font-weight: 550;
    text-align: center;
}

.lizi-index .industry .sub-title {
    font-size: 1.4006rem;
}

.lizi-index .industry .list {
    display: flex;
    margin-top: 5.375rem;
    flex-wrap: wrap;
    justify-content: space-between;
    /* overflow-x: auto;
    white-space: nowrap; */
}

.lizi-index .industry .list .item {
    flex: 1;
    position: relative;
    transition: flex .3s ease;
}
.lizi-index .industry .list .item:hover {
    flex: 2;
}

.lizi-index .industry .list .item .industry-name {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.875rem;
    font-weight: 550;
    white-space: nowrap;
}

.lizi-index .industry .list .item .industry-name::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.625rem;
    transform: translateX(-50%);
    width: 100%;
    height: .125rem;
    background-color: transparent;
}

.lizi-index .industry .list .item .images {
    position: relative;
    width: 100%;
    height: 100%;
}

.lizi-index .industry .list .item .images::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.lizi-index .industry .list .item .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lizi-index .industry .list .item svg {
    position: absolute;
    left: 50%;
    bottom: 3.125rem;
    transform: translateX(-50%);
}

.lizi-index .industry .item {
    height: 34.375rem;
    transition: flex-basis 0.3s ease;
    background-color: #ddd;
    text-align: center;
}

.lizi-index .industry .item:hover {
    flex-grow: 2;
    z-index: 1;
}

.lizi-index .industry .item:hover .industry-name::after {
    background-color: #fff;
}

/* .lizi-index .industry .item:hover~.item {
    flex-grow: 1;
    flex-basis: calc(14.28% - .625rem);
} */

.lizi-index .industry .item:has(.not-active) {
    flex-grow: 1;
    flex-basis: calc(14.28% - .625rem);
}

.lizi-index .industry .list .item:last-child {
    margin-right: 0;
}

.lizi-index .solution {
    color: #333;
    margin: 10rem 0;
}

.lizi-index .solution .container-title {
    font-weight: 550;
}

.lizi-index .solution .list {
    display: flex;
    width: max-content;
    margin: 0 auto;
    margin-top: 2.5rem;
}

.lizi-index .solution .list .item {
    width: 13.75rem;
    margin: 0 .375rem;
    border: .0625rem solid #eee;
    box-shadow: 4px 4px 8px #eee;
    position: relative;
}

.lizi-index .solution .list .item .item-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5.625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 550;
    background-color: rgba(0, 145, 219, .85);
    position: relative;
    overflow: hidden;
}

.lizi-index .solution .list .item .item-header .item-header-label {
    transform: translateY(.875rem);
}

.lizi-index .solution .list .item .item-header::before {
    content: '';
    position: absolute;
    left: -1rem;
    bottom: -3.75rem;
    z-index: -1;
    width: 9.375rem;
    height: 9.375rem;
    background: url(../images/home/solution/36f204e362197ded26a27b4e568028dd.png);
    background-size: cover;
}

.lizi-index .solution .list .item .item-header::after {
    content: '?';
    position: absolute;
    right: .25rem;
    z-index: 0;
    color: #4cb2e6;
    font-size: 4.375rem;
    font-weight: 550;
}

.lizi-index .solution .list .item .item-content {
    padding: 1.25rem;
}

.lizi-index .solution .list .item .item-content .item-text {
    font-weight: 550;
    font-size: .875rem;
    margin-bottom: .625rem;
}

.lizi-index .solution .list .item .item-content .item-options {
    color: rgba(89, 89, 89, 1);
    font-size: .75rem;
    font-weight: 400;
}

.lizi-index .solution .list .item .item-button {
    display: flex;
    align-items: center;
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    font-size: .75rem;
}

.lizi-index .solution .list .item .item-button svg {
    margin-left: .625rem;
}

.lizi-index  .product-container .container-title {
    font-weight: 700;
}

.lizi-index  .product-container .images-text {
    display: flex;
    padding: 0;
    padding-right: 12.5rem;
    margin-top: 6.25rem;
}

.lizi-index  .product-container .images-text .images {
    width: 60%;
    position: relative;
}

.lizi-index  .product-container .images-text .images::before {
    content: '';
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 8.8rem;
    height: 18.75rem;
    background-color: rgba(222, 222, 222, 1);
}

.lizi-index  .product-container .images-text .images img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.lizi-index  .product-container .images-text .content {
    width: 40%;
    background: linear-gradient(rgba(242, 242, 242, 1), rgba(245, 245, 245, 0));
    padding: 3.125rem;
}

.lizi-index  .product-container .images-text .content .title {
    font-size: 1.875rem;
    font-weight: 550;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
}

.lizi-index  .product-container .images-text .content .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10rem;
    height: .5rem;
    background-color: rgba(0, 145, 219, 1);
}

.lizi-index  .product-container .images-text .content .options .item {
    color: rgba(143, 143, 143, 1);
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
}

.lizi-index  .product-container .images-text .content .options .item .label {
    font-weight: 550;
}

.lizi-index  .product-container .images-text .content .options .item .text {
    padding: 0;
}

.lizi-index  .product-container .images-text .content .button {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 3.125rem;
    margin-top: 7.125rem;
}

.lizi-index  .product-container .images-text .content .button .item {
    display: flex;
    align-items: center;
    padding: 0 3.75rem;
    background-color: rgba(0, 145, 219, 1);
}

.lizi-index .product-container .images-text .content .button .item svg {
    margin-left: 1.25rem;
}

.lizi-index .product-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    color: #333;
    background-color: var(--white);
    margin: 9.625rem 0;
}

.lizi-index .product-more .list-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.lizi-index .product-more .list-wrap .lizi-index-product-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 28rem;
    background-color: #fff;
    padding: 3.75rem 2.5rem;
    padding-bottom: 0;
    margin: 0.75rem;
    border-bottom: 1.25rem solid rgba(0, 145, 219, 1);
    box-shadow: 0 .4869rem .9744rem 0 rgba(0, 0, 0, 0.25);
    position: relative;

    .lizi-index-product__more-wrap{
        display: none;
    }
}

.lizi-index .product-more .list-wrap .lizi-index-product-item.active {
    border-bottom: none;
    position: relative;
    .lizi-index-product__more {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 6.25rem;
      background-color: var(--primary-color);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.25rem;
      font-weight: 700;
      .lizi-index-product__more-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .625rem;
        border: .125rem solid #FFFFFF;
        border-radius: .75rem;
        padding: .5rem 1.375rem;
      }
    }
    /* .images {
      width: 80%;
      height: 58%;
      margin: 0 auto;
    } */
  }

.lizi-index .product-more .list-wrap .lizi-index-product-item::before {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: 1.5625rem;
    width: 3.4375rem;
    height: 1.25rem;
    background-color: rgba(0, 162, 233, 1);
}

.lizi-index .product-more .list-wrap .lizi-index-product-item .title {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 700;
    /* margin-bottom: .9375rem; */
}
.lizi-index .product-more .list-wrap .lizi-index-product-item .label {
    font-size: 1.3125rem;
    height: 1.5rem ;
    font-weight: 400;
    color: #6E6E6E;
    /* margin-bottom: .375rem; */
}

.lizi-index .product-more .list-wrap .lizi-index-product-item .images {
    width: 100%;
    /* height: 100%; */
    z-index: 1;
    margin: 0 auto 2rem auto;
}

.lizi-index .product-more .list-wrap .lizi-index-product-item .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lizi-index .product-more .more {
    display: flex;
    width: max-content;
    font-size: 1.25rem;
    font-weight: 550;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 5.75rem;
    transform: translateY(-3.125rem);
    cursor: pointer;
}

.lizi-index .product-more .more .text {
    display: flex;
    align-items: center;
    padding: .3125rem 1.25rem;
    box-shadow: .3125rem .3125rem .3125rem #ccc;
}

.lizi-index .product-more .more .icon {
    color: #fff;
    padding: .3125rem .625rem;
    background-color: rgba(0, 145, 219, 1);
}

.lizi-index__product-statement {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    margin-top: 7.75rem;
    margin-bottom: 9.8125rem;
    .lizi-index__product-statement__title {
        text-align: center;
    }
    .lizi-index__product-statement__list {
        display: flex;
        height: 55rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
            url(../images/home/product/statement.png);
        .lizi-index__product-statement__list-item {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 1.25rem;
          border-right: 1px solid var(--white);
          position: relative;
          transition: flex 0.3s ease;
          .lizi-index__product-statement__list-item-name {
              font-size: 2.125rem;
              font-weight: 700;
              text-align: center;
          }
          .lizi-index__product-statement__list-item-text {
              display: none;
              max-width: 312px;
              font-size: 1.125rem;
              font-weight: 400;
          }
      }
      .lizi-index__product-statement__list-item::after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translate(.1563rem, -50%);
          width: .3125rem;
          height: 7.25rem;
          background-color: var(--primary-color);
      }
      .lizi-index__product-statement__list-item:last-child {
          border-right: none;
      }
      .lizi-index__product-statement__list-item:last-child::after {
          display: none;
      }
      .lizi-index__product-statement__list-item:hover {
          flex: 2;
          align-items: flex-start;
          padding-left: 4.25rem;
          backdrop-filter: brightness(50%);
          .lizi-index__product-statement__list-item-name {
              position: relative;
              padding-bottom: 1.25rem;
          }
          .lizi-index__product-statement__list-item-name::after {
              position: absolute;
              left: 0;
              bottom: 0;
              content: '';
              width: 9.375rem;
              height: .5625rem;
              background-color: var(--primary-color);
          }
          .lizi-index__product-statement__list-item-text {
              display: block;
          }
      }
    }
}

@media screen and (max-width: 900px) {
    .lizi-index .swiper-wrapper .button .item {
        width: 3.125rem;
        height: .625rem;
        border: none;
    }

    .lizi-index .swiper-wrapper .button .item.active {
        width: 4.375rem;
        border: none;
    }

    .lizi-index .images-text {
        flex-direction: column;
    }

    .lizi-index .images-text .text {
        padding: 0;
    }

    .lizi-index .images-text .text .images-text-title {
        font-size: 4rem;
        margin: 1.875rem 0;
    }

    .lizi-index .images-text .text .images-text-section {
        font-size: 2.375rem;
        line-height: 1.5;
    }

    .lizi-index .images-text .text .more {
        font-size: 2.5rem;
    }

    .lizi-index .images-text .text .more .icon {
        font-size: 2.5rem;
    }

    .lizi-index .images-text .about .chunk {
        display: none;
    }

    .lizi-index .images-text .about {
        left: 50%;
        bottom: -7.625rem;
        transform: translateX(-50%);
    }

    .lizi-index .images-text .about .text {
        display: flex;
        align-items: center;
        font-size: 1.875rem;
        white-space: nowrap;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .lizi-index .images-text .about .mobile-about {
        display: inline;
        margin-left: 1.875rem;
    }

    .lizi-index .images-text .about svg {
        color: var(--base-color);
    }

    .lizi-index .lizi-index__product-statement .lizi-index__product-statement__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 75rem;
    }

    .lizi-index .lizi-index__product-statement .lizi-index__product-statement__list .lizi-index__product-statement__list-item {
      align-items: flex-start;
    }

    .lizi-index__product-statement__list-item:nth-child(2n) {
      border-right: none;
    }
    .lizi-index__product-statement__list-item:nth-child(2n)::after {
      display: none;
    }

    .lizi-index .lizi-index__product-statement .lizi-index__product-statement__list .lizi-index__product-statement__list-item .lizi-index__product-statement__list-item-text {
      display: block;
    }

    .lizi-index .lizi-index__product-statement .lizi-index__product-statement__list .lizi-index__product-statement__list-item .lizi-index__product-statement__list-item-name {
      text-align: left;
    }

    .lizi-index__product-statement {
        .lizi-index__product-statement__list {
            .lizi-index__product-statement__list-item {
                padding: 0 1.625rem;
            }
            .lizi-index__product-statement__list-item:hover {
                padding-left: .625rem;
                padding-right: .625rem;
            }
        }
    }

    .lizi-index .data-wrap .options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .lizi-index .data-wrap .options .item {
        margin-bottom: 2.5rem;
    }

    .lizi-index .data-wrap .options .item:first-child {
        margin-left: auto;
    }

    .lizi-index .data-wrap .options .item:last-child {
        margin-right: auto;
    }

    .lizi-index .data-wrap .options .item .label {
      font-size: 2.125rem;
      text-align: left;
    }

    .lizi-index .data-wrap .options .item .num {
      text-align: left
    }

    .lizi-index .data-wrap .options .item .num .text {
        font-size: 5rem;
    }

    .lizi-index .data-wrap .options .item .num .unit {
        font-size: 2.5rem;
    }

    .lizi-index .data-wrap .message {
        flex-direction: column;
        font-size: 2.5rem;
    }

    .lizi-index .data-wrap .message .button {
        font-size: 3.125rem;
        margin-top: 1.25rem;
        margin-left: 0;
    }

    .lizi-index .data-wrap .message .button svg {
        font-size: 3.125rem;
    }

    .lizi-index .data-wrap .options .item .num .text.plus::after {
        font-size: 2.5rem;
    }

    .lizi-index .five-wrap .content-wrap::before {
        border: none;
    }
    
    .lizi-index .five-wrap .content-wrap .content-2 {
        width: 50rem;
    }

    .lizi-index .five-wrap .content-wrap .content-3 {
        width: 70rem;
    }

    .lizi-index .content-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .lizi-index .content-list .item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border: none;
        padding: 0.5rem;
    }

    .lizi-index .content-list .item .images svg {
        width: 7rem;
        height: 6rem;
    }

    .lizi-index .content-list .item .item-title {
        font-size: 3rem;
    }

    .lizi-index .content-list .item .content-list-item svg {
        display: none;
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }

    .lizi-index .content-list .item .content-list-item .item-text {
        font-size: 1.7rem;
    }

    .lizi-index .content-list .item .item-list .item-list-text {
        font-size: 2rem;
    }

    .lizi-index .industry .list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .lizi-index .industry .list .item {
      text-align: center;
    }

    .lizi-index .solution .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .lizi-index .solution .list .item {
        width: 28.125rem;
        margin: 0 1.5625rem;
        margin-bottom: 3.125rem;
    }

    .lizi-index .solution .list .item-content {
        height: 25rem;
    }

    .lizi-index .solution .list .item .item-content .item-text {
        font-size: 2.1875rem;
    }

    .lizi-index .solution .list .item .item-content .item-options {
        font-size: 1.5625rem;
    }

    .lizi-index .solution .list .item .item-button {
        font-size: 1.5625rem;
    }

    .lizi-index .solution .list .item .item-button svg {
        width: 2.5rem;
        height: 2.5rem;
    }

    .lizi-index .product-container .images-text .images {
        width: 100%;
    }

    .lizi-index .product-container .images-text .content {
        width: 100%;
    }

    .lizi-index .product-container .images-text .images::before {
        display: none;
    }

    .lizi-index .product-container .images-text {
        padding: 0;
    }

    .lizi-index .product-container .images-text .content .title {
        font-size: 2.5rem;
    }

    .lizi-index .product-container .images-text .content .options .item {
        font-size: 2.1875rem;
    }

    .lizi-index .product-more .list-wrap {
      grid-template-columns: repeat(2, 1fr);
        /* flex-direction: column; */
        /* gap: 2.5rem; */
        padding: 0;
    }

    .lizi-index .product-more .list-wrap .lizi-index-product-item {
        /* width: 26rem; */
        height: 43rem;
        border-bottom: none;
        position: relative;
        .lizi-index-product__more {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 6.25rem;
          background-color: var(--primary-color);
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 1.25rem;
          font-weight: 700;
          .lizi-index-product__more-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: .625rem;
            border: .125rem solid #FFFFFF;
            border-radius: .75rem;
            padding: .5rem 1.375rem;
          }
        }
    }

    .lizi-index .product-more .list-wrap .lizi-index-product-item .title {
        display: block;
    }

    /* .lizi-index .product-more .list-wrap .lizi-index-product-item .label {
        font-size: 1.875rem;
    } */

    .lizi-index .product-more .more .text {
        font-size: 1.875rem;
    }

    .lizi-index .news-container .list-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .lizi-index .news-container .list-wrap .item .title {
        font-size: 1.25rem;
    }

    .lizi-index .news-container .list-wrap .item .content .text {
        font-size: 1.125rem;
    }

    .lizi-index .container-title {
        padding: 0 1.25rem;
    }
}

.lizi-product {
  .lizi-product__banner {
    width: 100%;
    img {
      width: 100%;
      object-fit: cover;
    }
  }
  /* .lizi-product__list {
    display: flex;
    flex-direction: column;
    
  } */

  .lizi-product__list-item {
    display: flex;
    padding: 6.25rem 25rem;
    .lizi-product__list-item__content {
      flex: 1 0 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 2.1875rem;
      .lizi-product__list-item__content-title {
        font-size: 2.0625rem;
        font-weight: 700;
        color: var(--black);
      }
      .lizi-product__list-item__content-text {
        width: 30rem;
        font-size: 1.0625rem;
        font-weight: 400;
        color: #6E6E6E;
      }

      .text_left{
        text-align: left;
      }

      .text_right{
        text-align: right;
      }

      .lizi-product__list-item__content-detail {
        display: flex;
        gap: .625rem;
        align-items: center;
        width: max-content;
        color: var(--white);
        font-size: 1.25rem;
        background-color: grey;
        padding: .375rem 1.25rem;
        border-radius: .3125rem;
        cursor: pointer;
        .lizi-product__list-item__content-detail-text {
          font-weight: 700;
        }
      }
      .lizi-product__list-item__content-detail:hover {
        background-color: var(--primary-color);
      }
    }
    .lizi-product__list-item__img {
      width: 36rem;
      height: 28.125rem;
      img {
        width: 100%;
        /* height: 100%; */
        object-fit: contain;
      }
    }
  }
  .lizi-product__list-item.singular {
    background: url(../images/product/bg01.png);
    filter: brightness(115%);
  }
  .lizi-product__list-item.evennumber {
    background: url(../images/product/bg01.png);
    filter: brightness(110%);
    .lizi-product__list-item__content {
      align-items: flex-end;
    }
  }

  .lizi-product__center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    color: #333;
    background-color: var(--white);
    margin: 9.625rem 0;
    margin-bottom: 8rem;
    .lizi-product__center-list {
      display: flex;
      width: max-content;
      .lizi-product__center-list-item {
        display: flex;
        flex-direction: column;
        gap: 2.125rem;
        width: 28rem;
        background-color: #fff;
        padding: 3.75rem 2.5rem;
        padding-bottom: 0;
        margin: 0 .75rem;
        border-bottom: 1.25rem solid rgba(0, 145, 219, 1);
        box-shadow: 0 .4869rem .9744rem 0 rgba(0, 0, 0, 0.25);
        position: relative;
        .title {
          color: var(--primary-color);
          font-size: 1.875rem;
          font-weight: 700;
          margin-bottom: .9375rem;
        }
        .label {
          display: flex;
          align-items: center;
          font-size: 1.3125rem;
          font-weight: 400;
          color: #6E6E6E;
          margin-bottom: .375rem;
          .em {
            font-weight: 700;
          }
        }

        .images {
          width: 100%;
          height: 100%;
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }
      .lizi-product__center-list-item::before {
        content: '';
        position: absolute;
        left: -0.625rem;
        top: 1.5625rem;
        width: 3.4375rem;
        height: 1.25rem;
        background-color: rgba(0, 162, 233, 1);
      }
    }
    .more {
      display: flex;
      width: max-content;
      font-size: 1.25rem;
      font-weight: 550;
      background-color: #fff;
      margin: 0 auto;
      margin-top: 5.75rem;
      transform: translateY(-3.125rem);
      cursor: pointer;
      }

      .more .text {
        display: flex;
        align-items: center;
        padding: .3125rem 1.25rem;
        box-shadow: .3125rem .3125rem .3125rem #ccc;
      }

      .more .icon {
        color: #fff;
        padding: .3125rem .625rem;
        background-color: rgba(0, 145, 219, 1);
      }
  }
}

@media screen and (max-width: 900px) {
  .lizi-product {
    width: 100vw;
    overflow: hidden;
    .lizi-product__banner {
      height: 36.75rem;
    }
    .lizi-product__list {
      .lizi-product__list-item {
        padding: 1.25rem 3.125rem;
        .lizi-product__list-item__img {
          img {
            width: 100%;
          }
        }
        .lizi-product__list-item__content {
          .lizi-product__list-item__content-title {
            font-size: 1.875rem;
          }
          .lizi-product__list-item__content-text {
            font-size: 1.5625rem
          }
        }
      }
    }
    .lizi-product__center {
      .lizi-product__center-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3.125rem;
        .lizi-product__center-list-item {
          width: 58rem;
        }
      }
    }
  }
}

.lizi-news {
  /* .lizi-news__main {
    padding: 0 9rem;
  } */
  .lizi-news__banner {
    position: relative;

    .lizi-news__banner-title {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 6.25rem;
      font-weight: 700;
    }
  }

  .news-container {
    padding: 0 9rem;
    padding-bottom: 5rem;
  }

  .news-container .container-title {
    font-weight: 700;
  }

  .news-container .list-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4375rem;
    margin-top: 7.1875rem;
  }

  .news-container .list-wrap .item {
    display: flex;
    flex-direction: column;
    transition: 0.35s;
  }
  .news-container .list-wrap .item:hover {
    transform: scale(1.04);
  }

  .news-container .list-wrap .item .content {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    box-shadow: 0px 6.55px 13.11px 0px #0000001A;
  }

  .news-container .list-wrap .item img {
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
  }

  .news-container .list-wrap .item .title {
    color: var(--primary-color);
    font-size: 1.25rem;
    font-weight: 700;
  }

  .news-container .list-wrap .item .content .text {
    color: #ABABAB;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    padding: 1.25rem 0;
  }

  .news-container .list-wrap .item .content .date {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: .875rem;
    font-weight: 400;
    color: #000;
    margin-top: auto;
  }

  .news-container .list-wrap .item .content .date svg {
    margin-top: -0.125rem;
    margin-right: .3125rem;
  }

  .news-more {
    color: #000;
    padding: 0 9rem;
    padding-bottom: 8rem;
  }

  .news-more .list-wrap {
    height: 18.75rem;
    overflow-y: auto;
  }

  .news-more .list-wrap .item {
    display: flex;
    padding: 1.875rem 0;
    border-bottom: .0625rem solid rgba(158, 158, 158, 1);
  }

  .news-more .list-wrap .item:last-child {
    border-bottom: none;
  }

  .news-more .list-wrap .item .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    padding: .3125rem 1.25rem;
    background-color: rgba(0, 145, 219, 1);
    margin-right: 1.875rem;
  }

  .news-more .list-wrap .item .date .icon {
    font-size: 3.125rem;
  }

  .news-more .list-wrap .item .content {
    flex: 1 0 0;
  }

  .news-more .list-wrap .item .content .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .625rem;
  }

  .news-more .list-wrap .item .content .text {
    color: rgba(128, 128, 128, 1);
    font-size: 1rem;
  }

  .news-more .more {
    display: flex;
    width: max-content;
    font-size: 1.25rem;
    font-weight: 550;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 1.875rem;
    transform: translateY(-3.125rem);
    cursor: pointer;
  }

  .news-more .more .text {
    display: flex;
    align-items: center;
    padding: .3125rem 1.25rem;
    box-shadow: .3125rem .3125rem .3125rem #ccc;
  }

  .news-more .more .icon {
    color: #fff;
    padding: .3125rem .625rem;
    background-color: rgba(0, 145, 219, 1);
  }
  
  .lizi-news__pagination {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    .lizi-news__pagination-pages {
      display: flex;
      gap: 3.125rem;
      font-size: 2.375rem;
      font-weight: 400;
      .lizi-news__pagination-pages-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5.5rem;
        height: 5.0625rem;
        border-radius: .5rem;
      }
      .lizi-news__pagination-pages-item.active {
        color: var(--white);
        background-color: #00A2E9;
      }
    }
    .lizi-news__pagination-next {
      display: flex;
      align-items: center;
    }
    .lizi-news__pagination-next-double {
      display: flex;
      align-items: center;
    }
  }

  .lizi-news-pagination {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    /* .lizi-news__pagination-pages {
      display: flex;
      gap: 3.125rem;
      font-size: 2.375rem;
      font-weight: 400;
      .lizi-news__pagination-pages-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5.5rem;
        height: 5.0625rem;
        border-radius: .5rem;
      }
      .lizi-news__pagination-pages-item.active {
        color: var(--white);
        background-color: #00A2E9;
      }
    }
    .lizi-news__pagination-next {
      display: flex;
      align-items: center;
    }
    .lizi-news__pagination-next-double {
      display: flex;
      align-items: center;
    } */

    .page-item {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 5.5rem;
      height: 5.0625rem;
      border-radius: .5rem;

      .page-link {
        display: none;
      }

      .current {
        display: flex;
      }
    }

    .active {
      color: var(--white);
      background-color: #00A2E9;
    }
  }
}

@media screen and (max-width: 900px) {
  .lizi-news {
    .lizi-news__banner {
      .lizi-news__banner-title {
        font-size: 3.125rem;
      }
    }
    .news-container .list-wrap {
      grid-template-columns: repeat(2, 1fr)
    }
    .news-container .list-wrap .item {
      width: 100%;
    }
    .news-container .list-wrap .item .title {
      font-size: 1.875rem
    }
    .news-container .list-wrap .item .content .text {
      font-size: 1.25rem;
      line-height: 1.5;
    }
    .news-container .list-wrap .item .content .date {
      font-size: 1rem;
    }
    .lizi-new__pagination {
      margin-top: 3.125rem;
    }
    .news-more .list-wrap .item .date {
      height: 6rem;
    }
    .news-more .list-wrap .item .content .title {
      font-size: 1.875rem;
    }
    .news-more .list-wrap .item .content .text {
      font-size: 1.25rem;
    }
  }
}



.lizi-services {
  /* .lizi-services__main {
    display: flex;
    flex-direction: column;
    padding: 7.625rem 3.875rem;
    gap: 7.625rem;
  } */
  .lizi-services__banner {
    position: relative;
    .lizi-services__banner-title {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 6.25rem;
      font-weight: 700;
    }
  }
  .lizi-services__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.625rem 3.875rem;

    .lizi-services__container-title {
      font-size: 2.375rem;
      font-weight: 700;
      color: var(--text-color);
    }
    .lizi-services__container-sub-title {
      max-width: 90rem;
      font-size: 1.875rem;
      font-weight: 400;
      color: #818181;
      text-align: center;
      margin: 4rem 2.75rem;
    }
    .lizi-services__container1-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.625rem;
      width: 100%;
      color: var(--black);
      .lizi-services__container1-list-item {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 18rem;
        font-size: 1.875rem;
        font-weight: 700;
        background-color: #F5F5F5;
        border-radius: 1rem;
      }
      .lizi-services__container1-list-item.active1 {
        color: var(--white);
        background: url(../images/services/1.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active2 {
        color: var(--white);
        background: url(../images/services/2.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active3 {
        color: var(--white);
        background: url(../images/services/3.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active4 {
        color: var(--white);
        background: url(../images/services/4.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active5 {
        color: var(--white);
        background: url(../images/services/5.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active6 {
        color: var(--white);
        background: url(../images/services/6.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active7 {
        color: var(--white);
        background: url(../images/services/7.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active8 {
        color: var(--white);
        background: url(../images/services/8.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
      .lizi-services__container1-list-item.active9 {
        color: var(--white);
        background: url(../images/services/9.png);
        background-size: cover;
        background-repeat: no-repeat;
      }
    }
    .lizi-services__container2-list {
      display: flex;
      gap: 1.625rem;
      width: 100%;
      padding: 4rem 10.5rem;
      .lizi-services__container2-list-item {
        flex: 1 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 33rem;
        font-size: 1.875rem;
        font-weight: 700;
        text-align: center;
        background: url(../images/services/bg2.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: .3125rem;
      }
    }
    .lizi-services__container3-content {
      width: 100%;
      height: 49rem;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
  }
}

@media screen and (max-width: 900px) {
  .lizi-services {
    width: 100vw;
    .lizi-services__banner {
      .lizi-services__banner-title {
        font-size: 3.125rem;
      }
    }
    .lizi-services__container {
      .lizi-services__container1-list {
        grid-template-columns: repeat(3, 1fr);
      }
      .lizi-services__container2-list {
        padding: 0;
      }
    }
  }
  .lizi-header__banner {
    height: 36.75rem;
  }
}

.lizi-case {
  /* .lizi-case__main {
    display: flex;
    flex-direction: column;
    padding: 7.625rem 3.875rem;
    gap: 7.625rem;
  } */
  .lizi-case__banner {
    position: relative;
    .lizi-case__banner-title {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 6.25rem;
      font-weight: 700;
    }
  }
  .lizi-case__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.625rem 6rem;

    .lizi-case__container-title {
      font-size: 2.375rem;
      font-weight: 700;
      color: var(--text-color);
      padding-bottom: 4rem;
    }
    .lizi-case__container-sub-title {
      max-width: 90rem;
      font-size: 1.875rem;
      font-weight: 400;
      color: #818181;
      text-align: center;
      margin: 4rem 2.75rem;
    }
    .lizi-case__container1-list {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      width: 100%;
      color: var(--black);
      .lizi-case__container1-list-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        height: 18rem;
        font-size: 1.875rem;
        font-weight: 700;
        background-color: #F5F5F5;
        padding: 2rem 3rem;

        .icon {
          width: 6rem;
          height: 6rem;
          padding-bottom: 2rem;
          svg {
            fill: white;
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }

      .lizi-case__container1-list-item.active34 {
        color: var(--white);
        background: url(../images/case/1.png);
        background-size: cover;
        background-repeat: no-repeat;
        svg {
          filter: brightness(100)
        }
      }
      .lizi-case__container1-list-item.active35 {
        color: var(--white);
        background: url(../images/case/2.png);
        background-size: cover;
        background-repeat: no-repeat;
        svg {
          filter: brightness(100)
        }
      }
      .lizi-case__container1-list-item.active36 {
        color: var(--white);
        background: url(../images/case/3.png);
        background-size: cover;
        background-repeat: no-repeat;
        svg {
          filter: brightness(100)
        }
      }
      .lizi-case__container1-list-item.active40 {
        color: var(--white);
        background: url(../images/case/4.png);
        background-size: cover;
        background-repeat: no-repeat;
        svg {
          filter: brightness(100)
        }
      }
      .lizi-case__container1-list-item.active41 {
        color: var(--white);
        background: url(../images/case/5.png);
        background-size: cover;
        background-repeat: no-repeat;
        svg {
          filter: brightness(100)
        }
      }
      .lizi-case__container1-list-item.active42 {
        color: var(--white);
        background: url(../images/case/6.png);
        background-size: cover;
        background-repeat: no-repeat;
        svg {
          filter: brightness(100)
        }
      }
    }
    .lizi-case__container2-list {
      display: flex;
      gap: 1.625rem;
      width: 100%;
      padding: 4rem 10.5rem;
      .lizi-case__container2-list-item {
        flex: 1 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 33rem;
        font-size: 1.875rem;
        font-weight: 700;
        text-align: center;
        background: url(../images/services/bg2.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: .3125rem;
      }
    }
    .lizi-case__container3-content {
      width: 100%;
      height: 49rem;
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    .list-wrap {
      display: flex;
      flex-direction: column;
      gap: 8.4375rem;
      padding: 7.5rem 9.25rem;

      .item {
        display: flex;
        transition: 0.35s;
        .img {
          flex: 1;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
        .content {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 2.625rem;
          color: #333333;
          padding: 3.75rem;
          box-shadow: 0 .25rem 1.25rem 0 #0000001A;
          .title {
            font-size: 2.375rem;
            font-weight: 700;
          }
          .text {
            font-size: 1.5rem;
            font-weight: 400;
            color: #6E6E6E;
            line-height: 1.75rem;
          }
          span {
            font-size: 1.375rem;
          }
        }
      }

      .item:hover {
        transform: scale(1.04);
      }
    }

    .pagination {
      display: flex;
      justify-content: center;
      gap: 2.5rem;

      .page-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 5.5rem;
        height: 5.0625rem;
        border-radius: .5rem;

        .page-link {
          display: none;
        }

        .current {
          display: flex;
        }
      }

      .active {
        color: var(--white);
        background-color: #00A2E9;
      }
    }
  }
}

@media screen and (max-width: 900px) {
  .lizi-case {
    .lizi-case__banner {
      .lizi-case__banner-title {
        font-size: 3.125rem;
      }
    }
    .lizi-case__container {
      .lizi-case__container1-list {
        grid-template-columns: repeat(3, 1fr);
      }
      .lizi-case__container2-list {
        padding: 0;
      }
      .list-wrap {
        padding: 0;

        .item {
          .content {
            .text {
              font-size: 1rem;
              line-height: 1rem;
            }
          }
        }
      }
    }
  }
  .lizi-header__banner {
    height: 36.75rem;
  }
}

.lizi-aboutus .page-header {
    padding: 10rem 11.25rem;
    background-image: url(../images/aboutus/8027de375acd4829938b44ae8c050ec5.jpg);
    background-position: center;
    background-size: cover;
}

.lizi-aboutus .page-header .text-wrap {
    text-align: center;
    padding: 7.5rem 10rem;
    background-color: rgba(7, 98, 164, 0.47);
    backdrop-filter: blur(10px);
    border-radius: .3125rem;
}

.lizi-aboutus .page-header .text-wrap .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3.75rem;
}

.lizi-aboutus .page-header .text-wrap .text-content {
    font-size: 1.4375rem;
    font-weight: 400;
    line-height: 1.5625rem;
    margin-bottom: 1.875rem;
}

.lizi-aboutus .images-text {
    color: rgba(51, 51, 51, 1);
    padding: 4.375rem 0;
    padding-left: 6.25rem;
    padding-bottom: 7.5rem;
}

.lizi-aboutus .images-text .images-text-wrap {
    display: flex;
    /* background-color: rgba(216, 216, 218, 1); */
    background-color: var(--white);
    position: relative;
}

.lizi-aboutus .images-text .images-text-wrap::before {
    content: '';
    position: absolute;
    left: -6.25rem;
    top: 3.75rem;
    z-index: -1;
    width: 90.625rem;
    height: 100%;
    background-color: rgba(0, 136, 200, 1);
}

.lizi-aboutus .images-text .images-text-wrap .images img {
    width: 62.5rem;
    height: 100%;
    object-fit: cover;
}

.lizi-aboutus .images-text .images-text-wrap .text-wrap {
    flex: 1 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 6.25rem 5rem;
}

.lizi-aboutus .images-text .images-text-wrap .text-wrap .text-content {
    margin-bottom: 1.5625rem;
}

.lizi-aboutus .images-text .images-text-wrap .text-wrap .text-content .em {
    display: inline-block;
    color: rgba(0, 136, 200, 1);
    font-size: 5rem;
    transform: translateY(2.1875rem);
}

.lizi-aboutus .images-text .images-text-wrap .text-wrap .text-content .em.reversal {
    transform: rotate(180deg);
}

.lizi-aboutus .images-text .images-text-wrap .text-wrap .signature {
    display: flex;
    align-items: center;
    margin-top: 3.75rem;
}

.lizi-aboutus .images-text .images-text-wrap .text-wrap .signature img {
    width: 15rem;
    height: 7.5rem;
    object-fit: contain;
}

.lizi-aboutus .images-text-list .images-text-wrap {
    background-color: var(--white);
    padding: 10rem 2.5rem;
    position: relative;
}

.lizi-aboutus .images-text-list .images-text-wrap .images {
    width: 60%;
}

.lizi-aboutus .images-text-list .images-text-wrap .images img {
    width: 100%;
    object-fit: contain;
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap {
    position: absolute;
    right: 12.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 56.25rem;
    height: 35rem;
    color: #000;
    background-color: #fff;
    padding: 3.75rem 2.5rem;
    padding-right: 5rem;
    box-shadow: 0 .2694rem 1.3475rem 0 rgba(0, 0, 0, 0.25);
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap::after {
    content: '';
    position: absolute;
    top: -1.875rem;
    right: 1.875rem;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 .2694rem 1.3475rem 0 rgba(0, 0, 0, 0.25);
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .text-list .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    position: relative;
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .text-list .title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -4.4rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 1.25rem;
    background-color: rgba(0, 136, 200, 1);
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .text-list .content {
    font-size: 1.875rem;
    line-height: 2.5rem;
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.25rem;
    background-color: rgba(0, 136, 200, 1);
    padding: .625rem .75rem;
    cursor: pointer;
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .pagination {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    transform: translateX(-50%);
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .pagination .item {
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    background-color: rgba(192, 192, 192, 1);
    margin: 0 .625rem;
    cursor: pointer;
}

.lizi-aboutus .images-text-list .images-text-wrap .list-wrap .pagination .item.active {
    background-color: rgba(0, 136, 200, 1);
    transform: scale(1.6);
}

.lizi-aboutus .time-line {
    width: 100%;
    height: 65.625rem;
    background-image: url(../images/aboutus/time/timebg.png);
    background-size: cover;
    position: relative;
    overflow-x: auto;
}

.lizi-aboutus .time-line .label {
    position: absolute;
    right: 3.125rem;
    top: 3.75rem;
    font-size: 2.875rem;
    font-weight: 700;
}

.lizi-aboutus .time-line .line-wrap {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    /* width: 100%; */
    height: 9.375rem;
    background-color: rgba(12, 55, 89, 0.7);
    border-top: .0625rem solid #fff;
}

.lizi-aboutus .time-line .line-wrap .item .time {
    font-size: 1.875rem;
    transform: translateY(2.5rem);
    position: relative;
}

.lizi-aboutus .time-line .line-wrap .item {
    width: 17rem;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.lizi-aboutus .time-line .line-wrap .item:hover .content-wrap {
    display: block;
}

.lizi-aboutus .time-line .line-wrap .item::before {
    content: '';
    position: absolute;
    top: -0.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    background-color: #fff;
}

.lizi-aboutus .time-line .line-wrap .item::after {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    border: .0625rem solid #fff;
    border-radius: 50%;
}

.lizi-aboutus .time-line .line-wrap .item .content-wrap {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    width: 22.5rem;
    min-height: 43.75rem;
    background-color: rgba(0, 136, 200, 1);
    
}

.lizi-aboutus .time-line .line-wrap .item:first-child .content-wrap {
    transform: translateX(-30%);
}

.lizi-aboutus .time-line .line-wrap .item:last-child .content-wrap {
    transform: translateX(-70%);
}

.lizi-aboutus .time-line .line-wrap .item .content-wrap .wrap-time {
    position: absolute;
    top: -2.1875rem;
    right: 0;
    color: rgba(0, 136, 200, 1);
    font-size: 1.875rem;
    font-weight: 700;
}

.lizi-aboutus .time-line .line-wrap .item .content-wrap .images {
    /* width: 8.75rem;
    height: 8.75rem; */
    /* border: .25rem solid #fff; */
    /* border-radius: 50%; */
    /* background-color: #fff; */
    /* padding: 0 .375rem; */
    /* margin: 0;
    margin-bottom: 1.5rem; */
    padding: 1rem;
}

.lizi-aboutus .time-line .line-wrap .item .content-wrap .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* margin-top: .1875rem; */
}

/* .lizi-aboutus .time-line .line-wrap .item .content-wrap .images.circle img {
    transform: scale(1.62);
} */

.lizi-aboutus .time-line .line-wrap .item .content-wrap ul {
    font-weight: 400;
    line-height: 1.75rem;
    text-align: left;
    padding: 0 2.75rem;
}

.lizi-aboutus .time-line .line-wrap .item .content-wrap ul li {
    list-style: initial;
    margin-bottom: .625rem;
    font-size: 1.0625rem;
    font-weight: 400;
    color: var(--white);
}

.lizi-aboutus .factory {
    color: #000;
    padding: 3.75rem 1.875rem;
}

.lizi-aboutus .factory .continer-title {
    text-align: center;
    margin-bottom: 3.125rem;
}

.lizi-aboutus .factory .continer-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.lizi-aboutus .factory .list-wrap {
    overflow-x: auto;
    position: relative;
    transform: scaleY(-1);
    /* scrollbar-width: thin;
    scrollbar-color: rgba(0, 136, 200, 1); */
}

.lizi-aboutus .factory .list-wrap .list {
    display: flex;
    padding-top: 1.25rem;
    transform: scaleY(-1);
}

.lizi-aboutus .factory .list-wrap .list .item {
    min-width: calc(100% / 3);
    margin: 0 .625rem;
    user-select: none;
    position: relative;
}

.lizi-aboutus .factory .list-wrap .list .item img {
    width: 100%;
    height: 31.25rem;
    object-fit: cover;
}

.lizi-aboutus .factory .list-wrap .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.lizi-aboutus .factory .list-wrap .list .item:first-child {
    margin-left: 0;
}

.lizi-aboutus .factory .list-wrap .list .item:last-child {
    margin-right: 0;
}

.lizi-aboutus .factory .list-wrap .list .item .label {
    width: max-content;
    font-size: 1.5625rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 1rem 0;
}

.lizi-aboutus .factory .list-wrap .list .item .label::before {
    content: '';
    position: absolute;
    left: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: .9375rem;
    height: .5rem;
    background-color: rgba(0, 136, 200, 1);
}

.lizi-aboutus .form-wrap {
    padding: 3.75rem 0;
    .form-wrap-list {
        padding: 7.5rem 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url(../images/aboutus/request-bg.png);
        .form-wrap-button {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 14rem;
            height: 5.1875rem;
            font-size: 2.625rem;
            font-weight: 700;
            background-color: var(--primary-color);
            border-radius: 1rem;
            margin: 0 auto;
            margin-top: 2.875rem;
        }
    }
}

.lizi-aboutus .form-wrap .container-title {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
}

.lizi-aboutus .form-wrap .row {
    width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    position: relative;
}

.lizi-aboutus .form-wrap .row input {
    width: 100%;
    font-size: 1.25rem;
    border: none;
    border-radius: .3125rem;
    box-shadow: 0px 0px 12.3px 0px rgba(185, 185, 185, 1);
    padding: 1.25rem 2.8125rem;
    padding-right: 3.75rem;
}

.lizi-aboutus .form-wrap .row input:focus,
.lizi-aboutus .form-wrap .row textarea {
    outline: none;
}

.lizi-aboutus .form-wrap .row input::placeholder,
.lizi-aboutus .form-wrap .row textarea::placeholder {
    color: rgba(194, 194, 194, 1);
}

.lizi-aboutus .form-wrap .row textarea {
    width: 100%;
    font-size: 1.25rem;
    border: none;
    border-radius: .3125rem;
    box-shadow: 0px 0px 12.3px 0px rgba(185, 185, 185, 1);
    padding: 1.25rem 2.8125rem;
    resize: none;
}

.lizi-aboutus .form-wrap .row svg {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.875rem;
}

.lizi-aboutus .form-wrap .row.textarea svg {
    top: 1.875rem;
}

.lizi-aboutus .form-wrap .row::before {
    content: '';
    position: absolute;
    top: .625rem;
    left: -1.25rem;
    width: 2.5rem;
    height: .9375rem;
    background-color: rgba(0, 162, 233, 1);
}

.lizi-aboutus .wall {
    color: #000;
    padding: 6.25rem;
}

.lizi-aboutus .wall .container-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.75rem;
}

.lizi-aboutus .wall .list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.lizi-aboutus .wall .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 0;
}

.lizi-aboutus .wall .list .item:hover {
    background-color: rgba(246, 246, 246, 1);
}

.lizi-aboutus__footer {
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 900px) {
  .lizi-aboutus {
      width: 100vw;
  }

  .lizi-aboutus .time-line {
    height: 38rem;
  }

  .lizi-aboutus .time-line .line-wrap .item .content-wrap { 
    height: 37rem;
    min-height: 20rem;
  }

  .lizi-aboutus .time-line .line-wrap .item .content-wrap ul li {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lizi-aboutus .factory .list-wrap .list .item img { 
    height: 20rem;
  }
  .lizi-aboutus .page-header {
      height: 36.75rem;
      padding: 10px;
  }
  .lizi-aboutus .page-header .text-wrap {
      padding: 10px;
      margin-top: 7.5rem;
  }
  .lizi-aboutus .page-header .text-wrap .title {
      font-size: 3.125rem;
  }

  .lizi-aboutus .page-header .text-wrap .text-content {
      font-size: 1.25rem;
      line-height: 1.5;
  }
  /* .lizi-aboutus .images-text .images-text-wrap {
      flex-direction: column;
  } */
  .lizi-aboutus .images-text .images-text-wrap .images img {
      width: 30rem;
  }

  .lizi-aboutus .images-text .images-text-wrap::before {
      width: 30rem;
  }

  .lizi-aboutus .images-text-list .images-text-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .lizi-aboutus .images-text-list .images-text-wrap .images {
      /* width: 100%; */
      display: none;
  }

  .lizi-aboutus .images-text-list .images-text-wrap .list-wrap {
      position: static;
      transform: translateY(0);
      margin-top: 6.25rem;
  }

  .lizi-aboutus .wall .list {
      grid-template-columns: repeat(3, 1fr);
  }

  .lizi-aboutus .wall .list .item svg{
    width: 10rem;
    height: 5rem;
  }
}


.lizi-news-detail {
  .lizi-news-detail__banner {
    position: relative;
    z-index: -1;
  }
  .lizi-news-detail__main {
    padding: 0 5.625rem;
    margin-top: -40rem;
    margin-bottom: 8.5rem;
  }
  .lizi-news-detail__path {
    font-size: 1.5625rem;
    font-weight: 400;
    color: #CBCBCB;
  }
  .lizi-news-detail__title {
    font-size: 2.375rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
  .lizi-news-detail__content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background-color: var(--white);
    padding: 2.5rem;
    color: #262626;
    .lizi-news-detail__content-date {
      color: #00A2E9;
      font-size: 1.5625rem;
      font-weight: 400;
    }
    .lizi-news-detail__content-fragment {
      font-size: 1.375rem;
      font-weight: 300;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .lizi-news-detail__content-summary {
      display: flex;
      flex-direction: column;
      .lizi-news-detail__content-summary-title {
        color: #00A2E9;
        font-size: 1.375rem;
        font-weight: 700;
      }
      .lizi-news-detail__content-summary-text {
        font-size: 1.375rem;
        font-weight: 300;
      }
    }
    .lizi-news-detail__content-warn {
      font-size: 1.125rem;
      font-weight: 300;
    }
  }
}

@media screen and (max-width: 900px) {
  .lizi-news-detail {
    .lizi-news-detail__title {
        font-size: 3.375rem;
    }

    .lizi-news-detail__main {
      margin-top: -10rem;
    }
  }
}



.lizi-footer {
  font-size: 1.125rem;
  padding-bottom: 1.875rem;
  padding-top: 3.125rem;
  background-color: rgba(0, 49, 96, 1);
;
  position: relative;
  overflow: hidden;
}
/* 
.lizi-footer::before {
  content: '';
  position: absolute;
  width: 312.5rem;
  height: 13.75rem;
  background: url(../images/footer/sp7.png) no-repeat left top;
  top: 0;
  left: -6.25rem;
  z-index: 0;
} */

.lizi-footer .container {
  position: relative;
  z-index: 1;
  /* max-width: 1520px; */
  /* padding-right: 10px;
  padding-left: 10px; */
  margin-right: 10rem;
  margin-left: 10rem;
  /* margin-bottom: 5rem; */
}

.lizi-footer .container .row {
  display: flex;
  justify-content: space-around;
}

.lizi-footer .container .row .logo {
  width: 20rem;
  font-size: 5rem;
  font-weight: 550;
}

.lizi-footer .container .row .fd-l {
  width: 30%;
}

.lizi-footer .container .row .fd-l .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lizi-footer .container .row .fd-l .fd-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.875rem;
}

.lizi-footer .container .row .fd-l .fd-nav li {
  margin-bottom: 1.25rem;
}

.lizi-footer .container .row .fd-l .fd-nav li::after {
  content: '|';
  margin-left: 1.25rem;
}

.lizi-footer .container .row .fd-l .fd-nav li:nth-child(3n+3)::after {
  content: '';
}

.lizi-footer .container .row .fd-content {
  color: rgba(185, 185, 185, 1);
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1.25rem 0 3.75rem 0;
}

.lizi-footer .container .row .icon {
  display: flex;
  gap: 1rem;
  width: 10rem;
}

.lizi-footer .container .row .icon svg {
  /* transform: scale(1.5) translate(1.25rem, 2.5rem); */
}

.lizi-footer .container .row .fd-list {
  width: 20%;
}

.lizi-footer .container .row .fd-list .sub-title {
  color: #fff;
  font-size: 1.875rem;
  text-align: left;
  margin-bottom: 1.875rem;
}

.lizi-footer .container .row .fd-list .list-item {
  display: flex;
  align-items: center;
  color: rgba(195, 195, 195, 1);
  margin-bottom: 1.25rem;
}

.lizi-footer .container .row .fd-list .list-item .label {
  display: block;
  font-size: 1.5rem;
  width: 10rem;
}

.lizi-footer .container .row .address {
  width: 40%;
}

.lizi-footer .container .row .address .sub-title {
  color: #fff;
  font-size: 1.875rem;
  text-align: left;
  margin-bottom: 1.875rem;
}

.lizi-footer .container .row .address .list-item {
  /* display: flex; */
  align-items: center;
  color: rgba(195, 195, 195, 1);
  margin-bottom: 1.25rem;
}

.lizi-footer .container .row .address .list-item .label {
  display: block;
  font-size: 1.5rem;
}

.lizi-footer .container .row .address .list-item .value {
  font-size: 1.25rem;
}

#wechatcode1 {
    display: none;

    width: 80px;
    height: 80px;
    background-color: white;

    background-image: url("../images/footer/gongzhonghao.jpg");
    background-repeat: no-repeat;
    background-size: 100%;

    position: relative;
    padding-bottom: 2rem;
}

#wechat1:hover>#wechatcode1{
    display: block;
}

.lizi-footer .container .row .fd-list .qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.25rem;
  height: 9.25rem;
  margin: 1.875rem 0 3.125rem 0;
  margin-left: auto;
}

.lizi-footer .container .row .fd-list .qr-code img {
  width: 100%;
  height: 100%;
}

.lizi-footer .container .row .fd-list .qr-code .qr-code-label {
  color: rgba(195, 195, 195, 1);
  margin-top: .625rem;
}

.lizi-footer .container .row .fd-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lizi-footer .container .row .fd-address .address-item {
  display: flex;
  align-items: center;
  margin: .625rem 0;
}

.lizi-footer .container .row .fd-address .address-item svg {
  margin: 0 .625rem;
}

.lizi-footer .container .row .fd-qr {
  text-align: center;
}

.lizi-footer .container .row .fd-qr img {
  width: 8.25rem;
  height: 8.25rem;
}

.lizi-footer .container .row .fd-qr p {
  margin-top: .625rem;
  color: #fff;
}

.lizi-footer .footer-mobile {
  display: none;
}

@media screen and (max-width: 900px) {
  .lizi-footer {
      /* background-color: #3a3a3a; */
  }

  .lizi-footer::before {
      display: none;
  }

  .lizi-footer .footer-pc {
      /* display: none; */
  }

  .lizi-footer .footer-mobile {
      /* display: block; */
      font-size: 2.5rem;
      text-align: center;
      padding: 1.25rem 1.875rem;
  }

  .lizi-footer .container .row {
      flex-direction: column;
  }
  
  .lizi-footer .container .row .fd-l {
      width: 100%;
  }

  .lizi-footer .container .row .fd-content {
      font-size: 1.875rem;
  }

  .lizi-footer .container .row .icon svg {
      /* transform: scale(1.5) translate(1.25rem, -1rem); */
  }
  

  .lizi-footer .container .row .fd-list {
      padding: 2rem 0;
  }

  .lizi-footer .container .row .fd-list .list-item {
      font-size: 1.875rem;
  }

  .lizi-footer .container .row .fd-list .list-item .label {
      width: 12.5rem;
  }

  .lizi-footer .container .row .fd-list .qr-code {
      width: 31.25rem;
      height: 31.25rem;
      margin: 0 auto;
  }

  .lizi-footer .container .row .fd-list .qr-code .qr-code-label {
      font-size: 1.875rem;
      padding: 1.25rem 0;
  }
}
