body>iframe {
    display: none;
}

#ironman_ads_container {
    opacity: 0;
    display: none;
    width: 1px;
    height: 1px;
}

.ab_wx_img1 {
    position: absolute;
    top: 42px;
    left: 10px;
    z-index: 9;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 10px;
}

.share_weixin {
    display: inline-block;
    background-position: -500px -43px;
    width: 20px;
    height: 30px;
    vertical-align: middle;
}

.ab_wx_img1 {
    position: absolute;
    top: 42px;
    left: 10px;
    z-index: 9;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 10px;
}

.bx-item a:hover+img {
    background: red;
}

.ax-text {
    position: relative;
}

.ax-text::after {
    content: '';
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    position: absolute;
    top: 80%;
    right: -6px;
}

.wv-qrcode:hover+.ax-text {
    display: block;
}

.backtop .ax-text {
    display: none;
    font-size: 12px;
    line-height: 18px;
    width: 160px;
    padding: 9px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 63px;
    bottom: 1px;
    z-index: 6;
}

.backtop .bx-item>a:hover,
.backtop .bx-item.ax-active>a {
    color: red;
    box-shadow: 0 0 0 1px red inset;
}

.backtop .ax-text img {
    width: 100%;
}

.backtop .bx-item>a {
    border-radius: 3px;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.backtop .bx-item .ax-totop .ax-show {
    margin-bottom: 0;
}

.backtop .bx-item>a>img {
    width: 38px;
    height: 38px;
}

.backtop.ax-lg .bx-item>a {
    font-size: 28px;
    width: calc(28px*2);
    height: calc(28px*2);
}

.ax-iconfont {
    font-size: 14px;
    position: relative;
}

.backtop {
    display: inline-block;
    position: fixed;
    right: 54px;
    top: 38%;
    z-index: 5;
}

.backtop .bx-item {
    margin-top: 10px;
    position: relative;
}

.backtop .bx-item .bx-item-a {
    width: 56px;
    height: 56px;
}

.backtop .bx-item .bx-item-a>img {
    width: 38px;
    height: 38px;
}

.backtop .bx-item a .qq-inconf {
    width: 38px;
    height: 38px;
}

.wx-img:hover+.wx {
    display: block;
}

.wx {
    position: absolute;
    top: -122px;
    right: 0;
    width: 122px;
    display: none;
    z-index: 100;
}

.wx-img {
    position: absolute;
    top: 38px;
    left: 145px;
    width: 25px;
    background-color: #c1c1c1;
    cursor:pointer;
}

.wx-img:hover {
    background-color: #ff7d60 !important
}