/*通用顶部搜索栏*/
	/* .search_orange {
	    background: #f8741a;
	} */
	.search_body{
		width: 351px;
		margin: 20px 12px 0 12px;
		height: 48px;
		line-height: 48px;
	}
	.back_body{
		width: 100%;
		height: 48px;
		line-height: 48px;
	}
	
	.navbar-item {
	      height: 48px;
	      line-height: 48px;
	      float: left;
		  margin-left: 12px;
		      text-align: center;
	}
	.navbar-title{
		width:305px;
		padding-left: 12px;
		height: 48px;
		line-height: 48px;
		float: left;
		margin-left:-9px;
		font-size: 18px;
		font-family: P_BOLD;
		text-align: center;
	}
	
	    .navbar-item .back-ico:before, .navbar-item .next-ico:before {
	        display: block;
	        font-size: 20px;
	        color: white;
	    }
	.icon_black:before {
	    display: block;
	    font-size: 20px;
	    color: #333 !important;
	}
	
	.search-content {
	    width: 351px;
	    height: 28px;
	    line-height: 28px;
	    background: #fff;
	    border-radius: 14px;
	    position: relative;
		border: 1px solid #E5650E;
	}
	
	.search-content .icon_search{
		width: 15px;
		height:16px;
		margin-left: 12px;
		margin-top: 6px;
	}
	.search-content .input_line{
		height: 13px;
		margin-left: 8.5px;
		margin-top:  8.5px;
	}
	    
	
	.search-input {
	    width: 225px;
        height: 26px;
        line-height: 26px;
	    border: none;
	    color:#999;
	    font-size:12px;
	    outline-color: #fff;
	    position: absolute;
	    top: 0;
		margin-left: 35px;
	}
	.search-input-white{
		 width: 270px;
		 margin-left: 43px;
	}
	
	    .search-input::-webkit-input-placeholder {
	        /* Chrome/Opera/Safari */
	        color: #d7d7d7;
	    }
	
	    .search-input::-moz-placeholder {
	        /* Firefox 19+ */
	        color: #d7d7d7;
	    }
	
	    .search-input:-ms-input-placeholder {
	        /* IE 10+ */
	        color: #d7d7d7;
	    }
	
	    .search-input:-moz-placeholder {
	        /* Firefox 18- */
	        color: #d7d7d7;
	    }
	
	    .search-input:focus {
	        border: none;
	    }
	
	.search-btn {
	    display: inline-block;
	    color: #fff;
	    background: linear-gradient(to right,#F8781F,#F68537);
	   
	    text-align: center;
        width: 55px;
        height: 24px;
        line-height: 24px;
        border-radius: 13px;
        position: absolute;
        top: 1px;
        right: 1px;
        font-size: 12px;
	}
	
	/*白底橙色边框，带X的搜索栏*/
	.search_2 {
	margin:0 12px 0 0;
	height:28px;
	width:351px;
	}
	.border-orange {
	    border: 1px solid #E5650E;
	    width:345px;
		height:28px;
	}
	.close-btn {
	    display: inline-block;
	    width: 22px;
	    height: 22px;
	    position: absolute;
	    right: 3px;
		top: 3px;
	}
	    .close-btn img {
	        width: 22px;
	        height: 22px;
	       
	    }
	