/*
 * Copyright (c) 2015 Mailtech.cn, Ltd. All Rights Reserved.
 */

html, body {
    color: #fff;
    font-family: "Microsoft YaHei",tahoma,verdana,sans-serif;
    font-size: 12px;
    width:100%;
    height:100%;
    overflow: hidden;
    margin: 0;
}
#slogan{
    margin: 0 0 0 50px;
}
.main {
    z-index: 96;
}
.main, .MainContent, .main-bottom {
    height: 100%;
    position: absolute;
    width: 100%;
}

.MainContent{
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    /*opacity: 1;*/
}
.MainContent, .main-bottom {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.main, .MainContent, .main-bottom {
    height: 100%;
    position: absolute;
    width: 100%;
}
.leftContent {
    bottom: 0;
    /* rtl:ignore */
    left: 0;
    overflow: hidden;
    position: absolute;
    /* rtl:ignore */
    right: 36%;
    top: 0;
}
.Logo {
    background: url("../img/login/logo.png") no-repeat ;
    /* rtl:ignore */
    margin: 40px 0 0 50px;
    height: 60px;
}
a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}

.version {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 34%;
}
.version .slogan-img {
    width: 350px;
}
@media (max-width: 1024px) {
    .version .slogan-img {
        width: 268px;
    }
}
/*.copyright*/
.footer{
    bottom: 30px;
    font-style: normal;
    left: 50px;
    position: absolute;
}
.aside-blur {
    background-position: right center;
    background-size: cover;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    /* rtl:ignore */
    right: 0;
    top: 0;
    width: 36%;
}
.aside-blur2 {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    /* rtl:ignore */
    right: 0;
    top: 0;
    width: 36%;
}
.transparent {
    background-color: #000;
    opacity: 0.15;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
}
.aside {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    /* rtl:ignore */
    right: 0;
    top: 0;
    width: 36%;
}
.weather {
    display: table;
    font-size: 13px;
    left: 18%;
    line-height: 36px;
    position: absolute;
    top: 40px;
    width: 312px;
}
.f-fl {
    float: left;
}
.weather i {
    color: #fff;
    font-size: 27px;
    transition: color 0.3s ease-out 0s;
}
.weather label {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    margin-left: 5px;
}
.f-fr {
    float: right;
}
.weather i.favourite {
    font-size: 24px;
    margin-right: 4px;
}
.loginArea {
    /* rtl:ignore */
    left: 18%;
    padding: 12px 25px 15px 25px;
    position: absolute;
    top: 33%;
    width: 340px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
    color: #aaa;
}
.loginArea a {
    color: #0079bd;
}
.loginArea .loginType {
    display: table;
    line-height: 40px;
    margin-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #e3e4e5;
}
.loginType .login-language {
    position: absolute;
    top: -40px;
    /* rtl:ignore */
    right: 0;
    color: #fff;
}
.loginType .login-admin {
    font-weight: bold;
    font-size: 16px;
    color: #212121;
    text-align: left;
}
.loginType a.active {
    color: #fff;
    font-weight: bold;
}
.loginType a {
    color: #000;
    display:block;
    font-size: 14px;
    padding: 6px 20px 6px 20px;
    white-space: nowrap;
}
.loginType a:hover {
    color: #333;
    background: #f7f7f7;
    text-decoration: none;
}
.loginArea .languagePanel {
    cursor: pointer;
    font-size: 14px;
    position: relative;
}
.u-menu {
    display: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    left: -20px;
    line-height: 1.5;
    list-style: outside none none;
    margin: 5px 0 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: opacity 0.1s ease-out 0s, margin-top 0.1s ease-out 0s;
    z-index: 100;
    padding: 0;
}

.u-form {
    color: #fff;
    position: relative;
    line-height: 30px;
}
.u-form .arrow {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    left: 21px;
    position: absolute;
    top: -7px;
}
.u-form-item {
    margin-bottom: 20px;
    padding-left: 100px;
}

.u-form-item::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.u-form .u-form-item-1:first-child {
    border-top: 1px solid #e3e4e5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.u-form .u-form-item {
    margin: 0;
    padding: 0;
}
.u-form .u-form-item-1 {
    border-bottom: 1px solid #e3e4e5;
    border-left: 1px solid #e3e4e5;
    border-right: 1px solid #e3e4e5;
    position: relative;
}
.u-form .u-form-item-1 .wrapper {
    background-color: #fff;
    opacity: 0.9;
    line-height: 40px;
}
.u-form .label {
    display: inline-block;
    text-align: center;
    width: 42px;
}
.u-form-item label i {
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s ease-in 0s;
}
.u-input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    height: 28px;
    outline: medium none;
    padding: 5px 10px 5px 0;
    transition: background-color 0.3s ease-out 0s, border-color 0.3s ease-out 0s, color 0.3s ease-out 0s;
    width: 240px;
    font-family: "Microsoft YaHei", "lucida Grande", Verdana;
    box-sizing: border-box;
}
.u-form .u-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #6c6c6f;
    height: 29px;
}
.u-form-item::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.u-form .u-form-item-2 {
    height: 40px;
    line-height: 40px;
}
.u-form .u-form-item {
    margin: 0;
    padding: 0;
}
.cbWrapper {
    display: inline-block;
}
input[type="checkbox"] {
    box-sizing: border-box;
    line-height: normal;
    margin: 0 4px 0 0;
    padding: 0;
    position: relative;
}
.checkbox-checked {
    background: rgba(0, 0, 0, 0) url("../img/login/check_on.png") no-repeat scroll 0 0;
}
.checkbox {
    background: rgba(0, 0, 0, 0) url("../img/login/check.png") no-repeat scroll 0 0;
    float: left;
    height: 16px;
    margin: 1px 3px 0 0;
    overflow: hidden;
    width: 16px;
}
.u-form .u-form-item-2 .checkbox {
    margin-top: 12px;
}
.checkbox-checked {
    background: rgba(0, 0, 0, 0) url("../img/login/check_on.png") no-repeat scroll 0 0;
}
.checkbox {
    background: rgba(0, 0, 0, 0) url("../img/login/check.png") no-repeat scroll 0 0;
    float: left;
    height: 16px;
    margin: 1px 3px 0 0;
    overflow: hidden;
    width: 16px;
}
.rc-hidden {
    left: -999em;
    position: absolute !important;
}
.u-form .u-form-item-2 .submit {
    font-weight: bold;
    height: 40px;
    width: 100%;
}
.loginButton, .ui-dialog-buttonpane .ui-button:first-child {
    background-color: #167ab6;
    border-color: #136b9f;
    color: #ffffff;
}
.u-btn, .ui-button {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    outline: medium none;
    padding: 0 12px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}


.footer .content {
    height: 100%;
    margin: 0 auto;
}

.footer .phone {
    float: left;
    height: 100%;
}

.footer .phone .item {
    display: inline;
    padding: 0 10px 0 0;
}

.footer .phone .item:last-child {
    border: 0;
}


.footer .copyright {
    height: 100%;
    line-height: 45px;
}
.hidden {
    display: none;
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 0;
    height: 0;
}

.footer .phone .item.hidden {
    display: none;
    width: 0;
    height: 0;
}
.f-fr .Links {
    float: right;
    height: 100%;
    margin-right: 30px;
    text-align: right;
}
.Links a {
    padding-left: 20px;
}

.slogan {
    text-align: center;
    margin-top: 100px;
}

.weather .question:hover{
    color: #057bac;
}
.weather i.favourite:hover{
    cursor: pointer;
    color: #F45A5A;
}

.u-form-item label.actived i{
    color: #555;
}

.u-form .errMsg {
    color: #ff0000;
    font-size: 13px;
}
