.content-box .spot-box {
  font-size: 3.3333333333vw;
  color: #333;
  text-align: center; }
.content-box .spot-box p {
  height: 9.2592592593vw;
  width: 74.0740740741vw;
  margin: 0 auto;
  line-height: 9.2592592593vw;
  border-radius: 12px;
  background-color: #e6e6e6; }
.content-box .spot-box div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.3333333333vw; }
.content-box .spot-box div:last-child {
  margin-bottom: 0; }
.content-box .spot-box div span {
  min-width: 14.8148148148vw;
  text-align: right; }
.content-box .spot-box div input {
  width: 61.1111111111vw;
  height: 7.4074074074vw;
  line-height: 7.4074074074vw;
  border-radius: 12px;
  text-align: center;
  background-color: #e6e6e6; }
/**
 * 身份证识别输入界面样式
 */
.idcard-box{
  padding: 4vw 0;
  width: 100%;
  border-radius: 10px;
  background-color: whitesmoke;
  text-align: center;
}
.idcard-box img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.idcard-box button{
  height: 8vw;
  padding: 0 1vw;
  background-color: #fff;
  outline: none;
  border: 0;
  border-radius: 8px;
  background-color: #03a9f4;
  color: #fff;
  font-size: 5vw;
}
.add-box .add-btn {
  display: flex;
  padding: 4.6296296296vw 0;
  justify-content: space-between; }
.check-box {
  width: 100%;
  margin: 0 auto;
  padding-top: 38.8888888889vw;
}
.check-box .type-box {
  display: flex;
  justify-content: space-between;
}
.check-box .type-box input {
  display: none;
}
.check-box .type-box label {
  display: block;
  width: 33.3333333333vw;
  height: 11.1111111111vw;
  font-size: 5.1851851852vw;
  color: #999;
  text-align: center;
  line-height: 11.1111111111vw;
  font-weight: 600;
  border-radius: 1.1111111111vw;
  background-color: white;
}
.check-box .type-box input:checked + label {
  background-color: #f4942e;
  color: #fff;
}
.check-box .content-box .automatic-content {
  width: 100%;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.102);
  text-align: center;
  font-size: 3.3333333333vw;
  color: #999;
  line-height: 27.4074074074vw;
}
.check-box .content-box .manual-content div {
  display: flex;
  align-items: flex-end;
  padding: 3.2407407407vw 0;
  font-size: 3.3333333333vw;
  color: #333;
  text-align: right;
}
.check-box .content-box .manual-content div input {
  width: 59.2592592593vw;
  height: 7.2222222222vw;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 1.1111111111vw;
  background-color: rgba(0, 0, 0, 0.059);
  text-align: center;
  font-size: 3.3333333333vw;
}
.check-box .content-box .manual-content div label {
  flex: 1;
}
.check-box > .btn.orange-btn {
  width: 100%;
  height: 11.1111111111vw;
  font-size: 5vw;
  color: white;
  border-radius: 5.5555555556vw; 
  margin-top: 8vw;
}
.pop-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.pop-box .list-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 83.3333333333vw;
  padding: 4.6296296296vw;
  border-radius: 20px;
  background-color: white;
  transform: translate(-50%, -50%);
}
.pop-box .list-box input {
  display: none;
}
.pop-box .list-box h3 {
  text-align: center;
  font-size: 4.6296296296vw;
  color: #666;
  font-weight: 600;
}
.pop-box .list-box .all-box {
  display: flex;
  justify-content: flex-end;
  padding: 1.8518518519vw 0;
  font-size: 3.8888888889vw;
  color: #333;
}
.pop-box .list-box .all-box label {
  display: flex;
  align-items: center;
}
.pop-box .list-box .all-box label i {
  width: 3.8888888889vw;
  height: 3.8888888889vw;
  margin-right: 1.8518518519vw;
  border-width: 1px;
  border-color: #333322;
  border-style: solid;
  border-radius: 50%;
}
.pop-box .list-box .all-box input:checked + label i {
  border-color: #e03333;
  background-image: url("../images/icon-select.png");
  background-position: center center;
  background-size: 2.4074074074vw auto;
  background-repeat: no-repeat;
}
.pop-box .list-box .list-details {
  padding: 2.7777777778vw;
  background-color: #e5e5e5;
  max-height: 59.2592592593vw;
  overflow-y: scroll;
}
.pop-box .list-box .list-details li {
  width: 100%;
  margin-bottom: 2.7777777778vw;
  font-size: 3.3333333333vw;
  color: #fff;
}
.pop-box .list-box .list-details li:last-child {
  margin-bottom: 0;
}
.pop-box .list-box .list-details li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-box .list-box .list-details li label div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 55.5555555556vw;
  height: 14.8148148148vw;
  padding: 1.8518518519vw;
  border-radius: 1.8518518519vw;
  background-image: -moz-linear-gradient(-142deg, #ff6297 0%, #ffa169 100%);
  background-image: -webkit-linear-gradient(-142deg, #ff6297 0%, #ffa169 100%);
  background-image: -ms-linear-gradient(-142deg, #ff6297 0%, #ffa169 100%);
  background-image: linear-gradient(-142deg, #ff6297 0%, #ffa169 100%);
}
.pop-box .list-box .list-details li label div p {
  margin-top: 2.7777777778vw;
  font-size: 2.2222222222vw;
}
.pop-box .list-box .list-details li label div h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pop-box .list-box .list-details li label span {
  width: 7.4074074074vw;
  height: 7.4074074074vw;
  border-radius: 50%;
  background-color: white;
}
.pop-box .list-box .list-details li input:checked + label div {
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 1.6666666667vw;
}
.pop-box .list-box .list-details li input:checked + label span {
  background-image: url("../images/icon-select.png");
  background-position: center center;
  background-size: 4.4444444444vw auto;
  background-repeat: no-repeat;
}
.pop-box .list-box .btn-box {
  display: flex;
  justify-content: space-between;
}
.pop-box .list-box .btn-box .btn {
  width: 29.6296296296vw;
  height: 9.2592592593vw;
  margin-top: 6.2962962963vw;
  background-color: #e7e7e7;
  border-radius: 4.6296296296vw;
  font-size: 3.8888888889vw;
  color: #999;
}
.pop-box .list-box .btn-box .btn.orange-btn {
  color: white;
  background-color: #f4942e;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 12.962962963vw; }
.footer button {
  width: 100%;
  height: 11.1111111111vw;
  border-radius: 5.5555555556vw;
  font-size: 5vw; }
.footer p {
  font-size: 3.8888888889vw;
  color: #333; }
.footer p span {
  color: #f45000;
  font-weight: 700; }
.footer p span i {
  font-size: 6.1111111111vw; }