/*----------------------------------------*/
/*  C. Product Area 产品系列
/*----------------------------------------*/
.product-two-area {
    width: 100%;
    margin: 30px 0;
}

.msd-a-nor {
}

.msd-a-nor:hover {
    color: black;
}

.product-two-area .swiper-container {
    width: 100%;
    height: 100%;
}

.product-two-area .inner {
    overflow: hidden;
}

.product-two-area .inner figure img {
    transition-delay: 1s;
    transition: 1.5s;
}

.product-two-area .inner figure img:hover {
    transform: scale(1.1) translateX(-30px);
}

.product-two-swiper {
    background-color: rgb(242, 242, 242);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -webkit-background-repeat: no-repeat;
    -webkit-background-position: right;
}

.product-two-area .swiper-container .inner figure {
    text-align: center;
}

.gallery-item-bg,
.gallery-item-desc,
.banner-readmore-product-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}

.gallery-item-bg,
.gallery-item-desc {
    left: 8.33333333%;
    width: 25%;
    height: 1000px;
    /*background-color: gray;*/
}

.gallery-item-bg {
    left: 0;
    /*background-color: #86BC42;*/
}

.banner-readmore-product-two {
    top: auto;
    bottom: 10px;
    opacity: 0;
}

.banner-readmore-product-two.typography-hover {
    bottom: 50px;
    transition-delay: .8s;
}

.typography-label h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.typography-label {
    padding-top: 50px;
    opacity: 0;
}

.product-two-area .typography-label.typography-hover {
    padding-top: 30px;
    transition-delay: .1s;
}

.typography-body {
    /*margin-top: 30px;!*过渡前*!*/
    margin-top: 1px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    opacity: 0;
}

/*.typography-body.typography-hover {*/
/*    margin-top: 0;*/
/*    transition-delay: .1s;*/
/*}*/

.typography-thumb {
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    opacity: 0;
}

.typography-thumb.typography-hover {
    margin-top: 10px;
    transition-delay: .5s;
}

.typography-hover {
    opacity: 1;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}