.carousel-indicators [data-bs-target] {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: rgba(23, 34, 51, 0.2);
    border-top: unset;
    border-bottom: unset;
}

.carousel-indicators .active {
    background-color: #2F79ED;
}

.bottom-bg {
    background: url("/website/cn/assets/img/product/drone/bottom-bg.png");
}

.prev {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 20px;
    opacity: 0.1;
    line-height: 35px;
    color: #999999;;
    font-size: 30px;
}

.picture-title {
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}

.summary {
    box-shadow: 10px 10px 20px 0 rgba(174, 174, 192, 0.22), -10px -10px 20px 0 rgba(214, 232, 255, 0.39);
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem 1.25rem 1rem 1.25rem;
}

.summary p {
    margin-top: 1rem;
    text-align: left;
    text-indent: 2rem;
    padding: 0 1rem;
    font-size: 16px;
    line-height: 32px;
}

.title-font {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.info-font {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    word-break: break-all;
}

.info-over {
    max-height: 474px;
    overflow-y: auto;
    overflow-x: hidden;
}

.info-over::-webkit-scrollbar {
    width: 6px;
}


.info-over::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(204, 204, 204, 0.8);
    backdrop-filter: blur(10px);
}

.application-img {
    right: -30px;
    top: -38px;
}

@media (max-width: 992px) {
    .summary p {
        margin-top: 1rem;
        text-align: left;
        text-indent: 2rem;
        padding: 0 0;
    }
}

@media (max-width: 1280px) {
    .info-over {
        max-height: 408px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 1214px) {
    .info-over {
        max-height: 342px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

