.settled {
  width: 1020px;
  height: 537px;
  margin: 0 auto;
  margin-top: 166px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

.settled-left {
  width: 515px;
  height: 418px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  background: rgba(30, 30, 30, 0);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	-moz-backdrop-filter: saturate(180%) blur(12px);
	-o-backdrop-filter: saturate(180%) blur(12px);
}

.settled-left .settled-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.settled-left .settled-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #F7CA18;
}

.settled-left .settled-content .list {
  width: 246px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.settled-content .list p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.settled-content .list p img {
  width: 28px;
  height: 20px;
  margin-left: 4px;
}

.settled-left .settled-content button {
  width: 248px;
  height: 48px;
  background: #F7CA18;
  border-radius: 24px;
  border: 0;
  cursor: pointer;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

.settled-left .settled-block {
  width: 24px;
  height: 378px;
  background: #fff;
  margin-left: 72px;
}

.settled-right {
  height: 100%;
  flex: 1;
  border: 1px solid #fff;
  border-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.settled-right > div {
  width: 472px;
  height: 473px;
  background: url('./../images/settled.jpg') no-repeat;
  background-size: 100% 100%;
}

.settled-title {
  width: 690px;
  height: 446px;
  position: absolute;
  top: -200px;
  left: -232px;
  z-index: 1;
  /* background: url('./../images/title_bg.jpg') no-repeat; */
  background-size: 100% 100%;
}

.settled-title > div {
  width: 300px;
  height: 80px;
  background: url('./../images/settled_title.svg');
  background-size: 100% 100%;
  margin-top: 131px;
  margin-left: 232px;
}