
.blank {
  height: 1px;
  padding: 0 0 1.1rem;
}

.disabled {
  background: #c2c2c2 !important;
  cursor: not-allowed;
}

/*其他产品*/
.act-other {
  padding: 0.75rem 0.3rem 0.55rem;
  overflow: hidden;
}
.act-other .list {
  display: block;
  background: #fff;
  line-height: 0.36rem;
  color: #666666;
  position: relative;
  padding: 0.35rem 1.4rem 0.3rem 0.3rem;
  margin-bottom: 0.2rem;
}
.act-other .list:after {
  content: "";
  width: 0.65rem;
  height: 0.6rem;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -0.3rem;
}
.act-other .list h4 {
  font-size: 0.28rem;
  color: #000000;
  margin-bottom: 0.1rem;
}
.act-other .list span {
  color: #ff7900;
}
.act-other .act1:after {
  background: url("../images/activity/act1.png") no-repeat center;
  background-size: contain;
}
.act-other .act2:after {
  background: url("../images/activity/act2.png") no-repeat center;
  background-size: contain;
}
.act-other .act3:after {
  background: url("../images/activity/act3.png") no-repeat center;
  background-size: contain;
}


/*购买须知*/
.alert-rules {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
}
.alert-rules .main {
  width: 6.8rem;
  height: 10rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5.1rem 0 0 -3.4rem;
  background: #fff;
}
.alert-rules .main h3 {
  line-height: 0.8rem;
  background: #ececf8;
  padding: 0 0.25rem;
  font-size: 0.28rem;
}
.alert-rules .main .info {
  padding: 0 0.25rem;
  margin-bottom: 0.3rem;
  height: 9rem;
  overflow: hidden;
  overflow-y: scroll;
}
.alert-rules .main h4 {
  font-size: 0.24rem;
  padding-left: 0.25rem;
  margin: 0.2rem 0 0.1rem;
  background: url("../images/activityfree/ico.png") left center no-repeat;
  background-size: 0.12rem 0.12rem;
}
.alert-rules .main h4 span {
  font-size: 0.22rem;
  color: #ff7900;
  margin-left: 0.2rem;
}
.alert-rules .main p {
  color: #666666;
  font-size: 0.22rem;
  line-height: 0.36rem;
}
.alert-rules .close {
  float: right;
  height: 0.8rem;
  width:0.35rem;
  background: url("../images/activityfree/close.png") center no-repeat;
  background-size: contain;
  cursor: pointer;
}
