/* 底部微信号复制.css */
#cnzz_stat_icon_1279417836 {
    display: none;
}

@media only screen and (max-width:1999px) {
    .weixinhaofz {
        display: none !important;
    }

    .weibottom,
    .weibottom2 {
        display: flex !important;
    }

    .weibottom {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }

    .weibottom button,
    .weibottom2 button {
        border-radius: 20px !important;
    }
}

/* @media only screen and (min-width:480px) and (max-width:767px) {
    .weixinhaofz {
        display: none !important;
    }

    .weibottom,
    .weibottom2 {
        display: flex !important;
    }

    .weibottom {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }
} */

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #0d0d0d;
}

/* 右侧悬浮卡片：背景改为半透明白色（0.8透明度） */
.weixinhaofz {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: content-box;
    width: 164px;
    overflow: hidden;
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.8); /* 关键修改：半透明白色 */
    position: fixed;
    bottom: 50%;
    right: 10px;
    z-index: 999999;
    padding: 15px;
    display: block
}

.weixinhaofz h1 {
    margin-bottom: 65px;
    margin-top: 0;
    width: 140px;
    height: 80px;
    font-size: 60px;
    color: #3C0;
    text-align: center;
    line-height: 80px;
    font-weight: 100;
    position: relative
}

.weixinhaofz h1 p {
    width: 15px;
    overflow: hidden;
    height: 15px;
    display: block;
    position: absolute;
    top: 10px;
    right: 28px;
    background: url("http://www.232988.com/mb7.obhtml.com/http-/www.jutuanhz.com/common/http://depuapp.com/static1/http://depuapp.com/static1/image/shan.gif");
    z-index: 999
}

.weixinhaofz h2 {
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #090;
}

.weixinhaofz h2 span {
    width: 100%;
    height: 24px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.weixinhaofz button {
    padding: 0;
    margin-bottom: 0;
}

.weixinhaofz h2 p {
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    display: block
}

.weixinhaofz button {
    width: 110px;
    overflow: hidden;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #090;
    margin-top: 5px;
    font-size: 12px;
    color: #FFF;
    border: 0px;
}

.weixinhaofz button:hover {
    width: 110px;
    overflow: hidden;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #B38549;
    margin-top: 5px;
    font-size: 12px;
    color: #FFF;
    border: 0px;
    cursor: pointer
}

.weixinhaofz h3 {
    position: absolute;
    left: -7px;
    top: -15px;
    width: 10px;
    height: 10px;
    padding: 20px;
    font-size: 13px;
    color: #000000;
    font-family: Arial;
    cursor: pointer;
    margin: 0;
}

/* 底部栏1：背景改为半透明白色（0.8透明度） */
.weibottom {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95); /* 关键修改：半透明白色 */
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999999;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.weibottom h2 {
    font-size: 14px;
    color: #090;
}

.weibottom h2 span {
    text-align: left;
}

.weibottom button {
    padding: 0;
    margin-bottom: 0;
    width: 110px;
    overflow: hidden;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #090;
    font-size: 12px;
    color: #FFF;
    border: 0px;
}

.weibottom h1 {
    margin-top: 8px;
    width: 66px;
    height: 70px;
    font-size: 50px;
    color: #3C0;
    text-align: center;
    line-height: 70px;
    font-weight: 100;
    position: relative;
    margin-bottom: 0;
}

.weibottom h2 {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 34%;
}

/* 样式2：底部栏2，背景改为半透明白色（0.8透明度） */
.weibottom2 {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95); /* 关键修改：半透明白色 */
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999999;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

.weibottom2 h2 {
    font-size: 14px;
    color: #090;
}

.weibottom2 h2 span {
    text-align: left;
}

.weibottom2 button {
    padding: 0;
    margin-bottom: 0;
    width: 110px;
    overflow: hidden;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #090;
    font-size: 12px;
    color: #FFF;
    border: 0px;
}

.weibottom2 h1 {
    margin-top: 8px;
    width: 66px;
    height: 70px;
    font-size: 50px;
    color: #3C0;
    text-align: center;
    line-height: 70px;
    font-weight: 100;
    position: relative;
    margin-bottom: 0;
}

.weibottom2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 34%;
}