.e_container-45.s_layout > div > div > table > tbody > tr:last-child{ background-color:#fff;}
.e_container-45.s_layout > div > div > table > tbody > tr > td[rowspan] {background-color:#fff; }
.e_container-45.s_layout > div > div > table > tbody > tr:nth-child(11) > td:nth-child(2){ }
.e_container-45.s_layout > div > div > table > tbody > tr:last-child> td:nth-child(2){text-align:left; padding:10px;}


#c_static_001-16504379398240 { background-image: url(/style/image/bg33.jpg);}
#c_static_001-16504379398260 { background-image: url(/style/image/bg55.jpg);}

.wechatIp{display:flex; } 
#c_static_001-16426714755630 .e_image-60{max-width:100%!important;}
#c_static_001-16426714755630 .e_image-60 img{ width:48%!important; margin-right:1%;}

.form-control.s_form-control.s_input.p_input {
    color: white !important;
}
.form-control.s_form-control.s_input.p_input::placeholder {
    color: white !important;
}


     /* 右侧悬浮栏 */
        .floating-bar {
            z-index: 99999999999999999;
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 10px;
            border-radius: 10px;
        }

        /* 按钮样式 */
        .floating-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            position: relative;
            overflow: hidden;
            border: none;
        }

        /* 按钮背景色 */
        .btn-phone { background: #f56c6c; }
        .btn-email { background: #3f6ee0; }
        .btn-whatsapp { background: #3dceb2; }
        .btn-top { background: #00a3ed; }

        /* 按钮 hover 变色 */
        .floating-btn:hover {
            opacity: 0.8;
        }

        .floating-btn svg {
            width: 24px;
            height: 24px;
            fill: #fff;
            transition: fill 0.3s;
        }

        /* 信息文本 */
        .info-container {
            position: relative;
            display: flex;
            align-items: center;
        }

        .info-text {
            position: absolute;
            right: 60px;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 14px;
            white-space: nowrap;
            opacity: 0;
            transition: all 0.3s ease-in-out;
        }

        .info-container:hover .info-text {
            opacity: 1;
            right: 70px;
        }

        /* 回到顶部按钮 */
        #back-to-top {
            display: none;
        }
   