@charset "utf-8";

.prodetail_wrapper{
    padding:64px 0;
}
.prodetail_wrapper .pro_title{
    font-size: 26px;
    color: #333333;
    margin-bottom: 15px;
}
.prodetail_wrapper .small_title{
    font-size: 18px;
    color: #2495e4;
    margin-bottom: 10px;
    font-weight: bold;
}
.prodetail_wrapper img{
    margin-bottom: 15px;
}
.model_list{
    display: flex;
    justify-content: space-between;
}
.model_list .item2{
    width: 48.75%;
}
.model_list .item1{
    width: 24.12%;
}

@media screen and (max-width: 768px){
    .prodetail_wrapper{
        padding:15px 0;
    }
}