html, body {
    height: 100%;
}

body {
    background-color: #f1f1f1;
}

    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(/Content/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(/Content/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;
    height: 94px;
    background: #1da02b;
    line-height: 94px;
    min-width: 1200px;
}

    .login-hd .left-bg {
        position: absolute;
        width: 348px;
        height: 92px;
        left: 0;
        top: 0;
        background: url(/Content/images/login_top_left.png) no-repeat;
    }

    .login-hd .right-bg {
        position: absolute;
        width: 267px;
        height: 92px;
        right: 0;
        top: 0;
        background: url(/Content/images/login_top_right.png) no-repeat;
    }

    .login-hd .hd-inner {
        width: 1200px;
        height: 94px;
        line-height: 94px;
        margin: 0 auto;
        /*padding-top: 20px;*/
    }

        .login-hd .hd-inner .logo {
            position: relative;
            display: inline-block;
            /*width: 245px;*/
            width: 100px;
            height: 60px;
            /*margin-left: 180px;*/
            /*margin-top: 10px;*/
            margin-right: 10px;
            background: url(/Content/images/login_logo.png) no-repeat;
        }

                .login-hd .hd-inner .logo1 {
            position: relative;
            display: inline-block;
            /*width: 245px;*/
            width: 94px;
            height: 94px;
            /*margin-left: 180px;*/
            /*margin-top: 10px;*/
            margin-right: 10px;
            background: url(/Content/images/logo.jpg) no-repeat;
            background-size:100% 100%;
        }

        .login-hd .hd-inner .split {
            position: relative;
            display: inline-block;
            height: 32px;
            width: 1px;
            top: -30px;
            margin-right: 10px;
            background-color: #51b65d;
        }

        .login-hd .hd-inner .sys-name {
            display: inline-block;
            position: relative;
            color: #000;
            font-size: 22px;
            top: -40px;
        }

.login-bd {
    position: relative;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    min-width: 1200px;
    background: url(/Content/images/exam/backgroundPollice.jpg) center no-repeat;
    
}

    .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-color: #fff;*/
                    -webkit-box-shadow: 0 4px 10px rgba(83, 83, 83, .3);
                    -moz-box-shadow: 0 4px 10px rgba(83, 83, 83, .3);
                    box-shadow: 0 4px 10px rgba(83, 83, 83, .7);
                    width: 364px;
                    padding-bottom: 20px;
                    border-radius: 8px;
                    background: url(../images/exam/loginbox.png)no-repeat center;
                    background-size: 100% 100%;
                }

                    .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;
                        font-size: 22px;
                        height: 44px;
                        line-height: 44px;
                        margin-top: 23px;
                        /*ext-indent: 30px;*/
                        margin-bottom: 20px;
                    }

                        .login-bd .bd-inner .inner-wrap .lg-zone .lg-box .lg-label h4 {
                            /*border-left: 4px solid #1da02b;*/
                            text-align: center;
                            color: #5BA6FA;
                        }

                    .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: 236px;
                            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: 42px;
                            line-height: 42px;
                            background-color: #ff9d02;
                            color: #fff;
                            width: 114px;
                            text-align: center;
                            font-size: 14px;
                        }

                    .login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips {
                        height: 10px;
                        line-height: 10px;
                        margin-bottom: 10px;
                    }

                        .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: #1da02b;
                                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: 110px;
                            background-color: #f45438;
                        }

                        .login-bd .bd-inner .inner-wrap .lg-zone .lg-box .enter a.supplier {
                            background-color: #1da02b;
                        }

            .login-bd .bd-inner .inner-wrap .lg-poster {
                height: 700px;
                /*background: url(/Content/images/exam/bs.jpg) right center no-repeat;*/
                /*background: url(/Content/images/exam/bs.jpg) no-repeat;*/
                background-size:100% 100%;
            }

.login-ft {
    padding-top: 20px;
    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: #666;
                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: #999;
            font-size: 12px;
            margin-bottom: 10px;
        }

        .login-ft .ft-inner .other-info {
            text-align: center;
            color: #999;
            font-size: 12px;
            margin-bottom: 50px;
        }

        .footer-bg {
  width: 100%;
  min-width: 1100px;
  background: #333;
  color: #7e7e7e;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  box-sizing: border-box;
}
.footer-bg .footer {
  width: 75%;
  min-width: 1100px;
}
.footer-bg .footer .link {
  width: 100%;
  padding: 10px 0 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #424242;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bg .footer .link .link-btn {
  margin: 0 35px;
  font-size: 16px;
  color: #7e7e7e;
  cursor: pointer;
}
.footer-bg .footer .footer-content {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bg .footer .footer-content .footer-area {
  width: 30%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
}
.footer-bg .footer .footer-content .footer-tel {
  padding: 0 10px 0 90px;
  flex-wrap: wrap;
  align-content: center;
}
.footer-bg .footer .footer-content .footer-tel .text {
  width: 100%;
  line-height: 1.8;
}
.footer-bg .footer .footer-content .footer-code {
  position: relative;
}
.footer-bg .footer .footer-content .footer-code .code-image {
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.footer-bg .footer .footer-content .footer-code .code-image img {
  width: 127px;
  height: 127px;
}
.footer-bg .footer .footer-content .footer-code .code-hint {
  margin-left: 30px;
}
.footer-bg .footer .footer-content .footer-code .code-hint .text {
  line-height: 2;
}
.footer-bg .footer .footer-content .footer-code:after,
.footer-bg .footer .footer-content .footer-code:before {
  content: ' ';
  display: block;
  width: 1px;
  height: 80px;
  background: #424242;
  position: absolute;
  top: 28px;
}
.footer-bg .footer .footer-content .footer-code:before {
  left: 0;
}
.footer-bg .footer .footer-content .footer-code:after {
  right: 0;
}
.footer-bg .footer .footer-content .footer-other .other-text {
  padding: 0 5px;
  line-height: 1.2;
  color: #7e7e7e;
}
.footer-bg .footer .footer-content .footer-other .other-text:nth-child(2) {
  border-left: 2px solid #7e7e7e;
  border-right: 2px solid #7e7e7e;
}