
/*顶部标签列表*/
.boxTopTags{
    width: 100%;
    /*margin: 0px auto;*/
    /*background: pink;*/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px 1%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.boxTopTags1{
    width: 96%;
    margin:0px auto;
    /*display:flex;*/
    /*flex-wrap: wrap;*/
    padding: 20px 0;
}

.topTags1,.topTagsALL{
    float: left;
    padding: 0 5px;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    background: #1e9fff;
    color: white;
    font-size: 0.7rem;
    margin-left: 2%;
    /*margin-top: 2%;*/
    letter-spacing: 1px;
    margin-bottom: 2%;
    border-radius: 5px;
}
.topTagsALL{
    background: #FF5722!important;
}
.topTags{
    margin-left: 6px;
    padding: 5px 7px;
    border-radius: 6px;
    /*text-align: center;*/
    background: #1E9FFF;
    color: white;
    font-size: 0.65rem;
    /*margin-top: 2%;*/
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.lookmore{
    padding: 5px 7px;
    border-radius: 6px;
    background: #c2c2c2;
    color: white;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

/*点击顶部蓝色标签，弹出相应帖子*/
.boxToptzBox{
    width: 100%;
    /*background: pink;*/
    padding: 10px 1%;
}

/*----------------------------------------------------------------------------*/





.tab{
    width: 100%;
    /*padding: 0 2%;*/
    /*background: yellow;*/
    padding-bottom: 10px;
}
/*.tab ul li{*/
    /*font-size: 0.85rem;*/
/*}*/
.tabContent{
    width: 98%;
    /*background: pink;*/
    margin-left: 1%;
    margin-bottom: 5vh;

}
.tabItem{
    width: 100%;
    /*font-size: 0.85rem !important;*/
    text-align: justify;
    -moz-text-align-last: right;
    line-height: 2rem;
    color: #8D8D8D;
    /*background: #01AAED;*/
}
.boxli{
    width: 100%!important;
    padding: 5px 4%;
    background: white;
    margin-bottom: 8px;
    margin-left: 0%;
    /*margin:10px auto;*/
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0PX #c2c2c2;
    /*border-bottom: 1px solid whitesmoke;*/
}

.TabBar{
    width: 100%;
    height: 10vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    /*background: green;*/
    border-top: 1px solid #dddd;
    /*padding-top: 3px;*/
    background: white;
}
.btnwarm{
    width: 90%;
    height:2.8rem !important;
    background: #F6523A !important;
    font-size: 1.3rem !important;
    margin-left: 5%;
    margin-top: 0.8vh;

}




.boxliDiv1{
    width: 100%;
    /*background: yellow;*/
    display: flex;
}
.headImage{
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 5px;
}
.nameTime{
    width: 70%;
    margin-left: 3%;
    /*background: yellow;*/
}
.name,.time{
    width: 100%;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: rgba(0,0,0,0.8);
}
.top{
    width: 30%;
    line-height: 3rem;
    color: #FF5722;
    font-weight: 800;
    font-size: 1.1rem;
    transform: rotate(-30deg);
    letter-spacing: 1px;
    text-align: right;
    padding-right: 10px;
}
.text{
    width: 100%;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: justify;
    -moz-text-align-last: right;
    line-height: 1.5rem;
    margin-top: 4px;
    color: rgba(0,0,0,0.8);
}
.labelList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.label{
    padding: 3px;
    /*height: 1rem;*/
    /*line-height: 1rem;*/
    text-align: center;
    background: #1E9FFF;
    color: white;
    font-size: 0.5rem;
    margin-right: 2.5%;
    margin-top: 2%;
    /*margin-bottom: 2%;*/
    border-radius: 5px;
}


