	  /*register CSS 样式*/
	  	  #myForm a{
	  			color: #459AE9;
	  			font-size: 14px;
	  			font-weight: normal;
	  		}
	  	    #reg_main{
	  	    	padding: 80px 0;
	  	    	color: #1c1c1c;
	  	    	background: url(../images/index/bg.jpg);
	  	    }
	  		#myForm{
	  			width: 1000px;
	  			margin: 0px auto;
	  			min-height: 500px;
	  			background: #fff;
	              padding-top: 100px;
	              font: bold 12px Arial, Helvetica, sans-serif;
	              
	  		}
	  		#myForm h3{
	  			padding-left: 85px;
	  			line-height: 60px;
	  			font-size:14px;
	  		}
	  		#myForm li{
	  			height: 70px;

	  		}
	  		#myForm li div{
	  			float: left;
	  		}
	  		#myForm li .lable{
	  			width: 250px;
	  			height: 38px;
	  			line-height: 38px;
	  			text-align: right;
	  		}
	  		
	  		#myForm li .lable b{
	  			color: #FF0000;
	  			margin-right: 5px;
	  			padding-top: 10px;
	  		}
	  		#myForm li .text,#myForm li .tip,#myForm li .tipCode{
	  			width: 270px;
	  			height: 38px;
	  			border:1px solid #D8D7C6;
	  		}
	  		#myForm li .text{
	  			margin-left: 10px;
	  			margin-right: 5px;
	  			position: relative;
	  		}
	  		#myForm li .texCode{
	  			width: 130px;
	  		}
	  		#myForm li .text input{
	  			width: 225px;
	  			border: 0;
	  			height: 16px;
	  			padding: 10px 35px 10px 10px;
	  		}
	  			#myForm li .texCode input{
	  			width: 110px;
	  			padding: 10px;
	  		}
	  		#myForm li .text span{
	  			position: absolute;
	  			top: 7px;
	  			right: 10px;
	  			width: 25px;
	  			height: 25px;
	  			text-align: center;
	  		}
	  		#myForm li .text .span1{
	  			background: url(images/reg_icon1.png) center center no-repeat;
	  		}
	  		#myForm li .text .span2,#myForm li .text .span3{
	  			background: url(images/reg_icon2.png) center center no-repeat;
	  		}
	  		#myForm li .text .span4{
	  			background: url(images/reg_icon3.png) center center no-repeat;
	  		}
	  		#myForm li .tip{
	  			border:0px;
	  			font-weight: normal;
	  			vertical-align: middle;
	  			padding: 0 10px;
	  			line-height:38px;
	  		}
	  		#myForm li .tipCode{
	  			text-align: center;
	  			display: block;
	  			width: 110px;
	  			margin-right: 30px;
	  			line-height:38px;

	  		}
	  		#myForm li .tipCode a{
	  			font-size: 12px;
	  			color:#459AE9;
	  		}
	  		#myForm .protocol,#myForm .reg{
	  			width: 270px;
	  			text-align: center;
	  			padding-left: 260px;
	  			height: 35px;

	  		}
	  		#myForm .reg input{
	  			width: 270px;
	  			color: #fff;
	  			font-size: 14px;
	  			background: #E23C3E;
	  			height: 38px;
	  			line-height: 38px;
	  			border:0;
	  			text-align: center;

	  		}
	  		#myForm .reg input:hover{
	  			cursor: pointer;
	  		}
	  		/*input 输入错误时提示的样式*/
	  		.right{
	  			color:green;
	  			line-height:38px;
	  		}

	  		/*协议弹出框样式*/
	  		.popbox{
	  			position: absolute;
	  			left: 250px;
	  			top: 150px;
	  			width: 808px;
	  			height: auto;
	  			display: none;
	  			z-index: 999;
	  			background: #fff;
	  			border: 5px solid rgba(0, 0, 0, 0.1);
	  		}
	  		/*.proto{
	  			padding:20px;
	  		}*/
	  		.proto h3{
	  			background: #F3F3F3;
	  			border-bottom: 1px solid #C4C4C4;
	  			height: 32px;
	  			line-height: 32px;
	  			padding-left: 32px;
	  		}
	  		.context{
	  			border-left: 1px solid #ccc;
	  			border-right: 1px solid #ccc;
	  			height: 350px;
	  		}
	  		.context textarea{
	  			width: 770px;
	  			height: 334px;
	  			padding: 5px 10px 10px 25px;
	  			overflow-x: auto;
	  			overflow-y: auto;

	  		}
	  		.botton{
	  			line-height: 60px;
	  			height: 60px;
	  			text-align: center;
	  			border: 1px solid #ccc;
	  		}
	  		.botton input{
	  			width: 150px;
	  			height: 45px;
	  			background: #E4393C;
	  			border-style: none;
	  			color: #fff;

	  		}
