.newSearchBox{border-radius:4px;border:1px solid #ff53fd;height:34px;width:311px;margin:24px auto 0;display:flex;align-items:center;overflow:hidden}.newSearchInput{padding:8px 12px;box-sizing:border-box;border:none;flex:1;outline:none;background:#fff;color:#000;height:100%}input:focus{outline:none}.searchBtn{width:76px;height:34px;display:flex;align-items:center;justify-content:center;background:#ff53fd;font-size:12px}.newSearchIcon{width:16px;height:16px;margin-right:4px}@media screen and (min-width:768px){.newSearchBox{display:none}}