.sidebar-wrap {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    bottom: 125px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 24px;
    width: 48px;
    z-index: 699
}

.volcfe-sidebar-cell-wrap {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 35px -2px rgb(0 0 0 / 5%), 0 5px 15px rgb(0 0 0 / 3%);
    color: #41464f;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 12px;
    min-height: 48px;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 48px;
    z-index: 0;
}

.volcfe-sidebar-first-level-item-wrap {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
}

.volcfe-sidebar-icon-small {
    height: 21px;
    width: 21px
} 

.volcfe-sidebar-scrolltop-wrap:hover {
    color: #1664ff;
}

.volcfe-sidebar-first-level-item-wrap:hover {
    color: #1664ff;
}

.kefu:hover tip {
    opacity: 1;
}

.volcfe-sidebar-cell-text {
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    width: 100%
}

.volcfe-sidebar-scrolltop-wrap {
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: -65px;
    box-shadow: 0 15px 35px -2px rgb(0 0 0 / 5%), 0 5px 15px rgb(0 0 0 / 3%);
    color: #41464f;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 48px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 48px;
}

.volcfe-sidebar-icon-middle {
    height: 24px;
    width: 24px
}

.kefu {
    position:absolute;left:-140px;top:-15px;display: none;
}

.tip {
    position: relative;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

 /*提示框-左三角*/
 .tip-trangle-left {
    position: absolute;
    bottom: 15px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
}

/*提示框-右三角*/
.tip-trangle-right {
    position: absolute;
    top: 55px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
}

/*提示框-上三角*/
.tip-trangle-top {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

/*提示框-下三角*/
.tip-trangle-bottom {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.fp_modal, .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal {
    transition: all 0s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1003;
    display: none;
}

.fp_modal {
    display: table;
}

.fp_modal .cell {
    display: table-cell;
    vertical-align: middle;
}

.modal_cont {
    width: 100px;
    height: 200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.modal_cont .m_tit .close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(../img/close.png) no-repeat center center;
    cursor: pointer;
}

.modal_cont .m_tit .close:hover {
    background: url(../img/close.png) no-repeat center center;
}

.modal_cont .cont {
    padding: 20px;
}

.login-m-div {
    display: flex;justify-content: center;
}

.login-m-div-left {
    display: flex;;align-items: center;flex-direction: column;border-right: 1px solid lightgray;padding: 20px;
}

.login-m-div-left img {
    margin-top: 20px;
    height: 40px;;
}

.login-m-div-right {
    display: flex;flex-direction: column;align-items: center;padding: 20px 40px;
}

.login-m-div-right img {
    height: 160px;
}