body,
html {
    /* width: 100% !important;
    min-width: 880px !important; */
}

.h100{
  height: 100%;
}

.el-message{top: 55px !important;}

.side-bar {
    position: fixed;
    right: 24px;
    bottom: -100%;
    transition: all .5s;
    z-index: 100
}

.side-bar.on {
    bottom: 24px
}

.side-bar .side-bar_t {
    position: relative;
    width: calc(100% + 14px);
    margin-left: -7px;
    text-align: center
}

.side-bar .side-bar_t::after,
.side-bar .side-bar_t::before {
    position: absolute;
    content: '';
    bottom: -7px;
    width: 0;
    height: 0;
    border-top: 8px solid #754eed
}

.side-bar .side-bar_t::before {
    left: 0;
    border-left: 8px solid transparent
}

.side-bar .side-bar_t::after {
    right: 0;
    border-right: 8px solid transparent
}

.side-bar .side-bar_t .text {
    display: block;
    padding: 7px 0;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #abd5ff, #7985fe)
}

.side-bar .side-bar_t .text .tit {
    font-size: 12px;
    color: #fff;
    transform: skewX(-10deg)
}

.side-bar .side-bar_t .img {
    bottom: -7px;
    position: relative
}

.side-bar .side-bar_m .list-con {
    /* width: calc(100% - 8 * 2px); */
    padding: 0 10px;
    margin: auto;
    background-color: #fff;
    border: 1px solid rgba(63, 183, 249, .4);
    border-top: transparent;
    border-radius: 0 0 16px 16px
}

.side-bar .side-bar_m .list-con .list {
    position: relative;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    color: #757575
}

.side-bar .side-bar_m .list-con .list::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: url('../images/icon-1.png') no-repeat center;
}

.side-bar .side-bar_m .list-con .list:last-of-type::after {
    background: 0 0
}

.side-bar .side-bar_m .list-con .list:hover {
    color: #3fb7f9
}

.side-bar .side-bar_m .list-con .list.on {
    background: #ebf7fe;
    color: #3fb7f9
}

.side-bar .side-bar_m .list-con .list a {
    color: #757575
}

.side-bar .side-bar_m .list-con .list:hover a {
    color: #3fb7f9
}

.side-bar .side-bar_b .icon {
    position: relative;
    display: block;
    margin: 4px auto 0;
    width: 100%;
    height: 32px;
    text-align: center;
    font-size: 22px;
    background: #fff;
    border: 1px solid rgba(63, 183, 249, .4);
    border-radius: 16px;
    color: #757575
}

.side-bar .side-bar_b .icon:hover {
    opacity: 1;
    background: #ebf7fe;
    color: #3fb7f9
}

.side-bar .side-bar_b .qr-code-w {
    display: none;
    padding-right: 15px;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%)
}

.side-bar .side-bar_b .icon.qr-code-con:hover .qr-code-w {
    display: block
}

.side-bar .side-bar_b .qr-code-inner {
    border: 1px solid rgba(63, 183, 249, .4);
    border-radius: 16px;
    background-color: #fff
}

.side-bar .side-bar_b .qr-code-inner::after {
    position: absolute;
    content: '';
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent rgba(63, 183, 249, .4) rgba(63, 183, 249, .4) transparent;
    background-color: #fff
}

.side-bar .side-bar_b .qr-code-inner .tit {
    padding: 5px 0;
    width: 130px;
    height: 41px;
    text-align: center;
    background: rgba(63, 183, 249, .4);
    font-size: 12px;
    box-sizing: border-box !important;
    border-radius: 16px 16px 0 0
}

.side-bar .side-bar_b .qr-code-inner .img {
    margin: 5px 0;
    width: 94px;
    height: 94px
}