/*
 *@ Description: 搜索公共样式
*/
input[type="search"]{-webkit-appearance:none;}
input[type=search]::-webkit-search-cancel-button{
    display: none;
}
.guide-search{
    position:absolute;
    width:100%;
    z-index:100;
    top:0;
}
.autocomplete-container {
    background-color:#fff;
    display:-webkit-box;
    -webkit-box-align:center;
    padding:10px;
    border-width:0 0 1px 0;
    border-image: url('../../img/border.png') stretch;
    -webkit-border-image: url('../../img/border.png') 2 0 stretch;
}
.autocomplete-button{
    color: #2ebd59;
    padding:3px 5px;
}
.return-button{
    width:30px;
    height:30px;
    display:block;
    background:url('../../img/back.png') no-repeat center;
    background-size:30px;
}
.share-button{
    width:30px;
    height:30px;
    display:block;
    background:url('../../img/back.png') no-repeat center;
    background-size:30px;
}
.icon-div{
    -webkit-box-flex:1;
    padding:0 35px;
    background: #eaedf1;
    border-radius: 16px;
    position:relative;
    margin: 0 10px;
}
.search-icons{
    width: 12px;
    height: 12px;
    display: block;
    background: url('../../img/icon_search_magnifier.png') no-repeat center;
    background-size: 12px;
    position: absolute;
    left: 15px;
    top: 9px;
}
.cancel-icon{
    width: 12px;
    height: 12px;
    background: url('../../img/icon_search_cancel.png') no-repeat center;
    background-size: 12px;
    position: absolute;
    right: 5px;
    top: -1px;
    padding: 10px;
}
.autocomplete-input{
    width:100%;
    font-size:14px;
    color:#90959d;
    border:none;
    background:none;
    height:30px;
}
.common-input{
    line-height:30px;
}
/*搜索结果*/
.message{
    position:absolute;
    top:51px;
    width:100%;
    overflow-y:auto;
    bottom:0;
    -webkit-overflow-scrolling : touch;
}
.no-result-proposal{
    text-align:center;
    padding-top:100px;
}
.no-result-proposal img{
    width:80px;
    height:80px;
}
.no-result-proposal p{
    color: #bcc1cd;
    font-size: 16px;
    text-shadow: 0px 0px 2px rgba(255,255,255,0.5);
    margin-top:20px;
}
.proposal-li{
    border-width: 0 0 1px 0;
    border-image: url("../../img/border.png") 2 0 stretch;
    -webkit-border-image: url("../../img/border.png") 2 0 stretch;
    padding: 0 15px;
    background-color: #fff;
}
.selected{
    background-color:#e9ecf1;
}
.proposal-A{
    display:-webkit-box;
    -webkit-box-align:center;
    padding:10px 0;
}
.proposal-name-sp{
    font-size:16px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex:1;
    color:#333;
    margin-left:10px;
}
.proposal-img{
    width:20px;
    display:block;
}
.proposal-sp{
    text-align:right;
    font-size:12px;
    color:#777;
    width:55px;
}
/*搜索历史记录*/
.distory-div{
    top:51px;
    position: absolute;
    width: 100%;
}
.distory-div h1
{
    background-color:#e9ecf1;
    height:40px;
    line-height:40px;
    padding:0 10px;
    color:#999;
    font-size:14px;
    font-weight: normal;
    border-width: 0 0 1px 0;
    border-image: url("../../img/border.png") 2 0 stretch;
    -webkit-border-image: url("../../img/border.png") 2 0 stretch;
}
.distory-div ul
{
    background-color:#fff;
}
.distory-div ul li
{
    display:-webkit-box;
    -webkit-box-align:center;
}
.distory-div ul li a
{
    border-width: 0 0 1px 0;
    border-image: url("../../img/border.png") 2 0 stretch;
    -webkit-border-image: url("../../img/border.png") 2 0 stretch;
    font-size:14px;
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex:1;
    display:block;
    padding-right:10px;
    height:44px;
    line-height:44px;
}
.distory-div ul li img
{
    width:16px;
    margin:0 10px;
    display:block;
}
.delete-story
{
    height:44px;
    line-height:44px;
    text-align:center;
    border-width: 0 0 1px 0;
    border-image: url("../../img/border.png") 2 0 stretch;
    -webkit-border-image: url("../../img/border.png") 2 0 stretch;
    background-color:#fff;
}
.delete-story a{
    background: url('../../img/history_delete.png') left no-repeat;
    background-size: 18px;
    padding-left: 22px;
    display:inline-block;
    font-size:14px;
    color:#666;
}
#message{
    position:absolute;
    top:51px;
    width:100%;
}
.searchLoading{
    top:51px;
}