*{
         margin:0;
         padding:0;
     }
		body{
			background: #F7F7F7;
            width:100%;
		}
        #headInfo{
           width:100%;
	       height:25px;
           margin-top:30px;
        }
        #headInfo p{
           width:100%;
	       height:30px;
           font-family:helvetica,arial,Î¢ÈíÑÅºÚ,»ªÎÄºÚÌå;
           font-weight:800;
           font-size:20px;
           color:#333333;
           text-align:center;
        }
		#errShow{
			width:100%;
			height:20px;
		}
		#errShow span{
			display: block;
			width: 100%;
			height: 20px;
			line-height: 20px;
			text-align: center;
			font-size: 15px;
			color:red;
		}
		#bindInfo {
			width:100%;
			height: 120px;
			background-color: white;
			border-radius: 20px;
		}
		#bindInfo #bindCard{
			width:100%;
			height: 60px;
			border-bottom: 1px solid #eee;
			border-top: 1px solid #eee;

		}
		#bindInfo #bindName{
			width:100%;
			height: 60px;

		}
		#bindInfo #bindCard p{
			width:100%;
			height: 50px;
			margin-top: 5px;

		}
		#bindInfo  p img{
			width:25px;
			height: 25px;
			vertical-align: middle;
		}
		#bindInfo  p label{
			display: inline-block;
			width: 20%;
			height: 50px;
			line-height: 50px;
			margin-left: 5%;
			font-family: "Î¢ÈíÑÅºÚ";
			font-size: 13px;

		}
		#bindInfo  p input{
			display: inline-block;
			width:40%;
			height: 50px;
			line-height: 50px;
			outline: none;
			border:none;
			margin-left: 10%;
            font-size:15px;
		}
		#bindInfo #bindName p{
			width:100%;
			height: 50px;
			margin-top: 5px;

		}
		#btn_subTest{
			width:80%;
			height: 50px;
			margin-left: 10%;
			margin-top: 30px;
			text-align:center; 
			line-height:100%;
			padding:0.3em; 
			font:16px Arial,sans-serif bold; 
			font-style:normal; 
			text-decoration:none;   
			vertical-align:text-bottom; 
			zoom:1;  
			outline:none; 
			font-size:20px; 
			font-stretch:normal; 
			border-radius:10px;  
			box-shadow:0px 1px 2px rgba(0,0,0,0.2); 
			text-shadow:0px 1px 1px rgba(0,0,0,0.3);  
			color:#fefee9;   
			border:0.2px solid #2299ff; 
			background-repeat:repeat;  
			background-size:auto;  
			background-origin:padding-box;  
			background-clip:padding-box;  
			background-color:#3399ff; 
			cursor: pointer; 
        }
        #btn_subTest:active  {
            background: #180DF9;
        }