
.tem115-pro .box{
    align-items: center;
}

.tem115-pro .item .product-link{
    display: block;
    width: 100%;
}
.tem115-pro .item .product-link img{ width: 100%; }
.tem115-pro .item .r-box .swiper-slide-active .product-link img{
    animation: picScale 1.2s linear;
    -webkit-animation: picScale 1.2s linear;
}


.tem115-pro .l-box{
    padding-left: 7.27778vw;
    padding-right: 7.27778vw;
    margin-bottom: 20px;
}

.tem115-pro .l-box .swiper{ background: #F4F4F4; }

.tem115-pro .l-box .inner-box{
    /* background: #F4F4F4; */
    width: 100%;
    position: relative;
    padding: 3vw 2vw;
    box-sizing: border-box;
}
.tem115-pro .l-box .inner-box .desc{
    width: 100%;
    padding: 2vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tem115-pro .l-box .inner-box .desc a{ color: #0C0C0C; }
.tem115-pro .l-box .inner-box .price{ 
    display: inline-block;
    vertical-align: middle;
    font-size: .83333vw;
    color: #9A9A9A;
    margin-top: .34722vw;
    letter-spacing: .03472vw;
 }


 .tem115-pro .prev{
     position: absolute;
     top: 50%;
     left: 4vw;
     z-index: 2;
     transform: translateY(-50%) rotate(180deg);
 }
 .tem115-pro .next{
    position: absolute;
    top: 50%;
    right: 4vw;
    z-index: 2;
    transform: translateY(-50%);
}
.tem115-pro .arrow{
    width: 44px;
    height: 44px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.tem115-pro .arrow::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #333;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    z-index: 4;
}
.tem115-pro .arrow svg{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: visible;
}
.tem115-pro .arrow .svg-circle{
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    will-change: transform;
}
.tem115-pro .arrow .svg-circle:hover{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tem115-pro .arrow .svg-circle circle{
    fill: transparent;
    stroke: #0C0C0C;
    stroke-width: 1;
    -webkit-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    -o-transition: all .5s cubic-bezier(.45,0,.14,1.03);
    transition: all .5s cubic-bezier(.45,0,.14,1.03);
}

.tem115-pro .arrow .svg-circle:hover circle{
    stroke-dashoffset: 0;
}

.tem115-pro .l-box .swiper-pagination{ width: 100%;  position: relative; margin-top: 20px;}

.tem115-pro .l-box  .swiper-pagination-bullet{
    margin: 0 .5vw;
    position: relative;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: transparent!important;
   
}
.tem115-pro .l-box  .swiper-pagination-bullet::after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    transform:  translate(-50%,-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 1s;
}

.tem115-pro .l-box .swiper-pagination-bullet-active{
    border: 1px solid #000;
}

@keyframes picScale
{
from {transform:scale(1.2);}
to {transform: scale(1);}
}
@media screen and (min-width:768px){
    .tem115-pro .pc-none{ display: none!important; }
}
@media screen and (max-width:767px){
    .tem115-pro .mode-none{ display: none!important; }
    .tem115-pro .prev{left: 0;}
    .tem115-pro .next{right: 0;}
    .tem115-pro .l-box .title{ font-size: 24px!important; }
    .tem115-pro .l-box .inner-box{padding: 3vw 4vw;}
    .tem115-pro .l-box .swiper-pagination-bullet-active{border:none;}
}


@media screen and (min-width: 1200px){
    .tem115-pro .l-box .title{
        font-size: 3vw;
        text-align: center;
        position: relative;
        bottom: -2vw;
        z-index: 2;
    }

    .tem115-pro .arrow{
        top: 60%;
    }
}
@media screen and (max-width: 960px){
    .tem115-pro .arrow{
        top: 55%;
    }
}