/*  */
#dialog {
        background-color: #c12e4b;
        border:solid rgba(0, 0, 0, 0);
        height: 120px;
        /* left: 79.9%; */
       /*  margin: 100px 0 0 100px; */
        position: fixed !important; /* 浮动对话框 */
        position: absolute;
        top:80%;
        width:500px;
        z-index: 5;
        border-radius: 5px;/* 向 div 元素添加圆角边框： */
        display: none;
        text-align:center;
        margin:0 auto;
        bottom: 0px;
        background-color: #c12e4b
    }
 
#dialog p {
        margin: 0 0 12px;
        height: 24px;
        line-height: 24px;
        color:white;
    }
 
#dialog p.close {
        text-align: right;
        padding-right: 10px;
    }
    
.tpimg{
	width:480px;
	height:35px;
	margin-top:3%;
	
}