.yanqian-container{
  width: 100%;
  padding: 80px 0;
  background-color: #eef0f4;
}
#contract{
  display: none;
}
.yanqian-main{
  width: 1200px;
  margin: 0 auto;
}
.yanqian-form{
  text-align: center;
}
.yanqian-item{
  margin-bottom: 80px;
  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: 398px;
  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-input{
    width: 100%;
  }
  .yanqian-input label{
    width: 80%;
  }
  .yanqian-input .input-text{
    width: 100%;
    height: 40px;
  }
  .yanqian-input button{
    width: 20%;
  }
  .yanqian-step-list{
    width: 100%;
  }
  .yanqian-step-list li{
    margin-top: 0;
  }
  .yq-result-mian{
    width: 100%;
    padding: 10px;
    top: 0;
  }
  .yq-result-logo{
    top: 6px;
  }
  .yq-result-center{
    padding: 30px 8px 10px 8px;
  }
  .yq-result-table-box{
    padding-left: 10px;
  }
  .result-data{
    flex-wrap: wrap;
  }
  .result-left{
    width: 100%;
  }
  .result-left div{
    word-break: break-all;
  }
  .result-left div label{
    width: 80px;
    font-size: 12px;
  }
  .close, .onExportImg{
    z-index: 999;
  }
}