/* 自定义样式 */
.slider-slide > img {
    width: 100%;
    display: block;
}

.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_box1 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,
.wx_box1 a:hover {
    color: #000;
}

.wx_box1 {
    z-index: 9999999;
    position: fixed;
    width: 150px;
    height: 150px;
    top: 620px;
    right: 0;
    transform: translateY(-150px);
}
