.prod_title{
    color: #4a5568;
    font-size: 24px;
    font-weight: bold;
}
.prod_swiper{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.prod_swiper_left{
    width: 350px;
    border: 1px solid #e2e8f0;
    padding: 10px;
}
.prod_swiper_right{
    width: calc(100% - 400px);
}
.swiper_con{
    width: 100%;
}
img{
    width: 100%;
    display: block;
}
.swiper-button-next,.swiper-button-prev{
    color: #1A202C;
}
.prod_swiper_right span{
    color: #718096;
    font-size: 14px;
}
.prod_details_title{
    color: #718096;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #718096;
    font-size: 14px;
}
.prod_details_link{
    width: 500px;
    padding: 30px;
    background: #F7FAFC;
    margin-top: 40px;
}
.links1{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.links1>a{
    display: block;
    width: 100%;
    color: black;
    font-size: 14px;
    background: white;
    padding: 20px 15px;
    border-left: 4px solid #3182ce;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    text-decoration: none;
}
.prod_details_link_title{
    color: #2d3748;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1rem 0;
    border-left: 8px solid #2d3748;
    padding-left: 10px;
}
.links2{
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.links2 a{
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #e2e8f0;
    color: black;
    font-size: 14px;
}
.prod_img{
    width: 900px;
    margin: auto;
}
@media screen and (max-width: 990px){
    .prod_swiper{
        display: block;
    }
    .prod_swiper>div{
        width: 100%;
    }
    .prod_details_link{
        width: 100%;
    }
    .prod_img{
        width: 100%;
        margin: auto;
    }
}