@charset "utf-8";
/*搜索下拉框搜索页
.suggest_link{background-color:#fff;padding:2px 6px 2px 6px;}
.suggest_link_over{background:#e8e2fe;padding:2px 6px 2px 6px;cursor:pointer;}
#search_suggest{position:absolute;background-color:#fff;text-align:left;border:1px solid #000;width:100%;}*/
/*搜索下拉框全局*/
.globalsuggest_link {
background-color:#fff;
padding:5px;
}
.globalsuggest_link_over {
background:#e8e2fe;
padding:5px;
cursor:pointer;
}
.globalsuggest_show {
display:none;
margin-top:-18px;
}
#globalsuggest_go {
position:absolute;
background-color:#fff;
text-align:left;
border:1px solid #ddd;
width:auto;
}
/*搜索下拉框*/
.suggest_link {
background-color:#fff;
padding:5px 10px;
z-index:1000;
}
.suggest_link_over {
background:#e8e2fe;
padding:5px 10px;
cursor:pointer;
z-index:1000;
}
#search_suggest {
position:absolute;
background-color:#fff;
text-align:left;
border:1px solid #ddd;
width:170px;
z-index:1000;
}
img {
border-width: 0px 0px 0px 0px
}
.input[type=text] {
font-size: 14px;
min-height: 32px;
margin: 0;
padding: 7px 8px;
outline: none;
color: #333;
background-color: #fff;
background-repeat: no-repeat;
background-position: right center;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in 0;
vertical-align: middle;
margin-top:12px;
}
.button {
position: relative;
display: inline-block;
margin: 0;
padding: 8px 15px;
font-size: 14px;
font-weight: bold;
color: #333;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
white-space: nowrap;
background-color: #eaeaea;
background-image: -moz-linear-gradient(#fafafa, #eaeaea);
background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
background-image: linear-gradient(#fafafa, #eaeaea);
background-repeat: repeat-x;
border-radius: 3px;
border: 1px solid #ddd;
border-bottom-color: #c5c5c5;
box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
vertical-align: middle;
cursor: pointer;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;
margin-top:12px;
}
.button:hover,.button:active {
background-position: 0 -15px;
border-color: #ccc #ccc #b5b5b5;
}
.button:active {
background-color: #dadada;
border-color: #b5b5b5;
background-image: none;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}
.button:focus,input[type=text]:focus,input[type=password]:focus {
outline: none;
border-color: #51a7e8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
}
.select {
/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
border: solid 1px #DDD;
/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
/*在选择框的最右侧中间显示小箭头图片*/
background: url("../images/arrow.png") no-repeat scroll right center transparent;
/*为下拉小箭头留出一点位置，避免被文字覆盖*/
padding-right: 14px;
padding: 7px 10px;
display: inline-block;
vertical-align: middle;
margin-top:12px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.select::-ms-expand {
display: none;
}
/*diy css end*/
