body {
  background: #f7f7f7;
}
.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 .squre-title {
  line-height: 50px;
  font-weight: bold;
  color: #999999;
}
.header .main .header-icon .user-list .user-list-content .squre-title .xunjia {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -366px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-title .baojia {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -320px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-title .baojia-no {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -216px;
  vertical-align: middle;
}
.header .main .header-icon .user-list .user-list-content .squre-title .xunjia-no {
  display: inline-block;
  margin-left: 10px;
  width: 86px;
  height: 33px;
  background: url("../images/xunbaojia.png") 0 0;
  background-position: -620px -265px;
  vertical-align: middle;
}
.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;
}
.showdetails {
  padding-top: 72px;
}
.showdetails .main {
  width: 1200px;
  margin: 0 auto;
}
.showdetails .head-banner-bg {
  width: 100%;
  height: 420px;
  background-color: #222;
  background-repeat: repeat-x;
  background-position: center top;
}
.showdetails .detail_head_title {
  position: relative;
  width: 100%;
  height: 320px;
  padding-top: 50px;
}
.showdetails .detail_head_title .detail_head_title_left {
  height: 100%;
  padding: 0;
  width: 190px;
  float: left;
}
.showdetails .detail_head_title .detail_head_title_left .detail-head-title-left-icon {
  width: 178px;
  height: 178px;
  border: 2px solid #6c6c6c;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.5);
  background-color: #252525;
  margin: 0 auto;
}
.showdetails .detail_head_title .detail_head_title_left .detail-head-title-left-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.showdetails .detail_head_title .detail_head_title_left p {
  text-align: center;
}
.showdetails .detail_head_title .detail_head_title_left p .btn-attention {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 20px;
  background-color: transparent;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.showdetails .detail_head_title .detail_head_title_right {
  position: relative;
  width: 1010px;
  padding-left: 20px;
  float: left;
  height: 100%;
  color: #fff;
}
.showdetails .detail_head_title .detail_head_title_right h2 {
  font-size: 30px;
}
.showdetails .detail_head_title .detail_head_title_right > p {
  font-size: 18px;
  margin-bottom: 8px;
}
.showdetails .detail_head_title .detail_head_title_right > p i {
  margin-right: 10px;
  font-size: 24px;
}
.showdetails .detail_head_title .detail_head_title_right .list-head-title-tab {
  margin-top: 30px;
}
.showdetails .detail_head_title .detail_head_title_right .list-head-title-tab a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  padding: 3px 25px;
}
.showdetails .detail_head_title .detail_head_title_right .list-head-title-tab a.business_btn {
  margin-right: 15px;
  -webkit-box-shadow: 0 3px 0 #96000a;
          box-shadow: 0 3px 0 #96000a;
  background-color: #BE121E !important;
  color: #fff !important;
}
.showdetails .detail_head_title .detail_head_title_right .list-head-title-tab a.audience_btn {
  -webkit-box-shadow: 0 3px 0 #b66f00;
          box-shadow: 0 3px 0 #b66f00;
  background-color: #EE8F00 !important;
  color: #fff !important;
}
.showdetails .detail_head_title .detail_head_title_right .list-head-title-tab a i {
  font-size: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
.showdetails .detail_head_title .detail_head_title_right .list-head-title-tab a span {
  vertical-align: middle;
}
.showdetails .detail_head_title .detail_head_title_right .diff-time {
  position: absolute;
  top: 25px;
  right: 40px;
  text-align: center;
}
.showdetails .detail_head_title .detail_head_title_right .diff-time .exhibition-time {
  font-size: 18px;
  margin-bottom: 10px;
}
.showdetails .detail_head_title .detail_head_title_right .diff-time .exhibition-time em {
  font-style: normal;
}
.showdetails .detail_head_title .detail_head_title_right .diff-time .diff-time-days {
  display: inline-block;
  width: 107px;
  height: 125px;
  border: 6px solid #fff;
  overflow: hidden;
  margin-bottom: 0;
}
.showdetails .detail_head_title .detail_head_title_right .diff-time .diff-time-days .diff-time-days-numbers {
  display: block;
  font-size: 50px;
  text-align: center;
}
.showdetails .detail_head_title .detail_head_title_right .diff-time .diff-time-days .diff-time-days-unit {
  display: block;
  font-size: 24px;
  text-align: center;
}
.showdetails .detail_head_title .detail_head_title_right .detail_share {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  ine-height: 32px;
}
.showdetails .detail_head_title .detail_head_title_right .detail_share label {
  vertical-align: super;
}
.showdetails .detail_head_title .detail_head_title_right .detail_share > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background-color: #3a3a3a;
  color: #bbbbbb;
  text-align: center;
  text-decoration: none;
}
.showdetails .detail_head_title .detail_head_title_right .detail_share > a i {
  font-size: 24px;
}
.showdetails .detailMin_box {
  margin-top: -87px;
  background-color: #fff;
}
.showdetails .detailMin_box .detailBox_title {
  width: 100%;
  height: 60px;
  padding: 15px 30px;
  background-color: #efefef;
  border: 1px solid #cfcfcf;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 14px;
}
.showdetails .detailMin_box .detailBox_title .detailMin_box_title_left {
  float: left;
}
.showdetails .detailMin_box .detailBox_title .detailMin_box_title_left .detail-tab {
  width: 100%;
}
.showdetails .detailMin_box .detailBox_title .detailMin_box_title_left .detail-tab > li {
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
}
.showdetails .detailMin_box .detailBox_title .detailMin_box_title_left .detail-tab > li > span {
  position: relative;
  display: block;
  color: #333;
  border: 0 none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  padding: 5px 8px 12px;
  margin-right: 25px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.showdetails .detailMin_box .detailBox_title .detailMin_box_title_left .detail-tab > li.active > span {
  color: #c11621;
  border: 0 none;
  border-radius: 0;
  border-bottom: 4px solid #c11621;
  background-color: transparent;
}
.showdetails .detailMin_box .detailBox_title .detailMin_box_title_left .detail-tab > li:hover > span {
  color: #c11621;
  border: 0 none;
  border-radius: 0;
  border-bottom: 4px solid #c11621;
  background-color: transparent;
}
.showdetails .detailMin_box .detailMin_box_min {
  padding: 30px 30px 62px;
  background-color: #fff;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content {
  padding: 0 15px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .exhibition-images {
  height: 395px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .exhibition-images .ivu-col {
  margin-top: 15px;
  padding: 0 15px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .exhibition-images .ivu-col img {
  width: 100%;
  height: auto;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .txt_body {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .addr_are {
  height: 492px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title {
  height: 80px;
  background-color: #f2f2f2;
  margin-top: 10px;
  border-radius: 5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title > i {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  background-color: #858585;
  border-radius: 50%;
  color: #fff;
  padding: 4px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title > span {
  display: inline-block;
  margin-right: 10px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title > p {
  position: relative;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title > p > em {
  font-size: 30px;
  font-weight: 700;
  font-family: monospace;
  color: #c0161f;
  margin: 0 10px;
  font-style: normal;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title > p > b {
  color: #c0161f;
  font-weight: bold;
  font-size: 14px;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .detailMin_box_min_left_top_title .sanj_right {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c0161f;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .chart_item_min {
  width: 100%;
  height: 275px;
  background-color: #f4f4f4;
  border: 1px solid #dddddd;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .chart_item_min .chart_item_title {
  margin-top: 15px;
  margin-left: -1px;
  height: 28px;
  margin-bottom: 10px;
  z-index: 1;
}
.showdetails .detailMin_box .detailMin_box_min .tab-content .chart_item_min .chart_item_title span {
  display: block;
  color: #fff;
  width: 107px;
  height: 28px;
  line-height: 28px;
  background: url("../images/chart_title_bg.png") right top;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}
.showdetails .detailMin_box .detailMin_box_min .detailMin_box_min_left_title {
  margin: 20px 0;
}
.showdetails .detailMin_box .detailMin_box_min .detailMin_box_min_left_title i {
  margin-right: 10px;
  font-size: 30px;
  color: #cb0000;
}
.showdetails .detailMin_box .detailMin_box_min .detailMin_box_min_left_title span {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima {
  padding: 15px 12px;
  height: 195px;
  background-color: #c11621;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima .zhanhui-erweima-img {
  float: left;
  width: 180px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima .zhanhui-erweima-img img {
  display: block;
  width: 165px;
  height: 165px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima .zhanhui-right-txt {
  float: left;
  width: 136px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima .zhanhui-right-txt p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima .zhanhui-right-txt .text-center {
  text-align: center;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima .zhanhui-right-txt .text-right {
  text-align: right;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima i.iconyinhao {
  color: rgba(0, 0, 0, 0.22);
  font-size: 24px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-erweima i.iconshouji {
  font-size: 40px;
}
.showdetails .detailMin_box .detailMin_box_min .h20 {
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization {
  padding: 25px 30px;
  min-height: 370px;
  background-image: url("../images/zbf.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization > h3 {
  font-size: 18px;
  margin: 0;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization > h3 > span:first-child {
  display: inline-block;
  width: 4px;
  height: 21px;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 10px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .zhanhui-organization-list {
  margin-top: 20px;
  padding-left: 6px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .zhanhui-organizer {
  margin-bottom: 20px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .zhanhui-organizer p {
  font-size: 14px;
  margin-bottom: 10px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .zhanhui-organizer p b {
  font-weight: bold;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .zhanhui-media {
  margin-bottom: 10px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .zhanhui-media a {
  color: #fff;
  font-size: 14px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .text-center {
  text-align: center;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .break-all {
  word-break: break-all;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-organization .btn-organizer {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
.showdetails .detailMin_box .detailMin_box_min .slider-item-head {
  position: relative;
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.showdetails .detailMin_box .detailMin_box_min .slider-item-head span:first-child {
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #c11621;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}
.showdetails .detailMin_box .detailMin_box_min .slider-item-head span:first-child > i {
  font-size: 18px;
}
.showdetails .detailMin_box .detailMin_box_min .slider-item-head .more {
  position: absolute;
  right: 0;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail {
  width: 100%;
  height: 190px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  height: 100%;
  padding: 0;
  z-index: 1;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper .swiper-slide .zhanhui-slider-news-title {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.46);
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper .swiper-slide .zhanhui-slider-news-title p {
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper .swiper-slide .zhanhui-slider-news-title .zhanhui-slider-news-title-city {
  font-size: 12px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-detail .swiper-container .swiper-wrapper .swiper-slide .zhanhui-slider-news-title .zhanhui-slider-news-title-1 a {
  color: #fff;
  font-size: 14px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-other {
  font-size: 14px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-other a {
  color: #333;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-other img {
  display: block;
  width: 162px;
  height: 91px;
}
.showdetails .detailMin_box .detailMin_box_min .zhanhui-category-other .zhanhui-category-other-title {
  margin-top: 8px;
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.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: 1000000;
}
.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;
}
