<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    margin: 0 !important;
}

.mpg-index-page .container{
    padding: 50px 0;
    font-family: inherit;
}

.mpg-index-page ul{
    list-style: none;
}

.mpg-index-page .title .des{
    color: #666666;
    margin-top: 30px;
}

.mpg-index-page .development-service-btn{
    border: 1px solid #2793ff;
    background: #fff;
}

.mpg-index-page .development-service-btn a{
    color: #2793ff;
}

.mpg-index-page .return-btn{
    border: 1px solid #2793ff;
    background: #fff;
}

.mpg-index-page .return-btn a{
    color: #2793ff;
}

.mpg-index-page .class-btn{
    border: 1px solid #2793ff;
    background: #fff;
}

.mpg-index-page .class-btn a{
    color: #2793ff;
}

.mpg-index-page .meeting-btn{
    border: 1px solid #979797;
    background: #fff;
}

.mpg-index-page .meeting-btn a{
    color: #666;
}

.mpg-index-page .send-btn{
    background: #2793ff;
    border: none;
}

.mpg-index-page .send-btn a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpg-index-page .send-btn img{
    width: 18px;
    margin-left: 5px;
}

.mpg-index-page .contact-btn{
    background: #2793ff;
    border: none;
}

.mpg-index-page .contact-btn a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpg-index-page .mpg-section-1{
    height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mpg-index-page .mpg-section-LLM{
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.mpg-index-page .mpg-section-1 button{
    margin-top: 10px;
    margin-right: 15px;
}

.mpg-index-page .mpg-section-1 .section-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mpg-index-page .mpg-section-2 .section-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mpg-index-page .mpg-section-2 .section-content ul {
    list-style: circle;
}

.mpg-index-page .mpg-section-2 button{
    margin-top: 10px;
    margin-right: 15px;
}

.mpg-index-page .mpg-section-3{
    background: #f6f6f6;
}

.mpg-index-page .mpg-section-3 .section-content .content p{
    margin-bottom: 15px;
    color: #000;
}

.mpg-index-page .mpg-section-3 .section-content .content button{
    color: #216fff;
    line-height: 27px;
    border: 0;
    background: none;
    font-size: 18px;
    margin-top: 10px;
}

.mpg-index-page .mpg-section-3 .section-content .content button a{
    color: #216fff;
}

.mpg-index-page .mpg-section-4 .section-content .content p{
    display: flex;
    align-items: flex-start;
}

.mpg-index-page .mpg-section-4 .section-content .content button{
    margin-top: 30px;
}

.mpg-index-page .mpg-section-5 .section-content .item{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 8px rgba(25,65,106,0.05);
    padding: 40px;
}

.mpg-index-page .mpg-section-5 .section-content .item img{
    width: 50px;
}

.mpg-index-page .mpg-section-5 .section-content .item p{
    color: #666666;
}

.mpg-index-page .mpg-section-6 .section-content .item img{
    width: 50px;
}

.mpg-index-page .mpg-section-6 .section-content .item p{
    color: #666666;
}

.mpg-index-page .mpg-section-6{
    background: #f6f6f6;
}

.mpg-index-page .mpg-section-7 .section-content .item{
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 8px rgba(25,65,106,0.08);
}

.mpg-index-page .mpg-section-7 .section-content .item .item-title{
    position: absolute;
    text-align: center;
    background: #2793ff;
    border-radius: 20px 0px 20px;
}

.mpg-index-page .mpg-section-7 .section-content .item h3{
    margin: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
}

.mpg-index-page .mpg-section-7 .section-content .item .content{
    padding: 80px 40px 40px;
}

.mpg-index-page .mpg-section-7 .section-content .item .content .tab{
    font-size: 18px;
    font-weight: bold;
}

.mpg-index-page .mpg-section-7 .section-content .item .content p{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #666666;
}

.mpg-index-page .mpg-section-7 .section-content .item .content .results p{
    color: #2793ff;
}

.mpg-index-page .mpg-section-8{
    background: #f6f6f6;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .price{
    height: 236px;
    background: linear-gradient(270deg,#95caff, #2793ff 71%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .price p:nth-child(3){
    margin-top: 20px;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .price span{
    font-size: 50px;
    color: rgb(61,220,145);
}

.mpg-index-page .mpg-section-8 .section-content .content-left .content{
    padding: 20px 40px;
}

.mpg-index-page .mpg-section-8 .section-content h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .item .image{
    display: flex;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .item .image h4{
    font-weight: bold;
    font-size: 18px;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .item .image img{
    width: 35px;
    margin-right: 10px;
}

.mpg-index-page .mpg-section-8 .section-content .content-left .item p{
    margin: 15px 0 25px;
    color: #666666;
}

.mpg-index-page .mpg-section-8 .section-content .content-right .item{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.mpg-index-page .mpg-section-8 .section-content .content-right .item img{
    width: 21px;
    margin-right: 25px;
}

.mpg-index-page .mpg-section-8 .section-content .content-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.mpg-index-page .mpg-section-8 .section-content .content-right .item p{
    margin: 0;
}

.mpg-index-page .get-btn{
    background: #2793ff;
    border: none;
}

.mpg-index-page .get-btn a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpg-index-page .mpg-section-9 .item{
    margin: 30px auto;
}

.mpg-index-page .mpg-section-9 .item .question{
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mpg-index-page .mpg-section-9 .item .answer{
    display: none;
    font-size: 18px;
    margin-top: 18px;
    color: #666666;
    text-align: left;
}

.mpg-index-page .mpg-section-9 .item .icon-minus {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.mpg-index-page .mpg-section-9 .item li ul{
    margin: 10px 0;
    list-style: circle;
}

.mpg-index-page .mpg-section-keyword .section-content{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin: 20px 0;
}

.mpg-index-page .mpg-section-keyword .section-content p,.mpg-index-page .mpg-section-keyword .section-content p li{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.mpg-index-page .mpg-section-keyword .section-content img{
    width: 100%;
}

.mpg-index-page .mpg-section-topics .section-content{
    display: flex;
    justify-content: space-between;
}

.mpg-index-page .mpg-section-topics .link{
    width: 100%;
    padding: 0 10px;
}

.mpg-index-page .mpg-section-topics .link a{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #2793FF;
}

.mpg-index-page .mpg-section-topics .link a:hover{
    text-decoration:underline !important;
}

.mpg-index-page .crypto-section-advertisement .section-content{
    position: relative;
}

.mpg-index-page .crypto-section-advertisement .image{
    width: 100%;
}

.mpg-index-page .crypto-section-advertisement .image img{
    width: 100%;
}

.mpg-index-page .crypto-section-advertisement .text{
    width: 28%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 999;
    margin-top: -112px;
    right: 60px
}

.mpg-index-page .crypto-section-advertisement .text h2{
    color: #53daff;
    line-height: 67px;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.mpg-index-page .crypto-section-advertisement .text button{
    width: 240px;
    height: 60px;
    background: #45b5d4;
    border-radius: 30px;
}

.mpg-index-page .img-banner-part {
    position: relative;
}
.mpg-index-page .img-banner-part img{
    width: 100%;
}
.mpg-index-page .img-banner-part .banner-title{
    position: absolute;
    color: #ffffff;
    top: 36%;
    width: 100%;
    text-align: center;
    font-size: 36px;
}

.mpg-index-page .mpg-section-title-des {
    background-color: #fff;
    padding: 80px 0 60px 0;
    text-align: center;
}
.mpg-index-page .section-box{
    margin: 0 auto;
    width: 60%;
}
.mpg-index-page .section-title{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 12px;
}
.mpg-index-page .section-des{
    color: #666;
}

.mpg-index-page .mpg-section-service h2{
    text-align: center;
}
.mpg-index-page .mpg-section-service .item-part{
    overflow: hidden;
}
.mpg-index-page .mpg-section-service .item-part .item{
    width: 33.3%;
    float: left;
    text-align: center;
}
.mpg-index-page .mpg-section-service .item-part .item img {
    padding-top: 40px;
    padding-bottom: 15px;
    width: 53px;
}
.mpg-section-service .item-part .item span{
   display: block;
}
.mpg-index-page .mpg-section-topics .section-content-without-item .link{
    width: 33.3%;
    float: left;
}

.mpg-index-page  .mpg-develop-service-part p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}
.mpg-index-page  .mpg-develop-service-part a{
    padding: 14px 20px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
}
.mpg-index-page  .mpg-develop-service-part a:nth-child(1){
    background: #2793ff;
    border-radius: 30px;
    color: #fff;
}
.mpg-index-page  .mpg-develop-service-part a:nth-child(2){
    border: 1px solid #2793ff;
    border-radius: 30px;
    color: #2793ff;
}
.mpg-index-page  .mpg-develop-service-part a:nth-child(3){
    border: 1px solid #979797;
    border-radius: 30px;
    color: #979797;
    margin-right: 0;
}
.mpg-index-page  .mpg-develop-service-part  .img-part{
    width: 80%;
    margin: 0 auto;
}

@media(min-width:769px){
    .mpg-index-page .title{
        text-align: center;
        width: 70%;
        margin: auto;
        margin-bottom: 70px;
    }

    .mpg-index-page .title h2{
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
        margin: 0;
    }

    .mpg-index-page button{
        width: 280px;
        height: 50px;
        border-radius: 30px;
        vertical-align: middle;
    }

    .mpg-index-page{
        padding-top: 110px;
    }

    .mpg-index-page .mpg-section-1 .section-content{
        width: 50%;
        margin-top: 100px;
    }

    .mpg-index-page .mpg-section-1 .section-content h1{
        font-size: 34px;
        font-weight: bold;
        color: #ffffff;
        line-height: 48px;
    }

    .mpg-index-page .mpg-section-LLM .section-content h1{
        font-size: 34px;
        font-weight: bold;
        color: #ffffff;
        line-height: 48px;
    }

    .mpg-index-page .mpg-section-1 .section-content p{
        font-size: 16px;
        color: #ffffff;
        line-height: 27px;
        margin: 30px 0;
    }


    .mpg-index-page .mpg-section-2 .section-content h1{
        font-size: 34px;
        font-weight: bold;
        color: #333333;
        line-height: 48px;
    }

    .mpg-index-page .mpg-section-2 .section-content h2{
        font-size: 28px;
        font-weight: bold;
        color: #333333;
        line-height: 38px;
    }
    
    .mpg-index-page .mpg-section-2 .section-content p{
        font-size: 16px;
        color: #666666;
        line-height: 27px;
        margin: 30px 0;
    }

    .mpg-index-page .mpg-section-2 .section-content .text{
        width: 52%;
    }

    .mpg-index-page .mpg-section-2 .section-content .image{
        width: 35%;
    }

    .mpg-index-page .mpg-section-2 button{
        width: 185px;
    }

    .mpg-index-page .mpg-section-3 .section-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mpg-index-page .mpg-section-3 .section-content .content p{
        margin-bottom: 15px;
        color: #000;
        font-size: 16px;
    }

    .mpg-index-page .mpg-section-3 .section-content .nav{
        width: 470px;
        margin-right: 10px;
    }

    .mpg-index-page .mpg-section-3 .section-content .content{
        width: 440px;
        text-align: center;
    }

    .mpg-index-page .mpg-section-3 .section-content .nav .item{
        padding: 30px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 18px;
        color: #000;
        line-height: 27px;
    }

    .mpg-index-page .mpg-section-3 .section-content .nav .active{
        background: linear-gradient(270deg,#95caff, #2793ff 71%);
        border-radius: 10px;
        color: #fff;
    }

    .mpg-index-page .mpg-section-3 .section-content .content .tab{
        display: none;
    }

    .mpg-index-page .mpg-section-3 .section-content .content .tab img{
        width: 90%;
    }

    .mpg-index-page .mpg-section-3 .section-content .content .tab:first-child{
        display: block;
    }

    .mpg-index-page .mpg-section-4 .section-content .side-left .item{
        width: 55px;
        height: 55px;
        border: 2px solid #2793ff;
        color: #2793ff;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .mpg-index-page .mpg-section-4 .section-content .side-left .item:last-child{
        margin-bottom: 0;
    }
    
    .mpg-index-page .mpg-section-4 .section-content .content{
        width: 80%;
    }

    .mpg-index-page .mpg-section-4 .section-content .side-right div img{
        width: 40px;
    }
    
    .mpg-index-page .mpg-section-4 .section-content .side-right .up img{
        transform: rotate(180deg)
    }

    .mpg-index-page .mpg-section-4 .section-content{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mpg-index-page .mpg-section-4 .section-content .content h3{
        font-size: 25px;
        font-weight: bold;
        color: #333333;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .mpg-index-page .mpg-section-4 .section-content .content .tab{
        display: none;
        background: #f6f6f6;
        border-radius: 20px;
        padding: 70px 50px;
        height: 527px
    }

    .mpg-index-page .mpg-section-4 .section-content .side-left .active{
        background: #2793ff;
        color:#fff;
    }

    .mpg-index-page .mpg-section-4 .section-content .content .tab:first-child{
        display: block
    }

    .mpg-index-page .mpg-section-4 .section-content .content p{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mpg-index-page .mpg-section-4 .section-content .content p img{
        width: 30px;
    }

    .mpg-index-page .mpg-section-5 .section-content .item{
        width: 30%;
    }

    .mpg-index-page .mpg-section-5 .section-content{
        display: flex;
        justify-content: space-between;
    }

    .mpg-index-page .mpg-section-5 .section-content .item h3{
        height: 64px;
        margin: 25px 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
    }

    .mpg-index-page .mpg-section-6 .section-content .item{
        width: 23%;
    }

    .mpg-index-page .mpg-section-6 .section-content{
        display: flex;
        justify-content: space-between;
    }

    .mpg-index-page .mpg-section-6 .section-content .item h3{
        height: 64px;
        margin: 25px 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
    }

    .mpg-index-page .mpg-section-7 .section-content{
        display: flex;
        justify-content: space-between;
    }

    .mpg-index-page .mpg-section-7 .section-content .item{
        width: 32%;
    }

    .mpg-index-page .mpg-section-8 .section-content{
        display: flex;
        background: #ffffff;
        border-radius: 20px;
    }
    
    .mpg-index-page .mpg-section-8 .section-content .content-left{
        width: 50%;
    }

    .mpg-index-page .mpg-section-8 .section-content .content-left .content{
        border-right: 1px solid #c4c4c4;
    }
    
    .mpg-index-page .mpg-section-8 .section-content .content-right{
        width: 50%;
    }

    .mpg-index-page .mpg-section-8 .section-content .content-right .content{
        padding: 20px 100px;
    }

    .mpg-index-page .mpg-section-keyword .item{
        width: 58%;
    }
    
    .mpg-index-page .mpg-section-keyword .image{
        width: 30%;
    }
}

@media(max-width:769px){
    .mpg-index-page h2{
        font-family: PingFang SC;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .mpg-index-page p{
        font-size: 14px;
    }

    .title{
        text-align: center;
    }

    .title h2{
        font-size: 23px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #333333;
    }

    h3{
        font-size: 18px !important;
        font-weight: bold;
        font-family: PingFang SC;
    }

    .mpg-index-page .container{
        width: 100%;
        padding: 30px 25px 40px 25px;
        margin: auto;
        font-family: Arial;
    }

    .mpg-index-page button{
        width: 200px;
        height: 40px;
        border-radius: 30px;
        vertical-align: middle;
    }

    .mpg-index-page{
        padding-top: 60px;
    }

    .mpg-index-page .mpg-section-1{
        height: 300px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mpg-index-page .mpg-section-1 .section-content{
        width: 70%;
    }

    .mpg-index-page .mpg-section-1 .section-content h1{
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
        line-height: 38px;
    }

    .mpg-index-page .mpg-section-LLM .section-content h1{
        font-size: 28px;
        font-weight: bold;
        color: #ffffff;
        line-height: 38px;
    }

    .mpg-index-page .mpg-section-1 .section-content p{
        color: #ffffff;
    }

    .mpg-index-page .mpg-section-2 .section-content .image{
        display: flex;
    }

    .mpg-index-page .mpg-section-2 .section-content h1{
        font-size: 28px;
        font-weight: bold;
        color: #333333;
        line-height: 38px;
    }

    .mpg-index-page .mpg-section-2 .section-content h2{
        font-size: 23px;
        font-weight: bold;
        color: #333333;
        line-height: 30px;
    }

    .mpg-index-page .mpg-section-2 .section-content p{
        margin: 30px 0;
    }

    .mpg-index-page .mpg-section-3 .section-content .nav{
        display: none;
    }

    .mpg-index-page .mpg-section-3 .section-content .content .tab{
        text-align: center;
        margin-top: 30px;
        padding: 0 30px;
    }

    .mpg-index-page .mpg-section-3 .section-content .content .tab img{
        width: 70%;
    }

    .mpg-index-page .mpg-section-3 .section-content .content button{
        font-size: 16px;
    }

    .mpg-index-page .mpg-section-4 .section-content .side-left{
        display: none;
    }

    .mpg-index-page .mpg-section-4 .section-content .side-right{
        display: none;
    }

    .mpg-index-page .mpg-section-4 .section-content .content .tab{
        background: #f6f6f6;
        border-radius: 20px;
        padding: 30px 20px;
        margin-top: 30px;
    }

    .mpg-index-page .mpg-section-4 .section-content .content h3{
        margin-bottom: 20px;
    }

    .mpg-index-page .mpg-section-4 .section-content .content p img{
        width: 23px;
    }

    .mpg-index-page .mpg-section-5 .section-content .item{
        margin-top: 30px;
    }

    .mpg-index-page .mpg-section-6 .section-content .item{
        text-align: center;
        padding: 0 30px;
        margin-top: 30px;
    }

    .mpg-index-page .mpg-section-7 .section-content .item{
        margin-top: 30px;
    }

    .mpg-index-page .mpg-section-8 .section-content .content-right{
        background: #ffffff;
        border-radius: 20px;
    }

    .mpg-index-page .mpg-section-8 .section-content .content-left{
        margin: 30px 0;
        background: #ffffff;
        border-radius: 20px;
    }

    .mpg-index-page .mpg-section-8 .section-content .content-left .item .image h4 {
        font-weight: bold;
        font-size: 16px;
    }

    .mpg-index-page .mpg-section-8 .section-content .content-right .content{
        padding: 20px 40px;
    }

    .mpg-index-page .mpg-section-9 .item{
        margin: 30px auto;
    }
    
    .mpg-index-page .mpg-section-9 .item .question{
        width: 100%;
        font-size: 18px;
        border-bottom: 1px solid #d0d0d0;
        padding: 10px 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mpg-index-page .mpg-section-9 .item .answer{
        display: none;
        font-size: 16px;
        margin-top: 18px;
        color: #484848;
        text-align: left;
    }

    .mpg-index-page .mpg-section-keyword p {
        font-family: Microsoft YaHei;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .mpg-index-page .mpg-section-keyword .section-content{
        flex-direction: column;
    }

    .mpg-index-page .mpg-section-keyword .image{
        width: 80%;
        order: 1;
        margin-bottom: 50px;
    }
    

    .mpg-index-page .crypto-section-advertisement .text{
        width: 30%;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 999;
        margin-top: -75px;
        right: 30px
    }
    
    .mpg-index-page .crypto-section-advertisement .text h2{
        color: #53daff;
        line-height: 37px;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .mpg-index-page .crypto-section-advertisement .text button{
        width: 120px;
        height: 40px;
        background: #45b5d4;
        border-radius: 30px;
    }
    .mpg-index-page .mpg-section-service .item-part .item{
        width: 100%;
    }
    .mpg-index-page .mpg-section-topics .section-content-without-item .link{
        width: 100%;
    }
}</pre></body></html>