.back-f9 .container {
    width: 1240px;
}

.discount {
    margin: 15px 0 0;
    color: #6c7fae;
}

.container_rotate {
    padding-top: 10px;
    transition: all .15s;
    transform-style: preserve-3d;
    transform-origin: left center;
    height: 95px;
}

.k-list li {
    margin-right: 3px;
}

.k-list li:last-child {
    margin-right: 0;

}

.k-list li a {
    position: relative;
    transition: all 0.2s;
}

.k-list li a:hover {
    transform: scale(1.07);
    border-radius: 5px;
    box-shadow: 0 0 5px #6c7fae;
    z-index: 1000;
}

.k-list li a:hover .container_rotate {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.k-list li a:hover .k-icon {
    background-color: #F4F7FB;
}

.container_rotate>div {
    height: 70px;
    background-color: #fff;
}

.container_rotate>div:nth-child(2) {
    transform: translate3D(85px, -70px, -85px) rotateY(90deg);
    background-color: #fff;
    width: 99%;
    height: 70px;
}


.discount {
    color: #FFB20D;
}

.discount_btn {
    width: 100px;
    height: 30px;
    margin: 15px auto 0;
    line-height: 28px;
    border: 1px solid #FFB20D;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #FFB20D;
}

.k-icon img {
    text-align: center;
    height: 33px;
}

.k-icon {
    padding: 10px;
    height: 57px;
    margin: 5px 10px 10px;
    border-radius: 4px;
    background: #fff;
    transition: background .5s;
}

.slide-right {
    display: flex;
    height: 85px;
}

.slide-right>div {
    position: relative;
    text-align: center;
    margin-top: 13px;
    line-height: 60px;
    height: 60px;
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    color: #6c7fae;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s;
    z-index: 1;
}

.slide-right>div:hover::after {
    opacity: 1;
    transform: rotate(45deg);
}

.slide-right .cart::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(ka_bgc.png) no-repeat center center;
    background-size: 60px auto;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}


.product_list {
    margin-top: 30px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.product_list li {
    background-color: #fff;
    box-shadow: 0px 6px 10px 1px rgb(50 50 50 / 10%)
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex: 1;
    height: 210px;
}

.swiper-container {
    /* display: none; */
    padding: 0 25px;
    overflow-x: hidden;
    overflow-y: inherit;
}

.swiper-container:nth-child(1) {
    display: block;
}

.swiper-container .k-list {
    position: static;
}


.swiper-container 	.k-list li a{
    padding-bottom: 20px;
}
.swiper-container .container_rotate>div{
    height: auto;
}
.swiper-container .k-list li a:hover .discount_btn{
    background: #EC4D4B;
    border-color: #EC4D4B;
}
.swiper-container .container_rotate>div:nth-child(1) p:nth-child(1){
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container .container_rotate>div:nth-child(2) {
    height: auto;
    margin-top: 5px;
    transform: translate(0);
}
.swiper-container .discount_btn{
    margin-top:0 ;
}
.swiper-container .discount{
    font-weight: 400;
}
.swiper-container .container_rotate {
    transform-style: none;
}
.swiper-container .discount{
    margin-top: 0;
}

.swiper-container .k-list li a:hover .container_rotate {
    transform: rotateY(0);
}
