body{
    margin: 0;
    padding: 0;
    color:#333;
    background-color: #eee;
}
/*介绍*/
.bot-bar{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    background-color: rgba(00,00,00,0.7);
    padding: 10px;
    box-sizing: border-box;
}

.s-pic{
    position: relative;
    color:white;
    min-height:87px;
}

.s-logo{
    width:65px;
    height: 65px;
}

.s-label{
    flex:1;
    margin:0 10px;
}

.s-name{
    font-size: 18px;
}
.s-tags>div{
    border:1px solid #fff;
    padding: 0 3px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 2px;
    margin-right: 2px;
}

.s-rank{
    text-align: center;
}
.rank-txt{
    font-size: 20px;
    margin-bottom: 10px;
}
.s-btn{
    border-radius: 4px;
    background-color: #16A7E0;
    padding: 5px;
}

/*选择条*/
.s-select{
    background-color: white;
    display: flex;
    text-align: center;
}
.s-select>div{
    color:#555;
    line-height: 45px;
    height: 45px;
    flex: 1;
}
.s-select>div.select-on{
    color:#16A7E0;
    position: relative;
}
.s-select>div.select-on:after{
    content: "";
    display: block;
    background-color:#16A7E0;
    position: absolute;
    left:0;
    right: 0;
    bottom: -1px;
    height: 2px;
}


/*点*/
.s-msg{
    background-color: white;
    display: flex;
    text-align: center;
    padding: 20px 0;
    margin-top: 10px;
}
.msg-bar{
    flex: 1;
}
.msg-num{
    color:#fa6f3b;
    font-size: 30px;
}
.msg-txt{
    color:#888;
    font-size: 15px;
    margin-top: 5px;
}
.msg-border{
    width: 1px;
    box-sizing:  border-box;
    background: #eee;
    margin: 10px;
}
/*男女比例*/

.s-sex{
    margin-top: 5px;
    display: flex;
    background-color: white;
    padding: 28px 20px;
}
.sex-content{
    margin: 10px;
    flex: 1;
}
.sex-boy>img,.sex-girl>img{
    border-radius: 50%;
    height: 64px;
    width: 64px;
}
.rate-num{
    font-size: 28px;
    display: table;
    margin: 0 auto;
}
.boy-num{
    color:#00b3c1;
}
.girl-num{
    color:#FFAF24;
}
.rate-line>div{
    height: 5px;
}
.rate-line{
    display: flex;
    margin:0 10px;
    margin-top: 7px;
}
.boy-line{
    background-color:#00b3c1;
}
.girl-line{
    background-color:#FFAF24;
    flex: 1;
}
/*介绍*/
.s-advice{
    background-color: white;
    margin-top: 5px;
    padding: 15px 10px;
}
.ad-table{
    color:#444;
}
.blue-txt{
    color:#16A7E0;
}
.ad-detail{
    /*text-indent: 2em;*/
    white-space: pre-wrap;
    padding-left: 3px;
    padding-top: 5px;
    margin-bottom: 2px;
}
td{
    padding: 3px;
}
/*分数分析*/
.s-chat{
    background-color: white;
    margin-top: 5px;
}
.c-bar{
    border-bottom: 1px solid #eee;
    display: flex;
    height: 36px;
}
.c-txt{
    border-left: 5px solid #16A7E0;
    flex: 1;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}
.c-index{
    color:#16A7E0;
    height: 36px;
    line-height: 36px;
    margin-right:  5px;
}

.guide-card{
    display: block;
    padding: 10px 20px;
    color:#333;
    text-decoration: none;
}
.news-time{
    color: #aaa;
}
.ask{
    background-color: #FFF;
    margin-top: 10px;
}
ul,li{
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.head{
    margin-right: 5px;
}
.head{
    height: 24px;
    border-radius: 50%;
}
.user{
    display: flex;
    align-items: center;
}
.user img{
    margin-left:5px ;
    height: 18px;
    width: 18px;
}

.user img:first-child{
    height: 25px;
    width: 25px;
}

.user{
    margin-top: 5px;
    font-size: 14px;
}
.news{
    text-decoration: none;
}

/*显示更多*/


.get-more {
    box-shadow: 0 -5px 0 0 rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    display: inline-block;
    color:#16A7E0;
}
.get-less{
    width: 100%;
    text-align: center;
    display: inline-block;
    color:#16A7E0;
}

.name{
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
