﻿@charset "utf-8";

/* appkit desktop */

html:not(.mobile) [dv="mobile"],
html:not(.mobile) [dv="m"],
html:not(.mobile) [device="mobile"],
html:not(.mobile) [device="m"] {
    display: none;
}

.popup-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    opacity: 0;
    z-index: 99999999;
    transition: all .3s linear;
    font-size: 1rem;
}

.divContDeta {
    position: relative;
    width: 600px;
    margin: 30px auto;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
    background-color: #fff;
}

.divHead {
    min-height: 16.5px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.167rem;
}

.spHead {
    float: right;
    color: #ccc;
    cursor: pointer;
    font-size: 2.333rem;
    margin-top: -13px;
    font-weight: normal;
}

.spHead:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.divMsg {
    position: relative;
    padding: 26px 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.divMsg > img {
    margin-right: 10px;
    vertical-align: middle;
}

.divFoot {
    padding: 19px 20px 20px;
    text-align: right;
}

.acYes, .acNo {
    font-size: 1rem;
    border-radius: 0px;
    padding: 8px 16px;
    line-height: 14px;
    cursor: pointer;
    display: inline-block;
}

.acYes {
    color: #fff;
    border: 1px solid #09c;
    background-color: #09c;
}

.acYes:hover {
    color: #fff;
    border: 1px solid #28b5d6;
    background-color: #28b5d6;
}

.acNo {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    margin-left: 5px;
}

.acNo:hover {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
}

/* 帮助 */

.ak-help.dv-help {
    position: fixed;
    width: 400px;
    right: 0;
    top: 50px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 8px #f2f2f2;
    background-color: #fff;
    z-index: 100;
}

.ak-help.dv-help[size='lg'] {
    width: 1140px;
}

.ak-help.dv-help[size='md'] {
    width: 600px;
}

.ak-help.dv-help[size='sm'] {
    width: 400px;
}

.ak-help .dv-help-fra {
    width: 100%;
    height: calc(100% - 25px);
    padding-top: 10px;
    display: block;
}

.ak-help .dv-help-t {
    height: 25px;
    line-height: 25px;
    background-color: #f3f3f3;
}

.ak-help .dv-help-t-open,
.ak-help .dv-help-t-w[size='lg'],
.ak-help .dv-help-t-w[size='md'],
.ak-help .dv-help-t-w[size='sm'] {
    height: 100%;
    float: left;
    cursor: default;
    padding-left: 10px;
    color: #337ab7;
    line-height: 22px;
}

.ak-help .dv-help-t-open {
    cursor: move;
}

.ak-help .dv-help-t-open:hover {
    color: #d81e06;
}

.ak-help .dv-help-t-w[size='lg'] {
    font-size: 1.833rem;
    line-height: 17px;
    padding-left: 8px;
}

.ak-help .dv-help-t-w[size='md'] {
    font-size: 1.5rem;
    line-height: 18px;
    padding-left: 8px;
}

.ak-help .dv-help-t-w[size='sm'] {
    line-height: 19px;
    padding-left: 8px;
}

.ak-help .dv-help-t-close {
    height: 100%;
    background-color: transparent;
    background-image: url(../../img/16x16/arrow-x.png);
    float: right;
    width: 25px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 3px;
}

/* align left/right */

.dv-align-lr {
    width: 780px;
    position: fixed;
    top: 0;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 8px #f2f2f2;
    background-color: #fff;
    z-index: 100;
}

/* align top/bottom */

.dv-align-tb {
    position: fixed;
    width: 100%;
    left: 0;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 8px #f2f2f2;
    background-color: #fff;
    z-index: 100;
}

.dv-align-lr .dv-alr-fra,
.dv-align-tb .dv-atb-fra {
    width: 100%;
    height: 100%;
    padding: 0 5px 0 5px;
    display: block;
}

.dv-align-tb .dv-atb-fra {
    padding: 0;
}

.dv-align-lr .dv-alr-close,
.dv-align-tb .dv-atb-close {
    position: absolute;
    right: 20px;
    top: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    background-image: url(../../img/16x16/arrow-x.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 3px;
}

iframe.hframe {
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
}

iframe.hframe.hf-top,
iframe.hframe.hf-bottom {
    left: 0;
    width: 100%;
    height: 50%;
}

iframe.hframe.hf-top {
    top: 0;
}

iframe.hframe.hf-bottom {
    bottom: 0;
}

iframe.hframe.hf-right,
iframe.hframe.hf-left {
    top: 0;
    width: 50%;
    height: calc(100% - 10px);
}

iframe.hframe.hf-right {
    right: 0;
}

iframe.hframe.hf-left {
    left: 0;
}

iframe.hframe.hf-center {
    left: 20%;
    top: 55px;
    width: 60%;
    height: calc(100% - 60px);
}

.hover-title {
    display: none;
    position: fixed;
    top: 0;
    left: calc(50% - 12.5rem);
    padding: 1rem;
    width: 25rem;
    min-height: 4.16667rem;
    height: auto;
    font-size: 1.25rem;
    font-weight: bold;
    background-color: #fff6d2;
    border: 1px solid #ffe57d;
    text-align: center;
}

.hover-title.x-left {
    left: 0;
    right: unset;
}

.hover-title.x-c {
    left: calc(50% - 12.5rem);
    right: unset;
}

.hover-title.x-right {
    left: unset;
    right: 0;
}

.hover-title.y-top {
    top: 0;
    bottom: unset;
}

.hover-title.y-c {
    top: calc(50% - 2.1rem);
    bottom: unset;
}

.hover-title.y-bottom {
    top: unset;
    bottom: 0;
}

.hover-title > img {
    height: 2rem;
}

.d-middles > * {
    vertical-align: middle;
}

.d-middles::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.d-clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.d-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
