﻿.phone {
  
    position: fixed;
    height: 65px;
    width: 100%;
    z-index: 1000000;
    float: left;
    bottom: 10px;
}

    .phone .col1 {
        height: 45px;
        width: 220px;
        border-radius: 5px;
        background-color: #21960a;
        float: right;
        left: 10px;
        position: absolute;
        bottom: 5px;
        line-height:40px;
    }

        .phone .col1 h5 {
     
            line-height: 40px;
            padding-bottom: 10px;
            text-align:center;
        }
        .phone .col1 a {
            color: #fff;
            font-size: 14px;
            line-height:40px;
            bottom:3px;
        }

            .phone .col1 a i {
                padding: 5px 10px;
                font-size: 30px;
            }

    .phone .col2 {
        height: 45px;
        width: 45px;
        border-radius: 35px;
        background-color: #21960a;
        float: right;
        position: absolute;
        bottom: 5px;
        right: 10px;
    }

        .phone .col2 a {
            color: #fff;
            font-size: 18px;
        }

            .phone .col2 a i {
                font-size: 30px;
                padding-left: 9px;
                padding-top: 9px;
            }

.myphone {
    background-color: #b70000;
    display: none;
    width: 100% !important;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}
.myphone h5 a{
    font-size:13px;
    color:#fff;
    text-transform:none !important;

}
   