.top-list {
    width: 99.70%;
    height: auto;
    border: 2px solid #f5f5f5;
    border-radius: 2px;
    background: #fdfdfd;
}

.top-list .typeWrapper {
    padding: 18px 10px;
}

.top-list .typeWrapper .typeItem {
    display: flex;
    margin-bottom: 6px;
}

.top-list .typeWrapper .typeName {
    flex: 0 0 80px;
    padding-top: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 1;
}

.top-list .typeWrapper .wrapper {
    flex: 1;
    word-wrap: break-word;
    margin-right: 20px;
    height: 28px;
    overflow: hidden;
}

.top-list .typeWrapper .wrapper .item {
    display: inline-block;
    padding: 2px 8px 1px;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 6px 5px;
    cursor: pointer;
}
.top-list .typeWrapper .wrapper .item.active {
    background-color: #FF662F;
    border-radius: 12px;
    color: #fff;
}

.top-list .typeWrapper .wrapper .item.active a {
    color: #fff;
}

.top-list .typeWrapper .auto .wrapper {
    height: auto !important;
}


/*列表表头*/

.plist {
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
}

.plist .pl {
    width: 100%;
    float: left
}

.plist .pl .toptitle {
    border: 1px #EEEEEE solid;
    position: relative
}

.plist .pl .toptitle .ts {
    height: 53px;
}

.plist .pl .toptitle .ts .l1 {
    float: left;
    height: 53px;
}

.plist .pl .toptitle .ts .l1.width830 {
    /*width: 830px;*/
}

.plist .pl .toptitle .ts .l2 {
    float: left;
    width: 130px;
    height: 38px;
    padding-top: 15px;
    cursor: pointer;
}

.plist .pl .toptitle .ts .l2 .radiobox {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    float: left;
    background-position: 0px -298px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
}

.plist .pl .toptitle .ts .l2 .radiotxt {
    float: left;
    padding-left: 7px;
    width: 100px;
}

.plist .pl .toptitle .ts .l2:hover .radiobox {
    background-position: 0px -321px;
}

.plist .pl .toptitle .ts .l2:hover .radiotxt {
    color: #FF6600
}

.plist .pl .toptitle .ts .l2.select .radiobox {
    background-position: 0px -321px;
}

.plist .pl .toptitle .ts .l3 {
    float: left;
    width: 53px;
    height: 53px;
    border-left: 1px #eeeeee solid;
    background-position: 15px -386px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    cursor: pointer
}

.plist .pl .toptitle .ts .l3:hover {
    background-position: 15px -342px;
    background-color: #F9F9F9
}

.plist .pl .toptitle .ts .l3.select {
    background-position: 15px -342px;
}

.plist .pl .toptitle .ts .l4 {
    float: left;
    width: 53px;
    height: 53px;
    border-left: 1px #eeeeee solid;
    background-position: 15px -468px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    cursor: pointer
}

.plist .pl .toptitle .ts .l4:hover {
    background-position: 15px -430px;
    background-color: #F9F9F9
}

.plist .pl .toptitle .ts .l4.select {
    background-position: 15px -430px;
}

.plist .pl .toptitle .ts .l5 {
    float: left;
    width: 120px;
    height: 53px;
    border-left: 1px #eeeeee solid;
    position: relative;
    text-align: center;
    color: #666666;
    line-height: 53px;
}

.plist .pl .toptitle .ts .l5 span {
    color: #FF6600
}

.plist .pl .toptitle .ts .l5 .prev {
    width: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 8px;
    color: #999999;
    cursor: pointer
}

.plist .pl .toptitle .ts .l5 .prev:hover {
    background-color: #F3F3F3;
    color: #FF6600
}

.plist .pl .toptitle .ts .l5 .next {
    width: 20px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 16px;
    color: #999999
}

.plist .pl .toptitle .ts .l5 .next:hover {
    background-color: #F3F3F3;
    color: #FF6600;
    cursor: pointer
}

.plist .pl .toptitle .ltype {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.plist .pl .toptitle .ltype .typeli {
    float: left;
    height: 53px;
    line-height: 54px;
    border-right: 1px #EEEEEE solid;
    padding-left: 22px;
    padding-right: 28px;
    cursor: pointer;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    background-position: right -944px;
}

.plist .pl .toptitle .ltype .typeli:hover {
    color: #FF6600;
    height: 52px;
    border-bottom: 2px #FF6600 solid;
    background-position: right -884px;
}

.plist .pl .toptitle .ltype .typeli.select {
    color: #FF6600;
    height: 52px;
    border-bottom: 2px #FF6600 solid;
    background-position: right -884px;
}


/*列表内容*/

.plist .pl .listb {
    border: 1px #EEEEEE solid;
    margin-top: 10px;
    margin-bottom: 54px;
}

.plist .pl .listb .yli {
    border-bottom: 1px #EEEEEE solid;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #FFFFFF
}

.plist .pl .listb .yli:hover {
    background-color: #FFFDF7;
}

.plist .pl .listb .yli.select {
    background-color: #FFF7DD;
}

.plist .pl .listb .yli .td1 {
    width: 10px;
    padding-left: 0px;
    padding-top: 2px;
}
.plist .pl .listb .yli .td1 .radiobox {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    float: left;
    background-position: 0px -298px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #FFFFFF
}

.plist .pl .listb .yli .td1 .radiobox:hover {
    background-position: 0px -321px;
}

.plist .pl .listb .yli .td1 .radiobox.select {
    background-position: 0px -321px;
}

.plist .pl .listb .yli .td2 {
    width: 164px;
    padding-top: 1px;
    height: 30px;
    font-size: 16px;
}

.plist .pl .listb .yli .td2 a {
    margin-right: 10px;
}

.plist .pl .listb .yli .td2 span {
    font-size: 12px;
    font-family: "宋体";
    padding-left: 22px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    background-image: url(../images/98.gif);
    background-repeat: no-repeat;
    background-position: left 0px;
    color: #BC4D10
}

.plist .pl .listb .yli .td2 .adv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 52px;
    height: 16px;
    background: url(../images/226.png) 0 0 no-repeat;
    vertical-align: middle;
}

.plist .pl .listb .yli .td3 {
    width: 300px;
    font-size: 14px;
    color: #333333;
    margin-top: 4px;
    margin-bottom: 4px;
}
.plist .pl .listb .yli .td3.qiuzhi {
    width: 240px;
}
.plist .pl .listb .yli .td3 span {
    color: #999999;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
}
.plist .pl .listb .yli .detail .ltx .tcent.qiu-zhi .font_gray6 {
    width: 240px;
}

.plist .pl .listb .yli .td4 {
    width: 56%;
    font-size: 16px;
    color: #333333;
}

.plist .pl .listb .yli .td5 {
    width: 240px;
    font-size: 14px;
    color: #333333;
    margin-top: 4px;

}

.plist .pl .listb .yli .td6 {
    width:20%;
    text-align: right;
    padding-right: 15px;
}

.plist .pl .listb .yli .td7 {
    width: 50px;
}

.plist .pl .listb .yli .td7 .hide {
    width: 22px;
    height: 20px;
    background-position: 0px -658px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    cursor: pointer
}

.plist .pl .listb .yli .td7 .hide:hover {
    background-position: 0px -620px;
}

.plist .pl .listb .yli .td7 .hide.select {
    background-position: 0px -620px;
}

.plist .pl .listb .yli .td7 .show {
    width: 22px;
    height: 20px;
    background-position: 0px -701px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    cursor: pointer
}
.reud {
    font-size: 14px;
    margin-top: 9px;
    padding: 4px 12px;
    border-radius: 40px;
    background: #FF5C00;
    color: #fff;
    width: 60px;
    cursor: pointer;

    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.plist .pl .listb .yli .detail .ltx .tcent .reud {
    display: inline-block;
}
.plist .pl .listb .yli .detail .ltx .tcent .reud a{
    color: #fff;
}
.plist .pl .listb .yli .td7 .show:hover {
    background-position: 0px -578px;
}

.plist .pl .listb .yli .td7 .show.select {
    background-position: 0px -578px;
}

.plist .pl .listb .yli .detail {
    padding-top: 10px;
}

.plist .pl .listb .yli .detail .ltx {
    float: left;
    width: 352px;
    padding-left: 10px;
}

.plist .pl .listb .yli .detail .ltx .photo {
    float: left;
    width: 20%;
    float: left
}

.plist .pl .listb .yli .detail .ltx .photo img {
    width: 63px;
    height: 63px;
    border-radius: 10px;
}

.plist .pl .listb .yli .detail .ltx .tcent {
    float: left;
    width: 80%;
}

.plist .pl .listb .yli .detail .ltx .tcent .txt {
    color: #666666;
    font-size: 14px;
}

.plist .pl .listb .yli .detail .ltx .tcent .txt span {
    color: #999999;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
}

.plist .pl .listb .yli .detail .ltx .tcent .bottxt {
    font-size: 12px;
    padding-top: 5px;
    width: 600px;
    line-height: 180%;
    color: #999999
}

.plist .pl .listb .yli .detail .ltx .tcent .dlabs {
    margin-top: 5px;
    line-height: 170%;
    color: #999999;
    -ms-word-break: break-all;
    word-break: break-all;
}

.plist .pl .listb .yli .detail .ltx .tcent .dlabs .dl {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px #D4D4D4 solid;
    background-color: #FFFFFF;
    margin-right: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 2px;
    color: #666666;
}

.plist .pl .listb .yli .detail .rbtn {
    float: left;
    width: 145px;
    margin-left: 10px;
}

.plist .pl .listb .yli .detail .rbtn .deliver {
    width: 80px;
    height: 38px;
    line-height: 38px;
    color: #FF5C00;
    border: 1px #FF5C00 solid;
    border-radius: 6px;
    background-position: 10px -996px;
    background-image: url(../img/ico/130.png);
    cursor: pointer;
    background-repeat: no-repeat;
    padding-left: 45px;
    font-size: 15px;
    margin-top: 2px;
}

.plist .pl .listb .yli .detail .rbtn .deliver .r_view {
    text-decoration: none;
    color: #FF5C00;
}

.plist .pl .listb .yli .detail .rbtn .deliver:hover {
    background-position: 10px -1054px;
    background-color: #FF5C00;
    color: #FFFFFF;
    border: 1px #DB4D00 solid
}

.plist .pl .listb .yli .detail .rbtn .deliver:hover .r_view {
    color: #FFFFFF;
}

.plist .pl .listb .yli .detail .rbtn .favorites {
    width: 50px;
    height: 16px;
    line-height: 16px;
    color: #666666;
    background-position: 18px -826px;
    background-image: url(../img/ico/130.png);
    cursor: pointer;
    background-repeat: no-repeat;
    padding-left: 42px;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 10px;
}

.plist .pl .listb .yli .detail .rbtn .favorites:hover {
    background-position: 18px -862px;
    color: #FF5C00;
}

.plist .pl .listb .yli .detail .rbtn .had-deliver {
    width: 125px;
    height: 38px;
    line-height: 38px;
    color: #666666;
    border: 1px #dfdfdf solid;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 2px;
    background-color: #f2f2f2;
    text-align: center;
}

.plist .pl .listb .yli .detail .rbtn .had-deliver:hover {
    background-color: #EEEEEE;
}

.plist .pl .listb .yli .detail .rbtn .had-fav {
    width: 50px;
    height: 16px;
    line-height: 16px;
    color: #666666;
    background-position: 18px -826px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    padding-left: 42px;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 10px;
}


/*列表下方按钮*/

.plist .pl .listbtn {
    height: 50px;
    padding-top: 15px;
    border-bottom: 1px #EEEEEE solid
}

.plist .pl .listbtn .td1 {
    width: 25px;
    padding-left: 15px;
    padding-top: 5px;
}

.plist .pl .listbtn .td1 .radiobox {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    float: left;
    background-position: 0px -298px;
    background-image: url(../img/ico/130.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #FFFFFF
}

.plist .pl .listbtn .td1 .radiobox:hover {
    background-position: 0px -321px;
}

.plist .pl .listbtn .td1 .radiobox.select {
    background-position: 0px -321px;
}

.plist .pl .listbtn .td2 {
    width: 400px;
}

.plist .pl .listbtn .td2 .lbts {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    border: 1px #D2D2D2 solid;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #F9F9F9
}

.plist .pl .listbtn .td2 .lbts:hover {
    border: 1px #FF6600 solid;
    color: #FF6600;
    background-color: #FFFFFF
}


/*列表下方分页*/

.plist .pl .pagebox {
    text-align: center;
    height: 80px;
    line-height: 80px;
}


/*列表下方推荐*/

.bot_info {
    width: 943px;
    border: 1px #EEEEEE solid;
    margin-top: 15px
}

.bot_info .topnavbg {
    height: 50px;
    width: 943px;
    border-bottom: 1px #eeeeee solid;
    position: relative;
}

.bot_info .topnav {
    padding-left: 15px;
    position: absolute;
    height: 51px;
    left: 0px;
    top: 0px;
}

.bot_info .topnav .tl {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    height: 50px;
    border-bottom: 1px #eeeeee solid;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #333333
}

.bot_info .topnav .tl:hover {
    color: #333333;
    border-bottom: 2px #CCCCCC solid;
    height: 49px;
}

.bot_info .topnav .tl.select {
    color: #333333;
    border-bottom: 2px #FF5A00 solid;
    height: 49px;
}

.bot_info .showbotinfo {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 15px;
    display: none;
}

.bot_info .showbotinfo.show {
    display: block
}

.bot_info .showbotinfo .ili {
    float: left;
    width: 126px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    padding-left: 5px;
    line-height: 30px;
}


/*列表右侧*/

.plist .pr {
    width: 230px;
    float: left
}

.plist .pr .ad230_175 {
    width: 230px;
    height: 175px;
    margin-bottom: 25px;
}

.plist .pr .ad230_175 img {
    width: 230px;
    height: 175px;
}

.plist .pr .lisbox {
    width: 228px;
    border: 1px #EEEEEE solid;
}

.plist .pr .lisbox .t {
    padding-left: 20px;
    font-size: 16px;
    border-bottom: 1px #EEEEEE solid;
    background-color: #F8F8F8;
    height: 40px;
    line-height: 40px;
}

.plist .pr .lisbox .yl {
    border-bottom: 1px #EEEEEE solid;
    width: 213px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plist .pr .lisbox .yl .pic {
    width: 63px;
    height: 63px;
    border: 1px #eeeeee solid;
    border-radius: 8px;
    float: left
}

.plist .pr .lisbox .yl .pic img {
    width: 63px;
    height: 63px;
    border-radius: 8px;
}

.plist .pr .lisbox .yl .txts {
    width: 138px;
    font-size: 12px;
    float: left;
    padding-left: 10px;
}

.plist .pr .lisbox .yl .txts .t1 {
    width: 130px;
    font-size: 14px;
    height: 20px;
    padding-top: 3px;
}

.plist .pr .lisbox .yl .txts .t1 a {
    color: #FF6600
}

.plist .pr .lisbox .yl .txts .t2 {
    width: 130px;
    height: 18px;
}

.plist .pr .lisbox .yl .txts .t3 {
    width: 130px;
    height: 18px;
}

.plist .pr .lisbox .yl:hover {
    background-color: #FFFDFB
}

.plist .pr .lisbox .yl:hover .pic {
    border: 1px #CCCCCC solid;
}

.plist .pr .lisbox .empty {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 12px;
}

.plist .pr .lisbox .eyl {
    border-bottom: 1px #EEEEEE solid;
    width: 208px;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.plist .pr .lisbox .eyl .jname {
    width: 115px;
    float: left;
    font-size: 14px;
    height: 25px;
}

.plist .pr .lisbox .eyl .jname a {
    color: #333333;
}

.plist .pr .lisbox .eyl .city {
    width: 78px;
    float: left;
    text-align: right;
    height: 28px;
}

.plist .pr .lisbox .eyl .etxt {
    width: 208px;
    height: 20px;
}

.plist .pr .lisbox .eyl:hover {
    background-color: #FFFDFB
}


/*列表单元格定义*/

.td1,
.td2,
.td3,
.td4,
.td5,
.td6,
.td7,
.td8,
.td9,
.td10 {
    float: left;
    width: 100px;
    font-size: 13px;
}

.th1,
.th2,
.th3,
.th4,
.th5,
.th6,
.th7,
.th8,
.th9,
.th10 {
    float: left;
    width: 100px;
    font-size: 13px;
}


/*分页*/

.qspage {
    font-size: 12px;
    line-height: 450%;
    text-align: center;
}

.qspage a {
    padding: 7px 12px;
    border: 1px #cccccc solid;
    margin-right: 5px;
    text-decoration: none;
    color: #666666;
    background-color: #f6f6f6;
    border-radius: 4px;
}

.qspage a:hover {
    background-color: #ffffff;
    color: #333333;
}

.qspage .current {
    padding: 7px 12px;
    border: 1px #ff6600 solid;
    color: #ffffff;
    margin-right: 5px;
    background-color: #ff6600;
    border-radius: 4px;
}

.plist .pl .toptitle .sort {
    padding-top: 5px;
    height: 38px;
    padding-top: 12px;
}

.plist .pl .toptitle .sort .sl1 {
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
}

.plist .pl .toptitle .sort .sl2 {
    float: left;
    height: 24px;
    line-height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-right: 20px;
    border: 1px #EEEEEE solid;
    padding-left: 12px;
    padding-right: 23px;
    display: block;
    text-decoration: none;
    color: #666666;
    background-position: right -521px;
    background-image: url(../images/130.png);
    background-repeat: no-repeat;
    border-radius: 3px;
}

.plist .pl .toptitle .sort .sl2:hover {
    border: 1px #CCCCCC solid;
    color: #FF6600;
    background-position: right -544px;
}

.plist .pl .toptitle .sort .sl2.select {
    border: 1px #EEEEEE solid;
    color: #FF6600;
    background-position: right -544px;
}

.plist .pl .toptitle .sort .sl2.select:hover {
    border: 1px #CCCCCC solid;
}

.plist .pl .toptitle .sort .sl2_for {
    float: left;
    width: 370px;
    height: 10px;
}

.plist .pl .toptitle .sort .sl1_r {
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 10px;
    padding-top: 3px;
}

.plist .pl .toptitle .sort .sl2_r {
    float: left;
    height: 24px;
    line-height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-right: 15px;
    border: 1px #EEEEEE solid;
    padding-left: 28px;
    padding-right: 10px;
    display: block;
    text-decoration: none;
    color: #666666;
    border-radius: 3px;
}

.plist .pl .toptitle .sort .sl2_r:hover {
    border: 1px #CCCCCC solid;
    color: #FF6600;
}

.plist .pl .toptitle .sort .sl2_r.de {
    background: url(../images/jol_new_ic1.png) 10px center no-repeat;
}

.plist .pl .toptitle .sort .sl2_r.de:hover {
    background: url(../images/jol_new_ic2.png) 10px center no-repeat;
}

.plist .pl .toptitle .sort .sl2_r.de.select {
    background: url(../images/jol_new_ic2.png) 10px center no-repeat;
    border: 1px #EEEEEE solid;
    color: #FF6600;
}

.plist .pl .toptitle .sort .sl2_r.de.select:hover {
    border: 1px #CCCCCC solid;
}

.plist .pl .toptitle .sort .sl2_r.ls {
    background: url(../images/jol_new_ic3.png) 10px center no-repeat;
}

.plist .pl .toptitle .sort .sl2_r.ls:hover {
    background: url(../images/jol_new_ic4.png) 10px center no-repeat;
}

.plist .pl .toptitle .sort .sl2_r.ls.select {
    background: url(../images/jol_new_ic4.png) 10px center no-repeat;
    border: 1px #EEEEEE solid;
    color: #FF6600;
}

.plist .pl .toptitle .sort .sl2_r.ls.select:hover {
    border: 1px #CCCCCC solid;
}
@font-face {
    font-family: webfont;
    src: url(../font/kelist/webfont_f2956946b04da92fdf14566c2ae0ef6b.eot);
    src: url(../font/kelist/webfont_f2956946b04da92fdf14566c2ae0ef6b.eot#iefix) format("embedded-opentype"), 
    url(../font/kelist/webfont_20a35448cee0cfa476c8e5ed5b87a9d6.woff) format("woff"), 
    url(../font/kelist/webfont_fecb7693917daa41162ce842e87ed077.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}
.icon-font {
    font-family: webfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    position: relative;
    vertical-align: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#999;
}

.i-close:before {
    content: ""
}

.addqz-fb {

    clear: both;
    font-size: 15px;
    color: #fff;
    /*width: 1.86rem;*/
    height: unset;
    background-color: #509efb;
    text-align: center;
    line-height: unset;
    border-radius: 30px;
    box-sizing: unset;
    display: inline-block;
    padding:4px 15px;
    margin-top: 14px;
    margin-left: 5px;
}

.pagination li {
    display: inline-block;
    margin: 0 4px;
}
.pagination li span,.pagination li a{
    padding: 4px 10px;
    background: #CBCBCB;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
.pagination li.active span {

    background: #FF5C00;

}
.pagination li a {

    background: #2c8eff;

}
.pagination {

    margin-top: 26px;
    margin-bottom: 26px;
    text-align: center;
}

.addOrSubtract .listIcon {
    width: 23px;
}