* {
  margin: 0;
  padding: 0; }

.smartbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11111;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 78px;
  border: 1px solid #eee;
  line-height: 78px;
  text-align: left; }
  .smartbanner .sb-container {
    padding: 0 10px 0 5px;
    color: #333; }
  .smartbanner .sb-close {
    float: left;
    font-size: 24px;
    color: #aaa; }
  .smartbanner .sb-icon {
    float: left;
    width: 57px;
    height: 57px;
    padding: 10px 5px 0 2px; }
  .smartbanner .sb-info {
    float: left;
    margin-top: 15px; }
  .smartbanner p {
    line-height: 18px;
    font-size: 12px; }
  .smartbanner .rank {
    color: #ffd966;
    font-size: 11px; }
  .smartbanner .sb-button {
    font-size: 16px;
    float: right;
    color: #3D92F2; }
    .smartbanner .sb-button:focus,
    .smartbanner .sb-button:active,
    .smartbanner .sb-button:hover {
      color: #407bd4;
      outline: none; }

.hide {
  display: none; }

.show {
  display: block; }
