body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
em,
b {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
ul,
ol {
  padding: 0;
}
.tip {
  width: 253px;
  height: 420px;
  background: url('../images/tip.png') center no-repeat;
  position: fixed;
  top: 40%;
  right: 10%;
  z-index: 1;
  text-align: center;
}
.tip .code {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 159px;
  margin: 0 auto;
  margin-top: 144px;
  background: #815907 url('../images/code.png') center no-repeat;
}
.tip a {
  display: block;
  line-height: 1.4;
  color: #FBEBAD;
  font-size: 20px;
}
.tags {
  width: 94px;
  height: 26px;
  line-height: 26px;
  background: #B33901;
  border-radius: 13px;
  color: #FAE8A4;
  text-align: center;
}
.logo {
  width: 185px;
  height: 138px;
  background: url('../images/logo.png') no-repeat;
  position: absolute;
  left: 20%;
  top: 20px;
  z-index: 1;
}
.in {
  background: url('../images/inbg.png') center no-repeat;
  color: #FFE796;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 41px;
  cursor: pointer;
  position: absolute;
  right: 20%;
  top: 20px;
  z-index: 1;
}
.age16 {
  width: 108px;
  height: 141px;
  background: url('../images/age16.png') center no-repeat;
  background-size: contain;
  position: absolute;
  left: 25%;
  top: 28%;
  z-index: 1;
}
.info {
  color: #FFF28F;
  font-size: 18px;
  position: absolute;
  width: 290px;
  text-align: center;
  left: 38%;
  top: 24%;
  z-index: 1;
}
.info > p {
  font-size: 16px;
}
.info > span {
  cursor: pointer;
  color: #FF1400;
}
.info .video {
  margin-top: 16px;
  display: flex;
  background: #FBD060 url('../images/demo.png') center no-repeat;
  padding: 2px 4px;
  width: 268px;
  height: 152px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.info .video img {
  cursor: pointer;
}
.btn_qd {
  background: url('../images/btn_qd1.png') center no-repeat;
  width: 368px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 5px;
}
.btn_qd.disabled {
  background: url('../images/btn_qd.png') center no-repeat;
  cursor: no-drop;
}
.btn_qd.btn_qd_end {
  background: url('../images/btn_qd2.png') center no-repeat;
  cursor: no-drop;
}
.wrapBox {
  position: relative;
}
.wrapBox .bg1 {
  background: #000 url('../images/bg1.png') top center no-repeat;
  background-size: 100% auto;
  min-height: 1397px;
}
.wrapBox .bg2 {
  background: url('../images/bg2.png') top center no-repeat;
  background-size: 100% 100%;
  margin-top: -214px;
  min-height: 1400px;
}
.wrapBox .title {
  background: url('../images/title.png') left center no-repeat;
  background-size: contain;
  width: 1200px;
  height: 50px;
  position: absolute;
  top: 38%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 310px;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.wrapBox .title > span {
  color: #FFFBD9;
  font-size: 20px;
}
.wrapBox .content {
  width: 100%;
  background: url('../images/bg3.png') center no-repeat;
  height: 605px;
  position: absolute;
  top: 41%;
  z-index: 1;
}
.wrapBox .days {
  width: 1160px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.wrapBox .days > div {
  cursor: pointer;
  width: 150px;
  height: 370px;
  background-color: #1B1B1B;
  background: url('../images/qd.png') center no-repeat;
}
.wrapBox .days .day1 {
  background-position: 0 -384px;
}
.wrapBox .days .day2 {
  background-position: -164px -384px;
}
.wrapBox .days .day3 {
  background-position: -328px -384px;
}
.wrapBox .days .day4 {
  background-position: -492px -384px;
}
.wrapBox .days .day5 {
  background-position: -656px -384px;
}
.wrapBox .days .day6 {
  background-position: -820px -384px;
}
.wrapBox .days .day7 {
  background-position: -984px -384px;
}
.wrapBox .days .day1_active {
  background-position: 0 0;
}
.wrapBox .days .day2_active {
  background-position: -164px 0;
}
.wrapBox .days .day3_active {
  background-position: -328px 0;
}
.wrapBox .days .day4_active {
  background-position: -492px 0;
}
.wrapBox .days .day5_active {
  background-position: -656px 0;
}
.wrapBox .days .day6_active {
  background-position: -820px 0;
}
.wrapBox .days .day7_active {
  background-position: -984px 0;
}
.wrapBox .days .day1_end {
  background-position: 0 -768px;
}
.wrapBox .days .day2_end {
  background-position: -164px -768px;
}
.wrapBox .days .day3_end {
  background-position: -328px -768px;
}
.wrapBox .days .day4_end {
  background-position: -492px -768px;
}
.wrapBox .days .day5_end {
  background-position: -656px -768px;
}
.wrapBox .days .day6_end {
  background-position: -820px -768px;
}
.wrapBox .days .day7_end {
  background-position: -984px -768px;
}
.wrapBox .other {
  width: 1160px;
  margin: 0 auto;
  padding-top: 5px;
  color: #4F3109;
  font-size: 14px;
  position: relative;
}
.luckDraw {
  width: 1200px;
  position: absolute;
  top: 66.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.luckDraw .share {
  background: url('../images/share.png') left center no-repeat;
  padding-left: 28px;
  font-size: 20px;
  cursor: pointer;
  color: #D94B0B;
}
.luckDraw .head {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #322100;
}
.luckDraw .body {
  margin-top: 30px;
}
.luckDraw .body .box {
  display: flex;
  justify-content: space-between;
}
.luckDraw .body .left {
  overflow: hidden;
  width: 775px;
}
.luckDraw .body .left > div {
  width: 182px;
  height: 129px;
  background-color: #59370A;
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFBA40;
}
.luckDraw .body .left > div span {
  padding-top: 5px;
}
.luckDraw .body .left .start {
  width: 374px;
  height: 129px;
  background: url('../images/start.png') center no-repeat;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #F6EFB3;
}
.luckDraw .body .left .start > span {
  font-size: 32px;
}
.luckDraw .body .left .start.disabled {
  background: url('../images/start0.png') center no-repeat;
  cursor: no-drop;
}
.luckDraw .body .left .active {
  background-color: #A13D06;
}
.luckDraw .body .right {
  background: url('../images/list.png') center no-repeat;
  width: 431px;
  height: 421px;
  text-align: center;
}
.luckDraw .body .right h2 {
  font-size: 36px;
  color: #F7DF89;
  padding-top: 45px;
}
.luckDraw .body .right .list {
  margin: 20px auto 40px auto;
  height: 212px;
  box-sizing: border-box;
  overflow: hidden;
}
.luckDraw .body .right .list > div {
  padding: 16px;
  color: #DCC585;
}
.luckDraw .body .right .list span {
  color: #E94700;
  padding: 0 10px;
}
.luckDraw .body .right .oper {
  display: flex;
  justify-content: space-around;
}
.luckDraw .body .right .oper .map {
  background: url('../images/map.png') left no-repeat;
}
.luckDraw .body .right .oper .search {
  background: url('../images/search.png') left no-repeat;
}
.luckDraw .body .right .oper a {
  color: #FAE8A4;
  line-height: 1.6;
  padding-left: 28px;
  cursor: pointer;
}
.luckDraw .body .rule {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.luckDraw .body .rule p {
  color: #322100;
  margin-top: 20px;
  font-size: 12px;
  line-height: 2;
}
.footer {
  background: #1B1B1B;
}
.footer > div {
  width: 1200px;
  margin: 0 auto;
  padding: 47px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .left img {
  margin-right: 40px;
  vertical-align: middle;
}
.footer .right {
  color: #DCDCDC;
  font-size: 12px;
  line-height: 2;
  width: 60%;
}
.modal {
  display: none;
  background: rgba(0, 0, 0, 0.74);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.modal .close {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url('../images/close.png') center no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 20px;
  z-index: 10;
}
.modal .addressBox {
  display: none;
  background: url('../images/address.png') center no-repeat;
  width: 783px;
  height: 471px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 10;
}
.modal .addressBox .submit {
  width: 276px;
  height: 64px;
  background: url('../images/submit.png') center no-repeat;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #F7DF89;
  text-align: center;
  line-height: 64px;
  margin-left: 172px;
}
.modal .addressBox > div {
  padding-top: 128px;
  padding-left: 55px;
}
.modal .addressBox > div input {
  padding: 12px 16px;
  margin-right: 30px;
}
.modal .addressBox > div .group {
  display: flex;
}
.modal .addressBox > div .group input {
  width: 258px;
}
.modal .addressBox > div .block input {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal .addressBox > div p {
  color: #DCC585;
  font-size: 16px;
  padding-bottom: 50px;
}
.modal .myRecord {
  display: none;
  background: url('../images/record.png') center no-repeat;
  width: 783px;
  height: 471px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 10;
}
.modal .myRecord .list {
  width: 670px;
  margin-top: 170px;
  margin-left: 35px;
}
.modal .myRecord .list > div {
  display: flex;
  color: #DCC585;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px rgba(195, 169, 87, 0.38) solid;
}
.modal .myRecord .list span {
  flex: 1 1 48%;
  text-align: center;
}
.modal .myBind {
  display: none;
  background: url('../images/bind.png') center no-repeat;
  width: 693px;
  height: 551px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 10;
}
.modal .myBind .group {
  width: 488px;
  margin: 0 auto;
  margin-top: 140px;
}
.modal .myBind .group > div {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #E6AA57;
  margin-left: 32px;
}
.modal .myBind .group select {
  width: 300px;
  height: 42px;
  padding: 4px 10px;
  font-size: 16px;
  margin-left: 20px;
}
.modal .myBind .group p {
  font-size: 16px;
  font-weight: 400;
  color: #DCC585;
  text-align: center;
  padding-top: 20px;
}
.modal .myBind .group .submit {
  width: 276px;
  height: 64px;
  background: url('../images/submit.png') center no-repeat;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #F7DF89;
  text-align: center;
  line-height: 64px;
  margin-left: 100px;
}
@media only screen and (max-width: 2100px) {
  .tip {
    right: 5%;
  }
  .info {
    top: 19%;
  }
  .age16 {
    top: 22%;
  }
  .title {
    top: 31%!important;
  }
  .content {
    top: 34%!important;
  }
  .luckDraw {
    top: 62%;
  }
  .wrapBox .bg2 {
    margin-top: -380px;
  }
}

.player{width:980px;height:551px;top:50%;left:50%;z-index:1021;display:none;position:fixed;}
.player .close{width:50px; height:50px;background: url('//cmcq.anfeng.com/statics/images/origin/images/v_close.png') no-repeat 0 0;background-size:100% auto;bottom:-70px;left:465px;cursor:pointer;position:absolute;}
.player #video{width:100%;height:100%;object-fit:fill;cursor:pointer;top:0;left:0;bottom: 0;right:0;background:#000;}