.prompt_page {
    width: 600px;
    margin: 50px auto;
    padding: 50px;
    background: #fff;
}
.prompt_page.error {
    box-shadow: 0 0 5px #e71f19;
}
.prompt_page .ico {
    width: 140px;
    height: 140px;
    display: block;
    float: left;
    margin-right: 50px;
}
.prompt_page.error .ico {
    background: url("../images/cry.gif") center no-repeat;
}

.prompt_page.error strong {
    color: #e71f19;
    font-size: 16px;
}

.prompt_page.success {
    box-shadow: 0 0 5px #379339;
}

.prompt_page.success .ico {
    background: url("../images/right.gif") center no-repeat;
}

.prompt_page.success strong {
    color: #379339;
    font-size: 16px;
}

.prompt_page article {
    line-height: 2;
    display: table-cell;
    vertical-align: middle;
    height: 140px;
}

.pages_bar {
    margin: 20px;
    text-align: center;
    color: #555;
}

.pages_bar a,.pages_bar span {
    display: inline-block;
    margin: 0 3px;
    padding: 5px 8px;
    border-radius: 4px;
    text-align: center;
    color: #555;
    background: #f5f5f5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.pages_bar a:hover {
    background: #FF8225;
    color: #fff;
    text-decoration: none;
}

.pages_bar a.current_page {
    background: #FF8225;
    color: #fff;
}

.pages_bar span {
    color: #999;
}

.clear{
    clear: both;
}
.nodata { text-align: center; line-height:50px; padding-top:20px;font-size: 16px; color: #999; }

/*会员中心标题*/
.uc-tithl { font-size: 16px; padding: 20px 0; }
.uc-tithl { font-size: 16px; padding: 10px 0; margin-top: 10px; font-weight: bold; position: relative;  }
