
/*productCarousel*/
.productCarousel {
    width: 100%;
    height: 14rem;
    margin: 0 auto;
    position: relative;
}

.productCarousel_mask{
    width: 100%;
    height: 63px;
    background: url(https://games.wanmei.com/m/images/index2205/productCarousel_mask.png) no-repeat;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}

.productCarousel .productCarousel-top {
    width: 100%;
    height: 14rem;
    
}

.productCarousel .productCarousel-top .swiper-slide {
    width: 100%;
    /* height: 468px; */
    overflow: hidden;
}

.productCarousel_poster {
    width: 100%;
    /* height: 468px; */
    position: relative;
}

.productCarousel_poster img{
    width: 100%;
    margin: 0 auto;
    /* overflow:auto; */
}

.productCarousel .productCarousel-thumbs {
    width: 6.2rem;
    height: 1.34rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -3.1rem;
    top: 10.82rem;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper {
    width: 6.2rem;
    height: 1.34rem;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide {
    cursor: pointer;
    /*overflow: hidden;*/
    width: 1.34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

/*.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover{
    transform: scale(1.3);
}
.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a:hover img{
    border-radius: 15px;
    border: 1px solid #e2ce9c;
}
*/
/* .productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-active a{ */
    /* transform: scale(1.3); */
/* } */

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a {
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto;
    display: block;
    /*overflow: hidden;*/
    transform: scale(1);
    transition: 300ms;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide a img {
    width: .76rem;
    height: .76rem;
    display: block;
    border:1px transparent solid;
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a {
    opacity: 1;
    transform: scale(1.5);
    
}

.productCarousel .productCarousel-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a img{
    border-radius: .18rem;
/*    border: 1px solid #e2ce9c;*/
}


.productCarousel .productCarousel-thumbs .swiper-button-next,
.productCarousel .productCarousel-thumbs .swiper-button-prev {
    width: .32rem;
    height: .32rem;
    position: absolute;
    top: .52rem;
    margin: 0;
    outline: none;
    z-index: 5;
    text-indent: -999em;
}

.productCarousel .productCarousel-thumbs .swiper-button-prev {
    left: -.4rem;
    background: url(https://games.wanmei.com/images/index2103/prev_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.productCarousel .productCarousel-thumbs .swiper-button-next {
    right: -.4rem;
    background: url(https://games.wanmei.com/images/index2103/next_btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.productCarousel_poster .product_info1{
    width: 100%;
    height: 1.9rem;
    position: absolute;
    right: .56rem;
    top: 8.3rem;
}
.productCarousel_poster .product_info10{
    top: 7.3rem;
}
.productCarousel_poster .product_info11{
    top: 6.5rem;
}
.product_info1 .product_p{
    text-align: right;
}
.product_info1 .product_p p{ 
    font-size: .48rem;
    font-weight: bold;
    color: #fff;
}
.product_info1 .product_p span{
    font-size: .42rem;
    color: #fff;
}
.product_info1 .product_des{
    width: 3.19rem;
    height: 1rem;
    margin: 0 auto;
    position: absolute;
    right: 0px;
    top: 0px;
}
.product_info2 .product_des{
    width: 4.12rem;
    height: 1.04rem;
}
.product_info3 .product_des{
    width: 6.65rem;
    height: 1.93rem;
    right: -.4rem;
    top: -.48rem;
}
.product_info4 .product_des{
    width: 6.65rem;
    height: 1.93rem;
    right: -.4rem;
    top: -.48rem;
}
.product_info5 .product_des{
    width: 6.65rem;
    height: 1.93rem;
    right: -.4rem;
    top: -.48rem;
}
.product_info6 .product_des{
    width: 3.66rem;
    height: 1.04rem;
}

.product_info1 .look_product_info_btn {
    display: block;
    width: 2rem;
    height: .62rem;
    background: url(../home/imgs/m_more_btn.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

