
.mbx{
    background-color: rgba(248, 248, 248, 1);
}
.pc_pattern .mbx .laybox{
    max-width: 1420px;
    padding-left: 0.5236%;
    padding-right: 0.5236%;
}
.pc_pattern .page_mbx {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(0,0,0,1);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 0 #fff;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}
.basic_crumbs{
    margin-top: 0.7042%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.7042%;
}

.mb_pattern .page_mbx {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(0,0,0,1);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 0 #fff;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 0 0 #fff;
}

.mb_pattern .col_order_pattern .page_mbx {
    order: 0;
}

.page_mbx .basic_crumbs_list {
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.page_mbx .normal {
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
    white-space: nowrap;
    display: inline-block;
}

.page_mbx .in_actived {
    white-space: nowrap;
    font-family: 微软雅黑, Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: normal;
    -webkit-background-clip: text;
    color: rgba(51, 51, 51, 1);
}

.basic_crumbs_list li:last-child{
    color: rgba(109,49,41,1);
}
.basic_crumbs_list li:last-child .normal{
    display: none;
}


.pc_pattern #u124503 .view_pattern_pc .selected.backGround {
    background: rgba(109,49,41,1);
}

.pc_pattern #u124503 .view_pattern_pc .backGround:hover {
    background: rgba(109,49,41,1);
}
.pc_pattern #u124503 .view_pattern_pc .lineHeightStyle {
    line-height: 50px;
}
.pc_pattern #u124503 .view_pattern_pc .selected .label_1_name {
    color: rgba(255, 255, 255, 1);
}


.pc_pattern #u124501 {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 0 #fff;
    padding-left: 0%;
    padding-right: 3.5714%;
    padding-top: 3.5714%;
    padding-bottom: 3.5714%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}

.pc_pattern #u847902 .g-basic-article-box .news_list_item_summery{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pc_pattern #u124503 .view_pattern_pc .backGround {
    background: rgba(248, 248, 248, 1);
}

.mb_pattern #u124503 .lineHeightStyle_level_1 {
    line-height: 38px;
}
.mb_pattern #u124503 .mb_iframe_preview .selected_level_1, .mb_pattern #u124503 .mb_iframe_preview .selected .label_1_name {
    color: rgba(101, 113, 128, 1);
}
.mb_pattern #u124503 .borderStyle_level_1 {
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: rgba(236, 236, 236, 1);
}

.listpage .pagination{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.listpage li{
	background-color: #ccc;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    margin: 5px 2px;
    padding:0 10px;
}
.listpage li a{
	color:#333;
	display:block;
}
.listpage li.active,
.listpage li:hover{
	background-color:#6d3129;
}
.listpage li.active a,
.listpage li:hover a{
	color:#fff;
}



/* 侧边悬浮按钮样式 */
.floating-buttons {
    position: fixed;
    right: 10px;
    bottom: 15%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.button-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    transition: all 0.4s ease;
}

.floating-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #bc6925;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.floating-button svg{
  width: 24px;
  height: 24px;
}

.floating-button:hover {
    transform: scale(1.1);
    background: #bc6925;
}

.info-panel {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 12px;
    padding: 20px;
    width: 200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.button-wrapper:hover .info-panel {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

.info-panel h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
}

.qrcode {
    text-align: center;
    padding: 10px 0;
}

.qrcode img {
    width: 120px;
    height: 120px;
    display: inline-block;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 8px;
}

.phone-number {
    font-size: 20px;
    font-weight: bold;
    color: #bc6925;
    text-align: center;
    padding: 15px 0;
}

.service-text {
    text-align: center;
    font-size: 18px;
    color: #bc6925;
    padding: 15px 0;
    font-weight: bold;
    display: block;
}

.info-panel::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}
.top-button { 
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.top-button.visible {
    display: flex;
    opacity: 1;
}



/* 侧边悬浮 */
@media (max-width: 768px) {
    .floating-buttons {
        right: 15px;
    }
    
    .floating-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .info-panel {
        width: 160px;
        padding: 15px;
    }
    
    .qrcode img {
        width: 100px;
        height: 100px;
    }
}



@media screen and (max-width: 768px) {
    .page_mbx{
        display: none;
    }
}

