.square_content {
    width: 960px;
    padding-top: 82px;
    margin: 0 auto;
}

.square_title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: black;
    margin: 0 auto;
}

.post_list {
  margin: 40px auto;
}

.post_list .post_content {
  width: 100%;
}

.title_nav {
    margin: 20px auto;
    width: 100%;
}

.title_nav .choice_nav {
  height: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.content_container {
    width: 100%;
    margin: 0 auto;
}

.content_container .loading_tip {
    width: 100%;
    margin: 0 auto;
}

.cate_ro {
    width: 475px;
    display: inline-block;
}

.cate_ro .cate_div {
    width: 100%;
    height: 250px;
    background-color: rgba(240, 240, 240, 0.8);
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
}

.cate_ro .cate_mask {
    width: 100%;
    height: 250px;
    position: relative;
}

.cateImg {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.cateMask {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.cate_div .cate_name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

.cate_div .cate_desc {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: white;
}

.cate_div .meet_count, .cate_div .favor_count {
    position: absolute;
    text-align: center;
    top:80px;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: white;
}

.cate_div .favor_count {
  top: 100px;
}

.cate_div .cate_favor {
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    margin: 150px auto 0 auto;
    height: 60px;
    line-height: 60px;
    color: white;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255, 102, 102, 1);
}

.collected {
  background-color: rgba(0, 204, 102, 1) !important;
}

.cate_div .cate_type {
    position: absolute;
    z-index: 10;
    width: 1.5em;
    font-size: 14px;
    text-align: center;
    height: 60px;
    top:  0;
    left: 30px;
    color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color:  #cc3366;
}

#cateList {
    width: 600px;
    margin: 0 auto;
    padding:  80px 0;
}

#cateTitle {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: black;
    font-size: 28px;
}

#needLogin {
    width: 960px;
    height:80px;
    line-height:80px;
    cursor: pointer;
    text-align: center;
    margin: 10px auto;
    display: none;
    color: white;
}
