﻿.contactTools {
    position: fixed;
    right: 18px;
    top: 50%;
    margin: 0 auto;
    z-index: 90;
    width: 60px;
    height: 182px;
    background: #fff;
    border: 1px solid rgba(225,227,232,.48);
    box-shadow: 0 2px 2px rgba(44,71,146,.17);
    border-radius: 60px;
}

.contactTools .tools_box_1 {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    cursor: pointer;
}

.contactTools .tools_box_1:hover {
    -webkit-box-shadow: 0 2px 2px rgba(44,71,146,.17);
    box-shadow: 0 2px 2px rgba(44,71,146,.17);
    -webkit-transform: scale(1.07) translateY(-3px);
    transform: scale(1.07) translateY(-3px);
}

.contactTools .tools_box_1:hover .qrCode_content {
    display: block;
}

.contactTools .qrCode_content {
    display: none;
    z-index: 999;
    position: absolute;
    right: 40px;
    top: -75px;
    width: 215px;
    height: 190px;
}

.contactTools .qrCode_content ._content {
    z-index: 999;
    position: absolute;
    right: 25px;
    top: 0px;
    width: 190px;
    height: 190px;
    border: 1px solid #e1e5ed;
    background: #fff;
    box-sizing: border-box;
    border-radius: 6px;
    transition: all .5s;
}

.contactTools .qrCode_content ._content .qrCode_content_imgBox {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactTools .qrCode_content ._content .qrCode_content_imgBox img {
    width: 150px;
    height: 150px;
}

.contactTools .qrCode_content ._content ._arrow {
    position: absolute;
    left: 98%;
    top: 43%;
}

.contactTools .tools_box_1 .btn_content {
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    left: 13px;
    top: -2px;
}

.contactTools .tools_box_1 .btn_content .btn_box {
    margin: 15px 0;
}

.contactTools .tools_box-line_1 {
    width: 36px;
    height: 1px;
    background: #e6e9f1;
    position: absolute;
    top: 60px;
    left: 11px;
}

.contactTools .tools_box_2 {
    position: absolute;
    bottom: 66px;
    left: 5px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    cursor: pointer;
}

.contactTools .tools_box_2:hover {
    -webkit-box-shadow: 0 2px 2px rgba(44,71,146,.17);
    box-shadow: 0 2px 2px rgba(44,71,146,.17);
    -webkit-transform: scale(1.07) translateY(-3px);
    transform: scale(1.07) translateY(-3px);
}

.contactTools .tools_box_2:hover .phone_content {
    display: block;
}

.contactTools .phone_content {
    display: none;
    z-index: 999;
    position: absolute;
    right: 40px;
    top: -30px;
    width: 190px;
    height: 95px;
}

.contactTools .phone_content ._content {
    position: absolute;
    right: 25px;
    width: 190px;
    height: 95px;
    border: 1px solid #e1e5ed;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0,0,0,.05);
    border-radius: 6px;
}

.contactTools .phone_content ._content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #28292f;
    position: absolute;
    top: 20px;
    left: 20px;
}

.contactTools .phone_content ._content span {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #3867FB;
    position: absolute;
    top: 47px;
    left: 20px;
}

.contactTools .phone_content ._content ._arrow {
    position: absolute;
    left: 99%;
    top: 40%;
}

.contactTools .tools_box_2 .btn_content {
    pointer-events: none;
    text-align: center;
    overflow: hidden;
}

.contactTools .tools_box_2 .btn_content .btn_box {
    margin: 15px 0;
}

.contactTools .tools_box-line_2 {
    width: 36px;
    height: 1px;
    background: #e6e9f1;
    position: absolute;
    top: 120px;
    left: 11px;
}

.contactTools .tools_box {
    position: absolute;
    bottom: 4px;
    left: 5px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    cursor: pointer;
}

/*.contactTools .tools_box {
    position: absolute;
    bottom: 4px;
    left: 5px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#6696FF), to(#3867FB));
    background: -webkit-linear-gradient(top, #6696FF 0, #3867FB 100%);
    background: linear-gradient(180deg, #6696FF 0, #3867FB 100%);
    box-shadow: 0 2px 2px rgba(44,71,146,.17);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    cursor: pointer;
}*/

.contactTools .tools_box:hover {
    -webkit-box-shadow: 0 2px 2px rgba(44,71,146,.17);
    box-shadow: 0 2px 2px rgba(44,71,146,.17);
    -webkit-transform: scale(1.07) translateY(-3px);
    transform: scale(1.07) translateY(-3px);
}

.contactTools .tools_box .btn_content {
    pointer-events: none;
    text-align: center;
    overflow: hidden;
}

.contactTools .tools_box .btn_content .btn_box {
    margin: 15px 0;
}

.contactTools .tools_box .btn_content .btn_box svg {
    width: 24px;
    /*animation: big2small 2s infinite linear;*/
}

@keyframes big2small {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.goTop {
    position: fixed;
    bottom: 20px;
    right: 18px;
    z-index: 1000;
}

.goTop_btn {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(44,71,146,.25);
    border-radius: 50%;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}

.goTop_btn:hover svg path {
    fill: #3867FB;
}

.goTop_btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}