.forum-banner-box {
    height: 358px;
}

.forum-banner-left {
    margin-right: 2px;
}

.forum-banner-right p {
    margin-bottom: 0;
    font-size: 14px;
    height: 50%;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 20px;
    color: #fff;
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, .7) 100%);
}

.forum-banner-right p span {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    height: 40px;
    overflow: hidden;
    width: 266px;
    position: absolute;
    bottom: 20px;
    -webkit-line-clamp: 2;
    /* eslint-disable-next-line */
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    white-space: normal;
}

.forum-banner-left,
.forum-banner-right {
    float: left;
    position: relative;
}

.banner {
    position: relative;
    width: 616px;
    height: 358px;
}

.arrow-blue,
.header-back {
    opacity: 1 !important;
}

.forum-banner-top {
    margin-bottom: 2px;
}

.forum-banner-top > a {
    width: 100%;
    height: 100%;
    display: block;
}

.forum-banner-top:last-child {
    margin-bottom: 0;
}

.forum-banner-top {
    position: relative;
    background: linear-gradient(to left top, #006FFF, #48D4F0);
    width: 306px;
    height: 178px;
}

.banner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s;
}

.banner-container a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-container-img-fr {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-container.act {
    opacity: 1;
    z-index: 10;
}

.banner-container p {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    word-break: break-all;
    overflow: hidden;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 0;
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, .7) 100%);
}

.banner-container p .banner-title-fr {
}

.banner-container img {
    width: 844px;
    height: 448px;
}

.banner-container p .banner-title-fr-parent {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 37px;
    width: 576px;
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.banner-slider {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    z-index: 111;
}

.slider-area {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    cursor: pointer;
    padding: 14px 0 20px;
}

.slider-bar {
    position: relative;
    width: 80px;
    height: 3px;
    opacity: .4;
    background: #fff;
}

.slider-bar.active {
    opacity: 1;
}

.slider-bar + .slider-progress {
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
    background: transparent;
    z-index: 2;
    width: 80px;
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
    transform-origin: left;
    transition: transform 5s;
}

.slider-bar.slide + .slider-progress {
    background: #fff;
    -webkit-transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.banner-slider div.slider-area:last-child {
    margin: 0;
}

.header div.nav:nth-child(6) .nav-container {
    height: 60px;
    border-bottom: 3px solid #38f;
}

.header-content {
    color: #38f !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.header-content .logo-blue {
    display: inline-block;
}

.header-content .logo-white {
    display: none;
}

.arrow-blue,
.header-back {
    opacity: 1 !important;
}

.forum {
    width: 1220px;
    margin: 0 auto 24px;
    padding-top: 100px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    color: #999;
    position: relative;
}

.footer {
}

.forum input {
    outline: none;
}

.forum a {
    color: #999;
    outline: none;
}

.forum a img {
    outline: none;
}

.forum a:hover,
.forum a.act {
    color: #38f;
}

.forum li,
.forum ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.forum-right {
    float: right;
    width: 272px;
}

.frbox {
    margin-bottom: 24px;
    background: #f5f6f7;
}

.frbox h4 {
    height: 60px;
    padding: 0 10px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    font-weight: 400;
}

.forum-right .mailto {
    font-size: 16px;
    text-align: center;
}

.forum-right .mailto span {
    font-size: 14px;
}

.forum-right .mailto img {
    margin-bottom: 8px;
}

.forum-tags {
    font-size: 0;
}

.forum-tags li {
    display: inline;
}

.forum-tags a {
    display: inline-block;
    margin: 0 4px 16px 4px;
    padding: 4px 12px;
    max-width: 11em;
    text-align: center;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 1em;
    color: #999;
    border-radius: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forum-right .forum-tags a {
    margin: 0 5px 6px;
}

.forum-tags a:hover {
    border-color: #38f;
}

.forum-cmmlist li {
    padding: 8px;
}

.forum-cmmlist li a {
    color: #333;
    font-size: 14px;
    display: block;
    display: -webkit-box;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 2.8em;
    overflow: hidden;
}

.forum-left {
    float: left;
    width: 924px;
}

.flitem {
    overflow: hidden;
    padding: 24px 0;
    border-top: 1px solid #e5e5e5;
    transition: box-shadow .3s ease, background .3s;
}

.flitem:hover {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
}

.fliimg {
    float: left;
    overflow: hidden;
    width: 300px;
    height: 174px;
    margin-right: 24px;
    text-align: center;
}

.fliimg-img {
    width: 100%;
    height: 100%;
    display: block;
}

.fliimg img {
    max-width: 100%;
}

.flicon {
    float: left;
    width: 550px;
    font-size: 14px;
    position: relative;
}

.flicon .forum-tags a {
    margin: 0 4px 4px;
}

.flitem .forum-tags {
    height: 24px;
    overflow: hidden;
}

.flicon p:nth-child(2) {
    font-size: 12px;
}

.flicon p:nth-child(3) {
    display: -webkit-box;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.flicon p.subtitle {
    height: 4.8em;
    line-height: 1.6em;
    white-space: normal;
}

.flicon h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    display: -webkit-box;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 2.6em;
}

.flicon h3 a {
    color: #333;
}

.flicon .push-tag {
    height: 150px;
    overflow: hidden;
}

.forum-nav {
    width: 100%;
    height: 59px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.forum-search {
    position: relative;
    float: right;
}

.forum-search input {
    width: 240px;
    height: 32px;
    margin-top: 15px;
    padding: 0 30px 0 8px;
    border: 1px solid #ccc;
    line-height: 30px;
}

.forum-search input:active,
.forum-search input:focus {
    border-color: #38f;
}

.forum-search button {
    position: absolute;
    top: 15px;
    right: 0;
    width: 32px;
    height: 32px;
    background: url(/webstatic/img/icon_search.svg) no-repeat left top;
    border: none;
    outline: none;
}

.forum-nav li {
    display: inline-block;
    margin-right: 30px;
}

.forum-nav li a {
    display: inline-block;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #999;
}

.forum-nav li a.act {
    height: 60px;
    border-bottom: 2px solid #38f;
    color: #38f;
}

.forum-nav li #category-hot {
    color: #E35F60;
}

.forum-nav li #category-hot.act {
    color: #E35F60;
    border-bottom: 2px solid #E35F60;
}

#category {
    position: absolute;
}

.forum-list-head,
.forum-list-head h2 {
    height: 66px;
    line-height: 66px;
}

.forum-list-head h2 {
    font-size: 24px;
    margin: 0;
    color: #333;
    width: 11em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forum-list-head span {
    float: right;
}

.forum-list em {
    font-weight: 400;
    font-style: normal;
}

/*--*/
.tag-list-head h2 {
    height: 33px;
    line-height: 33px;
}

.tag-list-head {
    margin-bottom: 24px;
}

#taglist-total {
    margin-top: 12px;
    height: 17px;
    line-height: 17px;
}

/*--*/

.topad {
    position: relative;
}

.topad img {
    width: 272px;
    height: 136px;
}

.topad span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 120px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, .7) 100%);
}

.forum-detail {
    color: #333;
}

.forum-detail h2 {
    font-size: 24px;
    line-height: 1.4;
}

.forum-detail .smm {
    margin-top: 2px;
    margin-bottom: 0;
    height: 17px;
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.forum-detail .fd-content {
    font-size: 14px;
    padding-top: 24px;
}

.forum-detail .fd-content img {
    display: block;
    max-width: 100%;
    margin: 1em auto;
}

.forum-detail .fd-content p {
    line-height: 1.8;
    overflow: hidden;
}

.forum-share {
    position: relative;
    height: 112px;
    padding: 24px 0;
    border-bottom: 1px solid #999;
    line-height: 64px;
}

.forum-share-bottom {
    border: none;
    margin-bottom: 36px;
}

.forum-detail-tag-share {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    min-height: 73px;
}

.forum-detail-tag-share .forum-pad-detail {
    margin-left: -4px;
}

.forum a.forum-like {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 100px;
    height: 64px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #38f;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.forum a.forum-like:hover {
    background-color: #4da6ff;
}

.forum a.forum-like:active {
    background-color: #2e7ae6;
}

.forum a.forum-like.disable {
    color: #ccc;
    background-color: #e5e5e5;
}

.forum-like img {
    width: 24px;
    margin-bottom: 5px;
}

.forum-like .g {
    display: none;
}

.forum a.forum-like.disable .g {
    display: inline-block;
}

.forum a.forum-like.disable .w {
    display: none;
}

.forum-pad {
    padding: 24px 0;
}

.forum-pad-detail {
    line-height: 20px;
    padding-bottom: 0;
}

.forum-search-action {
    padding: 50px 0 24px;
    text-align: center;
}

.forum-search-action input {
    display: inline-block;
    vertical-align: top;
    width: 610px;
    height: 48px;
    padding: 0 1em;
    border: 1px solid #ccc;
}

.forum-search-action .bigbtn {
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background-color: #38f;
    border: none;
    outline: none;
    border-radius: 0;
}

.forum-search-action .bigbtn:hover {
    color: #fff;
    background-color: #4da6ff;
}

.forum-search-action .bigbtn:active {
    color: #fff;
    background-color: #2e7ae6;
}

.forum-del {
    float: right;
    line-height: 60px;
}

.pager {
    overflow: hidden;
    padding: 24px 0;
}

.pager a {
    display: inline-block;
    padding: 0 10px;
    line-height: 2;
}

.pager a.disable,
.pager a.disable:hover {
    color: #999;
}

.tipbtn {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 .4em;
    vertical-align: middle;
    background: url(/webstatic/img/bbs/icon_fxwechat_normal@1x.svg) no-repeat;
    background-size: 24px 24px;
}

.tipbtn:hover {
    background: url(/webstatic/img/bbs/pressed@1x.svg) no-repeat;
}

.tipbtn.weibo {
    background: url(/webstatic/img/bbs/icon_fxweibo_normal@1x.svg) no-repeat;
}

.tipbtn.weibo:hover {
    background: url(/webstatic/img/bbs/pressed@1x2.svg) no-repeat;
}

.fixed {
    width: 272px;
}

#qrimg {
    font-size: 14px;
    text-align: center;
}

#qrimg img {
    width: 121px;
}

#sortAction {
    line-height: 58px;
}

#sortAction a {
    font-size: 14px;
}

.forum-article-heat {
    margin-left: 47px;
}

/*-------*/
.recom-reading > li {
    float: left;
    width: 172px;
    margin-right: 16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
    transition: box-shadow 1s ease;
}

.recom-reading > li > a {
    color: #333;
}

.recom-reading > li:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.30);
}

.recom-reading > li:hover a {
    color: #333;
}

.recom-read-img,
.recom-read-sub-title {
    display: block;
}

.recom-read-sub-title {
    padding: 10px 12px;
    font-size: 14px;
}

.recom-read-sub-title span {
    max-height: 40px;
    overflow: hidden;
    display: block;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    white-space: normal;
}

.recom-read-img {
    width: 100%;
    overflow: hidden;
    height: 100px;
}

.load-more {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #CCC;
    cursor: pointer;
}

.load-t:active {
    background: #EAF3FF;
    border: 1px solid #38F;
    color: #38F;
}

.load-t:hover {
    border: 1px solid #38F;
    color: #38F;
}

#no-more-article {
    text-align: center;
    height: 60px;
    line-height: 60px;
}

#recom-reading a {
    color: #333;
}

#recom-reading a:hover {
    color: #333;
}

.share-top {
    position: absolute;
    right: 0;
    top: 0;
}

.tag-top {
    width: 758px;
}

.share-bottom {
    position: absolute;
    right: 0;
    top: 24px;
}

.detail-recom-read {
    position: relative;
    height: 34px;
    margin-bottom: 24px;
}

.detail-recom-read .recom-title {
    font-size: 24px;
    line-height: 34px;
    color: #1A292B;
    width: 96px;
    margin: 0 auto;
    position: relative;
}

.recom-title::before {
    display: block;
    width: 232px;
    height: 2px;
    content: " ";
    position: absolute;
    left: -252px;
    top: 16px;
    background-image: linear-gradient(-225deg, rgba(255, 255, 255, 0.00) 0%, #3388FF 100%);
}

.recom-title::after {
    display: block;
    width: 232px;
    height: 2px;
    content: " ";
    position: absolute;
    right: -252px;
    top: 16px;
    background-image: linear-gradient(-225deg, #3388FF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.recom-reading > li:last-child {
    margin-right: 0;
}

.recom-reading {
    margin-bottom: 36px;
}

#qrimg {
    border: none;
}

#qrimg.top > .arrow {
    border-top-color: #d0d0d0;
}

/*---*/
#aglist-total {
    font-size: 12px;
    color: #999;
}

.forum .mailto-link {
    display: block;
    font-size: 0;
    color: #333;
}

.mailto-tips {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
}

.mailto-email {
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.mailto .mailto-email {
    color: #38F;
}

.mailto .mailto-link:hover {
    color: #333;
}

.mailto .mailto-email:hover {
    color: #4DA6FF;
}

.mailto .mailto-email:active {
    color: #2E7AE6;
}

/*---*/
.notice-img {
    width: 100px;
    height: 58px;
    /*flex: 1;*/
    overflow: hidden;
    margin-right: 10px;
}

.notice-img img {
    width: 100%;
}

.notice-info {
    font-size: 12px;
    color: #333;
    flex: 1;
    word-break: break-all;
    line-height: 17px;
}

.fr-notice-list-link {
    display: flex;
}

.fr-notice-list .fr-notice-list-li {
    margin-bottom: 10px;
}

.fr-notice-list .fr-notice-list-li:last-child {
    margin-bottom: 0;
}

/*--*/
.announc-big-con {
    width: 100%;
    height: 146px;
}

.announc-big-con-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.announc-big-con-title {
    padding: 12px 10px;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #FFF;
    word-break: break-all;
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, .7) 100%);

}

.announc-big-con-title span {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: auto;
    position: absolute;
    bottom: 12px;
    left: 10px;
    width: 232px;
}

.notice-info-con {
    height: 34px;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 7px;
}

.fr-activity-time {
    font-size: 12px;
    color: #999;
}

#announcement .notice-info {
    height: 51px;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.frboxcon {
    padding: 24px 10px;
}

.tag-part .frboxcon {
    padding: 24px 5px 18px;
}

#hotArt {
    height: 158px;
    overflow: hidden;
}

#hotArt img {
    height: auto;
}

#activity .fr-notice-list-li {
    margin-bottom: 0;
    margin-top: 10px;
}
