.slogan {
  color: #FFFFFF;
}

.slogan-1 {
  font-size: 64px;
  font-weight: bold;
}

.slogan-2 {
  font-size: 50.5px;
  font-weight: bold;
  margin-top: 10px;
}

.slogan-3 {
  font-size: 16px;
  margin-top: 18px;
}

.fw {
  width: 100%;
  background: url('../static/fw-bg.png') no-repeat;
  background-size: cover;
}

.fw, .fn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1320px;
  height: 1093px;
  background-color: #fff;
}

.fw-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.fw-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 530px;
  background: linear-gradient(180deg, #FFE7E7 0%, #FFF8F8 100%);
}

.fw-item:hover {
  background: linear-gradient(180deg, #FF3E3F 0%, #FF9476 100%);
}

.fw-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #3D3D3D;
  font-weight: bold;
}

.fw-subtitle {
  margin-bottom: 80px;
  width: 310px;
  font-size: 18px;
  color: #fff;
  /* line-height: 24px; */
  display: none;
}

.fw-line {
  width: 69.01px;
  height: 6px;
  background: #FF3F40;
  opacity: 1;
}

.fw-more {
  position: absolute;
  right: 56px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 120px;
  color: #FF3F40;
  font-weight: bold;
  font-size: 18px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  opacity: 0;
  cursor: pointer;
}

.fw-more:hover {
  color: #FF3F40;
}

.fw-item:hover .fw-more {
  opacity: 1;
}

.fw-item:hover .fw-line {
  opacity: 0;
}

.fw-item:hover .fw-subtitle {
  display: block;
}

.fw-item:hover .fw-title {
  color: #fff;
}


.fn {
  width: 100%;
  background: #F4F8F9;
}

.fn-content {
  display: flex;
  align-items: center;
}

.fn-left {
  flex-shrink: 0;
  position: relative;
  margin-right: 19px;
  width: 363px;
}

.fn-left-bg {
  width: 363px;
}

.fn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.fn-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  background: #fff;
}

.fn-arrow {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 24px;
  height: 20px;
  background: url('../static/home/fn_arrow-right.svg') no-repeat;
  background-size: 100%;
}

.fn-left .fn-arrow {
  background: url('../static/home/fn_arrow-right-gray.svg') no-repeat;
}

.fn-icon {
  width: 100px;
  margin-bottom: 33px;
}

.fn-title {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.fn-subtitle {
  font-size: 14px;
  color: #B6B6B6;
  margin-top: 2px;
}

.fn-left-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.fn-left .fn-title {
  font-weight: 500;
}

.fn-left .fn-subtitle {
  font-size: 18px;
}


.al {
  width: 100%;
  padding: 130px 0;
}

.al-item {
  display: flex;
  align-items: center;
  margin-bottom: 58px;
}

.al-l {
  width: 703px;
  height: 410px;
  background: #F4F8F9;
  padding: 54px;
}

.al-title {
  font-size: 32px;
  font-weight: bold;
  color: #3D3D3D;
}

.al-subtitle {
  width: 600px;
  font-size: 18px;
  color: #3D3D3D;
  margin-top: 21px;
  height: 100px;
}

.al-info {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.al-info-item {
  display: flex;
  flex-direction: column;
}

.al-info-title {
  color: #FF3E3F;
}

.al-info-title .num {
  margin-bottom: 0;
  font-size: 64px;
  font-family: 'DIN-BlackItalic', serif;
}

.al-info-title .plus {
  font-size: 48px;
}

.al-info-title .unit {
  font-size: 18px;
  font-style: normal;
  margin-left: 6px;
}

.al-info-subtitle {
  font-size: 18px;
  font-style: normal;
}