
#bgBlack { filter: alpha(opacity=75); opacity: 0.75; -moz-opacity: 0.75; background-color: #000; height: 100%; left: 0;	position: fixed; text-align: left; top: 0; width: 100%; z-index: 10000; display:none;}
.popwrap { position:relative; display:none; float:left;}

.layer_popup { box-sizing:border-box; position:absolute; width:100%; top:190px; z-index: 15000; }
.layer_popup a {text-decoration:none;}
.layer_popup ul { list-style:none; padding:0; margin:0 }
.layer_popup img { vertical-align:top;max-width: 100%;}
.layer_popup .layer_close { height:50px;width:100%;background-color:#000; }
.layer_popup .layer_close_today { float:left; padding:10px 20px; }
.layer_popup .layer_close_btn { float:right;width:60px; }
.layer_popup .layer_close_btn img { height:50px; width:60px; }
.layer_popup .layer_close_today img { vertical-align:middle; width:30px; height:30px; }
.close_txt {  padding-left:10px; color:#a2a2a2; font-size:16px; }


.tabpop .tabpop_in{border:1px solid #000}
.tabpop .tab_menu{overflow:hidden;width:100%;margin:0;padding:0}
.tabpop .tab_menu li{float:left;width:20%;text-align:center;background:#333;list-style:none}
.tabpop .tab_menu li a{display:block;padding:15px 0;text-decoration:none;color:#FFF;border-bottom:2px solid #333;}
.tabpop .tab_menu li a.on{background:#000;color:#fff;border-bottom:2px solid #d0a96f}
.tabpop .pop_btn{background:#000;color:#fff;padding:5px}
.tabpop .pop_close{float:right}
.tabpop .pop_btn p{display:inline-block;cursor:pointer}



.tabpop01 .tabpop_in{border:1px solid #000}
.tabpop01 .tab_menu{overflow:hidden;width:100%;margin:0;padding:0}
.tabpop01 .tab_menu li{float:left;width:50%;text-align:center;background:#333;list-style:none}
.tabpop01 .tab_menu li a{display:block;padding:15px 0;text-decoration:none;color:#FFF;border-bottom:2px solid #333;}
.tabpop01 .tab_menu li a.on{background:#000;color:#fff;border-bottom:2px solid #d0a96f}
.tabpop01 .pop_btn{background:#000;color:#fff;padding:5px}
.tabpop01 .pop_close{float:right}
.tabpop01 .pop_btn p{display:inline-block;cursor:pointer}

@media(max-width:767px){
	.popwrap {width:100%!important;}
	.layer_popup{top:120px;}
	.layer_popup img{width:100%;height:auto!important}
	.tab_menu li a{font-size:14px}
	.close_txt{font-size:14px}
}