/*登录注册*/
.LoginBg{
	width: 466px;
	min-height: 520px;
	height: auto;
	padding: 20px 40px 40px;
	border: 1px solid #EEEEEE;
    -moz-box-shadow: 0 5px 5px 0 rgba(196,196,196,.35);
    -webkit-box-shadow: 0 5px 5px 0 rgba(196,196,196,.35);
    box-shadow: 0 5px 5px 0 rgba(196,196,196,.35);
}
.LoginTitle{
	margin: auto;
	display: table;
}
.LoginTitle li{
	float: left;
	font-size: 18px;
	color: #333333;
	padding: 10px 14px;
	margin: 0 14px;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
.LoginTitle li.active{
	border-bottom: 3px solid #1782F1;
}
.LoginBox{
	width: 100%;
	height: 40px;
	display: table;
	margin: 30px 0;
}
.LoginIcon{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 5px;
}
.LoginIcon img{
	max-width: 30px;
	max-height: 30px;
}
.Login-input{
	width: 100%;
	height: 40px;
	padding: 0 12px 0 42px;
	border-bottom: 1px solid #DCDCDC;
	border-top: none;
	border-left: none;
	border-right: none;
}
.LoginImg{
	width: 106px;
	height: 37px;
	position: absolute;
	right: 12px;
	top: 1px;
}
.LoginImg img{
	max-width: 106px;
	max-height: 37px;
}
.LoginTest{
	padding-right: 130px;
}

.PactMain{
	margin: 12px 0;
}
/*选中*/
.PactSelected {
	float: left;
	position: relative;
	cursor: pointer;
	color: #333333;
}
.PactSelected input {
	visibility: hidden;
}
.PactSelected input+label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #797979;
}
.PactSelected input:checked+label::after {
	content: '✔';
	position: absolute;
	left: 2px;
	top: 0;
	color: #797979;
}
.PactLabel{
	font-size: 14px;
	display: inline-block;
	color: #333333;
}
.loginBtn{
	width: 100%;
	height: 40px;
	background: #1782F1;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.ForgotPW{
    float: left;
    position: relative;
    cursor: pointer;
    color: #333333;
}
.PactColor,
.PactColor:hover{
	color: #1782F1;
}
.other-login-line{
	position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 26px auto 10px;
}
.other-login-line p:nth-child(1) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 1px;
    width: 130px;
    background-color: #DCDCDC;
}
.other-login-line p:nth-child(2) {
    width: 100%;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
}
.other-login-line p:nth-child(3) {position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 1px;
    width: 130px;
    background-color: #DCDCDC;
}
.other-login{
	display: table;
	margin: auto;
}
.loginQq,.loginWx{
	float: left;
	margin: 0 4px;
}
.getCodeBtn{
    width: 106px;
    height: 30px;
    background: #1782F1;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*适配*/
@media only screen and (max-width: 1242px){
	.loginImg{
		max-width: 100%;
	}
}
@media only screen and (max-width: 1200px) {
	.LoginBg{
		padding: 14px;
		min-height: 0;
	}
	.LoginTitle li{
		margin: 0 14px;
	}
}
@media only screen and (max-width: 768px){
	.loginImg{
		display: none;
	}
	.LoginBg{
		width: 90%;
		margin:20px auto;
	}
}
