.blank {
  height: 1px;
  padding: 0 0 1.1rem;
}
.disabled {
  background: #c2c2c2 !important;
  cursor: not-allowed;
}
.cloumn-title {
  clear: both;
  margin-bottom: 0.35rem;
  text-align: center;
  font-size: 0.32rem;
}

.activity-list {
  padding: 0 0.3rem;
  overflow: hidden;
}
.activity-list li {
  position: relative;
  padding: 0.24rem 0.3rem 0.3rem;
  margin-bottom: 0.3rem;
  border: 1px solid #ddd;
  overflow: hidden;
}
.activity-list h4 {
  font-size: 0.28rem;
}
.activity-list .option {
  margin: 0.2rem 0;
  font-size: 0.2rem;
  overflow: hidden;
}
.activity-list .option span {
  float: left;
  margin-right: 0.1rem;
  padding: 0 3px;
  height: 0.26rem;
  line-height: 0.26rem;
}
.activity-list .option .item1 {
  color: #6e6fff;
  background: #c1d4ff;
}
.activity-list .option .item2 {
  color: #e38000;
  background: #ffddb2;
}
.activity-list .tip {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
  color: #fff;
  font-size: 0.22rem;
  height: 0.48rem;
  line-height: 0.48rem;
  padding-left: 0.12rem;
  text-align: center;
  background: url("../images/activity/tip.png") no-repeat left center;
}
.activity-list .tip1 {
  width: 1.42rem;
  background-size: 1.42rem 0.48rem;
}
.activity-list .tip2 {
  width: 1.82rem;
  background-size: 1.82rem 0.48rem;
}
.activity-list .tip3 {
  width: 1.62rem;
  background-size: 1.62rem 0.48rem;
}
.activity-list .tip4 {
  width: 1.12rem;
  background-size: 1.12rem 0.48rem;
}
.activity-list .desc {
  border-top: 1px solid #ddd;
  padding-top: 0.1rem;
  line-height: 0.36rem;
  height: 0.82rem;
  color: #666666;
  overflow: hidden;
}
.activity-list .submit {
  display: block;
  width: 2.6rem;
  height: 0.7rem;
  margin-top: 0.15rem;
  background: #333333;
  line-height: 0.7rem;
  text-align: center;
  font-size: 0.26rem;
  color: #fff;
}
.activity-list .submit:hover {
  background: #015bfe;
}

/*热门活动*/
.activity-hot {
  padding-top: 3.3rem;
  background: url("../images/activity/banner.jpg?v=2") no-repeat center top;
  background-size: 7.5rem 5.6rem;
  overflow: hidden;
}
.activity-hot .btn {
  display: block;
  font-size: 0.26rem;
  margin: 0 auto 0.85rem;
  text-align: center;
  color: #fff;
  width: 2.6rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border: 1px solid #fff;
}
.activity-hot .btn:hover {
  background: #fff;
  color: #015bfe;
}
.activity-hot .main {
  background: #fff;
  padding: 0.75rem 0 0.3rem;
  margin: 0 0.3rem 0.75rem;
  overflow: hidden;
}
.activity-hot .activity-list li {
  background: url("../images/activity/bg1.jpg") no-repeat right bottom;
  background-size: 4.2rem 2.75rem;
}

/*特惠专区*/
.activity-sale {
  background: #fff;
  padding: 0.75rem 0 0.5rem;
  overflow: hidden;
}
.activity-sale .activity-list li {
  background: url("../images/activity/bg2.jpg") no-repeat right bottom;
  background-size: 4.5rem 2.92rem;
}
