.myMask {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 999999999;
}

.myDlg {
    color: #000;
    font-size: 16px;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    top: 150px;
    left: 40px;
    position: absolute;
    background: #fff;
    /* text-align: center; */
    z-index: 9999999999;
}

.myDlgbtn {
    min-width: 3rem;
    height: 1.65rem;
    line-height: 1.65rem;
    border-radius: 5px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #44abf8;
    color: #44abf8;
    cursor: pointer;
}

.Dlg-header {
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.Dlg-title {
    float: left;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: #fff;
}

.Dlg-con {
    position: relative;
    padding: 15px;
}

    .Dlg-con dl {
        overflow: hidden;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

    .Dlg-con dt {
        font-weight: bold;
        color: #FFAA00;
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
    }

    .Dlg-con dd {
        padding: 8px;
        line-height: 20px;
        float: left;
        width: 50%;
        text-align: left;
    }

#payingnopadding {
    padding: 10px 0;
}

.upload-file {
    display: none !important;
    opacity: .01;
    filter: Alpha(opacity=1);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-block {
    display: block;
    width: 100%;
}

.Dlg-footer {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.w60 {
    width: 60px;
}

.pic-pay {
    width: 100%;
    max-width: 600px;
}

.lan {
    color: #0094ff;
}
