.searchBox {
    position: absolute;
    height: 40px;
    top: 1px;
    right: 0px;
    z-index: 20;
}
.sDiv {
/*    width: 300px;*/
    width: 00px;
    height: 40px;
    margin-top: 10px;
    margin-right: -182px;    

}

/*搜索输入框*/
.sInput {
    height: 20px;
    width: 240px;
    margin-top: 8px;
    margin-left: 10px;
    text-align: center;
    opacity: 0;
    border: solid 1px #ccc;
}
.sInput01 {
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.sInput02 {
    border: 0;
    padding: 0px;
    margin: 0px;
    text-align: center;
    border-radius: 16px;
    background-color: #E3DACA;
    height: 26px;
    width: 220px;
}


.sImg {
    width: 25px;
    margin-top: 8px;
    margin-left: 15px;
    position: absolute;
    right: 10px;
}
.sImg:hover {
    /*input 不支持下列更换 src 方式，使用 js 处理
    注：src 不是 style 样式的属性
    $(this).attr
    src: url(image2022/search-hover.png);*/
}
.cqnuImg {
    height: 30px;
    margin-top: 15px;
    margin-right: 100px;
}