@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "FZCuYuan-M03";
}

body {
  background-color: #b9f4ff;
}

.row {
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.row select {
  background-color: #1861b4;
  color: white;
  width: 315px;
  height: 37px;
}

.btn {
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.bg {
  margin: 0 auto;
}

.bg.bg-pc {
  height: 1861px;
  width: 1920px;
  background: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/bg-pc.jpg) center no-repeat;
  background-size: contain;
  position: relative;
}

.date {
  position: absolute;
  top: 709px;
  left: 700px;
  color: white;
  width: 522px;
  text-align: center;
  font-size: 26px;
}

.layout-item-image {
  position: absolute;
  top: 1125px;
  left: 432px;
}

.layout-item-image img {
  height: 428px;
  width: 344px;
}

.layout-item-image p {
  color: #1861b4;
  font-size: 34px;
  text-align: center;
}

.main {
  font-weight: bold;
  position: absolute;
  top: 1085px;
  left: 820px;
  width: 700px;
  height: 503px;
}

.main .nav {
  display: flex;
  font-size: 20px;
  justify-content: flex-end;
  margin-bottom: 5px;
}

.main .nav .nav-item {
  margin-left: 20px;
}

.main .nav a {
  color: white;
}

.main .nav a:visited, .main .nav a:hover, .main .nav a:active {
  color: white;
}

.main .btn-group {
  display: flex;
  justify-content: space-between;
}

.main .btn-group .btn {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-yellow.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
  width: 200px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.main .btn-group .btn span {
  display: block;
  font-size: 26px;
  color: #c03f00;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}

.main .btn-group .btn span + span {
  margin-top: -5px;
}

.main .layout-top {
  padding: 34px 50px 16px;
  display: flex;
  justify-content: space-between;
  color: #2566b1;
  font-size: 20px;
}

.main .layout-top a {
  color: #2566b1;
}

.main .layout-top a:visited, .main .layout-top a:hover, .main .layout-top a:active {
  color: #2566b1;
}

.main .layout-mid {
  padding: 15px 10px 0 50px;
  margin-right: 30px;
  height: 180px;
  overflow-y: scroll;
}

.main .layout-mid ul li {
  list-style: none;
  color: #2566b1;
  justify-content: space-between;
  display: flex;
  margin-bottom: 7px;
  align-items: center;
}

.main .layout-mid ul li .name {
  font-size: 22px;
  width: 300px;
}

.main .layout-mid ul li .detail {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main .layout-mid ul li .btn {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-red-s.png);
  background-size: 120px 39px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 38px;
  cursor: pointer;
  width: 120px;
  height: 39px;
  padding-bottom: 15px;
  color: white;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.main .layout-bottom {
  padding: 0 66px;
  margin-top: 20px;
  color: #2566b1;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.main .layout-bottom .btn-red {
  margin-top: 20px;
  color: white;
  font-size: 30px;
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-red.png);
  background-size: contain;
  border-radius: 10px;
  width: 140px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.modal0 {
  font-size: 30px;
}

/*登陆*/
.popBox {
  border: 6px solid #e3e3e3;
  position: fixed;
  z-index: 2147483647;
  display: none;
  width: 450px;
  height: 430px;
  background: #fff;
  text-align: center;
  padding-top: 25px;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}

.btnClose {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: -18px;
  right: -20px;
  background: url(https://static.web.sdo.com/chd/pic/btnClose.png) no-repeat;
}
