* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    ;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*PlaceHolder颜色*/

::-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

h1,
h2 {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #00a0e9;
    min-width: 320px;
}


/* 字体*/

body,
button,
input,
select,
textarea {
    font-family: 'Microsoft YaHei', tahoma, arial, 'Hiragino Sans GB', 宋体, sans-serif;
}

a {
    text-decoration: none;
}

.pull-left {float: left;}
.pull-right {float: right;}

/* 溢出隐藏 */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 下拉框 */

.dropdown {
    position: relative;
    display: block;
    float: left;
}


/* 下拉框 > 按钮 */

.dropdown .dropdown-button {
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 24px;
}

.dropdown .dropdown-button .caret:after {
    content: '';
    display: inline-block;
    margin: auto 2px;
    border-top: 8px solid #D9F1FC;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
}


/* 下拉框 > 菜单DIV */

.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    border: 1px solid transparent;
    right: 0;
    top: 28px;
    float: left;
    z-index: 1000;
    /* 预留小箭头的高度 */
    padding: 6px 0 0;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu ul {
    min-width: 110px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #D9F1FC;
    border-radius: 2px;
    overflow: hidden;
}


/* 下拉框 > 菜单UL > 箭头 */

.dropdown .dropdown-menu:before {
    position: absolute;
    /* 填空预留高度 */
    top: 0;
    content: '';
    display: block;
    right: 10px;
    /* 箭头样式 */
    border-top: none;
    border-left: 8px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #D9F1FC;
}


/* 下拉框 > 菜单UL > 分割线 */

.dropdown .dropdown-menu>ul>li+li {
    border-top: 1px #C6DCE8 solid;
}

.dropdown .dropdown-menu>ul>li+li a {
    border-top: 1px #DDF3FC solid;
}

.dropdown .dropdown-menu>ul>li>a>code {
    display: none;
}

.dropdown .dropdown-menu>ul>li>a:hover {
    background-color: #92DDFF;
    border-top-color: #92DDFF;
}


/* 下拉框 > 菜单项目 - 选项*/

.dropdown .dropdown-menu>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2b3643;
    white-space: nowrap;
    line-height: 26px;
}


/* 页面布局 */

#page {
    position: relative;
    min-height: 100%;
    padding-bottom: 125px;
}

#page>div>.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#page>div>.wrapper:after {
    display: block;
    content: '';
    clear: both;
}


/* 头部 */

#header {
    height: 100px;
    border-top: 1px transparent solid;
    border-bottom: 1px #3A768D solid;
    background-color: #2b3643;
    margin: 0;
}

#header>.wrapper {
    padding: 0 40px;
}


/* LOGO */

.logo {
    float: left;
}

.logo i {
    display: block;
    float: left;
    width: 141px;
    height: 98px;
    background: transparent url(../img/header-logo-white.png) 0 center no-repeat;
    background-size: 100% 34px;
}

.logo h1 {
    display: inline-block;
    color: #fff;
    margin: 0 0 0 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 98px;
}


/* 语言选择框 */

.list-language {
    float: right;
    margin-top: 35px;
}


/* Login图片 */

.login-pictures {
    float: left;
    padding-top: 100px;
}

.login-picture {
    display: inline-block;
    float: left;
    width: 487px;
    height: 450px;
    background: transparent url(../img/login-picture.png) 0 0 no-repeat;
}


/* 正文区域 */

#content {
    border-top: 1px #18C0FF solid;
}

#content>.wrapper {}


/* Login面板 */

.login-pannel {
    margin-top: 115px;
    margin-right: 10px;
    float: right;
    padding: 25px;
    background-color: #fff;
    border-radius: 4px;
    width: 370px;
}


/*显示验证码场合*/

.login-pannel.show-captcha {
    margin-top: 95px;
}


/*显示验证码+错误消息场合*/

.login-pannel.show-message.show-captcha {
    margin-top: 75px;
}

.login-pannel>div {
    display: block;
    width: 100%;
}


/* LOGIN标题 */

.login-title h2 {
    color: #2b3643;
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* LOGIN表单 */

.login-form>div {
    margin: 20px auto 0;
    width: 100%;
}


/* 错误消息 */

.login-messages {
    display: none;
}

.login-pannel.show-message .login-messages {
    display: block;
}

.login-message {
    line-height: 34px;
    border: 1px solid #FE9171;
    background-color: #FFD4D7;
    margin-top: 5px;
    color: #F00;
    height: 36px;
    overflow: hidden;
    padding: 0 5px;
}

.login-message:before {
    content: '';
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    background: transparent url(../img/icons.png) -6px -66px no-repeat;
    margin: 8px 8px 0 5px;
}


/* LOGIN项目共通 */

.login-form>.login-item {
    margin-top: 20px;
    position: relative;
}

.login-item label {
    position: absolute;
    top: 1px;
    left: 1px;
    display: block;
    width: 48px;
    height: 48px;
    border-right: 1px solid #E3E3E3;
    background-color: #EEE;
}

.login-item label span {
    display: none;
}

.login-item label i {
    position: absolute;
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    background-image: url(../img/icons.png);
}

.login-item label i {}

.login-item input {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    height: 50px;
    padding: 11px 8px 11px 55px;
    border: 1px solid #E3E3E3;
    outline: none;
    /*iOS输入框默认内阴影*/
    -webkit-appearance: none;
}

.login-item input:focus {
    border-color: #999;
}


/* 用户名图标 */

.item-user label i {
    background-position: -3px -2px;
}


/* 密码图标 */

.item-password label i {
    background-position: -3px -32px;
}


/* 验证码 */

.item-captcha {
    padding-right: 125px;
    display: none;
}


.login-pannel.show-captcha .item-captcha {
    display: block;
}

.item-captcha label i {
    background-position: -2px -93px;
}

.item-captcha img {
    width: 120px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.item-captcha a:focus img {
    border: 1px solid #999;
}


/* 记住密码 */

.item-rememberme {
    color: #999;
    display: none;
}

.login-pannel.show-rememberme .item-rememberme {
    display: block;
}

.item-rememberme input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.item-rememberme label {
    vertical-align: middle;
    cursor: pointer;
}


/* 登录按钮 */

#btn-login {
    border: none;
    background-color: #2B3643;
    color: #fff;
    width: 100%;
    line-height: 50px;
    cursor: pointer;
}

#btn-login:hover {
	background-color: #35404D;
}

/* 操作结果面板 */

.result-pannel {
    margin: 150px auto 0;
    background-color: #fff;
    border-radius: 4px;
    width: 370px;
    width: 100%;
    max-width: 900px;
    padding: 40px 50px;
}

.result-pannel>.result-title {}

.result-pannel>.result-title>h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 36px;
}

.result-pannel>.result-title>h2:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../img/message-icons.png);
    float: left;
    margin-right: 10px;
}

.result-pannel>.result-body {
    line-height: 34px;
    border: 1px solid transparent;
    margin-top: 25px;
    padding: 20px 25px;
}

.result-pannel.success>.result-title>h2 {
    color: #329900;
}

.result-pannel.success>.result-title>h2:before {
    background-position: -2px -42px;
}

.result-pannel.success>.result-body {
    border-color: #A2D887;
    background-color: #E9FFDE;
    color: #329900;
}

.result-pannel.error>.result-title>h2 {
    color: #FF2424;
}

.result-pannel.error>.result-title>h2:before {
    background-position: -2px -2px;
}

.result-pannel.error>.result-body {
    border-color: #FE9171;
    background-color: #FFD4D7;
    color: #FF2424;
}


/* 底部 */

#footer {
    background: transparent url(../img/footer-bg.png) center center no-repeat;
    background-size: cover;
    height: 125px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


/* 版权 */

.copyright {
    text-align: center;
    margin-top: 30px;
}

.copyright span {
    padding: 0 110px;
    position: relative;
    color: #fff;
}

.copyright span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100px;
    height: 1px;
    background: transparent url(../img/footer-wing.png) 0 -5px no-repeat;
}

.copyright span:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100px;
    height: 1px;
    background: transparent url(../img/footer-wing.png) 0 -14px no-repeat;
}


/* 媒体选择 */

@media (max-width: 880px) {
	#header>.wrapper {
        padding: 0 20px;
    }

    #content .wrapper {
        padding: 0 20px;
    }
    .login-picture {
        display: none;
    }
    .login-pannel {
        margin-top:25px !important;
        margin-right: auto;
        float: none;
        width: 100%;
    }
    .copyright span {
        padding: 0;
    }
    .copyright span:before {
        display: none;
    }
    .copyright span:after {
        display: none;
    }
    .result-pannel {
        margin: 25px auto 0;
        padding: 40px 20px;
    }
}

/* 密码错误部分 */
.forget-password {text-align: right}
.forget-password a,.forget-password a:VISITED{ text-decoration: none;color: #35404D}
.forget-password a:HOVER {color:red}
