@media screen and (min-width: 980px) {

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

  body {
    width: 100% !important;
    font-family: Microsoft YaHei;
  }

  body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .body {
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: relative;
  }

  .item-golang {
    width: 100%;
    height: 1457px;
    background: url('/static/images/indexBG1.jpg') top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-golang .item-title {
    font-size: 48px;
    color: #333333;
    letter-spacing: 2px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .item-golang .item-I {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.62px;
    margin-top: 24px;
    line-height: 21px;
  }

  .item-golang .btnBox {
    display: flex;
    gap: 60px;
    height: 56px;
    margin-top: 48px;
  }

  .item-golang .btnBox button {
    width: 220px;
    height: 56px;
    border-radius: 14px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 56px;
    border: 0px solid #FFFFFF;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }

  .item-golang .btnBox button:hover {
    opacity: .7;
  }

  .item-golang .btnBox button:nth-child(1) {
    background: #4C8FFF;
  }

  .item-golang .btnBox button:nth-child(2) {
    background: #52649B;
  }

  .item-golang .cmsImg {
    width: 1200px;
    height: 686px;
    border-radius: 20px;
    margin-top: 40px;
  }

  .item-golang .item-C {
    font-size: 26px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 35px;
    margin-top: 76px;
  }

  .item-golang .cms-itemBox {
    width: 1234px;
    height: 160px;
    margin-top: 50px;
    display: flex;
    gap: 71px;
  }

  .item-golang .cms-itemBox .cms-itemBox-item {
    width: 190px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .1s;
    cursor: pointer;
  }

  .item-golang .cms-itemBox .cms-itemBox-item:hover {
    margin-top: -12px;
  }

  .item-golang .cms-itemBox .cms-itemBox-item:hover img {
    width: 56px;
    height: 56px;
  }

  .item-golang .cms-itemBox .cms-itemBox-item:hover p:nth-of-type(1) {
    font-weight: bold;
  }

  .item-golang .cms-itemBox .cms-itemBox-item:hover p:nth-of-type(2) {
    color: #333333;
  }

  .item-golang .cms-itemBox .cms-itemBox-item:nth-of-type(1):hover img {
    box-shadow: 0px 5px 16px 0px rgba(132, 146, 191, 0.7);
  }

  .item-golang .cms-itemBox .cms-itemBox-item:nth-of-type(2):hover img {
    box-shadow: 0px 5px 10px 0px rgba(76, 143, 255, 0.6);
  }

  .item-golang .cms-itemBox .cms-itemBox-item:nth-of-type(3):hover img {
    box-shadow: 0px 5px 10px 0px rgba(246, 149, 75, 0.6);
  }

  .item-golang .cms-itemBox .cms-itemBox-item:nth-of-type(4):hover img {
    box-shadow: 0px 5px 10px 0px rgba(89, 84, 233, 0.6);
  }

  .item-golang .cms-itemBox .cms-itemBox-item:nth-of-type(5):hover img {
    box-shadow: 0px 5px 10px 0px rgba(84, 221, 118, 0.6);
  }

  .item-golang .cms-itemBox .cms-itemBox-item img {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    transition: all .1s;
  }

  .item-golang .cms-itemBox .cms-itemBox-item p {
    text-align: center;
    transition: all .1s;
  }

  .item-golang .cms-itemBox .cms-itemBox-item p:nth-of-type(1) {
    font-size: 18px;
    color: #333333;
    margin-top: 24px;
  }

  .item-golang .cms-itemBox .cms-itemBox-item p:nth-of-type(2) {
    margin-top: 16px;
    font-size: 14px;
    color: #777777;
    line-height: 24px;
  }

  .item-cms {
    width: 100%;
    height: 583px;
    background: url('/static/images/indexBG2.jpg') center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 143px;
    padding-bottom: 40px;
    display: flex;
    gap: 57px;
    justify-content: center;
    align-items: center;
  }

  .item-cms .cms-module {
    width: 828px;
    height: 100%;
    display: flex;
    gap: 24px;
    margin-left: -42px;
  }

  .item-cms .cms-module .cms-module-item {
    width: 260px;
    height: 400px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    box-shadow: 0px 5px 20px 0px rgba(101, 145, 227, 0.2);
    border-radius: 16px;
    padding: 91px 30px;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .item-cms .cms-module .cms-module-item:hover {
    height: 420px;
    margin-top: -10px;
  }

  .item-cms .cms-module .cms-module-item:hover>p:nth-of-type(1) {
    font-weight: bold;
  }

  .item-cms .cms-module .cms-module-item:hover>p:nth-of-type(2) {
    color: #333333;
  }

  .item-cms .cms-module .cms-module-item:hover .hoverBox {
    display: block;
    opacity: 1;
    bottom: 30px;
  }

  .item-cms .cms-module .cms-module-item>img {
    width: 57.5px;
    height: 46px;
    pointer-events: none;
  }

  .item-cms .cms-module .cms-module-item>p {
    pointer-events: none;
  }

  .item-cms .cms-module .cms-module-item>p:nth-of-type(1) {
    margin-top: 24px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
  }

  .item-cms .cms-module .cms-module-item>p:nth-of-type(2) {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    margin-top: 16px;
  }

  .item-cms .cms-introduce {
    width: 344px;
    height: 100%;
    padding: 35px 0;
  }

  .item-cms .cms-introduce .subtitle {
    font-size: 26px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 35px;
  }

  .item-cms .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;
  }

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

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

  .item-advantage {
    width: 100%;
    height: 837px;
    background: url('/static/images/indexBG3.jpg') center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
  }

  .item-advantage .advantage-box {
    width: 1280px;
    height: 797px;
    background: url('/static/images/advantageBG.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 32px;
    padding: 0 40px;
  }

  .item-advantage .advantage-box .advantage-title {
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 50px;
    text-align: center;
  }

  .item-advantage .advantage-box .item-I {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 14px;
    text-align: center;
  }

  .item-advantage .advantage-box .advantage-module {
    width: 1200px;
    height: 612px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .item-advantage .advantage-box .advantage-module .module-item {
    width: 385px;
    height: 206px;
    padding-top: 24px;
    padding-left: 45px;
    position: relative;
  }

  .item-advantage .advantage-box .advantage-module .module-item:hover .module-info {
    opacity: 0;
  }

  .item-advantage .advantage-box .advantage-module .module-item:hover .hoverBox {
    display: block;
    opacity: 1;
    bottom: 20px !important;
  }

  .item-advantage .advantage-box .advantage-module .module-item:nth-of-type(3n+1) {
    padding-left: 0;
    padding-right: 45px;
  }

  .item-advantage .advantage-box .advantage-module .module-item:nth-of-type(3n+2) {
    width: 430px;
    padding-right: 45px;
  }

  .item-advantage .advantage-box .advantage-module .module-item:nth-of-type(1)::after {
    content: '';
    width: 1px;
    height: 578px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 30px;
  }

  .item-advantage .advantage-box .advantage-module .module-item:nth-of-type(2)::after {
    content: '';
    width: 1px;
    height: 578px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 30px;
  }

  .item-advantage .advantage-box .advantage-module .module-item:nth-of-type(7)::after,
  .item-advantage .advantage-box .advantage-module .module-item:nth-of-type(4)::after {
    content: '';
    width: 1200px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0px;
  }

  .item-advantage .advantage-box .advantage-module .module-item .module-title {
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 24px;
  }

  .item-advantage .advantage-box .advantage-module .module-item .module-info {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 12px;
    transition: all .8s;
  }

  .item-application {
    width: 100%;
    height: 880px;
    background: url('/static/images/indexBG4.jpg') center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-application .application-info {
    width: 1280px;
    padding-left: 40px;
  }

  .item-application .application-info .application-title {
    font-size: 26px;
    color: #333333;
    letter-spacing: 1px;
  }

  .item-application .application-info .item-I {
    font-size: 16px;
    color: #333333;
    margin-top: 14px;
  }

  .item-application .application-info .application-module {
    height: 544px;
    margin-top: 22px;
  }

  .item-application .application-info .application-module .module-item {
    height: 64px;
    padding-left: 24px;
    margin-top: 44px;
    position: relative;
    cursor: pointer;
  }

  .item-application .application-info .application-module .module-item:hover p:nth-child(1) {
    font-weight: bold;
  }

  .item-application .application-info .application-module .module-item:hover p:nth-child(2) {
    color: #333333;
  }

  .item-application .application-info .application-module .module-item:hover .item-img {
    height: 200px;
  }

  .item-application .application-info .application-module .module-item:hover .item-img:nth-of-type(1) {
    margin-top: -12px;
  }

  .item-application .application-info .application-module .module-item p:nth-child(1) {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1px;
    position: relative;
    overflow: visible;
  }

  .item-application .application-info .application-module .module-item p:nth-child(1)::after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -24px;
  }

  .item-application .application-info .application-module .module-item p:nth-child(2) {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    line-height: 24px;
    margin-top: 16px;
  }

  .item-application .application-info .application-module .module-item:nth-of-type(1) p:nth-child(1)::after {
    background-image: linear-gradient(116deg, #4E8AFF 9%, rgba(103, 173, 255, 0) 100%);
  }

  .item-application .application-info .application-module .module-item:nth-of-type(2) p:nth-child(1)::after {
    background-image: linear-gradient(116deg, #FF8D28 9%, rgba(255, 199, 134, 0) 100%);
  }

  .item-application .application-info .application-module .module-item:nth-of-type(3) p:nth-child(1)::after {
    background-image: linear-gradient(116deg, #78D5FF 9%, rgba(128, 224, 255, 0) 100%);
  }

  .item-application .application-info .application-module .module-item:nth-of-type(4) p:nth-child(1)::after {
    background-image: linear-gradient(122deg, #A5EEB3 20%, rgba(128, 255, 176, 0) 100%);
  }

  .item-application .application-info .application-module .module-item .item-img {
    width: 200px;
    height: 180px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(101, 145, 227, 0.2);
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all .3s;
  }

  .item-application .application-info .application-module .module-item:nth-of-type(1) .item-img {
    left: 710px;
    top: 0px;
    z-index: 2;
  }

  .item-application .application-info .application-module .module-item:nth-of-type(2) .item-img {
    left: 951px;
    top: 0px;
    z-index: 1;
  }

  .item-application .application-info .application-module .module-item:nth-of-type(3) .item-img {
    left: 710px;
    top: 12px;
    z-index: 2;
  }

  .item-application .application-info .application-module .module-item:nth-of-type(4) .item-img {
    left: 951px;
    top: 12px;
    z-index: 2;
  }

  .item-about {
    width: 100%;
    height: 235px;
    background: url('/static/images/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: 14px;
  }

  .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 a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
  }

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

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

  .hoverBox {
    height: 48px;
    position: absolute;
    opacity: 0;
    bottom: -50px;
    transition: all .8s;
    z-index: 2;
  }

  .hoverBox button {
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
  }

  .hoverBox button:hover {
    opacity: .7;
  }

  .deta.el-dialog {
    box-shadow: 0px 4px 20px 0px rgba(76, 143, 255, 0.1);
    border-radius: 16px !important;
    overflow: auto;
  }

  .deta .notices {
    box-shadow: 0px 4px 20px 0px rgba(76, 143, 255, 0.1);
    border-radius: 16px !important;
    overflow: auto;
  }

  .deta .el-dialog__header {
    padding-top: 24px;
    padding-bottom: 0px;
    position: relative;
    z-index: 4;
  }

  .deta .el-dialog__title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
  }

  .deta .el-dialog__body {
    padding: 0 0 !important;
    position: relative;
    min-height: 100%;
    max-height: 501px;
  }

  .deta .hides {
    display: none;
    z-index: 50;
  }

  .deta .borders {
    border: 5px solid #333;
  }

  .deta .el-overlay:has(.hides) {
    background-color: rgba(0, 0, 0, 0);
  }

  .deta .el-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .partner {
    width: 100%;
    min-height: 336px;
    max-height: 100%;
    background: #FAFAFA;
    border: .1px solid #fff;
  }

  .partner-tip {
    height: 56px;
    font-family: PingFangSC-Medium;
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    line-height: 56px;
    margin-top: 60px;
  }

  .partnerimgbox {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .subimgbox {
    width: 280px;
    height: 100px;
    text-align: center;
  }

  .subimgbox>img {
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    cursor: pointer;
  }

  .friend {
    width: 100%;
    height: 150px;
    border: .1px solid #fff;
  }

  .friendlink {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    margin-top: 44px;
    list-style: none;
  }

  .friendlink p {
    color: #333333;
    font-weight: 400;
    cursor: default;
    font-size: 14px;
    margin-top: 12px;
  }

  .friendlink>li {
    height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
    margin-left: 23.5px;
    margin-top: 16px;
    cursor: pointer;
  }

  .friendlink>li>a {
    text-decoration: none;
    color: #999999;
  }

  .friendlink>li>a:hover {
    color: #333333;
  }

  .friendlink>li>a:focus {
    color: #333333;
  }

  .friendlink>li::after {
    content: '|';
    width: 1px;
    height: 10px;
    margin-left: 23.5px;
    line-height: 20px;
    color: #d7d7d7;
  }

  .indexNotice {
    width: 1280px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
  }

  .noticeTxt {
    width: 1386px;
    height: 25px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 6;
  }

  .noticeword {
    position: relative;
    /* right: -100%; */
    width: fit-content;
    transition: all .8s linear;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .noticeword::after {
    position: absolute;
    right: -100%;
    content: attr(text);
    z-index: 6;
  }

  .aBox {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .notice-content {
    width: 1120px;
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .flexs {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
  }

  .flexs p:nth-of-type(1):hover {
    font-weight: bold;
  }

  .flexs p:nth-of-type(1):hover+.notice-content {
    font-weight: bold;
    color: #333333;
  }

  .flexs p:nth-of-type(2):hover {
    font-weight: bold;
    color: #333333;
  }

  .txtEND {
    width: 1100px;
    position: relative;
    z-index: -1;
  }

  .infoBox {
    width: 405px;
    height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(207, 207, 207, 0.6);
    position: absolute;
    top: -206px;
    right: -42px;
    border-radius: 16px;
    padding: 24px 16px;
    color: #333333;
    display: none;
  }

  .infoBox::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 75%;
    transform: translateX(-50%);
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }

  .infoBox .info-detail {
    display: flex;
    gap: 4px;
    font-family: Microsoft YaHei;
  }

  .infoBox .info-detail .info .email,
  .infoBox .info-detail .info .telegraph,
  .infoBox .info-detail .info .phone {
    width: 196px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
    font-size: 14px;
    overflow: hidden;
  }

  .infoBox .info-detail .info .email img,
  .infoBox .info-detail .info .telegraph img,
  .infoBox .info-detail .info .phone img {
    width: 14px;
    height: 14px;
    filter: drop-shadow(24px 0 0 #333333);
    transform: translate(-24px);
  }

  .infoBox .info-detail .info .email p,
  .infoBox .info-detail .info .telegraph p,
  .infoBox .info-detail .info .phone p {
    max-width: 176px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
  }

  .infoBox .info-detail .qrcode {
    width: 172px;
    max-height: 176px;
    min-height: auto;
    display: flex;
    gap: 16px;
    margin-top: 14px;
  }

  .infoBox .info-detail .qrcode .qrcode-item {
    width: 78px;
    height: fit-content;
    max-height: 144px;
    background: #ECECEC;
    border-radius: 6px;
    padding: 8px 8px;
    overflow: hidden;
  }

  .infoBox .info-detail .qrcode .qrcode-item img {
    width: 60px;
    height: 60px;
  }

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

  .plain-btn:hover {
    opacity: 1;
  }

  .plain-btn:hover span {
    opacity: .7;
  }

  .plain-btn:hover .infoBox {
    display: block;
  }

  .el-dialog.allNotice {
    width: 640px;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(88, 88, 88, 0.6);
    border-radius: 16px;
  }

  .el-dialog.allNotice .el-dialog__header {
    padding-top: 16px;
    border-bottom: 1px solid #E3E3E3;
    margin-right: 0;
  }

  .el-dialog.allNotice .el-dialog__header .el-dialog__title {
    font-size: 14px;
    color: #333333;
  }

  .el-dialog.allNotice .el-dialog__header .el-dialog__headerbtn {
    top: 2px;
  }

  .el-dialog.allNotice .el-dialog__body {
    padding: 16px 24px;
    padding-right: 6px;
  }

}

@media screen and (max-width: 980px) {
  .body {
    width: 100%;
    min-height: 100vh;
    max-height: 100%;
    padding-top: 0 !important;
    position: relative;
    background: url("/static/images/indexBG.png");
    background-size: 100%;
  }

  .item-golang {
    width: 100%;
    padding-top: 18.9333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .item-golang p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .item-golang .item-title {
    width: 75vw;
    font-size: 6.6667vw;
    color: #333333;
    letter-spacing: 2px;
    text-align: center;
    line-height: 9.3333vw;
    font-weight: bold;
    margin-bottom: 4.2667vw;
  }

  .item-golang .item-I {
    font-size: 3.2vw;
    color: #333333;
    letter-spacing: 0;
    line-height: 3.2vw;
  }

  .item-golang .cmsImg {
    width: 85.3333vw;
    height: 50.1333vw;
    margin-top: 2.6667vw;
    margin-bottom: 6.6667vw;
  }

  .item-golang .item-C {
    font-size: 4.8vw;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 4.2667vw;
    font-weight: bold;
    margin-top: 12vw;
  }

  .item-golang .cms-itemBox {
    width: 100%;
    height: 44.8vw;
    margin-top: 5.3333vw;
    overflow-x: scroll;
    padding: 0 5.3333vw;
  }

  .item-golang .cms-itemBox::-webkit-scrollbar {
    height: 0px;
  }

  .item-golang .cms-itemBox .cms-scroll {
    width: 189.3333vw;
    height: 42.6667vw;
    display: flex;
    gap: 4vw;
  }

  .item-golang .cms-itemBox .cms-itemBox-item {
    width: 34.6667vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .1s;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    box-shadow: 0px 5px 20px 0px rgba(101, 145, 227, 0.2);
    border-radius: 2.1333vw;
  }

  .item-golang .cms-itemBox .cms-itemBox-item img {
    width: 12vw;
    height: 12vw;
    border-radius: 2.1333vw;
    transition: all .1s;
    margin-top: 6.6667vw;
  }

  .item-golang .cms-itemBox .cms-itemBox-item p {
    text-align: center;
    transition: all .1s;
  }

  .item-golang .cms-itemBox .cms-itemBox-item p:nth-of-type(1) {
    font-size: 3.7333vw;
    color: #333333;
    letter-spacing: 0;
    margin-top: 4vw;
    font-weight: bold;
  }

  .item-golang .cms-itemBox .cms-itemBox-item p:nth-of-type(2) {
    font-size: 3.2vw;
    color: #777777;
    letter-spacing: 0;
    line-height: 3.2vw;
    margin-top: 3.2vw;
  }

  .cms-product {
    width: 89.3333vw;
    height: 132vw;
    margin: 5.3333vw auto;
    background: rgba(255, 255, 255, 0.2);
    border: 0.2667vw solid white;
    box-shadow: 0vw 0.6667vw 2.6667vw 0vw rgba(101, 145, 227, 0.2);
    border-radius: 2.1333vw;
    padding: 6.6667vw 4vw;
  }

  .cms-product .cms-product-item {
    width: 100%;
    height: 35.7333vw;
    margin-top: 5.3333vw;
  }

  .cms-product .cms-product-item:nth-of-type(1) {
    margin-top: 0rem;
  }

  .cms-product .cms-product-item .product-item-title {
    width: 100%;
    height: 10.6667vw;
    border-radius: 1.0667vw;
    padding: 2.4vw 3.2vw;
    display: flex;
    align-items: center;
    gap: 2.6667vw;
  }

  .cms-product .cms-product-item .product-item-title img {
    width: 10.6667vw;
    height: 9.3333vw;
  }

  .cms-product .cms-product-item .product-item-title p {
    font-size: 4.2667vw;
    line-height: 4.2667vw;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: bold;
  }

  .cms-product .cms-product-item .product-item-introduce {
    width: 100%;
    font-size: 4.2667vw;
    color: #333333;
    letter-spacing: 0;
    text-align: justify;
    line-height: 7.4667vw;
    margin-top: 2.6667vw;
  }

  .cms-advantage {
    width: 89.3333vw;
    height: 70.4vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 6.6667vw 11vw;
    margin-top: 5.3333vw;
  }

  .cms-advantage .cms-advantage-item {
    width: 22.4vw;
    height: 19.0667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.6667vw;
  }

  .cms-advantage .cms-advantage-item img {
    width: 12vw;
    height: 12vw;
  }

  .cms-advantage .cms-advantage-item p {
    font-size: 3.2vw;
    color: #333333;
    line-height: 3.2vw;
    font-weight: bold;
    text-align: center;
  }

  .cms-module-item {
    width: 89.3333vw;
    height: 29.3333vw;
    background: rgba(255, 255, 255, 0.2);
    border: 0.2667vw solid white;
    box-shadow: 0vw 0.6667vw 2.6667vw 0vw rgba(101, 145, 227, 0.2);
    border-radius: 2.1333vw;
    margin-top: 6.6667vw;
    padding: 5.3333vw 4vw;
    display: flex;
    gap: 4vw;
  }

  .cms-module-item img {
    width: 18.6667vw;
    height: 18.6667vw;
  }

  .cms-module-item:nth-of-type(1) {
    margin-top: 5.3333vw;
  }

  .cms-module-item .module-item-info p {
    font-size: 4.2667vw;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
  }

  .cms-module-item .module-item-info div {
    width: 55.4667vw;
    font-size: 3.2vw;
    color: #777777;
    text-align: justify;
    line-height: 5.3333vw;
    margin-top: 1.3333vw;
  }

  .indexNotice {
    width: 89.3333vw;
    height: 6.6667vw;
    background: rgba(255, 255, 255, 0.7);
    border: 0.1333vw solid white;
    border-radius: 1.0667vw;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .noticeTxt {
    width: 85.3333vw;
    height: 4.2667vw;
    font-family: PingFangSC-Regular;
    font-size: 3.2vw;
    color: #333333;
    font-weight: 400;
    line-height: 2.6667vw;
    margin-top: 1.8667vw;
    margin-left: 2.1333vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 6;
  }

  .noticeword {
    position: relative;
    width: fit-content;
    transition: all .8s linear;
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }

  .noticeword::after {
    position: absolute;
    right: -100%;
    content: attr(text);
    z-index: 6;
  }

  .aBox {
    display: flex;
    flex-direction: column;
    gap: 1.6vw;
  }

  .notice-content {
    width: 74.6667vw;
    font-size: 1.6vw;
    color: #666666;
    margin-left: 0.6667vw;
    height: 3.4667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3.4667vw;
  }

  .flexs {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
  }

  .flexs p {
    line-height: 3.4667vw;
  }

  .flexs p:nth-of-type(1):hover {
    font-weight: bold;
  }

  .flexs p:nth-of-type(1):hover+.notice-content {
    font-weight: bold;
    color: #333333;
  }

  .flexs p:nth-of-type(2):hover {
    font-weight: bold;
    color: #333333;
  }

  .deta.el-dialog {
    box-shadow: 0vw 0.5333vw 2.6667vw 0vw rgba(76, 143, 255, 0.1);
    border-radius: 2.1333vw !important;
    overflow: auto;
  }

  .deta .notices {
    box-shadow: 0vw 0.5333vw 2.6667vw 0vw rgba(76, 143, 255, 0.1);
    border-radius: 2.1333vw !important;
    overflow: auto;
  }

  .deta .el-dialog__header {
    padding-top: 3.2vw;
    padding-bottom: 0rem;
    position: relative;
    z-index: 4;
  }

  .deta .el-dialog__title {
    font-size: 3.2vw;
    color: #333333;
    font-weight: 500;
  }

  .deta .el-dialog__body {
    padding: 0 0 !important;
    position: relative;
    min-height: 100%;
    max-height: 66.8vw;
  }

  .deta .hides {
    display: none;
    z-index: 50;
  }

  .deta .borders {
    border: 0.6667vw solid #333;
  }

  .deta .el-overlay:has(.hides) {
    background-color: rgba(0, 0, 0, 0);
  }

  .deta .el-overlay {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .el-dialog.allNotice {
    width: 85.3333vw;
    height: 85.3333vw;
    background: #FFFFFF;
    box-shadow: 0vw 0.5333vw 2.6667vw 0vw rgba(88, 88, 88, 0.6);
    border-radius: 15.9998px;
  }

  .el-dialog.allNotice .el-dialog__header {
    padding-top: 2.1333vw;
    border-bottom: 0.1333vw solid #E3E3E3;
    margin-right: 0;
  }

  .el-dialog.allNotice .el-dialog__header .el-dialog__title {
    font-size: 1.8667vw;
    color: #333333;
  }


  .el-dialog.allNotice .el-dialog__body {
    padding: 2.1333vw 3.2vw;
    padding-right: 0.8vw;
  }

  .el-dialog__headerbtn {
    width: 3.2vw;
    height: 3.2vw;
    font-size: 3.2vw;
    top: 2.6667vw;
    right: -2.1333vw;
  }

  .partner{
    width: 100vw;
    padding-bottom: 9.3333vw;
    background: #F4F8FC;
  }

  .partner-tip1{
    width: 100vw;
    text-align: center;
    font-size: 4.8vw;
    color: #333333;
    letter-spacing: 0;
    line-height: 4.8vw;
    font-weight: bold;
    padding-top: 5.3333vw;
  }

  .partner-tip2{
    width: 100vw;
    text-align: center;
    font-size: 3.2vw;
    color: #333333;
    letter-spacing: 0;
    line-height: 3.2vw;
    margin-top: 4vw;
  }

  .partnerimgbox{
    margin: 0 auto;
    margin-top: 5.3333vw;
    width: 89.3333vw;
    max-height: 52.8vw;
    display: flex;
    gap: 3.2vw;
    flex-wrap: wrap;
    overflow-y: scroll;
  }

  .subimgbox{
    width: 27.6vw;
    height: 15.4667vw;
    background: #FFFFFF;
    box-shadow: 0vw 0.6667vw 2.6667vw 0vw rgba(101,145,227,0.15);
    border-radius: 1.0667vw;
  }

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

  .partnerimgbox::-webkit-scrollbar{
    width: 0px;
  }
}
