@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.
*/
/*下载banner*/
.down-banner {margin:20px auto;background-image:url("../images/banner/banner-09.jpg");background-repeat:no-repeat;background-position:center 20%;background-size:cover;width:98%;height:500px;border-radius:10px;}

/*下载标签*/
.down-img-tag {margin-left:-20px;}
.down-img-tag ul {width:274px;float:left;margin-left:20px;margin-bottom:20px;padding:15px 0;background:#FFFFFF;border-radius:8px;}
.down-img-tag li {margin:0 15px;font-size:14px;}
.down-img-tag ul:hover {box-shadow:0 1px 6px rgba(0,0,0,.35);}
.down-img-tag .li-img {width:245px;height:345px;overflow:hidden;border-radius:5px; position:relative;}
.down-img-tag .li-img img {-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear; width:100%; height:100%; object-fit:cover;}
.down-img-tag .li-img:hover img {-webkit-transform:scale(1.03);-ms-transform:scale(1.03);-moz-transform:scale(1.03);-o-transform:scale(1.03);transform:scale(1.03);}
.down-img-tag .li-title {margin-top:15px;height:50px;line-height:23px;overflow:hidden;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;}

.down-img-tag .li-hover {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.6);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all 0.3s ease;border-radius:5px;}
.down-img-tag .li-img:hover .li-hover {opacity:1;visibility:visible;}

.down-img-tag .ext-icon {position:absolute;background:#fff;border-radius:5px;left:12px;top:12px;}
.down-img-tag .extimg {width:42px;height:42px;display:block;}

.down-img-tag .li-desc {color:#fff;font-size:14px;text-align:center;line-height:1.8;margin-bottom:20px;}
.down-img-tag .li-desc span {display:block;}
.down-img-tag .li-desc em {margin:0 4px;font-style:normal;color:#ccc;}

.down-img-tag .down-btn,
.down-img-tag .details-btn {display:inline-block;padding:8px 22px;border-radius:5px;font-size:14px;text-decoration:none;transition:all 0.3s;}

.down-img-tag .down-btn {background:#165DFF;color:#fff;}
.down-img-tag .down-btn:hover {background:#0E2E91;}

.down-img-tag .details-btn {background:#fff;margin-right:10px;color:#000;}
.down-img-tag .details-btn:hover {background:#E8F3FF;color:#165DFF;}

/*详情介绍*/
.down-show {margin:auto;width:1450px;clear:both;}
.down-show .show-down-left {float:left;width:270px;margin-right:20px}
.down-show .show-down-right {float:right;width:1160px;}

.down-right-box {background:#FFFFFF;border-radius:8px;padding:26px 0;}
.down-right-box h1 {padding:0 26px 20px 26px;}
.down-right-box h2 {padding:0 26px 10px 26px;border-bottom:#EEEEEE 1px solid;}

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

.down-right-box .down-btn {padding:60px 0 0 26px;position:relative;}
.down-right-box .down-btn .btnltft {text-align:center;}
.down-right-box .down-btn .btnltft a {width:188px;height:50px;line-height:50px;color:#fff;display:block;background:linear-gradient(135deg, #cc0000 0%, rgba(255,108,85,1) 100%);border-radius:6px;font-size:18px;}
.down-right-box .down-btn .btnltft:hover a {background:linear-gradient(90deg,rgb(245, 68, 68),rgb(254, 119, 98));color:#fff;}
.down-right-box .down-btn .btnright {font-size:12px;color:#cbcbcb;position:absolute;right:26px;bottom:0px;}

.down-right-box .content {font-size:16px;line-height:200%;padding:16px 26px;}


/*相关标签*/
.down-showbox {overflow:hidden;background:#FFFFFF;border-radius:8px;padding:26px 26px 6px 26px;margin-top:20px;}
.down-showbox h2 {margin-bottom:20px;border-bottom:#EEEEEE 1px solid;padding-bottom:10px;}
.down-showbox h2 b {font-size:18px;}
.down-showbox h2 span {float:right;color:#999999;}

/*相关下载标签*/
.down-showbox .album-down-tag {margin-left:-15px;}
.down-showbox .album-down-tag li {width:189px;overflow:hidden;float:left;margin-left:15px;margin-bottom:15px;background:#F6F6F6;border-radius:6px;padding:10px;font-size:14px;}/* 图片外层容器 */
.down-showbox .album-down-tag .album-img-box {width:100%;height:266px;border-radius:5px;overflow:hidden;position:relative;margin-bottom:12px;}
.down-showbox .album-down-tag .album-img-box img {width:100%;height:100%;object-fit:cover;transition:all 0.3s ease;}
.down-showbox .album-down-tag li:hover .album-img-box img {transform:scale(1.03);}

.down-showbox .album-down-tag .album-hover {position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.55);border-radius:5px;opacity:0;visibility:hidden;transition:all 0.3s ease;}
.down-showbox .album-down-tag li:hover .album-hover {opacity:1;visibility:visible;}

.down-showbox .album-down-tag .album-ext {position:absolute;left:12px;top:12px;}
.down-showbox .album-down-tag .extimg {background:#fff;border-radius:3px;width:36px;height:36px;display:block;}

.down-showbox .album-down-tag .album-btn {position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:4px;font-size:15px;white-space:nowrap;}
.down-showbox .album-down-tag .album-btn a {display:inline-block;padding:8px 28px;background:#fff;color:#000;border-radius:4px;transition:all 0.3s ease;text-decoration:none;}
.down-showbox .album-down-tag .album-btn a:hover {background:linear-gradient(90deg, #DF0522, #ff4c60);color:#fff;}
.down-showbox .album-down-tag .album-btn  span {display:inline-block;padding:8px 28px;border-radius:4px;font-weight:bold;color:#FAFAFA;background:rgba(255,255,255,0.3);cursor:default;}

.down-showbox .album-down-tag .album-title {font-size:14px;font-weight:bold;height:42px;line-height:21px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.down-showbox .album-down-tag .on .album-title {color:#DF0522;}

