/*每日一题，弹窗 S*/	
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 9000;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 50px;
	left: 50%;
	margin-left: -408px;
	margin-top:92px;
	/*margin-top:10px; 去除顶部banner 1000*80的样式*/
	/*width: 900px;
	height:850px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;*/
	position: absolute;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}



.reveal-modal2 {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	/*height:850px;*/
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: fixed;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}

.reveal-modal3 {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -540px;
	width: 1080px;
	/*height:850px;*/
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: fixed;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}



.reveal-modal4 {
	visibility: hidden;
	top: 93px;
	left: 50%;
	margin-left: -450px;
	width: 418px;
	height:848px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}


.reveal-modal5 {
	visibility: hidden;
	top: 60px;
	left: 50%;
	margin-left: -450px;
	width: 418px;
	height:848px;
	background: #fff url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}


.reveal-modal6 {
	visibility: hidden;
	top: 60px;
	left: 50%;
	margin-left: -450px;
	width: 418px;
	height:848px;
	background: #fff url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}


.reveal-modal8 {
	visibility: hidden;
	top: 280px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height:300px;
	background: #fff;
	position: fixed;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	z-index: 9999;
}
/*fotor S*/
#wx_fotor{ width:500px; height:300px;}
#wx_fotor span{letter-spacing: 4px;font-size: 18px;font-weight: bold;text-align: center;display: block;height: 50px;line-height: 50px;border-bottom: 1px solid #ddd; background:#f5f5f5;}
#wx_fotor .wz{display: flex;justify-content: flex-start;flex-direction: row;align-items: center;flex-wrap: wrap;padding: 20px 20px 10px;}
#wx_fotor .wz button{
	font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-right: 10px;
	text-decoration:none;
	color:#555;
	background:#fff;
	}
#wx_fotor .wz button:hover{cursor: pointer;background: #f4f4f4;}
/*#fotorlist{display: flex;justify-content: flex-start;flex-direction: row;align-items: center;flex-wrap: wrap;padding: 20px 20px 10px;}
#fotorlist li{
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-right: 10px;
	text-decoration:none;
	color:#555;
}
#fotorlist li:hover {
    cursor: pointer;
    background: #f4f4f4;
}*/
#wx_fotor .close-reveal-modal{
	background:#b5b5b5;
    width: 460px;
    margin: -5px 0 0 20px;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	}
#wx_fotor .close-reveal-modal:hover{background: #a5a5a5;}
/*fotor E*/




.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 50px;
	line-height: .5;
	position: absolute;
	top: 1px;
	right: 1px;
	color: #fff;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: normal;
	cursor: pointer;
	width: 30px;
    height: 30px;
    background: #000;
    padding: 2px 7px 5px 0;
}

.reveal-modal h1{border-bottom: 1px solid #ddd; padding: 16px 0 16px 30px; font-size: 26px; color:#FB0062;}
.reveal-modal .info{width: 836px;border: 1px solid #FF9B53;margin: 15px auto;padding: 15px 0;background: #FBE7D8;font-size: 18px;}

.reveal-modal .con{width: 836px;margin: 15px auto;}





/*
.close-reveal-modal {position: absolute;
    right:0px;
    top:15px;
    width: 25px;
    height: 25px;
    background: #000 url(close.png) no-repeat center;
    background-size: 12px 12px;
    padding: 1px 0 0 6px;
    cursor: pointer;
    color: #f00;
    font-size:32px;
	
	}	

*/










/*每日一题，弹窗 E*/	




















/*随时刷新 S*/
/* layout */
.style0 .hd .changeBnt i,.picLB .ftBox .name b{background:url(../img/bntIcon.png) no-repeat ;}
.layout{margin:40px auto 0 auto;width:836px;}
.style0 .hd{height:30px;line-height:36px;position:relative; }
.style0 .border{display:block;overflow:hidden;height:0px;position:absolute;width:836px;border-top:1px solid #d3d9df;border-bottom:1px solid #fcfcfc;left:0 }
.style0 .hd h2{position:absolute;background:#f7f7f7;display:inline-block;*display:inline;zoom:1;padding:0 22px;z-index:100;font-size:18px;left:50%;margin-left:-55px;}
.style0 .hd .changeBnt{width:100px;height:36px;background:#fff;border:1px solid #d8dcdd;position:absolute;top:-19px;right:-60px;text-indent:40px;line-height:36px; font-size:16px;}
.style0 .hd .changeBnt i{width:18px;height:18px;position:absolute;left:12px;top:9px;background-position:-202px 1px;}
.style0 .hd .changeBnt:hover{background:#e55656;border:1px solid #e55656;color:#fff;text-decoration:none;}
.style0 .hd .changeBnt:hover i{background-position:-202px -26px ;}
/* 影像力 */
.picLB{margin-left:-5px;}
.picLB li{width:265px;min-height:130px;margin:10px 10px 0 5px;overflow:hidden;position:relative; cursor:pointer;}
.picLB{overflow:hidden;zoom:1;}
.picLB li{float:left;display:inline;}
.picDl{width:836px;overflow:hidden;zoom:1;;height:200px;position:absolute;top:0;left:0 }
.picDl dd{float:left;display:inline;width:265px;overflow:hidden; }


/*随时刷新 E*/




