.tishiBox{
    width: 240px;
    /* height: 150px; */
    border-radius: 2px;
    /* background-color: #86ac5d;*/
    position: fixed;
    bottom: -500px;
    right: 10px;
    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: 5px;
}
.tishiBox .clearX{
    font-size: 17px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
}
.tishiBox>h5{font-size: 14px;}
.tishiBox .content_text p{
    text-indent: 2em;
    font-size: 15px;
    line-height: 20px;
}