/* 搜索框样式 */
.search {
    border: 1px solid var(--color-primary);
    border-radius: 16px;
    color: #999;
    font-size: 12px;
    padding: 7px 10px;
    position: relative
}

/* 搜索按钮样式 */
.btnsearch {
    background: var(--color-primary);
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 51px
}

/* 搜索界面 搜索按钮样式 */
.searchbtn {
    background: var(--color-primary);
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    right: 5px;
    text-align: center;
    transform: translateY(-80%);
    width: 51px
}

/* banner */
.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;

}
.carousel-item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: white;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

#back-top {
    overflow-y: auto;
}

.search-top {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.search-top-back {
    width: 20px
}

.search-item {
    border: solid #ededed;
    border-width: 0 0 1px;
    padding: 15px 0
}

.search-item-title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.search-item-content {
    color: #999;
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.search-item-info {
    color: #950040;
    font-size: 12px;
    line-height: 18px
}

.search-item:first-child {
    padding: 0 0 15px
}

.breadcrumb {
    padding: 10px 12px
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 18px;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb-item {
    color: #333
}

.breadcrumb-item:not(:last-child) {
    color: #999
}

.breadcrumb-item:not(:last-child):after {
    content: ">";
    display: inline-block;
    margin: 0 .25rem
}

.u-tag {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.u-tagg {
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #f7f8fa;
    background-color:#f7f8fa;
    border-radius: 9999px;
    padding: 6px 12px;
    text-align: center;
    margin: 0;
}

.pseudo:before {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
    border-radius: 9999px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 5px
}

table {
    border-collapse: collapse
}

table:not([cellpadding]) td, table:not([cellpadding]) th {
    padding: .4rem
}

table[border]:not([border="0"]):not([style*=border-width]) td, table[border]:not([border="0"]):not([style*=border-width]) th {
    border-width: 1px
}

table[border]:not([border="0"]):not([style*=border-style]) td, table[border]:not([border="0"]):not([style*=border-style]) th {
    border-style: solid
}

table[border]:not([border="0"]):not([style*=border-color]) td, table[border]:not([border="0"]):not([style*=border-color]) th {
    border-color: #ccc
}

figure {
    display: table;
    margin: 1rem auto
}

figure figcaption {
    color: #999;
    display: block;
    margin-top: .25rem;
    text-align: center
}

hr {
    border: solid #ccc;
    border-width: 1px 0 0
}

code {
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: .1rem .2rem
}

.mce-content-body:not([dir=rtl]) blockquote {
    border-left: 2px solid #ccc;
    margin-left: 1.5rem;
    padding-left: 1rem
}

.mce-content-body[dir=rtl] blockquote {
    border-right: 2px solid #ccc;
    margin-right: 1.5rem;
    padding-right: 1rem
}

.cate_hui {
    color: #666;
}

.u-rich-html {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 1.4
}
.u-rich-html p {
    text-indent: 2em;
}

.u-rich-html a, .u-rich-html abbr, .u-rich-html acronym, .u-rich-html address, .u-rich-html applet, .u-rich-html article, .u-rich-html aside, .u-rich-html audio, .u-rich-html b, .u-rich-html big, .u-rich-html blockquote, .u-rich-html canvas, .u-rich-html caption, .u-rich-html center, .u-rich-html cite, .u-rich-html code, .u-rich-html dd, .u-rich-html del, .u-rich-html details, .u-rich-html dfn, .u-rich-html div, .u-rich-html dl, .u-rich-html dt, .u-rich-html em, .u-rich-html embed, .u-rich-html fieldset, .u-rich-html figcaption, .u-rich-html figure, .u-rich-html footer, .u-rich-html form, .u-rich-html h1, .u-rich-html h2, .u-rich-html h3, .u-rich-html h4, .u-rich-html h5, .u-rich-html h6, .u-rich-html header, .u-rich-html i, .u-rich-html iframe, .u-rich-html img, .u-rich-html input, .u-rich-html ins, .u-rich-html kbd, .u-rich-html label, .u-rich-html legend, .u-rich-html li, .u-rich-html mark, .u-rich-html menu, .u-rich-html nav, .u-rich-html object, .u-rich-html ol, .u-rich-html output, .u-rich-html p, .u-rich-html pre, .u-rich-html q, .u-rich-html ruby, .u-rich-html s, .u-rich-html samp, .u-rich-html section, .u-rich-html small, .u-rich-html span, .u-rich-html strike, .u-rich-html strong, .u-rich-html sub, .u-rich-html summary, .u-rich-html sup, .u-rich-html table, .u-rich-html tbody, .u-rich-html td, .u-rich-html tfoot, .u-rich-html th, .u-rich-html thead, .u-rich-html time, .u-rich-html tr, .u-rich-html tt, .u-rich-html u, .u-rich-html ul, .u-rich-html var, .u-rich-html video {
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.u-rich-html blockquote, .u-rich-html h1, .u-rich-html h2, .u-rich-html h3, .u-rich-html h4, .u-rich-html h5, .u-rich-html h6, .u-rich-html p, .u-rich-html pre {
    margin: 1em 0
}

.u-rich-html article, .u-rich-html aside, .u-rich-html details, .u-rich-html figcaption, .u-rich-html figure, .u-rich-html footer, .u-rich-html header, .u-rich-html menu, .u-rich-html nav, .u-rich-html section {
    display: block
}

.u-rich-html blockquote, .u-rich-html q {
    quotes: none
}

.u-rich-html blockquote:after, .u-rich-html blockquote:before, .u-rich-html q:after, .u-rich-html q:before {
    content: none
}

.u-rich-html table {
    border-collapse: collapse;
    border-spacing: 0
}

.u-rich-html a {
    color: #7e8c8d;
    text-decoration: none
}

.u-rich-html li {
    list-style: none
}

.u-rich-html ::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

.u-rich-html ::-webkit-scrollbar-track-piece {
    background-color: #0003;
    -webkit-border-radius: 6px
}

.u-rich-html ::-webkit-scrollbar-thumb:vertical {
    background-color: #7d7d7db3;
    -webkit-border-radius: 6px;
    height: 5px
}

.u-rich-html ::-webkit-scrollbar-thumb:horizontal {
    background-color: #7d7d7db3;
    -webkit-border-radius: 6px;
    width: 5px
}

.pt-8.pb-4 {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.u-article a {
    color: -webkit-link;
    text-decoration: underline
}

.tag {
    border-radius: 4px;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding: 0 8px
}

.message {
    background: url(../static/zkbm/msg_form_bg_2x.HxUVFFxg.png) 50%/cover no-repeat;
    border-radius: 6px;
    height: 222px;
    padding: 20px 32px 26px;
    width: 100%
}

.message-cell {
    border-radius: 17px;
    height: 34px;
    margin: 0
}

.message-cell.phone {
    margin-top: 20px
}

.message-flex {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 12px
}

.message-field {
    height: 34px;
    padding: 6px 15px
}

.message-field.phone {
    padding-right: 80px
}

.message-field .van-field__left-icon {
    align-items: center;
    display: flex
}

.message-field.van-field__label {
    width: 0
}

.message_extra {
    color: var(--color-primary);
    padding-left: 10px;
    position: relative
}

.message_extra:before {
    background: #d7d7d7;
    content: "";
    display: block;
    height: 7px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 1px
}

.message-arrow {
    color: #999;
    margin-top: -6px;
    position: absolute;
    right: 12px;
    top: 50%
}

.message_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center
}

.message_form_action {
    margin-top: 20px;
    text-align: center
}

.message_form_action .van-button {
    background: #ffb127;
    border: none;
    box-shadow: 0 10px 20px #700030, inset 2px 3px 5px #fffefe78;
    color: #fff;
    font-size: 16px;
    height: 34px;
    min-width: 107px
}

.popup {
    color: #333;
    padding: 20px;
    text-align: center;
    width: 289px
}

.popup-title {
    font-size: 18px;
    font-weight: 600
}

.popup-msg {
    font-size: 14px
}

.popup-msg.link {
    color: var(--color-primary);
    width: 100%;
    word-wrap: break-word
}

.popup-btn {
    background: var(--color-primary);
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    width: 132px
}

.text-main {
    color: var(--color-text-base);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    line-height: 1.25rem
}

.text-sub {
    color: var(--color-text-sub);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem
}

.hot-tag {
    border-color: var(--color-primary);
    border-radius: 9999px;
    border-width: 1px;
    color: var(--color-primary);
    display: block;
    font-size: 12px;
    line-height: 1;
    line-height: 18px;
    padding: 4px 10px
}

.i-swipe {
    height: 28.27vw
}

.i-swipe .van-swipe-item {
    color: #fff;
    height: 100%
}

@media screen and (min-width: 900px) {
    .i-swipe {
        height: 106px
    }
}

#a- {
    color: #7e8c8d;
    text-decoration: none
}


/* 置顶按钮样式 */
.scroll-to-top {
    display: none; /* 初始时隐藏按钮 */
    position: fixed; /* 固定在页面右下角 */
    bottom: 80px; /* 距离底部 80px */
    right: 0px; /* 距离右边 0px */
    width: 50px; /* 按钮宽度 */
    height: 50px; /* 按钮高度 */
    background-color: #A70148; /* 按钮背景颜色 */
    border-radius: 50%; /* 圆形按钮 */
    overflow: hidden; /* 隐藏图片溢出部分 */
}

/* 图片样式 */
.scroll-to-top img {
    width: 100%; /* 图片宽度100% */
    height: auto; /* 图片高度自适应 */
    display: block; /* 让图片水平居中 */
}

/* 滚动条滚动时显示置顶按钮 */
body.scrollTop-show .scroll-to-top {
    display: block; /* 滚动条滚动时显示按钮 */
}

.text-main {
    color: var(--color-text-base);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    line-height: 1.25rem
}

.text-sub {
    color: var(--color-text-sub);
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem
}

.hot-tag {
    border-color: var(--color-primary);
    border-radius: 9999px;
    border-width: 1px;
    color: var(--color-primary);
    display: block;
    font-size: 12px;
    line-height: 1;
    line-height: 18px;
    padding: 4px 10px
}

/*分页*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination > li {
    padding: 4px 10px;
    margin: 3px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #666666;
}

.pagination > li.active {
    background-color: #93003b;
    color: white;
}

.pagination > li.disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.pagination > li a {
    color: black;
    text-decoration: none;
}

.pagination > li.active a {
    color: white;
}

.pagination > li.disabled a {
    color: #ddd;
}


/*signup*/
.sign-ad-title[data-v-f5f346b9] {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center
}

.sign-ad-cnt[data-v-f5f346b9] {
    background-color: #9500400f;
    background-image: url(./icon_gif.7iZFPRTy.png);
    background-position: top 4px right 18px;
    background-repeat: no-repeat;
    background-size: 67px 66px;
    border-radius: 8px;
    margin-top: 15px;
    padding: 12px 15px
}

.sign-ad-item[data-v-f5f346b9] {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px
}

.sign-ad-item[data-v-f5f346b9]:first-child {
    margin-top: 0
}

.sign-ad-item-icon[data-v-f5f346b9] {
    height: 18px;
    width: 18px
}

.sign-ad-item-title[data-v-f5f346b9] {
    color: #950040;
    font-weight: 600;
    margin-left: 10px
}

.sign-ad-item-desc[data-v-f5f346b9] {
    color: #666;
    margin-left: 5px
}

.sign-form-item-title[data-v-f5f346b9] {
    color: #333;
    font-size: 16px;
    font-weight: 600
}

.sign-form-item .require[data-v-f5f346b9]:before {
    color: #ff5823;
    content: "*";
    font-size: 16px
}

.sign-form-item-input[data-v-f5f346b9] {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 19px;
    color: #333;
    font-size: 16px;
    width: 100%
}

.sign-form-item-select .icon[data-v-f5f346b9] {
    width: 24px
}

.sign-form-item-select .title[data-v-f5f346b9] {
    color: #333;
    font-size: 16px
}

.sign-form-item-code[data-v-f5f346b9] {
    width: 100px
}

.sign-form-item-code[data-v-f5f346b9], .sign-submit[data-v-f5f346b9] {
    background: var(--color-primary);
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.popup[data-v-f5f346b9] {
    color: #333;
    width: 289px
}

.popup-title[data-v-f5f346b9] {
    font-size: 18px;
    font-weight: 600
}

.popup-msg[data-v-f5f346b9] {
    font-size: 14px
}

.popup-btn[data-v-f5f346b9] {
    background: var(--color-primary);
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    width: 132px
}

/* 遮罩和模态框的样式  弹出二维码 */
.modal {
    /*display: none;*/
    /*position: fixed;*/
    /*z-index: 1;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: auto;*/
    /*background-color: rgba(0,0,0,0.4); !* 黑色背景带有一些透明度 *!*/
    /*text-align: center;*/


    display: none;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    height: 100vh; /* 视窗高度 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
}

.modal-content {
    position: fixed;
    background-color: #fefefe;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*margin: 30% auto 10%;*/
    padding: 20px;
    width: 70%;
    border-radius: 10px;
    /*max-width: 700px; !* 可以设置一个最大宽度 *!*/
    text-align: center;
}

.modal-content .biaoti {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

.modal-content img {
    width: 60%;
    height: auto;
    margin: 0 auto;

}

.close {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 0.7;
    background-color: #000;
    cursor: pointer;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    display: block;
    position: fixed;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* 遮罩和模态框的样式  弹出电话 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1;
}

.modal_phone {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%; /* 初始时提示框在屏幕外 */
    background: #fff;
    transition: bottom 0.5s ease;
    z-index: 2;
    max-height: 80%;
    overflow-y: auto;
}

.modal_phone-content {
    text-align: center;
}
.modal_phone-content div {
    height: 50px;
    line-height: 50px;
    color: #333;
}

.close_phone {
    /*color: #aaa;*/
    text-align: center;
    /*font-size: 28px;*/
    /*font-weight: bold;*/
    /*cursor: pointer;*/
}

.close_phone:hover,
.close_phone:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* 其他样式保持不变 */

.modal_phone.slide-up {
    bottom: -100%; /* 初始时提示框在屏幕外 */
    transition: bottom 0.5s ease;
}

/* 添加一个激活状态的类，用于显示模态框 */
.modal_phone.active {
    bottom: 0; /* 滑动提示框到可见位置 */
    transform: translateY(0); /* 滑动提示框到可见位置 */
}

/**新闻详情页表单或图文的图文*/
.advertising {
    align-items: center;
    background: #ffeaea;
    border-radius: 8px;
    display: flex;
    margin-bottom: 15px;
    padding: 5px 16px 5px 4px;
    text-decoration: none;
    word-break: break-all;
}
.advertising_title {
    background: linear-gradient(147deg,#ff8c54,#ff5f85);
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 18px;
    padding: 4px 6px;
    width: 44px;

}
.advertising .Advertising_subtitle{
    color: #ff5f85;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 12px;
}
.text_ellipsis_one, .text_ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
}
.advertising .Advertising_icon{
    width: 14px;
}

/*顶部css*/
.llc_top_header {
    width: 100%;
    z-index: 1001;
}
.m_logo {
    width: 30%;
    float: left;
}
.m_top_search{
    position: relative;
    width: 68%;
    float: right;
}
.m_top_search .searchcontainer {
    float: right;
    margin-right: 8px;
    /* width: 160px; */
}
.m_top_search .btnsearch {
    /*position: absolute;*/
    /*right: 5px;*/
}
.m_top_search a {
    display: inline-block;
    float: right;
}

.mr-48 {
    margin-top: 48px;
}
