blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', sans-serif;
  color: #666;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
a,
input,
button,
select,
textarea {
  outline: none;
}
a,
button {
  cursor: pointer;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: url('../img/bg.jpg') top center no-repeat;
  font-family: 'Microsoft YaHei';
  position: relative;
}

.wrapper {
  width: 1000px;
  height: 4500px;
  margin: 0 auto;
  position: relative;
}

.logo {
  position: absolute;
  width: 301px;
  height: 172px;
  top: 0px;
  left: -180px;
}

/* 登錄 */
.login-box {
  position: absolute;
  top: 1760px;
  left: 55%;
  margin-left: -240px;
  width: 400px;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  z-index: 500;
}
.login-box a {
  color: #e8383a;
  text-decoration: underline;
}
.logined {
  display: none;
}

/* 簽到 */
.sign,
.recycle {
  position: absolute;
  width: 1000px;
  text-align: left;
  box-sizing: border-box;
}
.sign {
  top: 1745px;
}
.act-actions {
  white-space: nowrap;
  height: 70px;
  line-height: 70px;
  color: #eee;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.act-action-item {
  float: left;
  font-size: 22px;
  height: 100%;
}
.act-action-1 {
  width: 250px;
  margin-left: 30px;
}
.selection-content {
  width: 100%;
  height: 100%;
}
.selection-list {
  width: 113%;
  margin: -1px 0 0 -3px;
  border-radius: 4px;
  background-color: #680696;
  text-align: center;
  line-height: 55px;
  position: relative;
  z-index: 1000;
}
.selection-item {
  cursor: pointer;
  color: #fff;
}
.selection-item:hover {
  background-color: #fce69a;
  color: #ff5f5f;
}
.act-action-3 {
  width: 270px;
  float: right;
  cursor: pointer;
  margin-right: 30px;
}
.act-action-3 .reward-btn {
  height: 100%;
}

/* 签到主体 */
.sign-list {
  width: 950px;
  margin: 365px auto 0;
}
.sign-item {
  float: left;
  width: 159px;
  height: 108px;
  margin: 0 13px;
  z-index: 100;
  /* background: #000; */
}
.sign-item:first-child {
  margin-left: 26px;
}
.sign-item-action {
  width: 100%;
  height: 100%;
  background: url('../img/unsigned.png') center center no-repeat;
  cursor: pointer;
  text-align: center;
}
.sign-item.signed {
  height: 130px;
  margin-top: -10px;
}
.signed .sign-item-action {
  background: url('../img/signed.png') center top no-repeat;
  background-size: cover;
  cursor: default;
  padding-top: 10px;
}
.sign-item-action .date-text {
  height: 55px;
  line-height: 75px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.sign-item-action .sign-text {
  color: #efefef;
  font-size: 22px;
}

/* 收集兌換 */
.recycle {
  top: 2665px;
}
.recycle .act-action-1 {
  /* width: 350px; */
  width: 42%;
}
.recycle .act-action-3 {
  width: 47%;
}
.recycle .recycle-btn-list {
  margin: 60px 0 0 605px;
}
.recycle-btn-list .recycle-btn-item {
  width: 329px;
  height: 93px;
  /* line-height: 55px;
    color: #872b0f;
    font-size: 20px;
    margin-left: 34px;
    text-align: center;
    font-weight: bold; */
  margin-bottom: 35px;
  cursor: pointer;
}
.recycle-btn-item .click-item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.click1 {
  background: url(../img/btn1.png);
}
.click2 {
  background: url(../img/btn2.png);
}

/* 留言活動 */
.message {
  position: absolute;
  bottom: 500px;
  left: 340px;
  width: 329px;
  height: 92px;
}
.message a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn3.png) no-repeat;
}

/* 遮罩層 */
.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 500;
}

/* 禮包窗口 */
.pop {
  width: 822px;
  height: 488px;
  background-color: #fefefe;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin: -255px 0 0 -433px;
  text-align: center;
  color: #545454;
  /* border: 5px solid #fff; */
  border-radius: 25px;
}
.pop .decoration {
  width: 822px;
  height: 90px;
  /* margin: -40px auto 0; */
  background: url(../img/checkGift.png) no-repeat;
}
.pop .close {
  width: 53px;
  height: 52px;
  /* color: #fff; */
  position: absolute;
  top: 20px;
  right: -64px;
  cursor: pointer;
  /* font-size: 40px; */
  /* line-height: 42px; */
  background: url(../img/close.png) no-repeat;
}
.pop-content {
  height: 400px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  overflow: auto;
  /* margin: 20px 2px 0 0; */
}
.pop-table {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  border-collapse: collapse;
  text-align: center;
}
.pop-table thead tr {
  border-radius: 5px;
}
.pop-table th {
  background: #fefefe;
  color: #574b97;
  font-weight: 600;
  font-size: 18px;
  padding: 0 10px;
}
.pop-table td {
  padding: 0 20px;
  color: #999;
}
.pop-table td:first-child {
  width: 25%;
}
.pop-table td:nth-child(2) {
  width: 20%;
}
.pop-table td:nth-child(3) {
  width: 20%;
}
.pop-table td:last-child {
  width: 25%;
}
