body {
	margin: 0;
	height: 946px;
	background: rgb(245, 245, 245);
}
header {
	height: 60px;
    background: #0064CF;
}
.logo {
    font-size: 30px;
    font-family: HYZongYiJ;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: left;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 30px;
}
main {
	width: 1100px;
	height: 826px;
	background: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.title {
	height: 50px;
}
.title p{
	position: absolute;
    border-left: 5px solid #0064CF;
    margin-left: 15px;
    padding-left: 5px;
    font-size: 18px;
}
#baseForm{
	text-align: center;
}
#baseForm p{
	margin-bottom: 32px;
}
#baseForm table{
	margin: 0 auto;
}
#baseForm table tr{
	margin-bottom: 32px;
	height: 70px;
}
#baseForm table tr td:nth-child(1){
	text-align: right;
}
#baseForm table tr td:nth-child(2){
	text-align: left;
}
/*注册样式Start*/
.pass-text-textarea{
	resize: none;
    width: 465px;
    height: 70px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 2px;
    padding: 5px 5px;
    outline: none;
    font-size: 14px;
    line-height: 20px;
}
.pass-text-textarea:focus{
	border-color: #2E58FF;
}
.pass-label{
	font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: right;
    line-height: 40px;
    font-weight: 400;
}
.pass-text-input {
    width: 465px;
    height: 45px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 2px;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
}
.pass-text-input:focus{
	border-color: #2E58FF;
}
.pass-text-select{
	width: 152px;
    height: 45px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    color: #555555;
}
.pass-text-select:focus{
	border-color: #2E58FF;
}
.pass-text-select option{
    overflow: auto;
	font-size: 14px;
    color: #555555;
    padding: 5px;
}
.pass-text-select option:hover{
	background-color: #333333;
}
.pass-text-checkbox {
	width: 20px;
    height: 15px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(223, 223, 223);
    border-radius: 2px;
    outline: none;
}
.pass-button-submit {
    width: 470px;
    height: 50px;
    background: #2E58FF;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    margin-top: 15px;
    letter-spacing: 10px;
}
.pass-button-submit:focus{
	border-color: #2E58FF;
}
.pass-item-tip {
    position: absolute;
    height: 30px;
    margin-top: -38px;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    font-size: 12px;
    background: url(../../images/check-username-bg-2x.png) no-repeat;
    background-size: 100%;
    display: none;
}
.pass-item-tiptext {
    padding: 7px 0;
}
.pass-item-error{
    position: relative;
    font-size: 12px;
    color: #F55;
    float: left;
}
.pass-item-succ {
    position: relative;
    left: -28px;
    top: -28px;
    background-size: contain;
    width: 16px;
    height: 16px;
    float: right;
    display: none;
    line-height: 12px;
    padding-left: 20px;
}
/*注册样式End*/