body {
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.main {
    padding: 50px 0;
}

.content {
    /*padding: 0 44px;*/
}

.wrapper {
    position: relative;
    min-height: 100%;
    border: 1px solid #ddd;
    /*margin: 30px 0;*/
    border-radius: 10px;
    background: #fff;
}

.banner {
    text-align: center;
}

@media screen and (max-width: 800px), screen and (max-height: 800px) {
    .banner h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }
}

.banner h1 {
    /*font-family: Open Sans, "Microsoft Yahei", sans-serif;*/
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 42px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px), screen and (max-height: 800px) {
    .banner h2 {
        margin-bottom: 15px;
    }
}

.banner h2 {
    /*font-family: Open Sans, "Microsoft Yahei", sans-serif;*/
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

h2 {
    font-size: 14px;
    color: #262626;
    margin: 0 0 15px;
    font-weight: bold;
}

.signin-card {
    width: 274px;
    padding: 40px 40px;
}

@media creen and (max-width: 800px), screen and (max-height: 800px) {
    .card {
        margin-bottom: 20px;
    }
}

.card {
    padding: 20px 25px 10px;
    margin: 0 auto 25px;
    width: 304px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.signin-card .profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.signin-card .profile-name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

@media screen and (max-width: 800px), screen and (max-height: 800px) {
    .login-username, .login-passwd {
        margin-bottom: 0;
    }

}

.login-username, .login-passwd {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.signin-card input[type=email], .signin-card input[type=password], .signin-card input[type=text], .signin-card input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.code-btn {
    border: 1px solid #dfdfdf;
    height: 35px;
    width: 100px;
    color: grey;
    background: #fff;
}

.signin-card .reauth-username {
    display: block;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 15px;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.error-msg {
    font-size: 12px;
    margin: .5em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
}

.success-msg {
    font-size: 12px;
    margin: .5em 0;
    display: block;
    color: #19800a;
    line-height: 17px;
}

.help-link {
    font-size: 14px;
    background: #dd4b39;
    padding: 0 5px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    text-decoration: none;
    position: relative;
    top: 0px;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    font-size: 15px;
    color: #404040;
}

button, input[type=button], input[type=submit] {
    /*font-family: Open Sans, "Microsoft Yahei", sans-serif;*/
    font-size: 13px;
}

.rc-button, .rc-button:visited {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #444;
    font-size: 14px;
    height: 36px;
    padding: 0 8px;
    line-height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    -o-transition: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    margin-top: 10px;
}

.rc-button-submit, .rc-button-submit:visited {
    border: 1px solid #7798CB;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #7798CB;
    background-image: -webkit-linear-gradient(top, #7798CB, #7798CB);
    background-image: -moz-linear-gradient(top, #7798CB, #7798CB);
    background-image: -ms-linear-gradient(top, #7798CB, #7798CB);
    background-image: -o-linear-gradient(top, #7798CB, #7798CB);
    background-image: linear-gradient(top, #7798CB, #7798CB);
}

.hidden-smaill .color {
    color: #8A102D;
}

.one-account {
    margin: 40px 0;
}

.one-account a {
    color: #a0a0a0;
}

.one-account p {
    margin: 0 0 10px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.one-account .logo-strip {
    margin-top: 20px;
}

.one-account .logo-strip a {
    color: #7798CB;
    text-decoration: none;
}

.tagline {
    margin: 5px;
    color: #a0a0a0;
    font-size: 12px;
}

.footer-bar {
    margin-top: 100px;
    bottom: 0;
    height: 35px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.footer {
    padding-top: 7px;
    font-size: .85em;
    white-space: nowrap;
    line-height: 0;
}

.footer ul {
    float: left;
    max-width: 80%;
    min-height: 16px;
    padding: 0;
}

.footer ul li {
    color: #737373;
    display: inline;
    padding: 0;
    padding-right: 1.5em;
}

.footer a {
    color: #737373;
}

.clearfix {
    zoom: 1;
}