html,body{
    background-color: #fff;
}
#vueroot{
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}
#banner{
    padding: 13px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.3s ease;
}
.banner-logo{
    width: 101px;
}
.banner-right{
    flex: 1;
    text-align: right;
}
.el-carousel{
    background-color: #EAF1FB;
}
.el-carousel__item img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-slide img{
    width: 100%;
}
h3{
    font-weight: 600;
}
.web-part{
    margin: 120px auto 0;
}
.part-title{
    font-size: 30px;
    color: #252526;
}
.part-desc{
    font-size: 14px;
    color: #7A7E83;
    margin:20px auto 72px;
    max-width: 98%;
}
.part-content{
    max-width: 1200px;
    margin: 0 auto;

}
.grid-content{
    padding: 21px 25px;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #F0F5FB 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #F1F6FB;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.grid-title {
    margin-bottom: 10px;
    text-align: left;
}
.grid-title img{
    width: 25px;
    vertical-align: middle;
    margin-right: 4px;
}
.grid-title span{
    font-size: 14px;
    color: #252526;
    vertical-align: middle;
    font-weight: 600;
}
.grid-desc{
    font-size: 13px;
    color: #7A7E83;
    margin-bottom: 24px;
    text-align: left;
    height: 66px;
    line-height: 22px;
    word-break: break-all;
    white-space: pre-wrap;
}
.grid-showImg{
    width: 100%;
}
.about-img{
    width: 100%;
}
.grid-header-img{
    width: 100%;
}
.menu-icon{
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}
.show-image{
    width: 100%;
}
.menu-title{
    font-weight: 600;
    font-size: 16px;
}
.el-menu{
    width: 140px;
    border-right: none !important;
    margin: 0 auto !important;
}
.el-menu-item{
    height: 74px;
    line-height: 74px;
}
.el-menu-item:hover{
    background-color: #ecf5ff !important;
    border-radius: 8px 8px 8px 8px;
}
.el-menu-item.is-active{
    background: linear-gradient( 270deg, #65BFFF 0%, #0D81FF 100%), linear-gradient( 270deg, #65A8FF 0%, #3E70FD 100%);
    border-radius: 8px 8px 8px 8px;
}
.zhuanhua-title{
    display: inline-block;
    font-size: 16px;
    color: #252526;
    border-bottom: 4px solid #fff;
    cursor: pointer;
    padding: 4px 10px;
}
.active-zhuanhua{
    color: #3E70FD;
    border-bottom: 4px solid #3E70FD;

}
.example-title{
    color: #333;
    cursor: pointer;
    border-radius: 32px;
    background: #F0F5FB;
    text-align: center;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}
.active-example{
    color: #fff;
    background: linear-gradient( 270deg, #65A8FF 0%, #3E70FD 100%);
}
.example-left{
    display: inline-block;
    vertical-align: middle;
}
.example-left img{
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.example-middle{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: calc(100% - 122px);
}
.example-right{
    display: inline-block;
    vertical-align: middle;
}
.example-right img{
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.footer-content{
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
    padding: 60px 0 44px;
}
.footer-btn{
    font-size: 14px;
    padding: 10px 32px;
    border-radius: 32px;
    margin-top: 32px;
    border: 1px solid #fff;
    display: inline-block;
}
.bottom-content{
    margin-top: 48px;
    margin-bottom: 42px;
}
.bottom-content img{
    height: 30px;
    margin-right: 42px;
}
.beian-text{
    font-size: 12px;
    color: #C9C9C9;
    text-align: left;
}
.concern-text{
    font-size: 12px;
    color: #999999;
    text-align: left;
    margin: 30px 0 10px;
}
.concern-qrcode img{
    width: 82px;
    height: 82px;
}
.footer-title{
    font-size: 20px;
}
.big-screen{
    display: block;
}
.small-screen{
    display: none;
}
.slide-menu{
    display: none;
    position: fixed;
    top: 40px;
    right: 15px;
    background-color: #fff;
    list-style: none;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #f2f4f7;
}
.slide-menu li{
    padding: 6px 12px;
    border-bottom: 1px solid #f2f4f7;
}
.banner-btn-img{
    width: 20px;
}
.open-img{
    display: none;
}
.el-dialog__body{
    padding: 0 0 10px !important;
}
@media only screen and (max-width: 1150px){
    html {
        font-size: 14px; /* 在小屏幕设备上缩小字体大小 */
    }
    .grid-content{
        padding: 15px;
    }
    .bottom-left{
        padding-left: 30px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1024px){
    .grid-desc{
        height: 90px;
        margin-bottom: 14px;
    }
    .part-title{
        font-size: 26px;
    }
    .part-desc{
        font-size: 12px;
    }
}
@media only screen and (max-width: 860px) {
    .web-part{
        margin-top: 80px;
    }
    .part-desc{
        width: 90%;
    }
    .el-col-6{
        width: 50% !important;
    }
    .part-content{
        max-width: 80%;
    }
    .grid-desc{
        height: 66px;
        margin-bottom: 10px;
    }
    .bottom-left{
        padding-left: 0;
    }
    .example-nav .el-col-6{
        width: 25% !important;
    }
    .el-menu{
        width: 100%;
    }
    .menu-icon {
        width: 20px;
        height: 20px;
        margin-right: 0px;
        display: none;
    }
    .menu-title{
        font-size: 13px;
    }
    .el-menu-item{
        height: 46px !important;
        line-height: 46px !important;
    }
    .zhuanhua-content .grid-content{
        background-size: 100% 80%;
    }
}
@media only screen and (max-width: 768px) {
    .big-screen{
        display: none;
    }
    .small-screen{
        display: block;
    }
    .bottom-content {
        margin-top: 25px;
        margin-bottom: 21px;
    }
    .bottom-content img{
        height: 26px;
        margin-right: 0;
    }
    .concern-qrcode{
        margin-top: 10px;
    }
    .footer-content{
        padding: 40px 0 24px;
    }
    .footer-title{
        font-size: 16px;
    }
    .footer-btn{
        margin-top: 20px;
        font-size: 12px;
        padding: 8px 30px;
    }
    .web-part{
        width: 95%;
    }
    .part-desc{
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 680px) {
    .el-col-6{
        width: 100% !important;
    }
    .grid-desc{
        height: auto !important;
        margin-bottom: 0 !important;
    }
    .zhuanhua-content .grid-title{
        margin-top: -80px;
    }
    .web-part{
        margin-top: 60px;
    }
    .part-title{
        font-size: 22px;
        margin-bottom: 40px !important;
    }
    .part-desc{
        font-size: 11px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 440px) {
    #banner{
        padding:10px 15px;
    }
    .banner-logo{
        width: 76px;
    }
    .web-part{
        margin-top: 40px;
    }
    .part-title{
        font-size: 18px;
        margin-bottom: 25px !important;
    }
    .bottom-content img{
        height: 20px;
    }
    .web-part{
        width: 100%;
    }
    .part-content{
        max-width: 94%;
    }
    .grid-title span{
        font-size: 13px;
    }
    .grid-desc{
        font-size: 12px;
    }
    .zhuanhua-content .grid-title {
        margin-top: -40px;
    }
    .grid-title img{
        width: 20px;
    }
    .part-desc{
        margin-bottom: 30px;
    }
}