.pagination {
    /* display: flex; */
    /* width: 347px; */
    height: 35px;
    margin: 0 auto;
    margin-left: 275px;
    /* border: 1px solid red; */
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.pagination span a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
}
 
.pagination span {
    /* border: 1px solid red; */
    text-align: center;
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 0px 2px;
    float: left;
}
.pagination span a{
    width: 40px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.pagination span i {
    font-size: 10px;
    font-weight: 100;
}
 
.pagination span img {
    width: 12px;
    height: 25px;
}
 
.pagination .pageStyle a {
    display: block;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
    /* background-color: bisque; */
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    font-size: 23px;
    color: #a7a6a6;
    text-align: center;
}
 
.pagination .pageStyle a:hover {
    /* border: 1px solid rgb(27, 129, 121); */
    color: #cf201f;
}
 
.pagination .active {
    /* background-color: cadetblue; */
    color: #cf201f !important;
}
.pagination .first{
    opacity: 0;
}
.pagination .last{
    opacity: 0;
}




.pagination2 {
    /* display: flex; */
    /* width: 347px; */
    height: 35px;
    margin: 0 auto;
    margin-left: 275px;
    /* border: 1px solid red; */
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.pagination2 span a {
    box-sizing: border-box;
    text-decoration: none;
    color: black;
}
 
.pagination2 span {
    /* border: 1px solid red; */
    text-align: center;
    width: 30px;
    height: 35px;
    line-height: 35px;
    margin: 0px 2px;
    float: left;
}
.pagination2 span a{
    width: 40px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a7a6a6;
    font-size: 23px;
    
}
.pagination2 span i {
    font-size: 10px;
    font-weight: 100;
}
 
.pagination2 span img {
    width: 12px;
    height: 25px;
}
 
.pagination2 .pageStyle a {
    display: block;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
    /* background-color: bisque; */
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    font-size: 23px;
    color: #a7a6a6;
    text-align: center;
}
 
.pagination2 .pageStyle a:hover {
    /* border: 1px solid rgb(27, 129, 121); */
    color: #cf201f;
}
 
.pagination2 .active {
    /* background-color: cadetblue; */
    color: #cf201f !important;
}
.pagination2 .first{
    opacity: 0;
}
.pagination2 .last{
    opacity: 0;
}
.last1{
    opacity: 0;
}
.first1{
    opacity: 0;
}