.g_wrap_p {
    padding: 0 4%;
}
.ui-search {
    width: 100%;
    height: 2.5rem;
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 2%;
}
.search-input {
    width: 80%;
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    overflow: hidden;
    color: #c3c3c3;
    text-indent: 9px;
    background-color: #fff;
    border: none;
    border-radius: 0.17rem 0 0 0.17rem;
}
.search-button {
    width: 20%;
    float: right;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #FFF;
    font-size: 1.2rem;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    background: #1481EB;
    border-radius: 0 0.17rem 0.17rem 0;
}
.resou a {
    color: #666;
    background: #fff;
    border-radius: 0.17rem;
    padding: 0.4rem 0.6rem;
    margin: 0 0.3rem 0.5rem 0;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1rem;
}