@import "../common/hide_navbar.css";

.banner .page-card-body {
    top: 30%;
}
.banner .page-card-text {
    margin-bottom: 3rem;
}
.function {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
}
.function .swiper-container {
    padding-bottom: 3rem;
}
.function .swiper-slide {
    width: 65%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.5;
    position: relative;
}
.function .swiper-slide-active{
    transform: scale(1);
    opacity: 1;
}
.function .page-title {
    margin-bottom: 1rem;
}
.function img {
    border-radius: 10px;
}
.function .function-info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 3rem;
}
.function .white-slider {
    display: inline-block;
    width: 70px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}
.function .function-title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.function .function-desc {
    display: inline-block;
    width: 80%;
    color: #fff;
    font-size: 16px;
    height: 72px;
}
.function-icon {
    background-color: #F7F7F7;
    padding-bottom: 5rem;
}
.function-icon .swiper-box {
    position: relative;
    padding-left: 3rem;
    padding-right: 3rem;
}
.function-icon .swiper-slide {
    width: 100px;
    height: 100px;
}
.function-icon .swiper-slide:hover {
    cursor: pointer;
}
.function-icon .swiper-button-next:after,
.function-icon .swiper-button-prev:after {
    content: '';
}
.function-icon .swiper-button-next:focus,
.function-icon .swiper-button-prev:focus {
    outline: none;
}
.function-icon .swiper-button-prev {
    background-image: url("../../images/index/system/left.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
}
.function-icon .swiper-button-prev:hover {
    background-image: url("../../images/index/system/left_active.png");
}
.function-icon .swiper-button-next {
    background-image: url("../../images/index/system/right.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
}
.function-icon .swiper-button-next:hover {
    background-image: url("../../images/index/system/right_active.png");
}
.hardware {
    padding-top: 5%;
    background-image: url("../../images/index/system/hardware_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.hardware .page-title {
    color: #fff;
    margin-bottom: 0.5rem;
}
.hardware .page-sub-title {
    color: #fff;
    margin-bottom: 2rem;
}
.hardware .nav-tabs {
    margin-bottom: 2rem;
    border-bottom: none;
}
.hardware .nav-tabs .nav-item {
    position: relative;
    top: 1px;
    padding-left: 3rem;
    padding-right: 3rem;
}
.hardware .nav-tabs .nav-link {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.hardware .nav-tabs .nav-link:hover {
    border: none;
    color: #fff;
}
.hardware .nav-tabs .nav-link.active {
    border: none;
    color: #fff;
    border-bottom: 3px solid #fff;
}
.hardware .hardware-trait {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hardware .card {
    width: 28%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
}
.hardware .card-lg {
    width: 40%;
}
.hardware .card-body {
    padding-bottom: 0;
}
.hardware .card-text {
    height: 63px;
    color: #999;
}
.mobile .page-card-image img {
    width: 100%;
}
.mobile .page-card-body {
    top: 10%;
}
.mobile .page-title {
    margin-bottom: 0.5rem;
}
.mobile .page-card-bottom {
    position: absolute;
    left: 0;
    bottom: 7%;
    width: 100%;
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.mobile .page-card-menu {
    position: absolute;
    left: 0;
    bottom: -19px;
    width: 100%;
    text-align: center;
    z-index: 200;
}
.mobile .page-card-menu .btn {
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.match-partner {
    background-color: #F7F7F7;
    padding-top: 7rem;
    padding-bottom: 4rem;
}
.match-partner .card {
    position: relative;
    overflow: hidden;
}
.match-partner .card .height-space {
    height: 60px;
}
.match-partner .card-body {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    transition: height 0.5s;
    background-color: #fff;
}
.match-partner .card:hover .card-body {
    height: 145px;
    background-color: #006BFF;
}
.match-partner .card:hover .card-title,
.match-partner .card:hover .card-text {
    color: #fff;
}
.match-partner .swiper-scrollbar {
    top: 99%;
    width: 60%;
    margin-left: 20%;
}
.match-partner .swiper-scrollbar-drag {
    background-color: #006BFF;
}
.match-partner .swiper-container {
    padding-bottom: 4rem;
}
.assembly {
    overflow: hidden;
}
.assembly .page-card-body {
    top: 10%;
}
.assembly .page-title {
    color: #fff;
    margin-bottom: 0.5rem;
}
.case {
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.case .page-title {
    margin-bottom: 1rem;
}
.case .swiper-container {
    width: 180%;
    top: 0;
    right: 40%;
    padding-bottom: 5rem;
}
.case .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.5;
    position: relative;
}
.case .swiper-slide-active{
    transform: scale(1);
    opacity: 1;
}
.case img {
    border-radius: 10px;
}
.case .case-info {
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
    padding: 0 10%;
}
.case .case-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
    text-align: left;
}
.case .case-desc {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.stores {
    padding-top: 7rem;
    background-color: #F7F7F7;
}
.stores .swiper-container {
    padding-bottom: 4rem;
}
.stores .card {
    overflow: hidden;
}
.stores .card-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.stores .card:hover .card-body {
    background-color: #006BFF;
}
.stores .card:hover .card-title {
    color: #fff;
}
.space {
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
}
.space .page-title {
    margin-bottom: 0.5rem;
}
.space .page-sub-title {
    margin-bottom: 1.5rem;
}
.space .btn {
    border-radius: 50px;
    font-size: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (max-width: 1000px) {
    .banner .page-card-title {
        font-size: 24px;
        text-align: center;
    }
    .banner .page-card-text {
        font-size: 16px;
    }
    .banner .page-card-btn {
        font-size: 16px;
    }
    .function {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
    .function img {
        border-radius: 0;
    }
    .function .function-info {
        padding-bottom: 0.5rem;
    }
    .function .white-slider {
        width: 50px;
    }
    .function .function-title {
        font-size: 18px;
        font-weight: normal;
    }
    .function .function-desc {
        width: 95%;
        font-size: 12px;
    }
    .hardware .page-sub-title {
        font-size: 14px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .hardware .nav-tabs .nav-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .hardware .nav-tabs .nav-link {
        font-size: 14px;
    }
    .hardware .card-lg,
    .hardware .card {
        width: 48%;
    }
    .hardware .card .card-title {
        font-size: 16px;
    }
    .hardware .card .card-text {
        font-size: 12px;
        height: auto;
    }
    .mobile .page-card-bottom {
        font-size: 14px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .mobile .page-card-menu .btn {
        font-size: 14px;
    }
    .match-partner .card-title {
        font-size: 18px;
    }
    .assembly .page-card-body {
        top: 5%;
    }
    .assembly .page-sub-title {
        padding-left: 10%;
        padding-right: 10%;
    }
    .case {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }
    .case .swiper-container {
        width: 100%;
        right: 0;
    }
    .case .case-desc {
        font-size: 14px;
    }
    .case .case-item {
        margin-bottom: 0.25rem;
    }
    .case .case-title {
        font-size: 18px;
    }
    .stores .card-title {
        font-size: 16px;
    }
    .space .btn {
        font-size: 14px;
    }
}