/*单独css*/
		.content{
			margin: auto;
			margin-top: 60px;
			width: 930px;
			height: auto;
			background: rgba(247, 247, 247, 0.49);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fF7F7F7,endColorstr=#7fF7F7F7);
			border-radius: 10px;
			padding-top: 40px;
			padding-bottom: 40px;
		}
		.content-input{
			color: #4A4A4A;
			margin: 0 auto;
		}
		.content-word{
			float: left;
			width: 400px;
			padding: 30px 30px;
			text-align: center;
		}
		.fixed{
			font-size: 20px;
			color: #4A4A4A;
			font-weight: bold;
		}
		/*change*/
		.index-style{
			margin-left: -29px;
		}
		/*end*/
		input{
			width: 200px;
		}
		/*change*/
		.forgetP{
			padding-left: 170px;
			color: #5999E4;
			cursor: pointer;
		}
		/*end*/
		.content-word div{
			color: #5999E4;
			font-size:16px ;
		}
		/*end*/
		/*change*/
		.btn-group{
			margin-top: 20px;
			margin-left: 330px;
		}
		.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
		    border-top-left-radius: 5px;
    		border-bottom-left-radius: 5px;
		}
		.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
			border-top-right-radius: 5px;
    		border-bottom-right-radius: 5px;
		}
		/*change*/
		.btn-primary{
			width: 130px;
		}
		/*end*/
		.btn-group>.btn:nth-child(2){
			margin-left: 30px;
		}
		/*new*/
		/*.verifyStyle{
			width: 100px;
		}*/
		.code{
			width: 86px;
			height: 24px;
			text-align: center;
			float: left;
		    position: relative;
    		left: 200px;
    		border-radius: 5px;
			margin-top: 20px;
		}
		.getCode{
			display: inline-block;
			height: 24px;
			line-height: 3px;
			padding: 0px 4px;
			margin-left: 100px;
		}
		#mobile,#verifyCode,#password{
			margin-top: 20px;
		}
		.code img{
			width: 60px;
			height: 25px;
		}
		.forgetPwd-info{
			width: 505px;
			margin-left: 320px;
		}
		.w-notice{
			position: relative;
			left: 75px;
		}
