body,
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #21a396;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/website/new2025/bg_after.png) repeat;
  background-size: 7.2rem 1.05rem;
  pointer-events: none;
}
section {
  position: relative;
  margin: 0 auto;
  width: 7.2rem;
  min-height: 100%;
  background: linear-gradient(#6cf2ca 11%, #4acba5 51%, #22a59a 92%);
}

.df {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.wrapper {
  margin: 0 auto;
  width: 7.2rem;
  color: #008a73;
  font-size: 0.16rem;
  background-image: url(../images/website/new2025/bg.png);
  background-size: 7.2rem 7.4rem;
  background-position: 0 1.2rem;
  z-index: 3;
}

@font-face {
  font-family: "NewEras";
  src: url("../images/common/fonts/NewEras.ttf") format("truetype");
}

.itemTopTitle {
  margin-top: -0.3rem;
  margin-left: 0.15rem;
  font-family: "NewEras";
  font-size: 0.32rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.itemTopTitle img {
  margin-right: 0.12rem;
  width: 0.87rem;
}

.itemTopTitle .text {
  text-transform: uppercase;
}

.download {
  margin: 4.8rem auto 0;
  padding-bottom: 0.2rem;
  width: 6.75rem;
  background: linear-gradient(#eaffef, #c3fce3);
  border: 0.02rem #4affff solid;
  border-radius: 0.2rem;
}

.download .downloadContent {
  margin: 0.1rem auto 0;
  padding: 0.2rem 0 0.1rem;
  width: 6.32rem;
  background: #bef3dc;
  font-family: "NewEras";
  border-radius: 0.15rem;
  overflow: hidden;
  box-sizing: border-box;
}

.download .downloadContent::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.58rem;
  height: 2.3rem;
  background: url("../images/website/new2025/bg_download_after_01.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.download .downloadContent::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.04rem;
  height: 1.89rem;
  background: url("../images/website/new2025/bg_download_after_02.png") no-repeat;
  background-size: 100% 100%;
}

.news {
  box-sizing: border-box;
  margin: 0.7rem auto 0.2rem;
  width: 6.98rem;
  height: 3.91rem;
  background-image: url("../images/website/new2025/bg_news.png");
  border: 1px transparent solid;
}

.news .news-list {
  margin: 0 auto;
  width: 6.32rem;
  background: rgba(29, 197, 152, 0.2);
  border-radius: 0.16rem;
}

.news li {
  position: relative;
  margin: 0 auto;
  padding: 0.1rem 0 0.05rem 0.4rem;
  width: 95%;
  height: 0.58rem;
  border-bottom: 0.01rem #95eacc solid;
  font-size: 0.24rem;
  line-height: 1;
  list-style: none;
  box-sizing: border-box;
}

.news li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.24rem;
  background: url("../images/website/new2025/ico_news.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.news li .news-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 4.3rem;
  display: inline-block;
}

.news li span {
  float: right;
}

.news li:last-child {
  border: 0;
}

.news li a {
  display: flex;
  color: #008a73;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer .icoAge {
  margin: 0 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  background: url(../images/website/new2025/ico_age_18.png) no-repeat;
  background-size: 100% 100%;
}

.footer a.icoTop {
  float: right;
  margin-right: 0.1rem;
  width: 0.58rem;
  height: 0.58rem;
  background-image: url(../images/website/ico_top.png);
}

.footer .mail-detail {
  margin: 0.2rem auto 0;
  display: flex;
  width: 92%;
  align-items: center;
  justify-content: space-between;
}

.footer .mail-detail .text {
  margin: 0 0.25rem 0 0.1rem;
  color: #45b7bb;
  font-size: 0.2rem;
  word-break: break-word;
}

.footer .href-list {
  display: flex;
  padding: 0.1rem 0;
  background: #006a6f;
  color: #00b5a9;
  font-size: 0.18rem;
  justify-content: space-around;
}

.footer .href-list a {
  color: #00b5a9;
  text-decoration: underline;
}

.footer-new {
  height: auto !important;
  background: #008080;
  border-top: 0.02rem #1aa9b4 solid;
}

.icon-jump-tt {
  top: 3rem;
  right: 0.25rem;
  width: 0.8rem;
}

.icon-jump-tt .text {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0.05rem 0.1rem;
  width: 2rem;
  background: #eaffef;
  border-bottom: 0.03rem #6bf4c3 solid;
  font-size: 0.2rem;
  line-height: 1.2;
  color: #008a73;
  border-radius: 0.05rem;
  transform: translateY(-60%);
  word-break: break-word;
}

.icon-jump-tt .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.08rem;
  width: 0.08rem;
  height: 0.22rem;
  background: url(../images/website/new2025/arrow_03.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.top-id {
  top: 0;
  left: 0;
  padding: 0 0.2rem;
  width: 100%;
  height: 0.95rem;
  background: #eaffef;
  border-bottom: 0.03rem #c5f3e3 solid;
  font-family: "NewEras";
  font-size: 0.38rem;
  color: #008069;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  align-items: center;
}

.top-id .top-logo {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.top-id .top-logo img {
  height: 0.71rem;
}

.ico-enter-media {
  margin: 0.4rem 0 0 0.3rem;
  width: 0.55rem;
}

.footer .ico-media-list {
  display: flex;
  width: 100%;
  gap: 0.3rem;
  justify-content: center;
}

.footer .ico-media-list .ico-enter-media {
  margin-top: 0.2rem;
}

.footer .ico-media-list img {
  width: 0.55rem;
}
