*:focus {
  outline: none;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.footer {
  min-width: 1280px;
}
.disabled {
  background: #c2c2c2 !important;
  cursor: not-allowed;
}
.cloumn-title {
  clear: both;
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
}

.activity-list {
  margin-left: 40px;
  overflow: hidden;
}
.activity-list li {
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
  float: left;
  border: 1px solid #ddd;
  width: 378px;
  height: 258px;
}
.activity-list h4 {
  font-size: 20px;
}
.activity-list .main {
  border-top: 3px solid #fff;
  padding: 18px 30px 0;
  overflow: hidden;
}
.activity-list .option {
  margin: 15px 0;
  overflow: hidden;
}
.activity-list .option span {
  float: left;
  margin-right: 5px;
  padding: 0 5px;
  line-height: 22px;
}
.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;
  line-height: 30px;
  padding: 0 5px 0 15px;
  text-align: center;
  font-weight: bold;
  background: url("../images/activity/tip.png") no-repeat left center;
}
.activity-list .desc {
  border-top: 1px solid #ddd;
  padding-top: 12px;
  line-height: 25px;
  height: 50px;
  color: #666666;
  overflow: hidden;
}
.activity-list .submit {
  display: block;
  margin-top: 20px;
  width: 140px;
  height: 45px;
  background: #333333;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
.activity-list .submit:hover {
  background: #015bfe;
}
.activity-list li:hover {
  border: 1px solid #015bfe;
}
.activity-list li:hover .main {
  border-top: 3px solid #015bfe;
}

/*热门活动*/
.activity-banner {
  padding-top: 350px;
  background: url("../images/activity/banner.jpg?v=2") #2a52ff no-repeat center top;
  height: 210px;
  min-width: 1280px;
  overflow: hidden;
}
.activity-banner .btn {
  display: block;
  font-size: 16px;
  margin: 0 auto 80px;
  text-align: center;
  color: #fff;
  width: 188px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #fff;
}
.activity-banner .btn:hover {
  background: #fff;
  color: #015bfe;
}
.activity-hot{min-width: 1280px;}
.activity-hot:after{content: ""; width: 100%; height: 1px; display: block; clear: both}
.activity-hot .container {
  background: #fff;
  padding: 75px 0 30px;
  margin:-80px auto 80px;
}
.activity-hot .activity-list li {
  background: url("../images/activity/bg1.jpg") no-repeat right bottom;
}

/*特惠专区*/
.activity-sale {
  background: #fff;
  padding: 75px 0 50px;
  min-width: 1280px;
  overflow: hidden;
}
.activity-sale .activity-list li {
  background: url("../images/activity/bg2.jpg") no-repeat right bottom;
}

/*注册*/
.activity-foot {
  height: 180px;
  background: url("../images/activity/foot.jpg") center top #0178fe no-repeat;
}
.activity-foot h2 {
  line-height: 180px;
  float: left;
  font-size: 36px;
  color: #fff;
}
.activity-foot .btn {
  float: right;
  width: 200px;
  height: 50px;
  margin: 65px 0 0;
  background: #fff;
  line-height: 50px;
  text-align: center;
  color: #015bfe;
  font-size: 16px;
}
.activity-foot .btn:hover {
  background: #eee;
}
