.fl {
	float: left;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}
.local {
    color: #000000;
    margin-right: 20px;
    cursor: pointer;
    width:auto;
  }
  .local i {
    display: inline-block;
    width: 12px;
    height: 9px;
    background: url("/img/index_icon.png") -121px -107px;
    margin: 14px 0 0 8px;
  }
  .local b {
    max-width: 60px;
    line-height: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .citylist {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 4px;
    padding: 28px 32px;
  }
  .citylist .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: url(../images/close_icon.png);
    cursor: pointer;
  }
  .citylist h5 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    
  }
  .citylist h5 a{
      margin-right:12px;font-size: 14px;color: #888;line-height: 26px;
      margin-top:5px;
  }
  .citylist h5 span{ margin-bottom:0px;}
  .citylist .hot {
    overflow: hidden;
    margin: 10px 0;
    border-top: 1px solid #999;
    padding-left: 11px;
  }
  .citylist label {
    line-height: 30px;
    float: left;
    width: 70px;color: #888;
    text-align: center;
  }
  .citylist .hot p{width:570px;}
  .citylist span {
    float: left;
    line-height: 30px;
    margin: 0 6px 4px;
    cursor: pointer;
  }
  .citylist p span:hover ,.citylist h5 a:hover{
    color: #c60706;
  }
  .citylist .all p {
    overflow: hidden;
  }
  .citylist .all label {
    width: 60px;
  }
  .fullbg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .userName , .userTime , .drawTime{
    width: 258px;
  }