body{
    background: #EFEFF4;
}
.top{
    height:88px;
    line-height: 88px;
    background: #FFB800;
    overflow: hidden;
    padding: 0 10px 0 15px;
    max-width: 750px;
}
.top .back{
    display: block;
    width:10%;
    height:88px;
    background: url(../images/back.png) no-repeat 0 center;
    background-size: 30px 40px;
}
.top .s-search{
    display: block;
    padding: 0 0 0 80px;
    width:75%;
    height: 60px;
    line-height: 60px;
    color: #6D6D72;
    border: none;
    outline:none;
    border-radius: 8px;
    background: #fff url(../images/i-search.png) no-repeat 20px center;
    background-size: 48px;
    margin:14px 0;
    font-size: 26px;
}
button{
	position: absolute;
	right: 0;
	top: 0;
    width:15%;
    height:88px;
    line-height: 88px;
    text-align: center;
    background: #FFB800;
    border: none;
    outline:none;
    color: #fff;
    font-size: 30px;
}
.main{
    padding: 100px 10px;
}
.title{
    color: #000;
    padding:30px 0;
    font-size: 28px;
}
.hot_search{
	margin: 10px 0;
}
.hot_content{
    overflow: hidden;
}
.hot_content a{
    display: block;
    float: left;
    border:1px solid #CDCDCD;
    border-radius: 10px;
    height:60px;
    line-height: 58px;
    padding:0 20px;
    margin: 0 10px 20px 0;
    color: #9E9E9E;
    font-size: 24px;
}
.empty{
    padding: 40px 2%;
}
.clear{
    display: block;
    width: 100%;
    height:70px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #a6966d;
    color: #a6966d;
    border-radius: 10px;
    font-size:24px;
}