/**
IE10 及以上input框会加上默认的X号，密码框会加上小眼睛
 */
::-ms-clear, ::-ms-reveal {
    display: none;
}

/**
搜狗浏览器下会给密码框加上小键盘图标
 */
input::-webkit-input-safebox-button {
    display: none;
}

/* 登录、注册、找回密码共用样式 */
* {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.register .el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: rgba(245, 245, 245, 1);
}

html {
    height: 100%;
    min-height: 600px;
}

body {
    height: 100%;
    background: #fff url("../image/index_small_bgd.png") no-repeat;
    background-size: 100% 100%;
    font-family: Branding SF Semibold, "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

[v-cloak] {
    display: none;
}

a {
    text-decoration: none;
}

.common_font {
    font-size: 16px;
}

.clearPadding {
    padding: 0 !important;
}

.agreeAndRegister {
    margin-bottom: 30px;
    width: 70%;
    height: 35px;
    border-radius: 2px;
}

.agreeAndRegister-no {
    background-color: #7F7F7F !important;
}

.resetPassword {
    width: 70%;
    height: 35px;
    border-radius: 2px;
    margin: 20px 0 40px 0;
}

.salve_font {
    font-size: 14px;
}

#salve_font_forgot {
    color: rgba(0, 0, 0, 1);
    font-style: italic;
    text-decoration: underline;
    font-family: DengXian;
    height: 15px;
    font-size: 15px;
}

.registerMain, forgotMain {
    width: 55%;
}

.content {
    width: 30%;
    margin: 5% auto auto auto;
    padding: 0 30px 0 30px;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 5px
}

#login_content {
    width: 31%;
    min-width: 400px;
    max-width: 600px;
    margin: auto;
    display: flex;
}

#login_content .content {
    width: auto;
    margin: 0;
    padding: 0 30px 0 30px;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 5px;
    flex: 1;
}

.register {
    width: 55% !important;
    min-width: 600px;
    max-width: 1000px;
    border-bottom-right-radius: 0;
}

.register .confirmAgreement {
    margin-bottom: 20px;
    margin-top: -10px;
}

.language .el-col {
    text-align: right;
    cursor: pointer;
}

.language a {
    padding: 0 3px 3px 3px;
}

.language .active {
    color: rgba(120, 0, 224, 1);
}

.language .inactive {
    border-bottom: none;
    color: rgba(255, 255, 255, 1);
}

.logo {
    text-align: center;
}

.logo_img {
    width: 80px;
}

.logo_text {
    font-size: 20px;
    font-family: Segoe Script;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: center;
}

.passwordLogo {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

.passwordLeftLogo {
    cursor: pointer;
    width: 30px;
    height: 18px;
    margin: 5px;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-form-item__error {
    font-size: 14px;
    color: rgba(154, 51, 36, 1) !important;
    white-space: nowrap;
}

.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus, .el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {
    border-color: #9A3324
}

.el-icon-view:before {
    font-size: 20px;
    color: black;
}

.el-input__suffix {
    padding-right: 3%;
}

input[type=text], input[type=password] {
    height: 36px !important;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(245, 245, 245, 1);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.el-input__inner {
    border: 1px solid #dcdfe6;
    background-color: transparent;
}

/**
 button
 */

button {
    width: 100%;
}

button span {
    color: white;
}

button.master span {
    color: white;
}

button.code {
    line-height: 8px !important;
    height: 34px !important;
    margin-top: 4px;
}

button.register {
    background-color: rgba(127, 127, 127, 1);
}

.el-button--primary {
    height: 36px;
    line-height: 14px;
}

.el-button--register {
    height: 36px;
    line-height: 14px;
}

.el-button--primary, .el-button--primary:focus, .el-button--primary:hover, .el-button--primary:visited {
    background-color: #9A3324;
    border: none;
    transition: transform;
}

.el-button--register, .el-button--register:focus, .el-button--register:hover, .el-button--register:visited {
    background-color: rgba(127, 127, 127, 1);
    border: none;
    transition: transform;
}

.el-button + .el-button {
    margin-left: 0;
}

.code, .code:hover, .code:focus {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(255, 69, 27, 1);
    border-radius: 4px;
    height: 42px;
}

/**
checkbox
 */

.el-checkbox__inner {
    border-color: #606266;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #606266;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #9A3324;
    border-color: #9A3324;
}

.el-checkbox__inner:hover {
    border-color: rgba(120, 0, 224, 1);
}

.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #606266;
}

.el-checkbox__label {
    padding-left: 5px;
    font-size: 0.8em;
}

.el-form-item.is-success .el-input__inner, .el-form-item.is-success .el-input__inner:focus, .el-form-item.is-success .el-textarea__inner, .el-form-item.is-success .el-textarea__inner:focus {
    border-color: #dcdfe6;
}

.confirmAgreement .el-checkbox {
    margin-right: 0;
}

/**
去除Chrome自带的input样式
 */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.eye_ctrl .el-input__suffix {
    line-height: 3;
}

.eye_ctrl .el-input__suffix {
    line-height: 3;
}

/**
去除Edge,IE11自带的样式
 */
input::-ms-clear, input::-ms-reveal {
    display: none;
}

/**
登录页面
 */
#loginButton {
    width: 100%;
    height: 35px;
    background: #9A3324;
    border-radius: 17px;
}

#showCode {
    width: 90%;
    float: right;
    height: 35px;
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(192, 1, 1, 1);
    border-radius: 8px;
}

#hideCode {
    width: 90%;
    float: right;
    height: 35px;
    background: rgba(245, 245, 245, 1);
    border: 2px solid rgba(192, 1, 1, 1);
    border-radius: 8px;
}

#sendCode {
    color: rgba(192, 1, 1, 1);
    font-size: 15px;
}

#sendTime {
    color: rgba(192, 1, 1, 1);
    font-size: 15px;
}

#registerButton {
    width: 100%;
    height: 35px;
    background: rgba(136, 136, 136, 1);
    border-radius: 17px;
}

.app_area {
    width: 160px;
    position: absolute;
    left: 50px;
    bottom: 50px
}

.app_col {
    background-color: white
}

.app_col img {
    padding: 15px 15px 0 15px;
}

.app_col span {
    display: block;
    padding-bottom: 6px
}

.el-button {
    padding: 0;
}

.el-icon-loading {
    font-size: 16px;
    line-height: 16px;
    color: white;
}

.login_head_left1 {
    margin-top: 2px;
    text-align: right;
    display: inline;
    width: 200px;
    position: absolute;
    right: 65.6%;
    height: 50%;
}

.login_head_left2 {
    margin-top: 2px;
    text-align: left;
    display: inline;
    width: 200px;
    position: absolute;
    left: 35.6%;
    height: 50%;
}

.login_head_left_mid {
    margin-top: 2px;
    text-align: center;
    display: inline;
    width: 20px;
    position: absolute;
    right: 64.4%;
    height: 50%;
}

.login_head_right1 {
    margin-top: 2px;
    text-align: right;
    display: inline;
    width: 200px;
    position: absolute;
    right: 35.6%;
    height: 50%;
}

.login_head_right2 {
    margin-top: 2px;
    text-align: left;
    display: inline;
    width: 200px;
    position: absolute;
    left: 65.5%;
    height: 50%;
}

.login_head_right_mid {
    margin-top: 2px;
    text-align: center;
    display: inline;
    width: 20px;
    position: absolute;
    right: 34.2%;
    height: 50%;
}

.demo_account {
    color: rgba(120, 0, 224, 1);
}

.version {
    padding-top: 5px;
    padding-bottom: 20px;
}

.version div {
    font-size: 11px;
    text-align: right;
}

.login_error {
    height: 26px;
    width: 100%;
    font-size: 13px;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 3px;
    display: inline-flex;
}

.login_error_on {
    background: rgba(255, 238, 231, 1);
}

.login_error_img, .login_error_info {
    display: block;
    line-height: 1;
}

.login_error_img {
    width: 25px;
    height: 100%;
    padding: 0 5px;
}

#row_button1 {
    margin-top: 20px
}

#row_button2 {
    margin-top: 15px;
}

#href_forgot {
    float: right;
}

.index_head {
    display: inline-flex;
    width: 100%;
    padding: 1px 0 2px 0;
    background: rgba(51, 51, 51, 1);
}

.index_head > div {
    color: white;
}

.index_head a {
    color: white;
}

.index_head > div:first-child {
    width: 40%;
    text-align: right;
    margin-right: 15%;
}

.high_light {
    color: rgba(120, 0, 224, 1) !important;
}

.index_bottom {
    padding-top: 10px;
    padding-bottom: 12px;
    width: 100%;
    background-color: white;
}

.index_bottom > div {
    text-align: center;
}

.footerFont {
    color: rgba(0, 0, 0, 1);
    font-size: 4px;
    font-weight: 400;
    font-family: Branding SF Semibold;
    vertical-align: top;
    width: 100px;
    padding-left: 10px;
    margin-left: -120px;
    display: inline-block;
}

.footerSize {
    font-size: 14px;
    line-height: 22px;
    color: rgba(153, 153, 153, 1);
    text-align: center;
}

.footerImg {
    display: block;
    margin: auto;
    width: 120px;
    height: auto;
    display: inline-block;
}

.registerTip {
    font-size: 14px;
    padding: 1.4% 0 0 2.5%;
}

.agreement {
    font-weight: bold;
    color: rgb(62, 126, 186);
    cursor: pointer;
}

.returnToLogin {
    width: 125px;
    height: 115px;
    right: 0;
    bottom: 0;
    position: absolute;
}

.href_login_right {
    right: 0;
    bottom: 0;
    width: 125px;
    height: 115px;
    position: absolute;
    background-image: url("../image/register/href_login_right.png");
    background-size: 130px 120px;
}

.href_login_left {
    right: 0;
    bottom: 0;
    width: 125px;
    height: 115px;
    position: absolute;
    background-image: url("../image/register/href_login_left.png");
    background-size: 130px 120px;
}

.turn_left {
    top: 15px;
    left: 25px;
    position: absolute;
}

.turn_left img {
    width: 30px;
}

.href_back {
    top: 70px;
    left: 30px;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    height: 12px;
    position: absolute;
    z-index: 1;
    width: 95px;
}

.href_back a {
    text-align: center;
    font-weight: bold;
}

.font_space > input {
    letter-spacing: -1px;
}