.right-tel-div{
    position:relative;
}
.right-tel-p{
    width: 10rem;
    font-size: .9rem;
    text-align: center;
    height: 34px;
    line-height: 34px;
    /* border: 1px solid red; */
    position: absolute;
    color: #fff;
    right: 0;
    background: #ff6193;
    top: -1.5rem;
    display: none;
}

/*弹窗*/
.center-tc{
    cursor: pointer;
    position: fixed;
    top: 20%;
    vertical-align: middle;
    left: 35%;
    text-align: center;
    z-index: 999;
    right: 0px;
    width: 500px;
    height: 360px;
    display: block;
}

.close_tc{
    width: 50px;
    height: 50px;
    display:inline-block;
    position: absolute;
    right: 3%;
    top:2%
}