body {
    font-family: 'Microsoft YaHei';
}

.index-page {
    background: url('../images/img_bg.png') center center no-repeat;
    width: 1024px;
    height: 768px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.space {
    height: 20px;
}

.login-space {
    height: 281px;
}

.login-space-left {
    width: 430px;
    height: 20px;
    float: left;
}

.login-space-info {
  margin-left:270px; margin-top:240px; height: 248px;
    margin: 0 auto;
    float: left;
}

.txt {
    width: 225px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border: none;
    background-color: transparent;
    color: #fff;
}

.login-space-space {
    height: 39px;
}

.btnlogin {
    background: url('../images/img_btn.png') center center no-repeat;
    width: 179px;
    height: 42px;
    border: none;
    line-height: 42px;
    color: #fff;
}

.alogin {
    background: url('../images/img_btn.png') center center no-repeat;
    width: 179px;
    height: 42px;
    border: none;
    line-height: 42px;
    text-align:center;
    color: #fff;
    display: block;
}


.page {
    width: 1024px;
    margin: 0 auto;
    min-height: 600px;
}

.header {
    background: url('../images/header.jpg') center center no-repeat;
    width: 1024px;
    height: 113px;
}

.mainbody {
    min-height: 400px;
}

.state {
    height: 30px;
    background-color: #93316D;
    border-radius: 5px;
    line-height: 30px;
}

.tou {
    background: url('../images/img_tou.png') center center no-repeat;
    width: 22px;
    height: 30px;
    line-height: 30px;
    margin: 0px 20px 0px 30px;
    display: inline-block;
    float: left;
}

span.info {
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    float: left;
    margin: 0px 30px 0px 30px;
}

.mainleft {
    width: 150px;
    float: left;
}

.mainright {
    width: 820px;
    float: right;
}

.reg-box {
    width: 600px;
    margin: 0px 0px 0px 330px;
}

.nav > li > a:hover, .nav > li > a {
    background-color: #ddd;
   color: #93316D;
}

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #93316D;
        color: #fff;
    }

.nav > li {
    text-align: center;
    margin: 30px 0px 30px 0px;
}

.footer {
    background-color: #93316D;
}

    .footer p {
        line-height: 30px;
        height: 30px;
        text-align: center;
        font-size: 12px;
    }

.h3-title {
    color: #93316D;
}

.span-title {
    color: #93316D;
}

.span-index {
    display: inline-block;
    margin: 0px 30px 0px 0px;
}

    .span-index a {
        text-decoration: underline;
    }

.nav > li > a {
    padding: 30px 15px;
    font-size: 20px;
}
