.communityBox{
    width: 100%;
    /*background: skyblue;*/
    /*padding-bottom: 10px;*/
    margin: 0px auto;

}
.zhuyi{
    width: 96%;
    margin: 10px auto;
    color: #F6523A;
    font-size: 0.75rem;letter-spacing: 1px;
}
.boxTop{
    width: 100%;
    padding: 0 2%;
    /*height: 7vh;*/
    display: flex;
    justify-content:flex-end;
    align-items: center;
}
.boxTopLeft{
    background: #1E9FFF;
    color: white;
    padding: 7px;
    /*line-height: 7vh;*/
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-top: 10px;
    display: none;
    /*color: #1E9FFF!important;*/
}
.boxTopRight{
    width: 50%;
    line-height: 7vh;
    font-size: 0.95rem;
    text-align: right;
    color: #F6523A;letter-spacing: 1px;
}

.boxTopTags{
    width: 96%;
    margin: 10px auto;
    background: white;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    text-align: justify;
    padding: 10px 0;
    -moz-text-align-last: right;
}
.boxTopTags1{
    width: 96%;
    margin:0px auto;
    /*display:flex;*/
    /*flex-wrap: wrap;*/
    padding: 20px 0;
}
.lookmore{
    padding: 5px 5px;
    /*height: 1rem;*/
    /*line-height: 1rem;*/
    text-align: center;
    background: #c2c2c2;
    color: white;
    font-size: 0.7rem;
    margin-left: 1%;
    /*margin-top: 2%;*/
    letter-spacing: 1px;
    /*margin-bottom: 2%;*/
    border-radius: 5px;
}
.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: 2%;
    padding: 3px 5px;
    text-align: center;
    /*background: #1E9FFF;*/
    color: darkgrey;
    font-size: 0.9rem;
    /*margin-top: 2%;*/
    letter-spacing: 1px;
    /*margin-bottom: 2%;*/
}
.boxBody{
    width: 100%;
    /*margin-top: 5%;*/
    /*padding: 10px;*/
}
.boxli{
    width: 96%;
    padding: 10px;
    /*padding: 10px 2% 20px 2%;*/
    background: white;
    /*margin-bottom: 8px;*/
    margin:10px auto;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px #c2c2c2;
    /*border-bottom: 1px solid whitesmoke;*/
}
.boxli:nth-child(1){
    margin-top: 10px;
}
.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;
}
.top{
    width: 30%;
    line-height: 3rem;
    color: #FF5722;
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 1px;
    text-align: center;
}
.text{
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-align: justify;
    -moz-text-align-last: right;
    line-height: 1.7rem;
    margin-top: 4px;
    color: #1E9FFF;
}
.text_bodyText{
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: justify;
    -moz-text-align-last: right;
    color: #555555;
    margin-bottom: 10px;
}
.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;
}
.layui-fixbar li:nth-child(1) {
    font-size: 1rem !important;
    /*width: 3rem!important;*/
    /*height: 4rem!important;*/
    /*line-height: 1.5rem!important;*/
    letter-spacing: 2px;
}

/*.layui-fixbar li:nth-child(1){*/
    /*font-size: 1.0rem!important;*/
    /*width: 3rem!important;*/
    /*height: 3rem!important;*/
    /*line-height: 1.5rem!important;*/
/*}*/

/*搜索框*/
.search {
    width: 100%;
    /*padding: 5px 0;*/
    /*height: 5vh;*/
    background: white;
    /*border: 1px solid black;*/
    display: flex;
    /*position: fixed;*/
    /*z-index: 1000;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}

.search1 {
    width: 70%;
    margin: 10px auto;
    /*background: yellow;*/
    display: flex;
    /*align-items: center;*/
}

/*.search1:nth-child(1){*/
/*width: 70%;*/
/*}*/
.search1Div {
    display: flex;
    /*width: 100%;*/
    /*min-height: 45px!important;*/
    margin-left: 0 !important;
}

.search1 .input {
    width: 70%;
    /*font-size: 0.8rem;*/
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
}

.search1 button {
    width: 30%;
    background: #F6523A !important;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
}

.layui-form-item {
    margin-bottom: 10px !important;
}

.layui-fixbar li {
    margin-bottom: 3px!important;
    font-size: 2rem!important;
    width: 3rem!important;
    height: 3rem!important;
    line-height: 3rem!important;
    /*background-color: #1E9FFF!important;*/
    color: #fff;
    border-radius: 10px;
}
.layui-fixbar li:nth-child(1){
    background: url("../image/fatie.png") no-repeat center center;
    background-size: cover;
}
.layui-fixbar li:nth-child(2){
    border-radius: 50%;
    background-color: #1E9FFF!important;
}
