@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.wrap {
  min-width: 1120px;
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/bg.jpg);
  background-position: center;
  height: 2950px;
  background-color: #12b4c4;
  background-repeat: no-repeat;
  background-size: 2560px auto;
  overflow: hidden;
}

#logo {
  width: 145px;
  height: 112px;
  background: url(https://static.web.sdo.com/chd/pic/wg250116package/logo.png);
  position: absolute;
  left: 20px;
  top: 20px;
}

.container {
  width: 1120px;
  height: 2950px;
  position: relative;
  margin: 0 auto;
}

.btn {
  cursor: pointer;
}

.btn:hover {
  filter: brightness(1.1);
}

.menu li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.2s;
  /* Smooth transition */
  transform-origin: top center;
  transition: 0.5s;
  animation: shake 10.5s infinite alternate;
  /* Add shake animation */
}

.menu li:hover {
  filter: brightness(1.1);
}

.menu li .t {
  height: 74px;
  width: 180px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.menu li .t1 {
  top: 100px;
  background: url(https://static.web.sdo.com/chd/pic/wg250116package/t1.png)
    no-repeat center;
}

.menu li .t2 {
  top: 161px;
  background: url(https://static.web.sdo.com/chd/pic/wg250116package/t2.png)
    no-repeat center;
}

.menu li .t4 {
  font-size: 18px;
  top: 170px;
  text-align: center;
}

.menu li .t3 {
  top: 189px;
  background: url(https://static.web.sdo.com/chd/pic/wg250116package/t3.png)
    no-repeat center;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
  90% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 1347px;
  z-index: 1;
  position: absolute;
  left: 0;
  margin: auto;
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/title.png);
  height: 192px;
  width: 1122px;
}

.claim {
  top: 917px;
  position: absolute;
  left: 443px;
  margin: auto;
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/menu-1.png);
  height: 589px;
  width: 186px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 70px;
  color: #724430;
  font-size: 20px;
}

.login {
  top: 812px;
  position: absolute;
  right: 244px;
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/menu-2.png);
  height: 695px;
  width: 196px;
  box-sizing: border-box;
}

.login.logined {
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/btn-signed.png) !important;
}

.my-prizes {
  top: 723px;
  position: absolute;
  right: 33px;
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/menu-3.png);
  height: 747px;
  width: 171px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 70px;
  color: #724430;
  font-size: 20px;
}

#main {
  position: absolute;
  top: 1626px;
  width: 100%;
  left: 0;
  min-height: 1091px;
}

#main .gif {
  width: 175px;
  border-radius: 50px;
  position: absolute;
  top: 76px;
}

#main #gif1 {
  left: 299px;
}

#main #gif2 {
  left: 648px;
}

#main ul {
  position: absolute;
  top: 400px;
  height: 268px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#main ul li {
  position: relative;
  height: 86px;
  cursor: pointer;
  width: 50%;
}

#main ul li:hover img {
  opacity: 1;
}

#main ul li img {
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0 !important;
  bottom: 90px;
}

/* #main ul li img.l {
  left: -391px;
}

#main ul li img.r {
  right: -391px;
} */

/* Cover (遮罩层) */
.cover {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 1000;
  /* Make sure cover is above other elements */
}

/* Popup */
.popup {
  display: none;
  /* Initially hidden */
  position: fixed;
  width: 662px;
  height: 322px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  /* Make sure popup is above cover */
  text-align: center;
  /* Center the text inside popup */
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.popup .close {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

#popup1 {
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/dialog-m.png);
}

#popup2 {
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/dialog-m.png);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #724430;
}

#popup3 {
  background-image: url(https://static.web.sdo.com/chd/pic/wg250116package/dialog-l.png);
  width: 842px;
  height: 432px;
}

#popup3 .cont {
  padding: 66px 59px 44px 40px;
}

#popup3 #tips {
  position: absolute;
  bottom: 18px;
  left: 92px;
  background-color: #ffd7e2;
  color: red;
  width: 636px;
  height: 32px;
  border-radius: 30px;
  margin: 20px auto;
  text-align: center;
  line-height: 30px;
}

#popup3 .row {
  font-size: 16px;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px dashed #f78529;
  margin-bottom: 10px;
  height: 30px;
}

#popup3 .row:first-child {
  border: 0;
}

#popup3 .row .label {
  margin: 0 auto;
  background-color: #f78529;
  border-radius: 30px;
  width: 164px;
  height: 30px;
  line-height: 28px;
  color: white;
}

#popup3 .row .col {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #724430;
}

#popup3 .row .col:first-child {
  font-weight: bold;
}

#popup3 p {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 22px;
  top: 238px;
  color: #724430;
}

#rule {
  width: 1100px;
  position: absolute;
  bottom: 38px;
  left: 0;
  line-height: 32px;
  right: 0;
  font-weight: bold;
  margin: auto;
  width: 900px;
  color: #480927;
  font-size: 18px;
  height: 280px;
}

.sign-wrap .cont {
  padding: 110px 0 0 0px;
  font-size: 18px;
  color: #724430;
}

.sign-wrap .col {
  padding-bottom: 20px;
}

.sign-wrap .col:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sign-wrap .col .t {
  float: left;
  min-width: 110px;
  padding: 0 10px 0 0;
  line-height: 37px;
}

.sign-wrap .col select,
.sign-wrap .col input {
  float: left;
  font-size: 16px;
  margin-right: 130px;
  border: solid 1px #7d462c;
}

.sign-wrap .col select {
  width: 249px;
  height: 37px;
}

.sign-wrap .col input {
  width: 247px;
  height: 35px;
}

.sign-wrap .tips {
  padding: 9px 15px;
  line-height: 22px;
  font-weight: bold;
}

.sign-wrap .tips input {
  vertical-align: middle;
}

.sign-wrap .submit-btn {
  display: block;
  width: 291px;
  height: 75px;
  text-indent: -999em;
  margin-left: 317px;
  margin-top: 30px;
}

.confirm-wrap p {
  text-indent: -999em;
}

.option-btn {
  padding-top: 285px;
  text-align: center;
}

.option-btn a {
  display: inline-block;
  width: 256px;
  height: 75px;
  margin: 0 54px;
  text-indent: -999em;
}

/*弹框*/
#mask {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.popBox {
  border: 6px solid #e3e3e3;
  position: absolute;
  z-index: 99;
  display: none;
  width: 450px;
  height: 430px;
  background: #fff;
  text-align: center;
  padding-top: 25px;
}

.popBox .closepop {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -18px;
  right: -18px;
  background: url(https://static.web.sdo.com/chd/pic/2024fashionshow/btnClose.png)
    no-repeat;
}

.pop {
  position: absolute;
  display: none;
  z-index: 1001;
  color: #000;
  background-color: #fff;
}

.pop .phd {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  color: #33b5e5;
  border-bottom: solid 3px #33b5e5;
}

.options {
  height: 70px;
  text-align: center;
}

.options:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.options a.confirm {
  background-position: 0 0;
}

.options a.cancle {
  background-position: 0 -31px;
}

.options a.submit {
  background-position: 0 -62px;
}

.pop td {
  word-break: break-all;
}

.pop .closepop {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 7px;
  top: 7px;
  z-index: 1001;
  cursor: pointer;
  display: block;
  text-indent: -999em;
  background: url(https://static.web.sdo.com/chd/pic/202312sale/btnClose2.png)
    no-repeat 50% 50%;
}

.pop1 {
  width: 266px;
  height: 207px;
}

.pop1 th {
  width: 68px;
  text-align: right;
  font-size: 14px;
  padding-right: 8px;
  font-weight: normal;
}

.pop1 td {
  padding: 4px 0;
}

.pop1 select {
  border: 0 none;
  width: 165px;
  padding: 2px;
  margin-right: 4px;
  height: 29px;
  font-size: 14px;
  color: #000;
  background: #e9e9e9;
}

.pop1 input {
  border: 0 none;
  width: 384px;
  padding: 2px;
  margin-right: 4px;
  height: 40px;
  font-size: 24px;
  color: #333;
  background: #fff;
}

.pop1 .pbd {
  height: 120px;
  padding-top: 7px;
}
