/*右侧漂浮窗口*/
.upper-float {
  width: 66px;
  position: fixed;
  right: 20px;
  bottom: 8%;
  z-index: 3;
}
.upper-float li {
  color: #fff;
  position: relative;
}
.upper-float li p {
  display: none;
  position: absolute;
  top: 0;
}
.upper-float .list {
  text-align: center;
  color: #fff;
  background: #169aff;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  width: 66px;
  height: 55px;
  padding: 11px 0 0;
  margin: 0 0 5px;
}
.upper-float .list:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
}
.upper-float .tel {
  background: #0c8ff2;
  left: -174px;
  padding: 12px 15px 10px 20px;
  border-radius: 4px;
  overflow: hidden;
}
.upper-float .tel em {
  display: block;
  font-style: italic;
  font-size: 20px;
}
.upper-float .ewm {
  border: 2px solid #0c8ff2;
  width: 116px;
  height: 116px;
  border-radius: 4px;
  left: -124px;
  background: #fff;
}
.upper-float .ewm img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 3px auto;
}
.upper-float .item1 .list:before {
  background: url("../images/activity/float-ico1.png") no-repeat center;
}
.upper-float .item2 .list:before {
  background: url("../images/activity/float-ico2.png") no-repeat center;
}
.upper-float .item3 .list:before {
  background: url("../images/activity/float-ico3.png") no-repeat center;
}
.upper-float .item4 .list:before {
  background: url("../images/activity/top.png") no-repeat center;
}
.upper-float .item2:hover .tel {
  display: block;
}
.upper-float .item3:hover .ewm {
  display: block;
}

/*其他产品*/
.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("../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: 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("../images/activityfree/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("../images/activityfree/close.png") center no-repeat;
  cursor: pointer;
}

