* {
    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;
}

iframe{
    width: 100%;
    height: 100%;
    border: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

table{
    margin: auto;
    width: 100% !important;
    border: solid 0.01rem #000000;
    background: #333;
}

table td{
    background: #fff !important;
}

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

.pages {
    display: flex;
    justify-content: center;
    margin-bottom: 0.7rem;
}

.pages li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    width: 1.53rem;
    height: 0.49rem;
    background-color: rgb(241, 239, 240);
    margin: 0 0.05rem;
    color: rgb(38, 38, 38);
}