﻿section.function-container {
    padding: 15px 10px;
}

/****<!--怪趣部落-->*****/

div.area-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
}

span.area-icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: url(/Content/images/newstyles/部落Icon.png);
    background-size: 100% 100%;
    flex-shrink: 0;
}

span.area-txt {
    font-size: 14px;
    padding: 0px 5px;
    width: 100%;
    color: #3c3c3c;
}

span.area-enter {
    font-size: 12px;
    color: #878585;
    flex-shrink: 0;
}

div.topic-item {
    display: block;
    width: 100%;
    overflow-x: hidden;
    min-height: 100px;
    height: auto;
    margin: auto;
    background-color: white;
    font-size: 14px;
    padding-top: 10px;
}

    div.topic-item .topic-type {
        display: inline-block;
        background-color: #1fc206;
        color: white;
        padding: 0px 5px;
        font-size: 12px;
        border-radius: 3px;
    }

    div.topic-item div.header {
        width: 100%;
        padding: 5px 10px;
    }

    div.topic-item div.content {
        width: 100%;
        min-height: 20px;
        padding: 0px 10px 10px 10px;
    }

div.content div.summary {
    -webkit-line-clamp: 2;
    font-size:12px;
}
div.topic-item div.header {
    position:relative;
}
img.header-img {
    width: 35px !important;
    height: 35px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    border-radius: 50% !important;
    border: 1px solid #e0e0e0;
    margin-right: 8px;
}

span.enter-btn {
    position:absolute;
    right:25px;
    top:10px;
    display: inline-block;  
    border: 1px solid #d4bf16;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 3px;
    color: #d4bf16;
    letter-spacing: 2px;
}

span.author {
    display: inline-block;
    width: 60%;
    height: 40px;
    vertical-align: middle;
    overflow: hidden;
}

div.video-container {
    position: relative;
    background-color: black;
    padding-top: 45%;
    width: 100%;
    margin: 10px 0px; 
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

    div.video-container i.icon-facetime-video {
        color: #e0e0e0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    div.video-container span.duration {
        display: inline-block;
        position: absolute;
        bottom: -1px;
        left: 0px;
        background-color: rgba(255,255,255,0.2);
        color: white;
        padding: 0px 10px;
    }

div.attachinfo {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center; 
    position: relative;
}

div.attach-bg {
    margin-top: 5px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #c0c0c0;
    border-radius: 2px;
    height:80px;
}

    div.attach-bg.split1 {
        width: 100%;
    }

    div.attach-bg.split2 {
        width: 48%;
        display: inline-block;
    }
div.attach-count {
    position: absolute;
    bottom: 0px;
    right: 3px;
    width: 50px;
    height: 30px;
    background-color: rgb(0,0,0,0.2);
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
ul.recentvisit-list div.ui-list-thumb {
    position: relative;
}

ul.recentvisit-list span.img {
    background-size: 100% 100%;
    background-position: center;
    border-radius: 50%;
}

li.ui-border-t {
    border-color: #f0f0f0;
}

li.cube-item {
    font-size: 13px;
    position: relative;
}

li.cube-item span.msg-coner {
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 18px;
        position: absolute;
        background-color: #d13c3c;
        color: white;
        font-size: 12px;
        text-align: center;
        border-radius: 50%;
        right: 30px;
        top: 26px;
        z-index: 1;
        overflow: hidden;
    }

.ui-list-one > li {
    line-height: 0px;
}

.ui-list-one .ui-list-info {
    -webkit-box-orient: block-axis;
    -webkit-box-align: initial;
}

li.cube-item .ui-list-info {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

li.cube-item span.name, li.cube-item span.intro {
    display: inline-block;
    width: 60%;
    line-height: 22px;
}


/****<!--经历杂谈-->*****/
div.exprience-area{
    margin-top:10px;
}
div.exprience-area span.area-icon {
    background-image: url(/Content/images/newstyles/经历杂谈.png);
}
    div.exprience-area ul{
        padding:0px 0px !important;
    }
        div.exprience-area li{
            padding-right:0px !important;
        }
        div.exprience-area div.header-info {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            position:relative;
        }
    div.exprience-area span.theme-name {
        position: absolute;
        right: 10px;
        top: 15px;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 11px;
        height: 16px;
        line-height: 16px;
        -webkit-border-radius: 8px;
        padding: 0 6px;
        background: #b6cae0;
    }
div.exprience-area span.header-author {
    display: flex;
    flex-flow: column nowrap;
}
div.exprience-area li.list-item .author-name {
    font-size: 14px;
}

    div.exprience-area li.list-item .author-date {
        font-size: 12px; 
    }
     
    div.exprience-area li.list-item .article-title {
        line-height: 25px;
        display: inline-block;
        position: relative;
        font-size:14px;
    }

    div.exprience-area li.list-item p.article-content {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
    }

    div.exprience-area li.list-item img {
        width: 20%;
        display: inline-block;
        margin-right: 5px;
        margin-top: 5px;
    }
    div.exprience-area img.header-img {
        width: 35px !important;
        height: 35px !important;
        display: inline-block !important;
        vertical-align: middle !important;
        border-radius: 50% !important;
        border: 1px solid #e0e0e0;
        margin-right:10px;
       
    }


    div.exprience-area span.viplevel {
        font-size: 12px;
        line-height: 16px;
        margin-right: 5px;
    }

    div.exprience-area div.attachinfo {
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        align-content: center;
        margin-bottom: 5px;
    }

    div.exprience-area div.attach-bg {
        margin-top: 5px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #c0c0c0;
        border-radius: 2px;
    }

        div.exprience-area div.attach-bg.split1 {
            width: 100%;
        }

        div.exprience-area div.attach-bg.split2 {
            width: 48%;
            display: inline-block;
        }

/******更多服务********/

div.service-area span.area-icon {
    background-image: url(/Content/images/newstyles/服务.png);
}
div.service-area span.area-txt {
    width: auto;
}

div.service-area span.area-enter {
    line-height:23px;
}

div.service-area div.area-func {
    display:flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    padding:0px 0px;
    margin-bottom:10px;
}

div.area-func-item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 48%;
    height: 60px;
    border-radius: 5px; 
    overflow: hidden;
    background: linear-gradient(135deg,#824cf9,#38b3ff);
    color:#ffffff;
}

div.area-func-item div.func-item-icon { 
    height:100%;
    width:60px;
    /*background-image:url(/Content/images/newstyles/安全.png);*/
    background-size:60% auto;
    background-position:center;
    background-repeat:no-repeat;
    flex-shrink:0;
}
div.func-item-info {
    width:100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content:space-around;
}
    div.func-item-info .item-info-name {
        font-size:14px; 
    }
    div.func-item-info .item-info-desc {
        width:100%;
        font-size: 12px; 
        line-height:14px;
    }