.btn, a {
    outline: 0;
}

.btn, .input_tips a, a {
    text-decoration: none;
}

body, dd, dl, dt, p {
    margin: 0;
}

img, progress {
    display: inline-block;
}

.sso_logo, body, input[type=checkbox], input[type=radio], td, th, ul {
    padding: 0;
}

.clearfix:after, .input_group:after {
    clear: both;
}

body {
    font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
    color: #333;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background-color: #f8f8f8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

progress {
    vertical-align: baseline;
}

a {
    background-color: transparent;
}

    a:hover {
        color: #539AEE;
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 100;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p + p {
    margin-top: 10px;
}

img {
    border: 0;
    vertical-align: top;
}

button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
    font-family: inherit;
}

input {
    font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", SimSun;
    font-weight: 100;
}

    button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
        cursor: pointer;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em, strong {
    font-weight: 400;
}

i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

::selection {
    color: #fff;
    background-color: #539AEE;
}

::-moz-focus-inner {
    border: 0;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after, .clearfix:before {
        content: "";
        display: table;
    }

.hide {
    display: none;
}

html {
    font-size: 14px;
    font-weight: 100;
}

.sso_header {
    position: relative;
    width: 100%;
    height: 350px;
    z-index: -2;
    background-color: #FF8C00;
    /*background: linear-gradient(145deg,#FF7800, #FFE4B5)*/
}

    .sso_header .logo {
        position: absolute;
        z-index: 9999;
        top: 70px;
        left: 136px;
        display: inline-block;
        width: 200px;
        height: 80px;
        background: url(../images/okii-white.png) left top no-repeat;
    }

.sso_logo {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .24));
    opacity: 1;
    width: 220px;
    position: absolute;
    z-index: 120;
    top: -165px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.sso_slogan {
    margin-top: 50px;
    text-align: center;
    color: #CCCCFF;
}

.login_header {
    padding: 20px 45px 0;
    border-radius: 2px 2px 0 0;
}

.sso_content {
    position: relative;
    z-index: 1;
}

    .sso_content:after, .sso_content:before {
        content: "";
        position: absolute;
        z-index: 3;
        bottom: -2px;
        right: -2px;
        display: block;
        width: 0;
        border-width: 8px;
        border-style: solid;
        border-color: #f1f1f1 #f8f8f8 #f8f8f8 #f1f1f1;
        -webkit-border-radius: 3px 0 0;
        -moz-border-radius: 3px 0 0;
        border-radius: 3px 0 0;
    }

    .sso_content:after {
        bottom: -1px;
        z-index: 2;
        right: 5px;
        border-width: 12px 12px 0 0;
        border-color: #dedede;
    }

.input_tips a {
    color: #539AEE;
}

#sso_login_header {
    list-style: none;
    margin: 30px 45px 0;
    height: 60px;
}

    #sso_login_header li {
        float: left;
        width: 50%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        color: #666;
        cursor: pointer;
        border-bottom: 1px solid #ebebeb;
    }

        #sso_login_header li.active {
            border-bottom: 1px solid #FF7800;
            color: #FF7800;
        }

.sso_content {
    margin: -90px auto 0;
    background-color: #fff;
    display: table;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .09);
    z-index:99;
}

#login_area {
    width: 300px;
    padding: 15px 45px 45px;
}

.sso_content .input_item + .input_item {
    margin-top: 20px;
}

.sso_content .forgot_pwd {
    position: relative;
    float: right;
    font-size: 14px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #539AEE;
    margin-top: -5px;
    z-index: 3;
}

.err_img, .err_info, .input_group input {
    float: left;
}

.qrcode {
    display: block;
    height: 180px;
    margin: 45px auto;
}

.btn {
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    height: 44px;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    user-select: none;
}

.btn_lg {
    font-size: 18px;
    line-height: 46px;
    height: 46px;
}

.btn_block {
    display: block;
    width: 100%;
}

.btn + .btn {
    margin-top: 23px;
}

.lodingback {
    background-image: url(../../layui/css/modules/layer/default/loading-1.gif);
    background-repeat: no-repeat;
    background-position: 60px;
     color: #aaa !important;
    border-color: #FFE4B5 !important;
    background-color: #FFE4B5 !important;
}
.lodingreplayce{
    background-image: url(../../layui/css/modules/layer/default/loading-1.gif);
    background-repeat: no-repeat;
    background-position: 20px;
     color: #aaa !important;
    border-color: #FFE4B5 !important;
    background-color: #FFE4B5 !important;
}
.btn_primary {
    color: #fff;
    border-color: #FF7800;
    background-color: #FF7800;
}
    .btn_primary.btn_active, .btn_primary:hover {
        color: #fff;
        border-color: #FFE4B5;
        background-color: #FFE4B5;
    }

    .btn_primary:active {
        border-color: #FFE4B5;
        background-color: #FFE4B5;
    }

    .btn_primary.btn_link, .btn_primary.btn_outline {
        color: #539AEE;
        background-color: transparent;
    }

    .btn_primary.btn_link {
        border-color: transparent;
    }

.input_item {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

.input_tips {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 5px;
    line-height: 18px;
    padding-left: 20px;
    color: #fd5f39;
    background: url(../images/error_tips.png) left center no-repeat;
}

.dropbtn, .input {
    font-size: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 44px;
    line-height: 1;
    line-height: 44px\9;
    box-sizing: border-box;
    padding-right: 13px;
    padding-left: 13px;
    vertical-align: middle;
    color: #333;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    outline: 0;
}

    .dropbtn::-moz-placeholder, .input::-moz-placeholder {
        color: #b5b5b5;
        opacity: 1;
    }

    .dropbtn:-ms-input-placeholder, .input:-ms-input-placeholder {
        color: #b5b5b5;
    }

    .dropbtn::-webkit-input-placeholder, .input::-webkit-input-placeholder {
        color: #b5b5b5;
    }

.dropbtn_gray, .input_gray {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
}

.dropbtn_white, .input_white {
    border-color: #f8f8f8;
    background-color: #f8f8f8;
}

.dropbtn:focus, .input:focus {
    border-color: #539AEE;
}

.dropbtn_warning, .input-validation-error {
    border-color: #ff4351;
}

.input_group > input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input_group > input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

* + .input_item {
    margin-top: 23px;
}

#particles {
    position: absolute;
    top: 0;
    z-index:98;
    width: 100%;
    height: 350px;
    overflow-y: hidden;
}

.err_img {
    display: block;
    width: 253px;
    height: 230px;
    background: url(/image/error.png) left top no-repeat;
}

.err_info {
    padding-top: 95px;
    margin-left: 73px;
    color: #555;
}

.alert-error {
    border: 1px solid #fcdbd9;
    position: relative;
    padding: 10px 48px 10px 38px;
    border-radius: 2px;
    color: rgba(0, 0, 0, .75);
    line-height: 16px;
    background: url(/image/error_tips.png) 3% 50% no-repeat #fef0ef;
}

@media only screen and (max-device-width:480px) {
    .sso_content, .sso_header .logo {
        display: block;
        position: relative;
    }

    .sso_content {
        margin: -150px 15px 15px;
        padding: 10px 25px 25px;
    }

    .sso_header {
        height: 280px;
    }

        .sso_header .logo {
            margin: 0 auto;
            padding-top: 30px;
            background-position-y: bottom;
            top: 0;
            left: 0;
        }

    #sso_login_header {
        margin: 0 0 10px;
        border-bottom: 1px solid #ebebeb;
    }

        #sso_login_header li.active {
            border-bottom: none;
            text-align: left;
            color: #666;
        }

        #sso_login_header li:first-child + li {
            display: none;
        }

    .qrcode {
        margin: 20px auto;
    }

    .sso_logo {
        width: 140px;
        top: -105px;
    }

    #login_area {
        width: 100%;
        padding: 15px 0 10px;
    }

    h4 {
        font-size: 14px;
    }
}
