@charset "utf-8";
/*
	Document:login.css
	Created on:2011-09-14
	Author:ůů����mia_zhang
*/

::-ms-reveal {
    display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    display: table;
    width: 100%;
}

body {
    font-size: 12px;
    line-height: 22px;
    font-family: "Microsoft YaHei", 微软雅黑, "Arial Narrow";
    -webkit-text-size-adjust: none;
    display: table-cell;
    height: 100%;
}

div {
    text-align: left;
}

address,
cite,
em {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #44BBFC;
}

a:hover {
    text-decoration: none;
}

fieldset,
img {
    border: 0;
}

button {
    cursor: pointer;
}

select,
input,
textarea {
    font-size: 12px;
    line-height: 1.2em;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button {
    padding: 0px;
    border: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#backImgDiv {
    position: relative;
    background: url(../../../images/newlogin1/big_backgroundimg.png?v=2) 50px no-repeat;
    min-height: 582px;
    width: 100%;
    background-color: #1F1C59;
    height: 100%;
}

#backImgDiv .content-layout {
    width: 1200px;
    overflow: hidden;
    height: 600px;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#validateCodeImg {
    position: absolute;
    top: -20px;
    left: 227px;
    width: 83px;
    height: 40px;
    cursor: pointer;
}

.validateCodeText {
    position: absolute;
    top: 16px;
    width: 84px;
    left: 227px;
    margin: 6px 0px 1px 0px;
}

.login_header {
    height: 20px;
    margin: 0 auto;
    text-align: center;
    text-align: right;
    position: absolute;
    top: 12px;
    left: 12px;
}

.login_header div.login_header_div {
    float: right;
    margin-right: 15px;
}

.login_header_div-help {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
}

.login_header_div-help img {
    margin: 0px 10px -3px 0px;
}

.login_header_div-help span {
    cursor: pointer;
    font-size: 12px;
    color: #363636;
    letter-spacing: 0.14px;
}

.login_header div.login_header_div a {
    color: #000000;
}

.login_header em {
    float: left;
}

#select_info_dataCenter {
    width: 90px;
}

.tag-select,
.tag-select-hover,
.tag-select-open {
    width: 53px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#select_locale .tag-options {
    width: 92px;
}

.login_header .dropdown {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    height: 27px;
}

.login_header .dropdown .dropdown-pic {
    position: absolute;
    display: block;
    float: right;
    width: 26px;
    height: 20px;
    right: -30px;
    top: 7px;
    background: url(../../../images/newlogin1/dropdown.png?v=1) no-repeat;
}

.login_header .dropdown .dropdown-pic.up {
    background: url(../../../images/newlogin1/dropup.png) no-repeat;
}

.login_header .dropdown .dropdown-left {
    position: absolute;
    display: block;
    float: left;
    width: 3px;
    height: 27px;
    left: -3px;
}

.login_header .dropdown .tag-options {
    background: #F4FBFE;
    min-width: 94px;
    max-width: 184px;
    box-shadow: 0 1px 2px 0 rgba(150, 155, 161, 0.50);
    border-radius: 3px;
    max-height: 275px;
    overflow-y: auto;
}

.login_header .dropdown li {
    padding-left: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px 0;
}

.login_header .dropdown .open-hover {
    background: #DDE9FF;
}

.login_header .dropdown .open-selected {
    background: #D0E4FC;
    color: #363636;
}

#select_locale .open-selected {
    color: #6CACF7;
    letter-spacing: 0.14px;
    background: #F4FBFE;
    background: url(../../../images/newlogin1/selected.png?v=1) no-repeat 8px 6px;
}

#selected_locale {
    background: url(../../../images/newlogin1/selected.png?v=1) no-repeat 8px 6px;
}

#select_locale li {
    padding-left: 30px;
}

.login_content .error {
    margin: 0 0 0 440px;
    height: 19px;
    background: #fcc1c1;
    border: 1px solid #cb4040;
    text-align: center;
    max-width: 300px;
    position: relative;
    line-height: 19px;
    color: #000;
}

.login_content .error span {
    color: #000;
}

.login_content .succeed {
    margin: 0 0 0 440px;
    height: 19px;
    background: #67a40b;
    border: 1px solid #3f5e11;
    text-align: center;
    max-width: 300px;
    position: relative;
    line-height: 19px;
    color: #fff;
}

.login_content .error .del,
.login_content .succeed .del {
    position: absolute;
    right: 6px;
    top: -1px;
    background: url(../img/login_bg.png?v=1) 0 -236px no-repeat;
    width: 12px;
    height: 16px;
    text-indent: -99999px;
}

.login_content {
    text-align: center;
}

.login_content .user {
    margin: 57% 0px 50px 18px;
    height: 300px;
}

.login_content .user_img {
    float: left;
    width: 0px;
    height: 0px;
    margin: 65px 3px 0 45px;
    _margin: 65px 0 0 23px;
}

.login_content .user_loginInfo {
    z-index: 888;
    display: none;
    text-align: center;
    float: left;
    min-width: 310px;
    min-height: 25px;
    overflow-y: auto;
    max-height: 50px;
    position: absolute;
    top: 115px;
    left: 175px;
    color: #fff;
    background: #FF617E;
    border-radius: 2px;
}

.login_content .user_loginInfo.qr-code {
    top: 88px;
}

.login_content .user_cont {
    float: left;
    width: 310px;
    position: relative;
    height: 200px;
    position: absolute;
    top: 139px;
    left: 20px;
}

.login_content .user_img img {
    margin: 20px 14px;
}

.login_content .user p {
    width: 310px;
    border-bottom: 1px solid #ccc;
    position: relative;
    height: 38px;
    float: left;
    margin: 4px 0px 8px;
}

.login_content .user p img {
    margin: 0px;
}

.login_content .user-icon,
.login_content .pswd-icon {
    background: url(../../../images/newlogin1/yonghu.png?v=1) no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    margin-top: 20px;
}

.login_content .pswd-icon {
    background: url(../../../images/newlogin1/mima.png?v=1) no-repeat;
}

.login_content .user label {
    float: left;
    width: 70px;
    text-align: right;
    padding-right: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.login_content .input {
    padding: -1px;
    float: left;
    display: block;
    height: 27px;
    width: 245px;
}

.login_content .input input {
    border: none;
    width: 235px;
    font-size: 14px;
}

.login_content .user .input_text {
    height: 19px;
    line-height: 19px;
    width: 273px;
    border: 0 none;
    outline: 0;
    font-size: 16px;
    background: transparent;
    -ms-appearance: none;
    font-family: "Microsoft YaHei", 微软雅黑, "arial", "sans-serif";
    letter-spacing: 0.17px;
    font-size: 14px;
    color: #3F3F3F;
}

.login_content .user .input_checkbox {
    height: 13px;
    width: 15px;
    vertical-align: middle;
}

.login_content .user_cont .ml {
    margin-left: 73px;
}

span.dl-button {
    display: none;
    height: 51px;
    width: 310px;
    position: absolute;
    top: 140px;
    text-align: center;
}

.bt_login {
    height: 30px;
    width: 120px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #44BBFC;
    border-radius: 3px;
    border: 0;
    margin: 30px 0 0 0px;
}

.bt_finger_login {
    background: transparent;
    height: 32px;
    width: 115px;
    border: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.login_footer {
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: 0;
    line-height: 62px;
    letter-spacing: 0.17px;
    color: #999999;
    font-size: 14px;
    z-index: 9999;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.30);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    width: 100%;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.backgroundControlIcon {
    position: absolute;
    bottom: 33px;
    left: 20%;
    text-align: center;
    width: 60%;
    display: none;
}

.backgroundControlIcon img {
    margin-right: 7px;
    cursor: pointer
}

.trigger {
    background-color: #E7E7E7;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.trigger_mouseover {
    background-color: #E7E7E7;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

#layoutDiv {
    border-radius: 3px;
    background: #FFFFFF;
    position: relative;
    width: 350px;
    height: 420px;
    float: right;
    top: 20px;
    right: 60px;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

.login_content .inputUseNamePass {
    float: left;
    display: block;
    height: 19px;
    position: absolute;
    top: 16px;
    left: 26px;
}

.login_content .username-text,
.login_content .password-text {
    position: absolute;
    left: 26px;
    top: 20px;
    font-size: 14px;
    color: #B2B2B2;
    letter-spacing: 0.17px;
}

.login_content .password-text {
    top: 70px;
}

#clientHelpDiv {
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 12px;
    width: 800px;
    height: 670px;
    border: 1px solid #9b9b9b;
    background: #fff;
    z-index: 9999;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -335px;
}

.client_help_content {
    font-family: "Microsoft YaHei", 微软雅黑;
    color: #247db8;
}

.client_help_content .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #75c2f2;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
}

.client_help_title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    text-align: center;
    background: #d1ecfd;
}

.client_help_text {
    padding: 20px 40px;
}

.client_help_text h2 {
    font-size: 18px;
    color: #247db8;
    padding: 10px 0;
}

.client_help_text p {
    font-size: 14px;
    color: #6d6d6d;
    padding-left: 25px;
}

.client_help_text a {
    color: #005ffd;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

.client_help_text a:hover {
    text-decoration: underline;
}

.client_help_text .tips {
    margin: 10px 0;
}

.client_help_text .color-gray {
    font-size: 12px;
    color: #9e9e9e;
}

.client_help_text .btn-close {
    background: #44BBFC;
    border: 1px solid #44BBFC;
    width: 280px;
    height: 45px;
    margin-left: 220px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border-radius: 3px;
}

.client_help_text .btn-close:hover {
    text-decoration: none;
}

/*到期提醒*/

.buy-box {
    width: 207px;
    height: 159px;
    float: left;
    top: 0px;
    left: 30px;
    position: absolute;
    z-index: 1;
    background: url("../img/expiration.png") no-repeat;
}

.buy-top {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.buy-tips {
    display: block;
    padding-top: 35px;
    text-align: center;
    font-family: PingFangSC-Regular;
    color: #39B0FB;
    letter-spacing: 0;
    text-align: center;
}

.buy-tips .buy-tips1 {
    opacity: 0.81;
    font-size: 66px;
}

.buy-tips .buy-tips2 {
    font-size: 12px;
}

.buy-text {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    display: block;
    padding: 5px;
}

/*扫码登录*/

.kingdee-eas {
    position: absolute;
    top: 80px;
    left: 90px;
}

.kingdee-eas.qr-code {
    top: 56px;
}

.type-pictrue {
    position: absolute;
    top: 83px;
    left: 211px;
    width: 120px;
    height: 26px;
    font-size: 14px;
    color: #44BBFC;
    letter-spacing: 0.19px;
}

.type-pictrue.qr-code {
    top: 55px;
}

.qr-tips {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    width: auto;
    height: 19px;
    position: absolute;
    left: 39%;
    top: 86px;
    display: none;
}

.user-cont-qrcode {
    display: none;
    height: 200px;
    position: absolute;
    top: 110px;
    left: 25%;
}

.user-cont-qrcode .qr-wrap {
    height: 130px;
    display: block;
}

.user-cont-qrcode .qr-wrap img {
    margin: 0;
    width: 178px;
}

.user-cont-qrcode b {
    text-align: center;
}

.login-qrcode {
    text-align: center;
}

.for-yzj-app {
    position: absolute;
}

.for-yzj-app a {
    text-decoration: none;
}

.for-yzj-app .line-1 {
    position: absolute;
    width: 200px;
    top: 36px;
    left: 72px;
}

.for-yzj-app .line-2 {
    position: absolute;
    width: 200px;
    top: 53px;
    left: 72px;
}

.for-yzj-app img {
    margin: 40px 0 0 20px;
}

.login-switch {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.login-switch-text0,
.login-switch-text1 {
    display: none;
    background: #FEFCEE;
    border: 1px solid #F3D995;
    border-radius: 3px 3px 0 0;
    color: #62594B;
    letter-spacing: 0;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 60px;
    top: 11px;
    padding: 0 2px 0 5px;
    text-align: center;
}

.login-switch-text0 {
    display: none;
}

.login-switch-text-right0 {
    display: none;
    z-index: 22;
    position: absolute;
    right: 56px;
    top: 24px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FEFCEE;
}

.login-switch-text-right1 {
    display: none;
    z-index: 20;
    position: absolute;
    right: 55px;
    top: 23px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #F3D995;
}

.ui-form-title {
    height: 54px;
    padding: 0 0 37px;
    font-size: 16px;
}

.login-title {
    text-align: left;
    position: relative;
    top: -40px;
    left: -15px;
}

.hidden-span {
    display: none;
}