﻿@charset "utf-8";

/****************资料页样式*******************/
body {
    background: #f9f9f9;
}

.item-header {
    line-height: 30px;
    margin-bottom: 20px;
}

.item-header h2 {
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.item-header h2::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 0;
    height: 0;
    margin: 0px 6px 2px 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fe6a00;
}

.item-header .item-header-desc {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #666;
}

.item-header .item-header-more {
    float: right;
    font-size: 14px;
    color: #666;
}

.item-header .item-header-more:hover {
    color: #900b09;
}
/*主体部分*/
/*左侧*/
.data-left {
    float: left;
    width: 980px;
    margin-bottom: 30px;
}
/*全部页面*/
.data-left .data-box {
    margin-bottom: 20px;
    padding-bottom: 14px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.data-left .data-box:last-child {
    margin-bottom: 0px;
}

.data-left .data-box a:hover {
    color: #f78402 !important;
}

.data-left .data-box .title {
    height: 50px;
    padding: 0px 20px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #edf1f2;
}

.data-left .data-box .title a {
    float: right;
    font-size: 14px;
    color: #000;
}

.data-left .data-box .title a span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.data-left .data-box .title .keyword {
    margin: 0px 5px;
    color: #f78402;
}

/*搜索框*/
.srarch-area {
    width: 100%;
    min-height: 390px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.srarch-area:before, .data-left .srarch-area:after {
    display: table;
    content: "";
    clear: both;
}

.srarch-area .title {
    margin: 40px 0px 30px;
    text-align: center;
    font-size: 24px;
    color: #399DFA;
}

.srarch-area .search_box {
    position: relative;
    width: 90%;
    margin: 30px auto;
    height: 40px;
    padding-right: 100px;
}

.srarch-area .search_box input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    padding: 0px 110px 0px 10px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background-color: transparent;
    border: 1px solid #3b99d8;
    border-right: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.srarch-area .search_box input:focus {
    box-shadow: 0 0 4px rgba(41, 128, 185, 0.4);
}

.srarch-area .search_box .srarch-btn {
    position: absolute;
    z-index: 1;
    right: 0px;
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #3b99d8;
    cursor: pointer;
}

.srarch-area .search_box .srarch-btn .iconfont {
    margin-right: 8px;
    vertical-align: -2px;
    font-size: 20px;
}

.srarch-area .word-area {
    width: 90%;
    margin: 0 auto;
}

.srarch-area .word-area p {
    font-size: 16px;
    color: #f78402;
}

.srarch-area .word-area .word-list {
    margin: 20px auto;
}

.srarch-area .word-area .word-list a {
    display: inline-block;
    margin: 0px 12px 12px 0px;
    padding: 7px 14px;
    font-size: 12px;
    color: #9fafbc;
    background-color: #f0f5f9;
    border-radius: 3px;
    cursor: pointer;
}

/*最新上传，热门资料等*/
.switchNav {
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #edf1f2;
    overflow: hidden;
}

.switchNav a {
    line-height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #000;
}

.switchNav a:last-child {
    border-right: 0px;
}

.switchNav a:hover, .switchNav a.active {
    color: #ff864b;
}

.switchNav .line {
    display: inline-block;
    vertical-align: -2px;
    width: 1px;
    height: 14px;
    margin: 0px 20px;
    background: #333;
}

.switchContent {
    display: none;
}

.switchContent.active {
    display: block;
}

.data-box .data-list li {
    height: 35px;
    margin-bottom: 5px;
    padding: 0px 20px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
}

.data-box .data-list li a:hover p {
    color: #f78402;
}

.data-box .data-list li img {
    vertical-align: middle;
    margin-right: 8px;
}

.data-box .data-list li p {
    display: inline-block;
    max-width: 560px;
}

.data-box .data-list li span {
    float: right;
    width: 70px;
    text-align: left;
    color: #999;
}

.data-box .data-list li a, .data-box .data-list li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*资料详情页*/
.data-container:after {
    display: block;
    content: "";
    clear: both;
}

.data-left .info-box {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.data-left .info-box .info-title {
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.data-left .info-box .info-content {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    border: 0px solid #9D9D9D;
}

.data-left .info-box .info-img {
    float: right;
    width: 320px;
    height: 250px;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

.data-left .info-box .info-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.data-left .info-box .info-msg {
    float: left;
    width: 600px;
}

.data-left .info-box .info-msg li {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-bottom: 1px dashed #e6e6e6;
}

.data-left .info-box .info-msg li span {
    margin-left: 5px;
    color: #4653a2;
}

.data-left .info-box .info-msg li img {
    vertical-align: middle;
}

.data-left .info-box .info-msg li.brief {
    width: 100%;
    height: 75px;
    margin-top: 15px;
    line-height: 25px;
    border-bottom: none;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.data-left .info-box .info-msg li.brief span {
    font-size: 13px;
    color: #8590A6;
}
/*分享*/
.data-left .info-box .info-msg li .bdsharebuttonbox {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
}

.data-left .info-box .info-msg li .bdsharebuttonbox a {
    width: 24px;
    height: 24px;
    margin: 8px 6px 0px 0px;
    background-position: 0px;
    border-radius: 50%;
}

.data-left .info-box .info-msg li .bdsharebuttonbox a:last-child {
    margin-right: 0;
}

.data-left .info-box .info-msg li .bdsharebuttonbox a.bds_weixin {
    background: url(http://www.bim.vip/images/answer/weixin-hover.png) no-repeat center top;
    background-size: 24px 24px;
}

.data-left .info-box .info-msg li .bdsharebuttonbox a.bds_qzone {
    background: url(http://www.bim.vip/images/answer/space-hover.png) no-repeat center top;
    background-size: 24px 24px;
}

.data-left .info-box .info-msg li .bdsharebuttonbox a.bds_sqq {
    background: url(http://www.bim.vip/images/answer/qq-hover.png) no-repeat center top #B0D9F3;
    background-size: 24px 24px;
}

.data-left .info-box .info-msg li .bdsharebuttonbox a.bds_tsina {
    background: url(http://www.bim.vip/images/answer/weibo-hover.png) no-repeat center top;
    background-size: 24px 24px;
}

.bd_weixin_popup {
    width: 280px !important;
    height: 330px !important;
    border-radius: 6px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.4);
}

.data-left .info-box .btn-box {
    margin: 20px auto 5px;
}

.data-left .info-box .btn-box .btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    margin-right: 24px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #4653a2;
    border-radius: 3px;
    transition: all .3s ease;
}

.data-left .info-box .btn-box .btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.data-left .info-box .btn-box .btn.red {
    background: #fe6a00;
}

.data-left .advert-box {
    height: 180px;
    margin-bottom: 30px;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
    overflow: hidden;
}

.data-left .advert-box img {
    display: block;
    width: 100%;
    height: 100%;
}
/*最新上传*/
.like-list {
    margin-top: 20px;
}

.like-list li {
    position: relative;
    margin-bottom: 20px;
    padding: 20px 190px 20px 20px;
    background: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
    overflow: hidden;
}

.like-list li .title {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.like-list li dl {
    margin-top: 10px;
    overflow: hidden;
}

.like-list li dl dd {
    float: left;
    height: 30px;
    margin-right: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #6f6f6f;
}

.like-list li .down {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 150px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #23b8ff;
    border-radius: 3px;
    transition: all .3s ease;
}

.like-list li .down:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
/*软件专题星级*/
.like-list li .stars {
    display: inline-block;
    vertical-align: middle;
    width: 69px;
    height: 16px;
    background: url(/images/stars.gif) no-repeat;
}

.like-list li .star1 {
    background-position: -56px -73px;
}

.like-list li .star2 {
    background-position: -42px -73px;
}

.like-list li .star3 {
    background-position: -28px -73px;
}

.like-list li .star4 {
    background-position: -14px -73px;
}

.like-list li .star5 {
    background-position: 0 -73px;
}

/*用户回复*/
.reply-box h1 {
    height: 65px;
    padding: 0px 20px;
    line-height: 65px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.reply-box .reply-list {
    padding: 0px 15px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.reply-list li {
    position: relative;
    padding: 20px 20px 20px 108px;
    border-bottom: 1px solid #DDD;
}

.reply-list li:last-child {
    border: none;
}

.reply-list li .img-box {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.reply-list li .img-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.reply-list li p {
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.reply-list li p.reply-user {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reply-list li p.reply-text {
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
    text-align: justify;
}

/*右侧*/
.data-right {
    float: right;
    width: 380px;
    margin-bottom: 30px;
}

.data-right .block {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.data-right .block-title {
    position: relative;
    padding-left: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #212121;
    border-left: 3px solid #fc4d3c;
}

.data-right .userInfo {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.data-right .userInfo .userLogo {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.data-right .userInfo .userLogo img {
    display: block;
    width: 100%;
    height: 100%;
}

.data-right .userInfo .userName {
    margin: 10px 0px 0px 80px;
    font-size: 16px;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-right .userInfo .userNum {
    position: absolute;
    bottom: 10px;
    left: 80px;
    right: 0px;
    line-height: 1;
    color: #545454;
}

.data-right .userInfo span {
    display: inline-block;
    max-width: 90px;
    margin-right: 20px;
    font-size: 12px;
    color: #545454;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-right .userInfo span:last-child {
    margin-right: 0px;
}

.data-right .userInfo span .iconfont {
    line-height: 1;
    vertical-align: -1px;
    margin-right: 10px;
}

.data-right .upload-btn {
    display: block;
    width: 80%;
    height: 40px;
    margin: 20px auto;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #23b8ff;
    border: 1px solid #23b8ff;
    transition: all .2s ease;
    background-color: #fff;
    cursor: pointer;
}

.data-right .upload-btn:hover {
    border: 1px solid transparent;
    background-color: #23b8ff;
    color: #fff;
}

.data-right .userList {
    padding: 0px 20px;
}

.data-right .userList li {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #545454;
}

.data-right .userList li .iconfont {
    margin-right: 10px;
    line-height: 1;
    vertical-align: -1px;
    color: #8590A6;
}

.data-right .userList li span {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    height: 30px;
    padding: 0px 3px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    background-color: #EAE8E8;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*广告*/
.data-banner {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.data-banner .banner-box {
    display: block;
    height: 285px;
    background-color: #C9C9C9;
}

.data-banner .banner-box img {
    display: block;
    width: 100%;
}

.data-banner .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    margin: 0px 8px !important;
    vertical-align: top;
}

.data-banner .swiper-active-switch {
    opacity: 1;
    background: #FF712B;
}


/*列表页*/
.dater {
    float: left;
    width: 880px;
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.datelist .tit {
    width: 880px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #edf1f2;
}

.datelist .tit h1 {
    float: left;
    width: 500px;
    margin: 0px;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
}

.datelist .tit ul {
    float: right;
    margin-right: 20px;
}

.datelist .tit li {
    float: left;
    margin-left: 20px;
}

.datelist .tit a {
    width: 50px;
    padding-left: 15px;
    background: url(/images/newimg/listjt.png) no-repeat;
}

.datelist .tit a:hover, .datelist .boxgf a:hover {
    text-decoration: none;
}

.datelist .box li {
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #edf1f2
}

.datelist .box .biaoti {
    line-height: 36px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.datelist .box .miaoshu {
    width: 840px;
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    word-wrap: break-word;
    word-break: break-all;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.datelist .box .miaoshu a {
    color: #0063a8;
}

.datelist .box .pic {
    float: left;
    width: 110px;
    margin-right: 12px;
    display: none;
}

.datelist .box .pic img {
    width: 110px;
    height: 78px;
}

.datelist .box .xinxi {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}

.datelist .box .biaoti img {
    margin-left: 5px;
    vertical-align: middle;
}

.datelist .boxgf {
    padding: 10px 20px 10px 20px;
}

.datelist .boxgf li {
    height: 38px;
    line-height: 38px;
}

.datelist .boxgf li div {
    float: left;
}

.datelist .boxgf li.fir {
    font-weight: bold;
}

.datelist .boxgf li:hover {
    cursor: default;
}

.datelist .boxgf .bh {
    width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
}

.datelist .boxgf .mc {
    width: 360px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.datelist .boxgf .rq {
    width: 150px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.datelist .boxgf .zt {
    width: 80px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.datelist .boxgf .bh a, .datelist .boxgf .rq a {
    background: url(/images/newimg/listjt.png) no-repeat;
    padding-left: 15px;
}

.datelist .tit .g, .datelist .boxgf a.g {
    background-position: 0px 3px;
}

.datelist .tit .b1, .datelist .boxgf a.b1 {
    background-position: 0px -16px;
    color: #3996a7;
}

.datelist .tit .b2, .datelist .boxgf a.b2 {
    background-position: 0px -37px;
    color: #3996a7;
}

.datelist .boxgf li a, .datelist .box .biaoti a {
    color: #000;
}

.datelist .boxgf li a > div:hover {
    color: #ff8400
}

.datelist .box .biaoti a:hover {
    color: #ff8400
}

.datelist .boxgf ul {
    padding-bottom: 20px;
}

.datelist .list-con {
    height: 78px;
}

.datelist li .xinxi a {
    min-width: 78px;
    max-width: 200px;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.datelist li .xinxi a, .datelist li .xinxi span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}

.datelist li .xinxi a i {
    font-size: 14px;
    margin-right: 5px;
}

.datelist li .xinxi .msg-right {
    float: right;
    overflow: hidden;
}

.datelist li .xinxi .msg-right span {
    margin-left: 20px;
}

.datelist li .xinxi .msg-right span font {
    margin-right: 5px;
    color: #399dfa;
}


.pinglun {
    margin-top: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.pinglun .edit {
    margin: 10px 0px 0px 0;
}

.pinglun .edit textarea {
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd !important;
    resize: none;
}

.pinglun .box {
    width: 680px;
    overflow: hidden;
    margin-top: 5px;
}

.pinglun .box li {
    width: 680px;
    padding: 10px 0px;
    border-bottom: 1px dashed #e6e6e6;
    overflow: auto;
}

.pinglun .box .img {
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 1px solid #e6e6e6;
    float: left;
    margin-left: 10px;
}

.pinglun .box .img img {
    width: 50px;
    height: 50px;
}

.pinglun .box .con {
    width: 610px;
    float: right;
    overflow: hidden;
}

.pinglun .box .con_01 {
    width: 610px;
    height: 27px;
    padding: 0px 5px;
    line-height: 27px;
    background-color: #e7f2f9;
    color: #000;
}

.pinglun .box .con_02 {
    width: 590px;
    line-height: 24px;
    padding: 5px;
    table-layout: fixed;
    word-break: break-all;
    overflow: hidden;
}

#txtAContent {
    width: 690px;
}

.comment-btn {
    display: inline-block;
    width: 90px;
    height: 35px;
    margin-top: 10px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #4653a2;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease;
}

#viewerPlaceHolder {
    height: 750px;
    display: block;
}

.dater .box ul {
    margin-bottom: 20px;
}


.forumUser {
    width: 300px;
}

.forumUser .userInfo {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.forumUser .userInfo .back {
    height: 150px;
    background: #399DFA;
}

.forumUser .info-container {
    margin-top: -42px;
    text-align: center;
}

.forumUser .info-container img {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto;
}

.forumUser .info-container .enterbtn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.forumUser .info-container .enterbtn {
    display: block;
    width: 128px;
    height: 36px;
    line-height: 36px;
    margin: 30px auto 0;
    background: #23b8ff;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.forumUser .info-container .signup-box {
    font-size: 14px;
    color: #5c6670;
    margin-top: 30px;
    padding-bottom: 30px;
}

.forumUser .info-container .signup-box .signup-btn {
    color: #a4a9ad;
    margin-left: 5px;
}

.forumUser .info-container .login-name {
    font-size: 18px;
    color: #5c6670;
    margin: 10px auto 0;
    text-align: center;
}

.forumUser .info-container .login-level {
    font-size: 14px;
    color: #a4a9ad;
    margin: 10px auto 0;
    text-align: center;
    padding-bottom: 20px;
}

.forumUser .info-container .login-level i {
    margin-right: 5px;
}

.forumUser .own {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 14px;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.forumUser .own h3 {
    padding: 0 20px 10px 20px;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #F0F2F7;
}

.forumUser .own ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #8590A6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forumUser .own ul li a i {
    font-size: 14px;
    margin-right: 10px;
}

.forumUser .own ul li a:hover {
    background: #F6F6F6;
}

.forumUser .own .num {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}

.forumUser .own .number1 {
    background: #e66625
}

.forumUser .own .number2 {
    background: #e88554;
}

.forumUser .own .number3 {
    background: #fb945f
}

.forumUser .own .number4,
.forumUser .own .number5,
.forumUser .own .number6,
.forumUser .own .number7,
.forumUser .own .number8,
.forumUser .own .number9,
.forumUser .own .number10 {
    background: #989898
}

.forumUser .own b {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.forumUser .info-container .login-btn-box {
    padding-bottom: 30px;
    text-align: center;
}

.btn-active {
    background-color: #23b8ff;
}

.btn-inactive {
    background-color: #ff8b3d;
}

.forumUser .info-container .btn-middle {
    width: 114px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    margin-left: 24px;
    border: none;
    outline: none;
    float: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.forumUser .info-container .btn-middle:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.forumUser .advert {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.big-btn {
    display: block;
    height: 50px;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    background: #f6ac19;
    border-radius: 3px;
    transition: all .5s ease;
}

.big-btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}


.lf {
    float: left;
}

.rt {
    float: right;
}

.active_box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s linear;
}

.active_box img {
    position: absolute;
    right: 10px;
    bottom: 320px;
    width: 280px;
    height: 163px;
    transition: all 0.5s linear;
    z-index: 1
}

.active_box.active span {
    position: absolute;
    z-index: 2;
    filter: alpha(opacity=0);
    background: #fff;
    opacity: 0;
}

.active_box.active {
    z-index: 9999999;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}

.active_box.active img {
    width: 400px;
    height: 600px;
    right: 50%;
    bottom: 50%;
    margin-right: -166px;
    margin-bottom: -199px;
}

.active_box.active span {
    width: 50px;
    height: 50px;
    right: 49%;
    top: 50%;
    margin-right: -25px;
    margin-top: 250px;
    cursor: pointer;
}
