html,body{
	margin: 0;
	padding: 0;
}
*{
	font-family: "微软雅黑";
}
.loginbox-hd,.loginbox-bd{
	background: white;
	padding: 10px 0;
	position: relative;
	z-index: 11;
}
.loginbox-hd img{
	height: 60px;
	margin-left: 210px;
}
.loginbox-cd{
	background: #f2f2f3;
}
.loginbox-cd-wrap{
	/*background: url('../img/signin_bg2.png') no-repeat;
	width: 1280px;
		height: 720px;
		background-size: 1280px 720px;*/
	margin: 0 auto;
	position: relative;
}
.loginbox-cd-wrap form{
	position: absolute;
	/*right: 0;
	top: 50%;
	margin-top: -315px;*/
	right: 10%;
	top: 50px;
	
	padding: 20px;
	
	box-shadow: 0px 4px 20px 4px rgba(228,142,108,.21);
	background: rgba(239,244,250);
	border-radius: 8px;
}
.cd-item{
	padding: 10px 0 5px;

}
.cd-item-title{
	margin: 0;
	font-size: 14px;
}
.cd-item-title>span{
	font-size: 12px;
    display: inline-block;
    text-align: right;
    color: #e60020;
    float: right;
    line-height: 19px;
}
.cd-item-input{
	outline-color: #e4393c;
	border: 1px solid rgba(70,140,160,.21);
	border-radius: 4px;
	line-height: 30px;
	width: 270px;
	margin-top: 5px;
	font-size: 14px;
	text-indent: 5px;
}
.code{
	width: 180px;
}
.loginbox-bd{
	text-align: center;
	color: #868686;
}
.tips{
	color: #e4393c;
    font-size: 12px;
}
.code-img{
	display: flex;
	display: -webkit-flex;
}
.code-img .getcode{
	line-height: 30px;
    height: 30px;
    margin-top: 7px;
    font-size: 13px;
    text-align: center;
    width: 90px;
    color: #333;
    border: none;
    background: no-repeat;
}
.code-img img{
	margin-left: 15px;
	height: 34px;
	margin-top: 5px;
}
.rememberpsw{
	text-align: right;
	font-size: 14px;
}
.cd-checkbox {
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    font-size: 0;
    border: 1px solid #91b5d9;
    background-color: #FFFFFF;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    position: relative;
    vertical-align: 0;
    top: 5px;
}
.cd-checkbox:checked:before {
    font-family: "weui";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: inherit;
    content: "√";
    color: #91b5d9;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -48%) scale(0.73);
    transform: translate(-50%, -48%) scale(0.73);
}
.login-btn{
	text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #91b5d9;
    color: white;
    border-radius: 4px;
    font-size: 16px;
}

@media only screen and(max-width:1920px){
	.loginbox-cd-wrap{
		width: 1280px;
		height: 720px;
		background-size: 1280px 720px;
	}
	.loginbox-cd-wrap form{
		/*right: -100px;
		top: 30px;
		margin-top: 0;*/
	}
}

@media only screen and(max-width:1440px){
	.loginbox-cd-wrap{
		width: 1280px;
		height: 607px;
		background-size: 1280px 607px;
	}
	.loginbox-cd-wrap form{
		/*right: -100px;
		top: 30px;
		margin-top: 0;*/
	}
}

@media only screen and(max-width:1280px){
	.loginbox-cd-wrap{
		width: 1150px;
		height: 657px;
		background-size: 1150px 607px;
	}
	.loginbox-cd-wrap form{
		/*right: -100px;
		top: 30px;
		margin-top: 0;*/
	}
}

@media only screen and (max-width:1024px){
	.loginbox-cd-wrap{
		width: 960px;
		height: 540px;
		background-size: 960px 540px;
	}
	.loginbox-cd-wrap form{
		/*right: -100px;
		top: 30px;
		margin-top: 0;*/
	}
}
