* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}
ul li {
  list-style-type: none;
}
a,
a:active,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
#header,
#brands1,
#brand_find,
#brands2,
#footer {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.mzmzj_body {
  background-image: url('/images/events/mzmzj/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-color: #b7e6ff;
  padding-bottom: 62px;
}
.mzmzj_body .top_banner {
  width: 1200px;
  margin: 0 auto;
  height: 680px;
  position: relative;
  margin-bottom: 68px;
}
.mzmzj_body .top_banner .time {
  height: 49px;
  line-height: 49px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 0;
  color: #81e8e5;
  font-size: 22px;
}
.mzmzj_body .top_banner .float_goods {
  position: absolute;
  left: 122px;
  bottom: -288px;
  z-index: 100;
}
.mzmzj_body .tm_conts_p {
  width: 100%;
  background-repeat: no-repeat;
}
.mzmzj_body .tm_conts_p .tm_conts {
  width: 1200px;
  margin: 0 auto;
  height: 1330px;
}
.mzmzj_body .tm_conts_p .tm_conts .tc_top {
  margin-top: 24px;
  position: relative;
  height: 68px;
  width: 100%;
  background-image: url('/images/events/mzmzj/selection.png');
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 32px;
}
.mzmzj_body .tm_conts_p .tm_conts .tc_top .tct_tit {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 68px;
  text-shadow: 0 0 10px black;
}
.mzmzj_body .tm_conts_p .tm_conts .tc_top .tc_more {
  position: absolute;
  width: 110px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  right: 50px;
  top: 26px;
  cursor: pointer;
  -webkit-border-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 17px;
  -moz-background-clip: padding;
  border-radius: 17px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2a83ab;
}
.mzmzj_body .tm_conts_p .tm_conts .tc_top .tc_more a {
  color: #2a83ab;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists {
  width: 100%;
  margin-top: 15px;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li {
  float: left;
  width: 224px;
  height: 280px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: top;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  cursor: pointer;
  margin-bottom: 19px;
  position: relative;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li.no_right {
  margin-right: 0px;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .img-container {
  height: 160px;
  display: block;
  font-size: 0;
  text-align: center;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .img-container img {
  max-height: 160px;
  max-width: 214px;
  display: inline-block;
  vertical-align: middle;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .img-container:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .tm_info {
  font-size: 14px;
  color: #8e8e8e;
  text-align: center;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .tm_info .tm_name {
  font-size: 15px;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .tm_info .tm_price {
  margin-top: 15px;
  font-size: 16px;
  color: #ff8a00;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .bottom {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.mzmzj_body .tm_conts_p .tm_conts .tm-lists li .bottom .confirm_buy {
  background-color: #2a83ab;
  color: #fff;
  font-size: 14px;
  padding: 3px 62px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0;
}
.mzmzj_body .back_cont {
  width: 200px;
  margin: 6px auto 0;
  height: 60px;
  position: relative;
}
.mzmzj_body .back_cont .back_btn {
  width: 160px;
  height: 53px;
  position: absolute;
  background-color: #01839b;
  left: 20px;
  top: 0;
  color: #fff;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  border: 2px solid #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mzmzj_body .rules {
  width: 1200px;
  margin: 70px auto 0;
  height: 275px;
  background-color: #056f84;
  overflow: hidden;
}
.mzmzj_body .rules .rule_tit {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 65px;
}
.mzmzj_body .rules .rule_list {
  margin-top: 20px;
  margin-left: 250px;
}
.mzmzj_body .rules .rule_list p {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}
.mzmzj_body .next_active {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: inline-block;
}
.mzmzj_body .note {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 45px;
}
