/*普通登录页专用样式*/
.form-signin {
    max-width: 330px;
    margin: 0 auto;
}

.form-signin h2.form-signin-header {
    margin: 0;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px dotted #ccc;
    line-height: 60px;
}

.form-signin-header img {
    margin-left: -20px;
}

.form-signin .checkbox {
    margin-bottom: 14px;
    padding-left: 22px;
    color: #6c6c6e;
    font-weight: 300;
    font-family: 'Microsoft YaHei', sans-serif;
}

.form-signin .forget-password {
    margin-bottom: 14px;
    padding-left: 22px;
    color: #6c6c6e;
    font-weight: 300;
    font-family: 'Microsoft YaHei', sans-serif;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}

.form-signin .forget-password a:hover {
    text-underline: none;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 5px;
    font-size: 12px;
}

.form-signin p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a, .form-signin a:hover {
    color: #63A1D0;
}

.form-signin a:hover {
    color: #286090;
}

.form-signin a:focus {
    color: #286090;
}

.login-footer {
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 80px;
    position: fixed;
    bottom: 0px;
}

/*找回密码-强制修改密码*/
.full-width {
    background-color: #E6E6E6;
}

.auth-center-header {
    width: 100%;
    height: 10px;
    background-color: #006bff;
}

.auth-center-logo {
    width: 900px;
    margin: 40px auto 20px;
}

.auth-center-logo img {
    margin-left: 10px;
}

.auth-center-logo span {
    border-left: 1px solid #666;
    font-size: 18px;
    margin-left: 30px;
    padding-left: 20px;
}

.auth-center-footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 30px;
    z-index: -1;
}

.retrieve-password-content {
    width: 930px;
    height: auto;
    margin: 0 auto;
    padding: 29px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.retrieve-password-content h5 {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 12px;
    color: #006bff;
    font-weight: bold;
}

.retrieve-password-success {
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    width: 700px;
}

.retrieve-password-success img {
    margin-left: 20px;
    width: 90px;
    display: block;
    float: left;
}

.retrieve-password-success span {
    font-size: 18px;
    margin-left: 20px;
    padding-top: 20px;
    display: block;
    float: left;
}

.retrieve-password-button {
    text-align: center;
    margin-top: 30px;
}

.retrieve-password-button button {
    width: 200px;
    font-size: 14px;
    height: 32px;
}

/*强制变更密码专用样式*/
.force-change-password-content {
    width: 898px;
    height: auto;
    margin: 0 auto;
    padding: 9px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.force-change-password-left {
    float: left;
    width: 490px;
}

.force-change-password-right {
    float: right;
    width: 380px;
}

.force-change-password-right h3 {
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
    padding: 30px 0 30px 0;
    text-align: center;
    margin: 0 0 10px 0;
}

.force-change-password-right div.text-center {
    margin-top: 25px;
}

/* 登录全局专用样式 */
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, th, td, form, button, input, select, textarea, label {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px "微软雅黑";
}

i, em {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a, a:hover {
    color: #666;
    text-decoration: none;
}

button, input, select, textarea {
    font-size: 100%;
}

button {
    cursor: pointer;
}

input:focus, button:focus, textarea:focus {
    outline: none;
}

h1, h2, h3, h5, h6 {
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

body {
    color: #666;
    background-color: #1f2326;
}

.unified-login-top {
    background-color: #1a1e21;
    border-bottom: 1px solid #606365;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.unified-login-logo {
    margin: 18px 0 0 30px;
    /*文字LOGO样式*/
    font-size: 26px;
    color: #FFF;
}

.unified-login-input {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 480px;
}

.unified-login-edit {
    background-color: #fff;
    height: 350px;
    margin: 0 65px;
}

.unified-login-edit h3 {
    font-size: 23px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    line-height: 65px;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.unified-login-edit ul {
    padding: 10px 15px;
}

.unified-login-edit ul li {
    padding-top: 15px;
    position: relative;
}

.unified-login-edit ul li i {
    position: absolute;
    top: 27px;
    left: 12px;
    color: #ccc;
    font-size: 19px;
}

.unified-login-edit ul li span {
    color: #ee5a2f;
    margin-top: 2px;
    display: inline-block;
}

.unified-login-edit ul li a:hover {
    color: #006bff;
}

.unified-login-edit ul li .unified-left label {
    cursor: pointer;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.unified-login-note {
    text-align: center;
    color: #787d80;
    padding-top: 20px;
    line-height: 21px;
}

.unified-login-footer {
    background-color: #373d41;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
}

.unified-login-edit  .unified-left {
    float: left;
}

.unified-login-edit  .unified-right {
    float: right;
}

.unified-login-edit  .unified-input {
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    font-size: 14px;
    padding-left: 40px;
}

.unified-login-edit  .unified-button {
    width: 100%;
    border: none;
    height: 40px;
    background-color: #006bff;
    color: #fff;
    font-size: 14px;
}

/*蓝色登录主题专用样式*/
.unified-login-blue .unified-login-blue-bg {
    background-image: linear-gradient(-180deg, #1a1454 0%, #0e81a5 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.unified-login-blue .unified-login-top {
    background-color: transparent;
    border-color: #3b3d72;
}

.unified-login-blue .unified-login-footer {
    background-color: #277fa3;
}

.unified-login-blue .unified-login-input {
    z-index: 99;
    left: 50%;
    right: auto;
    margin-left: 80px;
}

.unified-login-blue .unified-login-note {
    color: #bdd2dd;
}

body.unified-login-blue {
    background-color: #0e81a5;
}

/*登录轮播UI专用样式*/
.swiper-slide {
    height: 450px;
}

.swiper-slide > div {
    position: relative;
    width: 1160px;
    margin: 0 auto;
}

.swiper-slide > div div {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
}

.swiper-slide > div img {
    width: 800px;
}

.swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0.1;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 0.6;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-slide .move-down, .swiper-slide .move-up {
    transition-duration: 0.7s;
}

.animation .move-down {
    transform: translateY(15px);
}

.animation .move-up {
    transform: translateY(-15px);
}

/**强制登录，登录认证画面样式*/
.account-security-auth-content {
    width: 930px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
    display: table;
}

.account-security-auth-content .left {
    float: left;
    width: 50%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 0;
}

.account-security-auth-content .right {
    overflow: hidden;
    padding-left: 10px;
}

.account-security-auth-content .right h3 {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    line-height: 50px;
}

.account-security-auth-content .right ul {
    margin-top: 20px;
}

.account-security-auth-content .right ul li {
    overflow: hidden;
    line-height: 24px;
}

.account-security-auth-content .right ul li label {
    display: block;
    float: left;
    width: 100px;
    color: #aaa;
}

.account-security-auth-content .right ul li span {
    display: block;
    overflow: hidden;
    color: #333;
}

.account-security-auth-content .button {
    text-align: center;
    margin-top: 20px;
}

.account-security-auth-content .button button {
    font-size: 14px;
    margin: 0 5px;
    width: 130px;
}

.account-security-auth-content .alert {
    font-size: 14px;
    padding: 8px 15px;
}

.account-security-auth-content .certification {
    width: 500px;
    margin: 20px auto 0;
}

.account-security-auth-content .certification li {
    overflow: hidden;
    line-height: 30px;
}

.account-security-auth-content .certification li label {
    display: block;
    float: left;
    width: 70px;
    color: #aaa;
}

.account-security-auth-content .certification li span {
    display: block;
    overflow: hidden;
    color: #333;
}

.account-security-auth-content .certification li span input {
    float: left;
    width: 150px;
    margin-right: 10px;
}

.account-security-auth-content .certification li span a {
    color: #006bff;
    text-decoration: underline;
}

