.iThenticate .issueItem {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.iThenticate .issueItem .isTitle {
  background: #fff;
  position: relative;
  top: 0;
  padding-left: 7.47rem;
}
.iThenticate .issueItem .isTitle .showIcon {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  /* 形状 */
  width:  0.27rem;
  height: 3.38rem;
}
.iThenticate .issueItem .isTitle .showIcon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.38rem;
  height: 0.27rem;
  background: #333;
}
.iThenticate .issueItem .isTitle .showIcon.hide:after {
  content: "";
  width:  0.27rem;
  height: 3.38rem;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.iThenticate .issueItem .content {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.procedure2 {
  width: 100%;
}
.aiCheckSection {
  background: #fff;
  padding: 6.67rem 5.33rem 2.67rem;
}
.aiCheckRow {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
.aiCheckCard {
  width: 43.33rem;
  background: #F9F9FF;
  border: 0.13rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1.07rem;
  padding: 4rem 2.67rem;
  text-align: center;
}
.aiCheckIconWrap {
  width: 8.53rem;
  height: 8.53rem;
  border-radius: 50%;
  background: #F0F3FF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aiCheckIcon {
  display: block;
  width: 100%;
}
.aiCheckCardTitle {
  font-size: 3.5rem;
  font-weight: 500;
  color: #101C2D;
  margin-top: 1.6rem;
}
.aiCheckCardDesc {
  font-size: 3.2rem;
  color: #333;
  text-align: left;
  margin-top: 1.6rem;
}
.aiCheckSection1 {
  background: #F9F9FF;
}
.proItem {
  padding: 2.67rem;
  margin-top: 2.67rem;
  display: flex;
  gap: 2.13rem;
}
.proItemPic {
  width: 6.67rem;
  height: 6.67rem;
  position: relative;
  top: .5rem;
}
.proTitle {
  color: #111827;
}
.aiCheckSection2 {
  background: #F8FAFC;
  padding: 6.67rem 5.33rem 2.67rem;
}
.aiCheckDesc {
  line-height: 4rem;
  text-align: justify;
}
.aiCheckDesc p + p {
  margin-top: 0.67rem;
}
.aiCheckFeatureRow {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.aiCheckFeatureRow + .aiCheckFeatureRow {
  margin-top: 2.67rem;
}
.aiCheckFeatureCard {
  width: 43.33rem;
  background: #E6F0FF;
  border-radius: 1.33rem;
  padding: 2.13rem 2.67rem;
}
.aiCheckFeatureTitle {
  font-size: 3.2rem;
  font-weight: 500;
  color: #0059E3;
  text-align: center;
}
.aiCheckFeatureDesc {
  font-size: 2.93rem;
  color: #666;
  margin-top: 1.07rem;
}
.aiCheckAnalysisCard {
  background: #fff;
  border: 0.13rem solid #F3F4F6;
  border-radius: 2.13rem;
  padding: 4rem 2.67rem;
}
.aiCheckAnalysisTitle {
  font-size: 3.73rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}
.aiCheckAnalysisDesc {
  line-height: 4rem;
}
.c-highlight {
  color: #0059E3;
  font-weight: 700;
}
.aiCheckHighlight {
  background: #F9FAFB;
  border-left: 0.93rem solid #3B82F6;
  border-radius: 1.07rem;
  padding: 2.08rem 2.13rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #333;
  line-height: 4rem;
}
.aiCheckHighlightTag {
  color: #0059E3;
}
.aiCheckAnalysisImgWrap {
  border-radius: 2.67rem;
  overflow: hidden;
}
.aiCheckAnalysisImg {
  width: 100%;
  display: block;
}
.aiProcess {
  display: flex;
  justify-content: space-between;
}
.example {
  position: relative;
  padding-left: 2.67rem;
}
.example::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.8rem;
  height: 2.67rem;
  background: #005AD0;
}
.bannerTop .advant {
  display: block;
  width: 100%;
  height: 56rem;
}
.iThenticate .toCheckBtn {
  max-width: 750px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 2.73rem 0;
  background: #fff;
}
.iThenticate .toBtn {
  width: 72.8rem;
  line-height: 12rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 40px;
  background: #235ad0;
  background-size: 100% 100%;
  color: #fff;
}

.iThenticate {
  padding-bottom: 20rem;
}
