/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-8-18, 12:52:00
    Author     : Administrator
*/
.topic header {
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    padding: 0 20px;
    /*margin-bottom: 15px;*/
}

.topic header nav {
    width: 100%;
    font-size: 0;
    height: 100%;
    overflow: hidden;
}

.topic header nav .nav-link {
    display: inline-block;
    width: 9%;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    color: rgba(151, 162, 184, 1);
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic header nav a.active,
.topic header nav a:hover {
    color: rgba(82, 87, 96, 1);
}

.topic section {
    width: 100%;
    overflow: hidden;
}

.topic-tag {
    background: #fbfcfd;
    padding: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.topic-tag .tag-span {
    margin: 5px 3px;
    display: inline-block;
}

.top-tag-list {
    height: 90px;
    overflow: hidden;
}

.top-tag-list.open {
    height: auto;
}

.top-tag-btn {
    text-align: right;
    padding-top: 5px;
}

.top-tag-btn a {
    padding: 5px 20px;
    font-family: PingFangSC-Regular;
    color: rgba(29, 31, 35, 1);
    font-size: 14px;
}

.top-tag-btn a span {
    padding-right: 5px;
}

.topic .index-wrap {
    width: 760px;
    height: 63px;
    background: #FFF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.contribute-wrap {
    height: 66px;
    width: 760px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(234,234,234,1);
    background:rgba(255,255,255,1);
    box-shadow:0px 15px 30px 0px rgba(0,0,0,0.06);
    position: relative;
    margin-bottom: 15px;
}

.contribute-wrap .contribute-share .contribute-textbox {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    border: none;
    resize: none;
    outline: 0;
    padding-left: 5px;
}

.contribute-wrap .contribute-share .contribute-input::after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}

.contribute-wrap .contribute-share .open-new-experience {
    position: absolute;
    right: 10px;
    top: 18px;
    height: 30px;
    padding-right: 40px;
    line-height: 30px;
    color: #96b5a7;
    background: url(/tp_static/images/flower.gif) no-repeat 100% 100%;
    background-size: 30px;
    /*pointer-events: none;*/
}

.contribute-wrap .contribute-share .open-new-experience:hover {
    cursor: pointer;
}

.contribute-wrap .contribute-slide {
    display: none;
}

.contribute-wrap .contribute-slide .num {
    line-height: 24px;
    text-align: right;
    color: #999;
}

.contribute-wrap .contribute-slide .tips {
    margin: 10px 0;
    line-height: 20px;
    color: #f8513c;
}

.contribute-btn {
    margin-top: 20px;
}

.experience-btn {
    width: 690px;
}

.experience-content-body {
    transition: .5s;
}

.experience-content-body input:focus {
    outline: none;
    border: 1px solid rgba(0,143,255,1);
}

.experience-content-body textarea:focus {
    outline: none;
    border: 1px solid rgba(0,143,255,1);
}

.contribute-btn::after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}


.experience-btn .btn-to-group {
    font-size: 0;
    float: right;
    margin: 15px 0 22px;
}

.contribute-btn .btn-to-group .btn-cancel {
    width: auto;
    margin-right: 20px;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    color: #1DAFDE;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    font-family:PingFangSC-Regular;
    font-weight:400;
}

.contribute-btn .btn-to-group .btn-cancel:hover {
    cursor: pointer;
}

.experience-btn .btn-to-group .btn-cancel {
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(177,177,177,1);
}

.contribute-btn .btn-to-group .btn-push {
    display: inline-block;
    cursor: pointer;
    background: #1DAFDE;
    line-height: 34px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    height: 34px;
    background:rgba(0,143,255,1);
    border-radius:2px;
}

.experience-btn .btn-to-group .btn-push {
    width:197px;
    height:33px;
    background:rgba(0,143,255,1);
    border-radius:19px;
}

.contribute-btn .btn-to-group .btn-push:hover{
    background: #00bbbb!important;
}

.app-icon-edit {
    width: 97px;
    height: 67px;
    margin-left: 12px;
    border: 1px solid rgba(241,241,241,1);
    margin-left: 12px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}
.app-icon-edit input[type=file] {
    width: 97px;
    height: 97px;
    position: absolute;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    background: rgba(250,250,250,1);
    border: 1px solid rgba(241,241,241,1);
    border-radius: 8px;
    bottom: 0;
}
.app-icon-edit label {
    margin: 15px 9px;
}
.app-icon-edit label div {
    color: rgba(180,184,189,1);
}
.quick-experience-wrap {
    height: auto;
    width: 760px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid rgba(234,234,234,1);
    background:rgba(255,255,255,1);
    box-shadow:0px 15px 30px 0px rgba(0,0,0,0.06);
    margin-bottom: 15px;
}
.quick-experience-wrap .quick-experience-content {
    text-align: right;
}
.quick-experience-wrap .quick-experience-content .word-count {
    font-size: 15px;
    color: #a1a9b3;
}
.quick-experience-wrap .quick-experience-content .load-div {
    margin-top: -56px;
    background: transparent;
    display: flex;
    justify-content: flex-end;
}
.quick-experience-wrap .quick-experience-content .load-div .load-content {
    margin: 0;
}
.product-address-analysis .search-none-dropdown {
    position: absolute;
    z-index: 99;
    left: 10px;
    width: 510px;
    min-height: 70px;
    top: 50px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(234,234,234,1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0;
}
.product-address-analysis .search-none-dropdown .search-none-wrap {
    display: flex;
    align-items: center;
}
.product-address-analysis .search-none-dropdown .create-new-app {
    width: 106px;
    height: 30px;
    border: 1px solid rgba(0,143,255,1);
    border-radius: 16px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,143,255,1);
    margin-top: 10px;
    cursor: pointer;
}
.product-address-analysis .search-none-dropdown .create-new-app:hover {
    background: #008FFF;
    color: #fff;
}
.product-address-analysis .search-none-dropdown span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(153,153,153,1);
    margin-left: 18px;
}
.product-address-analysis .search-dropdown-input {
    width: 510px;
    min-height: 65px;
    max-height: 195px;
    overflow: auto;
    top: 50px;
    background: rgba(255,255,255,1);
    box-shadow: 0 4px 6px rgba(234,234,234,1);
    position: absolute;
    z-index: 99;
    left: 10px;
}
.product-address-analysis .search-dropdown-input .search-item{
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    border-radius: 4px;
    line-height: 34px;
    padding-left: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    cursor: pointer;
}
.product-address-analysis .search-dropdown-input .search-item .search-logo img{
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.product-address-analysis .search-dropdown-input .search-item .search-introduce {
    margin-left: 18px;
}
.product-address-analysis .search-dropdown-input .search-item .search-introduce .name {
    font-size: 18px;
    font-weight: 500;
    color: rgba(53,53,53,1);
    text-align: left;
}
.product-address-analysis .search-dropdown-input .search-item .search-introduce .desc {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: rgba(165,169,174,1);
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quick-experience-wrap .quick-experience-header {
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.quick-experience-wrap .quick-experience-header-list {
    height: 20px;
    width: 100%;
    margin: 0 230px;
}

.quick-experience-wrap .subscribe-tips {
    float: right;
    width:76px;
    height:30px;
    background:rgba(229,229,229,1);
    border-radius:4px;
    font-size:13px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(105,110,118,1);
    line-height:30px;
    text-align: center;
    margin-right: 40px;
    margin-top: 5px;
}
.quick-experience-wrap textarea {
    width: 100%;
    outline: none;
    resize: none;
    min-height: 120px;
    border: 1px solid #fff;
    font-size: 14px;
}
.quick-experience-wrap .product-address-analysis {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    background: rgba(247,247,247,1);
    border-radius: 4px;
    position: relative;
}
.quick-experience-wrap .product-address-analysis .link-input {
    width: 100%;
    height: 50px;
    background: rgba(247,247,247,1);
    border: 1px solid rgba(234,234,234,1);
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    font-size: 14px;
}
.quick-experience-wrap .product-address-analysis .search-name {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,143,255,1);
    cursor: pointer;
}
.quick-experience-wrap .share-operate-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}
.quick-experience-wrap .share-operate-wrap .share-cancel {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0,143,255,1);
    margin-right: 20px;
    cursor: pointer;
}
.quick-experience-wrap .share-operate-wrap .share-ready-btn {
    height: 32px;
    width: 76px;
    background: #008FFF;
    color: #fff;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846154;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.quick-experience-wrap .share-operate-wrap .share-ready-btn:hover {
    background: #0A67EA;
}
.product-address-analysis .search-dropdown-input .search-item:hover {
    background: #F3F3F3;
    color: #008FFF;
}
.body-name {
    margin: 25px 0 21px 0;
    position: relative;
}
.recommend-reason {
    margin: 0 12px;
    width: 96%;
    resize: none;
    outline: none;
    background: rgba(247,247,247,1);
    border-radius: 4px;
    border: 1px solid rgba(241,241,241,1);
    padding-left: 27px;
    min-height: 40px;
}
.app-image {
    background:rgba(216,216,216,1);
    border-radius:10px;
    border:1px solid rgba(240,240,240,1);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /*margin: 0 20px 0 12px;*/
}

.tags-wrapper {
    margin: 19px 19px 19px 27px;
}

.tags-title {
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(180,184,189,1);
    width:78px;
    height:20px;
    line-height: 20px;
}

.unseen {
    visibility: hidden;
    opacity: 0;
}

.seen {
    visibility: visible;
    opacity: 1;
}

.input_box {
    display: inline-block;
    width: 567px;
    margin-left: 24px;
    background: rgba(247,247,247,1);
}

.input_tags {
    width:567px;
    height:45px;
    background:rgba(247,247,247,1);
    border-radius:4px;
    border:1px solid rgba(247,247,247,1);
    padding-left: 16px;
    /*margin-left: 8px;*/
}

.selected {
    color: #ccc!important;
}
.input_box a {
    background: rgba(0,143,255,1);
    border: 1px solid rgba(242,242,243,1);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    color:rgba(255,255,255,1);
    line-height: 28px;
    padding: 0 10px 0 16px;
}

.input_box a:hover {
    background: rgba(10,143,255,1);
}

.input_box img {
    width: 19px;
    height: 15px;
    padding-left: 4px;
    padding-bottom: 1px;
}

.label-item {
    /*width: 690px;*/
    /*height: 30px;*/
    display: inline-block;
    margin-left: 132px;
    margin-bottom: 10px;
}

.label-item li {
    float: left;
    margin-right: 8px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 24px;
    border-radius: 4px;
    cursor: pointer;
    height:24px;
    border:1px solid rgba(233,233,233,1);
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(54,54,54,1);
    /*text-align: center;*/
    padding: 1px 13px;
}

.label-item li:hover {
    cursor: pointer;
}


.label-item li span {
    box-sizing: border-box;
    /*width:22px;*/
    /*height:16px;*/
    /*font-size:11px;*/
    /*font-family:PingFangSC-Regular;*/
    /*font-weight:400;*/
    /*color:rgba(54,54,54,1);*/
    /*line-height: 24px;*/
}

.quick-experience-wrap .experience-item {
    float: left;
    font-size:14px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(169,169,169,1);
    line-height:20px;
    margin-left: 24px;
    padding-right: 24px;
}

.quick-experience-wrap .experience-item:hover{
    cursor: pointer;
}

.quick-experience-wrap .experience-item:first-child {
    border-right: 1px solid #D8D8D8;

}

.experience-active {
    color: rgba(59,58,58,1) !important;
}

.subscribe-title-wrap {
    width: 690px;
    margin-left: 12px;
    margin-top: 10px;
}

.search-content-wrap {
    position: relative;
    width:690px;
    height:300px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 4px 0px rgba(0,0,0,0.1);
    border-radius:4px;
    border:1px solid rgba(241,241,241,1);
    margin-top: -10px;
    margin-left: 12px;
}

.search-content-wrap .search-tips {
    width:221px;
    height:36px;
    font-size:13px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(59,58,58,1);
    line-height:18px;
    margin: 100px auto 20px;
    text-align: center;
}

.search-content-wrap .search-recommend-wrap {
    width:140px;
    height:30px;
    background:rgba(0,143,255,1);
    border-radius:15px;
    text-align: center;
    margin: 0 auto;
}

.search-content-wrap .search-recommend-wrap .search-recommend-btn {
    width:60px;
    height:17px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}

.search-content-wrap .search-recommend-wrap .search-recommend-btn:hover {
    cursor: pointer;
}

.search-content-wrap .search-content-list {
    width: 100%;
    height: 100%;
}

.search-content-wrap .search-content-item {
    width: 650px;
    height: 31%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(241,241,241,1);
    position: relative;
}

.search-content-item .search-content-img {
    width: 48px;
    height: 48px;
    margin-top: -36px;
}

.search-content-item .search-content-detail {
    display: inline-block;
}

.search-content-item .subscribe-btn-wrap {
    display: inline-block;
    width:67px;
    height:30px;
    background:rgba(0,143,255,1);
    border-radius:15px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 26px;
}

.search-content-item .subscribe-btn-wrap.js-unSubscribe {

    background-color:#9e9e9ec2;
}

.search-content-item .subscribe-btn-wrap .subscribe-btn {
    width:32px;
    height:17px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}

#search_notice {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -110px;
}

.search-content-item .search-content-title {
    width:100%;
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(38,38,38,1);
    line-height:22px;
    margin-top: 21px;
    margin-left: 14px;
}

.search-content-item .search-content-title a {
    width:90px;
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(38,38,38,1);
    line-height:22px;
}

.search-content-item .search-tags-wrap {
    display: inline-block;
    margin-top: 2px;
}
.search-content-item .search-item-list {
    width: 100%;
    height: 100%;
}


.search-content-item .search-item {
    float: left;
    height: 23px;
    margin-right: 15px;
}

.search-item .subscribe-count {
    width:75px;
    height:17px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(165,169,174,1);
    line-height:17px;
}


.search-content-item .search-tags-item {
    float: left;
    display: inline-block;
    height:18px;
    background:rgba(242,242,242,1);
    border-radius:9px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(105,110,118,1);
    line-height:18px;
    text-align: center;
    padding: 0 6px;
    margin-right: 4px;
}

.search-content-item .subscribe-btn-wrap:hover {
    cursor: pointer;
}

.search-content-detail .search-content-introduce {
    width:460px;
    height:36px;
    font-size:13px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(165,169,174,1);
    line-height:18px;
    margin-left: 14px;
    margin-top: 6px;
}

.search-content-detail .search-content-introduce span {
    width:460px;
    height:36px;
    font-size:13px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(165,169,174,1);
    line-height:18px;
}

.subscribe-title-wrap .subscribe-title {
    width:340px;
    height:28px;
    font-size:20px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(47,47,47,1);
    line-height:28px;
    margin-left: 170px;
}

.subscribe-title-wrap .subscribe-image {
    margin-left: 108px;
    margin-right: 8px;
}

.subscribe-title-wrap .subscribe-update {
    width:39px;
    height:18px;
    font-size:13px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(133,133,133,1);
    line-height:18px;
}
.subscribe-title-wrap .subscribe-update:hover {
    color: #018FFE;
}
.subscribe-title-wrap .subscribe-image:hover,.subscribe-update:hover {
    cursor: pointer;
}

.subscribe-gzh-wrap {
    width: 690px;
    margin-left: 12px;
    margin-top: 44px;
    transition: .5s;
}

.subscribe-gzh-list {
    width: 100%;
}

.subscribe-gzh-item {
    width: 25%;
    float: left;
}

.subscribe-gzh-item  .gzh-image-wrap {
    margin: 0 62px;
}

.subscribe-gzh-item  .gzh-image {
    width:48px;
    height:48px;
    border-radius: 100%;
}

.subscribe-gzh-item .item-gzh-name {
    display: inline-block;
    width:140px;
    height:25px;
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(105,110,118,1);
    line-height:25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 8px;
    margin-left: 20px;
}

.subscribe-content .search-content-list {
    overflow: auto;
}

.subscribe-gzh-item .item-introduce {
    width:140px;
    height:17px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(153,159,166,1);
    line-height:17px;
    margin-left: 20px;
}

.subscribe-gzh-item .item-introduce span {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    -webkit-line-clamp:2;
    display: -webkit-box;
    -webkit-box-orient:vertical;
}

.subscribe-gzh-item .item-tags-wrap {
    width: 100%;
    height: 18px;
    margin-top: 23px;
    /*margin-left: 20px;*/
    text-align: center;
}

.subscribe-gzh-item .item-tags-wrap .item-tags-list {
    height: 100%;
    display: inline-block;
    text-align: center;
}

.subscribe-gzh-item .item-tags-wrap .item-tags-item {
    display: inline-block;
    height:18px;
    background:rgba(242,242,242,1);
    border-radius:9px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(105,110,118,1);
    line-height:18px;
    text-align: center;
    padding: 0 6px;
    margin-right: 4px;
}

.subscribe-gzh-item .item-btn-wrap {
    margin-left: 50px;
    margin-top: 25px;
    width:67px;
    height:30px;
    background:rgba(0,143,255,1);
    border-radius:15px;
}

.subscribe-gzh-item .item-btn-unsubscribe {
    margin-left: 50px;
    margin-top: 25px;
    width:67px;
    height:30px;
    background-color:#9e9e9ec2;
    border-radius:15px;
}

.subscribe-gzh-item .item-btn-wrap .item-btn, .subscribe-gzh-item .item-btn-unsubscribe .item-btn {

    width:32px;
    height:17px;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    margin: 0 15px;
}

.subscribe-gzh-item .item-btn-wrap:hover {
    cursor: pointer;
}

.subscribe-total-index {
    height:340px;
    background:rgba(255,255,255,1);
    box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.08);
    transition: 1s;
}

.subscribe-total-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height:340px;
    background:rgba(255,255,255,1);
    box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.08);
}
.subscribe-total-wrap .go-content-source {
    width: 1040px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.subscribe-total-wrap .go-content-source a {
    display: flex;
    align-items: center;
    width: 140px;
}
.subscribe-total-wrap .go-content-source img:hover {
    cursor: pointer;
}
.subscribe-total-wrap .go-content-source span {
    font-size:16px;
    font-weight:bold;
    color:rgba(0,143,255,1);
    margin-left: 10px;
}
.subscribe-total-wrap .go-content-source span:hover {
    color:#0A67EA;
    cursor: pointer;
}

.subscribe-total-recommend {
    position: absolute;
    left: 50%;
    top: 170px;
    margin-left: -496px;
    width:100%;
    height:25px;
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(47,47,47,1);
    line-height:25px;
}

.subscribe-total-recommend .subscribe-recommend-update {
    width: 39px;
    height: 18px;
    font-size: 13px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(133,133,133,1);
    line-height: 18px;
}
.subscribe-total-recommend .subscribe-recommend-update:hover {
    color: #018FFE;
}
.subscribe-recommend-image {
    margin-left: 730px;
    margin-right: 15px;
}

.subscribe-recommend-update:hover, .subscribe-recommend-image:hover {
    cursor: pointer;
}

.subscribe-total-list {
    position: absolute;
    left: 50%;
    margin: 41px 0 21px -496px;
    height: 100px;
}

.subscribe-total-list2 {
    position: absolute;
    left: 50%;
    margin: 40px 0 40px -496px;
    height: 100px;
    top: 180px;
    transition: .5s;
}

.subscribe-total-wrap .subscribe-total-item {
    float: left;
    width: 80px;
    height: 85px;
    margin-right: 44px;
    position: relative;
}

.subscribe-total-wrap .subscribe-total-item:last-child {
    width: 80px;
    height: 85px;
    right: -120px;
    position: absolute;
}

.subscribe-total-wrap .subscribe-total-item .message-box {
    position: absolute;
    left: 48px;
    bottom: 75px;
    width:16px;
    height:16px;
    background:rgba(238,65,65,1);
    border:1px solid rgba(255,255,255,1);
    border-radius: 8px;
    font-size:8px;
    font-family:Helvetica;
    color:rgba(255,255,255,1);
    line-height:16px;
    padding-left: 2px;
}

.subscribe-total-wrap .subscribe-total-item .item-image {
    width: 48px;
    height: 48px;
    margin: 0 16px;
    border-radius: 100%;
}

.subscribe-total-wrap .subscribe-total-item .gzh-name {
    display: inline-block;
    width:80px;
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(105,110,118,1);
    line-height:22px;
    /*padding-top: 15px;*/
    margin-top: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-image:hover, .gzh-name:hover{
    cursor: pointer;
    transform: scale(1.05);
    transition: .5s;
}

.show {
    display: block;
}

.height443 {
  height: 443px;
}

.show-pointer {
    cursor: pointer!important;
}

.topic .index-wrap .search-input {
    height: 63px;
    width: 760px;
    padding-left: 20px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    outline: none;
}

.topic .index-list {
    padding: 16px 19px;
    padding-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 75%;
}

.topic .index-list li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.topic .index-span {
    line-height: 16px;
    display: inline-block;
    min-width: 60px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    color: #747474;
    font-size: 14px;
    padding: 5px 20px;
    margin-right: 12px;
    text-align: center;
    margin-bottom: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.topic .index-span:hover {
    border:1px solid #3D8EF7;
    color: #3D8EF7;
}
.topic .index-span.active {
    border:1px solid #3D8EF7;
    background: #3D8EF7;
    color: #fff;
}

.left-block {
    /*background-color: #ffffff;*/
}

.category-nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.hide{
    display: none;
}

.category-nav .list-header {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid hsla(0,0%,59.2%,.1);
    z-index: 10;
}

.category-nav .list-header .list-nav {
    justify-content: flex-start;
    display: flex;
}

.category-nav .list-header .list-nav .nav-list {
    align-items: center;
    line-height: 1;
    display: flex;
    justify-content: space-between;
}

.category-nav .list-header .nav-list .nav-item {
    padding: 0 20px 0 0;
    position: relative;
}

.category-nav .list-header .nav-list .nav-item a {
    padding: 0 20px;
    font-size: 16px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color: #6D6D6D;
    cursor: pointer;
}

.category-nav .list-header .nav-list .nav-item a.active {
    position: relative;
    color:rgba(54,54,54,1);
}

.category-nav .list-header .nav-list .nav-item a.active:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -16px;
    width: 32px;
    height: 2px;
    background: #363636;
}



/*.category-nav .list-header .nav-list .nav-item a:not(:nth-child(3)) {*/
/*    border-right: 1px solid hsla(0,0%,59.2%,.2);*/
/*}*/

.category-nav .list-header .nav-list .nav-item a:hover {
    color: #008FFF;
}

.category-nav .list-header .dorp-down-area {
    position: relative;
}

.smallG {
    position: absolute;
    left: 20px;
    bottom: -16px;
    width: 32px;
    height: 2px;
    background: #363636;
    /*transition:1s transform,1s width;*/
}

/* 12/5 */
.my-topic-header {
    padding-left: 20px;
    background: #FCFCFC;
    /* border: 2px solid white; */
}

.my-topic-header .header {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #ddd
}

.my-topic-title {
    height: 40px;
    line-height: 40px;
    color: #9BA4B5;
    font-size: 14px;
}

.my-topic-tag {
    padding-top: 10px;
    padding-bottom: 5px;
}

.my-topic-tag a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: white;
    color: #235599;
    border: 1px solid #E4F2F8;
    border-radius: 30px;
    /* font-weight: bold; */
    margin-right: 5px;
    margin-bottom: 5px;
}

.my-topic-tag a:hover {
    background: #235599;
    color: white;
}

.my-topic-item {
    padding-left: 0 !important;
    height: 30px !important;
    font-size: 14px;
    color: black;
    position: relative;
    margin: 10px 0 30px 0;
}
.topic-item-header-left {
    font-size:24px;
    font-weight:bold;
    color:rgba(14,14,14,1);
}
.topic-item-header-right span {
    font-size:14px;
    font-weight:bold;
    color:rgba(14,14,14,1);
}
.topic-item-header-right span a {
    font-size:17px;
    font-weight:bold;
    color: #008FFF;
    padding: 0;
}
.topic-act-warp {
    min-height: 200px;
    overflow: hidden;
    /* display: flex; */
    /* flex-wrap:wrap; */
}
.js-topic-act-list{
    overflow: hidden;
}
.act-list {
    height: 100px;
    width: 100%;
    /* border-bottom: 1px solid #e5e5e5; */
    /* display: flex; */
    /* display: inline-flex; */
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.act-item {
    /* width: 326px; */
    height: 100px;
    width: 26%;
    float: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /*padding-right: 20px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 91px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.act-item:nth-child(3n+3) {
    margin-right: 0;
}
.act-item>div>a {
    position: relative;
}
.act-item>div>a>div {
    font-size:12px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    background: #797C7F;
    width:66px;
    height:37px;
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: -6px;
    left: 8px;
    opacity: .5;
}

/*.act-item div {*/
/*    height: 100%;*/
/*    line-height: 34px;*/
/*    text-align: left;*/
/*}*/

.act-item div img {
    height: 72px;
    width: 72px;
    margin-left: 5px;
}

.act-info {
    padding-left: 18px;
    font-size: 14px;
    height: 80px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -4px;
}

.act-info>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}
.act-info>div>span {
    font-size:14px;
    font-weight:400;
    color:rgba(138,154,169,1);
}
.act-info div:first-child a {
    font-size: 18px;
    color: #1D1F23;
}
.act-info div:first-child a:hover{
    color: #008FFF;
}

.act-info div:first-child a:hover {
    color: #008FFF;
}

.act-info div:last-child {
    /* padding-top: 10px; */
    color:rgba(155,164,181,1);
    font-size: 13px;
}
.act-info>div .fa {
    color: #008FFF;
    margin-right: 5px;
}
.act-info>div span:hover {
    color: #008FFF;
}

.act-box {
    padding-left: 20px;
    color: gray;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.topic-act-warp .act-do {
    cursor: pointer;
    /*line-height: 100px;*/
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 143, 255, 1);
}
.topic-act-warp .active{
    color: gray
}

.act-undo {
    cursor: pointer;
    line-height: 100px;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 143, 255, 1);
}
/* search_user */
.search-user .list-li-meta span {
    margin-right: 5px;
}

.tab-header {
    height: 55px;
    background: rgba(255, 255, 255, 1);
    /* border-bottom: 1px solid rgba(153,162,182,1); */
    border-bottom: 1px solid rgba(240, 240, 242, 1);
}

.note-list .switch-search {
    font-size:14px;
    font-weight:500;
    color:rgba(0,143,255,1);
    width:74px;
    height:30px;
    border:1px solid rgba(0,143,255,1);
    border-radius:4px;
    text-align: center;
    line-height: 30px;
    margin-right: 40px;
}
.note-list .switch-search:hover {
    background:rgba(0,143,255,1);
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.js-list-report li:not(:nth-of-type(1)) .switch-search,
.js-list-micro_report li:not(:nth-of-type(1)) .switch-search{
    display: none!important;
}

.tab-header a {
    display: inline-block;
    margin: 0 30px;
    line-height: 53px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: rgba(153, 162, 182, 1);
}

.tab-header .tab-active {
    color: rgba(61, 143, 247, 1);
    border-bottom: 2px solid rgba(61, 143, 247, 1);
}

.user-warp {
    background-color: #ffffff;
}

.user-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.avatar-warp {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avatar-warp .user-avatar {
    width: 45px;
    height: 45px;
    margin-left: 25px;
    border-radius: 100%;
}
.avatar-warp .topic-avatar{
    width: 75px;
    height: 75px;
    margin-left: 25px;
}
.avatar-warp .user-lv {
    padding-top: 10px;
    text-align: center;
    color: rgba(175, 181, 194, 1);
}

.user-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(240, 240, 242, 1);
}
.user-info{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.user-info .user-name {
    padding-bottom: 10px;
}

.user-info .user-name span:first-child {
    font-size: 16px;
}

.user-info .user-name span:last-child {
    /* font-size: 14px; */
    margin-left: 20px;
    color: rgba(175, 181, 194, 1);
}

.user-say {
    font-size: 14px;
    color: rgba(175, 181, 194, 1);
}
.user-topic-more {
    font-size: 13px;
    color: rgba(175, 181, 194, 1);
}

.user-num span {
    color: rgba(136, 145, 164, 1);
    margin-right: 20px;
}

.pd-box {
    height: 30px;
}

.user-act {
    width: 86px;
}

.user-body .user-act span {
    background: #008fff;
    padding: 1px 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    cursor: pointer;
}

.my-list {
    margin: 15px 0 0px 0 !important;
    padding-left: 0px !important;
}

/* search_none */
section {
    height: 100%;
}

.search-none {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-none-body .ask-warp {
    padding: 0 40px;
    padding-bottom: 200px;
}
.search-none-body .go-to-hotmind,
.search-none-body .go-to-article,
.search-none-body .go-to-question {
    text-align: center;
}
.search-none-body .go-to-hotmind .hotmind,
.search-none-body .go-to-article .special-column,
.search-none-body .go-to-question .question{
    font-size:15px;
    font-weight:bold;
    color:rgba(153,162,182,1);
}
.search-none-body .go-to-hotmind .share-hotmind-btn,
.search-none-body .go-to-article .write-article-btn,
.search-none-body .go-to-question .submit-question-btn {
    display: inline-block;
    width:116px;
    height:40px;
    background:rgba(0,143,255,1);
    border-radius:20px;
    font-size:16px;
    line-height: 40px;
    text-align: center;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin: 20px auto;
    cursor: pointer;
}
.ask-warp .ask-info span{
    font-size: 16px;
    /* font-weight: bold; */
}
.anonymous .my-radio-con {
    color: #E6E6E6;
    font-size: 26px;
}

.anonymous .my-radio-con label {
    height: 42px;
    line-height: 42px;
    position: relative;
    top: 4px;
}

.anonymous label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.anonymous .my-radio-con .fa-toggle-on {
    color: #008FFF;
}

.sub-btn span {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 250px;
    text-align: center;
    background: rgba(62, 143, 246, 1);
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.hot-item-con {
    background: #fff;
    padding: 5px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hot-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    color: rgba(53, 66, 95, 1);
}

.hot-list li div:first-child {
    width: 15px;
    height: 17px;
    margin-right: 5px;
}

/* 顶端 */
/* 11/29更新 */
.container {
    /* margin-top: -25px!important; */
}

.header-topic {
    /* height: 50px; */
    /* margin-top: 60px; */
    padding-top:65px;
    background-color: white;
    z-index: 20;
    /* border-top: 1px solid rgba(151,162,184,1); */
}
.height50 {
    height: 50px;
}
.header-topic-warp {
    width: 100%;
    width: 1040px;
    /*overflow: hidden;*/
    margin: 0 auto;
    padding: 0 15px;
    /* position: fixed; */
    top: 60px;
    /* z-index: 10; */
    /* padding: 0 265px; */
    background-color: white !important;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header-topic-warp .tag-wrap {
    height: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.header-topic-warp .tag-wrap .subtags-wrap {
    position: absolute;
    max-width:364px;
    white-space: nowrap;
    min-height:30px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    z-index: 99999;
    top: 40px;
    box-shadow: 0 0 10px #eee;
    display: flex;
    padding-bottom: 15px;
}
.header-topic-warp .tag-wrap .subtags-wrap.active {
    width: 364px;
    flex-wrap: wrap;
}
.header-topic-warp .tag-wrap .subtags-wrap .subtag-btn {
    height: 24px;
    margin: 0 10px 10px 10px;
}
.header-topic-warp .tag-wrap .subtags-wrap .subtag {
    height:24px;
    background:rgba(244,245,245,1);
    border-radius:12px;
    font-size:12px;
    font-weight:500;
    color:rgba(112,112,112,1);
    padding: 4px 10px;
    text-align: center;
    /*float: left;*/
    cursor: pointer;
}
.header-topic-warp .tag-wrap .subtags-wrap .subtag:hover {
    color: #008FFF;
}
.header-topic-warp .tag-wrap .subtags-wrap .subtag.active {
    background:rgba(0,143,255,1);
    color:rgba(255,255,255,1);
}

.header-topic-warp a {
    /*display: inline-block;*/
    height: 45px;
    /* width: 85px; */
    margin-right: 40px;
    cursor: pointer;
    line-height: 50px;
    font-size: 12px !important;
    text-align: center;
    color: #8C8C8C;
}
.header-topic-warp a:hover {
    color: #008FFF
}
.subscribe-header-topic-wrap a {
    height: 30px;
}

.header-topic-warp a:hover {
    color: #008FFF
}

/*.header-topic-warp a:last-child {*/
/*    !* position: absolute; *!*/
/*    float: right;*/
/*    !* right: 12px; *!*/
/*    margin-right: 0px;*/
/*}*/

.header-topic-warp .active a,.header-topic-warp .active {
    color: #353535;
    font-weight:500;
}

/*子话题栏*/
.tag-subtag-wrap {
    width: 1040px;
    margin: 10px auto 5px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    z-index: 10;
    position: relative;
}
.tag-subtag-wrap a {
    font-size:12px;
    font-weight:500;
    color:rgba(140,140,140,1);
    height:24px;
    background:rgba(255,255,255,1);
    border-radius:12px;
    padding: 4px 10px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
}
.tag-subtag-wrap a:not(:first-child):hover {
    color: rgba(0,143,255,1);
}
.tag-subtag-wrap a.active {
    background:rgba(0,143,255,1);
    color: #fff;
}

/* 精选 更新 */
.choice-list{
    padding: 20px 20px;
}
.choice-list:hover {
    background: #FAFBFC;
}
.choice-list .choice-text{
    font-weight: 800;
    font-size: 15px;
    color:#FF3939
}
.choice-list .choice-title{
   font-size: 18px;
    font-family: PingFangSC-Regular;
    color: #2A3C4C;
    /* color: #000; */
    overflow: hidden;
    margin: 0;
    line-height: 28px;
    max-width: 430px;
    font-weight: bolder;
}

.choice-list .choice-img{
    display: block;
    width: 640px;
    height: 250px;
    border-radius: 5px;
}
.img-mask::before{
    width: 640px;
    height: 250px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    opacity: 0.3;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.choice-bottom {
    margin: 20px 0;
}
.choice-bottom .is-active{
    color: #FFFFFF;
    background: #3E8FF6;
}
.choice-bottom .choice-bottom-left{
    display: inline-block;
}
.choice-bottom .choice-bottom-left span:last-child{
    margin-right: 20px;
}
.choice-bottom .choice-bottom-right{
    position: relative;
    display: inline-block;
}
.choice-bottom .choice-bottom-right .bottom-btn{
    margin-right:25px;
    text-decoration: none;
    color: #999;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
/* 分享框 */
/* .choice-bottom .choice-bottom-right .article-share-box{
    position: absolute;
    overflow: hidden;
    width: 120px;
     height:0px; 
    transition: height 1s;
    top: 25px;
    left: 45px;
    z-index: 20;
    color: #7D7D7D;
    background: #fff;
}
.choice-bottom .choice-bottom-right .article-share-box .show-box{
    position: relative;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    padding: 8px
}
.choice-bottom .choice-bottom-right .article-share-box .show-box::before{
    content: '';
    position: absolute;
    top: -18px;
    left: 42%;
    height: 0;
    width: 0;
    z-index: 12;
    border-bottom:8px solid #FFFFFF;
    border-top:8px solid transparent;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
}
.choice-bottom .choice-bottom-right .article-share-box .show-box::after{
    content: '';
    position: absolute;
    top: -20px;
    left: 41%;
    height: 0;
    width: 0;
    border-bottom:9px solid #cccccc;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    z-index:10
} */
/* 讨论区 */
.discuss-warp {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    padding: 23px;
}

.discuss-warp .discuss-title {
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 14px;
}

.discuss-box {
    margin: 23px 0;
    border-bottom: 1px solid rgba(246, 246, 246, 1);
}

.discuss-photo {
    height: auto;
}

.discuss-photo img {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

.discuss-content {
    overflow: hidden;
    padding-left: 10px;
}

.discuss-author {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(62, 143, 246, 1);
}

.discuss-content .discuss-body {

    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    height: 44px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

/* webkit内核浏览器 多行省略号结尾 */
.discuss-body-w {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* p.discuss-body::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background-color: rgba(255, 255, 255, 1)
} */
.discuss-content .discuss-info {
    margin-bottom: 25px;
}

.discuss-content .discuss-info span:first-child {
    font-family: Adobe Heiti Std R;
    font-weight: normal;
    color: rgba(153, 153, 153, 1);
}

.discuss-full {
    float: right;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    cursor: pointer;
    display: bloke;
    color: rgba(62, 143, 246, 1);
}

.talking-warp {
    padding-bottom: 50px;
}

.talking-button {
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Adobe Heiti Std R;
    font-weight: normal;
    background: rgba(62, 143, 246, 1);
    color: white;
    border-radius: 2px;
}

.talking-nav {
    float: left;
    padding-left: 15px;
    height: 28px;
    line-height: 28px;
}

.talking-nav div {
    display: inline-block;
    cursor: pointer;
    font-family: Adobe Heiti Std R;
    font-weight: normal;
    margin-left: 15px;
    color: rgba(153, 153, 153, 1);
}

.talking-nav .num {
    padding-left: 8px;
}

.talking-nav-active {
    font-weight: bold !important;
    color: rgba(17, 33, 51, 1) !important;
    border-bottom: 2px solid black;
}

.talking-nav-blue {
    font-weight: 400;
    color: rgba(62, 143, 246, 1) !important;
}

.talking-do {
    float: right;
}

.talking-do span {
    text-decoration: none;
    color: #999;
    margin-left: 10px;
}

.talking-do i {
    margin-right: 5px;
}
.talking-box-warp{
   max-height: 0;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
    margin-top: 10px;
    /* padding-top: 20px; */
}
.talking-box {
    border:1px solid rgba(242,242,242,1);
    -webkit-box-shadow:0px 0px 2px 0px rgba(235,235,235,0.8);
            box-shadow:0px 0px 2px 0px rgba(235,235,235,0.8);
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}

.talking-box::before {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    left: 20px;
    top: -16px;
    border-color: transparent transparent rgba(246, 247, 249, 1) transparent;
}

.talking-box .question-textarea{
    position: relative;
    outline:none;
    margin-top: 10px;
    border: 1px solid #ccc;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100px;
    padding: 5px;
    /* padding-left: 5px; */
}
.question-no-focus:before {
    position: absolute;
    left: 5px;
    content: attr(placeholder);
    display: block;
    color: #adadad;
}
.talking-box-item {
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    margin-top: 15px;
    padding-bottom: 15px;
}
.question-textarea-box{
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}
.talking-enter-btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 16px;
    height: 28px;
    width: 80px;
    line-height: 16px;
    background: #008FFF;
    color: #FEFEFE;
    float: none;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 4px;
    margin-left: 5px;
    text-align: center;
}

.talking-key-code {
    float: right;
    height: 28px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(182, 187, 200, 1);
}

.talking-box .photo {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

.talking-input {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 10px 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

/* 新原型Hub的样式 */
.hub-nav{
    padding: 20px;
    background:rgba(247,248,251,1);
    border-radius:4px;
}
.hub-nav .active{
    background: #0380e2!important;
    color: #fff!important;
}
.hub-nav .nav-title{
    font-size: 15px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
}
.hub-list-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 15px 30px;
    word-wrap: break-word;
    border-bottom: 1px solid #f0f0f0;
}
.hub-list-header div span:nth-child(1):after,
.hub-list-header div span:nth-child(2):after {
    content: '';
    display: inline-block;
    margin: 0 7px;
    height: 18px;
    border: 1px solid #F1F1F1;
    vertical-align: -4px;
}
.hub-list-header .hub-list-title{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
}
.hub-list-header .hub-list-btn{
    font-size: 15px;
   color: #8C8C8C;
   cursor: pointer;
}
.hub-list-header .hub-list-btn:hover{
    color: #363636 !important;
}
.hub-list-header .active{
    font-weight: 600;
    color: #363636 !important;
}
.hub-list{
    display: block;
    padding: 15px 30px;
    border-bottom: 1px solid #f0f0f0;
    word-wrap: break-word;
}
.hub-list .hub-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hub-title .left{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.hub-title .left .title{
    font-size: 18px;
    font-family: PingFangSC-Regular;
    color: #2A3C4C;
    overflow: hidden;
    margin-right:10px;
    vertical-align: bottom;
    line-height: 28px;
    max-width: 430px;
    font-weight: bolder;
}
.hub-title img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.hub-title a img:hover {
    transform: scale(1.1);
    transition: .5s;
}
.hub-title span {
    color:#83888F;
    margin-right:10px;
    font-size: 13px;
}
.hub-title .left img{
    width: 25px;
    height: 25px;
}
.hub-list .hub-right{
    padding-left: 20px;
}
.hub-list .hub-body {
    display: flex;
    margin-top: 10px;
    min-height: 84px;
    justify-content: center;
    align-items: center;
    background: #FBFBFB;
    cursor: pointer;
    padding: 10px 0;
}
.hub-list .hub-body .left {
    flex: 2;
    padding-left: 20px;
}
.hub-list .hub-body .left a {
    font-size:18px;
    font-weight:500;
    color:rgba(47,47,47,1);
}
.hub-list .hub-body .left img {
    width: 18px;
    height: 20px;
    margin-right: 5px;
}
.hub-list .hub-body .left img:hover {
    transform: scale(1.1);
    transition: .5s;
}
.hub-list .hub-body .left div {
    margin-top: 5px;
}
.hub-list .hub-body .right {
    flex: 1;
    text-align: center;
}