﻿/* #topicList { border-top: solid 1px #e5e5e5; } */

#topicList li:last-child {
    border: none;
}

.regBox .floatBox {
    width: 100%;
    left: 0;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.floatBox {
    bottom: 0;
    left: 50%;
    width: 750px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 40px;
    min-height: 50px;
    position: fixed;
    z-index: 99;
    background: #fff;
    padding: 5px;
    border: solid 1px #d0d0d0;
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    -webkit-box-shadow: 0 -3px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 -3px 5px rgb(0 0 0 / 10%);
    margin-left: -155px;
}

.floatBox .button {
    background: #f44336;
    color: #fff;
    border-radius: 30px;
    border: none;
    min-width: 60px;
    text-align: center;
}

.floatBox .userBox {
    margin: 0;
}

.floatBox .userBox .iconfont {
    cursor: pointer;
}

.floatBox input,
.floatBox textarea {
    top: 0;
    background: #f1f1f1;
    border: solid 1px #ccc;
    line-height: 20px;
    padding: 9px 15px;
    font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border-radius: 20px;
    height: 38px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.floatBox input.freeback {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px)
}

.floatBox .upload.iconfontBox {
    float: left;
    position: static;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.absRT {
    top: 0;
    right: 0;
    position: absolute;
}

.absRT .icon {
    float: left;
    margin-left: 10px;
}

.absRT .icon:hover {
    color: #666666;
    cursor: pointer;
}


/* .writeIcon{background:#008c54 url(/Images/edit_w.png) no-repeat center center;width:40px;height:40px;background-size:60%;border-radius:50%;right:20px;z-index:50;float:right;}
*/


/* .Grounp{padding:5px 10px 10px 10px;}
*/

.rankList .rankNum {
    float: left;
    width: 10%;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #565656;
    font-weight: bold;
}

.rankList .userBox {
    /* width: 90%; */
    margin: 0;
}

.userList {
    width: 100%;
    overflow: hidden;
}

.userList .dataItem {
    padding: 5px 0;
}

.newsList {
    margin-top: 0;
    width: 100%;
    background: #fff;
}

.recommendDetail {
    background: #fff;
}

.recommendDetail .top {
    border-bottom: solid 5px #f1f1f1;
    padding: 5px;
}

.recommendDetail .detailInfo {
    padding: 5px;
}

.plane h2 {
    margin: 0;
}

.plane h2,
.tab,
.tabItem,
.tabItem--on {
    line-height: 30px;
}

.Grounps .des {}

.newsList .tab {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.newsList .tab .ii {
    margin-top: 2px;
}

.newsList .tab .tabItem,
.newsList .tab .tabItem--on {
    display: inline;
    padding: 0 5px;
    line-height: 40px;
    font-weight: normal;
    background: transparent;
    color: #333;
    position: relative;
    text-align: center;
}

.newsList .tab .tabItem.icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.newsList .tab .tabItem .ii {
    margin-top: 4px;
}

.newsList .tab .tabItem a {
    color: #333;
}

.newsList .tab .tabItem:hover,
.newsList .tab .tabItem a:hover {
    color: red;
}

.newsList .tab .tabItem--on {
    font-weight: bold;
    color: #008c54;
    border-radius: 0;
    border-bottom: solid 2px #008c54;
    line-height: 40px;
}

.dataItem {
    line-height: 30px;
    border-bottom: solid 1px #f1f1f1;
    display: block;
    position: relative;
    padding: 10px 0;
}

.dataItem:nth-last-of-type(1) {
    border: none;
}

.dataItem .des {
    line-height: 20px;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 0;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dataItem .des .iconfont {
    float: none;
    display: inline-block;
    cursor: pointer;
}

.dataItem .detail {
    overflow: hidden;
    margin: 5px 0 0 0;
}


/*.dataItem .detail .d_bg:hover .tit{cursor:pointer;}
*/

.dataItem .userBox {
    margin: 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dataItem .userBox .btnBox {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dataItem .userBox>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.dataItem .userBox>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;*/
}

.dataItem:hover .d_bg {
    background-color: #E0E7ED;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.dataItem .userBox .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    top: unset;
    bottom: unset;
    -webkit-box-flex: 0;
    flex: 0;
    /* -webkit-flex:0 0 70px;-ms-flex:0 0 70px;flex:0 0 70px;*/
    white-space: nowrap;
    border: solid 1px #ddd;
    border-radius: 4px;
    line-height: 20px;
    min-height: 20px;
    display: block;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.dataItem .userBox .btn.fill {
    background: var(--primary-color) !important;
    color: #fff;
    border: var(--primary-color) !important;
}

.dataItem .userBox .data .btn {
    float: right;
    padding: 0 5px;
}

.dataItem .userBox .btn:hover {
    background: #f60 !important;
    border: solid 1px #f60 !important;
    color: #FFF !important
}

.dark .dataItem .userBox .btn.off,
.dark .dataItem .userBox .btn.off:hover {
    color: #62d45b;
}

.dataItem .userBox .btn.off {
    /* text-align:right;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;*/
    border: none !important;
    background: transparent !important;
    color: #008c54 !important;
}

.dataItem .userBox .btn.off:hover {
    color: #008c54 !important;
}

.dataItem>i,
.userBox>i {
    background: url(/Images/right_icon_black.png) no-repeat center right;
    background-size: 60% auto;
    width: 15px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
}

.userBox.mini .uicon {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px !important;
    height: 40px !important;
    font-size: 0;
    line-height: 0;
}

.userBox.mini .desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: normal !important;
    font-size: 12px;
}

.userBox .btn {
    min-width: 80px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    background: none;
    width: auto;
    height: 22px;
    top: 8px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    /* -webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);*/
    position: absolute;
    right: 0;
    font-size: 12px;
    border: solid 1px #ccc;
    line-height: 20px;
    border-radius: 13px;
    padding: 0 10px;
}

.userBox .fixedBox {
    position: absolute;
    right: 0;
    top: 0;
}

.userBox .btn.red {
    border: solid 1px #F44336;
}

.dark .userBox .btn.on {
    color: #a7a7a7;
    /* border: none !important;  */
    background: #282828 !important;
}

.userBox .btn.on {
    color: #52a027;
    border: solid 1px #cadec1 !important;
}

.userBox .btn.on:hover {
    color: #fff !important;
    background: #f60 !important;
    border: solid 1px #f60 !important;
}


/* .dataItem.on{background:#fffaea;}
*/

.dataItem:last-child {
    border: none;
}

.userBox {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dataItem .linkBtn {
    background: red;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.userBox .uicon {
    margin-right: 5px;
    border: solid 2px #f1f1f1;
    background: #f1f1f1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    font-size: 0;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
}

.userBox .uicon .tag {
    border-radius: 13px;
    line-height: 13px;
    text-align: center;
    background: #F44336;
    position: absolute;
    bottom: -2px;
    width: 43px;
    font-style: normal;
    font-size: 12px;
    white-space: nowrap;
    left: -4.5px;
    color: #fff;
}

.userBox .uicon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dataItem .row {
    font-size: 14px;
}

.dataItem .row>span {
    vertical-align: middle;
}
.dataItem .row.tit2>span {
    vertical-align: 0;
}

.dataItem .row a,
.dataItem .row a:link {
    color: #24af82;
}


/* .dataItem .time{margin-right:5px;}
*/


/* .info *{white-space:normal !important;}
*/


/* .dataItem .row *{float:left;}
*/

.topics .dataItem .tit {
    width: calc(100% - 50px);
}

.dataItem .tit {
    font-size: 16px;
    /* line-height:24px;*/
    width: 100%;
}

.dataItem .tit.oneLine {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 10px;
}

.dataItem .tit i:nth-child(2) {
    margin-left: 5px;
}

.dataItem .tit>span {
    line-height: 20px;
    font-weight: 599;
    vertical-align: middle;
}

.dataItem .tit .iconfont {
    vertical-align: middle;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 20px;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
}

.dataItem .iconfont.icon-font-live {
    color: var(--text-primary) !important;
    line-height: 20px;
    font-size: 25px;
    margin: 1px 7px 0 0;
}

.topics .dataItem .tit2 {
    font-size: 12px !important;
    color: #999
}
.topics .dataItem .tit2 .date::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: 2px;
    border-top: 4px solid var(--gray50);
    border-bottom: 0 none;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: rotate(-90deg);
}

/* .dataItem .tit .top{background:red;color:#fff;border-radius:4px;font-size:12px;padding:0 3px;}
*/


/* .dataItem .tit a{display:block;}
myhotlist注 */

.pubs {
    margin: 0;
}

.pubs .dataItem {
    float: left;
    padding: 5px;
    width: 100%;
    margin: 5px 0 0 0;
    border-radius: 4px;
    border-bottom: solid 1px #e1e1e1;
    min-height: 92px;
}

.pubs .dataItem .icon {
    font-size: 16px;
}

.detail .userBox:nth-child(1) .userName {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    display: inline-table;
}

.userBox .itemData {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* width:-webkit-calc(100% - 40px);width:-webkit-calc(100% - 40px);width:calc(100% - 40px);*/
    position: relative;
    min-width: 0;
    line-height: normal;
    font-size: 12px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.userBox .desc {
    color: #b4b5b4;
    line-height: normal;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px 0 0 0;
    word-break: break-word;
    justify-content: flex-start;
}

.userBox .itemData .userName {
    font-weight: bold;
    -webkit-box-flex: 0;
    /* -webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    word-break: break-word;
}

.userBox .itemData .userName .badge {
    margin-left: 5px;
}

.userBox .itemData>span {
    display: block;
}

.userBox .itemData .date {
    float: left;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

.userBox .itemData .date .btn {
    float: right;
}

.userBox .itemData .date>a {
    color: #4caf50;
}

.userBox .itemData .date .iconfont {}


/* .userBox .itemData .date>span{margin:0 10px 0 0;}
*/

.rankList .itemData .date>span {
    min-width: 60px;
}

.userBox .itemData .date>div {
    display: inline;
}

.userBox .itemData .date>span::before {
    float: left;
}

.userBox .itemData .date>span .dataValue {
    float: left;
}

.userBox .iconfontBox {
    background: none;
    width: auto;
    height: 40px;
    line-height: 40px;
    -webkit-box-flex: 0;
    /* -webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;浮动评论注释 */
    text-align: center;
    font-size: 11px;
}

.userBox .iconfontBox .iconfont {
    margin: 5px;
    font-size: 30px;
    line-height: 28px;
}

.userBox .iconfont {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
}

.userBox .iconfont::before {
    float: left;
}

.userBox .itemData .focus .icon-ok,
.userBox .itemData .focus .icon-close {
    bottom: -6px;
    right: -6px;
    font-size: 10px !important;
}

.userBox .itemData .IconBox {
    line-height: 20px;
}

.userBox .itemData .readCount {
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    right: 0;
    min-width: 50px;
    position: absolute;
    color: #ababab;
}

.userBox .itemData .readCount.iconfont {
    font-size: 16px;
}

.userBox .itemData .readCount .dataValue {
    float: none;
    line-height: 21px;
    display: inline;
    margin: 0;
    color: #cccccc;
}

.userBox .itemData .dataValue {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    margin-right: 5px;
    min-width: 20px;
    line-height: 20px;
}

.DetailBox.dataItem .IconBox {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.DetailBox.dataItem .IconBox img {
    width: 100%;
}

.DetailBox.userBox .itemData {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    float: right;
    position: relative;
}

.DetailBox.userBox .itemData .row {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}


/* .DetailBox.userBox .itemData .dataIcon{margin-right:5px;}
*/

.dataIcon .iconfont {
    line-height: 20px;
    font-size: 21px !important;
}

.dataIcon .iconfont::before {
    display: inline-block;
    float: left;
}


/* .DetailBox.userBox .itemData .dataValue{margin-right:10px;}
*/

.DetailBox .itemData .pubName,
.DetailBox .itemData .userName {
    line-height: normal;
    padding-left: 3px;
    font-size: 14px;
    font-weight: 500;
}

.DetailBox .itemData .userName {
    font-size: 20px;
    word-wrap: break-word;
}

.indexContent {
    width: 100%;
}

.DetailBox {
    padding: 5px 0px;
    position: relative;
    border: none;
}

.DetailBox .iconfont {
    display: inline-block;
    text-align: left;
    font-size: 24px;
}

.DetailBox .RTBox .iconfont {
    font-size: 24px;
    line-height: 26px;
    width: 30px;
}

.DetailBox .addBtn {
    float: right;
    margin: 0 0 0 5px;
    padding: 0 5px;
    line-height: 22px;
}

.DetailBox .focusBtn {
    margin: 0;
    padding: 2px 5px;
    white-space: normal;
    line-height: 18px;
    float: right;
}

.DetailBox .addBtn a {
    color: #fff;
}

.RBBox .focusBtn {
    float: right;
}

.toolsBar {
    line-height: 22px;
    margin: 0 auto 10px auto !important;
    float: left;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
}

.toolsBar .button.mini {
    font-weight: normal;
    background: #ff6600 !important;
    color: #fff;
    border-color: #ff6600;
}

.toolsBar .iconfont {
    color: #333;
}

.dataItem .IconBox {
    width: 14%;
}

.dataItem .IconBox .UserIcon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 60px;
}

.dataItem .IconBox .UserIcon img {
    width: 100%;
}

.pBar .iconfont.on {
    color: red;
}

.pBar>div {
    width: 100%;
    padding: 5px 0;
}

.pBar>div .name {
    color: #545954;
    font-size: 14px;
    line-height: 30px;
}

.pBar>div .name .iconfont {
    margin-right: 3px;
    cursor: pointer;
}

.pBar .pbg {
    background: #f1f1f1;
    border-radius: 4px;
    height: 10px;
    overflow: hidden;
}

.pBar .pbg i {
    display: block;
    float: left;
    height: 10px;
}

.pBar .h i {
    background: #8ac4d0;
}

.pBar .a i {
    background: #ded2a0;
}

.detail .detailInfo .userDetailBox {
    line-height: 20px;
    /* padding: 5px 0;
    margin: 10px 0;
    border-bottom: solid 1px #f1f1f1; */
    display: block;
}

.userDetailBox .date {
    line-height: 20px;
}

.detail .detailInfo .userDetailBox>.iconfont {
    font-size: 18px;
    line-height: 16px;
    padding: 0 10px;
    width: auto;
    height: 16px;
    color: #b5b5b5;
    float: right;
    border: none;
    cursor: default;
}

.detail .detailInfo .userDetailBox>.iconfont .dataValue {
    padding: 0;
}

.detail .detailInfo .userDetailBox>.iconfont::before {
    float: left;
}

.detail .detailInfo h1 {
    font-size: 26px;
    font-weight: bold !important;
    text-align: left;
    display: block;
    line-height: normal;
    line-height: 22px;
    word-break: break-word;
    margin: 15px 0;
}

.detail .detailInfo h1>span {
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.detail .detailInfo .date {color:#ababab;margin-left: 5px;}

.detail .detailInfo .date a {color:var(--blue40);}

/* .detail .detailInfo .matchBox{border:solid 1px #f1f1f1;-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);box-shadow:0 3px 3px rgba(0,0,0,0.1);border-radius:4px;padding:10px;border-bottom:none;}*/

.detail .detailInfo .team {
    line-height: normal;
}

.detail .detailInfo .row {
    line-height: 30px;
}

.detail .detailInfo .row>span {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    line-height: 20px;
}

.detail .detailInfo .info {
    padding: 0;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.detail .detailInfo .info .team {
    font-weight: bold;
}

.detail .detailInfo .info>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    word-break: break-word;
    margin: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: baseline;
}

.detail .detailInfo .info .tit {
    color: #ababab;
    line-height: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.detail .detailInfo .info-text {
    white-space: pre-line;
    word-break: break-word;
    line-height: 26px;
    padding: 10px;
    font-size: 14px
}

.detail .userIcon {
    width: 40px;
}

.detail .userIcon .focus {
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 16px;
}

.detail .name a {
    float: left;
    font-size: 12px;
}

.detail .dataItem .date,
.detail .dataItem .tit {
    font-size: 12px;
}

.detail .dataItem .date {
    color: #ababab;
}

.detail .detailInfo .msg {
    border-radius: 4px;
    margin-top: 10px;
    color: #a3a3a3;
    font-size: 12px;
    padding: 5px;
    line-height: 20px;
}


/* .RTBox{top:5px;}*/

.detailTools {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

.detailTools .btn,
.detailTools .btn:hover {
    cursor: pointer;
    background: #ffffff;
    margin: 0 10px;
    display: inline-block;
    color: #333;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 4px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #dfdfdf;
}

.detailTools .btn .iconfont {
    color: #333;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    line-height: 26px;
}

.detailTools .btn .iconfont:before {}

.detailTools .btn .iconfont .dataValue {
    display: inline-block;
    line-height: 26px;
}

.detailTools .btn:after {
    display: inline;
}

.detailTools .shareBtn {
    width: 50px;
    height: 50px;
    background: #fff !important;
    color: #333;
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    border: solid 1px #4caf50 !important;
    background: #f7f7f7;
    font-weight: 600;
    /* fallback for old browsers */
    /* Chrome 10-25,Safari 5.1-6 */
    background: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    /* W3C,IE 10+/ Edge,Firefox 16+,Chrome 26+,Opera 12+,Safari 7+ */
    -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 2px 2px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    position: relative;
    margin-left: -25px;
}

.detailTools .shareBtn *,
.detailTools .shareBtn .iconfont {
    color: #4caf50;
}

.detailTools .shareBtn:hover,
.detailTools .shareBtn.on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #4caf50 !important;
    color: #fff;
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    left: 50%;
    position: relative;
    margin-left: -25px;
}

.detailTools .shareBtn .iconfont .dataValue {
    display: block;
    width: 100%;
    line-height: normal;
    padding: 0;
}

.detailTools .shareBtn:hover *,
.detailTools .shareBtn:hover .iconfont,
.detailTools .shareBtn.on *,
.detailTools .shareBtn.on:hover *,
.detailTools .shareBtn.on:hover .iconfont {
    color: #fff;
}

.RTBox .iconfont {
    font-size: 26px;
}


/* editor star */

.editor {}

.editor h2 {
    line-height: 30px;
    color: #333;
    border: none;
}

.editor #Title {
    border: solid 1px #d4d4d4;
    padding: 5px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0;
}

.editor .edui-editor-body .edui-body-container {
    padding: 10px;
}


/* .editor .edui-container{border-radius:0px;border-left:none;border-right:none;}
*/

.editor .edui-container,
.editor .edui-container .edui-toolbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* editor end */

.news ul li:last-child {
    border: none;
}

.linkNav {
    text-align: left;
    padding: 4px 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: auto;
    white-space: nowrap;
    display: none;
}

.linkNav a {
    color: #00975a;
    font-size: 13px;
}

.linkNav a::after {
    content: ">";
    padding: 0 4px;
    color: #999999;
}

.linkNav a:last-child::after {
    content: "";
}

.linkNav h1 {
    background: none;
    display: inline;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: unset;
}


/* 评论开始 */

h2, mh2 {
    font-size: 15px;
    line-height: 35px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

h2::after, .mh2::after {
    content: '';
    clear: both;
    width: 100%;
    display: block;
}

.replyList {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
}

.replyList #noComment {
    text-align: center;
    width: 100%;
    padding: 30px 0;
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #ccc
}

.weiquBox .right {
    position: relative;
    margin: 0px;
    width: -webkit-calc(100% - 38px);
    width: calc(100% - 38px);
    float: left;
    clear: none;
    padding: 0;
    padding-left: 10px;
    border: none;
}


/* .weiquBox .right .txt{width:100%;display:block;}
*/

.weiquBox .right .r_info .txt {
    /* 评论 */
    word-break: break-word;
    text-align: justify;
    white-space: pre-line;
    display: block;
    line-height: 20px;
}

.weiquBox .right .lastTen {
    font-size: 0;
    line-height: 16px;
    max-height: 16px;
}

.weiquBox .right .lastTen span {
    font-size: 12px;
    line-height: 16px;
}

.weiquBox .right .name {
    border-style: none;
    color: #00975a;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.weiquBox .right .name.red {
    color: red;
}

.weiquBox .right .name .likePercent {
    color: #999;
    font-weight: normal;
    font-size: 12px;
    margin: 0 5px;
}

.weiquBox .right .info {
    float: left;
    font-size: 15px;
    color: #666666;
}

.weiquBox .right .info .more {
    cursor: pointer;
    background: url("/images/winOpen/more.png") no-repeat center right;
    padding-right: 15px;
    font-size: 12px;
}

.weiquBox .right .info>img {
    border-radius: 4px;
}

.weiquBox .right .title {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    float: left;
    color: #209ede;
}

div.tools {
    float: right;
    text-align: right;
    padding: 0;
}

.tools .icon {
    display: block;
    float: left;
    padding: 0 0 0 30px;
    color: #666666;
    cursor: pointer;
    /* margin:0 15px;*/
}

.tools .icon::before {
    float: left;
}

.tools .on {
    color: red;
}

.weiquBox .left {
    float: left;
}

.weiquBox .left .icon {
    background: #F3F3F3;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 60px;
    position: relative;
}

.weiquBox .left .icon>a {
    overflow: hidden;
    border-radius: 50%;
    display: block;
    width: 38px;
    height: 38px;
}

.replyList .weiquBox {
    float: left;
    padding: 20px 0;
    width: 100%;
    border-bottom: solid 1px #f1f1f1;
}

.replyList .weiquBox:last-child {
    border: none;
}


/* .replyList .weiquBox:first-child{border-bottom:solid 1px #f1f1f1;}
*/

.replyList .tools {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    padding: 0;
}

.replyList .replyTitle {
    font-size: 12px;
    color: #a3a3a3;
    width: 650px;
    float: right;
    padding: 3px 10px;
    border-radius: 4px;
    background: #f1f1f1;
    margin: 5px 0 10px 0;
}

.replyList .replyTo {
    font-size: 12px;
    color: #a3a3a3;
    width: 665px;
    float: right;
    padding: 5px;
    border-radius: 4px;
    background: #fafafa;
    margin: 10px 0 0 0;
}

.replyList .replyTo .tools {
    bottom: 0;
    top: -2px;
    right: 0;
}

.replyList .replyTo a:hover {
    text-decoration: none;
    color: #0e93f1;
}

.replyList .replyTo .more {
    color: #00b6ff;
    background: url("/images/winOpen/more.png") right 13px no-repeat;
    float: left;
    padding-right: 20px;
    cursor: pointer;
}

.replyList .replyTo .item {
    position: relative;
    padding: 10px;
}

.replyList .replyTo .item:last-child {
    border: none;
}

.replyList .date {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 20px;
}

.replyList .replyTo .r_info {
    line-height: normal;
}

.replyList .replyTo .r_info a.name {
    color: #00975a;
    line-height: normal;
    font-weight: bold;
}

.replyList .replyTo .r_info a.name.red {
    color: red;
}

.replyList .replyTo .r_info a.name:hover {
    text-decoration: none;
    color: red;
}

.replyList .replyTo .r_info .txt {
    color: #666666;
    word-break: break-word;
}

.reward {
    border: solid 1px red;
    position: relative;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    color: red;
}

.weiquBox .replyList .right .info {
    line-height: 20px;
}

.replyFloat {
    z-index: 9;
    line-height: 30px;
    bottom: 0;
    /* padding:10px;*/
}

.replyFloat textarea {
    border: solid 1px #ccc;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    background: #fafafa;
}

.replyFloat .input {
    float: left;
    width: 100%;
}

.replyFloat .input textarea {
    width: 560px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 6px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    background: #eef0f1;
    padding-left: 8px;
}

.replyFloat .tools>div {
    cursor: pointer;
    border-radius: 4px;
    background: none;
    background-color: #4caf50;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    min-width: 100px;
    padding: 0;
    margin: 0;
}

.commentTools {
    overflow: hidden;
    width: 100%;
    line-height: 30px;
    border-bottom: solid 1px #f1f1f1;
    padding: 0 0 10px 0;
}

.commentTools h2,.commentTools .mh2 {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.commentTools select {
    height: 32px;
    font-size: 12px;
    border-radius: 4px;
}

.replySort {
    float: right;
    width: 260px;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    border: none;
    background: #f1f1f1;
    padding: 1px;
    margin-right: 10px;
}

.replySort .tabItem {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    line-height: 30px;
}

.replySort .tabItem:hover {
    color: #008c54;
    border-radius: 4px;
    background: -o-linear-gradient(top, #ffffff, #f7f7f7);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 2px 2px 0 rgb(0 0 0 / 6%);
}

.replySort .tabItem--on {
    line-height: 30px;
    float: left;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background: -o-linear-gradient(top, #57bb5b, #4caf50);
    background: -webkit-gradient(linear, left top, left bottom, from(#57bb5b), to(#4caf50));
    background: linear-gradient(to bottom, #57bb5b, #4caf50);
    -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 2px 2px 0 rgb(0 0 0 / 6%);
}

.replySort .tabItem select {
    padding: 1px;
    border: solid 1px #ccc;
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    top: 0;
    height: 20px;
}

.replySort .tabItem:last-child {
    border: none !important;
}


/* 浮动评论框开始 */

.popupCommentBox {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e2e2e2;
    z-index: 998;
    padding: 5px 0 5px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.popupCommentBox .iconfont,
.popupCommentBox .star-mark {
    margin: 0 10px;
    line-height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 30px;
}

.popupCommentBox .icon-star_fill {
    color: #019f68;
}

.popupCommentBox .iconfont.icon-talk {
    display: inline;
}

.nologin {
    position: absolute;
    bottom: 10px;
    padding-left: 20px;
    left: 10px;
    line-height: 30px;
    height: 30px;
    background: #fff;
    font-size: 14px;
}

.popupCommentBox .input {
    display: none;
}

.popupCommentBox .input input {
    width: 100%;
    height: 32px;
    margin-top: 0;
    border: none;
    line-height: 32px;
    font-size: 14px;
    padding: 0 5px;
}

.popupCommentBox .btn {
    margin: 5px 4px;
    display: none;
    border-radius: 4px;
    line-height: 32px;
    width: 100px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    text-align: center;
    background-color: #3baee9;
    cursor: pointer;
    color: white;
    font-size: 14px;
}

.popupCommentBox .star-mark.on .icon-star {
    display: none;
}

.popupCommentBox .star-mark .icon-star_fill {
    display: none;
    color: #ff9400;
}

.popupCommentBox .star-mark.on .icon-star_fill {
    display: block;
}

.popupCommentBox .iconfont {
    cursor: pointer;
}


/* 浮动评论框结束 */

.regBox .topics {
    overflow-y: scroll;
    height: 60vh;
}

.topics {
    /* float:left;*/
    width: 100%;
}

.topics .dataItem .row {
    font-size: 12px;
    /* display:block !important;*/
    font-size: 14px;
    line-height: 20px;
    display: block;
    height: auto !important;
}

.topics .uicon {
    /* width:36px;height:36px;*/
    line-height: 0;
}

.topics .uicon a {
    display: block;
    height: 100%;
    width: 100%;
}


/* 评论结束 */

.content .RCBox .iconfont {
    font-size: 22px;
}

.content .RCBox .iconfont.on {
    color: red;
}

.popInfo .row .cel {
    text-align: left;
    border-bottom: solid 1px #f1f1f1;
    padding: 5px 0;
}

.popInfo .row .cel img {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
}

.popShare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popShare li {
    background: none;
    float: left;
    padding: 10px;
    border: none;
    width: 25%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popShare li img {
    display: block;
    margin: 0px auto;
    max-width: 64px;
}

.popShare li span {
    display: block;
}

.popup-bottom .popShare {
    margin-bottom: 0px;
    margin-top: 0px;
}

.pop-comment-edit .popupBox--body {
    text-align: left;
}

.pop-comment-edit .tools .button--mini {
    border-radius: 4px;
    background: none;
    background-color: #48b1e6;
    color: white;
    text-align: center;
    line-height: 30px;
    display: block;
    width: 80px;
    padding: 0;
}

.replyBox {
    background: #fff;
}

.replyBox h2,.replyBox .mh2 {
    border: none;
    margin: 0;
    padding: 0 10px;
}

.replyBox h2 .icon,.replyBox .mh2 .icon {
    vertical-align: middle;
    margin-right: 5px;
}


/* pub star */

.userPlane {
    border-radius: 4px;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 10px;
}

.userPlane .button {
    background: #fff;
}

.userPlane .button:first-child {
    margin-right: 5px;
}

.userPlane .button:last-child {
    margin-left: 5px;
}

.userPlane .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.userPlane .icon img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

.userPlane .name {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}


/* pub end */

.newsList h3 {
    line-height: 30px;
    background: #f9f9f9;
    margin-bottom: 5px;
    padding: 0 5px;
    overflow: hidden;
}

.topics .userBox .itemData a {
    color: #35afec;
}

.topics .userBox .itemData a:hover {
    color: #FF6643
}

.recommendList {
    margin-top: 50px;
}