.realNameGuide {
  height: 100vh;
  overflow-y: overlay;
  background: #ebf3ff;
}

.realNameGuide .head {
  position: relative;
  height: 199px;
  background: url(../images/realNameGuideBg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  user-select: none;
  font-weight: normal;
}

.realNameGuide .head .line1 {
  font-size: 30px;
  line-height: 43px;
  padding-top: 47px;
}

.realNameGuide .head .line2 {
  font-size: 13px;
  line-height: 19px;
}

.realNameGuide .content {
  padding: 0 15px 15px;
  margin-top: -40px;
}

.realNameGuide .content .guideCon {
  position: relative;
}

.realNameGuide .content .guideCon .tabCon {
  display: flex;
  height: 48px;
  background-color: #f4f4f4;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.realNameGuide .content .guideCon .tabCon li {
  flex: 1;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  user-select: none;
}

.realNameGuide .content .guideCon .tabCon li.selected {
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  position: relative;
  color: #2686f8;
}

.realNameGuide .content .guideCon .tabCon li.selected::after {
  content: '';
  display: block;
  width: 26px;
  height: 3px;
  background: #2686f8;
  border-radius: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 13px);
}

.realNameGuide .content .guideCon .tabCon li.selected .outerRadius {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffffff;
}

.realNameGuide .content .guideCon .tabCon li.selected .left {
  bottom: 0;
  left: -8px;
}

.realNameGuide .content .guideCon .tabCon li.selected .left::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom-right-radius: 8px;
  background: #f4f4f4;
}

.realNameGuide .content .guideCon .tabCon li.selected .right {
  bottom: 0;
  right: -8px;
}

.realNameGuide .content .guideCon .tabCon li.selected .right::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom-left-radius: 8px;
  background: #f4f4f4;
}

.realNameGuide .content .guideCon .stepCon {
  border-radius: 0 0 8px 8px;
  display: none;
}
.realNameGuide .content .guideCon .stepCon .Bar {
  height: 19px;
  background: #fff;
}

.realNameGuide .content .guideCon .stepCon .describe {
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 10px;
}
.realNameGuide .content .guideCon .stepCon .describe .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.realNameGuide .content .guideCon .stepCon .radiuss {
  border-radius: 0 0 8px 8px;
}
.realNameGuide .content .guideCon .stepCon .borderrudis {
  padding-bottom: 10px;
  border-radius: 0 0 8px 8px;
}
.realNameGuide .content .guideCon .stepCon .describe .text {
  margin-top: 5px;
}

.realNameGuide .content .guideCon .stepCon.selected {
  display: block;
}

.realNameGuide .content .guideCon .stepCon .authVideo {
  background-color: #fff;
  padding: 20px 20px 0;
}

.realNameGuide .content .guideCon .stepCon .authVideo span {
  display: block;
  font-size: 13px;
  padding-bottom: 10px;
}

.realNameGuide .content .guideCon .stepCon .authVideo video {
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
}

.realNameGuide .content .guideCon .stepCon li {
  background-color: #fff;
  padding: 37px 20px 0px;
  position: relative;
}

.realNameGuide .content .guideCon .stepCon li .desc {
  font-size: 14px;
  line-height: 19px;
}

.realNameGuide .content .guideCon .stepCon li img {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

.realNameGuide .content .guideCon .stepCon li .step {
  display: block;
  width: 57px;
  height: 24px;
  background: url(../images/img_09.png) no-repeat;
  background-size: 100%;
  text-align: center;

  font-size: 13px;
  color: #ffffff;
  user-select: none;
  position: absolute;
  left: -3px;
  top: -2px;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}