body {
  margin: 0;
  padding: 0;
  background-color: #f3f3f3;
}
.header {
  width: 100%;
  background-color: #ffffff;
  height: 80px;
  line-height: 80px;
  color: #07b49a;
  font-size: 36px;
  text-align: center;
  position: relative;
  font-weight: bold;
  box-shadow: 0px 2px 4px 0px #ededed;
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header .back {
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 36px;
  font-weight: normal;
  color: #07b49a;
  cursor: pointer;
}
.header .back img {
  height: 30px;
  margin-right: 18px;
}
.header .back img,
.header .back span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header .ext {
  position: absolute;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
  right: 36px;
  font-weight: normal;
  cursor: pointer;
  color: #07b49a;
}
.header .ext img {
  height: 30px;
  margin-right: 18px;
}
.header .ext img,
.header .ext span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header .more {
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  background-color: #07b49a;
  left: 0px;
  padding: 0 30px;
  font-weight: normal;
  cursor: pointer;
}
.header .more img {
  height: 30px;
  margin-right: 18px;
}
.header .more img,
.header .more span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header .more .more-op {
  display: none;
}
.clearfix {
  clear: both;
}
.hidden {
  display: none;
}
.btn {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 30px;
  padding: 15px 30px;
}
.btn.btn-primary {
  background-color: #07b49a;
  color: #ffffff;
}
.btn.btn-warning {
  background-color: #f79e2a;
  color: #ffffff;
}
.btn.btn-disabled {
  background-color: #d6d6d6;
}
.btn.btn-lg {
  font-size: 48px;
  padding: 20px 260px;
}
.text.text-secondary {
  color: #504f4f;
}
.text.text-important {
  color: #e12424;
}
.copyright {
  display: none;
  text-align: center;
  margin-top: 30px;
  color: #504f4f;
  font-size: 24px;
}
.copyright.copyright-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.copyright img {
  width: 48px;
  height: 30px;
  margin-right: 15px;
}
.copyright img,
.copyright span {
  vertical-align: middle;
  display: inline-block;
}
.error-tips .mask {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: #000000;
  opacity: 0.8;
}
.error-tips .body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.error-tips .body .info {
  padding: 20px;
  font-size: 36px;
  color: #515050;
  text-align: center;
}
.error-tips .body .close {
  background-color: #07b49a;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 36px;
  padding: 10px 0;
}
.content {
  text-align: center;
}
.content .camera {
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.content .camera .camera-tips-right {
  position: absolute;
  z-index: 100;
  right: 35px;
  top: 50%;
  width: 300px;
  transform: translateY(-50%);
}
.content .camera .camera-tips {
  position: absolute;
  z-index: 100;
  left: 35px;
  top: 50%;
  width: 300px;
  transform: translateY(-50%);
  border-radius: 10px;
  overflow: hidden;
}
.content .camera .camera-tips .title {
  background-color: #f79e2a;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 0;
}
.content .camera .camera-tips .info {
  background-color: #ffffff;
  padding: 30px 45px;
}
.content .camera .camera-tips .info .line {
  color: #f79e2a;
  font-size: 30px;
  text-align: left;
}
.content .camera .camera-tips .info .line:not(:first-child) {
  margin-top: 20px;
}
.content .camera #video {
  height: 656px;
  width: 1166px;
  margin: 0 auto;
}
.content .camera .border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.content .camera .border img {
  width: 90%;
}
.content .tips .tips-line {
  margin-top: 17px;
}
.content .op {
  margin-top: 80px;
}
.face-tips .mask,
.face-failed .mask {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.8;
}
.face-tips .content,
.face-failed .content {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.face-tips .content .title,
.face-failed .content .title {
  color: #ffffff;
  font-size: 28px;
  padding: 25px 0;
  background-color: #07b49a;
}
.face-tips .content .img,
.face-failed .content .img {
  padding: 30px 120px;
  background-color: #ffffff;
}
.face-tips .content .img img,
.face-failed .content .img img {
  width: 380px;
}
.face-failed .content .title {
  background-color: #b1b1b1;
}
.face-failed .content .redo {
  color: #ffffff;
  font-size: 28px;
  padding: 25px 0;
  width: 100%;
  background-color: #07b49a;
  cursor: pointer;
}
