/* 自定义样式 - 从HTML中提取的内联样式 */

/* 固定按钮样式 */
.wx_box {
    position: fixed;
    width: 150px;
    height: 150px;
    top: 470px;
    right: 0;
    z-index: 999999999;
    transform: translateY(-150px);
}

.wx_box a {
    display: block;
    width: 150px;
    height: 65px;
    background-image: url(../images/button.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 65px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: .5s;
}

.wx_box a:hover {
    color: #000;
}

/* 隐藏元素 */
.postw-hidden {
    display: none;
}

/* 轮播图样式 */
.carousel-banner {
    width: 100%;
    height: 680px;
}

/* 文本居中 */
.text-center {
    text-align: center;
}

/* Compact homepage navigation for the inner-page links. */
.g-head .m-nav li a {
    margin-left: 24px;
    font-size: 15px;
}

.g-head .m-nav li .nav-jump {
    margin-left: 16px !important;
}
