

/* 底部栏悬浮栏  */
.bottom-bar.red {
    width:100%;
    display: flex;
    letter-spacing: normal;
    align-items: center;
    z-index: 2147483648;
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    height: 70px;
    font-size: 21px;	
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    overflow: hidden;
}
.bottom-bar.red .btn_connect {
    letter-spacing: normal;
    padding: 2px 30px;
    margin-left: 50px;
    border-radius: 30px;
    background-color: #FF0036;
    color: #fff;
    cursor:pointer;
}
.bottom-bar.red .icon {
    position: relative;
    padding-left: 35px;
}
.bottom-bar.red .icon i {
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:35px;
    height: 35px;
    background: url(../image/yanhua.svg) center center no-repeat;
    background-size: 100%;
}
.bottom-bar.red .bold {
    font-weight: bold;
    padding:0 3px;
    color:#FF0036;
}
.bottom-bar.red .service {
    padding-right:3px;
}
.bottom-bar.red .btn_close {
    display: block;
    float: right;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    margin-top: -30px;
}
