﻿/*Header*/
.fly-logo img {
    height: 40px;
    width: auto;
}
.hidden{display:none !important;}

/*注册*/
.layui-form-pane .code, .layui-form-pane .verifyCode {
    cursor: pointer;
}

/*#region ===========分页样式===========*/
.aspnetpager {
    overflow: hidden;
    padding: 15px;
}

.paginator {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    margin: 0 auto;
    text-align: center;
}

    .paginator a {
        height: 14px;
        line-height: 14px;
        margin: 0px 1px;
        padding: 4px 8px;
        display: inline-block;
        text-decoration: none;
        color: #666;
        background: #fff;
        border: 1px solid #5fb878;
    }

        .paginator a:hover {
            text-decoration: none;
            color: #fff;
            background: #5fb878;
        }

    .paginator span.cpb {
        height: 14px;
        line-height: 14px;
        margin: 0px 1px;
        padding: 4px 8px;
        display: inline-block;
        color: #fff;
        background: #5fb878;
        border: 1px solid #5fb878;
        font-weight: bold;
    }

.paginatordis {
    display: none;
}

.paginator input[type="text"] {
    text-align: center;
    height: 22px;
    line-height: 22px;
    border: 1px solid #5fb878;
    padding: 0;
}

.paginator input[type="submit"] {
    padding: 0 5px;
    height: 24px;
    line-height: 22px;
    margin-left: 3px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #666;
}
/*#endregion */
/*.fly-list{min-height:300px;}*/