.drdq_pro_show{
    font-size:18px;
    font-family:'RobotoBold';
    color:#ffffff;
    line-height:1.3;
    padding-top:50px;
    background: #000000;
}
 .drdq_pro_show h3{
    text-align:center;
    font-size:46px;
    margin-bottom:10px
}
 .drdq_pro_show h4{
    font-size:26px
}
 .drdq_pro_show .pro_show_box{
    display:flex;
    gap:10px;
    max-width:80%;
    margin:auto
}
 .drdq_pro_show .pro_show_box .item{
    width:32.9%;
    padding-left:30px;
    border-left:1px solid #464646;
    padding-right:50px
}
 .drdq_pro_show .pro_show_box .item p i{
    font-style:unset;
    display:block;
    margin-bottom:10px
}
 .drdq_pro_show .pro_show_box .item h4{
    margin:15px 0
}
 .drdq_pro_show .pro_show_box1{
    display:flex;
    justify-content:space-between
}
 .drdq_pro_show .pro_show_box1 .img{
    width:49%;
    overflow:hidden
}
 .drdq_pro_show .pro_show_box1 .img img{
}
 .drdq_pro_show table{
}
 .drdq_pro_show table tr{
}
 .drdq_pro_show table tr:nth-child(even){
    background:#1c1c1c
}
 .drdq_pro_show table tr th{
}
 .drdq_pro_show table tr td{
    border-color:#464646;
    padding:18px
}
 .drdq_pro_show table tr td:nth-child(odd){
    color:#aaaaaa
}
 .drdq_pro_show .pro_show_box2{
    display:flex;
    justify-content:space-between;
    gap:20px
}
 .drdq_pro_show .pro_show_box2 .img{
    width:33%;
    overflow:hidden
}
 .drdq_pro_show .pro_show_box2 .img img{
}

@media(max-width:1400px){
    .drdq_pro_show{
    font-size: 15px;
    line-height: 1.2;
}
    .drdq_pro_show h3{
    font-size: 30px;
}
    .drdq_pro_show h4{
    font-size: 20px;
}
    .drdq_pro_show .pro_show_box{
        max-width: 100%;
    }
    .drdq_pro_show table tr td{
    padding: 10px;
}
}



@media(max-width:1080px){
.drdq_pro_show{
    padding-top: 20px;
    font-size: 16px;
}
.drdq_pro_show h3{
    font-size: 24px;
}
.drdq_pro_show h4{}
.drdq_pro_show .pro_show_box{
    flex-wrap: wrap;
    gap: 20px;
}
.drdq_pro_show .pro_show_box .item{
    width: 100%;
    border: 0;
    padding: 0;
}
.drdq_pro_show .pro_show_box .item p i{}
.drdq_pro_show .pro_show_box .item h4{}
.drdq_pro_show .pro_show_box1{
    flex-wrap: wrap;
    gap: 20px;
}
.drdq_pro_show .pro_show_box1 .img{
    width: 100%;
}
.drdq_pro_show .pro_show_box1 .img img{}
.drdq_pro_show table{}
.drdq_pro_show table tr{}
.drdq_pro_show table tr:nth-child(even){}
.drdq_pro_show table tr th{}
.drdq_pro_show table tr td{}
.drdq_pro_show table tr td:nth-child(odd){}
.drdq_pro_show .pro_show_box2{
    flex-wrap: wrap;
}
.drdq_pro_show .pro_show_box2 .img{
    width: 100%;
}
.drdq_pro_show .pro_show_box2 .img img{}
}