body {
    background-color:#fff;
}
.login-banner {
	width: 100%;
	height:300px ;
	background:url(../images/1499138259666.jpg) no-repeat 50%/cover;
}
h2 {
	font-size: 20px;
	color: #6f6f6f;
}
.main {
	padding:40px 0;
}
.main input[type="text"],.main input[type="password"] {
	width: 50%;
	height: 35px;
	padding-left: 10px;
	background-color: #fbfbfb;
	border:1px solid #e1e1e1;
}
.form {
	padding: 30px 0 30px 0;
}
.form p  {
	margin:0;
}
.form .validate-box {
    height:25px;
    line-height:25px;
    font-size:12px;
    color:red;
    padding-left:28%;
}
.form textarea {
	width: 50%;
	padding-left:10px;
	resize: none;
	background-color: #fbfbfb;
	border:1px solid #e1e1e1;
}
.main-left {
	border-right: 1px solid #ddd;
}
.form span {
	display: inline-block;
	color: #6f6f6f;
	width: 150px;
	text-align: right;
}
.form span:before {
	content: "*";
	color: red;
}
div.btn-box button {
	width: 200px;
	height:40px;
	background-color: #f87720;
	color: #fff;
	border:none;
}
.agreement span , .btn-box span {
    opacity: 0;
}
.main-right {
	text-align: center;
}
.btn-box1 a {
	display: inline-block;
	width: 122px;
	height: 42px;
	line-height: 42px;
	border:none;
	font-size: 16px;
	background-color: #3dae70;
	color: #fff;
}
.weichat {
	height: 40px;
	line-height: 40px;
	color: #969696;
	background:url(../images/loginweixin.png) 300px center no-repeat;
}
.orange {
	padding-top: 40px;
	color: #016879;
}
.btn-box1 {
	padding-bottom: 30px;
}
.hint {
	margin-top: 20px;
	color: #6a6a6a;
}
#VerificationCode {
    width:125px;
}
#sendcode {
    width:113px;
    height:35px;
    line-height:35px;
    text-align:center;
    background-color:#34a950;
    color:#fff;
    border:none;
    padding:0;
}
#verify {
    text-align:center;
    padding-top:30px;
    display:none;
}
#verify input {
    width:80px;
    height:30px;
}
.btns {
    margin-top:10px;
}
.btns button {
    width:65px;
    height:30px;
    line-height:30px;
    border:none;
    background-color:#34a950;
    color:#fff;
    margin:0 20px;
}
#hint {
    color:red;
    margin-bottom:0;
    height:25px;
    line-height:25px;
}
#cancel {
    background-color:#ddd;
}
.area {
    margin:0;
    margin-left:4px;
}
.area select {
    width:83px;
    height:35px;
    background-color: #fbfbfb;
    border: 1px solid #e1e1e1;
}
.main .area input {
    width:100%;
    margin-top:10px;
}
.area strong {
    font-weight:normal;
}
@media screen and (max-width: 768px) {
	 .main input[type="text"],.main input[type="password"] {
		width: 75%;
	}
	 .form textarea {
		width: 75%;
	}
	.form {
		padding-left:0;
}
    .form span {
        width:80px;
    }
    .weichat {
        background-position:245px center;
    }
}