/* page */
.stui-page{ margin: 30px 0 0;}
.stui-page li{display:inline-block;margin-left:10px}
.stui-page li .num,.stui-page li a{display:inline-block;padding:5px 15px;border-radius: 4px; background-color: #fff; border: 1px solid #eee;}
.stui-page li.active a,.stui-page li.disabled a{ background-color: #1C86EE; border: 1px solid #1C86EE; color: #fff;}

.contact {
    position: fixed;
    right: 0;
    top: 15vw;
    font-size: 12px;
    padding: 15px 4px 0;
    background-color: #fff;
    border-radius:16px 0px 0px 16px;
    box-shadow: -2px 2px 4px 0px rgb(1 1 1 / 15%);
        z-index: 9999;
}
.contact-item {
    text-align: center;
    margin-bottom: -11px;
}
.contact-item a {
    color: #000;
}
.contact-item img {
    width:140px;
    height:154px;
}

.contac {
    position: fixed;
    right: 0;
    top: 0vw;
    font-size: 12px;
    padding: 1px 3px 0;
    background-color: #fff;
    border-radius:16px 0px 0px 16px;
    box-shadow: -2px 2px 4px 0px rgb(1 1 1 / 15%);
        z-index: 9999;
}
.contac-item {
    text-align: center;
    margin-bottom: -150px;
}
.contac-item a {
    color: #000;
}
.contac-item img {
    width:88px;
    height:87px;
}