body {
  position: relative;
}

.top {
  height: 100px;
  border-bottom: 1px solid #ededed;
}

.top-content {
  width: 1200px;
  margin: 0 auto;
}
.top-content img {
  margin-top: 17px;
}

.bg {
  height: 15px;
  background: url(../img/border1.png);
}

.sign {
  width: 1200px;
  height: 653px;
/*   border: 1px solid #ededed; */
  margin: 0 auto;
/*   padding-top: 72px; */
  text-align: center;
  position: relative;
  margin-top: 75px;
}
.sign table {
  width: 1200px;
}
.sign table th {
  width: 20%;
  text-align: right;
  height: 72px;
  font-size: 14px;
  color: #333;
}
.sign table th .checkbox-input {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.sign table td {
  width: 80%;
  text-align: left;
  height: 72px;
}
.sign table td input {
  width: 380px;
  height: 40px;
  outline-style: none;
  padding-left: 20px;
  vertical-align: text-bottom;
}
.sign table td .yzm-input {
  width: 180px;
}
.sign table td img {
  vertical-align: text-bottom;
  margin-left: 10px;
  height: 44px;
}
.sign table td a {
  color: #3688FD;
}
.sign .tj-btn {
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  width: 220px;
  height: 52px;
  background-color: #ED2222;
  color: #fff;
  border: 0;
  outline-style: none;
  font-size: 14px;
  cursor: pointer;
}
.sign .dialog-bg {
  display: none;
  background: #e5e5e5;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
}
.sign .dialog {
  display: none;
  width: 900px;
  height: 645px;
  position: absolute;
  top: -540px;
  left: 138px;
  border: 12px solid #d6d6d6;
  background: #fff;
}
.sign .dialog_zhuti {
  display: none;
  width: 900px;
  height: 645px;
  position: absolute;
  top: -540px;
  left: 138px;
  border: 1px solid #31B7F7;
  background: #fff;
}
.dialog_zhuti_logo{text-align:left!important;margin-left:20px;}
.dialog_zhuti h5{font-size:28px;height: 100px;line-height: 100px;border-bottom:2px solid #004698;}
.dialog-content p{padding:0 30px;line-height:30px;text-align:left;}
.sign .dialog h5 {
  height: 46px;
  line-height: 46px;
  background: #f3f3f3;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.sign .dialog h5 .close {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
  background: url(../img/close1.png) no-repeat;
  cursor: pointer;
}
.sign .dialog .dialog-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  height: 500px;
  border-bottom: 1px solid #ccc;
  overflow-y: scroll;
}
.sign .dialog .dialog-content p {
  text-align: left;
  color: #333;
  font-size: 12px;
  line-height: 16px;
}
.sign .dialog .dialog-content h6 {
  font-size: 13px;
  text-align: left;
  line-height: 45px;
}
