.character-skill-page {
  height: fit-content;
  background-image: url(/assets/image/server-opening/server-open-gb01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.character-skill-page .container {
  min-width: 768px;
}
.character-skill-page .container .server-open-plate-bg-container {
  position: relative;
}
.character-skill-page .container .server-open-plate-bg-container .server-open-plate-bg {
  width: 100%;
  height: 100%;
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month {
  position: absolute;
  z-index: 10;
  top: 0;
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month .left-year {
  width: 100%;
  position: absolute;
  font-size: 20px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month .left-month {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
  border-radius: 10px;
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content .left-month-content-item {
  color: #9de3e6;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content .left-month-content-item:hover {
  color: #fff;
  background: url(/assets/image/server-opening/month-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.character-skill-page .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content .left-month-content-item-active {
  color: #fff;
  background: url(/assets/image/server-opening/month-btn-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content {
  position: absolute;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .top-notice-content {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item {
  color: #9de3e6;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: center;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item .top-notice-content-item-title {
  font-weight: 700;
  text-shadow: 0px 0.02rem 0.01rem #f76657;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item .top-notice-content-item-time {
  width: 100%;
  font-weight: 700;
  text-shadow: 0px 0.02rem 0.01rem #f19052;
  position: relative;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item-active {
  color: #fff;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .bottom-notice-content {
  margin-top: 20px;
  padding: 0 20px;
  color: #9de3e6;
  font-size: 24px;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .bottom-notice-content .bottom-notice-content-text {
  overflow-y: auto;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .bottom-notice-content .bottom-notice-content-link {
  color: #9de3e6;
  box-sizing: border-box;
  width: 154px;
  height: 86px;
  padding: 33px 0px 33px 48px;
  display: inline-block;
  cursor: pointer;
  background-image: url(/assets/image/server-opening/xinfujs-bg.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-35px);
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9de3e6;
  margin: 0 auto;
  cursor: pointer;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange p {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  left: 50%;
  transform: translateX(-44%);
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .event-image {
  text-align: center;
  margin-bottom: 20px;
}
.character-skill-page .container .server-open-plate-bg-container .right-day-content .event-image .content-img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .container .server-open-plate-bg-container .left-year-month {
    left: 24px;
    width: 82px;
    text-align: center;
  }
  .container .server-open-plate-bg-container .left-year-month .left-year {
    font-size: 14px !important;
    top: 60px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month {
    height: 140px;
    top: 112px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content {
    width: 52px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content .left-month-content-item {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .container .server-open-plate-bg-container .right-day-content {
    width: 590px;
    height: 360px;
    top: 50px;
    left: 104px;
    padding: 20px 40px 40px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item-title {
    font-size: 16px;
    top: 10px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item-time {
    font-size: 12px;
    top: 28px;
  }
  .container .server-open-plate-bg-container .right-day-content .bottom-notice-content {
    height: calc(100% - 72px);
    overflow-y: auto;
  }
  .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange {
    width: 140px;
    height: 40px;
  }
  .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange p {
    font-size: 10px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .container .server-open-plate-bg-container .left-year-month {
    width: 100px;
    text-align: center;
    left: 33px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-year {
    width: 100%;
    font-size: 20px !important;
    top: 74px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month {
    height: 178px;
    top: 144px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content {
    width: 68px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content .left-month-content-item {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  .container .server-open-plate-bg-container .right-day-content {
    width: 752px;
    height: 464px;
    top: 66px;
    left: 136px;
    padding: 40px 40px 60px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item {
    height: 72px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item .top-notice-content-item-title {
    font-size: 20px;
    top: 18px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item .top-notice-content-item-time {
    font-size: 16px;
    top: 40px;
  }
  .container .server-open-plate-bg-container .right-day-content .bottom-notice-content {
    height: calc(100% - 92px);
    overflow-y: auto;
  }
  .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange {
    width: 180px;
    height: 60px;
  }
  .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .container .server-open-plate-bg-container .left-year-month {
    width: 134px;
    text-align: center;
    left: 34px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-year {
    width: 100%;
    font-size: 24px !important;
    top: 90px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month {
    height: 220px;
    top: 174px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content {
    width: 82px;
  }
  .container .server-open-plate-bg-container .left-year-month .left-month .left-month-content .left-month-content-item {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
  .container .server-open-plate-bg-container .right-day-content {
    width: 906px;
    height: 568px;
    top: 78px;
    left: 166px;
    padding: 60px 40px 80px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item {
    height: 92px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item .top-notice-content-item-title {
    font-size: 26px;
    top: 20px;
  }
  .container .server-open-plate-bg-container .right-day-content .top-notice-content .top-notice-content-item .top-notice-content-item-time {
    font-size: 20px;
    top: 50px;
  }
  .container .server-open-plate-bg-container .right-day-content .bottom-notice-content {
    height: calc(100% - 110px);
    overflow-y: auto;
  }
  .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange {
    width: 210px;
    height: 80px;
  }
  .container .server-open-plate-bg-container .right-day-content .activity-reward-exchange p {
    font-size: 16px;
  }
}
path {
  stroke: #3c9cff;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: draw 3s linear infinite;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
line {
  stroke: #3c9cff;
  stroke-width: 4;
  stroke-dasharray: 20 10;
  /* 设置虚线模式：实线20px + 空10px */
  stroke-dashoffset: 0;
  animation: move-line 1s linear infinite;
  /* 无限循环 */
}
@keyframes move-line {
  to {
    stroke-dashoffset: -30;
    /* 往左流动 */
  }
}
.hexagon {
  position: absolute;
  top: 40px;
  right: 15px;
  background: transparent;
  z-index: 5;
}
.hexagon2 {
  position: absolute;
  bottom: 14px !important;
  right: 14px !important;
  z-index: 5;
}
.g-polygon {
  fill: none;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.g-polygon-move {
  transform-origin: center center;
  stroke: linear-gradient(180deg, red, transparent);
  stroke-width: 3;
  stroke-dasharray: 90 50 90 62;
  stroke-dashoffset: 0;
  animation: move 2.4s infinite linear;
}
.hexagon2 .g-polygon-move {
  animation: move 2.4s infinite linear reverse;
}
@keyframes move {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -294;
  }
  /* 移动一整圈 */
}
