.section{
    /*width: 81.25rem!important;*/
    width: 93.75rem!important;
    margin: 0 auto;
}
.hidden{
    display: none!important;
}
html,body{
    width: 100%;
    height: 100%;
    padding: 0!important;
    margin: 0!important;
}
*{
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: "plain-bold", sans-serif;
}
div, span{
    font-family: "plain-light", sans-serif;
}

/* 区块 */
.section-padding-top{
    padding-top: 8.125rem;
}
.section-padding-bottom{
    padding-bottom: 8.125rem;
}
.section-bg-gery{
    background: #ede9e9;
}

/* 分页 */
.pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1.875rem;
}
.pagination-item{
    padding: 0 0.625rem;
    border: #3346E7 solid 0.0625rem;
    font-size: 0.9375rem;
    font-weight: 400;
    height: 1.625rem;
    line-height: 1.625rem;
    margin-right: 0.375rem;
    cursor: pointer;
    text-decoration: none;
    color: #202429;
}
.pagination-item-icon{
    width: 1rem;
    height: 1.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pagination-item-icon-img{
    width: 0.9375rem;
    height: 0.9375rem;
    object-fit: contain;
}
.pagination-item-active{
    background-color: #3346E7;
    color: #FFFFFF;
}

/* 字体 */
@font-face {
    font-family: "plain-black";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Black.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-BlackItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-bold";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Bold.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-BoldItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-extra-bold";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Extrabold.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-ExtraboldItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-light";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Light.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-LightItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-ultra-light";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Ultralight.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-UltralightItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-medium";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Medium.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-MediumItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-regular";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Regular.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-RegularItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-thin";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Thin.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-ThinItalic.otf") format("opentype");
}
@font-face {
    font-family: "plain-ultra-thin";
    src:
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-Ultrathin.otf") format("opentype"),
            url("/wp-content/themes/patan/assets/fonts/plain/Plain-UltrathinItalic.otf") format("opentype");
}