@media screen and (min-width: 980px) {
  .body {
    min-width: 1280px;
    max-width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .body .item-introduce {
    width: 100%;
    height: 674px;
    background: url("/static/img/produceBG1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  .body .item-introduce .item-introduce-info {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 104px;
  }

  .body .item-introduce .item-introduce-info .bg1x {
    width: 710px;
    height: 100%;
  }

  .body .item-introduce .item-introduce-info .info-text {
    width: 391px;
    height: 100%;
    padding-top: 134px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-title {
    height: 80px;
    font-size: 48px;
    letter-spacing: 1.85px;
    line-height: 80px;
    font-weight: bold;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-title:nth-of-type(1) {
    color: #4C8FFF;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-title:nth-of-type(2) {
    color: #333333;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-module {
    margin-top: 40px;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: space-between;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-module .text-module-item .item1 {
    height: 37px;
    font-size: 28px;
    color: #333333;
    letter-spacing: 1.17px;
    line-height: 37px;
    font-weight: bold;
    display: flex;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-module .text-module-item .item1 p:nth-of-type(1) {
    font-size: 18px;
    line-height: 48px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-module .text-module-item .item1 p:nth-of-type(2) {
    font-size: 24px;
    line-height: 40px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-module .text-module-item .item2 {
    margin-top: 8px;
    width: 32px;
    height: 3px;
    background: #4C8FFF;
    border-radius: 2px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-module .text-module-item .item3 {
    margin-top: 8px;
    height: 19px;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
  }

  .body .item-introduce .item-introduce-info .info-text .registers {
    width: 220px;
    height: 56px;
    margin-top: 60px;
    border-radius: 14px;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-product-module {
    width: 1280px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(169, 182, 203, 0.1);
    border-radius: 8px;
    position: absolute;
    bottom: -80px;
    display: flex;
    gap: 118px;
    padding: 44px 32px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-product-module .product-module-item {
    display: flex;
    gap: 7px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-product-module .product-module-item .module-img {
    width: 72px;
    height: 72px;
    text-align: center;
  }

  .body .item-introduce .item-introduce-info .info-text .info-product-module .product-module-item .module-info .go {
    width: 60px;
    height: 20px;
    background-image: linear-gradient(90deg, #4C8FFF 0%, #A4C6FF 100%);
    border-radius: 12px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 8px;
  }

  .body .item-introduce .item-introduce-info .info-text .info-product-module .product-module-item .module-info p {
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 10px;
  }

  .body .item-cms {
    width: 100%;
    height: 600px;
    background: url("/static/img/produceBG2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .body .item-cms .item-cms-info {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  .body .item-caiji {
    width: 100%;
    height: 600px;
    background: url("/static/img/produceBG3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .body .item-caiji .item-caiji-info {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    gap: 39px;
  }

  .body .item-plugin {
    width: 100%;
    height: 600px;
    background: url("/static/img/produceBG4.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .body .item-plugin .item-plugin-info {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    gap: 44px;
  }

  .body .item-operate {
    width: 100%;
    height: 600px;
    background: url("/static/img/produceBG5.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .body .item-operate .item-operate-info {
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    gap: 31px;
  }

  .cms-introduce {
    height: 100%;
  }

  .cms-introduce .subtitle {
    font-size: 26px;
    color: #333333;
    letter-spacing: 1px;
    padding: 0px 3px;
  }

  .cms-introduce .point {
    width: 100%;
    height: 21px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.62px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
  }

  .cms-introduce .point:nth-of-type(1) {
    margin-top: 40px;
  }

  .cms-introduce .point>img {
    width: 14px;
    height: 14px;
  }

  .subBtnbox {
    width: 344px;
    height: 48px;
    display: flex;
    gap: 24px;
  }

  .subBtnbox button {
    width: 160px;
    height: 48px;
    border-radius: 12px;
    font-size: 20px;
    letter-spacing: 1px;
  }

  .subBtnbox button:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
  }

  .item-about {
    width: 100%;
    height: 235px;
    background: url("/static/img/indexBG5.jpg") center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-about .about-info {
    font-size: 28px;
    color: #333333;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 56px;
  }

  .item-footer {
    width: 100%;
    height: 240px;
    background: #000C28;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .item-footer .footer-info {
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    gap: 236px;
    justify-content: center;
    padding-top: 40px;
  }

  .item-footer .footer-info .footer-info-about {
    height: auto;
    max-width: 438px;
    display: flex;
    gap: 24px;
    position: relative;
  }

  .item-footer .footer-info .footer-info-about .info .email,
  .item-footer .footer-info .footer-info-about .info .telegraph,
  .item-footer .footer-info .footer-info-about .info .phone {
    max-width: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
  }

  .item-footer .footer-info .footer-info-about .info .email img,
  .item-footer .footer-info .footer-info-about .info .telegraph img,
  .item-footer .footer-info .footer-info-about .info .phone img {
    width: 14px;
    height: 14px;
  }

  .item-footer .footer-info .footer-info-about .info .email p,
  .item-footer .footer-info .footer-info-about .info .telegraph p,
  .item-footer .footer-info .footer-info-about .info .phone p {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
  }

  .item-footer .footer-info .footer-info-about .qrcode {
    max-height: 176px;
    min-height: auto;
    display: flex;
    gap: 24px;
    padding-top: 31px;
  }

  .item-footer .footer-info .footer-info-about .qrcode .qrcode-item {
    width: 95px;
    height: fit-content;
    max-height: 144px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 8px 8px;
    overflow: hidden;
  }

  .item-footer .footer-info .footer-info-about .qrcode .qrcode-item img {
    width: 80px;
    height: 80px;
  }

  .item-footer .footer-info .footer-info-about .qrcode .qrcode-item p {
    width: 100%;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #333333;
    line-height: 12px;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .item-footer .footer-info .footer-info-entry {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .item-footer .footer-info .footer-info-entry a {
    text-decoration: none;
    color: #ffffff;
    white-space: nowrap;
  }

  .item-footer .footer-info .footer-info-link p {
    font-size: 16px;
  }

  .item-footer .footer-info .footer-info-link .link-box {
    margin-top: 15px;
    height: 124px;
    display: flex;
    flex-direction: column;
    gap: 16px 40px;
    flex-wrap: wrap;
  }

  .item-footer .footer-info .footer-info-link .link-box p a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
  }

}

@media screen and (max-width: 980px) {
  .body {
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    padding-top: 0;
    position: relative;
    background: url("/static/img/productBG.png");
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .body .item-introduce {
    width: 100%;
    padding-top: 18.6667vw;
    position: relative;
  }

  .body .item-introduce .item-introduce-info {
    width: 100%;
    height: auto;
    padding: 0 0 5.6vw 5.3333vw;
    position: relative;
    background: url("/static/img/productBG1.png") right top;
    background-size: 56vw 38vw;
    background-repeat: no-repeat;
  }

  .body .item-introduce .item-introduce-info .info-text {
    width: auto;
    height: 100%;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-title {
    height: 8vw;
    font-size: 5.8667vw;
    color: #4C8FFF;
    letter-spacing: 0;
    line-height: 8vw;
    font-weight: bold;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-title:nth-of-type(1) {
    color: #4C8FFF;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-title:nth-of-type(2) {
    color: #333333;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-introduce {
    font-size: 3.2vw;
    color: #566881;
    letter-spacing: 0;
    line-height: 3.2vw;
    margin-top: 3.2vw;
  }

  .body .item-introduce .item-introduce-info .info-text .info-text-introduce:nth-of-type(1) {
    margin-top: 2.6667vw;
  }

  .body .item-introduce .info-text-module {
    width: 100%;
    height: 18.6667vw;
    display: flex;
    padding: 2.6667vw 0 2vw 9.0667vw;
    background: rgba(255, 255, 255, 0.5);
  }

  .body .item-introduce .info-text-module .text-module-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.2001vw;
  }

  .body .item-introduce .info-text-module .text-module-item .item1 {
    height: 6.6667vw;
    font-size: 4.8vw;
    color: #333333;
    line-height: 6.6667vw;
    font-weight: bold;
    display: flex;
  }

  .body .item-introduce .info-text-module .text-module-item .item1 p:nth-of-type(1) {
    font-size: 3.7333vw;
    line-height: 8.5333vw;
  }

  .body .item-introduce .info-text-module .text-module-item .item1 p:nth-of-type(2) {
    line-height: 7.4667vw;
  }

  .body .item-introduce .info-text-module .text-module-item .item2 {
    margin: 0 auto;
    margin-top: 0.8vw;
    width: 4.2667vw;
    height: 0.8vw;
    background: #4C8FFF;
    border-radius: 0.4vw;
  }

  .body .item-introduce .info-text-module .text-module-item .item3 {
    margin-top: 1.3333vw;
    height: 4.4vw;
    font-size: 3.2vw;
    color: #333333;
    line-height: 2.0625re;
  }

  .body .subTitle {
    width: 100%;
    height: 4.8vw;
    font-size: 4.8vw;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 4.8vw;
    font-weight: bold;
    margin-top: 9.3333vw;
  }

  .body .subIntroduce {
    width: 83.3333vw;
    font-size: 3.2vw;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 5.3333vw;
    margin: 0 auto;
    margin-top: 3.2vw;
  }

  .body .subImg {
    width: 100%;
  }

}