﻿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-layout
{
    position: absolute;
    height: 100%;
    width: 100%;
    /* overflow: auto; */
    background-image: url(../Images/bg.png);
    background-repeat: no-repeat;
    background-position: center 0px;
}

.login-title
{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -180px;
    color: white;
    font-size: 40px;
    font-weight: 600;
    zoom: 2;
}

.login-weaper
{
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -225px;
    width: 450px;
    -webkit-box-sizing: border-box;
    padding: 50px 40px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 1px 80px rgba(0,0,0,.1);
    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));
    zoom: 2;
}


.login-main
{
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 20px;
}

.login-item
{
    margin-bottom: 25px !important;
    height: 35px;
    line-height: 35px;
}

    .login-item label
    {
        width: 85px;
        font-size: 15px;
        float: left;
        box-sizing: border-box;
        font-weight: 600;
        text-align:right;
    }

        .login-item label:before
        {
            content: "*";
            color: #f56c6c;
            margin-right: 4px;
        }

    .login-item div
    {
        margin-left: 85px;
        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: 175px;
        position: relative;
    }

    .login-item ul
    {
        float: right;
        position: relative;
    }

        .login-item ul img
        {
            width: 85px;
            height: 35px;
        }

    .login-item input
    {
        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::-webkit-input-placeholder
        { /* Chrome, Opera, Safari */
            font-size: 12px !important;
        }

        .login-item input:-moz-placeholder
        { /* Firefox 18- */
            font-size: 12px;
        }

        .login-item input::-moz-placeholder
        { /* Firefox 19+ */
            font-size: 12px;
        }

        .login-item input:-ms-input-placeholder
        { /* Internet Explorer 10-11 */
            font-size: 12px;
        }

.login-button
{
    margin-bottom: 20px !important;
    height: 35px;
    line-height: 35px;
}

    .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: 15px 20px;
        font-size: 14px;
        border-radius: 4px;
        color: #fff;
        background-color: #048ff8;
        border: none;
        outline: 0;
    }

        .login-button input[type=submit]:hover, .login-button input[type=button]:hover
        {
            background-color: #56a9ff;
            border: 1px solid #56a9ff;
            outline: 0;
        }

        .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;
        }

    .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;
    }
