.case-container {
    max-width: 1200px;
    margin: 0 auto;
}

.universal-banner {
    width: 100%;
    background-size: cover;
    background-image: url(/images/anli/smart-hardware-banner.jpg);
}

.smart-home-banner {
    background-image: url(/images/anli/smart-home-banner.jpg);
}

.universal-banner-content {
    width: 100%;
    padding: 52px 0 60px;
    text-align: center;
}

.universal-banner-content h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
}

.universal-banner-content p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 12px 0 36px;
}

.universal-banner-content button {
    color: #2C8AFF;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
	cursor: pointer
}

.main-content {
    width: 100%;
    background-color: #f6f6f6;
    padding-bottom: 50px;
}

.main-content-item {
    width: 100%;
    padding: 20px 0 30px;
}

.customer-case-list {
    width: 100%;
}

.customer-case-list>li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.customer-case-list>li>img {
    width: 250px;
    height: 160px;
    margin-right: 50px;
}

.right-content-text {
    flex: 1;
}

.right-content-text>h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
}

.right-content-text>h3 span{
    margin-left: auto;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin-top: .5rem;
}

.right-content-text-tit {
    margin-top: 26px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.right-content-text>p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.main-content-item>h2 {
    font-size: 38px;
    font-weight: 400;
    color: #202020;
    text-align: center;
}

.test-points-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.test-points-list>li {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 30px 50px;
    width: 32%;
    align-items: center;
    margin-bottom: 20px;
}

.test-points-list>li>img {
    width: 88px;
    height: 88px;
}

.test-points-list>li>h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin: 30px 0 18px;
}

.test-points-list>li>p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 26px
}

@media screen and (max-width:1024px) {
    .case-container {
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .main-content-item {
       padding-bottom: 0;
    }

    .customer-case-list>li {
        padding: 1rem;
        align-items: center;
        flex-direction: column;
    }

    .customer-case-list>li>img {
        margin-right: 0;
        width: 10rem;
        height: auto;
        margin-bottom: 2rem;
    }

    .right-content-text>h3 {
        font-size: 1.2rem;
    }

    .test-points-list{
        flex-direction: column;
    }

    .test-points-list>li {
        padding: 1rem;
        width: 100%;
        align-items: center;
        margin-bottom: 1rem;
    }

    .main-content-item>h2 {
        font-size: 1.8rem;
    }


.universal-banner-content h2 {
    font-size: 1.8rem;
}

}