@charset "UTF-8";
/* start 公共的 */
html, body {
  min-height: 100%;
}

.main {
  width: 750px;
  margin: 0 auto;
}

.jz700 {
  width: 700px;
  margin: 0 auto;
}

.titAll, .titYi, .titEr, .titErMax {
  font-size: 28px;
  color: #262626;
  line-height: 36px;
}

.titYi {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.titEr {
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}

.titErMax {
  line-height: 36px;
  max-height: 72px;
  _max-height: 72px;
  overflow: hidden;
}

.wzAll, .wzYi, .wzEr, .wzErMax {
  font-size: 24px;
  color: #999;
  line-height: 32px;
}

.wzYi {
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.wzEr {
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}

.wzErMax {
  line-height: 32px;
  max-height: 64px;
  _max-height: 64px;
  overflow: hidden;
}

input::-webkit-input-placeholder {
  color: #bbb;
}

input:-moz-placeholder {
  color: #bbb;
}

input::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder {
  color: #bbb;
}

textarea::-webkit-input-placeholder {
  color: #bbb;
}

textarea:-moz-placeholder {
  color: #bbb;
}

textarea::-moz-placeholder {
  color: #bbb;
}

textarea:-ms-input-placeholder {
  color: #bbb;
}

/* end 公共的 */
/* start 标签 */
.label-black span, .label-white span, .label-color span {
  display: block;
  float: left;
  font-size: 22px;
  text-align: center;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.label-black span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
}

.label-white span {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}


.oneTop .activeSpan {
  padding-bottom: 4px;
  border-bottom:4px solid #27A5F9;
}

.label-color span {
  color: #27A5F9;
  border: 1px solid #27A5F9;
}

/* end 标签 */
/* start 活动筛选排序 */
.actFilterMock {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}

.actFilter {
  width: 750px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 5;
}

.actFilter .shaiParent {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #f8f8f8;
  border-bottom: 1px solid #cecece;
}

.actFilter .shaiParent .item {
  flex: 1;
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 80px;
  position: relative;
}

.actFilter .shaiParent .item .wen{
  display: inline-block;
  width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.actFilter .shaiParent .item .iconfont {
  vertical-align: middle;
  padding-left: 3px;
  font-size: 25px;
  color: #666;
}

.actFilter .shaiParent .item:after {
  content: '';
  display: block;
  width: 2px;
  height: 48px;
  background-color: #e4e4e4;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -24px;
}

.actFilter .shaiParent .item:nth-last-child(1):after {
  display: none;
}

.actFilter .shaiParent .item .sjx {
  display: none;
  width: 34px;
  height: 18px;
  background: url("https://culturestore.oss-cn-shanghai.aliyuncs.com/store-common/image/actArrow.png") no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -1px;
}

.actFilter .shaiParent .item.active .sjx {
  display: block;
}

.actFilter .shaiChild {
  width: 750px;
  position: absolute;
  left: 0;
  top: 83px;
  background-color: #fff;
  padding-bottom: 20px;
  max-height: 560px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.actFilter .shaiChild .item {
  display: block;
  font-size: 28px;
  color: #666;
  line-height: 1.5;
  margin-left: 30px;
  padding: 25px 70px 25px 15px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.actFilter .shaiChild .item .iconfont {
  display: none;
  font-size: 27px;
  color: #666;
  position: absolute;
  right: 38px;
  top: 50%;
  margin-top: -20px;
}

.actFilter .shaiChild .item.active {
  color: #27A5F9;
}

.actFilter .shaiChild .item.active .iconfont {
  display: block;
  color: #27A5F9;
}

/* end 活动筛选排序 */
/* start 活动列表 */
.actList-yi li {
  width: 700px;
  margin-bottom: 10px;
}

.actList-yi .pic {
  width: 100%;
  height: 470px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.actList-yi .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.actList-yi .price {
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #27A5F9;
  position: absolute;
  bottom: 20px;
  right: 0;
  min-width: 110px;
  padding: 0 18px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.actList-yi .price span {
  font-size: 32px;
  vertical-align: bottom;
}

.actList-yi .label-black {
  position: absolute;
  left: 25px;
  bottom: 20px;
}

.actList-yi .char {
  padding: 15px 0;
  overflow: hidden;
}

.actList-yi .titYi {
  font-size: 32px;
  margin-bottom: 12px;
}

.actList-yi .wzYi {
  margin-bottom: 4px;
}

.actList-er li {
  width: 340px;
  float: left;
  margin-right: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.actList-er li:nth-child(2n) {
  margin-right: 0;
}

.actList-er .pic {
  width: 340px;
  height: 226px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}

.actList-er .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.actList-er .price {
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #27A5F9;
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.actList-er .label-black {
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.actList-er .char {
  padding: 10px 16px;
  height: 122px;
  overflow: hidden;
}

.actList-er .titYi {
  margin-bottom: 14px;
}

.actList-er .wzYi {
  margin-bottom: 4px;
}

.act_tag{
  position: absolute;
  right: 10px;top: 10px;
  padding: 10px 30px;
  line-height: 32px;
  height: 32px;
  font-size: 22px;
  border-radius: 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.statusText.cur {
  background-color: #27A5F9;
}
.statusText.curs {
  background-color: #27A5F9;
}
.char .people i{
  color: #27A5F9;
}
.pic .people i{
  color: #27A5F9;
}
/* start 活动列表 */
.foot_actlist li i{
  color: #27A5F9;
}
