﻿@charset "utf-8";

/*header*/
#container,
.sections,
.section {
    /*必须，兼容，在浏览器不支持transform属性时，通过改变top/left完成滑动动画*/
    position: relative;
    /*必须，关系到单个page能否全屏显示*/
    height: 100%;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.inline-block {
    display: inline-block !important;
}

.bottom-forget-pws,
.ukey-btn {
    display: inline-block;
}

.section {
    /*有背景图时必须，关系到背景图能够全屏显示*/
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
}

.pages {
    position: fixed;
    left: 10px;
    top: 40%;
    list-style: none;
}

.pages li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 15px 0 0 7px;
    cursor: pointer;
}

.pages li.active {
    background: #ccc;
}

#bodyPage {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#bodyPage img.bg:not(:first-child) {
    display: none;
}

img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* display: none; */
}

.wh-login-well.in-center {
    right: 50%;
    /* margin-left: 185px; */
    /* right: auto; */
    transform: translate(50%, -50%);
    top: 50%;
    width: 380px;
}

.wh-header {
    width: 100%;
}

.wh-login-tools {
    margin-right: 80px;
    margin-top: 50px;
    height: 30px;
    line-height: 30px;
}

.wh-login-tools a {
    display: inline-block;
    color: #fff;
    line-height: 18px;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}

.wh-login-tools a span {
    padding-right: 4px;
}

.wh-login-tools a i {
    font-size: 14px;
    color: #fff;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}

.wh-login-tools a:hover {
    text-decoration: none;
    color: #ccc;
}

.wh-login-tools a.open {
    text-decoration: none;
    color: #fff;
}

.wh-login-tools a.open i {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -moz-transform: rotate(-180deg);
    /* Firefox */
    -webkit-transform: rotate(-180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-180deg);
    /* Opera */
}

.language {
    color: #fff;
    padding-left: 5px;
}

/*main*/
.wh-body-main {
    height: 100%;
}

.wh-logo {
    position: absolute;
    left: 80px;
    top: 50px;
    font-size: 22px;
    color: #fff;
}

.wh-logo img {
    max-height: 55px;
    vertical-align: middle;
}

.wh-logo span {
    vertical-align: middle;
    text-shadow: 0px 0px 5px #333;
}

.wh-login-well {
    position: absolute;
    right: 10%;
    /* top: 25%; */
    /* background: rgba(0, 0, 0, 0.4); */
    transform: translateY(-50%);
    top: 50%;
    border-radius: 2px;
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
     */
    /* opacity: .96; */
}

.wh-login-type-toggle {
    /* width: 100%; */
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1;
}

.wh-login-type-bottom .rember-psw,
.wh-login-type-bottom .login-forget-pws,
.wh-login-type-bottom .login-scan-code,
.wh-login-type-bottom .check-label span.iconfont,
.wh-login-type-bottom .check-label span.iconfont i {
    color: #fff;
}

.rember-psw,
.login-forget-pws,
.login-scan-code {
    font-size: 14px;
    color: #fff;
    margin-left: 25px;
    cursor: pointer;
}

.login-scan-code .icon-code {
    margin-right: 5px;
}

.help-icon,
.language-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-bottom;
}

.wh-login-tools .help-icon {
    background: url("../images/help.png") no-repeat 0;
    background-size: 100% 100%;
}

.wh-login-tools .language-icon {
    background: url("../images/languages.png") no-repeat;
    background-size: 100% 100%;
}

.wh-login-type-toggle li {
    float: left;
    width: 50%;
    *width: 49%;
    height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -ms-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
}

.wh-login-type-toggle li a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
}

.wh-login-type-toggle li a:hover {
    text-decoration: none;
}

.wh-login-type-toggle li.active {
    background: transparent;
}

.wh-login-box {
    padding: 40px;
    /* display: none; */
    width: 380px;
    border-radius: 2px;
    /* visibility: hidden; */
    /* position: absolute; */
    /* right: 0; */
    background: rgba(0, 0, 0, 0.4);
}

.form-msg {
    margin: 5px 0;
    line-height: 20px;
    width: 100%;
}

.form-msg p {
    color: #d9534f;
    /* padding: 2px 5px; */
    padding-left: 3px;
    background: #fde3e3;
    border-radius: 2px;
}

.form-msg p .icon-warning {
    font-size: 12px;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-group-validate {
    margin-bottom: 10px;
    zoom: 1;
}

.form-group input {
    font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    height: 40px;
    line-height: 38px;
    border: none;
    padding-right: 26px;
    font-size: 16px;
    padding-left: 44px;
    filter: none;
}

/* 前台登录页密码输入框右侧有眼睛和清除按钮 */
.form-group input[name="password"] {
    padding-right: 56px;
}

.form-group input[type="checkbox"] {
    height: auto;
    line-height: auto;
    display: none;
}

.form-group input.form-type-transparent {
    background: transparent !important;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
}

.wh-login-type-bottom-form .form-group input {
    width: 280px;
    background-color: #fff !important;
}

.form-group span.iconfont.wh-right-line {
    position: absolute;
    top: 1px;
    left: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #d2d2d2;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}

.form-group:hover>span.iconfont {
    color: #808080;
}

.form-group .form-type-transparent.validate {
    width: 180px;
    float: left;
}

.form-group img {
    height: 40px;
    border-radius: 2px;
    width: 100px;
    margin: 0 0 0 10px;
}

.wh-login-type-bottom-form .form-group img {
    height: 40px;
    border-radius: 0px;
    width: 85px;
    position: absolute;
    right: 0px;
    top: 0;
}

.check-label,
.pwd-reset,
.avatar-check-label {
    cursor: pointer;
    line-height: 18px;
    color: #fff;
}

.check-label input,
.avatar-check-label input {
    visibility: hidden;
    padding-right: 8px;
    margin-left: 2px;
}

.check-label span.iconfont,
.avatar-check-label span.iconfont {
    position: absolute;
    top: 0;
    left: 2px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}

.check-label span.iconfont i,
.avatar-check-label span.iconfont i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    opacity: 1;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}

.unchecked span.iconfont i {
    opacity: 0;
}

.wh-login-sbtn {
    display: block;
    width: 100%;
    /* background: #c53a2d; */
    background: #4097e8;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 40px;
    text-align: center;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -ms-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 22px;
}

.wh-login-type-bottom-form .wh-login-sbtn {
    display: inline-block;
    border-radius: 0 2px 2px 0;
    width: auto;
    position: relative;
    left: -25px;
    top: 11px;
    width: 100px;
}

.wh-login-sbtn:hover {
    background: #46afff;
    filter: brightness(0.9);
}


.wh-login-tdCode {
    margin: 15px 10px 5px 10px;
    text-align: center;
}

.wh-eCode-img {
    margin: 0 auto;
    width: 158px;
    height: 158px;
    position: relative;
    top: 15px;
    background-size: contain;
}

.scanning-text {
    margin-top: 18px;
    display: inline-block;
    -webkit-background-size: 22px;
    background-size: 22px;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 13px;
}

.wh-login-refreshBg {
    width: 100%;
    position: absolute;
    background: #fff;
    opacity: 0.9;
    height: 100%;
    top: 0;
    /* display: none; */
}

.wh-login-refresh {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    line-height: 1;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    /* display: none; */
}

.wh-login-refresh h5 {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 16px;
    color: #333;
}

.wh-login-refresh button {
    background-color: #4799e7;
    border-color: #4799e7;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}

.wh-login-line {
    width: 75px;
    height: 2px;
    margin: 0 auto;
    /* background-color: red; */
    /* 不支持线性的时候显示 */
    /* background-image: linear-gradient(to right, #d50000, #ffa700); */
    background-image: linear-gradient(to right, #4097e8, rgba(64, 151, 232, 0.3));
}

.form-group .iconfont.wh-right-line,
.form-group:hover .iconfont.wh-right-line {
    color: #fff;
}

.wh-right-line:after {
    content: "";
    height: 12px;
    background-color: #fff;
    width: 1px;
    margin-left: 6px;
    display: inline-block;
}

.form-group input.form-type-transparent:focus {
    box-shadow: none;
}

.form-group input.form-type-transparent::-webkit-input-placeholder {
    color: #fff;
}

.form-group .form-type-transparent.validate {
    width: calc(100% - 110px);
}

/* .wh-login-form-logo {
    display: none;
} */

.in-center .wh-login-form-logo {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.in-center .wh-login-form-logo img {
    margin-bottom: 16px;
}

.in-center .wh-login-form-logo .front-title {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}

.in-center .wh-login-form-title {
    display: none;
}

.wh-body input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;
    transition: background-color 50000s ease-in-out 0s;
}

.wh-login-type-bottom-form input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.wh-login-tools .icon-help {
    color: #fff;
    vertical-align: middle;
}

.wh-code-login,
.wh-pwd-login {
    width: 44px;
    height: 44px;
    display: block;
    /* position: absolute;
    right: 0px; */
    cursor: pointer;
}

/* .wh-pwd-login {
    display: none;
} */

.wh-code-login {
    background: url("../images/code.png");
}

.wh-pwd-login {
    background: url("../images/pwd.png");
}

.wh-login-type {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 10px;
}

.wh-login-img {
    position: relative;
    border: 1px solid #fff;
    height: 190px;
    width: 190px;
    margin: 0 auto;
    background: #fff;
}
.wh-login-center-title{
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
/* 登录-底部 */

/* 第二种登录方式 */
.wh-login-type-bottom {
    /* display: none; */
    width: 100%;
    text-align: center;
}

.wh-login-type-bottom .wh-login-form {
    position: absolute;
    bottom: 90px;
    width: 100%;
}

.wh-login-type-bottom .form-msg-code {
    display: inline-block;
    width: auto;
}

.wh-login-type-bottom-form .form-group span {
    position: absolute;
    top: 1px;
    left: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #d2d2d2;
}

.wh-login-type-bottom-form .wh-login-bottom-form {
    display: inline-block;
    filter: drop-shadow(0px 0px 3px #999);
    /* box-shadow: 0px 0px 3px #999; */
    margin-left: 20px;
}

.wh-login-type-bottom-form .wh-login-bottom-psw {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-shadow: 0 0 5px #000;
}

.wh-login-type-bottom-form .wh-login-bottom-psw .rember-psw {
    margin-left: 6px;
}

.wh-login-type-bottom-form .wh-login-bottom-psw div:first-child {
    float: left;
}

.wh-login-type-bottom-form .wh-login-bottom-psw div:last-child {
    float: right;
}

.wh-after-triangle .form-group {
    margin-bottom: 0;
    display: inline-block;
}

.wh-after-triangle .form-group:first-child input {
    border-radius: 3px;
}

.wh-after-triangle .form-group {
    margin-right: 20px;
}

.wh-after-triangle .form-group:after {
    content: " ";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -19px;
    top: 0;
}

.wh-after-triangle .form-group .wh-before-triangle1 {
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    left: -19px;
    top: 0;
}

.wh-after-triangle .form-group .wh-before-triangle2 {
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    position: absolute;
    left: -19px;
    top: 20px;
}

/* 第三种开方式-右侧 */
.wh-login-type-right {
    position: fixed;
    height: 100%;
    width: 380px;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
     */
    z-index: 20;
    display: table;
}

.wh-login-type-right .wh-login-type-toggle {
    left: 0;
}

.wh-login-type-right .wh-login-box {
    display: table-cell;
    vertical-align: middle;
    background: none;
    top: 25%;
}

.wh-login-type-right .wh-code-login,
.wh-login-type-right .wh-pwd-login {
    left: 0;
    top: 0;
}

.wh-login-type-right .wh-code-login {
    background: url("../images/code2.png");
}

.wh-login-type-right .wh-pwd-login {
    background: url("../images/pwd2.png");
}

/*footer*/
.wh-footer {
    width: 100%;
    z-index: 30;
}

.wh-footer-text {
    margin: 15px 0;
    color: #fff;
}

.wh-footer .wh-foot-right {
    position: fixed;
    /* right: 80px; */
    right: 60px;
    /* bottom: 50px; */
    bottom: 5%;
    z-index: 30;
}

.wh-header .wh-head-right {
    position: fixed;
    right: 80px;
    /* top: 60px; */
    top: 5%;
    z-index: 30;
}

.wh-right-language,.wh-right-theme,.wh-right-controls {
    background: rgba(0, 0, 0, 0.4);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
     */
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: 15px;
    display: inline-block;
    cursor: pointer;
}

.wh-right-language .icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.foot-theme {
    cursor: pointer;
}

#footThemeBox {
    position: absolute;
    bottom: 40px;
    right: 0;
    padding: 5px;
    background: rgba(79, 79, 79, 0.4);
    border-radius: 3px;
    display: none;
}

#footThemeBox .wh-foot-theme {
    background: #fff;
    padding: 10px;
    color: #333;
    border-radius: 2px;
}

#footThemeBox .wh-foot-theme .wh-foot-theme-form,
#footThemeBox .wh-foot-theme .wh-foot-theme-bg {
    display: flex;
	display: -moz-box;
	/* Firefox */
	display: -ms-flexbox;
	/* IE10 */
	display: -webkit-box;
	/* Safari */
	display: -webkit-flex;
	/* Chrome, WebKit */
	display: box;
	display: flexbox;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    white-space: nowrap
}

#footThemeBox .wh-foot-theme .wh-foot-theme-bg {
    border: 1px solid #bbb;
    border-radius: 2px;
    margin-top: 10px;
    padding: 5px 0 5px 5px;
}

#footThemeBox .wh-foot-theme .wh-foot-theme-bg .wh-foot-theme-bg-item {
    border-radius: 2px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    background: #ebebeb;
    margin-right: 5px;
}

#footThemeBox .wh-foot-theme .wh-foot-theme-form .wh-foot-theme-input {
    width: 50px;
    border-radius: 3px;
    border: 1px solid #bbb;
    height: 26px;
    padding: 5px;
}

.form-group-validate {
    display: none;
}

.language-select {
    color: #fff;
    background: transparent;
    border: 0;
}

.language-select option {
    color: #333;
}

.forget-password {
    float: right;
    font-size: 14px;
    line-height: 18px;
}

.wh-login-after::after {
    content: "：";
}

.zh-cn .English,
.English {
    display: none;
}

.en_US .China {
    display: none;
}

.en_US .English {
    display: inline-block;
}

/* 初始时不显示默认（解决刷新时先显示默认再显示设置问题） */
/* .wh-login-type-center,
.wh-login-type-bottom,
.wh-login-type-right {
    display: none;
} */

/* ie10 */
.ie10 .wh-reset-step-content #showPassWord {
    border: none;
}

/* ie8 */
.ie8 .check-label span.icon-check,
.ie8 .avatar-check-label span.icon-check {
    display: none;
}

.ie8 .check-label #rememberMe {
    visibility: visible
}

.ie8 .rember-psw {
    margin-left: 0;
}

/* 头像登录开始 */
.wh-avatar-login .avatar-body {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 40px;
}

.wh-avatar-login .avatar-body .avatar-msg {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.wh-avatar-login .avatar-body .avatar-img {
    background-color: rgba(255, 255, 255, 0.2);
    width: 126px;
    height: 126px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    cursor: pointer;
}

.wh-avatar-login .avatar-body .avatar-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: relative;
    /* top: 3px; */
    top: 50%;
    transform: translateY(-50%);
}

.wh-avatar-login .wh-avatar-login-btn {
    cursor: pointer;
    line-height: 18px;
    color: #fff;
}

.wh-avatar-login .avatar-body p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.wh-login-type-right .wh-avatar-login .avatar-body .avatar-img {
    width: 106px;
    height: 106px;
}

.wh-login-type-right .wh-avatar-login .avatar-body .avatar-img img {
    width: 100px;
    height: 100px;
}
/* 头像登录结束 */

/* 控件下载开始 */
.ez-control {
    padding-bottom: 65px;
    height: 100%;
    position: relative;
}

.ez-control .ez-control-body{
    padding: 20px 32px;
    overflow: auto;
    position: relative;
    min-height: 320px;
    height: 100%;
}

.ez-control .ez-control-list:not(:last-child) {
    margin-bottom: 20px;
}

.ez-control .ez-control-list .ez-control-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}

.ez-control .ez-control-list ul li {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: rgba(64, 151, 232, 0.06);
}

.ez-control .ez-control-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.ez-control .ez-control-list li .title {
    float: left;
    width: 38%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
}

.ez-control .ez-control-list li .explanation {
    float: left;
    width: 44%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.ez-control .ez-control-list li .download {
    float: right;
    width: 9%;
    text-align: right;
}

.ez-control .ez-control-list li .download span {
    cursor: pointer;
}

.ez-control .ez-control-list li .check {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 8px;
    /* margin-bottom: 3px;
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle; */
}

.ez-control .ez-control-list li .check.check-circle {
    border-radius: 50%;
    border: 1px solid #89be76 !important;
    background: #89be76 !important;
    margin-left: 8px;
    width: 17px;
    height: 17px;
}

.ez-control .ez-control-list li .check.check-circle i {
    display: block;
}

.ez-control .ez-control-list li .wps-title {
    float: left;
}

.ez-control .check {
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    float: left;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.ez-control .unchecked.control-bg-color.control-border-color{
    border: 1px solid #d9d9d9 !important;
    background-color: #fff !important;
}

.ez-control .check i {
    display: none;
}

.ez-control .checked {
    background-color: #4097e8;
}

.ez-control .checked i {
    display: block;
}

.ie .ez-control .icon-checked {
    top: -1px;
}
.ez-control .icon-checked {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
}

.ez-control .ez-control-footer {
    height: 65px;
    line-height: 65px;
    position: absolute;
    background-color: #F8F8F8;
    width: 100%;
    bottom: 0px;
    padding: 0px 32px;
}

.ez-control .ez-control-footer .check {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 8px;
}

.ez-control .ez-control-footer .btn {
    float: right;
}

.ez-control .ez-control-footer label:first-child {
    font-size: 14px;
    cursor: pointer;
}

.ez-control .ez-control-footer .btn-batch-down {
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}

.ez-control .control-color {
    color: #4097e8;
}

.ez-control .control-bg-color {
    background-color: #4097e8;
}

.ez-control .control-border-color {
    border-color: #4097e8;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
}

.ez-control .loading {
    position: absolute;
    top: 38%;
    left: 42%;
}

.ez-control .loading .loading-text {
    font-size: 14px;
    vertical-align: top;
}

.sk-circle.sk-circle-sm{
    width: 20px ;
    height: 20px ;
  }
  .sk-circle {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #3280FC;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }
  
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }
  
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }
  
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }
  
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
  
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
  
  @-webkit-keyframes sk-circleBounceDelay {
  
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .sk-grey.sk-circle .sk-child:before {
    background: #ddd;
  }
  
  @keyframes sk-circleBounceDelay {
  
    0%,
    80%,
    100% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  
    40% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
/* 控件下载结束 */

/* 暂无数据开始 */
.ez-no-data {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -70px;
    text-align: center;
  }
  .ez-no-data.pos-r {
    position: relative;
    margin-top: 0;
  }
  .ez-no-data > i {
    font-size: 96px;
    color: #ddd;
  }
  .ez-no-data > p {
    color: #bfbfbf;
  }
  .portal-appearance .ez-no-data > p {
    margin-top: -8px;
  }
  .no-news .ez-no-data > p {
    margin-top: 0;
  }
  .ez-no-data .icon {
    width: 100px;
    padding: 0;
    margin-bottom: 0;
    height: 100px;
  }
  /* 暂无数据结束 */

  /* 登录密码输入框删除图标开始 */
  .wh-login-pws-group {
      position: relative;
  }
  .wh-login-pws-group>.icon-clear,
  .wh-login-pws-group>.icon-eye,
  .wh-login-pws-group>.icon-eye-close {
    position: absolute;
    right: 5px;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #d2d2d2;
    /* display: none; */
    cursor: pointer;
  }
  .wh-login-pws-group>.icon-eye-close.hide + .icon-clear {
      right: 5px;
  }
  .wh-login-pws-group>.icon-clear {
    right: 32px;
  }
  .wh-login-bottom-form .form-group:hover .icon-clear,
  .wh-login-bottom-form .form-group:hover .icon-eye,
  .wh-login-bottom-form .form-group:hover .icon-eye-close {
    color: #808080;
  }
  .form-group:hover .icon-clear,
  .form-group:hover .icon-eye,
  .form-group:hover .icon-eye-close {
    color: #fff;
  }
  /* 登录密码输入框删除图标结束 */

  /* ie浏览器下输入框阴影开始 */
  .ie .wh-after-triangle .form-group {
      box-shadow: 0 0 5px #999;
  }
  .ie .wh-after-triangle .ie-before-shadow::before {
    content: "";
    width: 23px;
    height: 40px;
    position: absolute;
    right: -23px;
    box-shadow: 5px 0 5px #999;
    background-color: rgba(153, 153, 153, 0.5);
  }
  .ie .wh-after-triangle .wh-login-sbtn {
      box-shadow: 0 0 5px #999;
  }
  .ie .login-white .wh-after-triangle .ie-before-shadow::before {
    background-color: inherit;
  }
  /* ie浏览器下输入框阴影结束 */

  /* ie浏览器 消除输入框有图标X的功能 */
  input::-ms-clear{display: none;}  
  /* ie浏览器 消除密码输入框有图标查看密码的功能 */
  input::-ms-reveal{display: none;} 


  .wh-login-box.wh-pwd-box {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
  }

  .wh-login-type-center .wh-login-box.wh-pwd-box {
      height: 100%;
  }

  .opacity-hide {
      opacity: 0;
  }

   .wh-pwd-box.opacity-hide {
       display: none;
   }

/* 纯白磨砂背景----------------开始 */

.login-white .wh-pwd-box.opacity-hide {
    display: block;
}

.login-white .wh-login-type-right .wh-login-form-logo img {
    max-width: 300px;
    max-height: 300px;
}

.login-white .wh-login-type-right .wh-login-box.wh-pwd-box {
    top: 0;
    transform: translateY(50%);
}

.login-white .wh-login-box.wh-code-box.opacity-hide {
    min-height: 470px;
}

.login-white .wh-login-type-right .wh-pwd-box {
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}

.login-white .wh-pwd-box {
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    -webkit-transition: all 0.25s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 1;
}

.login-white .wh-login-type-right .wh-pwd-box.opacity-hide {
    -webkit-transform: translate(40%, -40%) scale(0.2);
    -ms-transform: translate(40%, -40%) scale(0.2);
    transform: translate(40%, -40%) scale(0.2);
}

.login-white .wh-pwd-box.opacity-hide {
    -webkit-transform: translate(40%, -90%) scale(0.2);
    -ms-transform: translate(40%, -90%) scale(0.2);
    transform: translate(40%, -90%) scale(0.2);
    opacity: 0;
}

.login-white .wh-login-type-right .wh-pwd-box {
    -webkit-transform: translate(0, 50%) scale(1);
    -ms-transform: translate(0, 50%) scale(1);
    transform: translate(0, 50%) scale(1);
}

.login-white .wh-login-type-right .wh-pwd-box.opacity-hide {
    -webkit-transform: translate(200ox, -50%) scale(0);
    -ms-transform: translate(200px, -50%) scale(0);
    transform: translate(200px, -50%) scale(0);
}

.login-white .wh-login-type-bottom .opacity-hide {
    animation: toHide 0.8s 0.1s;
    -webkit-animation: toHide 0.8s 0.1s;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
    z-index: -1;
}

.login-white .wh-login-type-bottom .opacity-show {
    animation: toShow 0.8s 0.1s;
    -webkit-animation: toShow 0.8s 0.1s;
    animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
}

 .wh-login-type-bottom .opacity-show,
 .wh-login-type-bottom .wh-login-well.opacity-show {
     opacity: 1;
 }

.wh-login-type-bottom .wh-login-well {
    opacity: 0;
}

@keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes toShow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes toHide {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes toHide {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

/* 登录框位置靠右----------------开始 */
.login-white .wh-login-type-right {
    width: 422px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 6px 43px 0px rgba(143, 143, 143, 0.26);
}

.login-white .wh-login-type-right .wh-login-type-toggle.right {
    padding: 10px;
    display: block;
    font-size: 50px;
    line-height: 1;
    color: #0287EE;
    right: 0;
    left: auto;
}

.wh-login-type-right .wh-login-type-toggle.right {
    display: none;
}

.login-white .wh-login-type-right .wh-login-type-toggle.left {
    display: none;
}

.login-white .wh-login-type-right .wh-login-type-toggle.right .iconfont { 
    font-size: 50px;
    /* float: right; */
    cursor: pointer;
}

.login-white .wh-login-type-right .wh-login-box {
    width: 100%;
    padding: 0 64px;
}

.login-white .wh-login-type-right .wh-login-type {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 34px;
}

/* .login-white .wh-login-type-right .wh-login-pws-group>i.icon-clear {
    top: 50px;
} */

/* 登录框位置靠右----------------结束 */

/* 登录框位置居中、居右----------------开始 */

.login-white .wh-login-type-center .wh-login-box {
    width: 100%;
    background: none;
    padding: 50px;
    height: inherit;
    /* border-radius: 8px; */
    /* box-shadow: 0px 6px 43px 0px rgba(143, 143, 143, 0.26); */
}

/* .login-white .wh-login-type-center .wh-login-form {
    margin: 10px 0;
} */

.login-white .wh-login-well.in-center {
    width: 422px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 6px 43px 0px rgba(143, 143, 143, 0.26);
    border-radius: 8px;
}

.login-white .wh-login-well {
    /* opacity: 1; */
    width: 422px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 6px 43px 0px rgba(143, 143, 143, 0.26);
    border-radius: 8px;
}

.login-white .wh-login-type-center .wh-login-type-toggle.left {
    display: none;
}

.login-white .wh-login-type-center .wh-login-type-toggle.right {
    padding: 10px;
    display: block;
    font-size: 50px;
    line-height: 1;
    color: #0287EE;
}

.login-white .wh-login-type-center .wh-login-type-toggle.right .iconfont {
    font-size: 50px;
    cursor: pointer;
}

.wh-login-type-center .wh-login-type-toggle.right {
    display: none;
}

.login-white .wh-login-type-center .wh-login-type {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.login-white .wh-login-center-title {
    font-size: 18px;
    color: #999;
}

.login-white .wh-login-type-center .wh-login-img {
    margin-top: 13px;
}

/* .login-white .wh-login-type-center .wh-login-tdCode {
    margin-bottom: 30px;
} */

/* .login-white .wh-login-type-center .wh-login-pws-group>i.icon-clear {
    top: 50px;
} */

.login-white .in-center .wh-login-form-logo img {
    margin-bottom: 0;
}

/* 登录框位置居中、居右----------------结束 */

/* 登录框位置靠下----------------开始 */

.login-white .wh-after-triangle .form-group:after {
    content: none;
}

.login-white .wh-after-triangle .form-group .wh-before-triangle1,
.login-white .wh-after-triangle .form-group .wh-before-triangle2,
.login-white .wh-login-type-bottom-form .form-group span {
    display: none;
}

.login-white .wh-login-type-bottom-form .wh-login-bottom-form {
    filter: none;
    margin: 0;
    margin-bottom: 14px;
}

.login-white .wh-after-triangle .form-group {
    margin: 0 10px 0 0 !important;
}

.login-white .wh-login-type-bottom-form .form-group input {
    width: 340px;
    box-shadow: 0px 1px 6px 0px rgba(143, 143, 143, 0.26);
}

.login-white .wh-login-type-bottom .wh-login-sbtn {
    margin-top: 0;
    height: 46px;
    left: 0;
    top: 0;
    width: 110px;
}

.login-white .wh-login-bottom-psw .bottom-code-pws {
    display: none !important;
}

.login-white .wh-login-type-bottom .bottom-code-pws.code-icon {
    display: inline-block;
    padding: 3px;
    background: #fff;
    margin-left: 10px;
    color: #a8a8a8;
    border-radius: 4px;
}

.wh-login-type-bottom .bottom-code-pws.code-icon {
    display: none;
}

.login-white .wh-login-type-bottom .bottom-code-pws.code-icon .iconfont {
    font-size: 40px;
    vertical-align: middle;
}

.login-white .wh-login-type-bottom-form .form-group img {
    width: 92px;
}

.login-white .wh-login-type-bottom-form .wh-login-bottom-psw {
    text-shadow: 0px 0px 3px #3F3F3F;
    padding: 0;
}

.login-white .wh-login-type-bottom .check-label,
.login-white .wh-login-type-bottom .login-forget-pws,
.login-white .wh-login-type-bottom .rember-psw,
.login-white .wh-login-type-bottom .check-label span.iconfont i {
    color: #fff;
}

.login-white .wh-login-type-bottom .wh-login-type-toggle.left {
    display: none;
}

.login-white .wh-login-type-bottom .wh-login-type-toggle.right {
    padding: 10px;
    display: block;
    font-size: 50px;
    line-height: 1;
    color: #0287EE;
}

.login-white .wh-login-type-bottom .wh-login-type-toggle.right .iconfont {
    font-size: 50px;
    cursor: pointer;
}

.wh-login-type-bottom .wh-login-type-toggle.right {
    display: none;
}

.login-white .wh-login-type-bottom .wh-login-type {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
}

.login-white .wh-login-type-bottom .wh-login-box {
    background: rgba(255, 255, 255, 0.96);
    width: 422px;
    background: rgba(255, 255, 255, 0.96);
    padding: 40px 50px;
    border-radius: 8px;
}

/* 登录框位置靠下----------------结束 */

/* 头像登录--------------开始 */

.login-white .wh-avatar-login .avatar-body .avatar-msg {
    display: none;
    /* color: #999; */
}
/* 单点登录 */
.applogin.login-white .wh-avatar-login .avatar-body .avatar-msg {
    display: block;
    color: #999;
}

.login-white .wh-avatar-login .avatar-body {
    margin: 26px 0;
}

.login-white .wh-avatar-login .form-group {
    display: none;
}
/* 单点登录 */
.applogin.login-white .wh-avatar-login .form-group {
    display: block;
}
.applogin.login-white .wh-avatar-login .wh-avatar-login-btn {
    color: #999;
}
.applogin.login-white .wh-login-form-logo,
.applogin.login-white .wh-avatar-login .wh-login-sbtn,
.applogin.login-white .wh-avatar-login .change {
    display: none;
}

.login-white .wh-avatar-login .avatar-body .form-msg {
    padding: 4px 0;
}

.login-white .wh-avatar-login .avatar-body .avatar-img {
    width: 140px;
    height: 140px;
    cursor: default;
    position: relative;
}

.login-white .wh-avatar-login .avatar-body .avatar-img .loading {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #0287EE;
    border-radius: 50%;
    border-bottom: transparent;
    border-right: transparent;
    animation: rotate 0.75s linear infinite;
    -webkit-animation: rotate 0.75s linear infinite;
}

.login-white .wh-avatar-login .avatar-body p.name {
    font-size: 14px;
    margin-top: 26px;
    font-weight: 400;
    color: #333;
}

.login-white .wh-avatar-login .change {
    text-align: center;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    display: block;
}

.login-white .wh-avatar-login .wh-login-sbtn {
    margin-top: 0;
    margin-bottom: 26px;
    display: block;
}

.wh-avatar-login .wh-login-sbtn,
.wh-avatar-login .change {
    display: none;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 头像登录---------------结束 */

.login-white .wh-login-form-title {
    display: none;
}

.wh-login-form-logo {
    display: none;
}

.login-white .wh-login-form-logo {
    display: block;
    text-align: center;
}

.login-white .wh-login-form-logo .front-title {
    font-size: 18px;
    color: #999;
    margin-top: 16px;
}

.login-white .form-msg {
    padding: 16px 0;
    margin: 0;
}

.login-white .wh-login-type-bottom .form-msg {
    padding: 22px 0;
}

.login-white .form-msg p {
    padding: 6px 10px;
    background: #FDE3E3;
    border-radius: 4px;
    font-size: 14px;
    color: #D9534F;
}

.form-msg p .iconfont {
    margin-right: 4px;
}

.login-white .form-group .wh-right-line {
    display: none !important;
}

.login-white .form-group .input-label {
    color: #666666;
    font-size: 16px;
    /* margin-bottom: 6px; */
    display: block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    /* transition: all .3s ease;
    -webkit-transition: .3s ease all; */
    transition: top .3s;
    -moz-transition: top .3s; /* Firefox 4 */
    -webkit-transition: top .3s; /* Safari 和 Chrome */
    -o-transition: top .3s; 
}

.login-white .form-group .input-label.top {
    top: 0;
    font-size: 12px;
    background: #FFF;
    padding: 0 3px;
    color: #0287EE;
}

/* .login-white .form-group .input-label.top:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    top: 5px;
    left: -3px;
    z-index: -1;
} */

/* .login-white .form-group.form-group-validate .input-label.top:after {
    width: 42px;
} */

.login-white .wh-login-type-bottom-form .form-group .input-label.top {
    top: -12px;
    left: 10px;
    font-size: 12px;
    color: #fff !important;
    text-shadow: 0px 0px 3px #3f3f3f;
    background-color: transparent;
}

/* .login-white .wh-login-type-bottom-form .form-group .input-label.top:after {
    display: none;
} */

.form-group .input-label {
    display: none;
}

.login-white .wh-login-box .form-group {
    margin-top: 36px !important;
    margin-bottom: 0 !important;
    width: 100%;
}

.login-white .wh-login-box .form-group.first {
    margin-top: 0 !important;
}

.login-white .wh-login-box .form-group.last {
    margin-top: 16px !important;
}

.login-white .form-group input[type='text'],
.login-white .form-group input[type='password'] {
    height: 46px;
    line-height: 46px;
    background: #FFFFFF !important;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    padding: 0 15px;
}

.login-white .form-group input[name='password'] {
    padding-right: 65px;
}

.login-white .form-group input[type='text']:focus,
.login-white .form-group input[type='password']:focus {
    border: 2px solid #0287EE;
    /* box-shadow: 0px 0px 5px 0px #43B9FF; */
}

.login-white .wh-body input:-webkit-autofill {
    -webkit-text-fill-color: #333 !important;
    caret-color: #333 !important;
    transition: background-color 50000s ease-in-out 0s;
}


.login-white .form-group input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

.login-white .form-group input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.login-white .form-group input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.login-white .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
}

.login-white .form-group img {
    height: 46px;
    margin-left: 20px;
}

.login-white .form-group .form-type-transparent.validate {
    width: calc(100% - 120px);
}

.login-white .check-label,
.login-white .pwd-reset,
.login-white .avatar-check-label,
.login-white .check-label span.iconfont i,
.login-white .avatar-check-label span.iconfont i,
.login-white .rember-psw,
.login-white .login-forget-pws,
.login-white .login-scan-code {
    color: #999999;
}

.login-white .wh-login-sbtn {
    margin-top: 42px;
    height: 52px;
    font-size: 20px;
    margin-bottom: 0;
    border-radius: 4px;
}

.login-white .wh-login-pws-group>.icon-eye-close,
.login-white .wh-login-pws-group>.icon-eye {
    right: 12px;
}
.login-white .wh-login-pws-group>.icon-clear {
    right: 40px;
}
.login-white .wh-login-pws-group>.icon-eye-close.hide + .icon-clear {
    right: 12px;
}

.login-white .form-group:hover .iconfont,
.login-white .wh-login-pws-group>.iconfont {
    color: #999;
}

.login-white .wh-login-tdCode {
    margin: 0 auto;
    width: 225px;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-white .wh-login-img {
    width: 225px;
    height: 225px;
}

.login-white .wh-eCode-img {
    width: 196px;
    height: 196px;
    top: 0;
    margin: 14px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: lighten;
}

.login-white .wh-login-refresh button,
.login-white .wh-login-sbtn {
    border-color: #0287EE;
    background: #0287EE;
}

.login-white .scanning-text {
    display: none;
}

.scanning-text-white {
    display: none;
}

.login-white .scanning-text-white {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.login-white .wh-logo {
    display: none;
}

.login-white .login-scan-opts {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 36px;
    font-size: 16px;
    color: #999999;
}

.login-white .login-scan-opts .line {
    margin: 0 15px;
}

.login-scan-opts {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.login-white .hover-333:hover {
    color: #333;
}

.login-white .wh-login-type-toggle.right .scale:hover {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/* 纯白磨砂背景----------------结束 */

/* 登录页按钮样式-圆形按钮 */
.btn-round {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 36px;
    cursor: pointer;
    font-size: 16px;
    background: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    position: relative;
}

.language-select-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 42px;
    background: rgba(0, 0, 0, 0.2);
    width: 90px;
    border-radius: 6px;
    text-align: center;
    padding: 5px 6px;
    display: none;
}

.language-select-hover {
    position: absolute;
    width: 36px;
    height: 48px;
    left: 0;
    top: 0;
    bottom: auto;
}

.wh-foot-right .language-select-hover {
    bottom: 0;
    top: auto;
}

.language-select .language-select-hover:hover + .language-select-list,
.language-select-list:hover {
    display: block;
}

.wh-foot-right .language-select-list {
    top: -92px;
}

.language-select-list li.active,
.language-select-list li:hover {
    background: rgba(0, 0, 0, .14);
    border-radius: 6px;
    width: 100%;
    text-align: center;
}

.language-select-list li:not(:first-of-type) {
    margin-top: 2px;
}
/* 黑白模式 */
html.grayfilter {
    filter: grayscale(100%);/*火狐*/
    -webkit-filter:grayscale(100%);/*chrome*/
    filter:gray; /*IE7-9*/
}

/* 短信快捷登录-------------------------------开始 */
.wh-login-sms-btn {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.login-white .wh-login-sms-btn {
    color: #0287EE;
    font-size: 16px;
    /* margin-top: 15px; */
}
.login-white .wh-login-form>.wh-login-sms-btn {
    margin-top: 15px;
}
.wh-login-sms .wh-login-getsms {
    position: absolute;
    color: #FFF;
    right: 0px;
    top: 10px;
    font-size: 14px;
    cursor: pointer;
}
.wh-login-sms .wh-login-sms-title {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #FFF;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.wh-login-sms .wh-login-sms-title .title {
    font-size: 20px;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wh-login-sms .wh-login-sms-title .wh-login-sms-btn.acc {
    font-size: 16px;
}
.wh-login-sms .wh-login-sms-title .wh-login-sms-btn.acc span:first-child{
    margin-right: 8px;
}
.login-white .wh-login-sms .wh-login-sms-title {
    color: #333;
    margin-bottom: 24px;
}

.login-white .wh-login-sms .wh-login-getsms {
    color: #0287EE;
    border: 1px solid #0287EE;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    padding: 0 15px;
    top: 0px;
    right: -1px;
}
.login-white .wh-login-sms .wh-login-smsno-group input[type="password"]{
    width: calc(100% - 120px);
}
.wh-login-bottom-form .wh-login-sms-btn {
    display: inline-block;
    margin-left: 10px;
}
.wh-login-bottom-form .wh-login-account,
.wh-login-bottom-form .wh-login-sms {
    display: inline-block;
}

.wh-login-bottom-form .wh-login-sms .wh-login-sms-title {
    display: block;
    text-align: left;
    margin-left: 0;
    margin-bottom: 24px;
    text-shadow: 0 0 5px #000;
    color: #FFF;
}
.wh-login-bottom-form .wh-login-sms .wh-login-sms-btn.acc {
    color: #FFF;
    margin-left: 0px;
}
.wh-login-bottom-form .wh-login-sms .wh-login-getsms {
    right: 0;
    left: auto;
    top: 0;
    width: fit-content;
    padding: 0 10px;
    background: #fff;
    color: #4097e8;
}
.login-white .wh-login-bottom-form .wh-login-sms .wh-login-getsms {
    display: inline-block;
    border: none;
    background: transparent;
}
.wh-login-box.wh-code-box .wh-login-sms {
    margin: 25px 0;
}
.wh-login-sms input[type="password"] {
    padding-right: 95px;
}
.login-white .wh-login-bottom-form .wh-login-sms input[type="password"] {
    padding-right: 115px;
}
.login-white .wh-login-sms input[type="password"]{
    padding-right: 15px;
}
/* 短信快捷登录-------------------------------结束 */

/* 拖拽验证-----------------------开始 */
.form-group-drag {
    position: relative;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    display: none !important;
}
.current.drag-validate .form-group-drag {
    display: block !important;
}
.current.drag-validate .wh-after-triangle .form-group-drag {
    display: inline-block !important;
}
.form-group-drag .drag-driver {
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #fff;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 1px solid #C8C8C8;
}
.form-group-drag.left .drag-driver {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}
.form-group-drag.right .drag-driver {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
}
.form-group-drag.right .drag-driver i {
    background: #77C42E;
    border-radius: 50%;
    color: #FFF !important;
}
.form-group-drag .drag-msg {
    height: 40px;
    line-height: 40px;
    border: 1px solid #C8C8C8;
    background: #DDDDDD;
    text-align: center;
    border-radius: 3px;
    padding-left: 48px;
}
.form-group-drag.right .drag-msg {
    padding-right: 48px;
    padding-left: 0;
    background: #77C42E;
    color: #FFF;
}
.form-group-drag .drag-success {
    position: absolute;
    width: 0;
    height: 40px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #77C42E;
    border: 1px solid #C8C8C8;
    border-right: none;
}
.form-group-drag.left .drag-success {
    border: none;
}
.form-group-drag.right .drag-success {
    display: none;
}
.form-group-drag.right .drag-driver i::before {
    content: "\e668" !important;
}
.login-white .form-group-drag .drag-driver,
.login-white .form-group-drag .drag-msg,
.login-white .form-group-drag .drag-success {
    height: 46px;
    line-height: 42px;
}
/* .login-white .form-group-drag .drag-msg {
    width: 340px;
} */
.wh-login-type-bottom .form-group-drag {
    width: 280px;
}
.wh-login-type-bottom .form-group-drag::after {
    display: none;
}
body>div:not(.login-white) .wh-login-type-bottom .form-group-drag .drag-driver,
body>div:not(.login-white) .wh-login-type-bottom .form-group-drag .drag-msg {
    line-height: 37px;
}
.wh-login-type-bottom .wh-after-triangle .form-group.form-group-drag {
    margin-right: 25px;
}
.wh-login-type-bottom.drag-validate .wh-after-triangle .form-group.wh-login-pws-group {
    margin-right: 0;
}
.wh-login-type-bottom.drag-validate .wh-after-triangle .form-group.wh-login-pws-group input{
    border-radius: 3px;
}
.wh-login-type-bottom.drag-validate .wh-after-triangle .form-group.wh-login-pws-group:after{
    display: none;
}
/* 拖拽验证------------------------结束 */

.view-image-modal {
    display: block;
    background: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000000000;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.view-image-modal .img-container {
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    padding: 20px;
}

.view-image-modal .img-container .view-img {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.view-img-delete {
    position: absolute;
    background: #7F7F7F;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-weight: 900;
    width: 30px;
    height: 30px;
    right: 6px;
    top: 7px;
}
.view-img-delete::before {
    content: "\2716";
}