* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    background-size: auto 100%;
}

body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    display: block;
    margin: auto;
}


table{
    margin: auto;
    width: 100%;
    border: solid 1px #000000;
    background: #333;
}

table td{
    background: #fff !important;
}

.pages li {
    font-size: 0.14rem;
    padding: 0.04rem 0.09rem;
    background-color: rgb(241, 239, 240);
    margin: 0 0.04rem;
    border-radius: 0.04rem;
    text-align: center;
}

.pages li.active{
    background-color: rgb(228, 97, 83);
}

.pages li a {
    color: rgb(38, 38, 38);
}

.pages li.active a{
    color: rgb(255, 255, 255);
}