.header {
  width: 100%;
  position: fixed;
  top: 0;
  margin: 0 auto;
  height: 72px;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1001;
  background: #fff;
}
.header .main {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.header .main .header-logo {
  width: 129px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.header .main .header-saerch {
  width: 600px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -300px;
}
.header .main .header-saerch-wrap {
  position: relative;
  width: 600px;
  height: 34px;
  margin: 0 auto;
}
.header .main .header-saerch-wrap .filter-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79px;
  height: 100%;
  line-height: 32px;
  border: 1px solid #BDBDBD;
  border-right: none;
  font-size: 12px;
  color: #555;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container {
  background: #FFF;
  text-align: left;
  padding-left: 14px;
}
.header .main .header-saerch-wrap .filter-wrap .cus-filter-searchBox-select-container .cus-filter-select-panel {
  left: -1px;
  border: 1px solid #BDBDBD;
  border-top: none;
}
.header .main .header-saerch-wrap .input-wrap {
  position: absolute;
  width: 420px;
  height: 34px;
  top: 0;
  left: 79px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug {
  position: absolute;
  z-index: 1;
  top: 34px;
  width: 397px;
  height: auto;
  background: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px #ededed;
          box-shadow: 1px 1px 3px #ededed;
}
.header .main .header-saerch-wrap .input-wrap .bdsug.active {
  display: block;
}
.header .main .header-saerch-wrap .input-wrap .bdsug ul {
  padding-bottom: 10px;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li {
  display: list-item;
  width: 100%;
  color: #000;
  font: 14px arial;
  line-height: 22px;
  padding: 0 8px;
  position: relative;
  cursor: default;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li.active {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .input-wrap .bdsug li:hover {
  background: #f0f0f0;
}
.header .main .header-saerch-wrap .search-input {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 14px;
  padding-left: 8px;
  width: 397px;
  height: 34px;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  letter-spacing: 0;
  border: 1px solid #BDBDBD;
  border-left: none;
  border-right: none;
  background-color: #fff;
  -webkit-appearance: none;
  outline: 0;
}
.header .main .header-saerch-wrap .search-btn {
  position: absolute;
  top: 0;
  left: 475px;
  padding-bottom: 9px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  border: 0;
}
.header .main .cus-filter-select-container {
  position: relative;
  height: 100%;
  cursor: pointer;
  text-align: center;
}
.header .main .cus-filter-select-container .cus-filter-select-icon {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-left: 14px;
  vertical-align: top;
  background: url("../images/filter-drop-down.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.38s;
  transition: all 0.38s;
}
.header .main .cus-filter-select-container .cus-filter-select-icon.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container .cus-filter-select-panel {
  display: none;
  position: absolute;
  padding-left: 14px;
  width: 100%;
  background: inherit;
  z-index: 999;
}
.header .main .cus-filter-select-container .cus-filter-select-panel:hover {
  color: #ff4400;
}
.header .main .cus-filter-select-container:hover .cus-filter-select-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .main .cus-filter-select-container:hover .cus-filter-select-panel {
  display: block;
}
.header .main .cui-button {
  text-align: center;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  width: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #fff;
  background-color: #ff4400;
  border-color: #ff4400;
}
.header .main .cui-button:hover {
  background-color: #ff5a1e;
  border-color: #ff5a1e;
}
.header .main .header-login {
  position: absolute;
  top: 50%;
  right: 30px;
  height: 22px;
  margin-top: -11px;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}
.header .main .header-login .header-login-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  background-position: -10px -255px;
  background-image: url("../images/sprite_sj_icons@2x.png");
  background-image: -webkit-image-set(url(../images/sprite_sj_icons@2x.png) 2x);
}
.header .main .header-icon {
  position: relative;
  float: right;
  margin-top: 12px;
  width: 40px;
  height: 52px;
  background: url("../images/user.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list {
  display: none;
  position: absolute;
  width: 250px;
  border: 1px solid #d9d9d9;
  top: 50px;
  right: -5px;
  background: #fff;
}
.header .main .header-icon .user-list::after {
  position: absolute;
  right: 18px;
  top: -7px;
  content: '';
  width: 12px;
  height: 7px;
  background: url("../images/sanjiao.jpg") 0 0 no-repeat;
}
.header .main .header-icon .user-list .user-list-title {
  height: 46px;
  line-height: 46px;
  padding: 0 15px 0 32px;
  background: #f9f9f9;
}
.header .main .header-icon .user-list .title-name {
  float: left;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #666666;
}
.header .main .header-icon .user-list .exit {
  float: right;
}
.header .main .header-icon .user-list .user-list-content {
  padding: 0 0 45px 32px;
}
.header .main .header-icon .user-list .user-list-content .content-squre {
  margin-top: 10px;
}
.header .main .header-icon .user-list .user-list-content .squre-title {
  line-height: 32px;
  font-weight: bold;
  color: #999999;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line {
  line-height: 30px;
}
.header .main .header-icon .user-list .user-list-content .squre-content-line .line-r {
  margin-left: 32px;
}
.header .main .header-icon:hover .user-list {
  display: block;
}
.content {
  padding: 92px 0 62px;
}
.content .main {
  margin: 0 auto;
  font-size: 14px;
}
.content .main .location {
  line-height: 50px;
}
.content .main .date-saerch {
  border: 1px solid #eee;
}
.content .main .date-saerch .search-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #ff4400;
  color: #fff;
}
.content .main .date-saerch .search-content {
  padding: 0 20px 10px;
}
.content .main .date-saerch .search-content-ul {
  margin-top: 10px;
}
.content .main .date-saerch .search-content-ul p {
  font-weight: bold;
}
.content .main .date-saerch .search-content-ul .ul-list span {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}
.content .main .date-saerch .search-content-ul .ul-list span.active {
  color: #ff4400;
}
.content .main .date-saerch .search-content-ul .ul-list span.active a {
  color: #ff4400;
}
.content .main .date-saerch .search-content-ul .ul-list .city {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  color: #2d8cf0;
}
.content .main .date-saerch .search-content-ul .ul-list .city.active {
  color: #ff4400;
}
.content .main .date-table {
  margin-top: 20px;
  border: 1px solid #eee;
}
.content .main .date-table .table-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #ff4400;
  color: #fff;
}
.content .main .date-table .table-content {
  padding: 0 20px;
}
.content .main .date-table .table-content .cate-li {
  float: left;
  width: 12.5%;
  text-align: center;
  line-height: 32px;
  margin-bottom: 5px;
  color: #2d8cf0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .main .date-table .table-content .table-therd {
  margin-top: 10px;
  height: 40px;
  color: #000;
  font-weight: bold;
  background-color: #f8f8f9;
}
.content .main .date-table .table-content .table-therd li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 5px;
  line-height: 40px;
}
.content .main .date-table .table-content .tbody-ul {
  height: 40px;
}
.content .main .date-table .table-content .tbody-ul li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 5px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .main .date-table .table-content .tbody-ul li.li-active {
  color: #2d8cf0;
}
.content .main .date-table .table-page {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  margin: 10px 0;
}
.content .main .date-table .table-page .page-total {
  float: left;
}
.content .main .date-table .table-page .page-page {
  float: right;
}
.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f6f5;
  border-top: 1px solid #ebebeb;
  text-align: left;
  font-size: 12px;
  height: 42px;
  line-height: 42px;
  margin-top: 40px;
  z-index: 100;
}
.footer .help {
  background: #f5f6f5;
  zoom: 1;
  padding: 0 0 0 50px;
  float: left;
  padding-left: 121px;
}
.footer .help a {
  color: #777;
  padding: 0 15px;
  text-decoration: none;
}
