#myTanDiv{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1111;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
}

#myTanDivInner{
	position: fixed;
	/*top: 40%;*/
	/*left: 30%;*/
	width: 400px;
	height: 170px;
	background: #666;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	border-radius: 20px;
	background: #fff;
}

#myTanDivInner .myTanTitle{
	color: #C90F1D;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
#myTanDivInner .myTanContent{
	font-size: 14px;
}
#myTanDivInner .myTanFooter{
	margin-top: 25px;
}

#myTanLoginA{
	background: #C4000E;
	color: #fff;
	padding: 5px 30px;
	border-radius: 20px;
	font-size: 14px;
}




#myTanClose{
	position: absolute;
	left: 0px;
	bottom: -80px;
}
#myTanCloseA{
	font-size: 30px;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	/*line-height: 50px;*/
	/*padding: 8px;*/
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	border: 1px solid #fff;
	border-radius: 50%;
	text-decoration: none;
}
#myTanCloseA:hover{
	color: #fff;
	text-decoration: none;
}