/* 下载中心 */
.download-center{width: 100%;}
.tab {
    width: 100%;
    line-height: 40px;
    background-color: #e8f0f2;
    margin-bottom: 30px;
    color: #676664;
}
.download-panel{display: flex;width: 1300px;margin: 0px auto;}
.download-panel+.download-panel{margin-top:34px}
.download-left{width:260px;color:#fff;display: flex;align-items: center;justify-content: center;max-height:518px;min-height:350px;}
.download-right{width:260px;flex:1;margin-left:20px;}
.download-left h1{font-size: 24px;font-weight: 400;text-align: center;}
.download-left p{text-align: center;}
.download-left-line-c{position: absolute;width: 50px;height: 3px;background: #fff;left: 50%;margin-left: -25px;top:-1px}
.download-left-line{margin: 0px 10px;background:rgba(255,255,255,0.2);height: 2px;position: relative;margin-bottom: 30px;}
.download-left-sign-label div{padding:4px 8px;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.8);display: inline-block;border-radius:4px;font-size: 14px;}
.download-left-sign-label{display: flex;justify-content: space-between;}
.download-left-sign-label+.download-left-sign-label{margin-top:10px}
.download-en-text{margin:15px 0px;color:rgba(255,255,255,0.6);font-size: 14px;}
.download-left-sign{width: 126px;margin: 0px auto;margin-top:30px;}
.download-p-text{font-size: 16px;}
.download-p-text+.download-p-text{margin-top:14px}
.download-table{width: 100%;border-collapse: collapse;}
.download-table tbody tr:nth-of-type(even){background: #edf6fc;}
.download-table tbody tr td:nth-of-type(2),.download-table tbody tr td:nth-of-type(3){text-align: center;}
.download-table thead th{color: #fff;text-align: center;font-size: 16px;font-weight: 400;padding: 8px 15px;}
.download-panel:nth-of-type(1) .download-table thead th{background: #1093fb;}
.download-panel:nth-of-type(2) .download-table thead th{background: #7a7fff;}
.download-panel:nth-of-type(3) .download-table thead th{background: #ff5d1a;}
.download-panel:nth-of-type(4) .download-table thead th{background: #2ac8ba;}
.download-panel:nth-of-type(5) .download-table thead th{background: #fb922b;}
.download-panel:nth-of-type(1) .download-left{background: url(./websiteImg/download/1.png) repeat-x;background-size:auto 100%;}
.download-panel:nth-of-type(2) .download-left{background: url(./websiteImg/download/2.png) repeat-x;}
.download-panel:nth-of-type(3) .download-left{background: url(./websiteImg/download/3.png) repeat-x;}
.download-panel:nth-of-type(4) .download-left{background: url(./websiteImg/download/4.png) repeat-x;}
.download-panel:nth-of-type(5) .download-left{background: url(./websiteImg/download/5.png) repeat-x;}
.download-table tbody td{padding: 0px 15px;}
.download-cell{padding:20px 0px;}
.download-cell>a{text-decoration: none;display: block;position: relative;}
.download-cell-title{font-size: 16px;color:#0080E5;font-weight: bold;margin-bottom: 12px;}
.download-cell-text{font-size: 13px;color:#A3A0A0;line-height: 24px;}
.download-table-th1{width:140px;}
.download-table-th2{width: 100px;}
.download-table-th3{width: 160px;}
.download-cell-button{font-size: 13px;color: #0080E5;border:none;background: none;position: absolute;bottom:4px;right:0px;cursor: pointer;}
.download-btn{display: flex;width: 100%;height: 100%;justify-content: center;}
.download-btn>a{display: flex;align-items: center;font-size: 14px;color:#333333;}
.download-btn i{display: block;width: 15px;height: 15px;margin-right: 8px;background: url(./websiteImg/download/icon-download.png) no-repeat center;}
.download-QR{display: flex;justify-content: center;align-items: center;}
.download-QR>div{width:90px;height: 90px;}
.download-QR>div img{width:100%;height:100%;}
.industry_body .indust_comnet_issue img{width:100% !important}
@media screen and (min-width:1600px) {
    .download-panel{width:1440px}
    .download-cell-text,.download-cell-button{font-size: 14px;}
}
/* 下载中心 end*/