@charset "UTF-8";
.iux_mainer {
  width: 1188px;
  margin: 0 auto;
  color: #0d0d0d; }
  .iux_mainer small {
    font-size: 12px;
    color: #666666; }

.contract_zb_header {
  height: 60px;
  line-height: 60px;
  background-color: #f468aa;
  vertical-align: middle; }
  .contract_zb_header .iux_mainer {
    width: 90%;
    font-size: 20px;
    color: #fff; }
  .contract_zb_header .gh_id_verification_icon {
    background: url(https://www.iwanpa.com/~x1/style/wxstyle/release/pc/v1/img/gh/gh_contract_icon.png) no-repeat 0px 0;
    height: 39px;
    width: 55px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -8px; }

.title {
  line-height: 60px;
  height: 50px;
  border-bottom: 2px solid #ff6699;
  margin: 50px 0px;
  overflow: hidden; }
  .title .title_type {
    height: 50px;
    line-height: 50px;
    width: 120px;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    background-color: #ff6699;
    color: #fff;
    position: relative; }
    .title .title_type:after {
      content: '';
      height: 0;
      width: 0;
      border: 50px dashed transparent;
      border-left: 50px solid #ff6699;
      z-index: 1;
      display: block;
      position: absolute;
      top: 0px;
      right: -100px;
      overflow: hidden; }
  .title small {
    text-align: right;
    display: inline-block; }

.title_text {
  margin-bottom: 30px; }

.close_icon {
  background: url(http://www.iwanpa.com/~x1/style/wxstyle/release/pc/v1/img/gh/delete.png) no-repeat 0 0;
  position: absolute;
  top: -10px;
  right: -10px;
  height: 42px;
  width: 42px;
  background-size: 100%;
  z-index: 10; }

.info_ul {
  font-size: 16px;
  color: #000;
  line-height: 30px; }
  .info_ul li {
    margin-bottom: 20px; }
    .info_ul li .aghz {
      margin-left: 10px; }
  .info_ul .textarea {
    width: 200px;
    vertical-align: top;
    padding: 5px; }
  .info_ul .wid170 {
    display: inline-block;
    width: 170px;
    text-align: right;
    font-weight: bold; }
  .info_ul .wid200 {
    display: inline-block;
    width: 200px;
    color: #000;
    border: 1px solid #999999;
    height: 25px;
    line-height: 25px;
    padding: 5px 5px;
    border-radius: 5px; }
  .info_ul .check {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 7px; }
    .info_ul .check input {
      display: inline-block;
      width: 14px;
      height: 14px;
      float: left;
      background: none;
      cursor: pointer; }
  .info_ul .error_text {
    color: #d40404; }
  .info_ul .exa_photo {
    display: inline;
    vertical-align: top;
    height: 220px; }
    .info_ul .exa_photo img {
      vertical-align: top;
      height: 220px; }
    .info_ul .exa_photo .exa_fixed {
      width: 119px;
      height: 89px;
      max-width: 250px; }
  .info_ul .upload_icon {
    position: relative;
    border: 1px dashed #ff6699;
    height: 220px;
    width: 400px;
    color: #ff6699;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px; }
    .info_ul .upload_icon:before {
      content: '+';
      font-size: 200px;
      font-family: '宋体';
      text-align: center;
      display: block;
      margin: 0 auto;
      line-height: 200px;
      margin-bottom: -30px; }
    .info_ul .upload_icon .post_file {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      opacity: 0; }
    .info_ul .upload_icon img {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      max-height: 100%;
      max-width: 100%;
      transform: translate(-50%, -50%);
      background-color: #fff; }
  .info_ul .upload_btn {
    background-color: #ff6699; }
  .info_ul .btn_fx {
    width: 160px;
    padding: 3px 10px;
    display: inline-block;
    text-align: center;
    box-shadow: none;
    font-size: 16px; }
