.cldes{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.search-switch img{
    height: 24px;
    margin-right: 11px;
}
.cldes .clearfix{
    width: 880px;
}



/* 定位搜索框 */
.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 20px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 93%;
    padding: 0 70px 0 35px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
    font-size: 20px;
    border: none;
}
.t-search>div input:focus{
    outline: none;
}

.t-search>div input[type="text"]::placeholder {
    color: #9E9E9E;
}


.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    cursor: pointer;
}

.search-btn input {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/ssearch-icon.png) no-repeat;
    background-position: center center;
    background-size:48px;
    cursor: pointer;
    border: none;
}