html, body {
    height: 100%
}

body {
    /*background-color: #f1f1f1*/
    /*background-color: #fceee8;*/
    /*background-color: rgba(255, 2, 247, 0.08);*/
    /*background-color: darkseagreen;*/
    /*background: url(../images/bg.jpg) no-repeat rgba(231, 255, 227, 0.15);*/
    background: url(../images/slz.gif) no-repeat rgba(231, 255, 227, 0.15);
    background-size:100% 100%;
    background-attachment:fixed;
}

body.white {
    background-color: #fff
}

body.white .login-hd {
    background: #fff
}

body.white .login-hd .left-bg {
    display: none
}

body.white .login-hd .right-bg {
    display: none
}

body.white .login-hd .logo {
    /*background: url(../images/login_logo.png) no-repeat*/
}

body.white .login-hd .split {
    background-color: #ccc
}

body.white .login-bd {
    background-color: #f1f1f1
}

body.white .login-bd .lg-zone {
    background: url(../images/login_bg_tubiao.png) center 46px no-repeat
}

body.white .login-bd .lg-zone .lg-box .lg-label h4 {
    border-left: none
}

.login-hd {
    position: relative;
    /*background: #820979; !* #09825b;*!*/
    height: 160px;
    line-height: 160px;
    min-width: 1200px
}

.login-hd .left-bg {
    position: absolute;
    width: 348px;
    height: 92px;
    left: 0;
    top: 0;
    background: url(../images/login_top_left.png) no-repeat
}

.login-hd .right-bg {
    position: absolute;
    width: 267px;
    height: 92px;
    right: 0;
    top: 0;
    background: url(../images/login_top_right.png) no-repeat
}

.login-hd .hd-inner {
    width: 1200px;
    height: 94px;
    line-height: 94px;
    margin: 0 auto
}

.login-hd .hd-inner .logo {
    position: relative;
    display: inline-block;
    width: 550px;
    height: 73px;
    /*margin-left: 5px;*/
    margin-top: 15px;
    /*margin-right: 10px;*/

    /*background: url(../images/lz-new2.png) no-repeat*/
}

.login-hd .hd-inner .split {
    position: relative;
    display: inline-block;
    height: 32px;
    width: 1px;
    top: -24px;
    margin-right: 10px;
    background-color: #51b65d
}

.login-hd .hd-inner .sys-name {
    display: inline-block;
    position: relative;
    color: white !important;
    font-size: 22px;
    top: -31px
}

.login-bd {
    position: relative;
    min-width: 800px;
    margin: 0px auto;
    width: 50%;
    border-radius: 10px;
    /*border-left: 200px solid darkseagreen;*/
    /*border-right: 200px solid darkseagreen;*/
    /*background: url(../images/guide/arrow.png) repeat-y left #fff;*/
    /*background: #333333;*/
    /*box-shadow: 0 0 10px #000;*/

    border: 1px dotted snow;
}

.login-bd .bd-inner {
    width: 1200px;
    margin: 0 auto;
}

.login-bd .bd-inner .inner-wrap {
    position: relative;
    padding-right: 504px
}

.login-bd .bd-inner .inner-wrap .lg-zone {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 504px
}

.login-bd .bd-inner .inner-wrap .lg-zone .alert {
    margin: 0 33px 10px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box {
    position: absolute;
    /*right: 30px;*/
    top: 46px;
    /*background: #fff;*/
    /*box-shadow: 2px 2px 3px #ddd, -2px 0 3px #ddd;*/
    width: 364px;
    padding-bottom: 20px;
    /*border-left: 1px dotted white;*/
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .line {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .line.line-y {
    width: 127px;
    background: #ff9d02
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .line.line-g {
    left: 127px;
    right: 0;
    background: #1da02d
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-label {
    /*color: #000;*/
    color: white;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    margin-top: 23px;
    text-indent: 30px;
    margin-bottom: 20px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-label h4 {
    border-left: 4px solid white /*#820979*/
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .input-item {
    margin-bottom: 22px;
    width: 296px;
    line-height: 40px;
    height: 40px;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    margin-left: 34px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .input-item i {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #5d5c68
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .input-item input {
    border: 0;
    height: 40px;
    padding: 0;
    width: 256px;
    float: left;
    outline: none;
    text-decoration: none;
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .input-item input:focus {
    outline: none;
    text-decoration: none
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-check {
    margin-bottom: 10px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-check .input-item {
    float: left;
    width: 172px;
    margin-right: 10px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-check .input-item input {
    width: 132px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-check .check-code {
    float: left;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    width: 112px;
    text-align: center;
    font-size: 14px;
    border: 1px solid white;
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips {
    height: 20px;
    line-height: 20px;
    margin-bottom: 30px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips input[type=checkbox] {
    position: relative;
    margin-left: 34px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips label {
    font-size: 14px;
    color: #a3a3a3
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a {
    float: right;
    font-size: 12px;
    text-decoration: none
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a:hover {
    text-decoration: underline
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a.register {
    color: #09825b;
    margin-left: 12px;
    margin-right: 34px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a.forget-pwd {
    color: #000
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .enter a {
    display: inline-block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 142px;
    font-weight: bold
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .enter a.purchaser {
    margin-left: 34px;
    background-color: #f45438;
    margin-right: 9px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .enter a.supplier {
    background-color: #09825b
}

.login-bd .bd-inner .inner-wrap .lg-poster {
    height: 510px; /* 541px;*/
    border-radius: 5px;
    /*background: url(../images/lzwd.jpg) left center no-repeat #0C0C0C;*/
    /*background: url(../images/newbg3.png) center center no-repeat*/
    text-align: center;
}

.lg-poster img {
    margin: 0px auto;
    border-radius: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 520px;
    height: 520px;
}

.login-ft {
    padding-top: 50px;
    min-width: 1200px
}

.login-ft .ft-inner {
    margin: 0 auto
}

.login-ft .ft-inner .about-us {
    height: 20px;
    line-height: 20px;
    width: 295px;
    margin: 0 auto;
    margin-bottom: 10px
}

.login-ft .ft-inner .about-us a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 14px;
    float: left;
    margin-left: 15px
}

.login-ft .ft-inner .about-us a:hover {
    text-decoration: underline
}

.login-ft .ft-inner .address {
    text-align: center;
    color: whitesmoke;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px
}

.login-ft .ft-inner .other-info {
    text-align: center;
    color: whitesmoke;
    margin-top: 25px;
    font-size: 12px;
    margin-bottom: 50px
}

.hide {
    display: none;
}

.divAgree {
    height: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    position: relative;
    margin-left: 34px;
}

.agree {
    cursor: pointer;
    font-size: 14px;
    color: #a3a3a3
}
