/*teethers-list-style-start*/

    .teethers-list{
        background: #E4D8CE;
    }

    .teethers-list .introduction{
        width: auto;
        display: inline-block;
    }

    .teethers-list .item{
        background: #fff;
        border-radius: 25px;
        padding: 15px 20px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .teethers-list .item:hover{
        transform: scale(1.08);
        box-shadow: #cdc3ba 0 0 20px 5px;
    }

    .teethers-list-details{
        background: #fff;
    }

    .teethers-list .teethers-like .like-title{
        font-size: 24px;
        color: #333;
        font-weight: 600;
    }

    .teethers-list .teethers-like .like-title-span{
        width: 12px;
        height: 24px;
        background: #658A5C;
    }

    .teethers-list-details .item{
        box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
    }

    .teethers-list-details .item:hover{
        box-shadow: #ddd 0 0 20px 5px;
    }

/*teethers-list-style-end*/

/*teethers-introduction-style-end*/

    .teethers-introduction .title, .teethers-process .title{
        line-height: 68px;
        white-space: nowrap;
    }

    .teethers-introduction .introduction, .teethers-introduction .nav-item, .teethers-introduction .nav-item .item-span, .teethers-process .introduction{
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        color: #666;
        font-weight: 500;
    }

    .teethers-introduction .nav-item{
        color: #333;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* 控制显示的行数（根据行高计算） */
        -webkit-box-orient: vertical;
    }

    .teethers-introduction .nav-item .item-span{
        font-weight: 500;
    }

    .teethers-introduction .public-btn, .teethers-process .public-btn{
        position: relative;
        font-size: 16px;
        padding: 15px 20px;
        white-space: nowrap;
        transition: padding-right 0.5s ease;
    }

    .teethers-introduction .public-btn:hover, .teethers-process .public-btn:hover {
        padding-right: 68px;
        background: #608A53 !important;
    }

    .teethers-introduction .public-btn .btn-img, .teethers-process .public-btn .btn-img {
        position: absolute;
        top: 4px;
        right: 28px;
        visibility: hidden;
        background: #fff;
        border-radius: 100%;
        padding: 5px 10px;
        font-size: 20px;
        color: #608A53;
        transition: transform 0.5s ease;
    }

    .teethers-introduction .public-btn:hover .btn-img, .teethers-process .public-btn:hover .btn-img{
        visibility: visible;
        transform: translateX(50%);
    }

    .teethers-introduction .ratio{
        border-radius: 30px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

/*teethers-introduction-style-end*/

/*teethers-customization-style-start*/

    .teethers-customization{
        background: #EEEEEE;
    }

    .teethers-customization .item{
        background: linear-gradient(to right, #BCCCD8 150px, #fff 150px);
    }

    .teethers-customization .item .customization-img{
        border: 1px solid #BCCCD8;
        border-radius: 15px;
    }

    .teethers-customization .item .item-title{
        white-space: nowrap;
        font-size: 24px;
        font-weight: 600;
        color: #333;
    }

    .teethers-customization .item .item-introduction{
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }

/*teethers-customization-style-end*/

/*teethers-process-customization-style-end*/

    .teethers-process .step-tab{
        border: 1px solid #ddd;
    }

    .teethers-process .step-tab .carousel{
        margin: 0;
        width: 65%;
        overflow: hidden !important;
    }

    .teethers-process .step-tab .carousel .carousel-inner .carousel-item .carousel-caption{
        left: 0;
        right: 0;
        bottom: 1rem;
        background: rgba(0,0,0,0.38);
        color: #fff;
        padding: 0;
        text-align: left;
        border-radius: 10px;
    }

    .teethers-process .step-tab .navs-tab{
        margin: 0;
        width: 35%;
        overflow: hidden !important;
    }

    .teethers-process .step-tab .navs-tab{
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .teethers-process .step-tab .navs-tab button{
        font-size: 14px;
        color: #333;
        border: none;
        border-bottom: 1px solid #ddd;
        background: #fff;
        text-align: left;
        font-weight: 600;
    }

    .teethers-process .step-tab .navs-tab:last-child button{
        border-bottom: 1px solid #ddd;
    }

    .teethers-process .step-tab .navs-tab button:hover, .teethers-process .step-tab .navs-tab .active{
        color: #fff;
        background: #BECFAA;
    }

    .teethers-process .carousel-item .step-introduction{
        font-size: 14px;
    }

/*teethers-process-style-end*/

/*teethers-details-style-end*/

    .teethers-details .carousel{
        margin-top: 0;
    }

    .teethers-details .carousel .carousel-inner{
        box-shadow: #ddd 0 0 20px 2px;
    }

    .teethers-details .carousel .carousel-indicators button{
        width: 10px !important;
        height: 10px !important;
        background: #999;
        border-radius: 25px;
        border: 0;
        padding: 0 !important;
    }

    .teethers-details .carousel .carousel-indicators .active{
        width: 15px !important;
        height: 10px !important;
        background: #B6DD7A;
        border-radius: 25px;
    }

    .teethers-details .carousel .carousel-control-next{
        border-radius: 25px 0 0 25px;
    }

    .teethers-details .carousel .carousel-btn{
        display: none;
        width: 30px !important;
        height: 30px !important;
        font-size: 20px !important;
        background: #CBCBCB;
        border-radius: 0 25px 25px 0;
        top: 47%;
    }

    .teethers-details .carousel:hover .carousel-btn{
        display: block;
    }

    .teethers-details .carousel .carousel-control-prev .bi{
        position: relative;
        left: -3px;
    }

    .teethers-details .carousel .carousel-control-next .bi{
        position: relative;
        right: -3px;
    }

    .teethers-details .carousel .carousel-control-next{
        border-radius: 25px 0 0 25px;
    }

    .teethers-details .nav .nav-item{
        font-size: 18px;
        color: #333;
        font-weight: 500;
    }

    .teethers-details .contact-btn{
        background: #B6DD7A;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
    }

    .teethers-details .contact-btn:hover{
        background: #658A5C;
    }

    .teethers-details .table td{
        border: 1px solid #ddd;
        padding: 10px 15px;
    }

    .teethers-details .table td:nth-child(odd){
        width: 20%;
        background: #FAFAFA;
        color: #333;
        font-weight: 500;
    }

    .teethers-details .table td:nth-child(even){
        width: 40%;
        color: #666;
        font-weight: 400;
    }

/*teethers-details-style-end*/

@media (max-width:1320px) {

}

@media (max-width:1200px) {

    /*teethers-customization-style-start*/

        .teethers-customization .item .item-title{
            font-size: 22px;
        }

    /*teethers-customization-style-end*/

}

@media (max-width:992px) {

    /*teethers-customization-style-start*/

        .teethers-customization .item .item-title{
            font-size: 20px;
        }

    /*teethers-customization-style-end*/


}

@media (max-width:768px) {

    /*teethers-introduction-style-start*/

        .teethers-introduction .public-btn img, .teethers-process .public-btn img{
            padding: 6px 12px;
            font-size: 14px;
        }

    /*teethers-introduction-style-end*/

    /*teethers-process-style-end*/

        .teethers-process .step-tab .carousel{
            width: 100%;

        }
        .teethers-process .step-tab .navs-tab{
            width: 100%;
        }

        .teethers-process .step-tab .navs-tab button{
            padding: 15px 0;
        }

        .teethers-process .step-tab .navs-tab:last-child button{
            border-left: 1px solid #ddd;
        }

    /*teethers-process-style-end*/

}

@media (max-width:571px) {

    /*teethers-list-style-end*/

        .teethers-list .item-title {
            font-size: 16px;
        }

    /*teethers-list-style-end*/

    /*teethers-introduction-style-end*/

        .teethers-introduction .title{
            font-size: 32px;
            line-height: 46px;
        }

        .teethers-introduction .public-btn{
            letter-spacing: 1px;
            font-size: 14px;
        }

        .teethers-introduction .public-btn .bi{
            font-size: 18px;
        }

    /*teethers-introduction-style-end*/

    /*teethers-customization-style-start*/

        .teethers-customization .item{
            background: linear-gradient(to bottom, #BCCCD8 130px, #fff 130px);
            overflow: hidden;
        }

        .teethers-customization .item .item-title{
            text-align: center;
        }

    /*teethers-customization-style-end*/

}