h2.showroom_h2{
	width:100%;
	border-bottom:5px solid #4e6ea1;
	height: 50px;
	line-height: 45px;
	font-size: 20px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom:15px;
	margin-top:20px;
	color:#4e6ea1;

}
.showroom_info_ul li{
	padding:20px;
	border-bottom:1px solid #eaebef;
	font-size:14px;
}
.showroom_info_ul li h4{
	display:inline-block;
	margin-right:15px;
	color: #4d4d4d;
}
.showroom_info_ul li span{
	position:relative;
	color:#6c93c9;
	font-size:14px;
	font-weight:bold;
}
.showroom_info_ul li span:after{
	position:absolute;
	content:"";
	width:6px;
	height:1px;
	background:#6c93c9;
	left:-9px;
	top:50%;
}
.showroom_info_ul li:hover p{
	font-weight:bold;
	color:#0794d2;
}
.showroom_info_ul li p{
	font-weight:bold;
	color:#4d4d4d;
	font-size:17px;
	margin-top:5px;
}
.showroom_info_ul li:hover{
	background:#f7f5f6;
}
.showroom_act_ul li{
	width: 100%;
	margin: 8px auto;
	background: #4e6ea1;
	height: 65px;
	padding: 15px 0;
	box-sizing: border-box;
	line-height:35px;
	padding-left:30px;
	color:#fff;
}
.showroom_act_ul li:hover{
	background:#3f80f8;
}
.movie_name{
	width: 100%;
    height: 50px;
    background: #4e6ea1;
    margin-top: 10px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    background-image: url("https://www.yamaha-motor.com.cn/shared/img/rwd_icon_arrow_right01_hover.svg");
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-position: right 15px center;
    padding-top: 16px;
    font-size: 13px;
}
.more_info h3{
	height: 45px;
	background: #0794d2;
	margin-top: 60px;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	background-image: url("https://www.yamaha-motor.com.cn/shared/img/rwd_icon_arrow_right01_hover.svg");
	background-repeat: no-repeat;
	background-size: 9px 15px;
	background-position: right 15px center;
	line-height: 15px;
	font-weight: normal;
	font-size: 17px;
	margin-bottom:30px;
}
.more_click{
	text-align: center;
}
.more_click_single{
	display: inline-block;
	width: 100px;
	vertical-align: bottom;
	margin-bottom: 15px;
	padding: 2px 10px;
	border-bottom: 3px solid #4e6ea1;
	height: 40px;
	text-align: center;
	font-size: 14px;
	margin: 0 10px;
	margin-bottom: 15px;
}
.more_click_single:hover{
	color:#b10000;
}
.category_movie{
	margin-bottom:80px;
}
@media screen and (min-width: 481px){
	.movie_intro_list{
   		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		
   	}
   	.movie_intro_list .movie_intro{
   		width:45%;
   		position: relative;
		display: block;
		margin-top:20px;
   	}
}
@media screen and (min-width: 760px) {
	.showroom_middle,.showroom_bottom{
		width:95%;
		margin:0 auto;
	}
   	.showroom_middle{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
   	.showroom_middle .showroom_info{
   		width:60%;
   	}
   	.showroom_middle .showroom_act{
   		width:30%;
   	}
   	.showroom_middle{
   		margin-bottom:100px;
   	}
   	.movie_intro_list{
   		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
   	}
   	.movie_intro_list .movie_intro{
   		position: relative;
		display: block;
		margin-top:25px;
		width:23.5%;
   		margin-left:2%;
   	}
   	.movie_intro_list .movie_intro:nth-child(4n+1){
   		margin-left:0;
   	}
   	
}

@media screen and (max-width: 480px){
	#rwd-content .rwd-slider-wide {
    	margin: 0 auto 15px!important;
	}
	h2.showroom_h2{
		font-size:15px;
	}
	.showroom_info_ul li p{
		font-size:15px;
	}
	.showroom_info_ul li h4{
		font-size:12px;
	}
	.showroom_info_ul li span{
		font-size:12px;
	}
	.more_info h3{
		font-size:15px;
		margin-top:30px;
	}
	.more_click_single{
		display: inline-block;
		width: 98px;
		vertical-align: bottom;
		margin-bottom: 15px;
		padding: 2px 6px;
		border-bottom: 2px solid #4e6ea1;
		height: 25px;
		text-align: center;
		font-size: 12px;
		margin: 0 14px;
		margin-bottom: 15px;
	}
	.more_info{
		margin-bottom:45px;
	}
	.showroom_act{
		margin-bottom:70px;
	}
	.showroom_act_ul li{
		font-size:14px;
	}
	/* .movie_intro{
		margin: 25px auto;
	} */
	.showroom_bottom{
		margin-bottom:100px;
	}

}
.cover{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:100;
}
.video_display{
	position: fixed;
	width: 100%;
	top: 50%;
	height: 400px;
	margin-top: -200px;
	z-index: 1000;
}
.video_display video{
	/* width:100%; */
	height:100%;
	max-height:400px;
	margin:0 auto;
}
.video_menu{
	text-align:center;
}
.video_menu div{
	display:inline-block;
	position:relative;
}
.video_menu div a{
	position:absolute;
	top:5px;
	right:8px;
	width:15px;
	height:15px;
	display:block;
	-webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  
}
.vidoe_area{
	display:none;
}
.video_load{
	width:100%;
	height:400px;
	position:fixed;
	top:50%;
	margin-top:-200px;
	z-index: 100;
	display:none;
}
.video_load_div{
	width: 100%;
	max-height: 400px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	position: relative;


}
.video_load_div a{
	position:absolute;
	top:-15px;
	right:-15px;
	width:15px;
	height:15px;
	position:absolute;
	z-index:1000;

}
.video_load_div a img{
	width:15px;
	height:15px;
}
iframe{
	width:100%;
	max-width:600px;
	max-height:420px;
	height:100%;
}
.video_load_div div{
	height:401px;
}

video {
	max-width: 100%;
	height: auto;
}
