
.mod-banner-wrap {
    position: relative;
    padding-top: .9rem
}

.mod-banner-wrap .mod-pic {
    height: calc(100vh - .9rem);
    overflow: hidden
}

.mod-banner-wrap .mod-pic.ratio {
    height: auto
}

.mod-banner-wrap .mod-pic.ratio {
    position: relative
}

.mod-banner-wrap .mod-pic.ratio::before {
    content: "";
    display: block;
    padding-top: 43.75%
}

.mod-banner-wrap .mod-pic.ratio.hover-large {
    overflow: hidden
}

.mod-banner-wrap .mod-pic.ratio.hover-large img.fill {
    transition: .8s
}

.mod-banner-wrap .mod-pic.ratio.hover-large:hover img.fill {
    transform: translate(-50%, -50%) scale(1.1)
}

.mod-banner-wrap .mod-pic.ratio .fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.mod-banner-wrap .mod-pic.ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mod-banner-wrap .mod-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5
}

.mod-banner-wrap .mod-shadow {
    text-align: left;
    font-family: SimSun;
    color: #fff
}

.mod-banner-wrap .shadow-txt {
    color: hsla(0, 0%, 100%, .1);
    /* font-family:Italiana-Regular */
}

.mod-banner-wrap .mb-info {
    max-width: 7.1rem;
    width: 100%;
    line-height: 2;
    margin-top: .41rem;
    color: #fff
}

/* <!-- mod-banner end --> */



.base-wrap {
    max-width: 100%;
    padding-top: .82rem;
    padding-bottom: .5rem;
    color: #333;
    overflow: hidden
}

.base-wrap .mod-shadow {
    font-family: SimSun;
    font-weight: bold
}

.base-wrap .base-title {
    line-height: 1.1388888889;
    margin-top: .23rem;
    font-family: SimSun;
    text-align: center
}

.base-wrap .base-item {
    width: 13.6rem;
    padding-right: .8rem
}

.base-wrap .swp-box {
    margin-top: .7rem
}

.base-wrap .base-pic {
    width: 100%;
    height: 7rem;
    overflow: hidden
}

.base-wrap .base-pic img {
    transition: .8s
}

.base-wrap .base-pic:hover img {
    transform: scale(1.1)
}

.base-wrap .swp-turner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 13.6rem;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5
}

.base-wrap .swp-prev,
.base-wrap .swp-next {
    background-color: rgba(0, 0, 0, .4)
}

@media(max-width:750px) {
    .base-wrap .swp-next {
        transform: rotateY(180deg)
    }
}

/* <!-- base end --> */

.product-wrap {
    padding-top: 1rem;
    padding-bottom: 1.6rem;
    color: #333
}

.product-wrap .product {
    display: flex
}

.product-wrap .product:hover .product-pic img {
    transform: translate(-50%, -50%) scale(1.1)
}

.product-wrap .product-pic {
    max-width: 100%;
    width: 7.2rem;
    flex-shrink: 0;
    overflow: hidden
}

.product-wrap .product-pic {
    position: relative
}

.product-wrap .product-pic::before {
    content: "";
    display: block;
    padding-top: 119.4444444444%
}

.product-wrap .product-pic.hover-large {
    overflow: hidden
}

.product-wrap .product-pic.hover-large img.fill {
    transition: .8s
}

.product-wrap .product-pic.hover-large:hover img.fill {
    transform: translate(-50%, -50%) scale(1.1)
}

.product-wrap .product-pic .fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1
}

.product-wrap .product-pic img {
    transition: .8s
}

.product-wrap .product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 8.6rem;
    flex: 1
}

.product-wrap .product-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.product-wrap .mod-shadow {
    font-family: SimSun;
    white-space: nowrap
}

.product-wrap .shadow-txt {
    /* font-family:Italiana-Regular */
}

.product-wrap .product-title {
    line-height: 1.1388888889;
    margin-top: .18rem;
    font-family: SimSun;
    text-align: center
}

.product-wrap .product-info {
    line-height: 2;
    margin-top: .64rem;
    min-height: 2.32rem;
    max-width: 5.32rem;
    width: 100%;
    text-align: center
}

@media(max-width:750px) {
    .product-wrap .product {
        flex-direction: column
    }

    .product-wrap .product-content {
        min-height: auto;
        padding: .6rem 0;
        align-items: center
    }
}

/* <!-- product end --> */
