::-webkit-input-placeholder {
    color: #808080;
}
:-moz-placeholder {
    color: #808080;
}
::-moz-placeholder {
    color: #808080;
}
:-ms-input-placeholder {
    color: #808080;
}
.sign-bg{
	width: 100%;
	min-height: 100vh;
	background:url('../images/sign-bg.png') no-repeat center center;
	background-size:cover;
}
.sign{
	width: 1200px;
	height: 650px;
	background: #fff;
	border-radius: 20px;

	position: fixed;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sign-left{
	width: 50%;
	text-align: center;
}
.sign-left .logo{
	width: auto;
	height: 56px;
}
.sign-left .logo{
	max-width: 100%;
	width: auto;
	height: 56px;
	margin: 80px 0 50px;
}
.sign-left .left-img{
	max-width: 100%;
	width: auto;
	height: 360px;
}


/*右*/
.sign-right{
	width: 50%;
	height: 650px;
	padding: 0 50px;
	position: relative;
}
.sign-right:after {
    content: "";
    position: absolute;
    left: 0;
    margin:0 auto;
    width: 3px;
    height: 372px;
    top: 51%;
    border-radius: 2px;
    transform: translateY(-50%);
    background: #f67300;
}
.wx-chat{
	margin-top: 40px;
	text-align: center;
	background:url('../images/line.png') no-repeat center center;
	background-size: 100%;
}
.wx-chat img{
	width: 95px;
}

.sign-form ul li{
	height: 80px;
	line-height: 80px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
	display: flex;
}
.sign-form ul li input{
	font-size: 28px;
	color: #333;
	flex: 1;
}
.sign-form ul li img{
	width: 40px;
	height: 40px;
	margin-right: 30px;
	align-self: center;
}
.verifi{
	width: 105px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
	background: #ececec;
	overflow: hidden;
	align-self: center;
	cursor:pointer;
}
.sign-form .verifi img{
	width: 105px;
	height: 42px;
	margin: 0;
}
.sign-form p a{
	font-size: 22px;
	color: #c6c6c6;
}
.sign-form p a:hover{
	color: #f67300;
}
.sign-form .submit{
	width: 100%;
	height: 68px;
	border-radius: 34px;
	font-size: 30px;
	color: #fff;
	margin: 30px  0 25px;
	background: linear-gradient(90deg,#ffa862,#ec7c22);
}
.sign-form .submit:hover{
	opacity: 0.9;
}
.goreg{
	text-align: center;
	font-size: 20px;
	color: #c6c6c6;
}








/*忘记密码*/
.forget{
	padding-top: 95px;
}
.forget .sign-form ul li{
	height: 68px;
	line-height: 68px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
	display: flex;
}
.forget .obtain button{
	width: 149px;
	height: 30px;
	background: none;
	border-left: 2px solid #808080;
	color: #808080;
	border-radius:0;
	margin: 0;
	font-size: 22px;
	cursor: pointer;
}
.forget .obtain button:hover{
	color: #000;
}
.forget .sign-form .submit{
	margin: 10px 0 25px;
}
.forget:after {
    top: 46%;
}








/*微信登录*/
.wx-sign{
	padding-top:140px;
	text-align: center;
}
.wx-code{
	width: 275px;
	height: 275px;
	margin: 0 auto;
	padding: 15px;
	overflow: hidden;
}
.wx-sign p{
	font-size: 16px;
	color: #333333;
}
.wx-sign h3{
	margin-top: 20px;
}
.wx-sign h3 a{
	font-size: 18px;
	color: #656565;
}
.wx-sign h3 a:hover{
	color: #f67300;
}