@import url("/search/css/base.css");
.back{
	background: url("/search/images/back.jpg") no-repeat;
	background-position: top center;
	background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;	
}
.back .search_bar{
	position: absolute;
	left: 0;
	top: 45%;
	display: inline-block;
    height: auto;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    z-index: 99999;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.back .search_bar img{
	width: 100%;
}
.media_list{
	padding: 0 0.3rem;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	position: absolute;
    left: 0;
    right: 0;
    bottom:5%;
    height: 1.2rem;
}
.media_list ul{
	overflow: hidden;
}
.media_list ul li{
	width: 25%;
    float: left;
    text-align: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
    height: 1.2rem;
}
.media_list ul li a{
	display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.media_list ul li:nth-of-type(1n) img{
	width:0.78rem;
	height: 0.78rem;
}
.media_list ul li:nth-of-type(2n) img{
    width:0.78rem;
    height: 0.78rem;
}
.media_list ul li:nth-of-type(3n) img{
    width:0.78rem;
    height: 0.78rem;
}
.media_list ul li:nth-of-type(4n) img{
    width:0.78rem;
    height: 0.78rem;
	margin-right: 0;
}
.media_list ul li a p{
	font-size: 0.2rem;
    color: #585858;
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    line-height: 0.2rem;
}

.zhezhao{
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	display: none;
	text-align: center;
}
.zhezhao.block{
	display: block;
}
.bomb_box{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin:auto;
	width: 5.85rem;
	height: 5.94rem;
	overflow: hidden;
	z-index: 999;
    display: none;
}
.bomb_box ul li{
	display: none;
}
.bomb_box ul li a{
	width: 100%;
	height:auto;
	display: inline-block;
}
.bomb_box ul li a img{
	width: 100%;
}
.bomb_box ul li.block{
	display: block;
}



































