* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
}
.top {
    background: #f2f2f2;
	height:85px;
    border-bottom: 2px solid #e1e0e0;
}
.top-inner {
    width: 1090px;
    margin: auto;
    line-height: 70px;
    padding: 10px;
}
.top-inner img {
    float: left;
}
.welcome {
    padding-left: 20px;
	float:left;
}
.nav-box {
    float: right;
    font-size: 14px;
}
.nav-box a {
    color: #333;
}
.content-inner {
    width: 1090px;
    margin: 30px auto 0 auto;
    border-bottom: 1px solid #ccc;
}
.content-inner:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
form {
    float: left;
    width: 45%;
}
form p {
    margin-bottom: 20px;
}
form p span {
    font-size: 14px;
    color: #ff6600;
    padding-left: 40px;
}
label {
    display: block;
    font-size: 14px;
    line-height: 50px;
}
input[type="text"],input[type="password"]{
    text-indent: 5px;
    height: 30px;
    width: 200px;
}
label span {
    color: red;
    padding-left: 10px;
}
label a {
    font-size: 12px;
    vertical-align: 1px;
    padding-left: 10px;
}
.register-btn {
    background: #11b02b;
    color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 3px;
    width: 200px;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
    cursor: pointer;
}
.img {
    width: 90px;
    height: 30px;
    background: #ccc;
    top: 9px;
    display: inline-block;
    position: relative;
}
.right {
    float: right;
    width: 50%;
    border-left: 1px solid #ccc;
    padding-left: 50px;
    height: 565px;
}
.login-btn {
    border: none;
    color: #fff;
    background: #f78f1e;
    padding: 5px 10px;
    cursor: pointer;
}
.aa {
    font-size: 14px;
    padding-right: 20px;
}
.right img {
    margin-top: 15px;
}
.bb {
    color: #5fc325;
    margin: 20px 0;
}
.cc {
    font-size: 12px;
}
.bottom {
    width: 900px;
    margin: 20px auto;
    line-height: 40px;
    background: #d7d9da;
}
.bottom:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.bottom ul { 
    float: left;
    margin-left: 100px;
}
.bottom li {
    list-style: none;
    float: left;
    font-size: 12px;
}
.bottom li a {
    color: #333;
}
.dd {
    font-size: 12px;
    color: #969696;
    padding-left: 60px;
}
.divNew {
    color: #fff;
    background: #11b02b;
    padding: 5px 0;
    font-size: 15px;
    width: 100px;
    text-align: center;
    margin: 15px 0;
}
.rules {
    list-style: none;
    margin-top: 30px;
}
.rules li {
    margin-bottom: 10px;
}
.round {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #11b02b;
    display: inline-block;
    vertical-align: 1px;
    margin-right: 5px;
}
.toGreen {
    color: #11b02b;
}