.tipsBox_tc{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.tipsCon_tc{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}
/*.tipsCon_tc img.conBg_tc{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    border-radius: 12px;*/
/*}*/
.tipsText_tc{
    width: 100%;
}
.tipsText_tc p{
    padding: 12px 25px;
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #d3d4d3;
    border-radius: 3px;
    white-space: nowrap;
}