/*
   mobile.css
   <project>
   
   Created by Administrator on 2015-06-04.
   Copyright 2015 Administrator. All rights reserved.
*/

/*
 * 默认
 * 小米4:width:360px;height:572px;
 */



/*
 * iPhone4:width:320px; height:416px;
 */
@media screen and (min-height: 400px) and (max-height: 420px) {
	.video_list{ position:relative; margin:38% auto; width:50%;}
}

/*
 * 魅族：width:432px;height:599px;
 */
@media screen and (min-height: 590px) and (max-height: 600px) {
	
}