
.yema {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: .6rem;
    margin-bottom: 1rem;

}

.yema ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
}

.yema ul li {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    margin: 0 7px;
    transition: .3s;
}
.yema ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #a8aaae;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
.yema ul li a:hover{
    background: #1d7c9c;
    color: #fff;
    border: 1px solid #1d7c9c;
}
.yema ul li a.active{
    background: #1d7c9c;
    color: #fff;
    border: 1px solid #1d7c9c;
}
.yema ul .prev {
    width: 88px;
}

.yema ul .next {
    width: 88px;
}

.yema ul li.active {
    background: #1d7c9c;
    color: #fff;
}

@media screen and (max-width: 1480px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {

    .yema ul li{
        margin-bottom: 10px;
    }

    .yema{
        margin-top: 40px;
    }
}
@media screen and (max-width: 539px) {

}

@media screen and (max-width: 375px) {}
@media screen and (max-width: 360px) {}
@media screen and (max-width: 320px) {}