@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.wrap {
  min-width: 1300px;
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/bg.jpg);
  background-position: top center;
  background-color: #76b4c4;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

#homePage {
  height: 1180px;
}

header {
  height: 1180px !important;
}

#page02 .container {
  height: calc(2154px - 1180px);
}

#page02 .page02-link {
  display: block;
  position: absolute;
  width: 320px;
  height: 30px;
}

#page02 #link1 {
  left: 153px;
  top: 181px;
}

#page02 #link2 {
  left: 153px;
  top: 212px;
}

#page05 .page05-link {
  display: block;
  position: absolute;
  width: 370px;
  height: 30px;
}

#page05 #link1 {
  left: 153px;
  top: 100px;
}

#page05 #link2 {
  left: 153px;
  top: 300px;
}

#page02 #layout-video {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 170px;
  left: 53px;
  width: 920px;
  height: 470px;
  background-color: #d1d1d1;
}

#page05 .container {
  height: calc(2454px - 1180px);
}

#page04 .container {
  height: calc(2300px - 1180px);
}

#page03 .container {
  height: calc(1900px - 1180px);
}

#page03 .container #layout-btns {
  position: absolute;
  top: 50px;
  left: 300px;
  margin: 0 auto;
  width: 400px;
  height: 65px;
  display: flex;
  justify-content: space-between;
}

#page03 .container #layout-btns .btn {
  width: 187px;
  height: 65px;
}

#page03 .container .btn-reg {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-register.png);
}

#page03 .container .btn-reg.a {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-6.png);
}

#page03 .container .btn-buyTicket {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-5-a.png);
}

#page03 .container .btn-buyTicket.a {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-5.png);
}

.home-btn {
  list-style: none;
  width: 950px;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.home-btn .account {
  padding-top: 4px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 187px;
  height: 65px;
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-7.png);
}

.home-btn li {
  cursor: pointer;
  width: 187px;
  height: 65px;
  transition: 0.5s;
}

.home-btn li a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-btn li:hover {
  transform: translateY(-10px);
}

.home-btn .btn1 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-login.png);
}

.home-btn .btn1.a,
.home-btn .btn1:hover {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-login.png);
}

.home-btn .btn2 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-1-a.png);
}

.home-btn .btn2.a,
.home-btn .btn2:hover {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-1.png);
}

.home-btn .btn3 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-2-a.png);
}

.home-btn .btn3.a,
.home-btn .btn3:hover {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-2.png);
}

.home-btn .btn4 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-3-a.png);
}

.home-btn .btn4.a,
.home-btn .btn4:hover {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-3.png);
}

.home-btn .btn5 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-4-a.png);
}

.home-btn .btn5.a,
.home-btn .btn5:hover {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-4.png);
}

.container {
  width: 1030px;
  position: relative;
  margin: 0 auto;
}

.btn {
  cursor: pointer;
}

.btn:hover {
  filter: brightness(1.1);
}

/* 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: 727px;
  height: 424px;
  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 #tips {
  background-color: white;
  width: 500px;
  position: absolute;
  bottom: 146px;
  left: 30px;

  text-align: left;
  font-family: "Arial", sans-serif; /* 设置字体 */
  font-size: 16px; /* 设置字体大小 */
  color: rgb(54, 178, 254); /* 设置文本颜色 */
  text-shadow: 2px 2px 4px #d2d1d1; /* 设置文本阴影 */
}
#popup1 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/dialog-1.png);
}

#popup2 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/dialog-2.png);
}

#popup3 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/dialog-3.png);
  height: 180px !important;
}

#popup4 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/dialog-4.png);
  height: 180px !important;
}
#popup4 .cont {
  position: absolute;
  bottom: 31px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
#popup4 .btn-confirm {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-confirm.png);
  width: 80px;
  height: 25px;
  background-size: contain;
}
#popup4 .btn-cancel {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-cancel.png);
  width: 80px;
  height: 25px;
  background-size: contain;
}

#popup5 {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/dialog-5.png);
  height: 396px !important;
}

.sign-wrap .cont {
  padding: 114px 0 0 100px;
  font-size: 18px;
  color: #724430;
}

.sign-wrap .row {
  padding-bottom: 8px;
  display: flex;
}

.sign-wrap .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sign-wrap .row select,
.sign-wrap .row input {
  float: left;
  font-size: 16px;
  border: solid 1px #a7a7a7;
}

.sign-wrap .row select {
  width: 180px;
  height: 27px;
}

.sign-wrap .row input {
  width: 180px;
  height: 25px;
}

.sign-wrap .pick-area1 {
  margin-right: 0 !important;
  height: 27px;
  line-height: 27px;
}

.sign-wrap .pick-show {
  height: 27px;
  line-height: 27px;
}

.sign-wrap .pick-show span {
  height: 27px;
  line-height: 27px;
}

.sign-wrap .tips {
  padding: 9px 15px;
  line-height: 22px;
  font-weight: bold;
}

.sign-wrap .tips input {
  vertical-align: middle;
}

.sign-wrap textarea {
  width: 661px;
  height: 78px;
  border: 0;
  font-size: 14px;
  position: absolute;
  bottom: 55px;
  left: 33px;
}

.sign-wrap .submit-btn {
  background-image: url(https://static.web.sdo.com/chd/pic/202502hifun/btn-submit.png);
  background-repeat: no-repeat;
  display: block;
  width: 80px;
  height: 25px;
  bottom: 17px;
  left: 326px;
  text-indent: -1000em;
  position: absolute;
}

.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: 100%;
  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: fixed;
  top: calc(50% - 200px);
  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: -20px;
  background: url(https://static.web.sdo.com/chd/pic/2024chdzm/btnClose.png)
    no-repeat;
}
