﻿body {
    margin: 0px;
}

a {
    text-decoration: none;
}

a, input, button, .form-group-last img, .captcha img {
    cursor: pointer;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}

div {
    display: inline-block;
    font-family: 'Microsoft YaHei';
}

.bg-image {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: -1;
}

.page-content {
    margin: 0 auto;
    text-align: center;
    width: 1222px;
    display: block;
    position: relative;
}

.page-header {
    position: absolute;
    top: 108px;
    left: 0px;
}

.page-center-img {
    width: 100%;
    display: inline-block;
}

.page-center-img img {
    width: 100%;
}

.page-center-register ul {
    width: 370px;
    margin: 0px;
}

.page-center-register ul:after {
    content: '';
    display: block;
    clear: both;
}

.page-center-register ul li {
    float: left;
    margin-right: 69px;
    padding: 0px;
}

.form-wrap {
    width: 330px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    margin: 95px 0px 0px 722px;
}

#login_form {
    background: #fff;
}

#login_form .tab-pane {
    padding: 20px 15px;
}

.form-group {
    margin-bottom: 20px;
    width: 300px;
    text-align: center;
}

.tip-ie-base {
    margin-top: 57px;
}

.login_form-title {
    padding: 20px 15px 0 98px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #141311;
    text-align: left;
}

.login_form-title span {
    width: 32px;
    margin-right: 40px;
    margin-left: 11px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
    background: url("../images/login_title.gif");
}

.page-center-register span {
    width: 35px;
    margin-right: 5px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    background: url("../images/login_reg_bg.jpg");
}

#login_form label {
    width: 50px;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
    color: #141311;
    display: inline-block;
    font-weight: 600;
    max-width: 100%;
    margin-bottom: 5px;
}

.input-sm {
    height: 20px;
    padding: 5px 10px;
    background-color: #fff0f2;
    width: 180px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #bd1a2d;
}

.page-center-register {
    display: block;
    position: absolute;
    top: 278px;
    left: 742px;
}

.page-center-register a {
    color: #5e5e5e;
}

.form-group-last img:first-child {
    margin-right: 42px;
}

.page-center {
    position: relative;
    width: 1222px;
    margin: 0 auto;
    min-height: 380px;
}

.page-center-footer {
    text-align: left;
    float: left;
    padding-left: 30px;
    position: absolute;
    top: 340px;
    left: 400px;
    width: 230px;
}

.page-center-footer a {
    color: #bd1a2d;
    font-weight: bold;
}

.captcha img {
    width: 190px;
    height: 60px;
    padding: 5px;
    margin-left: 75px;
    border: 1px solid #72A5B4;
}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}