body{background: #f4f4f4;}

.video_switch{padding: 0.4rem;background: #f4f4f4;}
.video_switch ul{display: flex;}
.video_switch ul li{flex: 1;margin-right: 0.2rem;background: #ddd;font-size: 0.373333rem;padding: 0.266667rem 0;border-radius: 0.266667rem;text-align: center;}
.video_switch ul li:last-child{margin-right: 0;}
.video_switch ul li.state{background: #ff4351;color: #fff;}

/* 项目介绍视频 */
.video_content{background: #f4f4f4;padding: 0 0.4rem;}
.operation{margin-bottom: 0.4rem;}
.operation ul{display: flex;}
.operation ul li{flex: 1;text-align: center;font-size: 0.293333rem;color: #c1c1c1;}
.operation ul li.state{color: #666;}
.operation ul li i{display: inline-block; width: 0.4rem;height: 0.4rem;background-repeat: no-repeat;background-position: center center;vertical-align: middle;margin-top: -0.053333rem;margin-right: 0.133333rem;}
.operation ul li i.operation_icon1{background-image: url(/images/www/video_icon1.png);background-size: 0.346667rem 0.346667rem;}
.operation ul li i.operation_icon2{background-image: url(/images/www/video_icon2.png);background-size: 0.346667rem 0.4rem;}
.operation ul li i.operation_icon3{background-image: url(/images/www/video_icon3.png);background-size: 0.346667rem 0.346667rem;}

.video_list{padding: 0.2rem;margin-bottom: 0.266667rem;background: #fff;border-radius: 0.2rem;}
.video_list img{width: 100%;border-radius: 0.2rem;}
.video_list p{font-size: 0.426667rem;text-align: justify;word-break: break-all;margin:0.266667rem 0;}
.video_list_detail{display: flex;justify-content: space-between;}
.video_list_detail span{font-size: 0.32rem;color: #666;background-position: left center;background-repeat: no-repeat;text-indent: 0.533333rem;}
.video_list_detail span:first-child{background-image: url(/images/www/eye_icon.png);background-size: 0.44rem 0.32rem;}
.video_list_detail span:last-child{background-image: url(/images/www/zan_icon.png);background-size: 0.453333rem 0.466667rem;}