.tishiBox{
    width: 350px;
    /* height: 150px; */
    border-radius: 6px;
    background-color: #3E61BF;
    position: fixed;
    bottom: -500px;
    right: 0;
    color: #fff;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 18px;
    z-index: 1000;
    padding: 15px 20px;
    transition: all 1.8s;
}
.tishiBox>h4{
    text-align: center;
    margin-bottom: 10px;
}
.tishiBox .clearX{
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
}
.tishiBox>h5{font-size: 14px;}
.tishiBox .content_text p{
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}