.post_wrap {
    padding: 5px;
    position: relative;
}

.post_wrap:hover .txt_wrap {
    bottom: 0;
}

.img_wrap {
    width: 100%;
    height: 300px;
    background-size: auto;
    background-color: #FFF;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    padding: 30px;
}

.img_box {
    width: 70%;
    height: 100%;
    max-width: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}

.txt_wrap {
    width: 100%;
    position: absolute;
    bottom: -150px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    box-sizing: border-box;
    transition: all 0.5s;
    left: 0;
}

.txt_box {
    padding: 20px;
}

.img_wrap {
    overflow: hidden;
}

.link {
    text-decoration: underline;
    color: #CC0
}

.link:hover {
    color: #C000FF
}

.portfolio_desc {
    display: none;
    color: #FFF;
    padding: 4px;
    font-size: 0.9em;
    line-height: 1.8em;
    z-index: 10000;
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
}

.portfolio_desc table {
    background-color: rgba(0, 0, 0, 0.8);
    border: #EEE 1px solid;
    border-top: none;
    padding: 0 20px 10px;
    display: block;
    overflow: hidden;
}

.portfolio_desc table .label {
    font-weight: 100;
}

.portfolio_desc table th,
.portfolio_desc table td {
    padding: 5px;
}


#partner_cate li {
    cursor: pointer;
}

#member_desc_wrap {
    float: right;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10000000;
}

#member_desc {
    float: right;
    background: #FFF;
    height: 100%;
    border-left: #AAA 1px solid;
}

.close {}

.close_btn {
    margin: 20px;
    padding: 5px;
    cursor: pointer;
    font-size: 2em;
}

.mark_wrap {
    display: inline-block;
    transform: rotate(-45deg);
    width: 110px;
    text-align: center;
    height: 20px;
    position: absolute;
    top: 15px;
    left: -30px;
}

.mark {
    color: #FFF;
    position: absolute;
    top: 14px;
    left: -25px;
    transform: rotate(-45deg);
    text-align: center;
    width: 100px;
    font-weight: 600;
}

#search {
    width: 500px;
}

.keywords {
    display: none;
}


.port_cate h5 {
    font-size: 1.1em;
    width: 80px;
}

.port_cate li {
    margin: 20px 15px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.port_cate .select2 li {
    margin: 3px 15px;
    cursor: pointer;
    color: #999;
}

.port_cate .select2 li.active {
    font-weight: 700;
    display: inline-block;
    color: #333;
}