/*公共样式*/
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {border-color: #999;}
.clear {display: block;clear: both;width: 0; height: 0px; line-height: 0; overflow: hidden; font-size: 0;}
/*用在浮动元素后的空内容元素上*/
input[type="text"],
input[type="password"],
button {border: none; outline: none; -webkit-appearance: none; }

/*针对检索的特有样式给摘出来*/
/*.search-mainbox{min-width:1170px !important;}*/