@charset "UTF-8";
/*
 * flex水平布局-居中
 * @param
 */
/* css隐藏滚动条 */
.face[data-v-373b6a49] {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.face .faceDataDlo[data-v-373b6a49] {
  width: 3.46354rem;
  background: #fff;
  padding: 0.15625rem 0;
}
.titleDialog[data-v-373b6a49] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.titleDialog p[data-v-373b6a49] {
  font-size: 0.10417rem;
  color: #333;
}
.titleDialog i[data-v-373b6a49] {
  width: 0.54688rem;
  height: 13px;
  margin-top: -12px;
  opacity: 0.37;
}
.theme-blue .titleDialog i[data-v-373b6a49] {
    background-color: #2E58FF !important;
}
.theme-red .titleDialog i[data-v-373b6a49] {
    background-color: #AB1212 !important;
}
.faceDiv[data-v-373b6a49] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faceDiv p[data-v-373b6a49] {
  font-size: 15px;
  color: #333;
  margin: 0.26042rem 0 0.21875rem;
}
.faceDiv .faceData[data-v-373b6a49] {
  width: 1.5625rem;
  height: 1.5625rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.26042rem;
}
.faceDiv .faceData .faceNumber[data-v-373b6a49] {
  width: 1.5625rem;
  height: 1.5625rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.41667rem;
  font-weight: bold;
  color: #fff;
}
.faceDiv .leftTop[data-v-373b6a49] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-left: 10px solid #2e58ff;
  border-top: 10px solid #2e58ff;
  position: absolute;
  left: 0;
  top: 0;
}
.faceDiv .rightTop[data-v-373b6a49] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-right: 10px solid #2e58ff;
  border-top: 10px solid #2e58ff;
  position: absolute;
  right: 0;
  top: 0;
}
.faceDiv .leftButton[data-v-373b6a49] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-left: 10px solid #2e58ff;
  border-bottom: 10px solid #2e58ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faceDiv .rightButton[data-v-373b6a49] {
  width: 0.26042rem;
  height: 0.26042rem;
  border-right: 10px solid #2e58ff;
  border-bottom: 10px solid #2e58ff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.faceDiv .faceDataLine[data-v-373b6a49] {
  width: 1.5625rem;
  height: 2px;
  background: #2e58ff;
  position: absolute;
  top: 0;
  animation: keyLine-373b6a49 1.5s infinite;
}
.faceDivSuccessful[data-v-373b6a49] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faceDivSuccessful strong[data-v-373b6a49] {
  margin-bottom: 0.10417rem;
  font-size: 15px;
  color: #333;
}
.faceDivSuccessful p[data-v-373b6a49] {
  font-size: 14px;
  color: #999;
}
.faceDivSuccessful .pButton[data-v-373b6a49] {
  margin: 5px 0 0.15625rem;
}
.faceDivSuccessful img[data-v-373b6a49] {
  margin: 0.39063rem 0 0.13021rem;
}
.faceDivSuccessful .auditImg[data-v-373b6a49] {
  margin: 0.78125rem 0 0.13021rem;
}
.refer-btn[data-v-373b6a49] {
  width: 1.21354rem;
  border-radius: 0.26042rem;
  margin-top: 0.10417rem;
}
.isReturn[data-v-373b6a49]:hover {
  opacity: 0.7;
}
.detIcon[data-v-373b6a49] {
  font-size: 0.15625rem;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.detIcon[data-v-373b6a49]:hover {
  color: #2e58ff;
}
@keyframes keyLine-373b6a49 {
0% {
    top: 0;
}
50% {
    top: 1.5625rem;
}
100% {
    top: 0;
}
}


/*# sourceMappingURL=34-1760075386701.css.map*/