.product_mine .product_left {
    display: flex;

    flex: 0 0 22%;
    justify-content: center;

}

.cont {

    background-color: #efefef;
}

.product_mine .product_left .p_c_content {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 1px 0px 20px #bdbdbd54;
    height: max-content;
    overflow: hidden;
}

.product_mine .p_c_title1 a {
    color: #004086;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s;
}

.product_mine .p_c_item_svg {

    margin-left: 2vw;
}

.product_mine .p_c_item_svg .icon {

    width: 30px;
    height: 30px;
    transition: all 0.4s;
}

.product_mine .product_left .p_c_content .p_c_item {
    border-bottom: 1px solid #efefef;

    border-bottom: 1px solid #efefef;

}
.product_mine .product_left .p_c_content .p_c_item:nth-child(1) {
    
    
}
.product_mine .product_left .p_c_content .p_c_item:nth-child(2) {
    
    
}

.product_mine .product_left .p_c_content .p_c_item:nth-child(3) .p_c_item_2{ 
    
    display: block!important;
    
}
.product_mine .product_left .p_c_content .p_c_item .p_c_title1 a {
    
        padding-bottom: 1.2vw;
    padding-top: 1.2vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
}
.product .product_mine {

    display: flex;
}

.product .product_mine .product_right {
    margin-left: 4vw;
    flex: 1;
}

.product_mine .product_left .p_c_content {

    width: 100%;
}

.product_left .p_c_item_2 .p_c_item_li {

    text-align: center;
    color: #004086;
    border-top: 1px solid #efefef;
    cursor: pointer;

}
.product_left .p_c_item_2 .p_c_item_li a {
       width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;   
    padding-bottom: 1.5vw;
    padding-top: 1.5vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    
}
.product_left .p_c_item_2 .p_c_item_li:hover {

    background-color: #ccd9e7;
}

.product_left .p_c_item_2 {

    background: #fff;
    /* transition: 0.4s; */
    overflow: hidden;
    color: #262461;
      display: none;
    transform: translateX(0);
    width: 100%;
    /* padding-left: 10px; */
    text-align: left;

}

/* .product_left .p_c_item_2.act {

    opacity: 1 !important;
    height: auto !important;
} */

.product_mine .product_left .p_c_content .p_c_item .p_c_title1.hover a {
    color: #dca749;

}

.product_mine .product_left .p_c_content .p_c_item .p_c_title1.hover .p_c_item_svg .icon {


    transform: rotate(180deg);
}

.product_mine .product_left .p_c_content .p_c_item .p_c_title1.hover .p_c_item_svg path {

    fill: #dca749;
}


.product_right .pro {
    width: 100%;
    display: none;

}

.product_right .pro .ul_lis {

    display: none;
}

.product_right .pro .ul_lis.acts {

    display: block;
}

/* .product_right .pro.acts .ul_lis:nth-child(1) {
    display: block;

} */
.product_right .pro .li_po {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 1.8vw 2.1vw;
    margin-bottom: 2.5vw;
}

.product_right .pro .li_po .e_age {
    display: flex;
}

.product_right .pro .li_po .e_age .e_img {
    flex: 0 0 41%;
    overflow: hidden;
    height: 0px;
    position: relative;
    padding-bottom: 27.25%;
}

.product_right .pro .li_po .e_age .e_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.6s;
}

.product_right .pro .li_po .e_age .e_img:hover img {

    transform: scale(1.05);
}

.product_right .pro .li_po .e_age .e_box {
    flex: 1;
    padding-left: 2.5vw;
}

.product_right .pro .li_po .e_age .e_box .box_1 {

    display: flex;
    justify-content: space-between;
}

.product_right .pro .li_po .e_age .e_box .box_1 .e_bxys {
    width: 70%;

}

.product_right .pro .li_po .e_age .e_box .box_1 .e_bxys p {
    color: #004086;
}

.product_right .pro .li_po .e_age .e_box .box_1 .e_bxys p:nth-child(1) {

    margin-bottom: 2vw;
   line-height: 1.5;
   overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;  
-webkit-box-orient: vertical;
    height: 3em;
    max-height: 3em;
}

.product_right .pro .li_po .e_age .e_box .box_1 .e_ewm {
    text-align: center;
    width: 26%;
    padding-top: 3%;
}

.product_right .pro .li_po .e_age .e_box .box_1 .e_ewm p {
    font-weight: 500;
    margin-top: 10px;
    color: #262461;
}

.product_left .p_c_item_2 .p_c_item_li.activea {

    background-color: #ccd9e7;
}


@media screen and (max-width: 1200px) {  
    .product_mine .p_c_item_svg .icon {
    width: 22px;
    height: 22px;
    }  
    
  
}
@media screen and (max-width: 768px) { 
    
  .product_mine .product_left .p_c_content .p_c_item .p_c_title1 a span{
        
        font-size: 14px;
    }
    .product_mine .p_c_item_svg .icon {
        
            width: 15px;
            height: 15px;
    }
    
    .product_left .p_c_item_2 .p_c_item_li {
          font-size: 14px;
        
    }
    .product_right .pro .li_po .e_age .e_box .box_1 .e_bxys p:nth-child(1) {
        
            font-size: 16px;
            margin-bottom: 15px;
    }
    .product_right .pro .li_po .e_age .e_box .box_1 .e_bxys .c_txtx {
        
            font-size: 14px;
    }
    .product_right .pro .li_po .e_age {
        
        flex-wrap: wrap;
    }
    .product_right .pro .li_po .e_age .e_img {
            flex: 0 0 100%;
            padding-bottom: 57.25%;
    }
    .product_right .pro .li_po {
        
            padding: 10px;
    }
    .product_right .pro .li_po .e_age .e_box .box_1 {
        
            flex-wrap: wrap;
    }
    .product_right .pro .li_po .e_age .e_box .box_1 .e_bxys {
            margin-top: 15px;
    margin-bottom: 15px;
            width: 100%;
    }
    .product_right .pro .li_po .e_age .e_box {
        
            padding-left: 0;
    }
    .product_right .pro .li_po .e_age .e_box .box_1 .e_ewm {
      width: 50%;
    padding-top: 0px;
    margin: 0 auto;
    }
    
    .product_mine .product_left {
        
        flex: 0 0 110px;
    }
}











