.opcy_new, .opcy_submit {
    background: #000;
    opacity: .3;
    filter: alpha(opacity=60);
    left: 0;
    top: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

input[type=button] {
    cursor: pointer;
    border: none
}

body {
    position: relative
}

.clear {
    clear: both
}

.opcy_new {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10
}

.diaog_zhez, .opcy_submit {
    width: 100%;
    height: 100%;
    position: fixed
}

a.linkhref:hover {
    color: #409EFF
}

.btn-sure.disabled, .btn-sure.disabled:hover {
    background: #409EFF;
    color: rgba(255, 255, 255, .3);
    cursor: not-allowed
}

.btn-sure {
    background: #409EFF;
    color: #fff;
    border-radius: 3px
}

.btn-sure:hover {
    background: #409EFF
}

.btn-cancel.disabled, .btn-cancel.disabled:hover {
    border: 1px solid #dadada;
    color: rgba(51, 51, 51, .6);
    cursor: not-allowed
}

.btn-cancel {
    border: 1px solid #409EFF;
    color: #409EFF;
    border-radius: 3px
}

.btn-cancel:hover {
    border: 1px solid #409EFF;
    color: #409EFF
}

.opcy_submit {
    z-index: 999
}

.dialog, .diaog_zhez {
    z-index: 9999;
    display: none
}

.diaog_zhez {
    background: rgb(0, 0, 0, .4)
}

.dialog {
    width: 480px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-bottom: -65px;
    margin-left: -240px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.dialogBg {
    width: 100%;
    height: 100%
}

.dialogBg p {
    text-indent: 50px;
    color: #999;
    font-size: 14px;
    padding: 0;
    line-height: 30px
}

.dialogBg .pay-tit {
    margin: 30px 30px 8px;
    line-height: 30px;
    text-align: left;
    background: url(/images/iocn/successiocn.png) no-repeat;
    background-size: 30px 30px;
    text-indent: 50px;
    font-size: 20px;
    color: #333
}

.last_time {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #999
}