@charset "utf-8";

#assortment{
	-background: #494A5F;
	-color: #D5D6E2;
	font-weight: 500;
	font-size: 1.05em;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
#assortment a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
#assortment a:hover,a:focus{color:#74777b;text-decoration: none;}
/*样式参考*/
#assortment a {
    text-decoration: none;
}

#assortment {
    height: 50px;
    display: table;
    margin: 0 auto;
    text-align: center;
}


#assortment .fl {
    float: left;
}

#assortment .fr {
    float: right;
}

#assortment .pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

#assortment .pagingUl li {
    float: left;
    width: 34px;
    height: 30px;
    background: #fff;
    text-align: center;
    margin-right: 5px;
    border:1px solid #999;
    border-radius: 3px
}

#assortment .pagingUl li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    border-radius: 3px;
    padding:0 3px;
}

#assortment .prv,#assortment .next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
    border:1px solid #999;
}

#assortment .prv {
    /*margin-right: 10px;*/
}

#assortment .first,#assortment .last {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin:0 5px;
    border:1px solid #999;
}
#assortment .last {
    margin-left: 0;
}
#assortment .prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    background-color: #3a3737!important;
    color: #fff!important;
    border:1px solid #3a3737;
}
.activP,.pagingUl li a:hover {
	border:none;	
}