html,body {
	height: 100%;
}
*{
	margin: 0;padding: 0;
	font-family:'Microsoft YaHei';
}
.changeBox {
	width: 100%;
	height: 100%;
	background: url(images/bg.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.changeBox .content-change{
	width: 540px;
	height: 520px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%); 
	top: 90px;
	border-radius: 15px;
	padding: 60px;
	box-sizing: border-box;
}
.changeBox ul {
	list-style: none;
	padding: 0;
}
.changeBox ul li {
	margin-bottom: 15px;
	position: relative;
}
.changeBox ul li .label {
	width: 90px;
	text-align: right;
	display:inline-block;
	color: #333333;
	font-size: 14px;
	
}
.changeBox ul li .input {
	width: 325px;
	display:inline-block;
	vertical-align: middle;
	padding-left: 5px;
	box-sizing: border-box;
}
.changeBox ul li .input img{
	vertical-align: middle;
}
.changeBox ul li .input .change{
	margin-left: 17px;
	margin-right: 5px;
	cursor: pointer;
}
.changeBox ul li .input .yanzheng{
	width: 133px;
	height: 33px;
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 1px;
    border-left: 1px solid #ccc;
}
.changeBox ul li .input input {
	width: 187px;
	height: 35px;
	outline: none;
	line-height: 35px;
	padding-left: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	color: #666;
	font-size: 14px;
}
.changeBox ul li .input .get-code {
	width: 133px;
	height: 33px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	color: #389fd0;
	font-size: 14px;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	cursor: pointer;
	position: absolute;
    right: 0;
    background: none;
    top: 1px;
    /* color: #fff; */
    text-decoration: underline;
    border: none;
    border-left: 1px solid #ccc;
}
.changeBox .button {
	text-align: center;
	margin-top: 35px;
}
.changeBox .button .confirm{
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #2ebcf2;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-radius: 20px;
}
.changeBox ul li:nth-child(2) input,
.changeBox ul li:nth-child(3) input,
.changeBox ul li:nth-child(4) input,
.changeBox ul li:nth-child(5) input {
	width: 100%;
}
.changeBox .title-error {
	text-align: center;
	color: red;
	font-size: 12px;
	margin-top: 10px;
}
.changeBox .title-psd {
	text-align: center;
	color: red;
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}
#diverror{
position: absolute;
    top: 0;
    width: 100%;
    background: #f66;
    left: 0;
    text-align: center;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 29px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    display: none;
    font-size: 13px;
}
.signin-title{

height: 76px;

line-height: 76px;

margin-top: 0px;

text-align: center;

font-size: 28px;

color: #000;
}