/******** css reset ********/
html.gray-theme{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
html, body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td, img, area, param {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

i, em {
  font-style: normal
}

img {
  border: none;
}

input, button, select, option, textarea {
  outline: none;
}

/******** 项目默认样式 ********/
body {
  font: 14px/1.5 "Tahoma", arial, "Microsoft Yahei", sans-serif;
  color: #757575;
  -webkit-tap-highlight-color: transparent;
}

/*修改默认颜色，下划线*/
a {
  text-decoration: none;
  color: #757575;
}

/*修改默认字号*/
input, button {
  font-size: 14px;
}

/*修改placeholder文字颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ABABAB;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.position-a{
  position: absolute;
}
.position-v{
  position: relative;
}
.text-left{
  text-align: left;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.cursor-pointer{
  cursor: pointer;
}
.home-a{
  padding-bottom: 10px;
  border-bottom: 1px solid #F16622;
  color: #F16622;
}
.cityChoice a:hover{
  color: #F16622;
}

.sYse{
  color: #F16622!important;
}