
body {
}
.d-outer {
    text-align: left;
}
.d-border, .d-dialog {
    border: 0 none;
    border-collapse: collapse;
    margin: 0;
    width: auto;
}
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer {
    padding: 0;
}
.d-header, .d-button {
    font: 12px/1.11 "Microsoft Yahei",Tahoma,Arial,Helvetica,STHeiti;
}
.d-title {
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}
.d-state-noTitle .d-title {
    display: none;
}
.d-close {
    display: block;
    outline: medium none;
    position: absolute;
    text-decoration: none;
}
.d-close:hover {
    text-decoration: none;
}
.d-main {
    min-width: 9em;
    text-align: center;
    vertical-align: middle;
}
.d-content {
    border: 0 none;
    display: inline-block;
    text-align: left;
}
.d-content.d-state-full {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
.d-loading {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll center center;
    height: 32px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 96px;
}
.d-buttons {
    padding: 8px;
    text-align: right;
    white-space: nowrap;
}
.d-buttons input {
    display: inline;
    float: none;
}
.d-button {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff, #ddd) repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 -1px 0 rgba(0, 0, 0, 0.09);
    color: #333;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 15px;
    min-height: 2.2em;
    overflow: visible;
    padding: 0 8px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    transition: box-shadow 0.2s linear 0s;
    width: auto;
}
.d-button::-moz-focus-inner, .d-button::-moz-focus-outer {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.d-button:focus {
    border-color: #426dc9;
    box-shadow: 0 0 8px rgba(66, 109, 201, 0.9);
    outline: 0 none;
}
.d-button:hover {
    border-color: #666;
    color: #000;
}
.d-button:active {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ddd, #fff) repeat scroll 0 0;
    border-color: #666;
    box-shadow: 0 1px 5px rgba(66, 109, 201, 0.9) inset, 0 1px 1em rgba(0, 0, 0, 0.3) inset;
}
.d-button[disabled] {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: none;
    color: #666;
    cursor: default;
    opacity: 0.5;
}
.d-state-highlight {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #33bbee, #2288cc) repeat scroll 0 0;
    border: 1px solid #1c6a9e;
    color: #fff;
    text-shadow: -1px -1px 1px #1c6a9e;
}
.d-state-highlight:hover {
    border-color: #0f3a56;
    color: #fff;
}
.d-state-highlight:active {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #33bbee, #2288cc) repeat scroll 0 0;
    border-color: #1c6a9e;
}
.d-mask {
    background: #000 none repeat scroll 0 0;
    opacity: 0.3;
}
.d-inner {
    background: #fff none repeat scroll 0 0;
}
.d-outer, .d-inner {
    border: 1px solid rgba(0, 0, 0, 0.7);
}
.d-nw, .d-ne, .d-sw, .d-se {
    height: 8px;
    width: 8px;
}
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.d-titleBar {
    height: 100%;
    position: relative;
}
.d-title {
    background: rgba(0, 0, 0, 0) url("../images/pop.gif") repeat scroll 0 0;
    color: #95a7ae;
    font-weight: bold;
    height: 30px;
    line-height: 29px;
    padding: 0 28px 0 10px;
}
.d-state-focus .d-title {
    color: #4c5a5f;
}
.d-state-drag .d-title {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #bdc6cd, #edf5f8) repeat scroll 0 0;
    box-shadow: none;
}
.d-state-drag .d-titleBar {
    box-shadow: none;
}
.d-close {
    background: rgba(0, 0, 0, 0) url("../images/pop.gif") no-repeat scroll -32px -40px;
    display: block;
    height: 13px;
    right: 12px;
    text-indent: -9999px;
    top: 8px;
    width: 14px;
    z-index: 2;
}
.d-close:hover {
    background-position: 0 -40px;
}
.d-content {
    color: #666;
}
.d-state-focus .d-content {
    color: #000;
}
.d-buttons {
    background-color: #f6f6f6;
    border-top: 1px solid #dadee5;
}
.d-state-noTitle .d-nw, .d-state-noTitle .d-ne, .d-state-noTitle .d-sw, .d-state-noTitle .d-se {
    height: 3px;
    width: 3px;
}
.d-state-noTitle .d-inner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #666;
}
.d-state-noTitle {
    border: 0 none;
    box-shadow: none;
}
.d-state-noTitle .d-nw, .d-state-noTitle .d-n, .d-state-noTitle .d-ne, .d-state-noTitle .d-w, .d-state-noTitle .d-e, .d-state-noTitle .d-sw, .d-state-noTitle .d-s, .d-state-noTitle .d-se {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.d-state-noTitle .d-titleBar {
    bottom: 0;
}
.d-state-noTitle .d-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #214fa3;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    top: 0;
    width: 18px;
}
.d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active {
    color: #900;
    text-decoration: none;
}
.d-state-noTitle .d-dialog {
    box-shadow: none;
}
.tipsContent {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.w240 {
    width: 240px !important;
}
.d-buttons {
    height: 30px;
    position: relative;
}
.d-buttons .wrapOk, .wrapClear {
    border: 0 none;
}
.d-buttons .havePay {
    background: rgba(0, 0, 0, 0) url("../images/yicai/pop.gif") no-repeat scroll 0 -60px;
    border: 0 none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    left: 20px;
    position: absolute;
    width: 105px;
}
.d-buttons .questionPay {
    background: rgba(0, 0, 0, 0) url("../images/pop.gif") no-repeat scroll 0 -95px;
    border: 0 none;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    position: absolute;
    right: 20px;
    width: 125px;
}
div.d-title {
    font-size: 14px;
    font-weight: bold;
    padding-left: 12px;
}
@media screen and (min-width: 0px) {
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {
    display: none;
}
.d-inner {
    border: 0 none;
}
.d-outer {
    border-color: #666;
}
.d-state-focus .d-dialog {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.d-state-drag, .d-state-focus:active {
    box-shadow: none;
}
.d-state-focus {
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.9);
}
.d-outer {
    transform: scale(0);
    transition: box-shadow 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
}
.d-state-visible {
    transform: scale(1);
}
.d-state-focus .d-dialog {
}
.d-state-focus {
}
.d-outer {
}
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {
}
.d-inner {
}
.d-state-drag, .d-state-focus:active {
}
.d-state-visible {
}
}
