/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

.lr-show {
    display: inline-block !important;
}

.lr-hide {
    display: none !important;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: #333;
}

li {
    outline: none;
}

ul, li {
    list-style: none;
}

.lr-login-input input {
    outline: 0;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #666;
    font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
    font-size: 12px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}

html, body {
    overflow-x: hidden;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
}

div, p, h1, h2, h3, h4, h5, h6, span, input, select, img, ul, li, ol, dl, dd, dt {
    margin: 0;
    padding: 0;
    /* font-size: 28px; */
}



html {
    position:relative;
    height:100%;
    width:100%;
}
body {
    position: relative;
    height: 100%;
    width: 100%;
    background: #F8F8F8 url("/content/images/Login/defaultbg.png") no-repeat;
    background-size: 100% 50%;
}
body > img {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:50%;
    z-index:0;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #757575;
}

input:disabled {
    background-color: #fff;
}
.lr-login-body {
    position:absolute;
    top:50%;
    left:50%;
    width: 880px;
    height: 464px;
    margin-top:-169px;
    margin-left:-440px;
}

.lr-login-logo {
    position:relative;
    height:20px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.lr-login-logo > img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left:-42px;
}

.lr-login-logo .lr-login-title {
    font-family: PingFangSC-Regular;
    vertical-align: baseline;
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 3px;
    margin-left:5px;
}

.lr-login-logo .lr-login-title:before {
    /*content: '';*/
    display: block;
    position: absolute;
    left: -16px;
    top: 0px;
    width: 2px;
    height: 35px;
    background-color: #fff;
}


.lr-login-middle {
    position:relative;
    width:100%;
    height: 380px;
    background: #fff;
    background-position: 36px 52px;
    box-shadow: 0 0 11px 13px rgba(0,0,0,0.02);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lr-login-middle > img {
    position: absolute;
    left: 36px;
    top: 51px;
}
.lr-login-middle .lr-login-main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #FFFFFF;
    width: 451px;
    height: 100%;
    border-radius: 10px;
}

.lr-login-middle .lr-login-main:before {
    content: '';
    position: absolute;
    left: 0;
    margin-top: 38px;
    width: 1px;
    height: 304px;
    background: #e5e5e5;
}
.lr-login-bypsw {
    position:relative;
    width:100%;
    height:100%;
    padding:60px 0 52px 61px;
}
.lr-login-toCode {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.lr-login-input {
    position:relative;
    width:100%;
    height:40px;
    margin-bottom:20px;
}
.lr-login-input input {
    display: block;
    width: 320px;
    text-indent: 31px;
    height: 40px;
    line-height: 40px;
    outline: none;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666;
    opacity: 0.99;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}
.lr-login-input > .inp_icon {
    position: absolute;
    left: 10px;
    top: 14.5px;
    z-index: 10;
}

.lr-login-input input:focus {
    opacity: 0.99;
    background: #FFFFFF;
    border: 1px solid #3298DC;
    border-radius: 2px;
}

#psw_change {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 70px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    /*background: url(/content/images/Login/psw0.png) no-repeat center center;*/
}

.lr-login-reg input {
    width: 220px;
    height: 40px;
}

.lr-login-reg .code {
    width: 82px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 74px;
    bottom: 4px;
}
.lr-login-bycode {
    display: none;
}
.lr-login-bycode .lr-login-info img {
    width: 191px;
    height: 191px;
    margin-top: 68px;
    margin-left: 126px;
}

.lr-login-bycode .lr-login-info p {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    margin-top: 20px;
    color: #333333;
    width: 100%;
    padding-right: 5px;
    text-align: center;
}



.error_info {
    font-family: PingFangSC-Regular;
    position: absolute;
    font-size: 12px;
    color: #ED3232;
    top: 32px;
    display:none;
}
.noreg {
    padding-top:45px;
}
.noreg .lr-login-reg {
    display: none;
}
.noreg .error_info {
    top: 21px;
}


.lr-login-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background: #3298DC;
    border: 1px solid #3298DC;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    width: 320px;
    text-align: center;
    margin-top: 25px;
}

.lr-login-btn:hover {
    background: #268fe2;
}

.lr-login-btn.active {
    cursor: default;
    border: 1px solid #bdbdbd;
    z-index: 10;
}

.lr-login-version {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #3298DC;
    margin-top: 15px;
    text-align: right;
    padding-right: 71px;
}

.lr-login-footer {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:280px;
    margin-left:-233px;
    text-align: center;
    line-height: 28px;
}

.lr-login-footer p {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333333;
}






.lr-register{
    font-size: 14px;
    text-align: center;
    color: #6a7f88;
    margin: 16px 0 0;
}
.lr-register>span{
    color: #2298cf;
    cursor: pointer;
}
.lr-register>span:hover{
    text-decoration:underline;
}


.lr-register-middle {
    position:relative;
    width:100%;
    height: 380px;
    background: #fff;
    background-position: 36px 52px;
    box-shadow: 0 0 11px 13px rgba(0,0,0,0.02);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.lr-register-middle > img {
    position: absolute;
    left: 36px;
    top: 51px;
}
.lr-register-middle .lr-login-main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #FFFFFF;
    width: 451px;
    height: 100%;
    border-radius: 10px;
}

.lr-register-middle .lr-login-main:before {
    content: '';
    position: absolute;
    left: 0;
    margin-top: 38px;
    width: 1px;
    height: 304px;
    background: #e5e5e5;
}

.button{
    width: 120px;
    line-height: 33px;
    text-align: center;
    /*font-weight: bold;*/
    color: #333;
    background-color: #fff;
    /*text-shadow:1px 1px 1px #333;*/
    border-radius: 3px;
    /*margin:0 20px 20px 0;*/
    position: relative;
    overflow: hidden;
    border: 1px solid #888888;
}