.container{background: #fff;box-sizing: border-box;padding:1rem;}
.search-box .backpage{width:6%;height:1.6rem;line-height:1.4rem;font-size:24px;background: url(../img/icon-back.png) no-repeat center;background-size: 1.2rem 1.2rem;margin-right:4%;}
.inp-box{width:88%;border:1px solid #de1e30;height:1.6rem;border-radius:2px;box-sizing: border-box;}
.inp-box input{width:78%;border:none;outline: none;box-sizing: border-box;margin-top:0.2rem;font-size:14px;line-height: 1.2rem;margin-left:2%;}
.inp-box button{width:18%;border:none;height:100%;box-sizing: border-box;background:url(../img/search_icon.png) no-repeat center #de1e30; background-size:1.2rem;}
.hot-search{width:100%;box-sizing: border-box;padding:0.6rem;margin-top:1rem;}
.hot-search a{font-size:12px;color:#999;display: inline-block;padding:0 0.4rem;border-right:1px solid #de1e30;line-height: 1rem;margin:0.5rem 0;	}
.index-ulb{margin-top:1.6rem;}
.index-box{border:1px solid #e0e0e0;box-sizing: border-box;padding:0.625rem;display:none;background:#fff;position: relative;z-index: 2;height:18.75rem;overflow-y: scroll;}
.index-box li{border-bottom:1px dotted #e0e0e0;line-height:30px;}
.noresul-box{display: none;color:red;line-height:40px;margin-left:20%;}
