.pages a,
.pages span {
    font-family:UKIJ Tor;
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 33px;
    margin-top: 0;
    margin-right: 1px;
    margin-bottom: 0;
    margin-left: 1px;
}

.pages a,
.pages li {
    font-family:UKIJ Tor;
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #2b2202;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 14.88px 1.12px rgba(133, 127, 151, 0.25);
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #00bbff;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    transition-duration: 0.3s;
}


.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}

.pages a:hover {
    background-color: #fff;
    color: #e92747;
    border:none;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #e92747;
}

.pages span.current {
    color: #FFF;
    font-weight: 700;
    border-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #00bbff;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #e92747;
}

.top_qr{
    position: absolute;
    left: 60px;
    top: 8px;
    z-index: 9999;
}
.top_qr img{
    width: 100px;
    height: 100px;
    border-radius: 2px;
    display: none;
}
.top_touxiang{
    position: absolute;
    left: 60px;
    top: 8px;
    z-index: 9999;
}
.top_touxiang img{
    margin-top: 15px;
    margin-left: 55px;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    display: block;
    border-radius: 50%;
}

.menu_one {
    background-size: cover;
    width: 100%;
    height: 100px;
}
.menu_kq{
    direction:rtl;
    float: right;
}
.menu_kq a{
    display:inline-block;
    line-height:50px;
    font-size:16px;
    text-align:center;
    transition: all 0s ease-out 0s;
    background-color: #fff;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    box-shadow: 0px 10px 14.88px 1.12px rgba(133, 127, 151, 0.25);
    color: #222;
    text-decoration: none;
    border-radius:0px 0px 6px 6px;
    height: 50px;
    margin-left: 15px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #00bbff;
    transition-duration: 0.3s;
}
.menu_kq a:hover{
    color:#e92b4a;
    transition: all 0s ease-out 0s;
    background-color: #fff;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #e92b4a;
}
.menu_kq a.active{
    color:#FFFFFF;
    transition: all 0s ease-out 0s;
    background-color: #00CCFF;
}