﻿[v-cloak] {
    display: none;
}

.float_customer_service {
    position: fixed;
    right: 10px;
    bottom: 5vh;
    z-index: 1000;
}

.float_customer_service_list {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.float_customer_service_LinkArea_readycontainer {
    width: 170px;
    height: 300px;
    padding-right: 10px;
    position: absolute;
    right: 45px;
    top: -90px;
    /* transform: translateY(-50%); */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: auto;
}

.float_customer_service_LinkArea {
    width: 150px;
    /* height: 150px; */
    position: absolute;
    /* right: 0px; */
    top: 15%;
    /* transform: translateY(-50%); */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.4) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 10px;
    cursor: auto;
}

.float_customer_service_LinkArea_m {
    position: fixed;
    width: 300px;
    /* height: 200px; */
    top: 50%;
    left: 50%;
    margin-top: -150px;
    /* Negative half of height. */
    margin-left: -150px;
    /* Negative half of width. */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* cursor: pointer; */
    box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.8) 0px 4px 6px -1px, rgba(255, 255, 255, 1) 0px 1px 0px inset;
    border-radius: 20px;
    font-weight: 700;
    z-index: 1001;
    border:0.5px solid gray;
}



.float_customer_service_list>.customer_service_item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin: 4px;
    box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.4) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    border-radius: 10px;
    font-weight: 700;
    z-index: 1000;
    transition: all 0.2s ease;
}

.customer_service_item:hover {
    transform: translateY(-5px);
}

.float_customer_service_LinkArea_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.slide-fade-enter-active {
    transition: all 0.5s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-to,
.slide-fade-leave-from {
    opacity: 1;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    /* right: -60px; */
    transform: translateX(50px);
    opacity: 0;
}

.float_customer_service_LinkArea_m>.header>div {
    display: flex;
    padding: 2% 2% 0 0;
    margin: 3% 3% 0 0;
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: gray;
}

.float_customer_service_LinkArea_m>.header>div:hover {
    color: black;
    /* color: white;; */
    
    /* box-shadow: rgba(6, 24, 44, 0.1) 0px 0px 0px 2px, rgba(6, 24, 44, 0.4) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset; */
}

.float_customer_service_LinkArea_m>.header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.float_customer_service_LinkArea_m>.container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 3%;
}

.float_customer_service_LinkArea_m .image_btn_div {
    padding: 2%;
    margin: 3%;
}

.float_customer_service_LinkArea_m .image_btn_div {
    border: 2px solid rgb(33, 150, 243);
}

@media only screen and (min-width: 40.063em) {
    .float_customer_service_LinkArea_m {
        opacity: 0;
        display: none;
    }
}

@media only screen and (max-width: 40.063em) {
    .float_customer_service_LinkArea {
        opacity: 0;
    }

    .float_customer_service_LinkArea_m {
        opacity: 0;
        display: none;
    }

    .float_customer_service_LinkArea_m.linkarea_m_show {
        opacity: 1;
    }

    .float_customer_service {
        opacity: 1;
        bottom: 2vh;
    }
}

.bestprice {
    border: 4px solid fuchsia;
}

.gotop {
    bottom: -5vh;
}

@media only screen  and  (orientation: portrait){
    .gotop {
    bottom: 0;
    }
    .float_customer_service_list>.customer_service_item{
       bottom: 10vh;
    }
}