﻿/**
    登录页面样式


*/
::-webkit-scrollbar {
    width: 0px; /*滚动条宽度*/
    height: 8px; /*滚动条高度*/
}
        /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

        ul, li {
            list-style: none
        }

        a {
            text-decoration: none
        }

        html {
            line-height: 1.15;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%
        }

        body {
            margin: 0;
        }

        article, aside, footer, header, nav, section {
            display: block
        }

        h1 {
            font-size: 2em;
            margin: .67em 0
        }

        figcaption, figure, main {
            display: block
        }

        figure {
            margin: 1em 40px
        }

        hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible
        }

        pre {
            font-family: monospace,monospace;
            font-size: 1em
        }

        a {
            background-color: transparent;
            -webkit-text-decoration-skip: objects
        }

        abbr[title] {
            border-bottom: 0;
            text-decoration: underline;
            text-decoration: underline dotted
        }

        b, strong {
            font-weight: inherit
        }

        b, strong {
            font-weight: bolder
        }

        code, kbd, samp {
            font-family: monospace,monospace;
            font-size: 1em
        }

        dfn {
            font-style: italic
        }

        mark {
            background-color: #ff0;
            color: #000
        }

        small {
            font-size: 80%
        }

        sub, sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }

        sub {
            bottom: -0.25em
        }

        sup {
            top: -0.5em
        }

        audio, video {
            display: inline-block
        }

            audio:not([controls]) {
                display: none;
                height: 0
            }

        img {
            border-style: none
        }

        svg:not(:root) {
            overflow: hidden
        }

        button, input, optgroup, select, textarea {
            font-family: sans-serif;
            font-size: 100%;
            line-height: 1.15;
            margin: 0
        }

        button, input {
            overflow: visible
        }

        button, select {
            text-transform: none
        }

        button, html [type="button"], [type="reset"], [type="submit"] {
            -webkit-appearance: button
        }

            button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
                border-style: none;
                padding: 0
            }

            button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
                outline: 1px dotted ButtonText
            }

        fieldset {
            padding: .35em .75em .625em
        }

        legend {
            box-sizing: border-box;
            color: inherit;
            display: table;
            max-width: 100%;
            padding: 0;
            white-space: normal
        }

        progress {
            display: inline-block;
            vertical-align: baseline
        }

        textarea {
            overflow: auto
        }

        [type="checkbox"], [type="radio"] {
            box-sizing: border-box;
            padding: 0
        }

        [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
            height: auto
        }

        [type="search"] {
            -webkit-appearance: textfield;
            outline-offset: -2px
        }

            [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
                -webkit-appearance: none
            }

        ::-webkit-file-upload-button {
            -webkit-appearance: button;
            font: inherit
        }

        details, menu {
            display: block
        }

        summary {
            display: list-item
        }

        canvas {
            display: inline-block
        }

        template {
            display: none
        }

        [hidden] {
            display: none
        }

        .hy-show {
            display: inline-block !important
        }

        .hy-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: 0
        }

        ul, li {
            list-style: none
        }

        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
        }

        html {
            position: relative;
            height: 100%;
            width: 100%
        }

        body {
            position: relative;
            height: 100%;
            width: 100%
        }

            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 0 1000px white inset;
            -webkit-text-fill-color: #757575
        }

        input:disabled {
            background-color: #fff
        }

        .hy-login-body {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 880px;
            height: 464px;
            margin-top: -269px;
            margin-left: -440px
        }

        .hy-login-logo {
            position: relative;
            height: 79px;
            width: 100%;
            text-align: center
        }

            .hy-login-logo > img {
                display: block;
                height: 50px;
                position: absolute;
                left: 50%;
                top: -10px;
                margin-left: -200px
            }

            .hy-login-logo .hy-login-title0 {
                font-family: PingFangSC-Regular;
                vertical-align: baseline;
                font-size: 24px;
                color: #fff;
                position: absolute;
                left: 35%;
                top: 3px;
                margin-left: 5px
            }

            .hy-login-logo .hy-login-title {
                font-family: PingFangSC-Regular;
                vertical-align: baseline;
                font-size: 24px;
                color: #fff;
                position: absolute;
                left: 50%;
                top: 3px;
                margin-left: 5px
            }

                .hy-login-logo .hy-login-title:before {
                    content: '';
                    display: block;
                    position: absolute;
                    left: -16px;
                    top: 0;
                    width: 2px;
                    height: 25px;
                    background-color: #fff
                }

        .hy-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-radius: 5px
        }

            .hy-login-middle > img {
                position: absolute;
                left: 36px;
                top: 51px
            }

            .hy-login-middle .hy-login-main {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 10;
                background: #FFF;
                width: 451px;
                height: 100%;
                border-radius: 10px
            }

                .hy-login-middle .hy-login-main:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    margin-top: 38px;
                    width: 1px;
                    height: 304px;
                    background: #e5e5e5
                }

        .hy-login-bypsw {
            position: relative;
            width: 100%;
            height: 100%;
            padding: 60px 0 52px 61px
        }

        .hy-login-toCode {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            width: 60px;
            height: 60px
        }

        .hy-login-input {
            position: relative;
            width: 100%;
            height: 40px;
            margin-bottom: 20px
        }

            .hy-login-input input {
                display: block;
                width: 320px;
                text-indent: 31px;
                height: 40px;
                line-height: 40px;
                outline: 0;
                font-family: PingFangSC-Regular;
                font-size: 12px;
                color: #666;
                opacity: .99;
                background: #FFF;
                border: 1px solid #CCC;
                border-radius: 2px
            }

            .hy-login-input > .inp_icon {
                position: absolute;
                left: 10px;
                top: 14.5px;
                z-index: 10
            }

            .hy-login-input input:focus {
                opacity: .99;
                background: #FFF;
                border: 1px solid #3298DC;
                border-radius: 2px
            }

        #psw_change {
            position: absolute;
            top: 50%;
            margin-top: -18px;
            right: 70px;
            width: 40px;
            height: 40px;
            cursor: pointer
        }

        .hy-login-reg input {
            width: 220px;
            height: 40px
        }

        .hy-login-reg .code {
            width: 82px;
            height: 35px;
            cursor: pointer;
            position: absolute;
            right: 74px;
            bottom: 4px
        }

        .hy-login-bycode {
            display: none
        }

            .hy-login-bycode .hy-login-info img {
                width: 191px;
                height: 191px;
                margin-top: 68px;
                margin-left: 126px
            }

            .hy-login-bycode .hy-login-info p {
                font-family: PingFangSC-Regular;
                font-size: 16px;
                margin-top: 20px;
                color: #333;
                width: 100%;
                padding-right: 5px;
                text-align: center
            }

        .error_info {
            font-family: PingFangSC-Regular;
            position: absolute;
            font-size: 12px;
            color: #ED3232;
            right: 75px;
            top: 32px;
            display: none
        }

        .noreg {
            padding-top: 90px
        }

            .noreg .hy-login-reg {
                /*display: none*/
            }

            .noreg .error_info {
                top: 62px
            }

        .hy-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: #FFF;
            height: 36px;
            line-height: 36px;
            width: 320px;
            text-align: center;
            margin-top: 25px
        }

            .hy-login-btn:hover {
                background: #268fe2
            }

            .hy-login-btn.active {
                cursor: default;
                border: 1px solid #bdbdbd;
                z-index: 10
            }

        .hy-login-version {
            font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #3298DC;
            margin-top: 15px;
            text-align: right;
            padding-right: 71px
        }

        .hy-login-footer {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: 280px;
            margin-left: -151.43px;
            text-align: center;
            line-height: 28px
        }

            .hy-login-footer p {
                font-family: PingFangSC-Regular;
                font-size: 12px;
                color: #333
            }
        /*界面风格设置*/
        .operaSys {
            position: absolute;
            top: 50%;
            right: -160px;
            z-index: 10;
            width: 160px;
            -webkit-transition: right 0.2s;
            transition: right 0.2s;
            border: 1px solid #dee5e7;
            margin-top: -100px;
        }

            .operaSys.opened {
                right: -1px;
            }

            .operaSys .btn {
                position: absolute;
                top: -1px;
                left: -43px;
                padding: 10px 15px;
                background: #f6f8f8 !important;
                border-color: #dee5e7 !important;
                border-right-width: 0;
                outline: none !important;
                box-shadow: none !important;
                color: #58666e !important;
                border-top-right-radius: 0px;
                border-bottom-right-radius: 0px;
            }

            .operaSys .panel-heading {
                color: #333;
                border-color: #edf1f2;
                background-color: #f6f8f8;
                font-size: 14px;
                padding: 10px 15px;
            }

            .operaSys .panel-body {
                background-color: #fff;
                padding: 15px;
                color: #58666e;
            }

                .operaSys .panel-body > div {
                    position: relative;
                    margin-bottom: 10px;
                    cursor: pointer;
                    padding-left: 20px;
                }

                .operaSys .panel-body label input {
                    position: absolute;
                    outline: none !important;
                    left: 0;
                    margin-top: 3px;
                }