.iabout {
	background:no-repeat center center url("../../img/static/images/back.png");background-size:50px 44px;
}
.message_tc{
	width:42%;
	position:fixed;
	left:29%;
	top:40%;
	display:none;
	z-index:999;
	background:url(../../img/static/images/message_tc_bg.png) repeat;
	border-radius:10px;
	overflow:hidden;
}

.message_tc_left{
	width:14%;
	margin:8% 0 7% 7%;
	float:left;
	overflow:hidden;
	text-shadow:none;
	}
.message_tc_right{
	width:75%;
	float:left;
	margin:6% 2%;
	overflow:hidden;
	font-size: 18px;
    font-family: "Microsoft YaHei";
color: rgb( 255, 255, 255 );
font-weight: bold;
text-align:center;
text-shadow:none;
}