dl,
dd,
dt {
    margin: 0 0 0 auto;
}

.floating_ck {
    position: fixed;
    right: 20px;
    top: 34%;
    z-index: 9999999;
}

.floating_ck dl dd {
    position: relative;
    width: 71px;
    height: 71px;
    background-color: #06baf1;
    border: solid 1px #06baf1;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 20%;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: 0.3s all;
}

.floating_ck dl dd.move_left:hover {
    background-color: #FFFFFF;
    border: solid 1px #06baf1;
    width: 200px;
    transition-delay: 0.3s;
}

.floating_ck dl dd.move_left.qrcord:hover {
    width: 130px;
    height: 150px;
}

.floating_ck dl dd.move_left.quote:hover {
    width: 250px;
}

.floating_ck dl dd span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 1;
    transition: 0.3s all;
}

.floating_ck dl dd.move_left:hover span {
    opacity: 0;
}

.floating_ck dl dd svg {
    color: #FFFFFF;
    opacity: 1;
    transition: 0.3s all;
}

.floating_ck dl dd.move_left:hover svg {
    opacity: 0;
}

.floating_ck dl dd h6 {
    color: #333333;
    font-size: 14px;
    opacity: 0;
}

.floating_ck dl dd.move_left:hover h6 {
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.4s;
}

.floating_ck dl dd h3 {
    font-size: 24px;
    color: #06baf1;
    font-weight: bold;
    opacity: 0;
}

.floating_ck dl dd.move_left:hover h3 {
    opacity: 1;
    transition: 0.3s all;
    font-family: arial;
    transition-delay: 0.4s;
}

.floating_ck dl dd img {
    opacity: 0;
    width: 110px;
}

.floating_ck dl dd.move_left:hover img {
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.4s;
}

.floating_ck dl dd.quote:hover {
    background-color: #FFFFFF;
    border: solid 1px #06baf1;
    transition-delay: 0.3s;
}

.floating_ck dl dd.quote .uk-position-cover {
    opacity: 0;
    transition: 0.3s all;
}

.floating_ck dl dd.quote:hover .uk-position-cover {
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.3s;
}

.floating_ck dl dd.words:hover {
    background-color: #FFFFFF;
    border: solid 1px #06baf1;
    transition-delay: 0.3s;
}

.floating_ck dl dd.words .uk-position-cover {
    opacity: 0;
    transition: 0.3s all;
}

.floating_ck dl dd.words:hover .uk-position-cover {
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.3s;
}

.floating_ck .return {
    opacity: 0;
    transition: .5s all;
}

.floating_ck .return.active {
    opacity: 1;
}


.floating_ck dl dd.return:hover {
    background-color: #FFFFFF;
    border: solid 1px #06baf1;
    transition-delay: 0.3s;
}

.floating_ck dl dd.return .uk-position-cover {
    opacity: 0;
    transition: 0.3s all;
}

.floating_ck dl dd.return:hover .uk-position-cover {
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.3s;
}

.floating_ck .msg:hover {
    background-color: #fff;
}

.floating_ck .msg:hover svg>* {
    fill: #06baf1;
}

.floating_ck .msg:hover span {
    color: #06baf1;
    opacity: 1;
}

@media (max-width: 1600px) {
    .floating_ck dl dd {
        width: 55px;
        height: 55px;
    }

    .floating_ck dl dd svg {
        width: 25px;
    }

    .floating_ck dl dd span {
        font-size: 12px;
    }

    .floating_ck dl dd h6 {
        font-size: 12px;
    }
}