section {
    padding: 0;
}
header#header-nav .nav-list li:nth-child(1) .menu-logo {
    background: url(/ayaneo/img/header/h-01active.png) no-repeat 0 0 /cover;
}

.swiper-box {
    position: relative;
    overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
    display: block;
    width: auto;
    height: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    background: url(/ayaneo/img/home/icon-next.png) no-repeat center/100%;
}
.swiper-button-prev:after {
    transform: rotate(-180deg);
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    transform: rotate(-180deg);
    background-image: url(/ayaneo/img/home/icon-next-hover.png);
}
.swiper-button-prev:hover:after {
    transform: rotate(0);
}


.product-card li {
    height: 100%;
}

.product-card .pic {
    flex: 1;
    overflow: hidden;
}

.product-card .pic img {
    transition: 0.3s;
}

.product-card .product-name {
    padding: 2rem;
    font-size: 2.2rem;
    color: #96989b;
    transition: 0.3s;
    background-color: #151519;
}

.product-card li:hover img {
    transform: scale(1.02);
}

.product-card li:hover .product-name {
    color: #fff;
}

.product-3 {
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
}

.product-2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}


/* space start */
section#space {
    position: relative;
    background-color: #17171a;
}

section#space .tips {
    position: absolute;
    top: 28vw;
    left: 0;
    right: 0;
    color: #b4b5b7;
    text-align: center;
}
section#space .tips .download-btn {
    padding: 1.6rem 3rem;
    min-width: 30rem;
    font-size: 3.6rem;
    border-radius: 4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}
/* section#space .tips .download-btn:hover{
    background-color: #86868c;
} */
section#space .tips .download-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
section#space .additional {
    padding: 2rem;
    color: #96989a;
    background-color: #000;
    font-size: 2.2rem;
}
section#space .additional .more {
    font-size: 6.4rem;
    line-height: .8;
}
/* space end */



@media screen and (max-device-width: 750px) {
    .product-2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 750px) {
    .swiper-button-next:after,
    .swiper-button-prev:after {
        width: 2rem;
        height: 2rem;
    }
}

