.telBar {
    width: 306px;
    height: 280px;
    background: linear-gradient(to bottom, #499DB9, #7F4D92);
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 99999;
    border-radius: 5px;
}

.telBar .move {
    height: 45px;
    cursor: move;
}

.telBar .iptbox {
    padding: 0px 10px 0px 10px;
    position: relative;
}

.telBar .iptbox input {
    height: 40px;
    width: 100%;
    font-size: 26px;
    padding-left: 45px;
    background-color: #75bfd6;
    outline: 0;
    border: 1px solid white;
    border-radius: 40px;
    color: white;
    box-sizing: border-box;
}

.telBar .iptbox a {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #4D5B84;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    vertical-align: top;
    background-color: #6C6AA0;
    color: white;
    text-decoration: none;
    transition: all .2s;
    position: absolute;
    left: 12px;
    top: 2px;
}

.telBar .iptbox a:hover {
    font-size: 24px;
}

.telBar .iptbox span {
    position: absolute;
    width: 30px;
    top: -1px;
    right: 13px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    text-align: center;
}

.telBar .iptbox span:hover {
    color: black;
}

.telBar .num {
    padding-top: 20px;
}

.telBar ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.telBar ul li {
    width: 102px;
    height: 30px;
    box-sizing: border-box;
}

.telBar ul li a {
    display: inline-block;
    text-decoration: none;
    /*border-radius: 50%;*/
    width: 100%;
    height: 100%;
    color: white;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.telBar ul li a:hover {
    background-color: #4C97B6;
}

.telBar .btn {
    margin-top: 10px;
}

.telBar .btn button {
    border: 0;
    outline: 0;
    width: 145px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: white;
    cursor: pointer;
    border-radius: 10px;
}