@charset"utf-8";
html, body {
    color: #333;
    background-color: #eee;
    font-family: 'Microsoft YaHei','Open Sans','Helvetica Neue',Arial,'Hiragino Sans GB',sans-serif;
}

a:hover {
    text-decoration: none;
    color: #42c949
}

a:focus {
    color: #133314
}

a:hover,a:focus,a:active {
    outline: 0
}

option {
    padding:10px;

}

.container {
    max-width: 1050px;
}
.navbar-default .navbar-brand  {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #106216;
}
.alert {
    padding: 10px;
}

.navbar-header img{
    padding: 10px;
    height: 50px;
}
.breadcrumb  {
    background-color: transparent;
    margin-bottom: 5px;
}
.breadcrumb > li + li:before {
    content: ">\00a0";
}

.panel-heading {
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.quote-out{
    padding-left: 20px;
}
.quote-inner{
    background-color: #f8f8f8;
    border-left:5px solid #e9eaea;
    padding: 10px 0px 10px 20px;
    color:#999;
}

.talk-wrapper {
    margin-top: 60px;
}
.talk-avatar {
    border-radius:  4px;
    vertical-align: middle;
}
.big {
    width: 80px;
    height: 80px;
    border-radius:80px;
}
.middle {
    height:40px;
    width:40px;
    border-radius:40px;
}
.small {
    width: 30px;
    height: 30px;
}
.tiny {
    height: 20px;
    width: 20px;
}

span.slant {
    padding: 0 4px;
}
.active .badge,
.topic .badge,
.event .badge,
.notify .badge,
.inbox  .badge {
    background-color: #df1741;
}
.dropdown-menu li a i, .dropdown-menu li i {
    margin-right: 5px;
}
.img-rounded {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100%;
}
.talk-account {
    margin-top: 40px;
    min-height: 300px;
}

.navbar-default {
    background-color: #09916f;
    border: none;
    margin-bottom: 30px;
}
.navbar-default .navbar-nav >li >a, .navbar-brand {
    padding: 18px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #2bad8c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.btn-search{
    color:#2bad8c;
}
.media-list .media {
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
}

.media-low {
    padding: 1px 1px;
}

.media-heading .timeago {
    margin-left: 20px;
    color: #a7a7a7;
}
.father{
    background-color:#F8F8F8;

}
.son{
    background-color:#F8F8F8;
}

.media-footer{
    color:#38ae38;
}

.media-element{
    color:#1eb530;
}

.piclist ul, .piclist ul li{list-style: none;margin:1px;padding:1px;}
.piclist ul li {

    float: left;
    height: 63px;
    width: 63px;
    text-align: left;
    overflow: hidden;
}

.piclist ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 关键：填充容器并裁剪 */
    object-position: center; /* 调整显示区域 */
}

.piclist .username{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding:5px 0;
}
.piclist .username a{
    color:#999999;
    font-size: 14px;
}

.of {
    overflow: hidden
}

.talk-form {
    max-width: 580px;
    padding: 15px;
    margin: 30px auto;
}
.talk-form  .panel-heading {
    font-size: 18px;
    margin-bottom: 30px;
}

.talk-topic .media-heading {
    font-size: 16px;
    text-decoration: none;
}
.talk-topic .media-heading a {
    color: #545a54;
}
.talk-topic .extra {
    font-size: 13px;
    margin-top: 15px;
    color: #999;
}
.talk-topic .extra .category {
    background-color: #E4ECF1;
    line-height: 10px;
    display: inline-block;
    padding: 4px 4px 3px 4px;
    text-decoration: none;
    color: #6fb066;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.talk-topic .extra  i {
    margin-right: 5px;
}
.talk-topic .extra  .content {
    margin-top: 15px;
    line-height: 180%;
    letter-spacing: 1px;
    font-family: 'Microsoft YaHei';
}

.talk-posts ul {
    list-style-type : disc;
}
.talk-posts .media-heading {
    font-size: 16px;
}
.talk-posts .media-body .content {
    margin-top: 15px;
    line-height: 180%;
    letter-spacing: 1px;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
}
.talk-posts .extra  i {
    font-size: 18px;
    padding-right: 10px;
}

.content img{
    max-width: 100%;
    height: auto;
}

.reply-action {
    position: relative;
    overflow: hidden;
}
.reply-action textarea {
    width: 100%;
    border: 1px solid #D5D5D5;
}
.reply-action .reply-submit {
    text-align: right;
    margin-top: 10px;
}

.topic-reply .submit {
    margin-top: 20px;
}

.list-inline > li {
    padding-bottom: 5px;
}

span.error {
    padding-bottom: 2px;
    color: #EA5200;
}
.user-profile {
    padding: 15px;
}
.user-action {
    padding: 15px;
}
.user-action .nav-tabs{
    margin-bottom: 25px;
}
.user-follower {
    margin-top: 20px;
    list-style: none;
}
.user-follower li {
    float: left;
    padding: 0 15px;
}
.user-follower li strong {
    display: block;
    line-height: 20px;
    font-size: 20px;
}

footer {
    /*background-color: #f8f8f8; #e4e4e4 #f9fafb*/
    background-color: #3a443b;
    color: #fff;
    /*border-top: 1px solid #edf0f3;*/
    border-top: 1px solid #dad9d5;
    /*padding: 30px 0;*/
    margin-top: 100px;

}
footer > a {
    color: #fff;
}

.notice>img {
    width:90%;
    height: auto;
}

.select-body{
    padding:0px;
}
.select{
    height:50px;
    width:100%;
    text-align:left;
    background:#ffffff;
    margin:0px;
    padding:15px;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;

}
.select:hover{
    background:#666666;
    color:#ffffff;
    font-size: 120%;
}
.scroll-up {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 100px;
    right: 150px;
    display: none;
    background: url('../img/top.png') no-repeat;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter:'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}
.talk-user  .media {
    border-bottom: 0;
}
.talk-user ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.talk-user ul li {
    padding: 5px;
}

.talk-user h3 {
    margin-top: 0;
}
.reply-message {
    margin-bottom: 100px;
}
.conversion-list .media {
    border-bottom: none;
}
.talk-event .media-body{
    padding-left: 20px;
}

.right-inner {
    position: relative;
}
.right-inner input {
    padding-right: 30px;
}
.right-inner i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.event_attend{
    color:green;
}
.event_leave{
    color:orange;
    text-decoration:line-through;
}
.event_absent{
    color:red;
    text-decoration:line-through;
}
.snsicon{
    width:35px;
    background: url('../img/sns-bg.png') no-repeat;
}
.map{
    marginWidth:0;
    marginHeight:0;
    Border:0;
    width:100%;
    height:600px;
}
.icon{
    width:40px;
    display:inline-block;

}
.editor{
    width:723px;
    height:250px;
}
.flag{
    height:60px;
    background: url('../img/flag.gif') no-repeat;
}
.tags-body {
    line-height:24px;
    letter-spacing:-0.31em;
    *letter-spacing:normal;
}
.tags-body a {
    display:inline-block;
    *display:inline;
    letter-spacing:normal;
    margin:4px 8px 8px 4px;
    padding:0 8px;
    background-color:#CCFF99;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}
.tags-body a:link, .tags-body a:visited, .tags-body a:hover, .tags-body a:focus, .tags-body a:active {
    background-color:#F7F7F7;
    color: #37A;
}
.member{
    height:40px;
}
.blog  a {
    color:black;
}
.vote{
    background:#F7F7F7;
    padding: 6px;

}

.vote1{
    background:#F7F7F7;
    padding: 4px 10px 4px 10px;
    border-radius: 3px;
    background-color:#2d6ca2;
    color: white;
    font-size: small;

}

.dismiss{
    background:#F7F7F7;
    padding: 4px 10px 4px 10px;
    border-radius: 3px;

    color: white;
    font-size: small;

}