/* 主轮播图 */
#carouselExampleInterval {
    height: 21.625rem;
}

#carouselExampleInterval .carousel-inner {
    height: 100%;
    box-shadow: 0 0 10px #E5E5E5;
}

#carouselExampleInterval .carousel-item {
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

#carouselExampleInterval .carousel-item img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* 缩略轮播 */
.thumbnail-carousel {
    height: 5.5rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.thumbnail-carousel .thumbnail-carousel-inner {
    height: calc(100%-0.5rem);
    width: calc(100% - 8rem);
    overflow-x: hidden;
}

.thumbnail-carousel .thumbnail-carousel-k {
    display: flex;
    transition: transform 0.3s linear;
}

.thumbnail-carousel .thumbnail-carousel-inner .thumbnail-carousel-item {
    height: 100%;
    width: calc(100% / 3);
    flex-shrink: 0;
    display: flex;
    padding: 0 0.5rem;
}

.thumbnail-carousel .thumbnail-carousel-inner img {
    height: 100%;
    width: auto;
    object-fit: contain;
    background-color: #fff;
}

.thumbnail-carousel>i {
    font-size: 1.5rem;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 4rem;
    cursor: pointer;
}

/* 产品型号列表 */
.model-size-warp {
    display: flex;
    flex-wrap: wrap;
}

.model-size-warp>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-right: 0.5rem;
    background-color: #fff;
}

.model-size-warp>a:last-of-type {
    margin-right: 0;
}

.model-size-warp>a:hover {
    background-color: var(--theme-color);
    color: #fff;
    cursor: pointer;
}

/* 联系我们 */
.customer-service-warp {
    background-color: #fff;
    border: 1px solid var(--border-color);
    padding: 0.96rem 0.96rem 1.05rem 0.96rem;
}

.customer-service-warp .customer-service-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.customer-service-warp .customer-service-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--theme-color);
    width: 100%;
    height: 3.84rem;
    border-radius: 0.3rem;
    font-size: 1.25rem;
}

.customer-service-warp .customer-service-btn a i {
    font-size: 1.3rem;
    margin-right: 0.8rem;
}

.customer-service-warp .customer-service-btn a:hover i {
    margin-right: 1.2rem;
    transition: margin-right 0.3s ease-in-out;
}

/* 产品规格参数 */
.product-nav-warp {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0;
    margin: 0;
}

.product-nav-warp .nav-item {
    list-style: none;

    text-align: center;
    line-height: 1;
    padding-top: 2.625rem;
    padding-bottom: 2.625rem;
    cursor: pointer;
    font-size: 1.5rem;
    background-color: transparent;
    position: relative;
    transform: translateY(1px);
    margin-right: 6.875rem;
}

.product-nav-warp .nav-item:not(:first-child) {
    margin-left: -1px;
}

.product-nav-warp .nav-item.active {
    color: var(--theme-color);
    position: relative;
}

.product-nav-warp .nav-item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--theme-color);
}

.product-panel {
    display: none;
    min-height: 50vh;
}

.product-panel.active {
    display: block;
}


/* 产品型号表格 */
.custom-table-warp {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.custom-table-warp thead tr {
    color: #fff;
}

.custom-table-warp thead th {
    text-align: left;
    padding: 0.75rem 1.25rem;
    height: 3.75rem;
    font-size: 1.5rem;
    background-color: var(--theme-color);
}

.custom-table-warp thead th:last-child {
    background: #c71e1e8a;
}

.custom-table-warp tr:not(.firstRow) td {
    font-size: 1.5rem;
    height: 3.75rem;
    padding: 0.75rem 1.25rem;
    font-weight: 300;
    text-align: left;
    border: none;
    border-spacing: 1px;
    border-right: 1px solid #ECEBEB;
    border-bottom: 1px solid #ECEBEB;
}

.custom-table-warp tr:not(.firstRow) td:first-child {
    background: #F4F6F8;
}


.custom-table-warp tbody .img-style {
    width: auto;
    height: 3.75rem;
    object-fit: contain;
}


/* 行业应用 */
.industry-solution-carousel {
    height: 17.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.industry-solution-carousel .carousel-inner {
    width: calc(100% - 10rem);
    margin-left: 5rem;
}

.industry-solution-carousel .carousel-item {
    height: 100%;
}

.industry-solution-carousel .carousel-item-content {
    display: flex;
    height: 100%;
    justify-content: space-between;

}

.industry-solution-carousel .industry-item {
    width: 48.5%;
    height: 100%;
    display: flex;
    align-items: start;
    background-color: #fff;
    padding: 2rem 2.4rem 1.92rem 2.25rem;
    border: 1px solid #E5E5E5;

    box-sizing: border-box;
}

.industry-solution-carousel .industry-item .icon-warp {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #F6F6F6;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-right: 2rem;
    flex-shrink: 0;
}

.industry-solution-carousel .industry-item i.iconfont {
    font-size: 3rem;
    color: var(--theme-color);
}

.industry-solution-carousel .industry-item .industry-item-info {
    height: 100%;
    width: calc(100% - 8rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.industry-solution-carousel .industry-item .btn {
    display: flex;
    justify-content: flex-end;
    font-size: 0.875rem;
    font-weight: 300;
}

.industry-solution-carousel .industry-item .btn:hover {
    color: var(--theme-color);
}


.industry-solution-carousel .carousel-control-next,
.industry-solution-carousel .carousel-control-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.88rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    box-shadow: 0 3px 6px #E5E5E5;
    opacity: 1;
    transition: all .36s ease;
    border: none;
}

.industry-solution-carousel .carousel-control-next i,
.industry-solution-carousel .carousel-control-prev i {
    color: #333333;
    font-size: 1.25rem;
}

.industry-solution-carousel .carousel-indicators {
    bottom: -4rem;
}

.industry-solution-carousel .carousel-indicators li {
    width: 0.5rem;
    height: 0.5rem;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    background-color: #CCCCCC;
    margin: 0 0.35rem;
}

.industry-solution-carousel .carousel-indicators li.active {
    background-color: #fff;
    border: 2px solid var(--theme-color);
}