﻿@charset "utf-8";
/*common*/
@font-face {
    font-family: DINCond-Bold;
    src: url('../fonts/DINCond-Bold.otf');
}

html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

    html * {
        outline: none;
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

body {
    background: #f0f4fb;
    font-size: 14px;
    color: #333;
    overflow: auto;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}


input, select, textarea {
    font-size: 100%;
}

button, input, select, textarea {
    outline: 0 none !important;
    blr: expression(this.onFocus=this.blur());
}

/* 去除默认边框 */
img {
    border: 0;
    max-height: 100%;
    max-width: 100%;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}


/* 来自 yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before, q:after {
    content: '';
}


em,
i {
    font-style: normal;
}

/* 默认不显示下划线，保持页面简洁 */
ins,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a {
    color: #666;
}





.i-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
}

    .i-icon img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }






/* login */

.login-body {
    width: 100%;
    min-height: 100vh;
    background: url('../../images/bg.png') no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.login-title {
    text-align: center;
    height: 70px;
    margin: 0.9rem 0 0.5rem;
}

    .login-title img {
        height: 70px;
        max-width: 100%;
    }

.login-box {
    width: 1180px;
    height: 620px;
    border-radius: 16px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #feece7;
}

.login-box-left {
    width: 640px;
    height: 620px;
}

    .login-box-left img {
        width: 100%;
        height: 100%;
    }

.login-footer {
    text-align: center;
    margin: 0.7rem 0 0.2rem;
}

    .login-footer p {
        line-height: 32px;
        font-size: 18px;
        color: #000;
    }

.login-box-right {
    width: 538px;
}

.login-box-con {
    width: 412px;
    margin: 0 auto;
}

    .login-box-con > h3 {
        margin: 70px 0 60px;
        height: 40px;
        text-align: center;
    }

        .login-box-con > h3 img {
            height: 100%;
        }

.login-item {
    height: 70px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f4e5d6;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 19px;
    box-shadow: 0 0 6px 4px rgba(249,142,124,0.1);
}

    .login-item > img {
        width: 28px;
        height: 28px;
        float: left;
        margin-right: 15px;
    }

    .login-item input {
        width: 320px;
        height: 28px;
        font-size: 18px;
        color: #000;
        border: 0;
    }

.login-btn {
    width: 100%;
    height: 70px;
    font-size: 24px;
    color: #fff;
    background: #ff4829;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 6px 4px rgba(249,142,124,0.3);
}

.login-btn-link {
    line-height: 40px;
    text-align: right;
    margin-top: 30px;
}

    .login-btn-link a {
        color: #000;
        font-size: 18px;
    }

        .login-btn-link a:hover {
            text-decoration: underline;
        }
