.inside-support .list-3{
    display:flex;
    align-items:center;
    justify-content: center;
}
.inside-support .list-3 .bt{
    width:auto;
}

.footer .contact{
    padding:0.45rem 0;
}

.inside-pagelist li span{
    width: 15%;
}

.inside-page .prev,
.inside-page .next {
    width: auto;
    position: relative;
    border-radius: 30px;
    padding: 0 0.2rem;
}
.inside-newsshow .share{
    width:10%;
}

.inside-message .left{
    width:32%;
}


@media(max-width:1024px) {
    .inside-message .left{
        width:100%;
    }

}