
.banner{
    background: url(../images/xbanner2.png) bottom center no-repeat;
    background-position: center -10px;
}
.banner .banner-title {
    display: flex;
    padding-top: 70px;
    color: #120e27;
}
.banner .clogo{
    height: 60px;
    margin-bottom: 30px;
}
.banner .clogo img{
    height: 100%;
}
.banner .banner-title .titles,
.banner .banner-title .titles .etitle{
    font-size: 20px;
    margin-top: 20px;
    color: #0d704e;
    font-weight: 600;
    text-shadow: 0px 0px 100px rgb(255 255 255);
}
.banner .banner-title .titles .etitle span{
    margin-right: 10px;

}

.main{
    margin-bottom: 40px;
}


.ai-ui-case-card-img {
    margin-bottom: 5px;
    height: 180px;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.ai-ui-case-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ai-ui-case-card-wrap {
    padding: 0;
}
.price-btn {
    margin-left:calc(100% - 100px)
}

.adr {
    color: #2fa962;
    font-weight: bold;
}



/* 576px-768 sm */
@media (max-width:768px) {
    .banner {
        padding: 0 0 0 10px;
        height: 230px;
    }
    .banner .clogo {
        height: 60px;
        margin-bottom: 22px;
    }
    .ai-ui-case-card-item {
        padding: 10px;
    }
    .clogo img {
        height: 20px;
    }
    .banner .banner-title .titles .ctitle {
        font-size: 22px;
    }
    .banner .banner-title .titles {
        margin-left: 0;
    }
    .banner .banner-title {
        padding-top: 30px;
    }
    .banner .banner-title span{
        width: 44%;
        display: block;
        font-size: 16px;
        float: left;
        line-height: 1.5;
    }
}
