.swiper, .activity-main {
  width: 1360px;
}

/* 轮播图 */
.swiper {
  height: 315px;
  margin: 0px auto 20px;
  position: relative;
}

.swiper .pic {
  width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
}

.swiper .pic li {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  width: 980px;
  height: 260px;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -490px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.swiper .pic li:after {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.swiper .pic li img {
  width: 100%;
  height: 100%;
}

.swiper .pic .now {
  z-index: 10;
  -webkit-transform: translateX(0) scale(1);
  -moz-transform: translateX(0) scale(1);
  -o-transform: translateX(0) scale(1);
  -ms-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.swiper .pic .now:after {
  background: rgba(0, 0, 0, 0);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.swiper .pic .next {
  z-index: 6;
  -webkit-transform: translateX(303px) scale(0.77);
  -moz-transform: translateX(303px) scale(0.77);
  -o-transform: translateX(303px) scale(0.77);
  -ms-transform: translateX(303px) scale(0.77);
  transform: translateX(303px) scale(0.77);
}

.swiper .pic .prev {
  z-index: 6;
  -webkit-transform: translateX(-303px) scale(0.77);
  -moz-transform: translateX(-303px) scale(0.77);
  -o-transform: translateX(-303px) scale(0.77);
  -ms-transform: translateX(-303px) scale(0.77);
  transform: translateX(-303px) scale(0.77);
}

.swiper .pic .next, .swiper .pic .prev {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.swiper .pic .next:after, .swiper .pic .prev:after {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.swiper .cricle {
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  list-style: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.swiper .cricle li {
  float: left;
  width: 16px;
  height: 16px;
  background-color: #d8d8d8;
  margin-right: 14px;
  border-radius: 50%;
}

.swiper .cricle li.on {
  background-color: #f79035;
}

.swiper .btns {
  display: none;
  position: absolute;
  left: 0;
  top: 150px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 30px;
  z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
  height: 100%;
  width: 30px;
}


.swiper .btns .leftbtn::after,
.swiper .btns .rightbtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  opacity: 0.5
}

.swiper .btns .leftbtn::after {
  -webkit-transform: translate(12px, 8px) rotate(-45deg);
  -moz-transform: translate(12px, 8px) rotate(-45deg);
  -o-transform: translate(12px, 8px) rotate(-45deg);
  -ms-transform: translate(12px, 8px) rotate(-45deg);
  transform: translate(12px, 8px) rotate(-45deg);
}

.swiper .btns .rightbtn::after {
  -webkit-transform: translate(4px, 8px) rotate(135deg);
  -moz-transform: translate(4px, 8px) rotate(135deg);
  -o-transform: translate(4px, 8px) rotate(135deg);
  -ms-transform: translate(4px, 8px) rotate(135deg);
  transform: translate(4px, 8px) rotate(135deg);
}

.swiper .leftBox,
.swiper .rightBox {
  height: 260px;
  position: absolute;
  top: 15px;
  z-index: 7;
}

.swiper .leftBox {
  width: 190px;
  left: 0;
}

.swiper .rightBox {
  width: 190px;
  right: 0;
}

/* 市场活动 */
.activity {
  background-color: #fafafa;
}

.activity-main {
  margin: 30px auto 0;
  padding-bottom: 40px;
}

.activity-head {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.activity-head .caption {
  width: 223px;
}

.activity-head .caption .title {
  color: #444;
  font-size: 24px;
  padding-left: 55px;
  position: relative;
  line-height: 40px;
}

.activity-head .caption .title:after {
  background: url('/img/activity/icon_activity.png') no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 40px;
}

.activity-head .categories {
  flex-grow: 1;
}

.activity-head .categories ul {
  font-size: 0;
}

.activity-head .categories ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.activity-head .categories ul li a {
  border-radius: 5px;
  color: #888;
  display: block;
  padding: 5px 18px;
  font-size: 14px;
}

.activity-head .categories ul li.current a {
  background-color: #df9e0e;
  color: #fff;
}

.activity-head .position {
  border: 1px solid #999;
  border-radius: 5px;
  position: relative;
}

.activity-head .position:before, .activity-head .position:after {
  content: '';
  display: block;
  position: absolute;
}

.activity-head .position:before {
  background: url('/img/activity/icon_position.png') no-repeat;
  height: 14px;
  width: 11px;
  top: 50%;
  margin-top: -7px;
  left: 7px;
}

.activity-head .position:after {
  top: 50%;
  margin-top: -3px;
  right: 7px;
  border-top: 6px solid #333;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.province-select {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  color: #333;
  font-size: 14px;
  outline: none;
  padding: 0 18px 0 25px;
  height: 28px;
  line-height: 28px;
  resize: none;
}

.activity-list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.activity-box {
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  flex: 0 0 329px;
  box-sizing: border-box;
  margin-right: 14px;
}
.activity-box:nth-child(4n-3) {
	margin-left: 1px;
}
.activity-box:nth-child(4n) {
	margin-right: 0px;
}
.activity-top {
  position: relative;
  font-size: 0;
}

.activity-top img {
  border-radius: 5px;
  height: 93px;
  width: 100%;
}

.activity-top .state {
    background-color: rgb(229, 164, 20, 0.9);
    border-radius: 0 0 0 15px;
    color: #fff;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    top: 0;
    position: absolute;
    padding: 0 20px 0 25px;
    right: 0;
}

.activity-top .state.end {
  background-color: #b7b7b7;
}

.activity-bottom {
  padding: 0 15px;
}

.activity-caption {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}


.activity-caption .title a {
  color: #444;
  display: block;
  font-size: 16px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
	height: 50px;
}

.activity-caption .title a:hover {
  color: #e5a414;
}

.activity-caption .attr {
  display: flex;
  justify-content: space-between;
}

.activity-caption .attr .subtitle {
  color: #999;
  font-size: 14px;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

.activity-caption .attr .enrolled {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.activity-caption .attr .enrolled span {
  color: #e5a414;
}

.activity-info {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.activity-info .time {
  color: #444;
  font-size: 14px;
}

.activity-info .area {
  background-color: #eaeaea;
  border-radius: 12px;
  color: #9d9d9d;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  white-space: nowrap;
}

.activity-pages {
  background-color: transparent !important;
  padding: 0 20px !important;
}

/* 热点活动 */
.hot-activity {
  margin: 0 auto;
  padding: 20px 0;
  width: 1360px;
}

.hot-activity-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.hot-activity-head .title {
  color: #888;
  font-size: 18px;
}

.hot-activity-head .change {
  color: #999;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  position: relative;
  padding-left: 18px;
}

.hot-activity-head .change:before {
  background: url('/img/activity/icon_change.png') no-repeat;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  left: 0;
  top: 4px;
  position: absolute;
}

.hot-activity-list {
  padding: 8px 0;
  display: flex;
}

.hot-activity-box {
  width: 329px;
  margin: 10px 14px 0 0;
}

.hot-activity-box:first-child {
  margin-left: 1px;
}

.hot-activity-box:last-child {
  margin-right: 0;
}

.hot-activity-box a .cover {
  border-radius: 5px;
  height: 93px;
  width: 100%;
}

.hot-activity-box a .title {
  color: #444;
  font-size: 14px;
  margin: 10px 5px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hot-activity-box a:hover .title {
  color: #e5a414;
}
.empty{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot-activity-list .empty{
	min-height: 199px;
}
.activity-list .empty{
	min-height: 278px;
}

.hot-activity-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 315px;
  margin: 10px 20px 0 0;
}
.hot-activity-box:first-child {
  margin-left: 10px;
}

.hot-activity-box:last-child {
  margin-right: 0;
}

.hot-activity-box a .cover {
  border-radius: 5px;
  height: 160px;
  width: 100%;
}

.hot-activity-box a .title {
  color: #444;
  font-size: 14px;
  margin: 10px 5px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hot-activity-box a:hover .title {
  color: #e5a414;
}