body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
html, body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
   overflow: hidden;
}
a {
  color: #00B7FF;
}
.ecs_login_bj{
  background: url(../images/login_bj.jpg) center top no-repeat #2781d5;
  background-repeat: no-repeat;
}
.RecordNo{
  bottom: 60px;
  text-align: center;
  color: #d5e4f5;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  display: block;
  width: 400px;
  left: 50%;
  margin-left: -200px;
}
.page_content{
  text-align: center;
  margin-top: 15%;
}
.page_content h1{
  color: #bcdffb;
  font-size: 34px;
  text-align: left;
  margin-bottom: 0.325em;;
}
.page_content p{
  /*color: #bcdffb;*/
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 10px;
  /*text-align: left;*/
}
.page_content div{
  color: #fff;
  margin-top: 80px;
}


/*#region 人脸页面*/
.sketch {
  background: hsla(0,0%,88%,.35);
  /*padding: .8333rem 1.666rem 1.2rem;*/
  height: 55vh;
  overflow: hidden;
}
.sketch-img {
  /*width:14rem;*/
  height:100%;
  margin:0 auto;
  background:url(/images/sketch.png) center 0 no-repeat;
  /*-moz-background-size:100% auto;*/
  /*background-size:100% auto*/
  -moz-background-size:contain;
  background-size:contain;
  text-align: center;
}
/*@media screen and (max-width: 320px) {*/
  /*.sketch-img {*/
    /*height:17rem;*/
    /*min-height:17rem;*/
  /*}*/
/*}*/
.sketch-text {
  font-size:14px;
  color:#999;
  letter-spacing:0;
  line-height:24px;
  text-align:center
}
.prompt{
  -webkit-box-shadow:0 -4px 10px 0 #e8e8e8;
  -moz-box-shadow:0 -4px 10px 0 #e8e8e8;
  box-shadow:0 -4px 10px 0 #e8e8e8;
  /*padding-bottom:.833rem*/
}
.prompt-number{
  text-align:center
}
.prompt-number span {
  font-size:32px;
  font-family: Heiti SC,Helvetica Neue,Helvetica,Arial,Lucida Grande,STHeiTi,sans-serif;
  color:#4876dd;
  display:inline-block;
  width:3.65rem;
  height:3.5rem;
  line-height:3.5rem;
  margin-right:.325rem;
  border:1px solid #d7d7d7;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  text-align:center;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.prompt-number span:last-child {
  margin-right:0
}
.prompt-titlle{
  padding-top: 4vh;
  padding-bottom: 5vh;
  display: flex;
  justify-content: center;
  text-align: center;
}
.prompt-titlle .titlle-list{
  flex: 1;
  position: relative;
}
.prompt-titlle span:before{
  content: '';
  position: absolute;
  top: 49%;
  /*left: 35%;*/
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: -10px;
  display: inline-block;
  background: #5d8fff;
}
.prompt-text{
  text-align: center;
  margin-top: .875em;
}
.prompt-text span{
  font-size: .75em;
  color: #777;
}
.btn-wrap {
  display: block;
  /*width: 8.93333rem;*/
  height: 2.875em;
  line-height: 2.875em;
  position: relative;
  text-align: center;
  margin: 3vh 2em;
}
.record__btn-box-input-video {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.btn {
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  background: #ccc;
  color: #fff;
  border: none;
  border-radius: .13333rem;
}
.btn.active {
  background: #5d8fff;
}
/*#endregion*/

/*#region 人脸加载*/
.classyloader {
  position:absolute;
  display:inline-block;
  height:128px;
  width:128px;
  left: 50%;
  margin-left: -64px;
  top: 30%;
  margin-top: -64px;
}

.percent-circle {
  position:absolute;
  height:100%;
  background:#688df7;
  overflow: hidden;
}
.classyloader.upload_error .percent-circle{
  background:#ff0000;
}
.percent-circle-right {
  right:0;
  width:64px;
  border-radius: 0 64px 64px 0/0 64px 64px 0;
}
.percent-circle-right .right-content{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform-origin:left center;
  transform: rotate(0deg);
  border-radius: 0 64px 64px 0/0 64px 64px 0;
  background:#efefef;
}

.percent-circle-left {
  width:64px;
  border-radius: 64px 0 0 64px/64px 0 0 64px;
}

.percent-circle-left .left-content {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transform-origin:right center;
  transform: rotate(0deg);
  border-radius: 64px 0 0 64px/64px 0 0 64px;
  background:#efefef;
}

.text-circle {
  position: absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  height:124px;
  width:124px;
  left:2px;
  top:2px;
  border-radius:100%;
  /*background:#fff;*/
  background: url("/images/face.png") no-repeat #fff;
  background-size: cover ;
  color:#000;
}
.classyloader.upload_error .text-circle{
  position: absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  height:124px;
  width:124px;
  left:2px;
  top:2px;
  border-radius:100%;
  /*background:#fff;*/
  background: url("/images/face_err.png") no-repeat #fff;
  background-size: cover ;
  color:#000;
}
.loader-text{
  position:absolute;
  display:inline-block;
  text-align: center;
  top: 30%;margin: auto 0;
  margin-top: 100px;
  width: 100%;
}
/*错误*/
.loader-text.upload_error_text{
  top: 28%;
}
.loader-text.upload_error_text .title{
  color: #ff0000;
  font-size: 16px;
  line-height: 42px;
}
.loader-text.upload_error_text .message{
  color: #898989;
  font-size: 14px;
  line-height: 25px;
  margin: 0 40px;
}
/*成功*/
#page3 .face-pass{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
#page3 .face-pass .pic_wrap{
  width: 60%;
  height: 100%;
  margin: 20% auto 20px;
  position: relative;
}
#page3 .face-pass .pic_wrap img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.success_icon{
  width: 80px;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  border: 2px solid  rgba(76, 174, 76, 0.8);
  border-radius: 50%;
  /*background:rgba(150, 243, 97, 0.2) ;*/
}
.success_icon .sa-line{
  height: 5px;
  background-color: rgba(105, 236, 105, 1);
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.success_icon .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.success_icon .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#page3 .face-pass .title{
  color: #3c763d;
  font-size: 16px;
  line-height: 42px;
}
#page3 .btn-wrap{
  position: fixed;
  bottom: 30px;
  display: block;
  width: 100%;
  margin: 0;
}
#page3 .btn-wrap .btn{
  width: 200px;
  display: block;
  margin: auto;
}
/*#endregion*/