﻿.remindImg{
    width:22px;
    height:22px;
    position:relative;
    top:4px;
    cursor:pointer;
}
 .remindBox{
    position:absolute;
    top:80px;
    left:0px;
    padding:30px 60px;
    border:1px solid #333;
    background:#fff;
    z-index:1;
    color:#333;
    font-size:14px;
}
.remindBox .title{
    color:#2C83E4;
    font-size:18px;
    font-weight:bold;
    line-height:50px;      
}
.remindBox .detail{
    line-height:36px;
    font-weight:normal;
}
.rankHead{
    background:#55B8F9;
    color:#fff;
    width:50px;
    text-align:center;
    margin-right:20px;
    display:inline-block;
    border-radius:12px;
    height:26px;
    line-height:26px;
}
.rank {
      margin-top:20px;
}
.rankbox{
    line-height:36px;
}
.attention{
    margin-top:10px;
}
.attentionTitle{
    font-size:18px;
    color:red;
    line-height:50px;
}
.attentionDesc{
    line-height:36px;
}
.titleIcon {
   background-color:#2C83E4;
   display:inline-block;
   width: 5px;
   margin-right: 5px;
   height:20px;
   position: relative;
   top: 3px;
}