﻿@media(min-width:1440px) {
      .Details_img img{
            width:100% !important;
            
        }
       .Details_img iframe{
            width:100% !important;
            height:600px !important;
        }
       .Details_img video{
            width:100% !important;
            height:600px !important;
        }
        .Details_img p iframe{
            width:100% !important;
            height:600px !important;
        }
}
/* lg 大分辨率 大型设备（大台式电脑，1200px 起）*/
@media(min-width:1200px) {
      .Details_img img{
            width:100% !important;
            
        }
       .Details_img iframe{
            width:100% !important;
            height:600px !important;
        }
       .Details_img  video{
            width:100% !important;
            height:600px !important;
        }
       
        .Details_img p iframe{
            width:100% !important;
            height:600px !important;
        }
}
/*md 默认 中型设备（台式电脑，992px 起） 宽桌面*/
@media(min-width:992px) and (max-width:1199px) {
      .Details_img img{
            width:100% !important;
            
        }
       .Details_img iframe{
            width:100% !important;
            height:414px !important;
        }
       .Details_img video{
            width:100% !important;
            height:414px !important;
        }

       
        .Details_img p iframe{
            width:100% !important;
            height:414px !important;
        }
   
}
/* sm 小型设备（平板电脑，768px 起）界于竖直平板与水平平板/桌面之间*/
@media(min-width:768px) and (max-width:991px) {
      .Details_img img{
            width:100% !important;
            
        }
       .Details_img iframe{
            width:100% !important;
            height:220px !important;
        }
       .Details_img video{
            width:100% !important;
            height:220px !important;
        }
           .Details_img p iframe{
            width:100% !important;
            height:220px !important;
        }
   
}
/*xs 界于水平手机与竖直平板之间*/
@media(max-width:767px) {
      .Details_img img{
            width:100% !important;
            
        }
       .Details_img iframe{
            width:100% !important;
            height:200px !important;
        }
       .Details_img p iframe{
            width:100% !important;
            height:200px !important;
        }
   
 
}

/*XS Portrait 水平状态的手机及以下*/
@media(max-width:480px) {
    .Details_img img {
        width: 100% !important;
    }

    .Details_img iframe {
        width: 100% !important;
        height: 200px !important;
    }

    .Details_img video {
        width: 100% !important;
        height: 200px !important;
    }
       .Details_img p iframe{
            width:100% !important;
            height:200px !important;
        }
}
   