@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea,
form,
select,
fieldset,
table,
td,
div,
input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

html,
body {
    -webkit-text-size-adjust: none;
}

body {
    /* overflow-x: hidden; */
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    /*color: #666;*/
    outline: 0;
    /*border: 0;*/
    text-decoration: none
}

a:hover,
a:active {
    background-color: transparent;
}

em,
b,
strong {
    font-style: normal;
    font-weight: none;
}

small {
    display: block;
    font-size: 100%;
}

input,
textarea,
button,
select,
radio {
    outline: 0;
    border: 0;
}

select:link,
select:visited {
    color: #666;
}

textarea {
    resize: none;
}

img {
    display: block;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

select::-ms-expand {
    display: none;
}

.container {
    width: auto;
    margin: 0 15px;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
    content: "\200B"
}

.h1,
.h2,
.h3,
.h4,
.h5,
p {
    margin: 0
}

.noscroll {
    height: 100%;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between; width: 1920px; height: 1080px;
    /* width: 100vw;
    height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 80px 20px;
}

.goback { position: absolute; bottom: 100px; right: 100px; background: url(../images/goback.png) no-repeat 40px 22px; background-size: 66%;
    height: 148px;
    width: 229px;
    font-size: 0;
    padding: 0 30px;
    border-radius: 20px;

}

/* 简洁分页样式 */
.pager {
    margin: 20px 0;
    text-align: center;
    font-size: 100px;
}
.pager li {
    display: inline-block;
    padding: 6px 30px;
    margin: 0 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #374151;
    transition: all 0.2s;
}
.pager .disabled {
    color: #9ca3af;
    cursor: not-allowed;
}