﻿.tishiBox{
    width: 380px;
    position: fixed;
    bottom: -500px;
    right: 0;
    color: #fff;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 18px;
    z-index: 1000;
    padding: 15px;
    transition: all 1.8s;
    /* background: #fff; */
    /* box-shadow: 0 0.1rem 0.75rem 0 rgb(9 41 77 / 15%); */
}
.tishiBox .clearX{
    display: block;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 17px;
    height: 17px;
    text-indent: 9999999px;
    cursor: pointer;
    background: url(https://zwykb.cq.gov.cn/images/l-close.png) no-repeat;
    background-size: 100%;
}

.tishiBox img{
    display: block;
    width: 380px;
    height: 220px;
}