/* 字体 */
@font-face {
    font-family: "HONORSans-Demibold";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Demibold.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Demibold.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-Bold";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Bold.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-ExtraBold";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-ExtraBold.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-ExtraBold.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-Light";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Light.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Light.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-ExtraLight";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-ExtraLight.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-ExtraLight.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-Medium";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Medium.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-Regular";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Regular.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-Thin";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Thin.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Thin.ttf") format("opentype");
}
@font-face {
    font-family: "HONORSans-Heavy";
    src:
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Heavy.ttf") format("opentype"),
            url("/wp-content/themes/casagres/assets/fonts/honorsans/HONORSans-Heavy.ttf") format("opentype");
}

.section{
    /*width: 81.25rem!important;*/
    width: 100rem!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;
    /*font-size: 1.5625rem;*/
    font-family: "HONORSans-Regular", "HONORSans", "PingFang SC", "Microsoft YaHei", "Microsoft Sans Serif", "Arial", serif;
    letter-spacing: 0.0625rem;
}

/* 区块 */
.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: #f47f00 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: #f47f00;
}
.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: #f47f00;
    color: #FFFFFF;
}
