@CHARSET "UTF-8";
/*body{background:#f40;}*/
.user_login {
    float:left;
    font-size:24px;
    color:#fff;
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", helvetica, arial, verdana, tahoma, sans-serif;
}
header {
    height:100px;
    margin-bottom:20px;
}
#logo {
    width:242px;
    margin-top:20px;
}
.user_login {
    line-height:100px;
    margin-left:15px;
}


.user_register_right {
    float:right;
}
.user_register_right ul {
    list-style:none;
    padding:0;
    margin:0;
}
.user_register_right ul li {
    line-height:120px;
    float:right;
    margin-left:20px;
    color: #fff;
}
.user_register_right ul li a {
    text-decoration: none;
    background: #fff;
    padding: 5px 15px;
    color: #333;
    border-radius: 3px;
}

/* footer*/
.footer {
    height:150px;
    font-family: "Microsoft YaHei", "Î¢ÈíÑÅºÚ", helvetica, arial, verdana, tahoma, sans-serif;
}
.footer ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.footer-center {
    width:1200px;
    height:150px;
    margin:0 auto;
}
.footer-center .footer-left ul li {
    float:left;
    line-height:150px;
    margin-right:30px;
}
.footer-right {
    float:right;
    height:80px;
    width:400px;
    margin-top:35px;
    border-left:1px solid #ccc;
}
.footer-right ul li:first-child {
    color:#ccad76;
    font-size:30px;
    font-weight: bold;
    text-align:center;
}
.footer-right ul li:last-child {
    font-size:12px;
    text-align:center;
    color:#ccad76;
}

/* /footer*/
