.index_icon_h {
    width: 60px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: -3px 0px 8px 0px rgba(0, 0, 0, 0.16);
    z-index: 999;
    padding: 8px 4px;
}

.ewm_kf {
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    border-radius: 50%;
    /*border: 1px solid #fff;*/
}

.index_icon_h>div {
    text-align: center;
    color: #666666;
    margin: 10px 0 0 0;
    cursor: pointer;
    column-gap: 4px;
    position: relative;
}

.index_icon_h1 {
    margin: 0 0 0 0 !important;
}

.index_icon_h>div:hover {
    color: #226EBC;
}

.index_icon_h .tex {
    font-size: 12px;
}

.index_icon_h>div:first-child {
    margin: 0 0 0 0;
}

.index_icon_h1,
.index_icon_h2,
.index_icon_h3,
.index_icon_h4,
.index_icon_h5,
.index_icon_h6,
.index_icon_h8 {
    position: relative;
}

.ewm_kf02 {
    position: absolute;
    padding: 8px 12px;
    left: -172px;
    margin-top: 15px;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    display: none;
}

.index_icon_xcx {
    padding: 4px;
    position: absolute;
    right: 59px;
    top: -40px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    width: 128px;
    display: none;
}

.index_icon_gzh01 {
    padding: 4px;
    position: absolute;
    right: 59px;
    top: -40px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    width: 128px;
    display: none;
}

.index_icon_gzh01>img {
    width: 120px;
    height: 120px;
}

.index_icon .ewm_kf:hover {
    /*border: 1px solid #226EBC;*/
}

.index_icon_gzh,
.index_icon_gzh6 {
    padding: 4px;
    position: absolute;
    right: 59px;
    top: -40px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    width: 128px;
    display: none;
}

.index_icon_xcx>img,
.index_icon_gzh>img {
    width: 120px;
    height: 120px;
}

.index_icon_xcx>img,
.index_icon_gzh6>img {
    width: 120px;
    height: 120px;
}

.backTop {
    cursor: pointer;
}

.index_icon_h4:hover .index_icon_gzh01 {
    display: block;
}

.index_icon_h .iconfont {
    font-size: 28px !important;
    /*color: #BCBCBC;*/
    color: #226EBC;
    margin-bottom: 4px;
    display: block;
}

.index_icon_h .iconfont:hover {
    color: #226EBC;
}

.othernoReadNum {
    position: absolute;
    right: 10px;
    top: 0px;
    background: red;
    color: #fff;
    border-radius: 100pc;
    width: 10px;
    height: 10px;
    line-height: 17px;
     display: none;
    font-size: 12px;
    animation: redPulse 1.2s infinite;
    animation-direction: alternate;
}

.othernoReadNum2{
    right: 25px !important;
    top: 10px;
}

@keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}
@-webkit-keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

.index_icon_gzh8 {
    position: absolute;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
    left: -160px;
    top: 0;
    box-shadow: 0 2px 10px 0 #e5e5e5;
    z-index: 20;
    transition: all ease 0.4s;
    text-align: left;
    background-color: #226EBC;
    display: none;
}

.index_icon_gzh8 p {
    margin: 0;
}

/*客服*/
#newBridge .nb-icon-base .nb-icon-inner-wrap{
    display: none;
}
#aff-im-root .embed-icon {
    display: none;
}
.triangle-right {
    border-style: solid;
    border-color: transparent;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    /*box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);*/
}
