@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  transition: 0.2s;
}

i {
  font-style: normal;
}

li {
  list-style: none;
}

.wrap {
  max-width: 2560px;
  min-width: 1400px;
  min-height: 2700px;
  background-color: #9d9080;
  background-image: url("https://static.web.sdo.com/fyhj/act/fy20260104/bg.jpg");
  background-position: top center, bottom center;
  /* 一个背景图片位于上部，另一个位于下部 */
  background-size: auto auto, auto auto;
  /* 每个背景图片占容器一半的高度 */
  background-repeat: no-repeat, no-repeat;
  /* 防止图片重复 */
  position: relative;
  margin: 0 auto;
}

.container {
  z-index: 2;
  width: 1400px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
  height: 1700px;
  /* padding-top: 50px; */
  box-sizing: border-box;
  background-size: 1145px 1105px;
  background-position: center;
}

.container .block-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* .container .date-title {
  margin: 0 auto 25px;
  background: url(https://static.web.sdo.com/fyhj/act/fy0428/title.png) no-repeat;
  background-size: 531px 86px;
  width: 531px;
  height: 86px;
} */

.container .btns {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto 30px;
}

.container .btns .btn-rule {
  width: 188px;
  height: 205px;
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-rule.png) no-repeat;
}

.container .btns .btn-download {
  width: 321px;
  display: block;
  height: 153px;
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-download.png) no-repeat;
}

.container .titles {
  background: url(https://static.web.sdo.com/fyhj/act/fy20260104/titles.png) no-repeat;
  background-position: 0px -600px;
  width: 635px;
  height: 211px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto 20px;
}

.container #logo {
  width: 304px;
  height: 137px;
  /* background: url(https://static.web.sdo.com/avata/pic/fy1119/logo.png); */
  position: absolute;
  left: 5px;
  top: -956px;
}

.container #s1 .layout-top {
  width: 1100px;
  margin: 0 auto 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.container #s1 .layout-top .invited {
  font-size: 22px;
  color: #367f8f;
}

.container #s1 .layout-top .invited span {
  font-size: 35px;
  color: #e15147;
}

.container #s1 .layout-top .btn-detail {
  width: 112px;
  height: 22px;
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-detail.png) no-repeat center;
}

.container #s1 .layout-main {
  margin: 0 auto;
  width: 1149px;
  height: 454px;
  background: url(https://static.web.sdo.com/fyhj/act/fy20260104/layout-main-bg.png) no-repeat center;
  padding-top: 354px;
  box-sizing: border-box;
}

.container #s1 .layout-main ul {
  display: flex;
  justify-content: space-around;
  width: 1064px;
  margin: 0 36px;
}

.container #s1 .layout-main ul .btn-invite {
  width: 213px;
  height: 56px;
}

.container #s1 .layout-main ul .btn-invite.s1 {
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-s1.png) no-repeat center;
}

.container #s1 .layout-main ul .btn-invite.s2 {
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-s2.png) no-repeat center;
}

.container #s1 .layout-main ul .btn-invite.s3 {
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-s3.png) no-repeat center;
}

.container #s1 .layout-main ul .btn-invite.s4 {
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-s4.png) no-repeat center;
}

.container #s1 .layout-main ul .btn-invite.s5 {
  background: url(https://static.web.sdo.com/avata/pic/fy1119/btn-s5.png) no-repeat center;
}

.container #s2 {
  margin: 0 auto;
  background: url(https://static.web.sdo.com/fyhj/act/fy20260104/bg-s-2.png) no-repeat center;
  background-size: 1184px 460px;
  width: 1184px;
  height: 460px;
}

.btn-normal {
  width: 146px;
  height: 34px;
  color: white;
  font-size: 16px;
  background-color: #da6d48;
  border-radius: 20px;
  display: flex;
  line-height: 32px;
  justify-content: center;
}

.SDGCOPYRIGHT-wrap {
  min-width: 1200px;
}

.btn {
  cursor: pointer;
}

.btn:hover {
  transform: scale(1.01);
  filter: brightness(1.1);
}

.btn.disabled {
  filter: grayscale(1) !important;
}

.modal {
  transition: 0s;
  position: fixed;
  z-index: 300;
  /* 默认 z-index */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  /* 背景色 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .btn-normal {
  margin: 0 auto;
}

.modal .modal-main {
  background: url(https://static.web.sdo.com/fyhj/act/fy20260104/modal-bg.png) no-repeat;
  width: 728px;
  height: 454px;
  position: relative;
  /* 使其 z-index 生效 */
  z-index: 2;
  /* 确保内容在背景之上 */
}

.modal .fw {
  font-weight: bold;
}

.modal .cr {
  color: red;
}

.modal .tc {
  text-align: center;
}

.modal .modal-content {
  padding: 36px 56px;
  box-sizing: border-box;
  color: #000000;
  font-size: 16px;
  line-height: 28px;
}

.modal .modal-title {
  height: 100px;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
}

.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modal2 #textarea {
  color: #999999;
  margin: 20px auto 0;
  padding: 10px;
  background-color: white;
  width: 550px;
  border: 1px solid #d0baa4;
}

#modal4 ul {
  margin: 0 auto;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#modal4 ul li {
  display: flex;
  margin-bottom: 26px;
}

#modal4 ul li .label {
  font-weight: bold;
  width: 100px;
  flex: none;
  text-align: right;
  margin-right: 10px;
}

#modal4 ul li select {
  width: 230px;
  padding-left: 10px;
  height: 28px;
  background-color: white;
  border: 0;
}

#modal4 ul li .info {
  width: 230px;
  padding-left: 10px;
}

#cadpa-16 {
  background-image: url(https://static.web.sdo.com/avata/pic/fy-gw/icon-16-cadpa.png);
  background-repeat: no-repeat;
  width: 66px;
  height: 88px;
  background-size: contain;
  position: absolute;
  right: 0;
  left: -1165px;
  top: -820px;
  margin: auto;
  display: block;
}

#btn-signIn {
  margin: 0 auto;
  background-image: url(https://static.web.sdo.com/avata/pic/fy1119/btn-sigin.png);
  background-repeat: no-repeat;
  width: 167px;
  height: 67px;
}

.info {
  font-size: 18px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
