/* 侧边栏 */
#siderBar {
    position: fixed;
    right: 10px;
    z-index: 99999;
    bottom: 40px;
    text-align: right;
}

#activity {
    margin-bottom: 10px;
}

#activity img {
    width: 50px;
    height: 146px;
}

#new-fixed-right {
    /* position: fixed;
    top: 48%; */
    display: inline-block;
    right: 10px;
    font-size: 16px;
    width: 50px;
    color: #fff;
    /* z-index: 99999; */
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 0px rgba(26, 26, 26, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

#new-fixed-right img {
    width: 24px;
    height: 24px;
}

#liji {
    margin-top: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    /* background: #1D6AFF; */
    box-shadow: 0px 3px 3px 0px rgba(26, 26, 26, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    line-height: 50px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    visibility: hidden;
    background-color: transparent;
    opacity: 0;
    /* width: 157px; */
}

/* #liji:hover {
    justify-content: space-around;
    width: 157px;
    text-align: right;
} */

#liji span {
    position: absolute;
    left: 23px;
    /* display: none; */
    font-size: 14px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 500;
    color: #FFFFFF;
}

#liji img {
    margin-top: 13px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
}

.block {
    display: block !important;
}

#new-fixed-right p {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
    position: relative;
}

#new-fixed-right .wxitem {
    z-index: 10;
}

#new-fixed-right {
    padding-bottom: 24px;
}

.ishidden {
    display: none;
}

#new-fixed-right .saomiao {
    position: absolute;
    left: -69px;
    bottom: 55px;
    padding: 12px 14px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 0px rgba(26, 26, 26, 0.04);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: none;
    z-index: -1;

}

#new-fixed-right .saomiao p:nth-of-type(1) img {
    width: 16px;
    height: 14px;
    vertical-align: middle;
}

#new-fixed-right .saomiao p:nth-of-type(1) {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    text-align: left;
    color: #000B33;
    margin-bottom: 5px;
}

#new-fixed-right .saomiao>img {
    width: 130px;
    height: 130px;
    margin-bottom: 2px;
}

#new-fixed-right .saomiao p:nth-of-type(2) {
    font-size: 15px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 500;
    margin: 0;
    text-align: center;
    padding: 0;
    color: #000B33;
}

#new-fixed-right .wxitem img:nth-child(1):hover~.block {
    display: block;
}

#new-fixed-right .kefu {
    position: absolute;
    left: -154px;
    bottom: 124px;
    padding: 12px 16px;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 0px rgb(26 26 26 / 4%);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: none;
    z-index: -1;
    font-size: 12px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    color: #000B33;
}

#new-fixed-right .kefu img {
    width: 12px;
    height: 15px;
    vertical-align: middle;
}

#new-fixed-right .kefu p {
    margin: 0;
    padding: 0;
}

#new-fixed-right .kefu p:nth-of-type(1) {
    text-align: left;
}

#new-fixed-right .kefu p:nth-of-type(2) {
    font-size: 24px;
    margin-left: 20px;
}

#new-fixed-right .telitem {
    z-index: 10;
}

.js-gotop {
    position: relative;
}

.js-gotop span {
    width: 0;
    height: 44px;
    background: #1D6AFF;
    border-radius: 10px;
    position: absolute;
    left: -10px;
    line-height: 44px;
    font-size: 14px;
    top: -8px;
    transition: all 0.5s;
    opacity: 0;
    color: #FFFFFF;
    white-space: nowrap;
}

.js-gotop:hover .gotops {
    width: 95px;
    left: -106px;
    opacity: 1;
}

.mians span {
    width: 0;
    color: #FFFFFF;
    height: 44px;
    background: #1D6AFF;
    border-radius: 10px;
    position: absolute;
    left: -10px;
    line-height: 44px;
    font-size: 14px;
    top: -8px;
    transition: all 0.5s;
    color: transparent;
    opacity: 0;
    white-space: nowrap;
}

.mians:hover .righttops {
    width: 95px;
    left: -106px;
    color: #fff;
    opacity: 1;
}