.figcheck {
  padding-bottom: 15rem;
  background: #EDF2FE;
}
.bannerTop .advant {
  display: block;
  width: 100%;
  height: 56rem;
}
.c-ad0 {
  color: #005AD0;
}
.figcheck .price {
  font-weight: 700;
  font-size: 8rem;
  color: #3C97FF;
  margin: 0 1.73rem;
  position: relative;
  top: .7rem;
}
.line {
  text-decoration: line-through;
}
.figcheck .setCheckBtn {
  width: 40rem;
  height: 12rem;
  background-image: linear-gradient(105deg, #16D1FD 0%, #4092FF 100%);
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.33rem auto 0;
}
.figcheck .setCheckBtn .setIcon {
  width: 1.4rem;
}
.figcheck .bg-2fe {
  background: #EDF2FE;
}
.figcheck .inner {
  border-radius: 4rem;
}
.figcheck .circleCont {
  position: relative;
  top: 0;
  padding-left: 4.67rem;
}
.figcheck .circleCont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: #4093FF;
  border-radius: 50%;
}
.figcheck .fourList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.figcheck .fourItem {
  flex: 0 0 48%;
  background: #F9FCFF;
  border: 1px solid #AED1FF;
  border-radius: 2.67rem;
  padding: 2.67rem 3.33rem;
  box-sizing: border-box;
  margin-top: 2.67rem;
  height: 32rem;
}
.figcheck .c-add {
  color: #005AD0;
}
.figcheck .fourIcon {
  width: 5.33rem;
}
.figcheck .fourTitle {
  display: flex;
  align-items: center;
}
.figcheck .fourCont {
  position: relative;
  top: 0;
  padding-left: 5.3rem;
}
.figcheck .fourCont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: 1.33rem;
  height: 1.33rem;
  background: #333;
  border-radius: 50%;
}
.figcheck .tabList {
  display: flex;
  border-bottom: 1px solid #D7DEE6;
}
.figcheck .tabList .tabItem {
  flex: 0 0 25%;
  text-align: center;
  position: relative;
  top: 0;
}
.figcheck .tabList1 .tabItem {
  flex: 0 0 50%;
}
.figcheck .tabList .tabItem::before {
  content: "";
  position: absolute;
  top: 0.53rem;
  right: 0;
  width: 1px;
  height: 4rem;
  background: #BCBECE;
}
.figcheck .tabList .tabItem:last-child::before {
  display: none;
}
.figcheck .tabList .tabItem::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.67rem;
  height: 0.67rem;
  background: transparent;
}
.figcheck .tabList .tabItem.curItem::after {
  background: #005AD0;
}
.figcheck .tabList .tabItem.curItem {
  color: #005AD0;
  font-weight: 500;
}
.figcheck .tabImg {
  display: block;
  width: 100%;
}
.figcheck .tabCont {
  padding: 4rem 0 12rem;
}
.figcheck .lineTitle {
  position: relative;
  top: 0;
  padding-left: 2.67rem;
}
.figcheck .lineTitle::before {
  content: "";
  position: absolute;
  top: .9rem;
  left: 0;
  width: 0.8rem;
  height: 4rem;
  background: #005AD0;
}
.figcheck .iconImg{
  width: 100%;
}
.figcheck .numTitle {
  position: relative;
  top: 0;
  padding-left: 7rem;
}
.figcheck .numTitle .num {
  position: absolute;
  top: .9rem;
  left: 0;
  width: 4.67rem;
  height: 4.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2.93rem;
  font-weight: 500;
  background: #005AD0;
}
.figcheck .figBtn {
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 1.73rem 2.67rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 750px;
}
.figcheck .toLinkBtn {
  flex: 0 0 35%;
  line-height: 12rem;
  background: #EBEBEB;
  border-radius: 1.33rem;
  text-align: center;
}
.figcheck .toBtnBottom {
  flex: 0 0 61%;
  line-height: 12rem;
  background: #4093FF;
  border-radius: 1.33rem;
  text-align: center;
}
.figcheck .icon16 {
  width: 1.33rem;
  margin-left: 0.93rem;
}
.figcheck .triangleTitle {
  position: relative;
  top: 0;
  padding-left: 4rem;
}
.figcheck .triangleTitle .icon {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.5rem;
}
.figcheckConstrue .lineTitle {
  padding-left: 4.5rem;
}
.figcheck .circleTitle {
  position: relative;
  top: 0;
  padding-left: 4.5rem;
}
.figcheck .circleTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: 2rem;
  height: 2rem;
  background: #005AD0;
  border-radius: 50%;
}
.qusition {
  border: 1px solid #DFDFDF;
  margin-top: 3.33rem;
}
.qusitionTitle  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 2.67rem;
  background: #F5F4F4;
}
.qusitionTitle .numIcon {
  width: 4.67rem;
  height: 4.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2.93rem;
  font-weight: 500;
  background: #005AD0;
}
.qusitionCont {
  border-top: 1px solid #DFDFDF;
}
.qusitionTitleLeft {
  display: flex;
  align-items: center;
}
.showHide {
  width: 4rem;
}
.showHideImg {
  display: block;
  width: 100%;
}
