/**
 * @name: MH.2.5.1
 * @description: 通用 CSS
 * @author: Robot
 * @update: 2023-11-13
 */
.wrap {
    margin: 0 auto;
    min-width: 1080px;
}

/*元素高度*/
.h-1 {
    height: 10px;
}

.h-2 {
    height: 20px;
}

.h-3 {
    height: 30px;
}

.h-4 {
    height: 40px;
}

.h-5 {
    height: 50px;
}

.h-6 {
    height: 60px;
}

.h-7 {
    height: 70px;
}

.h-7p5 {
    height: 75px;
}

.h-8 {
    height: 80px;
}

.h-9 {
    height: 90px;
}

.h-10 {
    height: 100px;
}

.h-12 {
    height: 120px;
}

.h-15 {
    height: 150px;
}

.h-20 {
    height: 200px;
}

.h-25 {
    height: 250px;
}

.h-30 {
    height: 300px;
}

.h-40 {
    height: 400px;
}

.h-50 {
    height: 500px;
}

.h-60 {
    height: 600px;
}

.h-70 {
    height: 700px;
}

.h-75 {
    height: 750px;
}

.h-80 {
    height: 800px;
}

.h-90 {
    height: 900px;
}

.h-100 {
    height: 1000px;
}

/*顶部距离*/
.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 30px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-10 {
    margin-top: 100px;
}

.mt-11 {
    margin-top: 110px;
}

.mt-12 {
    margin-top: 120px;
}

.mt-15 {
    margin-top: 150px;
}

.mt-18 {
    margin-top: 180px;
}

.mt-20 {
    margin-top: 200px;
}

.mt-25 {
    margin-top: 250px;
}

.mt-30 {
    margin-top: 300px;
}

/*底部距离*/
.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-10 {
    margin-bottom: 100px;
}

.mb-12 {
    margin-bottom: 120px;
}

.mb-15 {
    margin-bottom: 150px;
}


/*居中*/
.m-c {
    margin: 0 auto;
}

/*左右距离*/

.ml-1p2 {
    margin-left: 12px;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.mr-1 {
    margin-right: 10px;
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0;
}

.mlr-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr-2 {
    margin-left: 20px;
    margin-right: 20px;
}

.mlr-3 {
    margin-left: 30px;
    margin-right: 30px;
}

.ml-5 {
    margin-left: 50px;
}

.mlr-5 {
    margin-left: 50px;
    margin-right: 50px;
}

.mlr-6 {
    margin-left: 60px;
    margin-right: 60px;
}

.mlr-8 {
    margin-left: 80px;
    margin-right: 80px;
}

/*文字大小*/
.fw-1 {
    font-weight: 100;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.fw-9 {
    font-weight: 900;
}

.fs-6 {
    font-size: 0.625rem;
}

.fs-8 {
    font-size: 0.875rem;
}

.fs-10 {
    font-size: 1rem;

}

.fs-11 {
    font-size: 1.125rem;
}

.fs-12 {
    font-size: 1.25rem;
}

.fs-14 {
    font-size: 1.4rem;
}

.fs-16 {
    font-size: 1.6rem;
}

.fs-20 {
    font-size: 2rem;
}

.fs-24 {
    font-size: 2.4rem;
}

.fs-28 {
    font-size: 2.8rem;
}

.fs-30 {
    font-size: 3rem;
}

.fs-32 {
    font-size: 3.2rem;
}

.fs-33 {
    font-size: 3.3rem;
}

.fs-34 {
    font-size: 3.4rem;
}

.fs-35 {
    font-size: 3.5rem;
}

.fs-36 {
    font-size: 3.6rem;
}

.fs-42 {
    font-size: 4.2rem;
}

.fs-50 {
    font-size: 5rem;
}

.fs-60 {
    font-size: 6rem;
}

.fs-90 {
    font-size: 9rem;
}

/*文字颜色*/
.c-eef3f6 {
    color: #eef3f6;
}

.c-192049 {
    color: #192049;
}

.c-e85627 {
    color: #e85627;
}

.c-333,
.c-333 a,
.c-333 a:hover {
    color: #333333;
    text-decoration: none
}

.c-d5572e {
    color: #d5572e;
}

.c-976c4f {
    color: #976c4f;
}

.c-ffc87f {
    color: #ffc87f;
}

.fh-14 {
    line-height: 1.4rem;
}

/*元素宽度*/
.w-13 {
    width: 130px;
}

.w-75 {
    width: 800px;
}

.w-80 {
    width: 800px;
    clear: both;
}

.w-100 {
    width: 100%;
    clear: both;
}

.w-108 {
    width: 1080px;
}

.w-110 {
    width: 1100px;
    box-sizing: border-box;
}

/*文字间距*/
.letter-spacing-1 {
    letter-spacing: 0.1rem;

}

.ls-2 {
    letter-spacing: 0.2rem;
}

.ls-1 {
    letter-spacing: 0.1rem;
}

.letter-spacing-2 {
    letter-spacing: 0.2rem;
}

.pl-2 {
    padding-left: 20px;
}

.lh-16 {
    line-height: 1.6rem;
}

.lh-22 {
    line-height: 2.2rem;
}

.p-0 {
    padding: 0;
}

.p-4 {
    padding: 4px;
}

.p-6 {
    padding: 6px;
}

.p-8 {
    padding: 8px;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.p-16 {
    padding: 16px;
}

.p-20 {
    padding: 20px;
}

.m-10 {
    margin: 10px;
}

/*以下为非通用部分*/

/*顶部左右空隙*/
.top-nav {
    margin-left: 10px;
    margin-right: 10px;
}

/*logo宽度*/
.logo-new {
    width: 141px;
}

.img-w-266 {
    width: 226px;
}

/*顶部圆角和半透明*/
.top-nav-border {
    position: absolute;
    width: calc(100% - 20px);
    min-width: 1060px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 1.2rem 1.2rem;
    z-index: 10;
    margin: 0 auto;
}

.navbar-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #cac3bc;
}

.navbar-list li {
    float: left;
    margin: 0 .5rem;
    letter-spacing: 3px;
}

/*2023.03.03修改行高*/
.nav-tel {
    list-style-type: none;
    margin-right: 36px;
    margin-top: 12px;
    line-height: 36px;
}

.line-h1 {
    width: 72px;
    height: 1px;
    background-color: #aea397;
    border-bottom: 1px solid #beb5ac;
    margin: 20px auto 40px auto;
}

/*首页按钮*/
.btn-more {
    background-color: #976D50;
    font-size: 0.875rem;
    color: #eeeeee;
    width: 14em;
    border-style: none;
    border-radius: 6px;
    text-align: center;
    display: block;
    margin: 20px auto;
    height: 32px;
}

.btn-more a {
    background-color: #976D50;
    font-size: 20px;
    color: #eeeeee;
}

/*品牌列表*/
.brand-list table {
    width: 100%;
    border-collapse: collapse;
}

.brand-list table td {
    border-top: 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.3rem;
    color: #333333;
}

/* css3样式，获取表格的最后一行 */
.brand-list table tr:last-child td {
    border-bottom: 0;
}

/* css3样式，获取表格的最后一列 */
.brand-list table tr td:last-child {
    border-right: 0;
}

.dangci {
    margin: 0 auto;
    text-indent: 4px;
    width: 4em;
    height: 4em;
    line-height: 4em;
    border-style: solid;
    border-width: 1px;
    border-color: #ba9e89;
    color: #ba9e89;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.brand-logo {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 50%;
}

.brand-rhotel {
    width: auto;
    height: 3.3rem;
}

.brand-left {
    margin-left: 16px;
}

.brands-logo {
    height: auto;
}

.brands-logo img {
    display: block;
    padding-top: 6px;
    margin: 0 auto;
    height: 38px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.hot,
.brand-hot,
.user-hot,
.news-hot {
    width: 1080px;
    margin: 0 auto;
}

.hot-title {
    letter-spacing: 2px;
}

.hot-rule {
    width: 720px;
    margin: 0 auto;
    border-collapse: collapse;
}

.hot-rule th,
.hot-rule td {
    border: 1px solid #000;
}

.hot-rule-c {
    font-size: 18px;
    font-weight: 500;
    width: 146px;
    text-align: center;
    color: rgb(231, 85, 41);
    line-height: 2rem;
}

.hot-rule-t {
    font-weight: 500;
    width: 32px;
    margin: 10px 15px auto 15px;
}

.hot-rule-1 {
    margin: 20px;
    height: 81px;
}

.hot-rule-2 {
    width: 110px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6rem;
}

.hot-reader {
    width: 750px;
    letter-spacing: 2px;
}

.reader-icon {
    margin: 8px 26px auto 6px;
}

.hot-reader-bg {
    background-color: rgba(51, 51, 51, 0.1);
    border-radius: 1.2rem 1.2rem;
    letter-spacing: 2px;
}

.hot-reader>div {
    padding: 16px;
}

.hot-user {
    margin-top: 16px;
    line-height: 1.8rem;
    display: block;
}

.hot-card {
    width: 820px;
    margin: 0 auto 58px auto;
}

.brand {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0.8rem;
}

.brand>a {
    display: block;
    flex: 1;
}

.brand li {
    width: 100%;
    height: 50px;
    background-color: #333333;
    border-radius: 1rem 1rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.brand>a:hover {
    text-decoration: none;
}

.uk-active li {
    background-color: #976c4f;
}

.brands-color {
    color: #976c4f;
}

.jm-main {
    width: 1100px;
    margin: 0 auto;
}

.jm2023-reg-bg {
    margin: 20px;
    width: 1060px;
    padding: 20px 20px 20px 40px;
    box-sizing: border-box;
    background-color: #1f2020;
    border-radius: 1.6rem;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.4);
    color: rgb(237, 215, 187);
}

.jm2023-reg-bg wpcf7-form {
    box-sizing: border-box;
    margin-left: 20px;
}

.jm-main-t {
    width: 1100px;
}

.jm-main-img1 {
    width: 1100px;
}

.jm-lb {
    width: 750px;
    height: 372px;
    margin: 0 auto;
}

.jm-reg {
    position: relative;
    width: 775px;
    height: 317px;
    margin: -66px auto 0 auto;
    z-index: 999;
}

.jm-reg-bg {
    width: 775px;
    height: 317px;
}

.jm-about {
    margin: 30px;
}

.reg-18 {
    margin-top: -300px;
    margin-left: 140px;
    position: relative;
}

.reg-18 .screen-reader-response {
    display: none;
}

.reg-17 {
    display: inline-block;
    width: 80px;
}

.reg-16 {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 42px;
    width: 600px;
}

.reg-16 label {
    line-height: 50px
}

.reg-16 .wpcf7-form-control {
    background-image: url("/images/reg_15.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: rgb(243, 243, 243);
    opacity: 0.8;
    border: 0;
    outline: none;
    width: 330px;
    height: 33px;
    text-indent: 10px;
    -webkit-text-fill-color: #333;
}

.reg-16 .wpcf7-submit {
    background-image: url("/images/reg_mm-1.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: rgb(243, 243, 243);
    opacity: 0.8;
    border: 0;
    outline: none;
    width: 192px;
    height: 42px;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #333;
    -webkit-text-fill-color: #333;
    margin-left: 150px;
}

.reg-16 .wpcf7-not-valid-tip {
    color: #a10606;
    font-size: 0.875rem;
    margin-left: 4px;
}

.reg-19 {
    margin-top: 16px;
    margin-bottom: 6px;
    height: 30px;
    width: 600px;
}

.reg-19 svg {
    font-size: 25px;
    width: 25px;
    height: 25px;
    margin-left: 6px;
    margin-right: 12px;
}

.wpcf7-form {}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-form label {
    height: 50px;
    width: 300px;
}

/*底部样式*/
.footer-list {
    border-right: 1px solid #aea397;
    margin-right: 9px;
}

.footer-list>dl dt {
    color: #8d7c6a;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
}

.footer-list>dl dd,
.footer-list>dl dd a {
    color: #333;
    letter-spacing: 1px;
    font-size: .9rem;
    font-weight: 500;
}

/*底部伸缩条的样式*/
.applets-fixed {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-color: #666;
    background-color: rgba(22, 22, 22, 0.6);
}

.applets-box {
    width: 880px;
    height: 96px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
}

.applets-box img {
    margin-top: 4px;
    padding-bottom: 4px;
    height: 96px;
    float: left;
}

.applets-del {
    margin: 6px 0 0 -2px;
    float: left;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
}

.applets-del img {
    width: 22px;
    height: 22px;
}

.applets-del:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.applets-del:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.applets-btn {
    margin: 0 0 0 100%;
    width: 160px;
    height: 100px;
    display: none;
    bottom: 0;
    position: absolute;
    cursor: pointer
}

.applets-btn img {
    height: 96px;
}

/*修正首页加盟部分的左空过大问题*/
.w-100 .uk-grid {
    margin-left: 0;
}

/*特许部分，各种非标宽度，设计师太皮*/
.mh-co {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.news-co {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sc-w {
    width: 740px;
}

.br-6 {
    border-radius: 6px;
}

.sc-w-l {
    width: 760px;
}

.sc-w-l span,
.sc-w-r span {
    display: block;
    margin-bottom: 10px;
}

.sc-w-r {
    width: 340px;
}

.news-post-l {
    width: 760px;
}

.news-post-r {
    width: 340px;
    box-sizing: border-box;
}

.n-p-i {
    padding: 18px;
}

.news-post-r h3,
.news-post-r span {
    margin-left: 20px;
}

.w466 {
    width: 466px;
}

.w956 {
    width: 956px;
}

.zz-t {
    margin-top: -80px;
    margin-left: 22px;
}

.zz-t-r {
    margin-top: -80px;
    margin-right: 34px;
    text-align: right;
}

.zz-t2 {
    margin-top: 10px;
    padding: 6px;
}

.ml24 {
    width: 24px;
}

.w251 {
    width: 251px;
}

.w2 {
    padding-top: 8px;
    padding-left: 24px;
    width: 220px;
}

.w3 {
    margin-top: -192px;
    margin-left: 178px;
}

.w3 ul {
    margin: 0;
    padding: 0;
}

.w3-r {
    margin-top: -192px;
    margin-left: 172px;
}

.w3-r ul {
    margin-left: -20px;
    padding: 0;
}

.w896 {
    width: 896px;
}

.w1000 {
    width: 1000px;
}

.w321 {
    width: 321px;
}

.tx_me {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 888px;
    margin: 0 auto;
    position: relative;
}

.tx_me .screen-reader-response {
    display: none;
}

.tx_me_1 .wpcf7-validates-as-required {
    resize: none;
    width: 888px;
    height: 80px;
    border: 1px #666;
    border-radius: 10px;
    outline: none;
    margin: 0 auto;
    font-size: 1rem;
}

.tx_me_1 .wpcf7-submit {
    background-image: url("/images/tx_m.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: rgb(243, 243, 243);
    opacity: 0.8;
    border: 0;
    outline: none;
    display: block;
    width: 192px;
    height: 42px;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #333;
    -webkit-text-fill-color: #333;
    margin: 20px auto 0 auto;
}

.tx_me_1 .wpcf7-not-valid-tip {
    display: block;
    color: #dc0000;
}

.w4 {
    color: #fff;
    margin-top: -70px;
    margin-left: 620px;
}

.w343 {
    width: 343px;
}

.hot-dream {}

.w800 {
    width: 800px;
}

.w119 {
    width: 119px;
}

.w572 {
    width: 572px;
}

.w510 {
    width: 510px;
}

.w957 {
    width: 957px;
    background-color: #f3f3f3;
    border-radius: 20px;
    box-shadow: 0 3px 14px rgba(51, 51, 51, 0.3),
        0 0 20px rgba(222, 222, 222, 0.1) inset;
}

.w911 {
    width: 911px;
}

.w912 {
    width: 912px;
}

.w1030 {
    width: 1030px;
}

.w242 {
    width: 242px;
}

.w300 {
    width: 300px;
}

.w730 {
    width: 730px;
}

.pr-60 {
    padding-right: 58px;
}

.h157 {
    height: 157px;
}

.rect_9 {
    border-radius: 10px;
    background-color: rgb(170, 125, 89);
    opacity: 0.102;
    width: 1030px;
    height: 120px;
    margin: 19px auto 0 auto;
}

.zl_1 {
    padding-left: 120px;
    margin-top: -100px;
    color: rgb(18, 18, 18);
    width: 395px;
    float: left;
}

.zl_2 {
    padding-left: 50px;
    margin-top: -132px;
    color: rgb(18, 18, 18);
    width: 395px;
    float: left;
}

.w323 {
    width: 323px;
}

.w740 {
    width: 740px;
}

.w340 {
    width: 340px;
}

.w-100 .lcp_catlist {
    list-style-type: none;
    color: #333;
}

.w-100 .lcp_catlist li {
    line-height: 1.4rem;
}

.w-100 .lcp_catlist a {
    color: #333;
}

.news-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.news-list ul {
    margin: 0;
    padding: 0;
}

.news-list .wp-post-image {
    float: left;
    width: 312px;
}

.news-list a {
    float: left;
}

.news-list li {}

.sc-w-l span {
    text-align: left;
}

.news-list-t {
    text-align: left;
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    float: right;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2rem;
}

.post-categories .post-categories a {
    color: #333;
}

.w-110 .post-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 3rem;
}

.lcp_catlist li {
    width: 740px;
    min-height: 220px;
}

.lcp_catlist li span:nth-of-type(1) {
    width: 352px;
    height: 198px;
    float: left;
}

.lcp_catlist li span:nth-of-type(1) img {
    display: block;
    width: 352px;
    height: 198px;
    object-fit: cover;
    border-radius: 10px;
}

.lcp_excerpt {
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
    float: right;
    font-size: 1rem;
    line-height: 22px;
}

.lcp_date {
    float: right;
    width: 360px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.875rem;
    color: #666;
}

.news-a {
    text-indent: 30px;
    margin-top: 10px;
    line-height: 30px;
}

.post-content,
.post-content a {
    padding: 12px;
    color: #333;
    line-height: 1.8rem;
    letter-spacing: 1px;
    font-weight: 300;
}

.post-content p {
    margin-top: 16px;
    margin-bottom: 16px;
}

.post-content img {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.post-date {
    margin-left: 10px;
}

.post-header h1 {
    margin-left: 10px;
    margin-bottom: 6px;
}

.sc-w-r h3 {
    text-indent: 20px;
}

.post_crumb,
.post_crumb a {
    font-size: 0.875rem;
    color: #333;
}

.news-nav {
    margin: 0;
    padding: 0;
}

.news-nav {
    width: 760px;
    margin-bottom: 20px;
}

.news-nav li {
    float: left;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 10px;
    padding: 0;
    height: 32px;
    width: 5rem;
    text-indent: 1px;
}

.news-nav-span {
    height: 30px;
    width: 7rem;
    display: block;
}

.news-list-block {}

.news-list-block .news-nav {
    list-style-type: none;
}

.news-switcher-list ul li {
    background-color: #fff;
}

.news-nav .uk-active {
    margin-bottom: 20px;
    border-bottom: 3px solid #ba936d;
}

.news-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.post-cate-span {
    margin-left: 20px;
}

.post-categories {
    display: inline;
    margin: 0;
    padding: 0;
}

.post-categories li {
    display: inline;
    margin-right: 10px;
}

.post-meta,
.post-meta a {
    font-size: 0.875rem;
    color: #666;
}

.post-hr {
    margin: 10px 5px;
}

.news-list-a {
    width: 740px;
    height: 417px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-list-a ul li img {
    width: 740px;
    border-radius: 10px;
}

.news-list-b {
    width: 340px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-list-b ul {
    padding: 0;
}

.news-list-b ul li {
    width: 340px;
    height: 192px;
    margin-top: 0;
    margin-bottom: 38px;
}

.news-list-b ul li img {
    width: 340px;
    border-radius: 10px;
}

.news-list-b .uk-cover {
    width: 340px;
    border-radius: 10px;
    position: static;
    left: 0;
    top: 0;
    transform: none;
}

.news-hot-list {
    width: 340px;
    box-sizing: border-box;
}

.news-hot-list .lcp_catlist {
    width: 340px;
    box-sizing: border-box;
}

.news-hot-list ul {
    list-style-type: none;
}

.news-hot-list ul li {
    width: 340px;
    height: 260px;
}

.news-hot-list ul li span {
    display: block;
    width: 340px;
}

.lcp_catlist .wp-post-image {
    width: 340px;
}

.news-li-hot-t,
.news-li-hot-t a {
    color: #333;
    font-size: 0.875rem;
    font-weight: 300;
    display: block;
    width: 340px;
    box-sizing: border-box;
    padding: 0 20px 20px 10px;
}

.news-hot-list .lcp_catlist li span:nth-of-type(1) {
    width: 340px;
    height: 192px;
    float: left;
    display: block;
}

.news-hot-list .lcp_catlist li span:nth-of-type(1) img {
    display: block;
    width: 320px;
    height: 180px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 10px;
}

.news-hot-list ul {
    padding-left: 0;
}

.lcp_paginator {
    width: 740px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.lcp_currentpage {
    width: 28px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #d2e2fc;
    color: #6fa1d0;
    margin-right: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;

}

.lcp_paginator li {
    width: 28px;
    line-height: 28px;
    height: 28px;
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
}

.lcp_paginator li a {
    width: 28px;
    line-height: 28px;
    height: 28px;
    color: #262626;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin-right: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
}

.lcp_paginator li a:hover {
    width: 28px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #d2e2fc;
    color: #6fa1d0;
    margin-right: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
}

.sc-w-r .lcp_paginator {
    display: none;
}

.news-post-r .lcp_paginator {
    display: none;
}

/* 修正首页加盟模块偏移 */
.w-110 .uk-grid {
    width: 1100px;
    margin: 0;
    padding: 0;

}

/* 页脚二维码说明文字居中 */
.qr-text-c {
    display: block;
    text-align: center;
}

.copy {
    margin-left: 3rem;
    margin-right: 1rem;
}/* --- 自适应手机端补丁 --- */
@media (max-width: 1200px) {

    .w-13,
    .w-75,
    .w-80,
    .w-100,
    .w-108,
    .w-110,
    .hot,
    .brand-hot,
    .user-hot,
    .news-hot,
    .hot-card,
    .jm-main,
    .jm2023-reg-bg,
    .jm-main-t,
    .jm-main-img1,
    .jm-lb,
    .jm-reg,
    .jm-reg-bg,
    .img-w-266,
    .hot-rule,
    .hot-reader {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .brand-list table {
        font-size: 1rem;
    }

    .brand {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .brand>a {
        flex: 1 1 45%;
    }

    .brand-text {
        font-size: 12px;
    }

    /* 修复轮播图或固定元素 */
    .uk-slideshow-items {
        height: auto !important;
        min-height: 200px;
    }

    /* 图片保持比例 */
    img {
        max-width: 100%;
        height: auto;
    }

    .hot-rule {
        display: block;
        overflow-x: auto;
    }
}
/* --- 深度解决响应式排版重叠补丁 --- */
@media (max-width: 1200px) {
    /* 1. 彻底移除全局与所有的固定最小宽度 */
    body, .wrap, .top-nav-border {
        min-width: 0 !important;
        width: 100% !important;
    }
    
    /* 2. 移除顶部导航栏排版强硬换行限制并允许弹性折叠 */
    .top-nav-border {
        position: relative !important;
        border-radius: 0;
        padding-bottom: 10px;
    }
    .navbar-list li {
        float: none !important;
        display: inline-block;
        margin: 5px 10px !important;
        font-size: 14px;
        letter-spacing: 1px !important;
    }
    .navbar-list {
        text-align: center;
        border-right: none !important;
    }
    .nav-tel {
        float: none !important;
        text-align: center;
        margin: 10px auto !important;
    }
    
    /* 3. 修复底部绝对定位的 880px 浮窗广告位阻挡内容的问题 */
    .applets-fixed {
        position: relative !important; /* 解除悬浮，推入正常文档流 */
        height: auto !important;
        background: none !important;
        padding: 20px 0;
        margin-top: 20px;
    }
    .applets-box {
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
    .applets-box img, .applets-box .qr {
        float: none !important;
        max-width: 100%;
        height: auto !important;
        margin: 0 auto;
        display: block;
    }
    .applets-del {
        float: none !important;
        display: inline-block;
        margin: 10px auto;
    }

    /* 4. 修复首页和各页面的内容溢出 */
    .uk-child-width-expand {
        flex-direction: column;
    }
    .footer-list {
        margin-top: 20px;
        text-align: center;
    }
    .footer-bar>div {
        text-align: center;
    }
    .qr-text-c, .fs-8 {
        text-align: center;
        display: block;
    }
    .jm-main, .jm-reg, .jm2023-reg-bg {
        width: 100% !important;
        padding: 15px !important;
        box-sizing: border-box;
    }
}

/* --- Footer 小屏幕深度纠偏 --- */
@media (max-width: 1200px) {
    /* 强制页脚内部各分栏完全变为块状折叠，且禁止并排浮动 */
    footer.w-110 {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
        background-color: transparent !important;
    }
    
    footer .uk-grid, footer .uk-child-width-expand {
        display: block !important;
        margin: 0 !important;
        width: 100% !important;
    }

    /* uikit 子分块重置 */
    footer .uk-grid > div {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        margin-bottom: 25px !important;
        text-align: center !important;
    }

    footer img {
        margin: 0 auto;
        display: block;
    }

    /* “关于美豪”、“品牌介绍” 等并排的详情列表强制垂直排列居中 */
    .footer-list dl {
        display: inline-block;
        text-align: center !important;
    }
    
    .footer-list dl dd {
        margin-left: 0 !important;
        text-align: center !important;
    }

    /* 备案号以及公司信息等强行折断换行，并使其文字缩小以免被截断 */
    footer .mt-1.c-333 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-left: 0 !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    footer .fs-8 {
        font-size: 13px !important;
        line-height: 1.8;
        display: block;
        margin-right: 0 !important;
        text-align: center;
        white-space: normal !important;
        word-break: break-all;
    }
}


/* --- 加盟页与图片自适应深度修复补丁 --- */
@media (max-width: 1200px) {
    /* 强力覆盖原作者在类名里留下的死规定 */
    .w_110, .w-110 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    
    /* 所有在手机屏幕上的大图都必须执行等比缩小计算，决不能撑破屏幕 */
    .w_110 img, img.w_110, img.w-110, img.m-c {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
}


/* --- 移动端顶部菜单与底部版权深度优化补丁 --- */
@media (max-width: 1200px) {
    /* 1. 顶部菜单深度优化 */
    .top-nav-border {
        display: block !important;
        height: auto !important;
        padding-bottom: 15px !important;
    }
    
    .top-nav-border > div {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .uk-navbar-left, .uk-navbar-right {
        float: none !important;
    }

    .uk-navbar-nav {
        display: block !important;
        text-align: center !important;
        margin: 0 auto !important;
        padding: 10px 0 !important;
    }

    .uk-navbar-nav > li {
        float: none !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }

    .uk-navbar-nav > li.ml-5 {
        margin-left: 0 !important; /* 清除原有左边距 */
    }

    .navbar-list {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        row-gap: 10px !important; /* 防止上下行挤在一起 */
    }

    .navbar-list li {
        margin: 5px 10px !important;
        line-height: normal !important; /* 修正可能的异常行高 */
    }

    .nav-tel {
        display: block !important;
        margin: 0 auto 5px !important;
    }
    
    .nav-tel li {
        font-size: 13px !important;
        line-height: normal !important;
    }

    /* 2. 底部版权信息剧中修补 */
    footer .mt-1.c-333 {
        display: block !important; /* 放弃 flex 以防止宽度分配错误 */
        width: 100% !important;
        text-align: center !important;
    }
    
    footer .mt-1.c-333 > div {
        display: block !important;
        width: 100% !important;
        padding: 0 !important; /* 取消 uikit 默认内边距 */
        margin-bottom: 8px !important;
        text-align: center !important;
        float: none !important;
    }
    
    footer .fs-8 {
        word-break: normal !important; /* 恢复自然断词，避免粗暴截断英文字母 */
        margin-bottom: 5px !important;
    }
}
