
.search {
	&-cont {
		position: fixed;
		width: 750rpx;
		height: 45px;
		left: 0;
		/* #ifdef H5 */ 
		z-index: 999;
		/* #endif */ 
		padding: 0 15px;
		background-color: #FFFFFF;
		@include borderBotton(#eeeeee);
		&-tab{
				@include flexRowSpaceBetween;
				&-left{
					flex: 1;
					margin-right: 10px;
					height: 40px;
					flex-direction: row;
					overflow: hidden;
				}
				&-list{
					height: 40px;
					@include  flexRowCenter;
					&-item{
						padding: 0 10px;
						&-text{
							font-size: 14px;
						}
						&-act{
							color: #DC4610;
						}
					}
				}
				&-right {
					width: 40px;
					height: 18px;
					font-size: 14px;
					text-align: center;
					line-height: 18px;
					border-left-color: #CCCCCC;
					border-left-width: 1px;
					border-left-style: solid;
				}
			}
		}
		&-bottom{
			height: 45px;
		}
}