@CHARSET "UTF-8";
.jq-fn-e {
    position: fixed; z-index: 10000; bottom: 0; left: 0; width: 100%; height: 100%; line-height: 32px color: #333333;
    font-size: 14px; visibility: hidden;
}
.jq-fn-e .shadow {
    position: relative; z-index: 10001; bottom: 0; left: 0; width: 100%; height: 100%; background: #000;
    filter: alpha(opacity:20); opacity: 0.2; -moz-opacity: 0.2; -khtml-opacity: 0.2;
}
.jq-fn-e .box {
    position: absolute; z-index: 10002; min-width: 350px; line-height: 32px; background: #ffffff;
    padding-bottom: 10px; top: 50px; left: 0; border-radius: 6px; 
}
.jq-fn-e .box .title {
    padding: 0 6px; height: 36px; line-height: 36px; background: #5d6782; color: #ffffff; font-size: 16px;
    border-bottom: 1px solid #acb4be; border-radius: 6px 6px 0 0; overflow: hidden;
}
.jq-fn-e .box .title span {
    float: right; display: inline-block; width: 32px; text-align: center; cursor: pointer;
}
.jq-fn-e .box .title span i {
    font-style: normal; color: #555555; border: 0.012px; border-radius: 100%; background: #ffffff;
    display: inline-block; width: 16px; height: 16px; line-height: 16px; text-align: center;
    margin-top: 12px;
}
.jq-fn-e .box .content {
    line-height: 32px; padding: 0 6px; min-height: 80px;
}
.jq-fn-e .box .button {
    text-align: center;
}
.jq-fn-e .box .button .close {
    text-align: center; width: 80px; height: 32px; background: #949fab; color: #ffffff; border: 0; border-radius: 5px;
}

.jq-fn-e .box .button .confirm {
    text-align: center; width: 80px; height: 32px; margin-left: 32px; background: #5d6782; color: #ffffff; border: 0; border-radius: 5px;
}