*{color:#333;}
/*头部样式*/
header .vt{display: inline-block;margin-left: 5px; border:1px solid #fff;width: 10px;height: 10px;transform: rotate(45deg);border-left: 0px;border-top:0;    margin-left: 7px;
    margin-bottom: 3px}
header .search_list{position: absolute;top: 55px;left: calc(50% - 75px); width: 150px;font-size: 14px;display: none;}
header .search_list li{background: rgba(0,0,0,0.7);height: 40px;line-height: 40px;text-align: center;margin-bottom: 2px;}
header .search_list li a{color: #f6fbf9;display: block}
/*内容样式*/
section input{background: #f6fbf9;border:1px solid #e5e5e5;}
.address{margin: 15px 10px; /*height: 40px;line-height: 40px;display: flex;*/}
.address div{flex:1;position: relative;}
.address div span{position: absolute;top: -10px;left: 0;width: 100%;height: 100%;text-align: center;font-size: 19px;font-weight: 500;}
.address .op0{opacity: 0;}
.address input{position: absolute;top: -10px;left: 0;width: 100%;height: 100%; margin:5px 0;height: 30px;font-size: 15px;-webkit-box-sizing: border-box;text-align: center;}
.address .cut{display: inline-block;width: 30px;height:20px;background: url("../images/qiehuan.png") center center no-repeat;color: #333;background-size: 15px 15px;}
/*搜索类型样式*/
.search_type{width: 94%; margin: 0 auto;}
.search_type .type_item{display: flex;margin-bottom: 5px;}
.search_type .type{display: inline-block;width: 70px;/*text-align: center;*/color: #999999;}
.search_type .type_choose{/*flex: 1;*/width: 80%; font-size: 16px;} 
.search_type .type_choose span{display: inline-block;padding:2px 12px;border-radius: 5px;margin-bottom: 15px;}
.search_type .type_choose .active{color: white;background: #7ea9e4;}
/*历史搜索样式*/
.history_search{width: 95%;margin: 60px auto 0;}
.history_search .history_search_info{position: relative;border-top: 1px solid #e5e5e5;}
.history_search .history_search_info p{position: absolute;top: -14px;left: calc(50% - 70px);text-align: center;color: #999; width: 140px;background: #f6fbf9;}
.history_search .history_search_list{margin-top: 30px;}
.history_search .history_search_list li{margin-bottom: 15px;}
/*按钮样式*/
.btn_group{width: 95%;margin: 30px auto;}
.btn_group .weui-btn_primary{background-color: #38d163;height: 40px;line-height: 40px;}
/*新增关键词样式*/
.search_title{border:none; height: 100%; background-color: #fff;  width: 100%;font-size: 16px;}
/*地址选择样式*/
.address p{width: 60px; color: #999999;}
.address .start,.address .end{display: flex; margin-top: 15px;}
.address .start select,.address .end select{width: 25%; margin-left: 8px;}
.address .start .star-a,.address .end .star-aa{margin-left: 12px; font-size: 16px;}
form{border-bottom: 1px solid #38d163;}