/*报告公用背景，头部，儿童基础信息*/
.bq_body
{
 	margin:0 auto;
    width:700px;
    }	 
 .show_top{
	 width:100%;
	 height:91px;
	 background-image: url(../Images/show_top.jpg);
	 background-repeat:no-repeat;
	 background-position:left top;
	 text-align:center;
	 font-size:23px;
	 line-height:91px;
	 font-family:"幼圆";
	 font-weight: bold;
	}
.show_basicinfo{
	width:100%;
	height:100px;
	background-image:url(../Images/show_table.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}
.show_basicinfo_table{
	
	width:90%;
	height:80px;
	margin:0px auto;
	margin-top:2px;
	border:2px #2c7fc5 dashed;
	text-align:center;
	font-size:16px;
	}
	
	.bq_show_pic{
	width:55%;
	float:left;
	margin-left:10px;
	}
/*气质报告界面*/
.eq_show_pic{
	width:55%;
	float:left;
	margin-left:10px;
	}
.eq_show_txt{
	width:40%;
	float:right;
	padding:6px;
	}
/*能力报告界面*/
.iq_show_pic{
	width:50%;
	float:left;
	margin-left:10px;
	}
.iq_show_txt{
	width:45%;
	float:right;
	padding:6px;
	}

/*新用户注册界面*/
.newuser_bg{
	margin:20px auto;
	width:550px;
	border:1px #CCC solid;
	text-align: left;
	background-image: url(../Images/ChildInfo.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	}
.newuser_table{
	margin: 0 auto;
	margin-top: 30px;
	width: 90%;
	text-align: left;
	}
.newuser_table tr{
	height:32px;}
.newuser_t1{
	font-weight:800;
	width:80px;
	text-align:left;
	}
.newuser_t2{
	width:220px;
	text-align:left;
	}
.newuser_t3{
	font-size:12px;
	color: #999;
	width:80px;
	text-align: center;
	}
.newuser_but{
    width:124px;      /*图片宽度*/
	background:url(../Images/bug.gif) no-repeat left top;
    border:none;  /*去掉边框*/
    height:30px; /*图片高度*/
	line-height:30px;}
@media screen and (max-width:480px) 
{
.bq_body
{
    width:350px;
    }
 .show_top{
	 height:46px;
	 background-image: url(../Images/mobile/show_top.jpg);
	 font-size:12px;
	 line-height:18px;
	}
.show_basicinfo{
	height:80px;
	background-image: url(../Images/mobile/show_table.jpg);
	}
.show_basicinfo_table{
	height:60px;
	border:1px #2c7fc5 dashed;
	font-size:8px;
	}	
.eq_show_pic{
	margin-left:5px;
	}
.eq_show_txt{
	padding:3px;
	}
.iq_show_pic{
	margin-left:5px;
	}
.iq_show_txt{
	padding:3px;
	}

.newuser_bg{
	margin:10px auto;
	width:100%;
	background-image: url(../Images/ChildInfo.jpg);
	font-size:10px;
	}
.newuser_table{
	margin-top: 25px;
	}
.newuser_table tr{
	height:30px;}

.newuser_t1{
	width:60px;
	}
.newuser_t2{
	width:120px;
	}
.newuser_t3{
	font-size:8px;
	width:40px;
	}
.newuser_but{
    width:100px;      /*图片宽度*/
	background:url(../Images/bug.gif) no-repeat left top;
    height:25px; /*图片高度*/
	line-height:25px;}
}
