@charset 'utf-8';

*,
::before,
::after {
    margin: 0;
    padding: 0;
    /* 针对移动端 */
    box-sizing: border-box;
    /* 主流浏览器兼容处理，移动端的浏览器通常的话，都是基于webkit效果的 */
    -webkit-box-sizing: border-box;
    /* 清除移动端浏览器的高亮效果 */
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100% !important;
}

#dialog{
    background-color: rgba(0, 0, 0, .3);
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
}
.input {
  border-radius: 20px;
  border: 1px solid #c0c0c0;
  outline: 0 !important;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-top:15px ;
  width: 80%;
}

.form-btn {
  padding: 10px 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 20px;
  border: 0 !important;
  outline: 0 !important;
  background: rgba(29, 79, 215);
  color: white;
  cursor: pointer;
  margin-top: 25px;
  width: 80%;
  height: 40px;
}
.pos_r{
	position: relative;
}

.fullHeight{
	height: 100%;
}
.topText{
	padding: 20px 0 ;
}
.content{
	    width: 80%;
		text-align: center;
	    background: white;
	    height: 300px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    border-radius: 10px;
}
body {
    font-family: 'Microsoft Yahei', sans-serif;
    font-size: 14px;
    color: #333;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input,
textarea {
    outline: none;
    border: none;
    /* 禁止textarea的右下角的放大效果 */
    resize: none;
    /* 清除移动端输入框特有的样式 */
    -webkit-appearance: none;
}

.container { position: relative;width: 100%;min-height: 100vh;height: auto; }
.screen-container {
  display: block;
  /* position: absolute; */
  /* visibility: visible; */
  padding: 30px 20px;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.tips-1 {
  text-align: center;
}
.tips-1>span {
  display: inline-block;
  padding: 7px 30px;
  font-size: 14px;
  font-weight: 700;
  background-color: rgba(29, 79, 215, 0.9);
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
}
.tips-2 {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  text-align: left;
  line-height: 1.5;
  font-weight: 700;
  color: rgba(29, 79, 215, 1);
}
.tips-3 {

}
.tips-3>p {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.tips-icon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 5px;
  padding: 20px;
}
.tips-icon>div>i {
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat center center / contain;
}
.tips-icon>div>span {
  display: block;
  margin-top: 5px;
  text-align: center;
  line-height: 20px;
  color: #333;
  font-size: 10px;
}
.icon1>i {
  background-image: url(../images/icon1.png) !important;
}
.icon2>i {
  background-image: url(../images/icon3.png) !important;
}
.icon3>i {
  background-image: url(../images/icon2.png) !important;
}
.screen-box {
  position: relative;
  margin: 20px auto;
  width: 280px;
  height: 280px;
  border: 4px dashed #18A3FF;
  border-radius: 50%;
  background: no-repeat #E6E7E2 url(../images/photo.png) center 85% / 200px 200px;
  /* animation: rotate 4s infinite linear; */
  /* overflow: hidden; */
}
.round-out {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat url(../images/part_1.png) center center / 100% 100%;
  z-index: 2;
  animation: rotate 4s infinite linear;
}
.round-inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: no-repeat url(../images/part_2.png) center center / 100% 100%;
  z-index: 2;
  animation: rotate 1s infinite ease-in-out alternate;
}
.square {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 130px;
  height: 130px;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(to left, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) left top no-repeat, 
              linear-gradient(to bottom, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) left top no-repeat, 
              linear-gradient(to left, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) right top no-repeat,
              linear-gradient(to bottom, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) right top no-repeat, 
              linear-gradient(to left, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) left bottom no-repeat,
              linear-gradient(to bottom, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) left bottom no-repeat,
              linear-gradient(to left, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) right bottom no-repeat,
              linear-gradient(to left, rgba(29, 79, 215, 0.9), rgba(29, 79, 215, 0.9)) right bottom no-repeat;
  background-size: 4px 20px, 20px 4px, 4px 20px, 20px 4px;
  overflow: hidden;
}
.line {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  transform: translateY(120px);
  border: 1.5px solid rgba(29, 79, 215, 0.6);
  animation: line 1s infinite ease-in-out alternate;
}
.line:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to top, rgba(29, 79, 215, 0.3), rgba(29, 79, 215, 0));
}
.line:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to bottom, rgba(29, 79, 215, 0.3), rgba(29, 79, 215, 0));
}
.input-box {
  padding: 10px;
}
.input-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}
.input-row>p {
  width: 70px;
  font-size: 13px;
  color: #666;
  font-weight: 700;
}
.input-row>input {
  flex: 1;
  padding: 5px;
  height: 35px;
  line-height: 25px;
  font-size: 13px;
}
.btn { margin: 20px auto 0;width: 100%;height: 45px;font-size: 15px;line-height: 45px;color: #fff;text-align: center;background: rgba(29, 79, 215, 1);outline: none;font-weight: 700;letter-spacing: 1px;border-radius: 20px; }
.btn.fixed { position: fixed;left: 20px;right: 20px;bottom: 30px;width: auto; }
/* iframe */
.result-screen,
.photo-iframe-box {
  display: none;
  border: 0;
  /* visibility: hidden; */
  width: 100%;
  height: 100vh;
  /* position: absolute; */
}

.result-screen {
  /* display: block; */
  padding: 30px 20px;
  background: #fff;
}

.faceImage {
  display: block;
  margin: 0 auto;
  height: 200px;
}
.result-tip {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.result-tip>img {
  width: 50px;
  height: 50px;
}
.result-tip>span {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.result-tip.fail {
  color: rgb(231, 17, 17);
}

@keyframes line {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(130px);
  }

  /* 100% {
    transform: translateY(0);
  } */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

  /* 100% {
    transform: translateY(0);
  } */
}

@-webkit-keyframes move {
    0%,
    100% {
      -webkit-transform: translateY(-50px) translateX(50px);
              transform: translateY(-50px) translateX(50px);
    }
    50% {
      -webkit-transform: translateY(0px) translateX(0px) scale(1.109);
              transform: translateY(0px) translateX(0px) scale(1.109);
    }
}

@keyframes move {
    0%,
    100% {
      -webkit-transform: translateY(-50px) translateX(50px);
              transform: translateY(-50px) translateX(50px);
    }
    50% {
      -webkit-transform: translateY(0px) translateX(0px) scale(1.109);
              transform: translateY(0px) translateX(0px) scale(1.109);
    }
}
@-webkit-keyframes move_wave {
  0% {
      background-position: 0 0
  }
  to {
      background-position: -100vw 0
  }
}
@keyframes move_wave {
  0% {
      background-position: 0 0
  }
  to {
      background-position: -100vw 0
  }
}

@-webkit-keyframes move_wave1 {
  0% {
      background-position: 100vw 0
  }
  to {
      background-position: 0vw 0
  }
}

@keyframes move_wave1 {
  0% {
      background-position: 100vw 0
  }
  to {
      background-position: 0vw 0
  }
}