@charset "utf-8";

body{
	background: #494A5F;
	color: #454545;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
/*a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}*/
/*a:hover,a:focus{color:#74777b;text-decoration: none;}*/
/*样式参考*/
/*a {*/
/*    text-decoration: none;*/
/*}*/

#page {
    height: 50px;
    display: table;
    margin: 0 auto;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px
}

.pagingUl li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #454545;
    font-size: 16px;
    border-radius: 5px
}

.prv,
.next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    background: #fff;
    color: #6f6e6e;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 24px;
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 60px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover {
    background-color: #e06f77 !important;
    color: #fff!important;
}
.active {
    background-color: #d43944!important;
    color: #fff!important;
}


@media (max-width: 768px){

    .pagingUl li {
        width: 24px;
        height: 24px;
    }

    .pagingUl li a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }

    .prv,
    .next {
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 18px;
        font-size: 20px;
    }

    .first,
    .last {
        width: 48px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }

}

@media (max-width: 468px){

    .pagingUl li {
        width: 22px;
        height: 22px;
    }

    .pagingUl li a {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

    .prv,
    .next {
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 18px;
        font-size: 20px;
    }

    .first,
    .last {
        width: 42px;
        height: 22px;
        font-size: 14px;
        line-height: 24px;
    }

}