﻿/*---------------------reset----------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ol, ul, li {
    list-style: none
}

body {
    background: #FFF;
    font-family: 微软雅黑,Georgia, "Times New Roman", Times, serif,verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table, table td, table th {
        border: 1px solid #edeada;
        border-collapse: collapse;
    }

address, cite, code, dfn, em, var, i {
    font-style: normal
}

input[type=button], input[type=submit], button {
    cursor: pointer;
    outline: none;
}

.input, select {
    vertical-align: middle;
    outline: none;
}

* html .clearfix {
    zoom: 1
}

* + html .clearfix {
    zoom: 1
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #009bd8
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.pos-r {
    position: relative;
}

.hide {
    display: none;
}

label, input, button, select, textarea {
    font-weight: 400;
    line-height: 20px;
}
/*---------------------header----------------------*/
.header {
    height: 114px;
    margin: 26px auto;
    overflow: hidden;
    position: relative;
    width: 1000px;
    z-index: 2;
}

.container {
    margin-top: -20px;
    background: #fff url(../images/bg-3.jpg) center 0 no-repeat;
    height: 520px;
    background-size: cover;
}

.wrap {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.wrap .box {
    width: 278px;
    float: right;
    margin-top: 60px;
}

.wrap .box h1 {
    color: tomato;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.user-login-reg {
    width: 278px;
    margin: 8px 30px 0 0;
    background-color: #fff;
    position: relative;
}

.user-login-reg .ui-tab-control li {
    width: 50%;
    height: 39px;
    float: left;
    color: #ccc;
    background-color: #353535;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
}

.user-login-reg .ui-tab-control li {
    width: 50%;
    box-sizing: border-box;
    height: 39px;
    float: left;
    color: #7d7d7d;
    background-color: #f7f7f7;
    border-top: 2px solid #f7f7f7;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
}

.user-login-reg .ui-tab-control .active {
    background-color: #fff;
    color: #f08300;
    border-top: 2px solid;
    cursor: default;
}

.user-login-reg .ui-tab-container {
    padding: 2px 20px 30px 20px;
}

.user-login-reg .ipt-wrap {
    position: relative;
}

    .user-login-reg label {
        display: block;
        margin-top: 20px;
        padding-left: 40px;
        height: 36px;
        border: 1px solid #e5e5e5;
        background: url(../images/icon_user.png) no-repeat 16px center;
    }

        .user-login-reg label.pwd-wrap {
            background-image: url(../images/icon_pwd.png)
        }

.user-login-reg .input-xlarge {
    width: 188px;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    font-family: "微软雅黑";
    border: none;
}

input.text-error, textarea.text-error {
    color: #b94a48;
    border: 1px solid #b94a48;
}

.lt-plugins-simplevaliderrortips {
    position: absolute;
    font-size: 12px;
    background: #fff7e9;
    border: 1px solid #ffd999;
    border-radius: 5px;
    padding: 4px 10px;
    color: #e75c00;
    line-height: 20px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    z-index: 997;
}

.lt-plugins-simplevaliderrortips {
    display: none;
    font-size: 12px;
    color: #e75c00;
    line-height: 20px;
}

    .lt-plugins-simplevaliderrortips .error-content {
        white-space: nowrap;
    }

    .lt-plugins-simplevaliderrortips em, .lt-plugins-simplevaliderrortips i {
        position: absolute;
        bottom: 28px;
        left: 20px;
        overflow: hidden;
        width: 0;
        height: 0;
        z-index: 999;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
        _border-color: tomato tomato tomato tomato;
        border-bottom-color: #fff7e9;
        _filter: chroma(color=tomato);
    }

.user-login-reg .optional {
    color: #aaabab;
    margin-top: 14px;
    height: 20px;
}

.user-login-reg .link-findpwd {
    margin-top: 2px;
    float: right;
}

.user-login-reg .optional a {
    color: #aaabab;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input.checkbox {
    line-height: normal;
    margin-right: 5px;
}

.user-login-reg .actions {
    text-align: center;
    margin-top: 15px;
}

.user-login-reg .login-form .actions {
    margin-bottom: 20px;
}

.user-login-reg .login-form .actions {
    margin-top: 25px;
}

.user-login-reg .btn-warning {
    border-radius: 0;
    width: 238px;
    height: 48px;
    color: #FFF;
    font-size: 20px;
    text-shadow: 0 -1px 0 rgba(229,134,0,1);
    box-shadow: 0 0 0 rgba(229,134,0,1);
    background: #f08300;
    border: none;
}

    .user-login-reg .btn-warning:hover {
        background: #ffa200;
    }

.foot {
    width: 980px;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    color: #a0a0a0;
    line-height: 20px;
}
