﻿.line{/*height: 10px;*/background-color: #e9f4f5;}
/*头部*/
header{background-color: #37c9d6;}
header .search .back{/*text-align: center;*/}
/*搜索*/
.label{background-color: #fff;border-bottom: 1px solid #e1e1e1;padding: 10px;}
.label span{width: 21%;box-sizing:border-box;display: block;float: left;}
.label span {font-size: 12px; border: 1px solid #e2e2e2; display: block; margin: 5px; border-radius: 3px; text-align: center; line-height: 25px;cursor:pointer;}
.label span.on{border: 1px solid #37c9d6;background-color: #37c9d6;color: #fff;}
.search_history{}
.search_history .tit{height: 40px;line-height: 40px;background-color: #f6f6f6;border: 1px solid #e1e1e1;border-width: 1px 0;padding: 0 10px;font-size: 12px;}
.search_history .bd{background-color: #fff;padding: 10px;}
.search_history .bd span{width: 20%;box-sizing:border-box;display: block;float: left;position: relative;}
.search_history .bd span a{font-size: 12px; border: 1px solid #e2e2e2; display: block; margin: 5px; border-radius: 3px; text-align: center; line-height: 25px;}
.search_history .bd span i.del{background: url(../images/icon/guanbi.png) no-repeat 0 0/cover;width: 10px;height: 10px;position: absolute;right: 0;top: 0px;}