﻿@charset "utf-8";

/****************资料页样式*******************/
/*软件下载导航*/

/*主体部分*/
/*左侧*/
.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: #f6ac19 !important;
}

.data-left .data-box .title {
    height: 50px;
    padding: 0px 20px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #edf1f2;
}

.data-left .data-box .title a {
    float: right;
    font-size: 14px;
    color: #333;
}

.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%;
    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: #4653a2;
}

.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 #4653a2;
    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: #4653a2;
    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: #f6ac19;
}

.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;
}

.srarch-area .word-area .word-list a:hover {
    background: #f6ac19;
    color: #fff;
}
/*最新上传，热门资料等*/
.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: #333;
}

.switchNav a:last-child {
    border-right: 0px;
}

.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: #f6ac19;
}

.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-left .info-box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.info-box .info-title {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.info-box .info-content {
    width: 100%;
    margin-top: 22px;
    padding: 10px;
    border: 1px solid #9D9D9D;
}

.info-box .info-msg, .info-box .alert {
    margin: 10px 0px
}

.info-box .info-msg span {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.info-box .info-msg span font {
    color: #399dfa;
}

.info-box .alert {
    font-size: 12px;
    color: #999;
}

.info-box .alert img {
    vertical-align: top;
    margin-right: 5px;
}

.info-box .download-box {
    margin: 15px auto 20px;
    text-align: center;
}

.info-box .download-box a {
    display: inline-block;
}

.info-box .download-box a span {
    display: block;
    margin: 5px auto;
    font-size: 16px;
    color: #666;
}

.info-box .download-box a:hover span {
    color: #f78402;
}

.info-box .download-box p {
    font-size: 12px;
    color: #666;
}

.info-box .comment-box {
    position: relative;
    padding: 30px 108px 10px;
    border-top: 1px solid #ddd;
}

.info-box .comment-box .img-box {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.info-box .comment-box .img-box img {
    width: 100%;
    height: 100%;
}

.info-box .comment-box textarea {
    width: 100%;
    height: 160px;
    padding: 20px;
    line-height: 1.5;
    font-size: 14px;
    background-color: #EEE;
    border-radius: 10px;
    resize: none;
}

.info-box .comment-box .comment-btn {
    display: inline-block;
    width: 90px;
    height: 35px;
    margin-top: 15px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #399DFA;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s ease;
}

.info-box .comment-box .comment-btn:hover {
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
}

.data-left .comment-info {
    border: 1px solid red;
}
/*用户回复*/
.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: #333;
}

.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: 980px;
    padding-bottom: 20px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.datelist .tit {
    width: 980px;
    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: #333;
    font-weight: normal;
}
.datelist .tit h1 b {
    font-weight:500;
}
.datelist .tit h1 span {
    cursor:pointer;
    padding:0 20px;
    font-size:14px;
}
.datelist .tit h1 span.active {
    color: #f6ac19;
}
.datelist .tit h1 span:hover {
    color: #f6ac19;
}
.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: 940px;
    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: 460px;
    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: #4653a2;
}

.datelist .tit .b2, .datelist .boxgf a.b2 {
    background-position: 0px -37px;
    color: #4653a2;
}

.datelist .boxgf li a, .datelist .box .biaoti a {
    color: #333;
}

.datelist .boxgf li a > div:hover {
    color: #f6ac19
}

.datelist .box .biaoti a:hover {
    color: #f6ac19
}

.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: #4653a2;
}

.datelist li .xinxi .msg-right span font.active {
    color: #5068fc;
}

.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: #333;
}

.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: #399DFA;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease;
}

#viewerPlaceHolder {
    height: 750px;
    display: block;
}

.dater .box ul {
    margin-bottom: 20px;
}


.forumUser {
    background: #fcfcfc;
    width: 300px;
}

.forumUser .userInfo {
    background: #fff;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}

.forumUser .userInfo .back {
    height: 100px;
    background: #4653a2;
}

.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-top: 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;
    vertical-align: middle;
}

.forumUser .info-container .login-btn-box {
    text-align: center;
    padding-bottom: 30px;
}

.btn-active {
    background-color: #4653a2;
}

.btn-inactive {
    background-color: #f6ac19;
}

.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-top: 20px;
    box-shadow: 0 0px 18px 0px rgba(7, 17, 27, 0.08);
}


.data-left .navgation p a {
    margin-left: 20px;
    font-weight: normal;
    float: none;
}

.data-left .navgation p a.active {
    color: #f6ac19 !important
}

.data-left .new-upload-item {
    max-height: 500px;
    overflow-y: scroll;
    padding: 0 20px;
}

.data-left .new-upload-item > a {
    width: 48%;
}

.data-left .new-upload-item > a:nth-child(2n) {
    margin-left: 4%;
}

.data-left .new-upload-item > a span {
    width: 70px;
    text-align: center;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}

.data-left .new-upload-item > a span.vip {
    background: #cea27a;
    letter-spacing: 2px;
}

.data-left .new-upload-item > a span.svip {
    background: linear-gradient(to bottom right,#7e81e1,#db8faf);
    letter-spacing: 1px;
}

.data-left .new-upload-item > a span.free {
    background: #ececec;
    letter-spacing: 2px;
    color: #333333;
}

.data-left .new-upload-item > a span.ddw {
    background: #ed8552;
}

.data-left .new-upload-item > a p {
    padding-right: 100px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    margin-left: 10px;
    width: 375px;
}

.data-left .new-upload-item > a p::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    clear: both;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/wwwroot/images/vipDetail/icon_down.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.data-left .new-upload-item > a p:hover::after {
    background-image: url(/wwwroot/images/vipDetail/icon_down_ck.png);
}
