
.login-box{
	height: 750px;
	position:relative;
	text-align: center;
    padding-top: 150px;
}
.login-box .login-title{
	    font-size: 40px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.login-box .login-box-main {
    width: 450px;
    height: 350px;
    position: absolute;
    left: 66%;
    top: 50%;
    border: 1px #666 solid;
	background: #333;
    margin-left: -225px;
    margin-top: -175px;
	padding:10px 40px;
}
.login-box .login-box-main form{
	width: 315px;
}
.login-box .login-title{
	color:#fff;
}
.hint-orange {
    width: 300px;
    padding: 0 20px;
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 12px;
    color: #fe9420;
    background-color: rgba(254,148,32,.1);
    border-radius: 16px;
}
.el-form .el-form-item--small.el-form-item {
    margin-bottom: 16px;
}
.el-form-item .el-form-item__content {
    font-size: 12px;
    font-weight: 400;
	line-height: 32px;
}
.el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
}
.el-form .el-input, .el-form .el-input__inner, .el-form .hint-orange, .el-form .login-button {
    width: 315px;
}
.el-form .phone-input:before {
    content: "+86";
    width: 60px;
    color: #222;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #dadada;
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
}
.el-form .phone-input .el-input__inner {
    padding-left: 80px;
    background: #f3f3f4;
	    height: 42px;
}
.el-form .el-form-item__error {
    margin-top: -10px;
    display: none;
}
.el-form-item__content:after, .el-form-item__content:before {
    display: table;
    content: "";
}
.el-form-item:after, .el-form-item:before {
    display: table;
    content: "";
}
.el-form .flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-between .el-input__inner {
    width: 187px;
}
.text-link {color: #f1f1f1;}