
.kg-software-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    background-color: #000;
    opacity: .3;
    display: none;
}

.kg-software-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    box-shadow: -2px 3px 10px #adadac;
    background-color: #fff;
    display: none;
}

.kg-software-hint .ksh-main {
    width: 620px;
}

.kg-software-hint .ksh-header {
    min-height: 16.43px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.kg-software-hint .ksh-icon {
    width: calc(100% - 13px);
    height: 128px;
    position: absolute;
    left: 0;
    top: -115px;
    background-image: url('./pp/image/login/wenxintishi.png');
    background-size: cover;
}

.kg-software-hint .ksh-close {
    background: #333 !important;
    opacity: 0.8;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    border-radius: 13px;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    color: white;
}

.kg-software-hint .ksh-title {
    text-align: center;
    margin: 15px;
    font-size: 21px;
}

.kg-software-hint .ksh-body {
    position: relative;
    padding: 24px 40px;
    font-size: 18px;
}

.kg-software-hint .ksh-footer {
    text-align: right;
    padding: 0px 40px 32px;
}

.kg-software-hint .ksh-btn {
    margin-left: 14px;
    display: inline-block;
    padding: 7px 12px;
    font-size: 14px;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border: 1px solid #46b8da;
    border-radius: 4px;
    color: white;
    background-color: #5bc0de;
    text-decoration: none;
}

.kg-software-hint .ksh-btn:hover {
    background-color: #31b0d5;
    border-color: #269abc;
}

.kg-relative {
    position: relative;
}
.kg-loading {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: white;
    z-index: 10;
    opacity: 0.6;
}