﻿#fixed-foot li{border-right:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(0,0,0,.2);border-top:0}
/*判断苹果4s尺寸*/
@media screen and (min-width:320px){
.box dd img{max-width:320px;}
.box .container img,
.info_view .ihome_content img,
.display_content img,
.box .display_content .img img,
.info_view img,
.info_content img{max-width:300px; height:auto !important;}
}
/*判断苹果5s或安卓系统大手机尺寸*/
@media screen and (min-width:360px){
.box dd img{max-width:360px;}
.box .container img,
.info_view .ihome_content img,
.display_content img,
.box .display_content .img img,
.info_view img,
.info_content img{max-width:340px; height:auto !important;}
}
/*判断苹果6以上版本或安卓系统特大手机尺寸*/
@media screen and (min-width:380px){
.box dd img{max-width:380px;}
.box .container img,
.info_view .ihome_content img,
.display_content img,
.box .display_content .img img,
.info_view img,
.info_content img{max-width:360px; height:auto !important;}
}
.thumb_list li:nth-child(2n+1) { clear:left; }




