﻿anqian-container{
  width: 100%;
  padding: 80px 0;
  background-color: #eef0f4;
}
#contract{
  display: none;
}
.yanqian-main{
  width: 1100px;
  margin: 0 auto;
}
.yanqian-form{
  text-align: center;
}
.yanqian-item{
  margin-bottom: 30px;
  text-align: center;
}
.yanqian-item h1{
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.yanqian-input{
  width: 480px;
  height: 40px;
  margin: 0 auto;
  display: flex;
}
.yanqian-input .input-text {
  width: 480px;
  height: 100%;
  text-align: left;
  background-color: #e4e6e8;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #c6c8cb;
  /*border-right: none;*/
  padding: 0;
  cursor: pointer;
  padding-left: 12px;
}
.yanqian-input button {
  width: 78px;
  height: 100%;
  background-color: #2F7CFF;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2F7CFF;
  padding-left: 12px;
  padding: 0;
  text-align: center;
}

.yanqian-answer{
  color: #000;
  font-size: 16px;
}
.yanqian-step-list img{
  width: 100%;
  height: 100%;
}
.yanqian-step-list{
  width: 700px;
  margin: 0 auto;
}
.yanqian-step-list li{
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}
.yanqian-step-list li > div{
  padding: 0;
  width: 320px;
  height: 200px;
  text-align: left;
}
.yanqian-step-list li > div h2{
  font-size: 20px;
  color: #000000;
  margin-bottom: 28px;
}
.yanqian-step-list li > div p{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}

.yq-result-box{
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.yq-result-mian{
  width: 1100px;
  height: auto;
  /* height: 300px; */
  padding: 50px;
  padding-bottom: 40px;
  padding-top: 60px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px 3px 8px #eee;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin: auto;
}
.close,.onExportImg{
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.onExportImg{
  font-size: 20px;
  left: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.onExportImg img{
  width: 100%;
}
.yq-result-center{
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #2557A5;
  position: relative;
  padding: 30px;
}
.yq-result-center::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  width: 99.5%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #2557A5;
  margin: auto;
}
.yq-result-logo{
  width: 140px;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.yq-result-desc{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  height: 140px;
  line-height: 140px;
}
hr{
  margin: 0;
}
.yq-result-signature-count{
  text-align: center;
}
.yq-result-table table{
  margin-top: 30px;
}
.yq-result-table table tr td{
  border: 1px solid #ccc;
  line-height: 40px;
  padding-left: 8px;
}
.yq-result-table table tr td:nth-child(1){
  background-color: #eee;
}
.yq-result-table-box{
  /* height: 500px;
  overflow-y: auto; */
}
.yq-result-table-box li{
  margin-top: 30px;
  font-weight: 400;
  color: #000;
  padding-bottom: 18px;
  border-bottom: 1px solid #DDDDDD;
}
.result-title{
  font-size: 18px;
  font-weight: bold;
  color: #2557A5;
  margin-bottom: 22px;
}
.result-data{
  width: 100%;
  display: flex;
}
.result-left{
  width: 70%;
}
.result-left div,.signaure-desc div{
  text-align: left;
  margin-bottom: 24px;
}
.result-left div label{
  width: 100px;
}
.result-right{
  width: 30%;
}
.yanqian-res{
  width: 220px;
  margin-top: -30px;
}
.yanqian-res img{
  width: 220px;
}
.signaure-desc div img{
  width: 20px;
  margin-right: 6px;
  vertical-align: middle;
}

.signature-box{
  width: 140px;
  height: 140px;
  margin-right: 30px;
  text-align: center;
  line-height: 140px;
  /* display: none; */
}
.signature-box img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  margin-top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 700px) {
  .yanqian-main{
    width: 100%;
    padding: 0 15px;
  }
  .yanqian-step-list{
    width: 100%;
  }
  .yanqian-step-list li{
    margin-top: 0;
  }
}

.verify-main{
    width: 950px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .verify-flex {
    width: 100%;
    display: flex;
  }

  .mask-zone {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(97, 160, 255, 0.2);
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    transition: all 0.15s;
    border: 3px dashed #61A0FF;
    border-radius: 10px;
  }
  .yanqian-form {
    text-align: center;
  }
  .yanqian-verify-box {
    position: relative;
    box-sizing: border-box;
    width: 40%;
    border-right: 1px solid #E0E0E0;
    display: flex;
  }
  .yanqian-verify-box h1{
    position: absolute;
    top:-10px;
    font-size: 20px;
    font-weight: bold;
    color: #0942B5;
  }
  .yanqian-verify {
    position: relative;
    display: flex;
    justify-content: center;
	  align-items: center;
    width: 100%;
    background: #F4F4F4;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px dashed #B2B4B8;
    margin-top: 47px;
    margin-bottom: 13px;
    padding: 32px;
    margin-right: 40px;
  }
  .yanqian-verify-content {
    display: flex;
    flex-direction: column;
    width: 300px;
    cursor: pointer;
  }
  .yanqian-verify-box .upload-pdf {
    width: 72px;
    height: 72px;
    margin: 12px auto 0;
  }
  .process {
    line-height: 28px;
    height: 28px;
    font-size:20px;
  }
  .yanqian-verify-box .prompt,.yanqian-verify-box .pour{
    display: flex;
    text-align: center;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #666666;
    margin-top: 12px;
  }
  .yanqian-verify-box .pour {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }
  .yanqian-verify-box .upload-btn {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    background: #1990FF;
    color: #FFFFFF;
    padding: 0 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    margin-left: 4px;
    cursor: pointer;
  }
  .yanqian-verify-box .upload-btn .upload-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }
  .yanqian-illustrate-box {
    box-sizing: border-box;
    width: 70%;
    padding-left: 40px;
  }
  .yanqian-illustrate {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    
    width: 100%;
  }
  .yanqian-illustrate .illustrate-item {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
  }
  .yanqian-illustrate .illustrate-item:first-child
  {
    margin-top: 16px;
  }
  .yanqian-illustrate .illustrate-item h1{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
  }
  .illustrate-answer {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
  }
  .yanqian-result-title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #0942B5;
  }
  .yanqian-result-box {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .yanqian-result-box .result-section {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 0px;
    background: #F4F4F4;
    margin-top: 30px;
  }
  .yanqian-result-box .result-item {
    width: 50%;
    padding: 0px 40px;
    box-sizing: border-box;
  }
  .yanqian-result-box .item-left {
    border-right: 1px solid #E0E0E0;
  }
  .yanqian-result-box .item-res {
    display: flex;
    align-items: center;
  }
  .yanqian-result-box .item-upload-res {
    width: 78px;
    height: 78px;
    position: relative;
  }
  .yanqian-result-box .item-upload-res .item-upload-icon {
    width: 100%;
    height: 100%;
  }
  .yanqian-result-box .verify-title {
    margin-left: 32px;
    font-size: 14px;
    color: #333333;
  }
  .yanqian-result-box .verify-title span {
    margin-left: 12px;
    font-size: 30px;
  }
  .yanqian-result-box .tip-success {
    color: #06D1B0;
  }
  .yanqian-result-box .tip-error {
    color: #D60D0D;
  }
  .verify-errer {
    margin: 36px 0;
    text-align: center;
    font-size: 36px;
    color: #D60D0D;
  }
  .yanqian-result-box .item-detail .title {
    padding: 16px 0;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    border-bottom: 1px dashed #E0E0E0;
  }
  .yanqian-result-box .item-detail ul {
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    padding-bottom: 16px;
  }
  .yanqian-result-box .item-detail ul li {
    display: flex;
    justify-content: space-between;
    /* height: 20px; */
    line-height: 20px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
  }
  .yanqian-result-box .item-detail label {
    width: 90px;
  }
  .yanqian-result-box .item-detail .value {
    text-align: right;
  }
  .yanqian-result-box .item-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .yanqian-result-box .item-right ul {
    display: flex;
    flex-direction: column;
  }
  .yanqian-result-box .item-right ul li {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
  }
  .yanqian-result-box .item-right ul li .label {
    text-align: right;
  }
  .yanqian-result-box .item-right ul li .yz-icon {
    width: 18px;
    height: 18px;
    margin-left: 15px;
  }
  .yanqian-result-box .hz-img {
    /* width: 144px;*/
    height: 144px; 
  }
  .yanqian-result-footer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .go-back-btn {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    background: #1990FF;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
  }
