body {
    font: 12px Arial, "微软雅黑";
}
.header{
    padding-top: 30px;
    text-align: center;
}
.main{
    width: 1000px;
    height: 800px;
    margin: 20px auto;
}
.main > h4 {
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.main > h4 > span {
    display: block;
    font-size: 18px;
    color: #141414;
    margin-bottom: 10px;
}

.main > h4 > i {
    color: #434343;
    font-weight: normal;
    font-style: normal;
}
.common{
    width:100%;
    height: 425px;
    margin: 0 auto;
}
.common > div {
    padding: 10px 30px 0;
    width: 730px;
    height: 445px;
    margin-left:23%;
}
.common > div>form > div > div {
    width: 518px;
    height: 50px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 17px 22px;
    margin-top: 10px;
    float: left;
}

.common > div>form > div:after {
    content: '';
    display: block;
    clear: both;
}

.common > div >form> div > span {
    color: #ff6f83;
    margin-top: 27px;
    float: left;
    margin-left: 10px;
    font-size: 16px;
}

.common > div>form > div .correct {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/icon/correct.png") no-repeat;
}

.common > div>form > div > div > b {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url("../images/icon/bg_icon3.png") -377px -129px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.common > div >form> div > div>form{
    display: inline-block;
}
.common > div >form> div > div  input {
    width: 440px;
    padding-left: 13px;
    border-left: 1px solid #aaa;
    font-size: 14px;
    color: #aaa;
    position: relative;
    top: -6px;
    outline: none;
}

.common > div >form> div.name > div > b {
    width: 18px;
    height: 20px;
    background-position: -354px -129px;
}

.common > div >form> div.pwd > div > b,
.common > div >form> div.pwd_sure > div > b {
    width: 18px;
    height: 17px;
    background-position: -330px -129px;
}

.code {
    width: 518px;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
}
.code form{
    float: left;
}
.code > b {
    float: left;
}

.code  input {
    float: left;
    height: 31px;
    border-radius: 5px;
    border: 1px solid #aaa;
    outline: none;
    padding: 0 10px;
}

.code > img {
    float: left;
    width: 69px;
    height: 35px;
    margin-left: 15px;
}

.code > em {
    float: left;
    margin: 11px 0 0 15px;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/icon/bg_icon3.png") no-repeat -371px -24px;
}

.code > i {
    float: left;
    margin-left: 15px;
    color: #ff6f83;
    font-style: normal;
}

.common > div >form> p {
    font-size: 12px;
    color: #434343;
    text-align: left;
    margin: 20px 0;
}

.common > div >form> p > a {
    color: #6794df;
}

.common > div>form > button {
    width: 184px;
    height: 43px;
    background: url("../images/icon/bg_icon3.png") 0 -263px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    border: none;
    outline: none;
    margin-right: 32px;
}

.main > p {
    text-align: right;
    padding: 7px 25px 0 0;
    border-top: 1px solid #d2d2d2;
    margin-top: 15px;
    padding-right: 283px;
}

.main > p > a {
    font-size: 12px;
    color: #4f4f4f;
    margin-left: 33px;
}
.main > p > b {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/notice/notice04.png") no-repeat;
    margin-left: 11px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.main > p > b.chart {
    background: url("../images/notice/notice03.png") no-repeat;
}
.login.common > div,
.login.common{
    height: 235px;
}
.login > div>form > div > div {
    margin-bottom: 30px;
}

.login > div>form > a {
    font-size: 12px;
    color: #4f4f4f;
}

/*验证码*/
.code>input{
    height: 35px;
}
.code>img{
    width: 69px;
    height: 35px;
}
.common .code>span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/icon/bg_icon3.png") no-repeat -370px -24px;
    margin: 11px 0 0 10px;
    cursor: pointer;
}
.common .code>i{
    color: #aaa;
}
.common .code>b{
    font-size: 16px;
    font-weight: normal;
    color: #ff6f83;
    margin-left: 16px;
    margin-top: 5px;
}