:root {
  --primary-color: #7548fd;
  --secondary-color: #a5a0ff;
  --accent-color: #ff2d55;
  --text-color: #333333;
  --background-color: #ffffff;
  --section-bg-color: #f2f2f7;
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.iconitem img {
  width: 20px;
  height: 20px;

}
.iconitem{
    width: 284px;
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #a98dff;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icondiv {
  display: flex;
  align-items: center;
}

.workBox a {
  color: inherit;
}
.logo {
  width: 256px;
}
.logo img {
  height: 38px;
  width: 100%;
}
.mleft {
  margin-left: 60px;
}
.mleft20 {
  margin-left: 20px;
}
.flexitem {
  display: flex;
  align-items: center;
}
.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mtop30 {
  margin-top: 30px;
}
.mtop10 {
  margin-top: 10px;
}
.font12 {
  font-size: 14px;
}
.active {
  color: #7a4dfd !important;
}
header {
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
@font-face {
  font-family: "iconfont"; /* Project id 4450170 */
  src: url("iconfont.woff2?t=1760412478670") format("woff2"),
    url("iconfont.woff?t=1760412478670") format("woff"),
    url("iconfont.ttf?t=1760412478670") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xia:before {
  content: "\e63b";
}

.icon-icon-arrow-down:before {
  content: "\e662";
}

.icon-icon-arrow-right:before {
  content: "\e660";
}

.more {
  display: inline-block;
  top: 0px;
  left: 4px;
  position: relative;
  color: #474560;
  font-weight: 600;
}
.moreright {
  transform: rotate(0deg);
}
.BannerBtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  margin-top: 200px;
  padding-left: 18%;
  box-sizing: border-box;
}

@media (max-width: 1600px) {
  .BannerBtn {
    padding-left: 14.5% !important;
  }
}

.rightIcon {
  font-size: 32px;
  margin-left: 4px;
  margin-bottom: 8px;
  display: flex;
  height: 21px;
  align-items: center;
}

.txtcolor {
  color: #7548fd;
  font-size: 20px;
  font-weight: 400;
}
.displayhide {
  display: none;
}
.cta-button {
  margin-top: 16px;
  display: inline-block;
  background-color: var(--accent-color);
  color: white;
  padding: 11px 35px;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  background: linear-gradient(270deg, #817aff 0%, #c296ff 100%), #a465fd;
}
.cta-buttonpd {
  margin-top: 0px !important;
  padding: 16px 55px !important;
}
.cta-button:hover {
  /* background-color: #ff6b81; */
  transform: translateY(-2px);
  background: linear-gradient(270deg, #817aff 0%, #c296ff 100%), #a465fd;
}
.tolinkBtnPosition {
  position: absolute;
  left: 14.1%;
  bottom: 30%;
}
.tolinkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: #7548fd;
  box-sizing: border-box;
  width: 178px;
  height: 54px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.ai1bg {
  background: url("../images/AI1.png");
  background-position: center;
  background-size: cover;
}
.ai2bg {
  background: url("../images/AI2.png");
  background-position: center;
  background-size: cover;
}
.ai3bg {
  background: url("../images/AI3.png");
  background-position: center;
  background-size: cover;
}

.titleh2 {
  text-align: center;
  margin-bottom: 2px;
}
.titleh2 h2 {
  text-align: center;
  font-size: 42px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.titleh2 p {
  margin-top: 0px;
  margin-bottom: 2px;
  letter-spacing: 1px;
  font-size: 16px;
  color: #474560;
}
.nocolor {
  background: linear-gradient(270deg, #aaaaaa 0%, #c7c7c7 100%) !important;
}
.fa-solid,
.fas,
.fa-star:before {
  color: #f9b84d;
}

footer {
  background-color: var(--primary-color);
  color: white;
  padding: 40px 0;
  display: block;
}
.mfooter {
  display: none !important;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-left {
  width: 40%;
}

.footer-right {
  flex: 1;
}
.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 97px;
  margin-top: 30px;
}
.footer-right {
  display: flex;
  justify-content: right;
}
.footer-nav {
  margin-right: 40px;
}
.footer-nav h4,
.footer-wechat h4 {
  margin-bottom: 15px;
}
.footer-nav ul {
  list-style-type: none;
  padding: 0;
}
.footer-nav ul li {
  margin-bottom: 17px;
}
.footer-nav ul li a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-family: Alibaba PuHuiTi 2;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.1em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
}
.footer-nav ul li a:hover {
  opacity: 0.8;
}
.footer-wechat .wechat-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 50px 0 50px;
}
.footer-wechat .wechat-info i {
  font-size: 24px;
  margin-bottom: 5px;
}
.footer-wechat .qr-code-container {
}
.footer-wechat .wechat-info:hover .qr-code-container {
  opacity: 1;
  visibility: visible;
}
.footer-wechat .qr-code {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.alert-container {
  position: fixed;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 100%;
  display: none;
}
.mabouttitle {
  display: none;
}
@media (max-width: 768px) {
  .alert-content {
    height: 66% !important;
    min-height: 520px;
  }
}

.alert-content {
  background: #fff;
  width: 60%;
  height: 74%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  max-width: 600px;
  max-height: 560px;
}
.alert-content-title {
  color: #08042c;
  font-size: 24px;
  font-weight: 600;
}
.alert-content-desc {
  color: #707187;
  font-size: 16px;
  margin-top: 14px;
}
.alert-content-item {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}
.item-input {
  width: 98%;
  height: 49px;
  border-radius: 8px;
  font-size: 16px;
  opacity: 1;
  padding: 13px 16px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
}
.item-inputbox {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.item-title {
  font-family: Source Han Sans;
  font-size: 16px;
  color: #08042c;
  display: flex;
}
.itemBtn {
  width: 260px;
  height: 54px;
  cursor: pointer;
  border-radius: 100px;
  opacity: 1;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  padding: 16px 48px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(270deg, #817aff 0%, #c296ff 100%), #a465fd;
  margin-top: 30px;
}
.alert-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.alert-text p {
  padding-top: 20px;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  background: url("../images/close.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.body,
html {
  width: 100%;
}
.mbft {
  display: none;
}
.footer-logo.logo {
  display: block;
}
.footer-logo.logo img {
  width: 140px;
  height: 48px;
}
.pcft {
  display: block;
}
.productnav:hover .productItem {
  opacity: 1;
}
.moreBtnBox {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreBtn {
  border-radius: 100px;
  width: 179px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #7548fd;
  color: #7548fd;
  cursor: pointer;
}

.show {
  display: block !important;
}

.appointment-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #f6f5fa;
}
.appointment-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  height: 354px;
  box-sizing: border-box;
  padding-top: 40px;
}
.appointmentinput {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.appointmentinput .item-input {
  width: 280px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #ebebeb;
}

.appointment-box .title {
  font-size: 40px;
  font-weight: 1000;
  background: linear-gradient(90deg, #bd91ff 0%, #7a4dfd 100%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.appointmentinput .desc {
  font-size: 16px;
  color: #474560;
}

.partnerBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 25px;
}
.partnerBox input {
  width: 500px;
  height: 44px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  margin-top: 16px;
  padding: 0 20px;
  font-size: 14px;
}
input:focus {
  outline: 1px solid #7548fd; /* 绿色外边框 */
  border-radius: 4px; /* 圆角效果 */
}

textarea:focus {
  outline: 1px solid #7548fd; /* 绿色外边框 */
  border-radius: 4px; /* 圆角效果 */
}

.partnerBox textarea {
  width: 500px;
  height: 100px;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  margin-top: 16px;
  padding: 10 20px;
  resize: none;
  overflow: auto;
}
.titletxt {
  font-size: 24px;
  font-weight: bold;
}
.desctxt {
  font-size: 14px;
  color: #474560;
}
.descboldtxt {
  font-size: 16px;
  font-weight: bold;
  color: #08042c;
}
.subtn {
  height: 52px !important;
  padding: 0 !important;
  width: 179px !important;
  border-radius: 100px !important;
  line-height: 50px;
  margin-top: 40px;
}
.rotate-270 {
  transform: rotate(270deg);
}
.rotate-90 {
  transform: rotate(90deg);
}

/* 通用解决方案（推荐） */
::placeholder {
  /* 标准语法 */
  color: #9d9da9;
}

/* 浏览器兼容性补充 */
::-webkit-input-placeholder {
  /* Chrome/Safari/Edge */
  color: #9d9da9;
}
:-moz-placeholder {
  /* Firefox 4-18 */
  color: #9d9da9;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9da9;
}
.mworkxbn {
  display: none !important;
}

.mcompanyBox {
  display: none !important;
}
.companyBox {
  display: flex !important;
}
.pcbox {
  display: flex !important;
}
.mbox {
  display: none !important;
}

.newTimetitle {
  width: 320px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15.5px;
  height: 76px;
  font-weight: 500;
  box-sizing: border-box;
  padding: 8px 10px;
  line-height: 17px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-direction: column;
}
.newTimetitle div {
  max-width: 320px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newTime {
  margin-top: 2px;
  font-size: 12px;
  color: #707187;
}

@media (max-width: 600px) {
  .pcBannerBox {
    height: 420px !important;
  }
  .gallery-item {
    margin: 10px 0 !important;
    width: 96% !important;
    display: inline-table;
    margin: 0 auto;
    height: 200px !important;
  }
  .AIBox {
    height: 740px !important;
  }
  .AIBox .bgBox .AIItem {
    width: 92% !important;
    /* height: 520px !important; */
     height: 590px !important;
    overflow: hidden !important;
  }
  .AIBox .bgBox .AIItemBanner {
    width: 100% !important;
    /* height: 450px !important; */
    height: 520px !important;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .AIBox {
    height: 1200px !important;
  }
  .gallery-item {
    margin: 10px 0 !important;
    width: 96% !important;
    display: inline-table;
    margin: 0 auto;
    height: 340px !important;
  }
}

@media (max-width: 768px) {
  /* .AIBox {
    height: 1200px !important;
  } */
  .pcBannerBox {
    /* height: 420px !important; */
  }
  .appointment-box .desc {
    width: 76%;
    text-align: center;
  }
  .pricing {
    padding-bottom: 4rem !important;
  }
  .pricing-option h3 {
    padding: 15px 33px 0px 33px !important;
  }
  .gallery-section {
    margin: 0 !important;
    padding: 30px 0 !important;
  }
  .features,
  .products,
  .reviews {
    padding-top: 40px !important;
  }

  .features h2 {
    font-size: 34px;
  }
  .products h2 {
    font-size: 34px;
  }
  .AIBox h2 {
    font-size: 34px;
  }
  .footer-content {
    flex-direction: column;
  }

  .footer-left,
  .footer-right {
    margin-bottom: -30px;
  }

  .footer-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
  }
  .footer-wechat .wechat-info {
    margin: 0 0px 0 0;
  }
  .wechat-info p {
    font-size: 12px;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .mbft {
    display: block;
  }
  .pcft {
    display: none;
  }
  .alert-content {
    min-width: 86%;
  }

  .footer-logo.logo {
    display: none;
  }
  footer {
    padding: 0 0 30px 0px;
  }
  .footer-logo {
    font-size: 14px;
    font-weight: 400;
  }
  .footer-nav {
    width: 58%;
    margin: 62px 40px 0 0;
    margin-right: 40px;
  }
  .footer-nav ul {
    display: flex;
    justify-content: flex-start;
  }
  .footer-nav ul li {
  }
  .footer-nav ul li a {
    font-size: 12px;
    border-right: 1px solid #fff;
    line-height: 1em;
    height: 1em;

    padding: 0 5px 0 7px;
  }
  .footer-nav ul li:last-child a {
    border-right: none;
  }
  .footer-nav ul li:first-child a {
    padding-left: 0;
  }

  .bqxx {
    font-size: 12px;
    margin: 0;
  }
  .footer-wechat .qr-code {
    width: 72px;
    height: 72px;
    margin-top: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  nav {
    padding: 16px 0 !important;
  }
  .mbnav .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mlogo {
    width: 160px !important;
    height: 24px !important;
  }
  .mbnav .logo img {
    width: 160px !important;
    height: 24px !important;
  }
  .mbnav .logo b {
    display: block;
    background: url("../images/whitemu.png") no-repeat center center;
    width: 2rem;

    height: 2rem;
    background-size: 90%;
  }
  .mbnav .logo b.mb-icon {
    display: block;
    background: url("../images/blackmu.png") no-repeat center center;
    width: 2rem;

    height: 2rem;
    background-size: 90%;
  }
  .mbnav .logo b.mb-icon2 {
    background: url("../images/closemu.png") no-repeat center center;
    background-size: 90%;
  }
  .mb-menu {
    display: none;
    background: #fff;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    padding: 0.9375rem 1.25rem;
    box-sizing: border-box;
    margin: 0;
  }
  .mb-menu ul {
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .mb-menu li.active a {
    color: #08042c;
  }
  .mb-menu li {
    border-bottom: 1px solid #eeeeee;
  }
  .mb-menu li a {
    font-family: Alibaba PuHuiTi 2;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 2rem;
    padding: 1rem 0;
    letter-spacing: 0em;
    display: block;
    font-variation-settings: "opsz" auto;
    color: #08042c;
  }

  .AIBox .bgBox .AIItem {
    width: 92% !important;
    height: 950px;
    overflow: hidden !important;
  }
  .AIBox .bgBox .AIItemBanner {
    width: 100% !important;
    height: 863px;
  }
  .mleft {
    margin-left: 0px;
  }
  .ai1bg {
    background: url("../images/mAI1.png");
    background-position: center;
    background-size: cover;
  }
  .ai2bg {
    background: url("../images/mAI2.png");
    background-position: center;
    background-size: cover;
  }
  .ai3bg {
    background: url("../images/mAI3.png");
    background-position: center;
    background-size: cover;
  }
    .newmAI1 {
    background: url("../images/newmAI1.png");
    background-position: center;
    background-size: cover;
  }
  .newmAI2 {
    background: url("../images/newmAI2.png");
    background-position: center;
    background-size: cover;
  }
  .newmAI3 {
    background: url("../images/newmAI3.png");
    background-position: center;
    background-size: cover;
  }
  .newmAI4 {
    background: url("../images/newmAI4.png");
    background-position: center;
    background-size: cover;
  }

  .partner {
    padding: 30px 12px !important;
  }
  .partnerBox input {
    width: 300px !important;
    height: 40px !important;
  }
  .partnerBox textarea {
    width: 300px !important;
    height: 80px !important;
  }
  .anli {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: auto !important;
    width: 100vw !important;
    align-items: center;
  }
  .anli .workBox {
    flex-direction: column;
    width: 100% !important;
    align-items: center;
  }
  .anli .workBox a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .anli .workBox .item {
    width: 320px !important;
  }
  .workBox .item img {
    width: 100% !important;
  }
  .workBox .item .title {
    width: 100% !important;
  }
  .joinbox .workBox {
    flex-direction: column;
    width: 100% !important;
    align-items: center;
    flex-wrap: nowrap;
  }
  .joinbox .workBox .item {
    width: 320px !important;
  }
  .servertable img {
    width: 360px !important;
    object-fit: cover;
  }
  .anli .container {
    max-width: 100vw !important;
  }
  footer {
    display: none;
  }
  .mfooter {
    display: block !important;
    width: 100%;
    height: 320px;
    background: #7548fd;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
  }
  .mfooter a {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .mfooter .desc {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
  }
  .mfooter .imgbox {
    position: absolute;
    right: 20px;
    top: 32%;
    margin: 0 auto;
    font-size: 13.5px;
  }
  .mfooter .imgbox img {
    width: 65px;
    height: 65px;
    border-radius: 4px;
  }

  .gallery-box {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    width: 100% !important;
    height: auto !important;
  }

  .appointmentinput {
    flex-direction: column;
  }
  .appointment-box {
    height: 440px;
  }
  .item-input {
    margin-top: 16px !important;
  }
  .more {
    top: -1px !important;
  }
  .mworkxbn {
    display: flex !important;
  }
  .workxbn {
    display: none !important;
  }
  .maBannerbox img {
    height: 420px !important;
  }
  .companyDesc {
    width: 100% !important;
    height: auto !important;
    display: flex;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .companyDesc img {
    width: 88% !important;
    object-fit: cover;
    height: auto !important;
  }
  .companyDesc .txtbox {
    width: 88% !important;
  }
  .companyDesc .txtbox .txttitle {
    display: none !important;
  }
  .companyRow {
    margin-top: 30px !important;
  }
  .mabouttitle {
    display: flex;
    margin-bottom: 30px !important;
  }
  .cpbox {
    height: auto !important;
  }
  .companyDesc .item {
    flex-direction: row !important;
    height: 110px !important;
    margin-top: 16px;
    justify-content: flex-start !important;
  }
  .companyDesc .item .title {
    margin-top: 2px !important;
  }
  .companyDesc .item img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    margin-right: 10px;
  }
  .originator {
    height: auto !important;
  }
  .originatoruserBox {
    display: flex;
    width: 100% !important;
    align-items: center !important;
    margin-top: 20px;
    flex-direction: column;
  }
  .originatoruserBox img {
    width: 130px !important;
    height: 170px !important;
  }
  .originatoruserBox .item {
    width: 92% !important;
    height: 360px !important;
    background: #f6f5fa;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    padding-top: 15px;
    margin-top: 20px;
  }

  .mcompanyBox {
    display: flex !important;
  }
  .companyBox {
    display: none !important;
  }
  .joinbox {
    height: auto !important;
    min-height: 600px !important;
    padding-top: 14px !important;
  }
  .joinrowbox {
    height: auto !important;
    justify-content: center !important;
  }
  .joinRow .joinrowbox .item {
    width: 92% !important;
    margin-top: 20px !important;
    height: 108px !important;
    padding: 30px !important;
  }
  .pcbox {
    display: none !important;
  }
  .mbox {
    display: flex !important;
  }
  .contentBox .left,
  .lines {
    width: 100% !important;
  }
  .contentBox .left {
    padding-top: 10px !important;
  }
  .contentBox .descboldtxt {
    font-size: 18px !important;
  }
  .contentBox .desctxt {
    font-size: 16px !important;
    text-align: justify;
  }
  .contentBox {
    width: 100% !important;
    margin-top: 30px !important;
  }
  .mMain {
    background-color: white !important;
    padding-top: 50px !important;
  }
  .jointitle {
    font-size: 32px !important;
  }
  .joinmbox {
    flex-direction: column !important;
    align-items: center !important;
  }

  .joinmitem {
    margin-right: 0px !important;
    width: 92% !important;
    margin-top: 20px;
  }
  .processRow .title {
    font-size: 16px !important;
  }
  .processbox {
    height: auto !important;
  }
  .processRow {
    flex-wrap: wrap !important;
  }

  .processRow .item {
    width: 160px !important;
    height: 100px !important;
    justify-content: center !important;
    margin-top: 30px;
    margin-left: 0px !important;
  }
  .mrow {
    margin-top: 100px !important ;
  }
  .processRow img {
    width: 70px !important;
    height: 70px !important;
  }
  .rowimg img {
    width: 46px !important;
    height: 19px !important;
  }
  .mrotate {
    transform: rotate(180deg);
  }
  .lastmrotate {
    position: absolute;
    top: -56px;
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .mproductItem {
    opacity: 1;
    transition: opacity 0.5s ease;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0);
    top: 0 !important;
    left: 0 !important;
    width: 333px;
    height: 204px;
    font-size: 1.3rem;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 24px;
    cursor: pointer;
    font-family: Alibaba PuHuiTi 3;
    font-size: 1rem !important;
    color: #08042c;
    position: relative;
  }
  .productItem a {
    margin: 4px 0px;
    padding: 4px !important;
  }

  .gallery-flex {
    display: none;
  }
  .phoneProduct {
    display: flex;
    flex-direction: column;
  }
  .row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
}
