

.helangSearchBlock{
    width: 350px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
}
.helangSearchBlock:after{
    content: '';
    display: block;
    clear:both;
}
.helangSearchBlock>div{
    float: left;
}

.helangSearchBlock .input{
    position: relative;
    width: 300px;
    height: 44px;
    border: 1px solid #fff;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    box-sizing: content-box;
}
.helangSearchBlock .input>input{
    outline: none;
    border: none;
    padding: 0 10px 0 10px;
    margin: 0;
    height: 44px;
    width: 300px;
    color: #333;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}
.helangSearchBlock .input>input::-webkit-input-placeholder{
    color:#999;
}

.helangSearchBlock .input .hot-list{
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
    z-index: 200;
}
.helangSearchBlock .input .hot-list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.helangSearchBlock .input .hot-list>a:hover{
    background-color: #f3f3f3;
}
.helangSearchBlock .input .hot-list>a>div{
    float: left;
}
.helangSearchBlock .input .hot-list>a>div.number{
    text-align: center;
    width: 40px;
}
.helangSearchBlock .search{
    width: 49px;
    height: 46px;
    background-color: #63C5D4;
    background-image: url("../img/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}


@media (max-width: 400px) {
    .helangSearchBlock{
        width: 300px;
    }
    .helangSearchBlock .input{
        width: 250px;
    }
    .helangSearchBlock .input>input{
        width: 250px;
    }
}