﻿html {
    font-size: 62.5%;
    font-family: tahoma,Helvetica,Arial,\\5FAE\8F6F\96C5\9ED1;
}

blockquote, body, button, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

menu, ol, ul {
    list-style: none;
}

fieldset, img {
    border: none;
}

button, img, input, object, select, textarea {
    vertical-align: middle;
}

abbr, address, b, caption, cite, code, dfn, em, i, input, select, small, strong, textarea, th, var {
    font-size: 100%;
    font-style: normal;
}

caption, th {
    text-align: left;
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

code, kbd, pre, samp, tt {
    font-family: Consolas,Courier New,Courier,monospace;
}

address, cite, dfn, em, i, var {
    font-style: normal;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none;
    }

a {
    text-decoration: none;
    cursor: pointer;
}

    a, a:active, a:link, a:visited {
        color: #000;
    }

        a:focus, a:hover {
            color: #f60;
            text-decoration: none;
            outline: 0;
        }

.cf {
    zoom: 1;
}

    .cf:after, .cf:before {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

body {
    width: 100%;
    height: 100%;
    background: url(../../Picture/Home/BgLogin1.png) no-repeat;
    background-size: 100% auto;
}

.loginbox, body {
    position: absolute;
}

.loginbox {
    width: 767px;
    height: 414px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url(../../Picture/Home/BgLogin2.png) no-repeat;
    background-size: 100% auto;
}

    .loginbox .logincontent {
        position: absolute;
        right: 60px;
        top: 50%;
        width: 32%;
        transform: translateY(-50%);
    }

        .loginbox .logincontent .imgtitle {
            text-align: center;
            height: 60px;
            line-height: 60px;
            width: 150px;
            color: #cc3023;
            margin: 0 auto;
            font-size: 35px;
            /*background: url(../../Picture/Home/云证.png) no-repeat;*/
            /*background:url(../../Picture/Tongli/logo.jpg) no-repeat;*/
            background-size: auto 80%;
            background-position: 0;
            position:relative;
            right:350px;
        }

        .loginbox .logincontent .subtitle {
            text-align: center;
            height: 80px;
            line-height: 40px;
            font-size: 35px;
            color: #cc3023;
            position:relative;
            bottom:50px;
        }

form {
    box-sizing: border-box;
    margin: 10px 0;
}

    form .form-group {
        margin-bottom: 10px;
    }

        form .form-group:after {
            content: "";
            display: table;
            clear: both;
        }

        form .form-group .form-left {
            float: left;
            width: 30%;
            height: 34px;
            font-size: 14px;
            line-height: 34px;
            position: relative;
            color: #cc3023;
        }

        form .form-group .form-right {
            float: left;
            width: 66%;
            position: relative;
        }

        form .form-group .form-con {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 9pt;
            padding-left: 36px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            border-radius: 10px;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

        form .form-group .input-icon {
            position: absolute;
            left: 0;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            color: #333;
        }

button {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn {
    background-color: #f00808;
    color: #fff;
}

.btn-right {
    float: right;
    margin-right: 10px;
}
