.header-search{
    margin-top: 24px !important;
    margin-left: 30px;
}
.ks-header-accout{
    margin-left: 20px;
}
.header-search{
    float: left;
    width: 190px;
    height: 38px;
    position: relative;
    background: #f2f3f5;
    padding: 0px 46px 0 16px;
    margin-top: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}
.header-search-text input{
    height: 38px;
    width: 100%;
    -webkit-box-shadow: 0 0 0 1000px #f2f3f5 inset !important;
}
.header-search-button{
    width: 36px;
    height: 38px;
    position: absolute;
    right: 0;
    top:0;
}
.header-search-button input{
    width: 100%;
    height: 100%;
    background: url(/Template/skin1/static2020/header/images/msearch.png) no-repeat center left;
    background-size: 16px;
}
/*大于即是1400 ipad */
@media (max-width: 1400px){

}
/*大于即是1024 ipad */
@media (max-width: 1024px){
    /* ==================自力头部==================== */
    .ks-header-accout{
        margin: 0;
    }
    .header-search{
        display: none;
    }
}
/*大于即是768 ipad */
@media (max-width: 768px){

}
/*大于即是480 */
@media (max-width: 480px){

}
/*大于即是375  ios6 */
@media  (max-width: 375px){
    
}
/*大于即是360  安卓 */
@media (max-width: 360px){
    
}
/*大于即是320  ios5 安卓 */
@media (max-width: 320px){
    
}<!--耗时1763601366.0058秒-->