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: 1100px;
  height: 3930px;
  margin: 0 auto;
  position: relative;
  color: #804e1c;
}

.logo {
  position: absolute;
  width: 172px;
  height: 89px;
  top: 92px;
  left: 0px;
}

/* 登錄 */
.login-box {
  position: absolute;
  top: 1510px;
  left: 50%;
  margin-left: -190px;
  width: 390px;
  line-height: 65px;
  font-size: 22px;
  /* color: #804e1c; */
  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;
  box-sizing: border-box;
}
.sign {
  width: 975px;
  top: 1505px;
  left: 60px;
}
.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: 290px;
  margin-left: 7px;
  cursor: pointer;
}
.selection-content {
  width: 100%;
  height: 100%;
}
.selection-content .selection-arrow {
  color: #fff;
  background: #804e1c;
  width: 30px;
  height: 30px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 16px;
}
.selection-list {
  width: 100%;
  margin: -1px 0 0 -3px;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  line-height: 55px;
  position: relative;
  z-index: 1000;
}
.selection-item {
  cursor: pointer;
  color: #358f76;
}
.selection-item:hover {
  background-color: #358f76;
  color: #fff;
}
.act-action-3 {
  width: 285px;
  float: right;
  cursor: pointer;
}
.act-action-3 .reward-btn {
  height: 100%;
}

/* 签到主体 */
.sign-list {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px 0;
}
.sign-item:first-child {
  margin-left: 7px;
}
.sign-item:last-child {
  margin-right: 13px;
}
.sign-item-action {
  width: 115px;
  height: 215px;
  background: url('../img/unsigned.png') center 80% no-repeat;
  text-align: center;
  border: 4px solid #fcca5d;
  border-radius: 8px;
}
.sign-item:last-child .sign-item-action {
  background: url('../img/spsigned.png') center 80% no-repeat;
}
.signed.sign-item .sign-item-action {
  background: url('../img/signed.png') center 80% no-repeat;
}
.sign-item-action .date-text {
  height: 55px;
  line-height: 75px;
  font-size: 35px;
  font-weight: bold;
  color: #42b186;
}
.sign-item .sign-item-btn {
  margin-top: 15px;
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 30px;
  background-color: #ffb41a;
  color: #763411;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.signed .sign-item-btn {
  background-color: #763411;
  color: #ffb41a;
  cursor: default;
}

/* 收集兌換 */
.recycle {
  top: 2335px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.recycle .recycle-btn-list {
  margin-top: 305px;
}
.recycle-btn-list .recycle-btn-item {
  display: inline-block;
  width: 333px;
  height: 113px;
  margin-bottom: 25px;
  cursor: pointer;
}
.recycle-btn-item:first-child {
  margin: 0 40px 0 200px;
}
.recycle-btn-item .click-item {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.click1 {
  background: url(../img/part2-sign.png);
}
.click2 {
  background: url(../img/part2-charge.png);
}

/* 兌換 */
.exchange {
  width: 970px;
  position: absolute;
  top: 3700px;
  left: 50%;
  transform: translateX(-50%);
}
.exchange .reward-btn {
  position: absolute;
  top: -460px;
  right: 4px;
  width: 280px;
  height: 60px;
  background-color: #f0ba75;
  font-size: 22px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.exchange-item {
  float: left;
  width: 179px;
  height: 56px;
  background: url(../img/part3-gift.png) no-repeat;
  text-align: center;
  line-height: 52px;
  margin: 0 8px;
  cursor: pointer;
}
.exchange-item:last-child {
  margin-right: 0;
}
.exchange-item a {
  color: #f7e694;
  font-size: 18px;
  font-weight: bold;
}

/* 遮罩層 */
.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: 906px;
  height: 718px;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #545454;
  /* border: 5px solid #fff; */
  /* border-radius: 25px; */
  background: url(../img/checkGift.png) no-repeat;
}
.pop .close {
  width: 53px;
  height: 52px;
  color: #4c987f;
  position: absolute;
  top: 20px;
  right: -40px;
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
  /* background: url(../img/close.png) no-repeat; */
}
.pop-content {
  height: 600px;
  overflow: auto;
  margin: 80px 25px 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 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 0 10px;
}
.pop-table td {
  padding: 0 20px;
  color: #cfcfcf;
}
.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%;
}
