.active em {
    display: block;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 100%;
    margin: 5px;
    margin-left: 26px;
}

.navbar-nav>li>a {
    padding-bottom: 0px;
}

#login_in {
    margin-top: 18px;
}

.ui-input-text,
.ui-loader {
    display: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: red;
}

.wrapper,
body {
    background: rgba(255, 255, 255, 1);
    font-family: MicrosoftYaHei;
}

.register {
    margin: 0 auto;
    width: 472px;
    height: 504px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 18px 0px rgba(169, 169, 169, 0.41);
    margin-top: 200px;
}

.register h2 {
    width: 101px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin: 0 auto;
    text-align: center;
    padding-top: 28px;
    margin-bottom: 30px;
}

.register input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgb(105, 104, 104);
}

.register span {
    float: left;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 236px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    height: 70px;
    background: rgba(243, 243, 243, 1);
    padding-top: 28px;
}

.register span:first-child {
    background: rgba(255, 255, 255, 1);
    color: #CD1E1C;
}

.register p {
    width: 371px;
    border-bottom: 1px solid rgba(203, 203, 203, 1);
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.register input {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    width: 150px;
}

.register .code {
    width: 80px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(205, 30, 28, 1);
    margin-left: 130px;
    text-align: right;
}

.register a {
    display: inline-block;
    width: 64px;
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-left: 50px;
}

.register a:hover {
    text-decoration: none;
}

.register button {
    width: 369px;
    height: 48px;
    background: rgba(205, 30, 28, 1);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.register_all {
    overflow: hidden;
}

.register_background {
    height: 800px;
    background: url(/static/images/www/register_background.png) top center no-repeat;
    background-position-y: -110px;
}

.register .main {
    z-index: 9999;
}

.footer2 {
    margin-top: -54px;
}