﻿.call_or_call_div{
    width: 100%;
    display: flex;
    justify-content: center;
}

#copy-pop {
    position: fixed;
    display: none;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    z-index: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#copy-pop #copy-openWeChat{
    margin:0 0 1px 0;
    opacity: 0;
    transition: all .5s ease-in;
    border-radius: 20px 20px 0 0;
}

#copy-pop #copy-openWeChat #openWeChat{
    display: none;
    color:red;
    width: 100%;
    height: 100%;
}

#copy-pop #copy-copy-hands{
    margin:0;
    display: flex;
    justify-content: center;
    transition: all .5s ease-in;
    height: 0;
}

#copy-pop #copy-call{
    margin:0 0 1px 0;
    border-radius: 20px 20px 0 0;
    transition: all .3s ease-in;
    display:flex;
    justify-content:center;
}

#copy-pop #copy-call .b-tel{
    display:block;
    width:100%;
}

#copy-pop #copy-copy{
    margin:0 0 1px 0;
}

#copy-pop #copy-copy button a{
    color: black;
}

#copy-pop #copy-close{
    border-radius: 0 0 20px 20px;
}

#copy-pop #copy-close a{
    color: black;
}

#copy-pop #copy-close a{
    margin:1px 0 0 0;
    border-radius: 0 0 20px 20px;
}

#copy-pop a{
    text-decoration: none;
    color: black;
}

#copy-pop .b-tel{
    color: grey;
}

#copy-pop > p{
    width: 80%;
    max-width: 400px;
    background-color: white;
    height:45px;
    text-align:center;
    line-height:45px;
}

#copy-pop span {
    position: absolute;
    right: 10px;
    top: 10px;
}