body {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
}

.isPc .Link {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.isPc .Link ul {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.isPc .Link li {
  background: linear-gradient(180deg, #541c82 0%, #7329b3 100%);
  transition: background 0.5s ease-in-out;
}

.isPc .Link li:hover {
  background: linear-gradient(180deg, #5d76f3 0%, #6566dd 100%);
}

.isPc .section1 {
  height: auto;
  margin-bottom: 30px;
}

.isWap .list2-tit {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.isWap .list2-tit a {
  color: #b3491a;
  font-size: 25px;
  height: auto;
  display: inline-flex;
  margin: 0 8px;
  font-family: Times;
}

.isWap .list2-tit::before {
  display: block;
  content: " ";
  width: 45px;
  height: 25px;
  background: url("../i/left.png") no-repeat center;
  background-size: 100% 100%;
}

.isWap .list2-tit::after {
  display: block;
  content: " ";
  width: 45px;
  height: 25px;
  background: url("../i/right.png") no-repeat center;
  background-size: 100% 100%;
}

.isPc .bg1 {
  background: url("../i/bg1.jpg") top center no-repeat;
  background-size: 1920px 870px;
  height: 868px;
}

.isPc .list2-tit,
.isWap .list2-tit {
  display: none;
}

.isPc .bg1 .w {
  padding-top: 160px;
}

.i-list-bottom {
  clear: both;
}

.isPc .i-list-bottom ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.isPc .i-list-bottom ul li {
  margin-top: 20px;
  display: flex;
  background: #672a94;
}

.isPc .i-list-bottom ul li img {
  width: 168px;
  height: 109px;
  object-fit: cover;
}

.isPc .i-list-bottom .list-tit a {
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  color: #fff;
}

.isWap .i-list-bottom ul {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.isWap .i-list-bottom {
  padding: 0 0.4rem;
}

.isWap .i-list-bottom ul li {
  display: flex;
  margin-top: 0.2rem;
  background-color: #4e6fcf;
}

.isWap .i-list-bottom ul li > a {
  display: block;
  width: 40%;
  flex-shrink: 0;
}

.isWap .i-list-bottom ul li img {
  width: 100%;
  height: auto;
}

.isWap .i-list-bottom ul li .list-text {
  padding: 0.2rem;
}

.isWap .i-list-bottom .list-tit a {
  font-size: 0.3rem;
  line-height: 1.2;
  color: #fff;
}

.tit-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.isPc .section1 {
  margin-bottom: 0;
}

.isPc .section3 {
  margin-top: -15px;
  background: transparent;
}

.isPc .bg2 {
  background: url("../i/bg2.jpg") top center no-repeat;
  background-size: 1920px 560px;
  height: 560px;
  margin-bottom: -15px;
}

.isPc .bg2 .w {
  padding-top: 60px;
}

.isPc .bg2 ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.isPc .bg2 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.isPc .list3-seciton {
  margin-top: 60px;
}

.isPc .section-invest {
  padding-top: 60px;
}

.isWap .tit-img img {
  width: 100%;
}

.isWap .i-list3 {
  margin-top: 0.4rem;
}

.isWap .section-invest {
  margin-top: 0.4rem;
}

.isWap .list3-seciton .list-tit a,
.isWap .i-list4 .list-tit a {
  color: #fff;
}

.isWap .bg2 ul {
  display: block;
  margin-top: 0.4rem;
  padding: 0 0.4rem;
  margin-bottom: 0.2rem;
}

.isWap .bg2 ul li img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  margin-bottom: 0.4rem;
}

.top_tag {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #6367bd;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  z-index: 20;
  text-transform: uppercase;
}

.isWap .top_tag {
  top: 0;
  right: 0;
  padding: 3px 6px;
  font-size: 10px;
  background-color: transparent;
}