.search{
    padding-left: 20px;
    display: block;
    width: 290px;
    height: 50px;
    margin-top: 88px;
    float: right;
    border-radius: 10px;
    outline: none;
    /* 背景图标 */
    background-color: #f2f2f2;
    /* background-image: url(../img/search.png); */
    background-repeat: no-repeat;
    background-position: 292px 15px;
    border:#f2f2f2;}
body .navigation>.w>ul>li{
padding: 19px 46px;}
