html, body {
    height: 100%;
    color: #FFF;
    /*min-height: 540px;*/
}

body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial,
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 12px;
    /*background: #4a709b;*/
    background: rgba(84, 115, 255, 0.68);
    background: linear-gradient(180deg, rgba(40, 125, 235, 0.56) 5%, #ffffff 100%);
    /*background: url("common/img/bgp.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
}

.i-theme-blue .k-icon, .i-theme-blue .i-icon {
    width: 18px;
    height: 18px;
    background-image: url(iplatui/css/common/i-sprite.png) !important;
    background-size: 360px 360px !important;
}

.i-theme-blue .css-input,
.i-theme-blue .i-region .css-input {
    min-height: 18px;
    padding-left: 0;
    margin: 0;
}

.i-theme-blue .css-input input + span,
.i-theme-blue .i-region .css-input input + span {
    margin-right: 0.3125rem;
}

.i-theme-blue .css-input input:focus + span,
.i-theme-blue .i-region .css-input input:focus + span {
    box-shadow: none;
}

.i-theme-blue .css-input input[type=checkbox]:checked + span,
.i-theme-blue .i-region .css-input input[type=checkbox]:checked + span {
    background-position: -162px -144px;
}

.i-theme-blue .css-input input[type=checkbox] + span,
.i-theme-blue .i-region .css-input input[type=checkbox] + span {
    background-position: -162px -126px;
}

.i-theme-blue .css-input input[type=radio]:checked + span,
.i-theme-blue .i-region .css-input input[type=radio]:checked + span {
    background-position: -162px -180px;
}

.i-theme-blue .css-input input[type=radio] + span,
.i-theme-blue .i-region .css-input input[type=radio] + span {
    background-position: -162px -162px;
}

.row {
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

.form-group a {
    color: white;
}

.system-title {
    position: absolute;
    text-align: center;
    top: 30px;
    width: 100%;
}
.system-title span {
    font-size: 40px;
    font-color: white;
}

.main {
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
    min-height: 540px;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.login-block {
    padding: 20px 20px;
    min-height: 420px;
    background-color: rgba(1, 0.6, 0.6, 0.6);
    /*background: linear-gradient(rgba(20, 20, 50, 0.8), rgba(20, 20, 81, 0.8));*/
    margin: 0 auto;
    position: relative;
    /*box-shadow: 0 2px 5px 0 rgba(0, 30, 98, 0.50);*/
}

.logo {
    width: 150px;
    height: 32px;
    margin: 0 auto;
    background: url("common/img/baowu_logo.png") no-repeat right top;
    background-size: 70%;
}

.form-header {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 25px;
}

.form-header p {
    margin-bottom: 0;
}

.form-header p.text-danger {
    font-size: 14px;
    color: #f04134;
    width: 100%;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-input {
    font-size: 14px;
    background: transparent;
    width: 100%;
    height: 36px;
    padding: 8px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    outline: 0;
}

.form-group.password {
    margin-bottom: 15px;
}

.form-group.remember {
    margin-top: 0;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 12px;
}

.form-group.log-in {
    margin-bottom: 0;
}

.login-btn {
    font-size: 15px;
    height: 36px;
    width: 100%;
    background: #2B6DCB;
    border: 0;
    border-radius: 2px;
}

/*rgb(28, 39, 66)*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
}

::-moz-placeholder {
    color: #FFF;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #FFF;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #FFF;
    font-size: 14px;
}

/*版本信息警告窗口*/
.warning-window {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 25%;
    margin-top: -177px;
    display: none;
    z-index: 10003;
}

.i-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10002;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.5;
    display: none;
}

.i-region-header {
    border-radius: 2px 2px 0 0;
    line-height: 20px;
    font-size: 13px;
    padding: 5px 16px 3px 20px;
    background: linear-gradient(to right, #1F65DA 0%, #368FFF 100%);
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;

}

.i-region-content {
    height: 100%;
    margin: 28px 0 0 0;
    background: #FFFFFF;
    text-align: center;
    display: block;
    width: 100%;
}

.warning-msg {
    font-size: 20px;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
    letter-spacing: 1px;
    color: #4C5569;
    display: block;
    padding-top: 30px;
    height: 100%;
}

.browser-icon {
    margin-top: 29px;
    height: 101px;
}

.ie-icon {
    height: 101px;
    width: 104px;
    background-image: url("iplatui/img/icon_ie.png");
    display: inline-block;
}

.chrome-icon {
    height: 101px;
    width: 101px;
    background-image: url("iplatui/img/icon_chrome.png");
    display: inline-block;
}

.browser-name {
    margin-top: 20px;
    height: 25px;
    text-align: center;
}

.ie-name, .chrome-name {
    display: block;
    font-size: 18px;
    color: #555555;
}

.download-browser {
    margin-top: 20px;
    height: 30px;
}

.download-btn {
    background: #2F80ED;
    border-width: 0;
    border-image: none;
    border-radius: 2px;
    padding: 9px 16px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 12px;
}

.download-btn:hover {
    background-color: #3088F4;
    opacity: 0.8;
}

.download-btn:active {
    background-color: #2B76DB;
    opacity: 1;
}

.i-close {
    background-position: -108px -144px;
    float: right;
    cursor: pointer;
}

@media (min-width: 992px) {
    .login-form {
        margin-left: -25px;
    }
}

/* 放大弹出窗口 */
.zoom-window{
    position: absolute;
    width: 64%;
    top: 50%;
    left: 17%;
    margin-top: -184px;
    z-index: 10003;
    height: 55%;
    overflow: hidden;
}

.i-zoom-text{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-indent: 2em;
    text-align: left;
    padding: 15px;

}

/* 公告板 */
.info-block {
    min-width: 400px;
    min-height: 420px;
    /*position: relative;*/
    /*background: url("common/img/bgp.jpg") no-repeat;*/
    /*background-size: 100% 100%;*/
}

.picture {
    min-width: 400px;
    min-height: 420px;
    background: url("common/img/bgp.jpg") no-repeat;
    background-size: 100% 100%;
}

.info-content {
    background: rgba(3, 29, 71, 0.49);
    color: #FFFFFF;
    padding: 25px;
    padding-top: 10px;
    margin: 0 auto;
    height: 100%;
}

.info-content a {
    color: #FFE06A;
    text-decoration: underline;
}

.info-title {
    text-align: center;
    font-size: 24px;
    margin-top: 0;
}

.info-detail {
    margin-top: 10px;
    overflow-y: auto;
    height: 145px;
}

.info-detail p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 21px;
}

.info-detail p:hover {
    cursor: zoom-in;
    cursor: url("common/img/zoom-in.ico"),auto
}
.separator {
    margin-top: 25px;
    margin-bottom: 20px;
    border-top: 1px dashed #FFFFFF;
    opacity: 0.4;
}

.secondary-info {
    height: 72px;
    overflow-y: auto;
}

.secondary-info p, .browser-info p {
    color: #89A4C5;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.browser-info {
    height: 24px;
    margin-top: 10px;
    overflow-y: auto;
}

/* 登录页底部版权信息 浏览器文字信息 */
.info {
    position: fixed;
    bottom: 13px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.copyright-info {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.4;
    margin-top: 16px;
}

.phone-number {
    opacity: 0.8;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
}

.copyright-info {
    margin-top: 20px;
}