
/*login*/
.containTitle{
    display: flex;
    justify-content: center;
}
.containTitle p{
    /* font-size: ; */
}
.logined{display:none;}
.loginTit{
	width:100%;
	float: left;
	height:55px;
	line-height:55px;
	background: #efefef;
	border-bottom:1px solid #dddddd;
	margin-top:30px;
}
.loginTit h3{
	width:100px;
	float: left;
	margin-left:220px;
}
.desc{
	width: auto;
	float: left;
	margin-left:20px;
}
.righttit{
	width:auto;
	float: right;
    margin-right: 200px;
}
.righttit a{
	color:#1e8fdf;
	text-decoration: underline;
	cursor: pointer;
}

.wf100{
	display: flex;
	justify-content: center;
    align-items: center;
	width:100%;
	float: left;
	margin:100px 0px 300px 0px;
}
.wf1001{width:100%;float: left;}
.loginContain{
	display: flex;
	justify-content: center;
    align-items: center;
	width:80%;
}
.loginC{
	display: flex;
	justify-content: center;
	align-items: center;
	width:800px;
	height:500px;
	/* background: url(../images/login.png) no-repeat; */
	background-size: 800px 500px;
	border-radius: 15px;
}
.logincontent{

	/* width:500px;
	height:220px; */

	width:500px;
	height:300px;
	border:2px solid #dedede;
	border-radius: 15px;
	margin:0px auto;
	background-color: rgba(255, 255, 255, 0.8);
	/* background: url(../images/login.png) no-repeat; */
	/* margin-top: 100px; */

}
.login-form{
	margin:40px 0px 20px 45px;
}
.item{
	width:100%;
	float: left;
	margin:20px 0px 15px 0px;
}
.name {
    width: 90px;
    text-align: right;
    float: left;
	font-size: 16px;
}

.input {
    padding-left: 15px;
    margin-right: 15px;
    float: left;
}

.input input[type='text'], .input input[type='password'] , .input input[type='sms']{
    width: 250px;
    height: 25px;
    margin-right: 10px;
    line-height: 28px;
    text-indent: 15px;
	border:1.5px solid rgb(243, 239, 239);
}
.getSms{
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #1C8CD9;
	border-radius: 4px;
	margin-left: 130px;
	margin-top: -10px;
	cursor:pointer;
}
.smsText{
	font-size: 14px;
	color: #fff;
}
.regBtnClass{
	font-size: 14px;
	color: #fff;
}
#reg{
	margin-left: 200px;
}
.submit{
	width:118px;
	height:40px;
	line-height: 40px;
	background: #e46d29!important;
	border:none;
	color:#fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
}
label.error {
    color: red;
    font-size: 12px;
}
/*reg*/
.regcontent{
	width:640px;
	height:400px;
	border:2px solid #dedede;
	border-radius: 15px;
	margin:0px auto;
}
.reg-form{
	margin:20px 0px 20px 45px;
}
.loginLeft img{
	width: 513px;
	height: 312px;
	margin-right: 50px;
	border-radius: 20px;
}
.loginOutText{
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.hasLoginImg{
	/* margin:0 auto; */
	margin-left: 40%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.container{
	height: 850px!important;
}