.crumbsBox{margin-bottom: 30px;}
.search_c_top{height: 60px;}
input:focus {
    outline: none;  /* 移除焦点轮廓 */
    border: none;}
.c_dad_s{border: #d0d0d0 1px solid;width: 30%;display: flex;justify-content: space-between;flex-direction: row;}

@media screen and (max-width: 768px) {
.c_dad_s{border: #d0d0d0 1px solid;width: 100%;display: flex;justify-content: space-between;flex-direction: row;}

}
