
/*弹框
---------------------------------*/
.TC_popup{width:100%; position:fixed; top:50%; display:-none;}
.TC_popup .bounced{font-size:1.125rem; color:#333; width:20rem; z-index:1; margin:0 auto;}

/*公共弹框
---------------------------------*/
.TK_popup_tishi{width:100%; position:fixed; top:50%;}
.TK_popup_tishi .bounced{font-size:1.125rem; color:#333; width:20rem; z-index:1; margin:0 auto;border:solid 1px green;}
.TK_popup_tishi .bounced .boun_main{position:relative; border:1px solid #fff; background:#fff; border-radius:15px; text-align:center; line-height:1.5rem; padding:10px 0 15px;}
.TK_popup{width:100%; position:fixed; top:50%;}
.TK_popup_hide{display: none;}
.TK_popup .bounced{font-size:1.125rem; color:#333; width:20rem; z-index:1; margin:0 auto;}
.TK_popup .bounced .boun_main{position:relative; border:1px solid #fff; background:#fff; border-radius:15px; text-align:center; line-height:1.5rem; padding:10px 0 15px;}
.TK_popup .bounced a{position:absolute; right:10px; top:10px;}
.TK_popup .bounced img{width:15px;}
.TK_popup .bounced .go_btn-02{width:20%; border:0; border-radius:5px; background:#f3991c; color:#fff; height:2.5rem; font-size:1.125rem; cursor:pointer;}
/*..提示..*/
.outWindow{
	width: 100%;
	height: 100%; 
	position: fixed; 
	z-index: 10003;  
	top:0;  
	background-color: rgba(5, 5, 5, 0); 
}

.outWindow .outWindowTips{
	width: 100%; 
	padding: 0.5rem 0; 
	margin-top: 95%; 
	text-align: center;
}

.outWindow .outWindowTips .outWindowSpan{
	display: inline-block;
	padding: 0.4rem 1.5rem;
	background: #4b4b4b;
	color: #f2f2f2;
	font-size: 1rem;
}