.bdcs-container .bdcs-search {
			position: relative;
			width: 300px;
			height:28px!important;
		}
		.bdcs-container	.bdcs-search-form-input{
				border-radius: 20px;
				padding: 2px 10px;
				line-height: 20px;
				border: solid 1px #c2c2c2;
				width: 276px;
			}
			.bdcs-container .bdcs-search-form-input:focus{
				outline: none;
			}
			 .bdcs-container .bdcs-search-form-submit{
				width: 20px;
				height: 20px;
				position: absolute;
				right: 10px;
				bottom: 5px;
				border: none;
				background-image: url(../../img/2017shou/search-icon.png);
				background-repeat: no-repeat;
				background-size:20px 20px ;
				background-position: right center;
				cursor: pointer;
				background-color: white;
				text-indent: -100px;
			}
			.bdcs-container .bdcs-search-form-submit:focus{
				outline: none;
			}
