﻿.page {
    overflow: hidden;
}
.search {
    overflow: hidden;
    width: 568px;
    height: 44px;
    margin: 30px auto 50px;
}
.search .query {
    float: left;
    width: 478px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border: 1px solid #47b751;
    outline: 0 none;
}
.search .submit {
    float: left;
    cursor: pointer;
    opacity: 1;
    width: 68px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    background: #47b751;
    font-family: inherit;
    color: #fff;
    font-size: 14px;
}
.search .submit:hover {
    opacity: 0.8;
}
.search-tips {
    padding-bottom: 10px;
    color: #666;
}
.tips-count {
    padding: 0 2px;
    font-style: normal;
}
.search-result:empty {
    min-height: 200px;
    background: url(img/loading.svg) no-repeat center;
}
.search-empty,
.search-powered {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.search-powered img {
    vertical-align: text-bottom;
    margin: 0 2px;
}