.ckzl_content {
    background: rgba(67, 100, 255, .05);
    padding: 59px 0 3.6667rem 0;
    height: auto;
}

.ckzl_left {
    width: 50%;
    /* background-color: red; */
    padding-left: 0;
}

.ckzl_list {
    /* display: flex; */
    margin-top: 40px;
    height: 30rem;
}

/* 仓库租赁中的小三角 */
.span_sanjiaod {
    position: absolute;
    top: 25%;
    right: 0px;
    transform: translate(-100%, 0);
    text-align: right;
    display: inline-block;
    border-width: .5333rem;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}

.span_sanjiaor {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, 0);
    text-align: right;
    display: inline-block;
    border-width: .5333rem;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
}


.ckzl_right {
    position: relative;
    width: 50%;
    /* height: 100%; */
    height: 28rem;
    /* background-color: #f00; */
}

/* img_box */
.border_box {
    position: absolute;
    /* bottom: 0; */
    top: 40px;
    right: 0;
    width: 90%;
    /* height: 90%; */

    height: 25rem;
    max-height: 35rem;
    border: 4px solid #4364FF;
    border-radius: 10px;
    box-sizing: border-box;
}

.img_box {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
}

.ckzl_img {
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.img_box:hover .ckzl_img {
    transform: scale(1.1);
}

/* cart */
.card_out {
    padding-left: 12px;
    background-color: #a1b1ff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.card {
    border: none !important;
}

.card-header {
    background-color: #fff;
    border: none;
}

.card_child {
    /* border-top: 1px solid #4364FF; */

}

.cart_btn {
    position: relative;
    /* background-color: #f00; */
}

.yuan_p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.yuan_inner {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #666;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart_btn_text {
    margin-left: 25px;
    text-decoration: none !important;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666;
}

.btn-link:hover {
    text-decoration: none !important;

}



/* .btn-link:hover .collapse :not(.show) {
    display: block !important;
} */



/* 修改 */
.card_child {
    height: 0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .3s;
}

.card_out:hover {
    background-color: #4364FF;
}

.card_out:hover .cart_btn_text {
    color: #4364FF;
}

.card_out:hover .yuan_p {
    border-color: #4364FF;
}

.card_out:hover .yuan_inner {
    background-color: #4364FF;
}

.card_out:hover .card_child {
    height: 4.5rem;
}

.card_line {
    height: 1px;
    background-color: #4364FF;
    padding: 0;
    margin: 0;
}