﻿html, body, form
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    color: #696969;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    /*background: #1e9fff;
    background: -webkit-linear-gradient(90deg,#047fdb,#1e9fff,#1e93ff);
    background: -moz-linear-gradient(to right,#047fdb,#1e9fff,#1e93ff);
    background: -o-linear-gradient(to right,#047fdb,#1e9fff,#1e93ff);
    background: linear-gradient(90deg,#047fdb,#1e9fff,#1e93ff);*/
}


button, input, select, textarea
{
    font-size: 100%;
}

input, button, textarea, select, optgroup, option
{
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

@font-face
{
    font-family: "txui-icon";
    src: url("fonts/txui-icon.eot"); /* IE9 */
    src: url("fonts/txui-icon.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/txui-icon.woff") format("woff"), /* chrome、firefox */
    url("fonts/txui-icon.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    url("fonts/txui-icon.svg#uxfonteditor") format("svg"); /* iOS 4.1- */
}

.txui-icon
{
    font-family: "txui-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-browse:before
{
    content: "\2017";
}

.txui-button
{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

/*蓝色*/
.txui-button-blue
{
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}

.txui-button-silver
{
    background-color: silver;
    border-color: silver;
}

/*深蓝色*/
.txui-button-darkblue
{
    color: #fff;
    background-color: #048ff8;
    border-color: #0994fd;
}

    .txui-button-darkblue:hover
    {
        background-color: #0f98ff;
    }

    .txui-button-darkblue:active
    {
        background-color: #0687e8;
    }

.login-weaper
{
    position: absolute;
    top: 300px;
    right: 180px;
    margin: 0 auto;
    width: 450px;
    -webkit-box-sizing: border-box;
    padding: 50px 50px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #047fdb;
    box-shadow: 0 1px 80px rgba(0,0,0,.4);
    /*background: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 51%,hsla(0,0%,100%,.25));*/
    /*background: linear-gradient(180deg, rgba(4, 127, 219, 0.8), rgba(4, 127, 219, 0.8));*/
    background: linear-gradient(180deg,hsla(0,0%,100%,1),hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,.9) 51%,hsla(0,0%,100%,.8));
}

.login-title
{
    margin-top: -30px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #409eff;
    line-height: 60px;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.login-main
{
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 20px;
}

.login-item
{
    margin-bottom: 20px !important;
    min-height: 35px;
    line-height: 35px;
}

    .login-item > label
    {
        width: 95px;
        font-size: 15px;
        float: left;
        box-sizing: border-box;
        font-weight: 600;
    }

        .login-item > label:before
        {
            content: "*";
            color: #f56c6c;
            margin-right: 4px;
        }

    .login-item div
    {
        margin-left: 95px;
        position: relative;
        line-height: 25px;
    }

        .login-item div span
        {
            position: absolute;
            top: 0;
            -webkit-transition: all .3s;
            height: 100%;
            color: #c0c4cc;
            text-align: center;
            right: 10px;
            font-size: 20px;
            color: #409eff;
            line-height: 35px;
        }

    .login-item dl
    {
        float: left;
        width: 155px;
        position: relative;
    }

    .login-item ul
    {
        float:right;
        position: relative;
    }

        .login-item ul img
        {
            width: 85px;
            height: 35px;
        }

    .login-item input[type=text], .login-item input[type=password]
    {
        color: #333;
        -webkit-appearance: none;
        background-color: #fff;
        background-image: none;
        border-radius: 4px;
        border: 1px solid #dcdfe6;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        outline: 0;
        padding: 0 15px;
        -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        transition: border-color .2s cubic-bezier(.645,.045,.355,1);
        width: 100%;
        font-weight: bold;
    }

        .login-item input[type=text]:focus, .login-item input[type=password]:focus
        {
            border: 1px solid #409eff !important;
        }

        .login-item input[type=text]:hover, .login-item input[type=password]:hover
        {
            border: 1px solid #bababa;
            outline: 0;
        }

        .login-item input[type=text]:disabled, .login-item input[type=password]:disabled
        {
            background-color: #f7f7f7;
            border: 1px solid #dcdfe6 !important;
            outline: 0;
        }

        .login-item input[type=text]::-webkit-input-placeholder, .login-item input[type=password]::-webkit-input-placeholder
        { /* Chrome, Opera, Safari */
            font-size: 12px !important;
        }

        .login-item input[type=text]:-moz-placeholder, .login-item input[type=password]:-moz-placeholder
        { /* Firefox 18- */
            font-size: 12px;
        }

        .login-item input[type=text]::-moz-placeholder, .login-item input[type=password]::-moz-placeholder
        { /* Firefox 19+ */
            font-size: 12px;
        }

        .login-item input[type=text]:-ms-input-placeholder, .login-item input[type=password]:-ms-input-placeholder
        { /* Internet Explorer 10-11 */
            font-size: 12px;
        }

    .login-item input[type=radio]
    {
        zoom: 1.5;
        margin-right: 5px;
        float: left;
    }

    .login-item ol > li
    {
        height: 20px;
        padding-top: 10px;
    }

        .login-item ol > li > label
        {
            font-size: 18px;
            box-sizing: border-box;
            font-weight: 600;
            display: inline-block;
            vertical-align: top;
            line-height: 16px;
        }

.login-message
{
    margin-bottom: 10px !important;
    min-height: 35px;
    line-height: 35px;
    text-align:center;
}

    .login-message > span
    {
        color: #FF5050;
        font-size: X-Large;
        font-weight: bold;
        text-align: center;
    }

    .login-message > div
    {
        margin-left: 95px;
        position: relative;
        line-height: 25px;
    }

        .login-message > div > span
        {
            -webkit-transition: all .3s;
            height: 100%;
            color: #c0c4cc;
            text-align: center;
            right: 10px;
            font-size: 15px;
            color: #409eff;
            line-height: 30px;
        }

    .login-message input[type=submit], .login-message input[type=button]
    {
        margin: 0 auto;
        width: 100%;
        /*float: right;*/
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        cursor: pointer;
        -webkit-appearance: none;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        margin: 0;
        -webkit-transition: .1s;
        transition: .1s;
        font-weight: 500;
        padding: 12px 20px;
        font-size: 14px;
        border-radius: 4px;
        color: #fff;
        background-color: #048ff8;
        border: 1px solid #0994fd;
    }

.login-button
{
    margin-bottom: 20px !important;
    height: 35px;
    line-height: 35px;
}

    .login-button div
    {
        float: right;
        display: inline;
    }

    .login-button input[type=submit], .login-button input[type=button]
    {
        margin: 0 auto;
        width: 100%;
        /*float: right;*/
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        cursor: pointer;
        -webkit-appearance: none;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0;
        margin: 0;
        -webkit-transition: .1s;
        transition: .1s;
        font-weight: 500;
        padding: 12px 20px;
        font-size: 14px;
        border-radius: 4px;
        color: #fff;
        background-color: #048ff8;
        border: 1px solid #0994fd;
    }

        .login-button input[type=submit]:hover, .login-button input[type=button]:hover
        {
            background-color: #56a9ff;
            border: 1px solid #56a9ff;
        }

        .login-button input[type=submit]:disabled, .login-button input[type=button]:disabled
        {
            background-image: url('images/loading20.png');
            background-position: 25px center;
            background-repeat: no-repeat;
            background-color: rgba(86, 169, 255, 0.51);
            outline: 0;
            border: 1px solid #c2e5ff;
        }

    .login-button input[type=checkbox]
    {
        margin: 0 auto;
        width: 20px;
        height: 20px;
        float: left;
        font-size: 15px;
        font-weight: 600;
        margin-top: 8px;
    }

    .login-button label
    {
        margin-left: 5px;
        font-size: 15px;
        font-weight: 600;
    }

    .login-button a:link, .login-button a:visited
    {
        margin-left: 20px;
        color: #696969;
        text-decoration: none;
        outline: none;
        font-size: 15px;
        font-weight: 600;
    }

    .login-button a:hover
    {
        font-weight: bold;
        color: red;
    }
