﻿

/*清浮*/
.g-cf:after {
    content: "";
    clear: both;
    display: table;
}

.g-cf {
    zoom: 1;
}

/*底部*/
.g-bottom {
    background: #fff;
    /*border: #dfe1e1 solid 1px;*/
    padding: 10px 20px;
    line-height: 28px;
}

/*翻页*/
.g-page {
    float: right;
    line-height: 28px;
    height: 28px;
}

    .g-page span {
        margin-left: 10px;
    }

    .g-page a {
        padding: 0 10px;
        height: 28px;
        display: inline-block;
        margin-right: 8px;
        background: #eee;
        border-radius: 3px;
        border: #dbdadf solid 1px;
        color: #49566c;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        .g-page a.cur {
            background: #6d90be;
            border: #6d90be solid 1px;
            color: #fff;
            cursor: default;
        }

        .g-page a.no, .g-page a:hover.no {
            color: #999;
            cursor: default;
            border-color: #dbdadf;
            background: #eee;
        }

        .g-page a:hover {
            border: #6d90be solid 1px;
            background: #6d90be;
            color: #fff;
        }
/* 分页文件框样式*/
.g-go-page {
    width: 20px;
    border: 1px solid #dbdadf;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    margin-right: 10px;
    vertical-align: bottom;
    border-radius: 3px;
}

.PhoneCode {
    width:62px;
    border-radius: 4px;
    margin-left: 3px;
    background-color: #c00;
    color: #fff;
    border: 1px solid #c00;
    line-height:28px;
}

.PhoneCode_Disabled {
    background-color: #ccc;
    color: #000;
    border: 1px solid #ccc;
}
