.main {
    background: #FFF;
}
.main .main-content {
    width: 1280px;
    margin: 0 auto;
}

.main .products-hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 64px 0 0;
}

.main .products-hero-image {
    width: 616px;
    height: 640px;
    margin-left: auto;
    text-align: right;
    background: var(--bgcolor);
}

.main .products-hero-image img{
    height: 640px;
}


.main .products-hero-content {
    padding-top: 120px;
}

.main .products-hero-title {
    font-size: 64px;
    font-size: 48px;
    color: #181D23;
    /*line-height: 80px;*/
}

.main .products-hero-subtitle {
    font-size: 24px;
    font-size: 18px;
    color: #606266;
    /*line-height: 40px;*/
    margin-top: 24px;
}

.main .learn-more-a {
    display: inline-block;
}
.main .learn-more {
    width: 175px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #181D23;
    border-radius: 28px;
    font-size: 20px;
    font-size: 16px;
    color: #FFF;
    margin-top: 72px;
}

.main .learn-more:hover {
    opacity: 0.24;
}

.main .carousel-container{
    padding: 28px 0 68px;
}

.main .carousel-title {
    font-size: 40px;
    font-size: 24px;
    color: #251715;
    /*line-height: 56px;*/
}

.main .carousel-wrapper {
    width: 100%;
    height: 462px;
    background: var(--bgcolor);
    border-radius: 8px;
    border-radius: var(--radius);
    margin-top: 36px;
    padding: 48px 120px;
    position: relative;
}

.main .carousel-track a {
    margin-right: 28px;
}

.main .carousel-track {
    display: flex;
    /* gap: 28px; */
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%;
}

.main .carousel-track::-webkit-scrollbar {
    display: none;
}

.main .carousel-arrow{top: 50%;margin-top: -32px;}
.main .carousel-arrow-left{left: 28px;}
.main .carousel-arrow-right{right: 28px;}

/*.main .carousel-arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #FFF;
    user-select:none;cursor:pointer;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    background-position: center;
    background-repeat: no-repeat;
}

.main .carousel-arrow-left{
    left: 28px;
    background-image: url("../imgfolder/point-to-28.png");
    transform: rotate(180deg);
}

.main .carousel-arrow-right{
    right: 28px;
    background-image: url("../imgfolder/point-to-28.png");
}

.main .carousel-arrow.disabled {
    cursor: default;
    background-color: #FFF !important;
    background-image: url("../imgfolder/point-to-28-gray.png");
}

.main .carousel-arrow:hover {
    background-color: #EDF1F5;
}*/

.main .product-card {
    width: 328px;
    height: 366px;
    background: #FFF;
    border-radius: 8px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main .product-card-image {
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    margin: 24px 44px 0;
}

.main .product-name {
    font-size: 16px;
    font-size: var(--title);
    color: #181D23;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 600;
}

.main .product-val {
    font-size: 14px;
    font-size: var(--title);
    color: #606266;
    line-height: 22px;
    margin-top: 8px;
}

.main .combo-section .products-hero-container{
    height: 600px;
    padding: 0;
}
.main .combo-section .products-hero-image{
    width: 720px;
    height: 600px;
    margin-right: 48px;
}

.main .combo-section {
    background: linear-gradient( 180deg, #AFE8FF 0%, #F0F4F6 100%);
    background: #F2F2F7;
}

.main .whitening .carousel-title{
    color: #181D23;
}


.main .products-hero-image .index-img.phone{
    display: none;
}



@media (max-width: 1024px) {
    .main .products-hero-image .index-img{
        display: none;
    }

    .main .products-hero-image .index-img.phone{
        display: block;
    }
    .main .combo-section .products-hero-image .index-img.phone{
        object-position: left;
    }

    .main .products-hero{
        position: relative;
    }

    .main .products-hero-container {
        display: block;
        padding: 0;
    }
    .main .main-content {
        padding: 0 16px;
    }
    .main .combo-section .products-hero-container{
        height: 588px;
        margin-right: 0;
    }
    .main .combo-section .products-hero-image {
        width: 100%;
        height: 286px;
        position: absolute;
        top: 270px;
    }
    .main .products-hero-image {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 280px;
    }

    .main .products-hero-image .index-img.phone{
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top;
        /*object-fit: cover;*/
        object-position: center;
    }

    .main .products-hero-content {
        padding: 308px 0 48px;
        text-align: center;
    }

    .main .combo-section .products-hero-content {
        padding: 44px 0 32px 32px;
        text-align: left;
    }
    .main .combo-section .learn-more {
        width: 311px;
    }

    .main .products-hero-title {
        font-size: var(--page-p);
    }
    .main .products-hero-subtitle {
        margin-top: 16px;
        font-size: var(--page-text-p);
    }

    .main .learn-more {
        margin-top: 28px;
        width: 247px;
    }

    .main .carousel-title {
        display: inline-block;
    }
    .main .carousel-title .go-icon {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../imgfolder/go.png");
        background-size: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: -26px;
    }

    .main .carousel-arrow {
        display: none;
    }

    .main .whitening .carousel-container {
        padding-top: 48px;
    }
    .main .carousel-container {
        padding-bottom: 48px;
    }

    .main .carousel-wrapper {
        height: auto;
        background: none;
        padding: 0;
    }
    .main .carousel-track {
        overflow: scroll;
    }
    .main .product-card {
        background: var(--bgcolor);
        width: 232px;
        height: 298px;
    }
    .main .product-card-image img {
        width: 100%;
    }
    .main .product-card-image {
        width: 200px;
        height: 200px;
        margin: 16px 16px 0;
    }
    .main .product-name {
        font-size: var(--title-p);
        line-height: 22px;
        margin-top: 12px;
    }
    .main .product-val {
        font-size: var(--content-p);
        line-height: 20px;
        margin-top: 4px;
    }
}

