body{ font-family:"Microsoft Yahei";font-size:14px;margin: 0;padding: 0;background:#fff;color:#333;}

/*其他产品*/
.act-other {
  padding: 95px 0;
  min-width: 1280px;
  overflow: hidden;
}
.act-other .list {
  background: #fff;
  border: 1px solid #fff;
  float: left;
  color: #333;
  position: relative;
  width: 278px;
  height: 110px;
  padding: 38px 100px 0 20px;
  margin-right: 40px;
}
.act-other .list:last-child {
  width: 277px;
  margin-right: 0;
}
.act-other .list:after {
  content: "";
  width: 65px;
  height: 60px;
  position: absolute;
  right: 24px;
  top: 44px;
}
.act-other .list:hover {
  border: 1px solid #015bfe !important;
}
.act-other .list h4 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.act-other .list span {
  color: #ff7900;
}
.act-other .act1:after {
  background: url("/template/default/css/act/images/act1.png") no-repeat center;
  background-size: contain;
}
.act-other .act2:after {
  background: url("/template/default/css/act/images/act2.png") no-repeat center;
  background-size: contain;
}
.act-other .act3:after {
  background: url("/template/default/css/act/images/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: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -320px 0 0 -450px;
  background: #fff;
}
.alert-rules .main h3 {
  line-height: 60px;
  background: #ececf8;
  padding: 0 30px;
  font-size: 20px;
}
.alert-rules .main .info {
  padding: 0 30px;
  margin-bottom: 15px;
  height: 560px;
  overflow: hidden;
  overflow-y: auto;
}
.alert-rules .main h4 {
  font-size: 16px;
  padding-left: 20px;
  margin: 15px 0 6px;
  background: url("/template/default/css/act/images/ico.png") left center no-repeat;
}
.alert-rules .main h4 span {
  font-size: 14px;
  color: #ff7900;
  margin-left: 10px;
}
.alert-rules .main p {
  color: #666666;
  line-height: 24px;
}
.alert-rules .close {
  float: right;
  height: 60px;
  width: 12px;
  background: url("/template/default/css/act/images/close.png") center no-repeat;
  cursor: pointer;
}

