
.company_fixed {
    cursor: pointer;
    width: 110px;
    position: fixed;
    /* bottom: 130px; */
    right: 0;
    z-index: 99999999;
}

.company_fixed .company_fixed_message,
.company_fixed .company_fixed_phone,
.company_fixed .company_fixed_qcode,
.company_fixed .company_go_back {
    float: right;
    position: relative;
    width: 110px;
    height: 110px;
    margin-bottom: 1px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px
}

.company_fixed .company_fixed_message:hover .tab-arrow-box,
.company_fixed .company_fixed_phone:hover .tab-arrow-box,
.company_fixed .company_fixed_qcode:hover .tab-arrow-box,
.company_fixed .company_go_back:hover .tab-arrow-box {
    display: block
}

.company_fixed .company_fixed_message .phoneIcon,
.company_fixed .company_fixed_message .telphoneIcon,
.company_fixed .company_fixed_phone .phoneIcon,
.company_fixed .company_fixed_phone .telphoneIcon,
.company_fixed .company_fixed_qcode .phoneIcon,
.company_fixed .company_fixed_qcode .telphoneIcon {
    position: absolute;
    left: 30px;
    right: 0;
    top: 12px;
    z-index: 51;
    width: 50px;
    height: 50px
}

.company_fixed .company_fixed_message .phoneIcon img,
.company_fixed .company_fixed_message .telphoneIcon img,
.company_fixed .company_fixed_phone .phoneIcon img,
.company_fixed .company_fixed_phone .telphoneIcon img,
.company_fixed .company_fixed_qcode .phoneIcon img,
.company_fixed .company_fixed_qcode .telphoneIcon img {
    /* width: 48px;
    height: 48px */
    /* margin-left: -8px; */
    margin-left: -1px;
    height: 55px;
    width: 55px;
    margin-top: 3px;
}

.company_fixed .company_fixed_message .animated-circles,
.company_fixed .company_fixed_phone .animated-circles,
.company_fixed .company_fixed_qcode .animated-circles {
    position: absolute;
    left: 23px;
    right: 0;
    top: 12px;
    width: 64px;
    height: 64px
}

.company_fixed .company_fixed_message .animated,
.company_fixed .company_fixed_phone .animated,
.company_fixed .company_fixed_qcode .animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite
}

.company_fixed .company_fixed_message .animated .circle,
.company_fixed .company_fixed_phone .animated .circle,
.company_fixed .company_fixed_qcode .animated .circle {
    background: rgba(235, 133, 18, 0.25);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.company_fixed .company_fixed_message .animated .c-1,
.company_fixed .company_fixed_phone .animated .c-1,
.company_fixed .company_fixed_qcode .animated .c-1 {
    animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards !important
}

.company_fixed .company_fixed_message .animated .c-2,
.company_fixed .company_fixed_phone .animated .c-2,
.company_fixed .company_fixed_qcode .animated .c-2 {
    animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards !important
}

.company_fixed .company_fixed_message .animated .c-3,
.company_fixed .company_fixed_phone .animated .c-3,
.company_fixed .company_fixed_qcode .animated .c-3 {
    animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards !important
}

.company_fixed .company_fixed_message .tab-arrow-box,
.company_fixed .company_fixed_phone .tab-arrow-box,
.company_fixed .company_fixed_qcode .tab-arrow-box,
.company_fixed .company_go_back .tab-arrow-box {
    width: 183px;
    height: 44px;
    position: absolute;
    left: 15px;
    top: 33%;
    transform: translate(-108%, -50%);
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    padding-right: 3px;
    display: none;
    background-size: cover
}

.company_fixed .company_fixed_message i,
.company_fixed .company_fixed_phone i,
.company_fixed .company_fixed_qcode i,
.company_fixed .company_go_back i {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    background-size: cover
}

.company_fixed .company_fixed_message [class*=tab-icon],
.company_fixed .company_fixed_phone [class*=tab-icon],
.company_fixed .company_fixed_qcode [class*=tab-icon],
.company_fixed .company_go_back [class*=tab-icon] {
    font-size: 14px;
    color: #ea5404;
    margin-top: 4px
}

.company_fixed .tab-icon-advice {
    color: #ea5404
}

.company_fixed .company_fixed_phone .tab-arrow-box {
    background-image: url(../images/showphone.png)
}



.company_fixed .company_fixed_qcode .tab-arrow-box {
   
    background-size: 100px 100px;
    background-repeat: no-repeat
}

.company_fixed span {
    font-size: 16px;
    height: 60px;
    display: inline-block;
    color: #fff;
    line-height: 60px;
    width: 128px;
    position: absolute;
    left: 62px;
    top: 0;
    box-sizing: border-box
}

/* .company_fixed .company_fixed_arrow {
    cursor: pointer;
    float: right;
    width: 110px;
    height: 64px;
    display: none
} */

.company_fixed .company_fixed_message i,
.company_fixed .company_fixed_phone i {
    background: url(../images/c-advice.png);
    z-index: 50;
    position: relative
}

.company_fixed .company_fixed_qcode i {
    background: url(../images/saoma.png);
}
.company_fixed .company_go_back i {
    background: url(../images/return.png);
}


@keyframes scaleToggleOne {

    0%,
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
}

@keyframes scaleToggleTwo {

    100%,
    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
}

@keyframes scaleToggleThree {

    100%,
    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }
}
