#fwly-container {
  width: 100%;
  height: 1396px;
}

.fwfwBg1 img {
  width: 100%;
}

.fwfwBg1 .fwfwText {
  top: 100px;
  left: 120px;
  text-align: left;
}

.fwfwBg1 .fwfwBgText {
  font-family: PingFang TC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
}

.fwfwBg1 .fwfwBgMiniText {
  height: 30px;
  line-height: 30px;
  font-family: PingFang TC;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
}

.fwfwArea {
  display: flex;
  width: 100%;
  height: 1024px;
  background-color: #fff;
}
/* ×ó²à²à±ßÀ¸ */
.sidebar {
  width: 450px;
  padding: 40px 0;
}

.sidebar-item {
  width: 300px;
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 12px;
  color: #999999;
  font-size: 17px;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid #cccccc;
  margin-left: 100px;
}
.sidebar .sidebar-item:last-child {
  border-bottom: unset;
}
.sidebar-item.active {
  color: #ff3333;
}

.red-img {
  display: none;
}

.sidebar-item.active .gray-img {
  display: none;
}

.sidebar-item.active .red-img {
  display: block;
}

.sidebar-item .icon {
  width: 36px;
  height: 36px;
  margin-right: 12px;
  opacity: 0.5;
}
.sidebar-item.active .icon {
  opacity: 1;
}
.sidebar-item .arrow {
  margin-left: auto;
  opacity: 0;
  display: none;
}
.sidebar-item.active .arrow {
  opacity: 1;
  color: #ff3333;
  display: inline-block;
}
/* ÓÒ²àÄÚÈÝÇø */
.fwfwArea .content {
  flex: 1;
  padding: 40px 60px;
  color: #333;
  line-height: 1.8;
  height: 900px;
  overflow-y: auto;
}

.content-item {
  display: none;
}
.content-item.active {
  display: block;
}
.content-item h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.content-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 8px;
}
.content-item ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content-item li {
  font-size: 15px;
  color: #555;
  line-height: 1.9;
}
.download {
  color: #d70000;
  text-decoration: underline;
  cursor: pointer;
}
