.userGuid_Body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  color: #000;
}
.userGuid_Body .userGuid_Tab {
  display: flex;
}

.userGuid_Tab a div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 80px;
}
.userGuid_Tab a div div {
  border-radius: 4px;
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #238be4;
  bottom: 14px;
}

.userGuid_Tab_select {
  color: #238be4;
}

.userGuid_Tab a div:hover {
  color: #238be4;
}
.userGuid_Body a {
  color: #000;
}

.userGuid_Info_Body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f7fbff;
  color: #000;
}
.MsoNormal {
  line-height: 30px;
  font-size: 18px;
}

.userGuid_Info_Body span:first-child {
  font-size: 24px;
  font-weight: bold;
}

.userGuid_Info_Body span:nth-child(2) {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.userGuid_Info_Body .Bardiv {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: black;
}
.userGuid_Page_Info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 80px;
  color: #000;
}
.userGuid_Page_Info span {
  line-height: 60px;
  font-size: 36px;
  font-weight: bold;
}

.userGuid_Page_Info span:nth-child(2) {
  color: #238be4;
}
.userGuid_Page_Info .page2 {
  margin-top: 40px;
  aspect-ratio: 1240/1141;
  width: 100%;
  max-width: 1240px;
}

.userGuid_Page_Info .page3 {
  margin-top: 40px;
  aspect-ratio: 1300/712;
  width: 100%;
  max-width: 1240px;
}
