.goldenSailAwardIntroduction {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -311px;
  z-index: 1;
}
.goldenSailAwardIntroduction > .desc {
  font-size: 28px;
  font-weight: 500;
  color: #ddcdb3;
  line-height: 50px;
  margin-top: 100px;
}
.btn {
  cursor: pointer;
  user-select: none;
}
.bg-2 {
  width: 100%;
  height: auto;
  background-image: url(../img/prize/bg-2.png);
  background-size: cover;
  margin-top: -130px;
  padding-top: 283px;
}
.bg-2 > .flex-col {
  width: 1200px;
  margin: 0 auto;
}
.bg-2 > .flex-col .content {
  width: 100%;
  margin-top: 130px;
  justify-content: space-around;
}
.bg-2 > .flex-col .content .aBorder {
  width: 220px;
  height: 320px;
  border: 3px solid #d0b377;
  border-radius: 10px;
}
.bg-2 > .flex-col .content .aBorder .box {
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.bg-2 > .flex-col .content .aBorder .box .title {
  font-size: 30px;
  margin-bottom: 30px;
}
.bg-2 > .flex-col .content .aBorder .box .desc {
  line-height: 1.6;
  font-size: 14px;
  color: #ffffff !important;
}
.bg-2 > .flex-col .content .aBorder .text {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ddcdb3;
  margin-top: 20px;
}
.bg-2 > .flex-col .content .btn {
  width: 220px;
  height: 44px;
  background: #d0b377;
  border-radius: 6px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-top: 20px;
}
.bg-2 > .flex-col .splc {
  margin-top: 187px;
}
.bg-2 > .flex-col .lcsj {
  margin-top: 121px;
}
.bg-2 > .flex-col .xcsp {
  margin-top: 263px;
}
.bg-2 > .flex-col .video {
  width: 65%;
  height: auto;
  margin-top: 110px;
  margin-bottom: 137px;
}
.bg-3 {
  width: 100%;
  height: auto;
  background-image: url(../img/prize/jflm.png);
  background-size: cover;
  padding-top: 25px;
}
.bg-3 .img-title {
  margin-bottom: 75px;
}
.bg-3 .img-desc {
  margin-bottom: 73px;
}
.flex-col {
  display: flex;
  align-items: center;
  flex-direction: column;
}
img {
  user-select: none;
}
