.instructBox{
    padding:80px;
    background:url(../images/instructBg.png)no-repeat;
    background-size:cover;
    padding-bottom:360px;
    position:relative;
}

.instructBox h2{
    font-size:42px;
    margin-top:50px;
    color:#333;
    text-align:center;
    margin-bottom:90px;
}

.searchInstruct{
    border:1px solid #AC3226;
    width:600px;
    margin:0 auto;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:space-between;

}
.searchInstruct input{
    height:50px;
    line-height:50px;
    padding-left:30px;
    border:none;
    width:80%;
    border-radius:10px;
}
.searchInstruct button{
    width:60px;
    height:40px;
    line-height:40px;
    background:#AC3226;
    margin-right:6px;
    border:none;
    border-radius:6px;
    cursor: pointer;
}

.twoInstruct{
    width:450px;
    margin-top:50px;
    border:1px solid #aaa;
}
.instructBox p{
    text-align: center;
    margin-top:20px;
    color:#666;
}
.searchInstruct img{
    width:20px;
    margin:0 auto;
}

.intructTitle{
    margin-bottom:40px;
}
.intructTitle h2{
    font-size:30px;
    display:flex;
    align-items:center;
    font-weight:550;
    color:#333;
}
.intructTitle h2 .line{
    width:8px;
    height:36px;
    background:#AC3226;
    margin-right:12px;
}



/*查询结果页面*/
.intructPart{
    padding-top:120px;
    padding-bottom:100px;
}
.resultTitle{
    width:290px;
    height:90px;
    line-height:90px;
    background:#AC3226;
    position:relative;
}
.resultTitle h2{
    color:#fff;
    text-align: center;
    font-size:36px;
}
.resultTitle h2:before{
    width:23px;
    height:70px;
    background:#000;
    content:'';
    position:absolute;
    left:0px;
   top:-30px;
}
.resultTitle h2:after{
    width:17px;
    height:60px;
    background:#000;
    content:'';
    position:absolute;
    right:-16px;
    bottom:0px;
}

.resultTable{
    margin-top:60px;
}
.resultTable .findTopic{
    font-size:18px;
}
.resultTable .findTopic span{
    color:#AC3226;
}
.intructBd a{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.intructBd p{
    font-size:18px;
}

/* 产品详情-说明书历史版本 */
.intructHistory{
    margin-top:30px;
}
.intructHistory .list-header{
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

/* 纯CSS绘制三角形图标 */
.intructHistory .list-header span.toggle-icon {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #666;
    transition: transform 0.3s ease;
    margin-left: 15px;
    cursor:pointer;
}

.intructHistory .listContAll{
    max-height:0;
    overflow:hidden;
    transition: max-height 0.3s ease;
}
.intructHistory .listContAll li{
    padding:5px 0px;
}
.intructHistory .listContAll li a{
    display:flex;
    align-items:center;
    color:#666;
}
.intructHistory .listContAll li a b{
    display:block;
    font-weight:normal;
    text-decoration:underline;
    margin-right:50px;
}

.results-summary{
    background:none;
}


.instruction-item{
    border:none;
}
.instruction-item::before{
    width:auto;
    background:none;
}

.extract-code-header{
    background:none;
    box-shadow:none;
}

button.btnBorder{
    background:none;
    border:1px solid #ac3226;
    color:#ac3226;
    margin-right:10px;
}

/*说明书新增按钮*/
.instructBtnAll{
    display: flex;
    position:absolute;
    bottom:30px;
    right:60px;
}
.instructBtnAl a{
    flex:1;
    border:1px solid #ac3226;
    color:#ac3226;
    width:100px;
    height:40px;
    line-height: 40px;
    text-align:center;
    margin:0 20px;
}

@media screen and (max-width: 980px){
    .resultTitle {
        width: 160px;
        height: 40px;
        line-height: 40px;
        background: #AC3226;
        position: relative;
    }
    .resultTitle h2 {
        font-size: 20px;
    }
    .resultTitle h2:before {
        width: 15px;
        height: 40px;
        background: #000;
        content: '';
        position: absolute;
        left: 0px;
        top: -10px;
    }
    .resultTitle h2:after {
        width: 10px;
        height: 20px;
        background: #000;
        content: '';
        position: absolute;
        right: -10px;
        bottom: 0px;
    }
}
.instructBtnAll{
    display:flex;
    align-items:center;
    gap: 20px;
    position:absolute;
    right:40px;
    bottom:80px; /* 往上移，从30px改为80px */
}

.instruction-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
    height: 48px;
    padding: 0 24px;
    background: linear-gradient(135deg, #AC3226 0%, #BF2A1B 100%);
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(172, 50, 38, 0.3);
}

.instruction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(172, 50, 38, 0.4);
    background: linear-gradient(135deg, #BF2A1B 0%, #AC3226 100%);
}

.instruction-btn:active {
    transform: translateY(0);
}

.instruction-btn .icon-doc {
    font-size: 20px;
    display: inline-block;
}

.instruction-btn span {
    color: white;
}

/* 详细说明书列表 */
.intructCon{
    padding:50px 20px;
}
.intructCon ul li{
    padding:20px 20px;
    border-bottom:1px solid #ededed;
}

@media screen and (max-width: 980px) {
 .instructBox { padding: 30px 20px 180px; }
 .searchInstruct { width: 100%; max-width: 600px; }
 .instructBox h2 { font-size: 30px; margin-bottom: 40px; }
 .instructBtnAll { left: 20px; right: 20px; gap: 12px; flex-wrap: wrap; }
}
