﻿@charset "utf-8";
/* CSS Document */
@import url("layout.css");
@import url("base.css");

a {
    text-decoration: none;
}

.system {  }
.account {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 1200px;
    min-height: 680px;
    overflow: auto;
    background: #f2f3f5;
}
.account_logo {
    position: absolute;
    top: 24px;
    left: 40px;
    width:100px;
    height:auto;
}
.account_logo .logo{
    width:100%;
    height:auto;
}
.account_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 948px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.account_container_left {
    width: 550px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
}
.login_container {
    position: relative;
    height: 520px;
    padding: 50px 56px 60px;
    box-sizing: border-box;
}
.login_container_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 30px;
    font-size: 20px;
    color: #969799;
}
.login_container_header span {
    cursor: pointer;
}
.login_container_header span:first-child {
    margin-right: 24px;
}
.login_container_header .bold {
    font-weight: 500;
    font-size: 26px;
    color: #323233;
    cursor: default;
}
.zent_form {
    margin-bottom: 30px;
    width: auto;
}
.account_input {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}
.zent_input_wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 30px;
    max-height: 36px;
}
.account_input_input {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    height: 48px;
    max-height: 48px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}
.account_input_input .zent_input {
    flex: 1;
    min-width: 80px;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    transition:border .2s ease-in-out,box-shadow .2s ease-in-out;
    padding: 0;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    color: #323232;
    border-radius: 0;
    border-bottom: 1px solid #dcdee0;
}
.account_input_input .zent_input:focus{ outline:none; border:0;border-bottom:1px solid #155bd4;box-shadow:none}

.account-captcha__btn--disable {
    color: #969799!important;
    cursor: not-allowed!important;
}
.account-captcha__btn {
    position: absolute;
    right: 0;
    top: 68%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #155bd4;
    cursor: pointer;
}


.account_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s;
    z-index: 100;
}
.account_icon_open {
    opacity: 1;
    height: 13.5px;
    background-image: url(/Content/images/open_eye.png);
}
.account_icon_close {
    opacity: 1;
    background-image: url(/Content/images/close_eye.png);
}
.login_container_auto {
    color: #323232;
    margin-top: 68px;
}
.zent_btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s;
    outline:none;
}
.zent_btn_large {
    height: 38px;
    line-height: 36px;
    padding: 0 23px;
    font-size: 14px;
}
.zent_btn_block {
    display: block;
    width: 100%;
    padding: 0;
}
.zent_btn_primary {
    color: #fff;
    background: #38f;
    border-color: #38f;
}
.zent_btn_border_transparent, .zent_btn_border_transparent:active, .zent_btn_border_transparent:hover {
    border-color: transparent;
}
.login_container_btn {
    margin: 16px 0;
    height: 48px;
    line-height: 46px;
    background: #155bd4;
    font-size: 18px;
}
.login_container_btn:hover{ background:#3773da; outline:none; }
.login_container_btn:active{ outline:none; }

.login-container__links {
    margin-top:25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-container__auto__check {
    font-size: 14px;
}
.zent-checkbox-wrap {
    cursor: pointer;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.zent-checkbox-group, .zent-checkbox-wrap {
    display: inline-block;
    font-size: 12px;
}
.zent-checkbox {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.zent-checkbox>input {
    position: absolute;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    overflow: visible;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.zent-checkbox+span {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 16px;
}
.login-container__links a {
    color: #155bd4;
}
.login-container__links__actions {
    font-size: 14px;
}
.login-container__links a {
    color: #155bd4;
}
.login-container__links__actions>span {
    padding: 0 8px;
    color: #ebedf0;
}

.account_container_right {
    position: relative;
    width: 382px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
}
.account_container_right_header {
    margin: 60px 44px 0;
}
.account_container_right_header .title {
    line-height: 36px;
    font-size: 26px;
    font-weight: 500;
    color: #323233;
}
.account_container_right_header>p {
    line-height: 28px;
    margin: 8px 0 20px;
    font-size: 18px;
    color: #323233;
}
.account_container_right_logo {
    margin: 68px 11px 0;
    height: 224px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 50%;
}
.account_container_right_logo>img {
    height: 224px;
}

.account_input_notice {
    position: absolute;
    display:none;
    right: 0;
    bottom: -22px;
    font-size: 14px;
    color: #d40000;
}
.account_input_warning {
    position: absolute;
    display:none;
    right: 0;
    bottom: -22px;
    font-size: 14px;
    color: #d40000;
}
.account_password_error {
    position: absolute;
    display:none;
    right: 0;
    bottom: -22px;
    font-size: 14px;
    color: #d40000;
}

/***********************底部版权*******************/
.footer {
    width: 100vw;
    bottom: 40px;
}
.footer {
    text-align: center;
    position: fixed;
    color: #999;
    width: 100%;
    bottom: 30px;
    left: 0;
    margin-top: 50px;
}
.footer .copyright {
    font-size:12px;
    line-height: 12px;
}
.footer .copyright a {
    color: #999;
}
/*=====================以下部分是yanzhengma====================*/
.verification{ display:none; }
.behavior-captcha.pop {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.behavior-captcha.pop:before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    left: 0;
    top: 0;
}
.behavior-captcha.pop .slide-box {
    width: 280px;
    background: #fff;
    z-index: 1;
    position: absolute;
    padding: 20px 18px 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    left: 50%;
    top: 50%;
    margin-left: -158px;
    margin-top: -157px;
    border-radius: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.behavior-captcha.pop .slide-box .close {
    float: right;
    cursor: pointer;
    color: #999;
    margin-top: 4px;
}
.zenticon {
    display: inline-block;
    speak: none;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    font-variant: normal;
    text-rendering: auto;
    text-decoration: inherit;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.behavior-captcha.pop .slide-box .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}


.block {
  position: absolute;
  left: 0;
  top: 0;
}
.sliderContainer {
  position: relative;
  text-align: center;
  width: 279px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
  font-size:13px;
  border-radius: 2px;
}

.sliderContainer_active .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #155bd4;
  border-radius: 2px;
}

.sliderContainer_active .sliderMask {
  height: 38px;
  border-width: 1px;
  border-radius: 2px;
}

.sliderContainer_success .slider {
  height: 38px;
  top: -1px;
  border: 1px solid rgb(0, 191, 86);
  background-color: rgb(0, 191, 86) !important;
}

.sliderContainer_success .sliderMask {
  height: 38px;
  border: 1px solid rgb(0, 191, 86);
  background-color: #D2F4EF;
}

.sliderContainer_success .sliderIcon {
  background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
  border-radius: 2px;
}

.sliderContainer_fail .sliderIcon {
  background-position: 0 -83px !important;
}
.sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #155bd4;
  background: #D1E9FE;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #155bd4;
  cursor: pointer;
  transition: background .2s linear;
  border-radius: 2px;
}

.slider:hover {
  background: #155bd4;
}

.slider:hover .sliderIcon {
  background-position: 0 -13px;
}

.sliderIcon {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 14px;
  height: 10px;
  background: url(/Content/images/icon_light.f13cff3.png) 0 -26px;
  background-size: 34px 471px;
  background-position: 0 -13px;
}

.refreshIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(/Content/images/icon_light.f13cff3.png) 0 -437px;
  background-size: 34px 471px;
}