/* Camera Turnkey 解决方案 */
.solution {
    background: #F5F6F7;
    padding: 0.8rem 0;
}

.solution .solutioncon .content {
    font-size: var(--overview);
    line-height: var(--lineHeight18);
    font-family: inherit;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0.2rem 0;
}

/* 解决方案 */
.scheme {
    margin: 0.8rem auto;
}

.scheme .schemecon {
    background: #F5F6F7;
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem;
}

.scheme .schemecon .img {
    width: 70%;
}

.scheme .schemecon .content {
    width: 27%;
}

.scheme .schemecon .content .title {
    font-size: var(--comSubTit);
    line-height: 1.5;
    color: #06070B;
    font-weight: 400;
    margin-bottom: 0.2rem;
}

.scheme .schemecon .content .synopsis {
    font-size: var(--comTextCont);
    line-height: 1.8;
    font-weight: 400;
    color: #333333;
}

/* 丰富的图像/视频算法 */
.arithmetic .content {
    font-size: var(--comSubTit);
    line-height: 1.8;
    color: #333333;
    text-align: justify;
    margin: 0.2rem auto;
}

.arithmetic .understand {
    font-size: 20px;
    color: #B81C22;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arithmetic .understand .img {
    width: 20px;
    margin-left: 0.1rem;
}

.arithmetic .ServerSw {
    width: 60%;
    margin: 0 auto;
}

.arithmetic .ServerSw .swiper {
    margin-top: .5rem;
}

.arithmetic .ServerSw .swiper .swiper-slide {
    background: #F4F4F4;
}

.arithmetic .ServerSw .swiper .swiper-slide dl dd {
    font-size: var(--comSubTit);
    text-align: center;
    padding: 0.2rem 0;
}

.arithmetic .ServerSw {
    position: relative;
    padding: 0 2rem;
    box-sizing: content-box;
}


.arithmetic .ServerSw .carouselcon {
    width: 85%;
    display: flex;
    justify-content: space-between;
}

.arithmetic .ServerSw .carouselcon dl {
    width: 30%;
}

.arithmetic .ServerSw .carouselcon dl dt {
    border: 0.01rem dashed #8A8A8A;
}

.arithmetic .ServerSw .carouselcon dl dd {
    background-color: #F4F4F4;
    font-size: var(--comSubTit);
    text-align: center;
    padding: 0.2rem 0;
}

/* Camera 应用 */
.Camera {
    background: url('../img/wholeStack/VCG41N1083393422.png') no-repeat center center;
    background-size: 100% 100%;
    margin: 0.8rem auto;
    padding: 0.4rem 0;
}

.Camera .Cameracon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Camera .Cameracon .left {
    width: 43%;
    color: #333333;
    font-size: var(--comSubTit);
    line-height: 1.8;
}

.Camera .Cameracon .left p:nth-child(2) {
    margin-top: 0.2rem;
}

.Camera .Cameracon .right {
    width: 35%;
}

/* 合作伙伴 */
.partner {
    margin-bottom: 0.8rem;
}

.partner .content {
    font-size: var(--comSubTit);
    line-height: 1.8;
    text-align: center;
    margin: 0.4rem auto;
}

.partner .img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner .img div {
    background-color: #F5F6F7;
    width: 19%;
    display: flex;
    align-items: center;
    margin-bottom: 1%;
    height: 1.2rem;
}

.partner .img div p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.partner .img div p img {
    max-width: 80%;
    max-height: .7rem;
    width: auto;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .arithmetic .ServerSw .swiper .swiper-slide dl dd {
        font-size: 0.2rem;
    }

    .arithmetic .understand .img {
        width: 15px;
        margin-left: 0.1rem;
    }

    .arithmetic .ServerSw .swiper .swiper-slide dl dd {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .scheme .schemecon {
        display: block;
    }

    .scheme .schemecon .img {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .scheme .schemecon .content {
        width: 100%;
    }

    .Camera .Cameracon {
        display: block;
    }

    .Camera .Cameracon .right {
        width: 80%;
        margin: 0 auto;
    }

    .Camera .Cameracon .left {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .arithmetic .ServerSw {
        padding-bottom: 50px;

    }

    .arithmetic .ServerSw {
        width: 90%;
    }

    .arithmetic .ServerSw .swiper .swiper-slide dl dd {
        font-size: 16px;
    }

    .arithmetic .understand {
        font-size: 16px;
    }

    .partner .img div {
        width: 32%;
        margin-bottom: 10px;
    }
}