.fixed-menu {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    top: auto;
    text-align: right;
}

.fixed-menu .menu-list {
    margin-bottom: 0;
}

.fixed-menu .menu-list li {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 70px;
}

.fixed-menu .menu-list li > a {
    position: relative;
    float: right;
    display: table;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(67, 90, 123, .5)), to(rgba(67, 90, 123, .5)));
    background-image: -webkit-linear-gradient(left, rgba(67, 90, 123, .5), rgba(67, 90, 123, .5));
    background-image: -o-linear-gradient(left, rgba(67, 90, 123, .5), rgba(67, 90, 123, .5));
    background-image: linear-gradient(90deg, rgba(67, 90, 123, .5), rgba(67, 90, 123, .5));
    background-color: rgba(67, 90, 123, .5);
    cursor: pointer;
}

.fixed-menu .preview  #showTable{
    position: relative;
    float: right;
    display: table;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(67, 90, 123, .5)), to(rgba(67, 90, 123, .5)));
    background-image: -webkit-linear-gradient(left, rgba(67, 90, 123, .5), rgba(67, 90, 123, .5));
    background-image: -o-linear-gradient(left, rgba(67, 90, 123, .5), rgba(67, 90, 123, .5));
    background-image: linear-gradient(90deg, rgba(67, 90, 123, .5), rgba(67, 90, 123, .5));
    background-color: rgba(67, 90, 123, .5);
    cursor: pointer;
}

.fixed-menu .menu-list li > a:hover {
    width: 170px;
}

.fixed-menu .menu-list li:last-child > a:hover {
    cursor: pointer;
    width: 69.71px;
    overflow: auto;
}

.fixed-menu .menu-list li > a .wrap {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.fixed-menu .menu-list li > a .wrap .content {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.fixed-menu .menu-list li > a .wrap .content1 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fixed-menu .menu-list li > a:hover .wrap .content1 {
    opacity: 0;
}

.fixed-menu .menu-list li > a .wrap .content2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    opacity: 0;
    padding-left: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.fixed-menu .menu-list li:last-child > a .wrap .content2 {
    padding-left: 0;
}



.fixed-menu .menu-list li > a .wrap .content2 img {
    order: 2;
}


.fixed-menu .menu-list li > a .wrap .content2 span {
    order: 1;
    font-size: 16px;
}

.fixed-menu .menu-list li > a:hover .wrap .content2 {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(#43b1ec), to(#1f85fe));
    background-image: -webkit-linear-gradient(left, #43b1ec, #1f85fe);
    background-image: -o-linear-gradient(left, #43b1ec, #1f85fe);
    background-image: linear-gradient(90deg, #43b1ec, #1f85fe);
    background-color: linear-gradient(90deg, #43b1ec, #1f85fe);
}


.fixed-menu .menu-list li:last-child > a:hover .wrap .content2 {
    padding-left: 0;
}

.fixed-menu .menu-list li > a .wrap .content2-code {
    display: none;
    position: absolute;
    width: 120px;
    /*height: 140px;*/
    background: #fff;
    left: -122px;
    bottom: 0;
    padding-top: 10px;
}

.fixed-menu .menu-list li > a .wrap .content2-code span {
    color: #1b1e21 !important;
}

.fixed-menu .menu-list li:last-child > a:hover .wrap .content2-code {
    display: block;
}

.fixed-menu .menu-list li > a img {
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

.fixed-menu .menu-list li > a span {
    display: block;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 12px;
}

.fixed-menu .menu-list li .code-view {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
