body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "微软雅黑", "宋体", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #788288;
    /*background: url(images/login-bg.jpg) no-repeat center;
	background-size: cover;
	*filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='images/login-bg.jpg', enabled='false', sizingMethod='scale');*/
}

.login-bgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

a {
    text-decoration: none;
}

.vbox {
    display: none;
}

.header.navbar,
.footer.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}

.header.navbar {
    background: #414a5d;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: .6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}

    .header.navbar a {
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 16px;
    }

.navbar-header {
    position: relative;
}

    .navbar-header span {
        position: absolute;
        top: 20px;
    }

    .navbar-header .spa1 {
        left: 10px;
    }

    .navbar-header .spa2 {
        right: 10px;
    }

.container {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 380px;
    margin-top: -190px;
    margin-left: -300px;
    border: 0px solid #EAEEF1;
    text-align: center;
    background: rgba(255,255,255,0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    /*background-color: #f6f7f8;*/
}

    .container .main {
        width: 282px;
        line-height: 50px;
        padding-top: 50px;
        margin: 0 auto;
    }

        .container .main .title {
            margin-bottom: -20px;
            font-size: 26px;
            color: #4c5156;
            white-space: nowrap;
        }

        .container .main .text {
            font-size: 16px;
            color: #999999;
        }

        .container .main .company {
            font-size: 18px;
            white-space: nowrap;
        }

        .container .main input {
            padding: 0;
            height: 40px;
            line-height: 40px;
            border-radius: 3px;
            text-indent: 14px;
            display: inline;
            font-size: 18px;
            border-color: #cbd5dd;
            box-shadow: none;
            border: 1px solid #ccc;
        }

        .container .main .form-btn {
            height: 40px;
            background: #1ab394;
            text-align: center;
            line-height: 40px;
            color: #fff;
            border-radius: 3px;
            display: block;
            font-size: 16px;
            margin-top: 10px;
            cursor: pointer;
        }

            .container .main .form-btn:hover {
                background: #25a589;
                text-decoration: none;
            }

    .container footer {
        margin: 20px auto 30px;
        line-height: 25px;
    }

    .container .text-tip {
        color: #1191c3;
    }

.udesk-contack {
    border-radius: 4px;
    position: fixed;
    right: 30px;
    width: 98px;
    z-index: 999;
}

    .udesk-contack a {
        display: block;
    }

.ipMob,
.imMob {
    display: none;
}

#footer {
    text-align: center;
    padding: 20px 0;
}

.errorTip {
    text-align: left;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 10px;
    padding: 5px 20px 5px 20px;
    line-height: 20px;
    margin-bottom: -15px;
}

@media (min-width: 768px) {
    .udesk-contack {
        top: 35%;
    }

    .navbar-header span {
        display: none;
    }

    #footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
        min-height: 100%;
        background: #fff;
    }

    html {
        background-color: #f2f4f8;
        overflow-x: hidden;
    }

    .mobIm {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #5bb1ff url(../images/mobim.png) no-repeat 15% 20%;
        background-size: auto 80%;
        border-radius: 0px;
        border-right: 1px solid #fff;
        -webkit-border-radius: 0px !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        width: 50%;
        z-index: 10;
        height: 64px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        line-height: 64px;
    }

    .mobIp {
        position: fixed;
        bottom: 0;
        right: 0;
        background: #5bb1ff url(../images/mobip.png) no-repeat 15% 45%;
        background-size: auto 80%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-left: 1px solid #5BB1FF;
        width: 50%;
        z-index: 10;
        height: 64px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        line-height: 64px;
    }

    .mobImpc {
        display: none;
    }

    .ipMob,
    .imMob {
        display: block;
    }

    .header.navbar a {
        text-align: center;
    }
}

.container .main input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #333;
    -webkit-text-fill-color: #333;
