.sq-tip {position: fixed;
bottom: 0;
}
.sq-tip-inset {
border: 1px solid #cdcdcd;
background-color: #fff;
font: 14px "Microsoft Yahei",SimSun;
width: 305px;
display: none;
}
.sq-tip-head {
height: 38px;
line-height: 38px;
font-family: inherit;
font-size: 16px;
border-bottom: 1px solid #e4e7ea;
position: relative;
color: #727272;
background-position: 0 29px;
background-repeat: repeat-x;
}
.sq-tip-head p {
margin: 0 27px 0 0;
text-align: center;
font-size: inherit;
font-family: inherit;
color: inherit;
}
.sq-tip-content {
width:289px;
height:auto;
overflow:hidden;
position:relative;
padding:8px 8px;
text-align: center;
font-size:13px;
line-height:1.8;
color: #5b5b5b;
background-color: #ffffe6;
}
.sq-tip-content a{
color: #5b5b5b;
}
.sq-tip-content a:hover {
 color: #ff8000;
 text-decoration: none;
 }
.sq-tip-close {
position: absolute;
width: 17px;
height: 17px;
top: 50%;
margin-top: -9px;
right: 10px;
background-repeat: no-repeat;
background-position: 0 -9px;
_font-size: 0;
}
.sq-tip-head, .sq-tip-close {
background-image: url(http://img1.37wanimg.com/www/css/images/common/bg-corner-ui.png);
}
