body {
    background: #f6f8fa;
}

input[type="search"]::-webkit-search-cancel-button{
  display: none;
}

input[type="search"] {
-webkit-appearance: none;
}

.n-main{
    margin-top: 0;
}

.header {
    background: #fff;
    padding: .35rem 0;
    font-size: .7rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* border-bottom: 1px solid #f6f8fa; */
    position: relative;
    margin: 2rem .75rem 0;
}
.fl-tab .current{
    font-size: .8rem;
    /* font-weight: 600; */
    height: 2rem;
    line-height: 2rem;
}
.header .back,.header .cancel{
    display: inline-block;
    height: 1.5rem;
    line-height: 1.5rem;
}

.header .back {
    width: 1.875rem;
    position: relative;
}

/* .header .back:before {
    content: "";
    display: inline-block;
    width: .4rem;
    height: .7rem;
    background-image: url(../images/ico-back.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.35rem;
    margin-left: -.2rem;
} */

.header .cancel {
    /* width: 2.95rem; */
    text-align: center;
    color: #141414;
}
.header .search-icon{
    width: .7rem;
    height: .7rem;
    position: absolute;
    top: .75rem;
    left: .6rem;
}

.header .input-key {
    display: -webkit-box;
    -webkit-box-flex:1;
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-flex: 1;
    flex: 1;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #f0f2f5;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-right: .7rem;
    padding: .25rem 1.5rem .25rem 1.7rem;
}

.result {
    display: none;
    background: #fff;
}

.result>li {
    line-height: 1rem;
    min-height: 2rem;
    border-bottom: 1px solid #f0f2f5;
    padding: .5rem .7rem;
    word-break: break-all;
    color: #141414;
}

.result>li:last-child {
    border-bottom: 0;
}

.result>li a {
    display: block;
}
/*增加删除按钮*/
.icon_del_span{
    display: none;
    position: absolute;
    right: 2.4rem;
    bottom: 0.35rem;
    padding: .375rem .3rem;
}

.icon_del_span img{
    width: .75rem;
    height: .75rem;
}

.selection {
    position: relative;
    width: 4.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    background: #f0f2f5;
}

.selection-list {
    position: absolute;
    left: 0;
    top: 1.5rem;
    z-index: 100;
    width: 100%;
    margin-top: .5rem /* 10/20 */;
    padding: 0 .5rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.selection-list li {
    height: 2rem;
    line-height: 2rem;
    padding: 0 .25rem;
    border-bottom: 1px solid #e7eaf1;
}

.selection-list li:last-child {
    border-bottom: 0;
}
.hot-search-list{
    margin: 0 .75rem;
    margin-bottom: 1.5rem /* 40/20 */;
}
.hot-search-content-1, .hot-search-content-2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .5rem;
}
.hot-title{
    margin: .75rem 0;
    color: #81888E;
    font-size: .7rem /* 14/20 */;
}
.hot-build{
    /* width: 8.275rem 165.5/20; */
    width:48.5%;
    display: inline-block;
    background: #F6F7F9;
    border-radius: 8px;
}
.top-part{
    display: flex;
    flex-direction: row;
    padding: .6rem 0 .6rem .6rem;
    padding-bottom: .3rem;
}
.top-part span{
    font-size: .6rem;
    font-weight: bold;
    margin-right: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top-part img{
    width: .8rem;
    height: .8rem;
}
.bottom-part{
    display: flex;
    flex-direction: row;
    padding: 0 .5rem .5rem .5rem;
}
.bottom-part span:first-child{
    font-size: .6rem;
    color: #81888E;
    margin-right: .6rem /* 16/20 */;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bottom-part span:last-child{
    font-size: .6rem;
    color: #FF534D;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-near{
    margin: 0 .75rem;
}
.near-search-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.clear-near-record{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.clear-near-record img{
    width: .7rem /* 14/20 */;
    height: .7rem /* 14/20 */;
    margin-right: 2px;
}
.clear-near-record span{
    font-size: .6rem /* 12/20 */;
    color: #81888E;;
}
.near-record-list{
    border-radius: 8px;
}
.near-record-list span{
    padding: 0 .8rem;
    margin: 0 .5rem .5rem 0;
    box-sizing: border-box;
    background: #F6F7F9;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    border-radius: .4rem /* 8/20 */;
    font-size: .6rem /* 12/20 */;
}
.search-result-list{
    margin: 1rem .75rem;
}
.result-top{
    display: flex;
    padding-bottom: .5rem;
    margin-bottom: .75rem;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px #EDEFF2;
}
.result-top-left{
    font-size: .7rem;
    color: #81888E;
}
.result-top .search-keyword{
    color:#FF534D;
}
.result-top-right{
}
.result-top-right span{
    color:#81888E;
}
.result-box{

}
.result-content{
    margin-bottom: .75rem;
    display: inline-block;
    border-bottom: solid 1px #EDEFF2;
    padding-bottom: .75rem;
    width: 100%;
}
.result-build-title{
    font-size: .7rem /* 14/20 */;
    font-weight: bold;
    margin-bottom: .25rem;
}
.result-build-title span {
    color:#FF534D;
}
.result-build-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.result-build-tips{
    font-size: .6rem /* 12/20 */;
    color: #81888E;
    display: flex;
}
.result-build-tips i{
    color: #D8D8D8;
    margin: 0 .2rem;
}
.result-build-price{
    font-size: .6rem /* 12/20 */;
    color:#FF534D;
}
/* 弹窗样式 */
.tips-box-content{
    display: none;
}
.tips-box{
    position: fixed;
    z-index: 2;
    background: #fff;
    width: 15rem ;
    left: 50%;
    margin-left: -7.5rem ;
    top: 50%;
    margin-top: -1.9rem;
    border-radius: 8px;
}
.tips-box-title{
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    margin: 1rem;
}
.tips-box-desc{
    text-align: center;
    color: #81888E;
    margin-bottom: 1rem;
}
.tips-box-footer{
    height: 2.5rem;
    width: 100%;
    font-size: .8rem;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: solid 1px #c1c1c1;
}
.tips-box-cancel{
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    border-right: solid 1px #c1c1c1;
    width: 50%;
    text-align: center;
}
.tips-box-submit{
    display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 50%;
    text-align: center;
    color:#FF534D;
}
.tips-box-mask{
    position: fixed;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
}