/*--------------------------------------------------------成功案列視頻--------------------------------------------------------*/
.n_case_video{}
.n_case_video>div{}
.n_case_video>div>ul{display: flex; flex-wrap: wrap;}
.n_case_video>div>ul>li{width: 48%; padding: 1%; border: 1px #ececec solid; margin: 1%;background-color: #fff;}
.n_case_video>div>ul>li>h1{font-size: 22px;display: flex; align-items: center;}
.n_case_video>div>ul>li>h1>img{width: 18px;margin-right: 10px;}
.n_case_video>div>ul>li>iframe{width:100%; height: 300px;}
.n_case_video>div{}
.n_case_video_f{background-color: #f8dbb3; padding: 12px; margin-top: 30px; text-align: center; font-size: 20px;}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}
@media screen and (max-width: 480px) {
    .n_case_video>div>ul>li {width: 98%;}
    .n_case_video>div>ul>li>iframe {height: 180px;}
}
