﻿.sam-comtact-us {
    margin-top: 1.37rem;
}

.sam-comtact-us .contact-list {
    margin: 1.37rem 3.6rem;
    display: flex;
    justify-content: space-between;
}


.sam-comtact-us .contact-list .list-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sam-comtact-us .contact-list .list-item .hover-icon {
    display: none;
}

.sam-comtact-us .contact-list .list-item:hover .hover-icon {
    display: block;
}

.sam-comtact-us .contact-list .list-item:hover .common-icon {
    display: none;
}

.sam-comtact-us .contact-list .list-item .title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 0.22rem;
    line-height: 0.30rem;
    text-align: center;
    color: #383838;
    margin-top: 0.35rem;
    margin-bottom: 0.12rem;
    text-align: center;
}

.sam-comtact-us .contact-list .list-item .sub-title {
    width: 2.3rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #333333;
    text-align: center;
}

.sam-comtact-us .contact-list .list-item img {
    width: 1.16rem;
}

.sam-comtact-us .prev-btn,
.sam-comtact-us .next-btn {
    display: none;
}
.sam-comtact-us .contact-list .list-item .mobile-icon {
    display: none;
}

@media screen and (max-width: 1025px) {
    .sam-comtact-us {
        background-color: #2C63A0;
        position: relative;
        margin: 0;
    }

    .sam-comtact-us .contact-list {
        margin: 0;
        overflow-x: scroll;
        scroll-snap-type: x;
    }

    .sam-comtact-us .contact-list .list-item {
        width: 100%;
        flex-shrink: 0;
        scroll-snap-align: center;
        height: 3.77rem;
    }

    .sam-comtact-us .contact-list .list-item a {
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .sam-comtact-us .contact-list .list-item .title {
        color: #fff;
        font-size: 0.24rem;
    }

    .sam-comtact-us .contact-list .list-item .sub-title {
        color: #fff;
        font-size: 0.24rem;
        width: 2.7rem;
    }

    .sam-comtact-us .contact-list .list-item .common-icon {
        display: none;
    }

    .sam-comtact-us .contact-list .list-item img {
        width: 1.54rem;
    }

    .sam-comtact-us .prev-btn,
    .sam-comtact-us .next-btn {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0.3rem;
    }

    .sam-comtact-us .prev-btn svg,
    .sam-comtact-us .next-btn svg {
        width: 100%;
    }

    .sam-comtact-us .prev-btn {
        left: 0.3rem;
    }

    .sam-comtact-us .next-btn {
        right: 0.3rem;
    }
    .sam-comtact-us .contact-list .list-item .mobile-icon {
        display: block;
    }
}
