.floating-window-wrap {
    border-radius: 0.2rem;
    margin-left: 4%;
    width: 92%;
    position: fixed;
    bottom: 60px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}
.floating-window-wrap .floating-icon,.floating-window-wrap span {
    display: inline-block;
}
.floating-window-wrap .floating-icon {
    width: 40px;
    margin-top: 6px;
    margin-left: 10px;
}
.floating-window-wrap span {
    color: #fff;
}
.floating-window-wrap  .floating-check-text {
    float: right;
}
.floating-window-wrap  .floating-circle {
    float: right;
}
.floating-circle {
    margin: 0 10px;
    margin-top: 14px;
}
.floating-check-text{
    margin-top: 12px;
}
.floating-circle {
    text-indent: 3px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: gray !important;
    background: #fff;
    border-radius:50% ;
}