@charset "utf-8";
/*
	MBTXW.COM Copyright (C)2008-2099 www.mbtxw.com
	Author: mbtxw.com, QQ:536205792.
    Special note: do not modify this document without permission.
*/
.down-banner {background-image:url("../images/banner/banner-01.jpg");background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;height:560px;}

.down-sou {z-index:9;height:300px;padding-top:100px;border-radius:5px;}
.down-sou h2 {font-size:48px;color:#fff;letter-spacing:10px;text-shadow:-1px -1px #fff,1px 1px #333;font-family:'aliFangYuan',sans-serif;text-align:center;}
.down-sou ul {padding-top:120px;}
.down-sou ul p {font-size: 20px;color: #fff;padding-bottom:50px;font-family:'aliFangYuan',sans-serif;text-align:center;}
.down-sou ul li {text-align:center;font-size:18px;}
.down-sou ul li a {border-radius:25px;padding:5px 18px;color:#fff;border:#FFF 1px solid;font-family:'aliFangYuan',sans-serif;margin:0 10px;}
.down-sou ul li a:hover {background:#FFFFFF;color:#000;}


/*推荐下载*/
.down-reco {margin-top:-80px;background:#ffffff;border-radius:10px;padding:20px;}
.down-reco .reco-down-tag {padding-top:20px;overflow:hidden;margin-left:-20px;}
.down-reco .reco-down-tag ul {float:left;width:296px;margin-left:20px;background:#FFF;border-radius:8px;}
.down-reco .reco-down-tag .down-thumb {position:relative;border-radius:5px;height:415px;overflow:hidden;}
.down-reco .reco-down-tag .down-thumb img {width:100%;height:100%;object-fit:cover;}
.down-reco .reco-down-tag .down-thumb .down-stats {position:absolute;bottom:8px;left:0;right:0px;padding:0 6px;}
.down-reco .reco-down-tag .down-thumb .down-stats em {color:#fff;display:inline-block;background:rgba(0, 0, 0, 0.4);padding:0 8px;height:30px;line-height:30px;text-align:center;border-radius:3px;}
.down-reco .reco-down-tag .down-thumb .down-stats i {display:inline-block;width:15px;height:15px;background:url("../images/icon/icon-down-white.png") no-repeat 0 2px;background-size:15px 15px;margin-right:5px;}

.down-reco .reco-down-tag .down-thumb .down-hover {transition:all 0.5s ease;-webkit-transition:all 0.5s ease;visibility:hidden;display:block;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);position:absolute;z-index:5;top:0;text-align:center;transform:scale(0);}
.down-reco .reco-down-tag .down-thumb .down-hover .span-icon {position:absolute;top:36%;transform:translateY(-50%);margin-left:-18px;}
.down-reco .reco-down-tag .down-thumb .down-hover .span-icon i {display:block;width:38px;height:38px;background:url("../images/icon/icon-down-white.png") no-repeat 0 center;background-size:38px 38px;}
.down-reco .reco-down-tag .down-thumb .down-hover .span-brand {position:absolute;top:10px;left:0;right:0px;padding:0 10px;text-align:left;color:#fff;font-size:16px;font-weight:bold;}
.down-reco .reco-down-tag .down-thumb .down-hover .span-title {position:absolute;top:52%;transform:translateY(-50%);left:10px;right:10px;color:#fff;font-size:13px;line-height:26px;text-transform:capitalize;}
.down-reco .reco-down-tag .down-thumb .down-hover .span-fileext {position:absolute;bottom:10px;left:0;right:0px;padding:0 10px;color:#fff;text-transform:uppercase;}

.down-reco .reco-down-tag .down-thumb:hover .down-stats {transform:translateY(70px);}
.down-reco .reco-down-tag .down-thumb:hover a.down-hover {visibility:visible;transform:scale(1);}



.down-head {overflow:hidden;padding-top:16px;margin-bottom:20px;clear:both;}
.down-head h2 {font-size:22px;background:url("../images/icon/icon-head.png") no-repeat 0 center;background-size:28px 28px;padding-left:38px;font-family:'aliFangYuan',sans-serif;}
.down-head span {background:#fff;border-radius:25px;padding:5px 15px 5px 25px;float:right;font-size:14px;color:#999999;}
.down-head span a {color:#999999;}
.down-head span i {color:#999999;font-style:normal;font-weight:bold;padding-left:12px;font-family:simsun;}
.down-head span:hover {background:#faf3f3;}

/*下载标签*/
.down-tag {margin-left:-20px;}
.down-tag li {float:left;width:284px;height:430px;background:#fff;padding:10px;overflow:hidden;border-radius:8px;position:relative;margin-left:20px;margin-bottom:20px;transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;}
.down-tag li .a-thumb {width:284px;height:399px;display:block;background-size:100%;position:relative;}
.down-tag li .a-thumb img {width:284px;min-height:399px;border-radius:8px;}
.down-tag li div.mask-box {border-radius:8px;width:100%;height:200%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));background:-webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);position:absolute;top:0px;left:0px;z-index:2;display:none;}
.down-tag li:hover div.mask-box {display: block;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.down-tag li .down-btn {position:absolute;bottom:-100px;left:21%;width:58%;line-height:42px;font-size:15px;border-radius:5px;box-shadow:0px 0px 10px 4px rgba(0, 0, 0, .05);color:#fff;z-index:3;display:block;background-image:-webkit-gradient(linear, left top, right top, from(#fe7532), to(#e5232a));background-image:-webkit-linear-gradient(left, #fe7532, #e5232a);background-image:linear-gradient(to right, #fe7532, #e5232a);text-align:center;cursor:pointer;}
.down-tag li .down-btn a {color:#fff;}
.down-tag li:hover .down-btn {bottom:60px !important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.down-tag li:hover .down-btn:hover {-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;background-image:-webkit-gradient(linear, left top, right top, from(#f56925), to(#d6030b));background-image:-webkit-linear-gradient(left, #f56925, #d6030b);background-image:linear-gradient(to right, #f56925, #d6030b);}
.down-tag li .cat-name {position:absolute;top:-30px;left:20px;width:200px;line-height:40px;height:40px;overflow:hidden;font-size:14px;color:#666;z-index:3;color:#fff;display:block;}
.down-tag li .cat-name a {color:#fff;position:relative;transition:300ms ease all;line-height:26px;font-size:12px;}
.down-tag li:hover .cat-name {top:12px !important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.down-tag li .link-favo {position:absolute;top:-23px;right:20px;width:23px;height:23px;border-radius:3px;color:#666;z-index:3;background:rgba(255, 255, 255, 0.7) url(../images/icon/icon-collect.png) no-repeat 4px 4px;background-size:15px;overflow:hidden;cursor:pointer;}
.down-tag li:hover .link-favo  {top:20px !important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;line-height:24px;font-size:12px;text-indent:23px;color:#505050;}
.down-tag li:hover .link-favo:hover {-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px);width: auto;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.down-tag li:hover {transform:scale(1.05);transition:all .36s;box-shadow:0 0 15px rgb(0 0 0/50%);}
.down-tag li .title-text {height:40px;line-height:40px;font-size:14px;overflow:hidden;color:#666;text-overflow:ellipsis;white-space:nowrap;text-align:center;}

.down-tag li .link-favo.ok {background: rgba(255, 255, 255, 0.7) url(../images/icon/icon-collect-red.png) no-repeat 4px 4px;background-size:15px;}
.down-tag li .link-favo.ok b {color:#F00000;}
.down-tag li .link-favo b {display:none;font-weight:500;}
.down-tag li .link-favo:hover b {display:block;padding-right:5px;}

.down-tag .no-info {padding:20px 0 30px 55px;font-size:16px;color:#F00000;font-weight:bold;letter-spacing:6px;font-family:'aliFangYuan',sans-serif;}




/*下载列表*/
.down-list-banner {background-image:url("../images/banner/banner-01.jpg");background-repeat:no-repeat;background-position:center 20%;background-size:cover;width:100%;height:320px;}
.down-list-banner .banner-title {z-index:9;height:300px;padding-top:60px;border-radius:5px;}
.down-list-banner .banner-title h2 {font-size:48px;color:#fff;letter-spacing:10px;text-shadow:-1px -1px #fff,1px 1px #333;font-family:'aliFangYuan',sans-serif;padding-bottom:30px;}
.down-list-banner .banner-title p {font-size:30px;color:#fff;padding-bottom:50px;font-family:'aliFangYuan',sans-serif;}

.down-list-cat {margin-top:-70px;background:#ffffff;border-radius:10px;padding:20px 25px;}

.down-list-cat .cat-nav {margin-bottom:15px;padding:10px 0 15px 25px;height:24px;line-height:24px;background:url('../ico-nav.png') no-repeat 0px 13px;font-size:14px;border-bottom:rgba(232,232,232,0.9) 1px solid;}
.down-list-cat .cat-nav div {float:right;}
.down-list-cat .cat-nav i {font-style:normal;font-weight:bold;color:#CCC;padding:0 6px;font-family:simsun;}
.down-list-cat .cat-nav em {font-style:normal;color:#999999;padding:0 10px;font-size:12px;}
.down-list-cat .cat-nav s {display:inline-block;width:16px;height:16px;background:url('../ico-cls.png') no-repeat center center;margin:4px 0 0 8px;position:absolute;}
.down-list-cat .cat-nav s:hover {background:url('../ico-cls-on.png') no-repeat center center;}




/*列表筛选*/
.list-filter {overflow:hidden;padding-top:16px;}
.list-filter .filter-left {float:left;width:88px;display:inline;color:#4a4a4a;font-weight:bold;height:30px;line-height:30px;overflow:hidden;font-size:14px;}
.list-filter .filter-right {float:left;width:1462px;display:inline;overflow:hidden;}
.list-filter .filter-right li {float:left;cursor:pointer;padding:0 20px;margin-bottom:10px;height:30px;line-height:30px;overflow:hidden;font-size:14px;}
.list-filter .filter-right li:hover {background:#F2F2F2;border-radius:25px;}
.list-filter .filter-right .side-ok {background:rgb(239,18,18,0.6);color:#FFF;border-radius:25px;}
.list-filter .filter-right .side-ok a {color:#FFF;}
.list-filter .filter-right .side-ok:hover {background:rgb(239,18,18,0.6);}




/*下载详情*/
.down-show {overflow:hidden;}
.down-show .show-left {float:left;width:1220px;margin-right:20px;}
.down-show .show-left .left-box {background:#FFF;border-radius:8px;overflow:hidden;}
.down-show .show-left .left-box h1 {line-height:48px;font-weight:bold;font-size:30px;padding:26px 26px;margin:0;}
.down-show .show-left .left-box h2 {position:relative;padding-left:22px;margin:20px 20px 10px 20px;}
.down-show .show-left .left-box h2::after {content:'';position:absolute;width:5px;height:18px;background:#f20000;left:0;box-shadow:3px 0px 10px -1px #f20000;border-radius:3px;margin-top:3px;}
.down-show .show-left .left-box h2 span {float:right;font-size:14px;color:#d81e06;cursor:pointer;}

/*基本信息*/
.down-show .show-left .left-box .left-data {background:rgb(246 247 249 / 62%);height:38px;line-height:38px;padding:10px 16px;margin:0 26px;border-radius:10px;}
.down-show .show-left .left-box .left-data i {font-size:14px;}



/*详情右侧*/
.down-show .show-right {float:right;width:360px;}
.down-show .show-right .right-info {background:#fff;border-radius:8px;padding:20px;}
.down-show .show-right .right-info h2 {position:relative;padding-bottom:15px;padding-left:22px;}
.down-show .show-right .right-info h2::after {content:'';position:absolute;width:5px;height:18px;background:#f20000;left:0;box-shadow:3px 0px 10px -1px #f20000;border-radius:3px;margin-top:4px;}
.down-show .show-right .right-info .info-box {background:rgb(246 247 249 / 62%);border-radius:8px;padding:10px 20px;}
.down-show .show-right .right-info .info-data {}
.down-show .show-right .right-info .info-data li {height:38px;line-height:38px;font-size:14px;color:#888;}
.down-show .show-right .right-info .info-data li span {float:right;}
/*右侧分享*/
.down-show .show-right .right-info .right-share {height:38px;padding-top:5px;margin-left:-29px;}
.down-show .show-right .right-info .right-share a {margin-left:29px;display:inline-block;border-radius:50%;background-color:#dbdbdb;font-size:16px;width:30px;height:30px;line-height:30px;text-align:center;}


.down-show .show-right .right-info .qq-share a:hover {background-image:linear-gradient(90deg,#006eff,#13adff);}
.down-show .show-right .right-info .qq-share i {display:block;height:25px;background:url('../images/icon/icon-qq.png') no-repeat 2px 2px;background-size:25px;}
.down-show .show-right .right-info .qq-share:hover i {display:block;height:25px;background:url('../images/icon/icon-qq-white.png') no-repeat 2px 2px;background-size:25px;}

.down-show .show-right .right-info .weixin-share a:hover {background-image:linear-gradient(90deg,#1fbb7a,#2cf923);}
.down-show .show-right .right-info .weixin-share i {display:block;height:22px;background:url('../images/icon/icon-wechat.png') no-repeat 4px 4px;background-size:22px;}
.down-show .show-right .right-info .weixin-share:hover i {display:block;height:22px;background:url('../images/icon/icon-wechat-white.png') no-repeat 4px 4px;background-size:22px;}

.down-show .show-right .right-info .more-share a:hover {background-image:linear-gradient(90deg,#ff5000 0%,#ff9300 100%);}
.down-show .show-right .right-info .more-share i {display:block;height:22px;background:url('../images/icon/icon-more.png') no-repeat 4px 4px;background-size:22px;}
.down-show .show-right .right-info .more-share:hover i {display:block;height:22px;background:url('../images/icon/icon-more-white.png') no-repeat 4px 4px;background-size:22px;}


.down-show .show-right .right-info .copy-urla a:hover {background-image:linear-gradient(90deg,#ff5000 0%,#ff9300 100%);}
.down-show .show-right .right-info .copy-urla i {display:block;height:23px;background:url('../images/icon/icon-link.png') no-repeat 4px 4px;background-size:22px;}
.down-show .show-right .right-info .copy-urla:hover i {display:block;height:23px;background:url('../images/icon/icon-link-white.png') no-repeat 4px 4px;background-size:22px;}

.down-show .show-right .right-info .poster-share a:hover {background-image:linear-gradient(90deg,#ff0000 0%,#E91E63 100%);}
.down-show .show-right .right-info .poster-share i {display:block;height:26px;background:url('../images/icon/icon-poster.png') no-repeat 6px 6px;background-size:18px;}
.down-show .show-right .right-info .poster-share:hover i {display:block;height:26px;background:url('../images/icon/icon-poster-white.png') no-repeat 6px 6px;background-size:18px;}



/*下载预览按钮*/
.down-show .show-right .right-down {padding-top:20px;overflow:hidden;}
.down-show .show-right .right-down .down_url {float:left;text-align:center;margin-right:10px;}
.down-show .show-right .right-down .down_url a {width:170px;padding-right:5px;float:left;height:46px;line-height:46px;background:#3E73B7;color:#fff;font-size:16px;border-radius:5px;}
.down-show .show-right .right-down .down_url a:hover {background-color:#598DC7;color:#fff;}
.down-show .show-right .right-down .down_url i {display:block;float:left;width:30px;height:29px;margin-right:5px;padding:10px 8px 7px 8px;border-radius:5px 0 0 5px;background:#333 url('../images/icon/icon-down-white.png') no-repeat 10px 10px;background-size:25px;}

.down-show .show-right .right-down .file_url {float:left;text-align:center;}
.down-show .show-right .right-down .file_url a {width:125px;padding:0 5px;float:left;height:46px;line-height:46px;background:#f60;color:#fff;font-size:16px;border-radius:5px;}
.down-show .show-right .right-down .file_url a:hover {background-color:#F70;color:#fff;}

.down-show .show-right .right-down .favorite {cursor:pointer;float:left;text-align:center;background:#f60;width:125px;padding:0 5px;height:46px;line-height:46px;border-radius:5px;color:#fff;font-size:16px;}
.down-show .show-right .right-down .favorite a {color:#fff;}
.down-show .show-right .right-down .favorite:hover {background-color:#F70;color:#fff;}


.down-show .show-right .right-gzhonghao {margin-top:20px;}

/*浮动加载*/
.down-show .show-right .fd_active {position:fixed;top:100px;z-index:6;}
.down-show .show-right .fd_active .right-info {box-shadow:0 0 15px rgb(0 0 0/50%);}

/*提示*/
.tooltip {position:relative;display:inline-block;}
.tooltip .tooltiptext {visibility:hidden;width:80px;max-width:150px;color:#fff;left:-35%;text-align:center;position:absolute;z-index:80;bottom:46px;box-sizing:border-box;background:#666;color:#fff;font-size:12px;border-radius:5px;padding:5px 0px;}
.tooltip:hover .tooltiptext {visibility:visible;}


/*下载同类相关标签*/
.show-down-tag {margin-top:20px;}
.show-down-tag li {float:left;width:200px;height:310px;background:#fff;padding:10px;overflow:hidden;border-radius:8px;position:relative;margin-left:20px;margin-bottom:20px;transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-o-transition:all 0.2s;}
.show-down-tag li .a-thumb {width:200px;height:281px;display:block;background-size:100%;position:relative;}
.show-down-tag li .a-thumb img {width:200px;min-height:281px;border-radius:8px;}
.show-down-tag li div.mask-box {border-radius:8px;width:100%;height:200%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), color-stop(45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));background:-webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(180deg, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);position:absolute;top:0px;left:0px;z-index:2;display:none;}
.show-down-tag li:hover div.mask-box {display: block;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.show-down-tag li .down-btn {position:absolute;bottom:-100px;left:21%;width:58%;line-height:42px;font-size:15px;border-radius:5px;box-shadow:0px 0px 10px 4px rgba(0, 0, 0, .05);color:#fff;z-index:3;display:block;background-image:-webkit-gradient(linear, left top, right top, from(#fe7532), to(#e5232a));background-image:-webkit-linear-gradient(left, #fe7532, #e5232a);background-image:linear-gradient(to right, #fe7532, #e5232a);text-align:center;cursor:pointer;}
.show-down-tag li .down-btn a {color:#fff;}
.show-down-tag li:hover .down-btn {bottom:60px !important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.show-down-tag li:hover .down-btn:hover {-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;background-image:-webkit-gradient(linear, left top, right top, from(#f56925), to(#d6030b));background-image:-webkit-linear-gradient(left, #f56925, #d6030b);background-image:linear-gradient(to right, #f56925, #d6030b);}
.show-down-tag li .cat-name {position:absolute;top:-30px;left:20px;line-height:40px;height:40px;overflow:hidden;font-size:14px;z-index:3;color:#fff;display:block;}
.show-down-tag li:hover .cat-name {top:12px !important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.show-down-tag li .file-ext {position:absolute;top:-30px;right:20px;line-height:40px;height:40px;overflow:hidden;font-size:14px;z-index:3;color:#fff;display:block;text-transform:uppercase;}
.show-down-tag li:hover .file-ext {top:12px !important;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
.show-down-tag li:hover {transform:scale(1.05);transition:all .36s;box-shadow:0 0 15px rgb(0 0 0/50%);}
.show-down-tag li .title-text {height:40px;line-height:40px;font-size:14px;overflow:hidden;color:#666;text-overflow:ellipsis;white-space:nowrap;text-align:center;}

