.ui-window-tip {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    background: rgba(77, 77, 77, 0.53);
}

.ui-window-tip .ui-win-search {
    margin: 0 auto;
    margin-top: 60px;
    width: 500px;
    position: relative;
    border: 3px solid #666;
}

.ui-window-tip .ui-win-title {
    height: 45px;
    font-size: 16px;
    line-height: 46px;
    border-bottom: 1px solid #e1e1e1;
    color: #4d4d4d;
    text-indent: 20px;
    background-color: #f9f9f9;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f9f9f9));
    background: -moz-linear-gradient(top, #fcfcfc, #f9f9f9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f9f9f9');
    background: -o-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: -ms-linear-gradient(top, #fcfcfc, #f9f9f9);
    background: linear-gradient(top, #fcfcfc, #f9f9f9);
}

.ui-window-tip .ui-win-load {
    display: none;
    background: #fff;
    padding: 18px 26px;
    overflow: hidden;
    height: 429px;
    background: rgba(255, 255, 255, .5) url("./img/loading.gif") no-repeat center 40%;
    position: absolute;
    top: 50px;
    left: 0;
    width: 426px;
    z-index: 999;
}

.ui-window-tip .ui-win-close {
    color: #999;
    cursor: pointer;
    display: block;
    font-family: tahoma;
    font-size: 24px;
    font-weight: 700;
    height: 18px;
    line-height: 14px;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 12px;
    z-index: 10;
}

.ui-window-tip .ui-win-result {
    display: none;
    background: #fff;
    padding: 18px 26px;
    overflow: hidden;
    height: 465px;
}

.ui-win-content {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.ui-win-content .ui-win-result-p {
    margin: 25px 100px;
    padding-left: 0%;
    height: 59px;
    line-height: 59px;
    font-size: 2em;
    font-weight: bold;
    color: #666;
}

.ui-win-content .ui-sucess-result {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.ui-win-content .ui-sucess-qrcode {
    text-align: center;
    width: auto;
    margin: 10px 0;
}

.ui-win-content {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.ui-sucess-new{
text-align:center;font-size:16px;
}

