/* 首页 */
.banner-content{width:100%;padding:.6rem 0;position:absolute;left:0;bottom:3.12rem;}
.banner-content h2{font-size:1rem;line-height:1.8rem;}
.banner-content h2 small{margin-left:1rem;margin-right:.2rem;font-size:.6rem;}
.banner-content h5{font-size:1.4rem;line-height:2.8rem;}
.banner-content p{margin-bottom:.5rem;font-size:.8rem;line-height:1.8rem;}
.banner-content a{padding: .2rem 1rem;position:relative;background:rgba(195,192,192,0.25);backdrop-filter:blur(10px);}
.banner-content a::after{width:100%;height:100%;content:"";border-radius: inherit;padding:.04rem;box-sizing: border-box;background: linear-gradient(to right, #0d9fdc, #c37dff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite: destination-out;mask-composite: exclude;position:absolute;left:0;top:0;}
.introduce-tab,.introduce-tab h2{color:#7d7f96;cursor:pointer;}
.introduce-tab div{display:none;}
.introduce-tab.on,.introduce-tab.on h2{color:#fff;}
.introduce-tab.on div::after{width:80%;height:.2rem;content:"";background:#fff;position:absolute;left:10%;bottom:0;}
.tab-content{width:100%;margin:0 auto;}
.home-product{padding-bottom:0;}
.home-product > div {left:0;padding-left:.6rem;padding-right:.5rem;}
.home-product img{width:100%;}
.home-product h2{font-size:1.2rem;line-height:4rem;font-weight:normal;}
.home-product p{margin-bottom:1rem;font-size:.8rem;line-height:1.2rem;}
.home-product a{padding:.4rem 2rem;font-size:.8rem;}
/* 联系我们 */
.contact-input{background:rgba(247,250,252,0.25);border-radius:4px 4px 4px 4px;border: 1px solid rgba(255,255,255,0.5);}
@media (min-width: 768px){
    .banner-content h2{font-size:1.6rem;line-height:2.2rem;}
    .banner-content h2 small{margin-left:4rem;margin-right:1.2rem;font-size:1.12rem;}
    .banner-content h5{margin-top:.2rem;margin-bottom:.4rem;font-size:1.8rem;line-height:2.2rem;}
    .banner-content p{margin-bottom:.2rem;font-size:1rem;line-height:2rem;}
    .banner-content a{padding:.5rem 2rem;}
    .introduce-tab{display:block;}
    .introduce-subtitle{display:none;}
    .introduce-tab div{display:inline-block;width:100%;margin-bottom:2.4rem;padding-bottom:1.2rem;position:relative;}
    .tab-content{width:46rem;}
    .home-product{padding-bottom:1rem}
    .home-product h2{font-size:1.46rem;line-height:2.7rem;font-weight:normal;}
    .home-product p{margin-bottom:.45rem;font-size:.76rem;line-height:.96rem;}
    .home-product a{padding:.35rem 2.5rem;font-size:.75rem;background:rgba(195,192,192,.5);}
    .introduce-p-p{padding: .48rem 0;}
}
@media (min-width: 1024px) {
    .lg\:bg-black-rgb {
        background:rgba(0,0,0,0.65);
    }
    #tab2 .home-product:nth-child(1){margin-left:16.65%;}
}
/* 渐变 */
.gradient-title{color: transparent;background-image:-webkit-linear-gradient(to right, #0d9fdc, #c37dff);background-image:linear-gradient(to right, #0d9fdc, #c37dff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.gradient-text{color: transparent;background-image:-webkit-linear-gradient(to right, #0d9fdc, #1b54a2);background-image:linear-gradient(to right, #0d9fdc, #1b54a2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}