.TwoLine {
    /* 44% */
    width: 38%;
}

.cur__container {
    display: flex;
    align-items: center;
    width: 952px;
    margin: 30px auto 110px;
}

.cur__imgs {
    width: 476px;
    width: 50%;
    transition: all .4s ease-out 1s;
    opacity: 0;
    transform: translateX(-100%);
}

.cur__imgs-initPlace {
    opacity: 1;
    transform: translateX(0);
}

.cur__imgs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.swiper-container-production {
    width: 100%;
    height: 100%;
}

.swiper-container-production .swiper-pagination-production {
    text-align: left;
    text-indent: 16px;
}

.production_pagination {
    width: 10px;
    height: 10px;
    background-color: #5C5A56;
    opacity: .16;
    display: inline-block;
    border-radius: 50%;
    margin-left: 12px;
    cursor: pointer;
    transition: opacity 1s;
}

.production_pagination-active {
    opacity: .7;
}

.cur_info {
    width: 50%;
    display: flex;
    justify-content: center;
    transition: all .4s ease-out 1s;
    opacity: 0;
    transform: translateX(100%);
}

.cur_info-initPlace {
    opacity: 1;
    transform: translateX(0);
}

h1 {
    font-size: 36px;
    margin-bottom: 14px;
}

.pd__info {
    width: 67%;
}

.pd_subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.pd_describe {
    font-size: 18px;
    color: #888;
    line-height: 30px;
}

.pd-line {
    height: 1px;
    background-color: #ccc;
    margin: 36px 0;
}

.pd_price {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    margin-bottom: 30px;
    align-items: center;
}

.pd_now_price {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-right: 16px;
}

.pd_through_price {
    font-size: 18px;
    color: #777;
    text-decoration: line-through;
}

.pd_action {
    display: flex;
    align-items: center;
}

.pd_action img {
    display: block;
}

.pd_action .pd_heart,
.pd_action .pd_shop {
    margin-right: 24px;
}

.pd_action .like,
.pd_action .liked {
    width: 27px;
    height: 26px;
}

.pd_action .pd_shop .car,
.pd_action .pd_shop .cared {
    width: 26px;
    height: 26px;
}

.pd_action .pd_shop .cared {
    /*display: none;*/
}

.pd_buy {
    width: 230px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
    transition: all .4s;
}

.pd_buy:hover {
    background-color: #333;
    color: #fff;
    border: none;
}

.prodLsit__container {
    margin: 40px 0 100px;
}

.prodItem__container_item {
    display: flex;
    align-items: center;
    width: 1280px;
    margin: 0 auto;
    height: 460px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .8s ease-out, opacity .8s ease-out;
    margin-top: 40px;
}

.prodItem__container_item:nth-child(2n) .prodItem_left_box {
    order: 1;
}

.prodItem_left_box,
.prodItem_right_img {
    height: 100%;
    width: 50%;
    width: 50%;
}

.prodItem_left_box {
    background-color: #F7F8FA;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.prodItem_right_img {}

.prodItem__container_item_transform {
    transform: translateY(0);
    opacity: 1;
}

.prodItem_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
}

.prodItem_img:hover {
    transform: scale(1.05);
}

@media screen and (max-width: 1366px) {
    .cur__container {
        width: 800px;
        margin-bottom: 80px;
    }
    .cur__imgs {
        /* height: 400px; */
        height: 500px;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .pd_subtitle {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .pd_describe,
    .pd_through_price,
    .pd_buy {
        font-size: 15px;
    }
    .pd_describe {
        line-height: 26px;
    }
    .pd-line {
        /* margin: 30px 0; */
        margin: 26px 0px;
    }
    .pd_price {
        margin-bottom: 25px;
    }
    .pd_now_price {
        font-size: 24px;
    }
    .pd_action img {
        height: 20px;
    }
    .pd_buy {
        width: 180px;
        height: 48px;
        line-height: 48px;
    }
    .prodLsit__container {
        margin: 20px 0 50px;
    }
    .prodItem__container_item {
        width: 980px;
        height: 352px;
    }
}

@media screen and (max-width: 1024px) {
    .cur__container {
        width: 100%;
        padding: 30px;
        margin-bottom: 40px;
    }
    .prodItem__container_item {
        width: 100%;
        padding: 0 30px;
        height: 340px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 720px) {
    #BackTop {
        display: none;
    }
    .cur__container {
        flex-wrap: wrap;
        padding: 20px;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .cur__imgs,
    .cur_info {
        width: 100%;
    }
    .cur__imgs {
        height: auto;
    }
    .pd__info {
        width: 100%;
        margin-top: 20px;
    }
    .swiper-container-production .swiper-pagination-production {
        text-align: center;
        text-indent: 0;
    }
    h1 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .pd_subtitle,
    .pd_describe,
    .pd_through_price,
    .pd_buy {
        font-size: 12px;
    }
    .pd_subtitle {
        margin-bottom: 12px;
    }
    .pd_describe {
        line-height: 20px;
    }
    .pd-line {
        margin: 12px 0;
    }
    .pd_now_price {
        font-size: 16px;
    }
    .pd_price {
        margin-bottom: 12px;
    }
    .pd_action .pd_heart,
    .pd_action .pd_shop {
        margin-right: 20px;
    }
    .pd_action img {
        height: 14px;
    }
    .pd_buy {
        width: 150px;
        height: 38px;
        line-height: 38px;
    }
    .prodItem__container_item {
        padding: 0;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .prodItem_left_box,
    .prodItem_right_img {
        width: 100%;
    }
    .prodItem_left_box {
        padding: 20px;
    }
}