/*!
 * 社区
 * @author liuhaohui
 * @date 20190507
 * */

/*rest start*/
a:hover{
    color:#2d78f4;
}
/*rest end*/
.community-bg-green {
    background-color: #009688 !important;
}
.community-bg-black {
    background-color: #393D49 !important;
}

.community-badge, .community-badge-dot, .community-badge-rim {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #FF5722;
    color: #ffffff;
    border-radius: 2px;
}

.community-badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
}
.community-badge-vip {
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    background-color: #FF5722;
    color: #ffffff;
    border-radius: 2px;
}

.community-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #2d78f4;
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.community-btn:hover{
    color:#ffffff;
}


.community-btn-danger{
    background-color: #FF5722;
}
.community-btn-disabled{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}

.community-mid {
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #e2e2e2;
}

.community-menu{
    line-height: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.community-menu .area{
    position: relative;
}
.community-menu ul{}
.community-menu ul li {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.community-menu ul li a {
    padding: 0 20px;
}

.community-menu .column-right {
    position: absolute;
    right: 0;
    top: 0;
}
.community-menu .search {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.community-menu .search .iconfont{
    font-size: 25px;
}
.community-menu .btn {
    vertical-align: initial;
}
.community-menu .badge-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 20px;
}
.community-col-half{
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 7.5px;
}
.community-col-left,.community-col-right{
    float: left;
    box-sizing: border-box;
    padding: 7.5px;
    padding-top: 0;
}

.community-col-left{
    width: 66.66666667%;
}

.community-col-right {
    width: 33.33333333%;
}

.community-this{}
.community-this a{color:#2d78f4;}

.community-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.community-panel img{
    max-width: 100%;
}
.community-panel-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px dotted #E9E9E9;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
.community-panel-main{
    padding: 10px 15px;
}
.community-panel .qrimg{
    width:258px;
}
.community-list-static li {
    line-height: 26px;
    list-style-position: inside;
    list-style-type: disc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.community-list-static li a {
    color: #01AAED;
}
.community-list-static li a:hover {
    opacity: 0.8;
}
.community-filter{}
.community-filter a {
    padding: 0 8px;
    color: #666666;
}
.community-filter a.community-this {
    color: #2d78f4;
}
.community-filter .community-mid {
    margin: 0 8px;
}

.community-list{}
.community-list li {
    position: relative;
    height: 45px;
    line-height: 22px;
    padding: 15px 15px 15px 75px;
    border-bottom: 1px dotted #e2e2e2;
}
.community-list li h2, .community-list li h2 a, .community-list-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community-list li h2 a {
    display: inline-block;
    max-width: 80%;
    padding-right: 10px;
    font-size: 16px;
}
.community-list li h2 .community-badge {
    top: -2px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid #2d78f4;
    background: none;
    color: #2d78f4;
}
.community-list-info {
    position: relative;
    font-size: 13px;
    color: #999999;
}

.community-list-info > * {
    padding-right: 15px;
}
.community-list-info a[link] {
    color: #999999;
}
.community-list-info .community-badge-vip {
    position: relative;
    margin-left: 2px;
}
.community-list-badge {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
}
.community-list-nums {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0 !important;
}
.community-list-nums i {
    position: relative;
    /*padding: 0 3px 0 15px;*/
}
.community-avatar {
    position: absolute;
    left: 15px;
    top: 15px;
}
.community-avatar img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 2px;
}
.community-link{
    color: #01AAED;
}
.community-link dd {
    display: inline-block;
    vertical-align: top;
}
.community-link a {
    line-height: 24px;
    padding-right: 15px;
}

.community-signin-days {
    position: absolute;
    right: 15px;
    padding-left: 10px;
    color: #999999;
}
.community-signin-main {
    position: relative;
    height: 38px;
    padding: 24px 15px;
    text-align: center;
}
.community-signin-main {
    position: relative;
    height: 38px;
    padding: 24px 15px;
    text-align: center;
}
.community-signin-main span {
    font-size: 14px;
    padding-left: 10px;
}
.community-signin cite {
    padding: 0 2px;
    color: #FF5722;
    font-style: normal;
}
.community-signin .community-badge-dot {
    top: -7px;
    margin-left: 0px;
}

.community-rank{}
.community-rank dl {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-left: 20px;
    text-align: center;
    font-size: 0;
}
.community-rank dd {
    position: relative;
    width: 65px;
    height: 85px;
    margin: 10px 25px 5px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
}
.community-rank dd a img {
    width: 65px;
    height: 65px;
    border-radius: 2px;
}
.community-rank dd a cite {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0,0,0,.2);
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.community-rank dd a i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.community-list-one{}
.community-list-one .community-panel-title {
    margin-bottom: 5px;
}
.community-list-one dd {
    margin: 0 15px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    list-style: decimal-leading-zero inside;
    *list-style-type: decimal inside;
}

.community-list-one dd a, .community-list-one dd span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-style: normal;
}
.community-list-one dd a {
    max-width: 85%;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.community-list-one dd span {
    font-size: 12px;
    color: #cccccc;
}

.detail-box {
    padding: 20px;
}
.detail-box h1 {
    font-size: 24px;
    line-height: 36px;
}
.community-detail-info {
    position: relative;
    margin: 10px 0 15px;
}
.community-detail-info .community-list-nums i {
    font-size: 18px;
    color: #999999;
    padding: 0 3px 0 8px;
}
.detail-about {
    position: relative;
    line-height: 20px;
    padding: 15px 15px 15px 75px;
    font-size: 13px;
    background-color: #f8f8f8;
    color: #999999;
}
.community-detail-user {
    white-space: nowrap;
    overflow: hidden;
}
.community-detail-user a {
    padding-right: 10px;
    font-size: 14px;
}
.detail-about .detail-hits {
    position: relative;
    top: 5px;
    line-height: 20px;
}
.detail-body {
    margin: 20px 0 20px;
    line-height: 26px;
    font-size: 14px;
    color: #333333;
    word-wrap: break-word;
}
.detail-body a{
    color: #2d78f4;
}
.community-elem-field {
    margin-bottom: 10px;
    padding: 0;
    border:1px solid #e6e6e6;
}
.community-field-title {
    margin: 10px 0 20px;
    border-width: 1px 0 0;
}
.community-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
}

.detail-about-reply {
    background: none;
}

.jieda {
    margin-bottom: 30px;
}
.jieda-body a {
    color: #01AAED;
}
.jieda li {
    position: relative;
    padding: 20px 0 10px;
    border-bottom: 1px dotted #DFDFDF;
    list-style: none;
}
.jieda-reply {
    position: relative;
}
.jieda-reply span {
    padding-right: 20px;
    color: #999999;
    cursor: pointer;
}

.community-home {
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
}
.community-home img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.community-home h1 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px;
}
.community-home-info span {
    color: #999999;
}
.community-home-info i {
    padding-right: 5px;
    padding-left: 10px;
    color: #666666;
}

.community-home-jie .jie-row, .community-home-da .home-jieda {
    min-height: 500px;
    padding: 5px 20px;
}
.jie-row li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #E9E9E9;
    font-size: 0;
}

.jie-row li a {
    padding-right: 15px;
    font-size: 14px;
}
.jie-row li .jie-title {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jie-row li i, .jie-row li em, .jie-row li cite {
    font-size: 12px;
    color: #999999;
    font-style: normal;
}
.jie-row li em {
    position: absolute;
    right: 0;
    top: 0;
}
.home-jieda li {
    margin-bottom: 20px;
    line-height: 24px;
}
.home-jieda li p {
    color: #999999;
}
.home-jieda li p span {
    padding-right: 5px;
}
.home-jieda li a {
    padding: 0 5px;
    /*color: #4F99CF;*/
}
.home-dacontent {
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #F2F2F5;
    border-radius: 5px;
    word-wrap: break-word;
}

.community-tab {
    margin: 10px 0;
    text-align: left !important;
}
.community-tab-title {
    position: relative;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border-color: #e6e6e6;
}
.community-tab-title li {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    line-height: 40px;
    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}
.community-tab-title .community-this{
    color: #2d78f4;
}

.community-tab-title .community-this::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-color: #e6e6e6;
    border-width: 1px;
    border-style: solid;
    border-bottom-color: #ffffff;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.community-tab-title .community-this::after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #2d78f4;
}
.community-tab-content {
    padding: 10px;
}

.community-col{
    width: 100%;
    padding: 7.5px;
}
.community-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}
.community-form-item::after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
}
.community-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.community-form-pane .community-form-label {
    width: 110px;
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-color: #e6e6e6;
    font-size: 14px;
    color: black;
}
.community-form-pane .community-input-block {
    position: relative;
    margin-left: 110px;
    left: -1px;
}

.community-input, .community-select, .community-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
    border-color: #e6e6e6;
    font-size: 14px;
}
.community-input:hover, .community-textarea:hover {
    border-color: #D2D2D2 !important;
}
.community-input:focus, .community-textarea:focus {
    border-color: #C9C9C9 !important;
}

.community-input, .community-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}
.community-form-pane .community-input {
    border-radius: 0 2px 2px 0;
}

.community-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
}
.community-form-pane .community-form-text .community-textarea {
    min-height: 100px;
    border-radius: 0 0 2px 2px;
}
.community-form-pane .community-form-text .community-input-block {
    margin: 0;
    left: 0;
    top: -1px;
}
.community-form-item .community-input-inline {
    position: relative;
    float: left;
    width: 190px;
    margin-right: 10px;
    left: -1px;
}
.community-form-mid {
    float: left;
    display: block;
    padding: 9px 0 !important;
    line-height: 20px;
    margin-right: 10px;
}
.community-form select {
    display: none;
}
.community-form-select{
    position: relative;
}
.community-form-select .community-input {
    padding-right: 30px;
    cursor: pointer;
}
.community-edge {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
        border-top-style: dashed;
    border-color: transparent;
        border-top-color: transparent;
    overflow: hidden;
}

.community-form-select .community-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.community-form-selected .community-edge{
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.community-form-select dl {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-sizing: border-box;
}

.community-form-select dl dd, .community-form-select dl dt {
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.community-form-select dl dd {
    cursor: pointer;
}
.community-form-select dl dd.community-this {
    background-color: #2d78f4;
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.community-form-selected dl {
    display: block;
}
.community-anim{}
.community-anim.community-anim-down{
    display: none;
}
.community-anim.community-anim-up{
    display: block;
    top: auto;
    bottom: 42px;
}

.community-select-title{}
.community-select-title .community-input{caret-color: #ffffff;}
.community-fixbar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}
.community-fixbar li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    background-color: #2d78f4;
    color: #ffffff;
    border-radius: 2px;
    opacity: .95;
}
.community-fixbar li i{
    font-size: 24px;
}
