.bg-f9 {
  background: #F9F9FF;
}
.bg-fc {
  background: #F8FAFC;
}
.contentCheckReason__title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333;
}

.contentCheckReason__grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contentCheckReason__card {
  flex: 0 0 285px;
  min-height: 253px;
  padding: 30px 20px;
  border: 1px solid #D9DEE8;
  border-radius: 10px;
  background: #F8F9FF;
  box-sizing: border-box;
}

.contentCheckReason__iconWrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: #EDF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentCheckReason__iconImg {
  display: block;
  width: 64px;
  height: 64px;
}

.contentCheckReason__cardTitle {
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.contentCheckReason__cardDesc {
  font-size: 18px;
  line-height: 1.6;
  color: #4F4F4F;
}

.contentCheckHow__desc {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.contentCheckHow__tags {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.contentCheckHow__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  border-radius: 10px;
  background: #E6F0FF;
  font-size: 16px;
  font-weight: 500;
  color: #0059E3;
  position: relative;
}

.contentCheckHow__tag::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-right: 2px solid #0059e3;
  border-bottom: 2px solid #0059e3;
  transform: rotate(45deg);
}
.contentCheckHow__tag::before {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 2;
  display: none;
  width: 220px;
  min-height: 20px;
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(16, 28, 45, 0.92);
  box-shadow: 0 6px 14px rgba(0, 55, 86, 0.16);
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  white-space: normal;
}
.contentCheckHow__tag:hover,
.contentCheckHow__tag:focus {
  background: #d9eaff;
  outline: none;
}
.contentCheckHow__tag:hover::before,
.contentCheckHow__tag:focus::before {
  display: block;
}
.contentCheckHow__tag:hover::after,
.contentCheckHow__tag:focus::after {
  top: 1px;
  transform: rotate(225deg);
}

.contentCheckHow__panel {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 32px;
  border: 1px solid #F3F4F6;
  border-radius: 16px;
  background: #fff;
}

.contentCheckHow__content {
  flex: 1;
}

.contentCheckHow__panelTitle {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
}

.contentCheckHow__panelDesc {
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
}

.contentCheckHow__accent {
  font-weight: 700;
  color: #2563EB;
}

.contentCheckHow__note {
  padding-left: 4px;
}

.contentCheckHow__noteText {
  padding: 16px;
  border-left: 4px solid #3B82F6;
  border-radius: 8px;
  background: #F9FAFB;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.contentCheckHow__noteLabel {
  font-weight: 500;
  color: #2563EB;
}

.contentCheckHow__image {
  flex: 0 0 518px;
  width: 518px;
  height: 264px;
  border-radius: 20px;
  display: block;
}

.contentCheckExample__tip {
  display: flex;
  align-items: center;
}

.contentCheckExample__tipBar {
  flex: 0 0 6px;
  width: 6px;
  height: 20px;
  background: #005AD0;
}

.contentCheckExample__tipText {
  margin-left: 12px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}

.contentCheckExample__image {
  display: block;
  width: 100%;
}
.contentCheckExample__image__wrap {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.c-989 {
  color: #989898;
}
.lh26 {
  line-height: 26px;
}
.issueBox {
  flex-wrap: wrap;
}
.issueItem {
  flex: 0 0 100%;
  border: 1px solid #DFDFDF;
}
.issueItem .title {
  position: relative;
}

.issueItem .operateIcon {
  display: flex;
}
.issueItem .operateIcon::before {
  position: absolute;
  left: 20px;
  display: inline-block;
  content: url('/res/images/contentCheck/show.png');
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.issueItem .operateIcon.hide::before {
  display: flex;
  align-items: center;
  content:url('/res/images/contentCheck/hide.png');
  width: 15px;
  height: 15px;
  margin-top: 0px;
}
.issueItem .content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.issueItem .content img {
  max-width: 100%;
}
.rightFix {
  position: fixed;
  right: 30px;
  top: 50%;

}
.checkBtn .checkIcon {
  width: 30px;
  height: 30px;
  background: url('/res/images/contentCheck/icon15.png');
  margin: 0 auto 5px;
}
.checkBtn {
  background: #fff;
  border-radius: 5px;
  padding: 7px;
  text-align: center;
  overflow: hidden;
  z-index: 99;
  box-shadow: 0px 2px 10px 0px rgba(0, 90, 208, 0.2);
}
.normolBtn{
  width: 66px;
  height: 70px;
  padding: 10px 5px;
  text-align: center;
  background: #EBEBEB;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  z-index: 99;
}
.normolBtn .normalIcon{
  width: 26px;
  height: 26px;
  background: url('/res/images/iThenticate/normalIcon.png');
  margin: 0 auto 5px;
}
.checkBtn:hover {
  background: #4093FF;
}
.checkBtn:hover .checkIcon {
  background-image: url('/res/images/contentCheck/icon16.png');
}
.checkBtn:hover .checkText {
  color: #fff;
}
#banner .imgs {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.proItem {
  display: flex;
  padding: 10px 20px;
  background: #fff;
}
.proItem_icon {
  width: 32px;
  height: 32px;
}
.proItemTitle {
  color: #111827;
  font-weight: 600;
}
.processImg {
  width: 1000px;
  margin: 65px auto 0;
}
.process_text {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.process_wrap {
  display: flex;
  justify-content: space-around;
}
