
.activity-main .activity-container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  border: 1px solid #e5e5e5;
  border-top: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 25px 0px 0px 0px;
  margin-bottom: 50px;
}
.activity-main .serve-title {
  width: 100%;
  height: 100px;
  background: url(../images/serve_title_bg.png) center 0 no-repeat;
}
.activity-main .serve-title .title {
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.activity-main .crumbs-wrap .crumbs {
  padding: 16px 0 13px 0;
  line-height: 1;
}
.activity-main .crumbs-wrap .crumbs strong,
.activity-main .crumbs-wrap .crumbs a,
.activity-main .crumbs-wrap .crumbs b,
.activity-main .crumbs-wrap .crumbs span {
  font-size: 12px;
  font-style: normal;
  color: #999;
}
.activity-main .crumbs-wrap .crumbs a:hover {
  color: #268eff;
}
.activity-main .crumbs-wrap .crumbs b {
  margin: 0 5px;
  font-family: simsun;
}
.activity-main .crumbs-wrap .search-box {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 0;
}
.activity-main .crumbs-wrap .search-box .search-value {
  padding-left: 5px;
  width: 250px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
}
.activity-main .crumbs-wrap .search-box .search-btn {
  margin-left: -1px;
  width: 60px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #268eff;
  border: 0;
  border-radius: 0 3px 3px 0;
}
.activity-main .filter-wrap {
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 4px;
  line-height: 1;
  background: #fff;
  box-shadow: 0px 4px 4px #ddd;
  margin: 40px auto 0px auto;
  padding: 0px;
}
.activity-main .filter-wrap .filter-list {
  padding: 20px 20px 10px 20px;
}
.activity-main .filter-wrap .filter-list .filter-item {
  border-bottom: 1px dashed #eee;
  padding: 15px 0;
  font-size: 0;
}
.activity-main .filter-wrap .filter-list .filter-item.filter-item-county,
.activity-main .filter-wrap .filter-list .filter-item.filter-item-typechild {
  display: none;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-label {
  display: inline-block;
  width: 80px;
  margin: 8px 0;
  padding: 3px 4px;
  text-align: right;
  font-size: 14px;
  color: #666;
  vertical-align: top;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-label span {
  line-height: 1;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-value {
  display: inline-block;
  width: 1068px;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-value .filter-value_list {
  position: relative;
  padding-left: 65px;
  font-size: 0;
  white-space: normal;
  overflow: hidden;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-value .filter-value_list .filter-value_item {
  display: inline-block;
  padding: 3px 4px;
  margin: 5px 5px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 5px 12px;
  -moz-border-radius: 30px;
  border: 1px solid #fff;
  cursor: pointer;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-value .filter-value_list .filter-value_item:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.activity-main .filter-wrap .filter-list .filter-item .filter-value .filter-value_list .filter-value_item:hover,
.activity-main .filter-wrap .filter-list .filter-item .filter-value .filter-value_list .filter-value_item.active {
  color: #fff;
  background: #268eff;
  border: 1px solid #268eff;
}
/**面包屑栏**/
.zjzw-breadcrumb {
  position: relative;
}
.zjzw-breadcrumb .zjzw-breadcrumb-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.zjzw-breadcrumb .breadcrumb-list {
  position: relative;
  margin: 0;
  padding-left: 25px;
  background: url("../images/mbx.png") no-repeat 0 center;
}
.zjzw-breadcrumb .breadcrumb-list > li {
  display: inline-block;
  position: relative;
  line-height: 60px;
  padding-right: 2rem;
  color: #999999;
}
.breadcrumb-list .hovCol:hover {
  color: #1786e0;
}
.zjzw-breadcrumb .breadcrumb-list > li > a {
  display: block;
  color: #707070;
}
.zjzw-breadcrumb .breadcrumb-list > li:after {
  content: ">";
  position: absolute;
  right: 0.4rem;
  top: 0;
  line-height: 60px;
}
.zjzw-breadcrumb .breadcrumb-list > li:last-child:after {
  content: "";
}
.activity-select_tab {
  background: #fff;
  line-height: 59px;
  height: 59px;
  border-bottom: 4px solid #007AFF;
  width: 1200px;
  margin: 0px auto;
}
.activity-select_tab a {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  width: 150px;
  text-align: center;
  line-height: 55px;
  height: 55px;
}
.activity-select_tab a.active,
.activity-select_tab a:hover {
  background: #007AFF;
  color: #fff;
}
#activity-tools {
  width: 1200px;
  margin: 25px auto 0px auto;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}
#activity-tools .activity-tools-left {
  float: left;
  width: 300px;
}
#activity-tools .activity-tools-left span {
  cursor: pointer;
  font-size: 15px;
  color: #666;
  padding: 0px 22px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
  border-right: 1px solid #e5e5ea;
}
#activity-tools .activity-tools-left span i.iconfont {
  font-size: 15px;
  padding: 0px 5px;
  color: #AEAEB2;
}
#activity-tools .activity-tools-left span:Hover,
#activity-tools .activity-tools-left span.active {
  color: #007AFF;
}
#activity-tools .activity-tools-left span:Hover i.iconfont,
#activity-tools .activity-tools-left span.active i.iconfont {
  color: #007AFF;
}
#activity-tools .activity-tools-mid {
  float: left;
  width: 650px;
  border-right: 1px solid #e5e5ea;
  padding-right: 10px;
}
#activity-tools .activity-tools-mid span {
  padding: 0px 10px 0px 35px;
  color: #444;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#activity-tools .activity-tools-mid span i.iconfont {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 2px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #8E8E93;
  font-weight: bold;
  margin-top: 5px;
  position: absolute;
  left: 10px;
  top: 15px;
  color: #fff;
}
#activity-tools .activity-tools-mid span:Hover {
  color: #007AFF;
}
#activity-tools .activity-tools-mid span.active {
  color: #333;
}
#activity-tools .activity-tools-mid span.active i.iconfont {
  color: #fff;
  border: 2px solid #007AFF;
  background: #007AFF;
}
#activity-tools .activity-tools-mid .total {
  float: right;
}
#activity-tools .activity-tools-right {
  text-align: center;
  float: right;
  width: 175px;
}
#activity-tools .activity-tools-right span {
  padding-right: 8px;
}
#activity-tools .activity-tools-right i.iconfont {
  border: 1px solid #eaeaea;
  cursor: pointer;
  color: #333;
  padding: 6px 8px;
  font: 18px bold;
}
#activity-tools .activity-tools-right i.iconfont#prevBtn {
  border-right: 0px;
}
#activity-tools .activity-tools-right i.iconfont:Hover {
  color: #007AFF;
}
#activity-tools:after {
  width: 100%;
  display: block;
  content: "";
  height: 0px;
  clear: both;
}
#activytiTime {
  position: relative;
}
.acivity-calendar_a {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #777;
  width: 100px;
}
.acivity-calendar_a a {
  color: #888;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
}
.acivity-calendar_a a i.iconfont {
  padding-left: 5px;
}
.acivity-calendar_a a:hover {
  color: #268eff;
}
#activty-selec-time {
  z-index: 100;
  position: absolute;
  width: 260px;
  right: 400px;
  top: 12px;
}
#activty-selec-time input[type="text"] {
  width: 120px;
  cursor: pointer;
  width: 250px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  display: block;
  padding: 0px 10px;
  background: transparent;
  position: relative;
  z-index: 10;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#activty-selec-time input[type="text"]::placeholder {
  font-size: 13px;
}
#activty-selec-time input[type="text"]::-webkit-input-placeholder,
#activty-selec-time input[type="text"]::-moz-input-placeholder,
#activty-selec-time input[type="text"]::input-placeholder {
  font-size: 13px;
}
#activty-selec-time i.iconfont {
  position: absolute;
  z-index: 5;
  right: 28px;
  top: 12px;
  color: #666;
  font-size: 16px;
}
.calonlist-banner {
  min-height: 320px;
  width: 100%;
  background: url(../images/banner_live.jpg) center top no-repeat;
}
#mbx {
  width: 1200px;
  margin: 0px auto;
  color: #fff;
  padding-top: 75px;
  position: relative;
}
#mbx h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}
#mbx .mbx-right {
  position: absolute;
  right: 0px;
  text-align: center;
  color: #F6F6F6;
  bottom: 0px;
}
#mbx .mbx-right a {
  color: #fff;
}
#mbx .mbx-right a.hovCol {
  padding-left: 25px;
  background: url(../images/mbx2.png) no-repeat 0 center;
}
#mbx .mbx-right a i.iconfont {
  padding-right: 5px;
}
#mbx .mbx-right b {
  font-weight: normal;
}
#mbx .mbx-right span {
  opacity: 0.8;
}
#open-select {
  padding: 0px 0px 10px 0px;
  text-align: center;
}
#open-select button {
  border: none;
  padding: 10px 20px;
  background: none;
}
#open-select button i.iconfont {
  font-size: 12px;
}
#open-select button:hover {
  color: #268eff;
}
.hiddenItem {
  display: none;
}
.live_list {
  width: 1140px;
  margin: 0px auto;
  padding: 0px;
}
.live_list dl {
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0px 2px 9px 5px #f0f0f0;
  -webkit-box-shadow: 0px 2px 9px 5px #f0f0f0;
  -moz-box-shadow: 0px 2px 9px 5px #f0f0f0;
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.live_list dl dt {
  float: left;
  width: 406px;
  height: 254px;
}
.live_list dl dt a.imgs {
  width: 406px;
  height: 254px;
  display: block;
  position: relative;
}
.live_list dl dt a.imgs .nopic {
  width: 406px;
  height: 254px;
  font-size: 42px;
  background: #f6f6f6;
  position: relative;
  color: #ddd;
  text-align: center;
  background: url(../images/noimg.jpg) center center no-repeat;
  background-size: cover;
}
.live_list dl dt a.imgs .nopic b {
  font-size: 14px;
  color: #fff;
  position: absolute;
  line-height: 25px;
  left: 10%;
  top: 60px;
  font-weight: normal;
  height: 50px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 80%;
  margin: 0px auto;
  opacity: 0.55;
}
.live_list dl dt a.imgs .nopic i.iconfont {
  font-size: 42px;
}
.live_list dl dt a.imgs .nopic:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}
.live_list dl dt a.imgs img {
  width: inherit;
  height: inherit;
}
.live_list dl dt a.imgs span {
  padding: 0px 15px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  border: 1px solid #fff;
  opacity: 0.5;
}
.live_list dl:after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
  height: 0px;
}
.live_list dl dd {
  width: 650px;
  height: 254px;
  position: relative;
  float: right;
}
.live_list dl dd .title {
  font-size: 24px;
  width: 100%;
  color: #333;
  line-height: 45px;
  height: 45px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live_list dl dd .title:hover {
  color: #007aff;
}
.live_list dl dd p {
  height: 28px;
  line-height: 28px;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live_list dl dd p i.iconfont {
  color: #cccccc;
  margin-right: 5px;
}
.live_list dl dd p span {
  color: #999;
}
.live_list dl dd p span.price {
  color: #ff6600;
  font-size: 18px;
}
.live_list dl dd p span.price em {
  font-size: 16px;
}
.live_list dl dd p span.price i {
  font-size: 12px;
  color: #999;
}
.live_list dl dd p span.free {
  color: #ff6600;
  font-size: 16px;
}
.live_list dl dd .intro {
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666;
  margin: 10px auto;
  line-height: 180%;
}
.live_list dl dd .live-time {
  position: absolute;
  right: 0px;
  bottom: 10px;
  z-index: 200;
  color: #333;
}
.live_list dl dd .live-time span {
  color: #FF2D55;
}
.live_list dl dd .tools {
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0px;
  bottom: 0px;
}
.live_list dl dd .tools button,
.live_list dl dd .tools a {
  padding: 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  font-size: 18px;
  width: 120px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.live_list dl dd .tools button.living,
.live_list dl dd .tools a.living {
  background: #FF2D55;
  color: #fff;
  border: 1px solid #FF2D55;
}
.live_list dl dd .tools button.living:Hover,
.live_list dl dd .tools a.living:Hover {
  opacity: 0.7;
}
.live_list dl dd .tools button.subscribe,
.live_list dl dd .tools a.subscribe {
  background: #fff;
  color: #FF2D55;
  border: 1px solid #FF2D55;
}
.live_list dl dd .tools button.subscribe:hover,
.live_list dl dd .tools a.subscribe:hover {
  background: #FF2D55;
  color: #fff;
}
.live_list dl dd .tools button.lookback,
.live_list dl dd .tools a.lookback {
  background: #fff;
  color: #FF9502;
  border: 1px solid #FF9502;
}
.live_list dl dd .tools button.lookback:hover,
.live_list dl dd .tools a.lookback:hover {
  background: #FF9502;
  color: #fff;
}
.live_list dl dd .tools button.ending,
.live_list dl dd .tools a.ending {
  background: #d4d4d4;
  color: #fff;
  border: 1px solid #d4d4d4;
}
.live_list dl dd .tools button.ending:hover,
.live_list dl dd .tools a.ending:hover {
  background: #aaa;
  color: #fff;
  border: 1px solid #aaa;
}
.live_list dl dd .activity-bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 32px;
}
.live_list dl dd .activity-bottom span,
.live_list dl dd .activity-bottom a {
  margin-right: 10px;
  font-size: 16px;
  color: #333;
  padding: 4px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #dddddd;
}
.live_list dl dd .activity-bottom span.ending,
.live_list dl dd .activity-bottom a.ending {
  border: 1px solid #ccc;
  color: #ccc;
}
.live_list dl dd .activity-bottom span.signup,
.live_list dl dd .activity-bottom a.signup {
  border: 1px solid #ff6600;
  color: #ff6600;
  cursor: pointer;
}
.live_list dl dd .activity-bottom span.signup:Hover,
.live_list dl dd .activity-bottom a.signup:Hover {
  background: #ff6600;
  color: #fff;
}
.live_list dl dd .activity-bottom span.online,
.live_list dl dd .activity-bottom a.online {
  border: 1px solid #007aff;
  color: #007aff;
}
.live_list dl dd .activity-bottom span.online:Hover,
.live_list dl dd .activity-bottom a.online:Hover {
  color: #fff;
  background: #007aff;
}
.live_list dl dd .activity-bottom .tools-btn {
  width: 140px;
  position: absolute;
  right: 0px;
  bottom: 7px;
  border: 1px solid #eee;
  height: 30px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.live_list dl dd .activity-bottom .tools-btn a {
  padding: 0px;
  font-size: 12px;
  text-align: left;
  color: #999;
  line-height: 28px;
  height: 28px;
  width: 50%;
  display: block;
  border: none;
  position: absolute;
  left: 50%;
  top: 0px;
}
.live_list dl dd .activity-bottom .tools-btn a i.iconfont {
  float: left;
  margin-left: 12px;
  margin-right: 3px;
}
.live_list dl dd .activity-bottom .tools-btn a:nth-child(1) {
  left: 0px;
  border-right: 1px solid #eee;
}
.live_list dl dd .activity-bottom .tools-btn a:hover,
.live_list dl dd .activity-bottom .tools-btn a.active {
  color: #ff9900;
}
.live_list dl:hover {
  box-shadow: 0px 2px 9px 5px #e0e0e0;
  -webkit-box-shadow: 0px 2px 9px 5px #e0e0e0;
  -moz-box-shadow: 0px 2px 9px 5px #e0e0e0;
}
.activity-list {
  background: #fff;
}
#paging {
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
}
