body #content{
    font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  }
  .po-modal-dialog-pad {
    width: 350px;
  }
  .po-modal-dialog-pc {
    width: 400px;
  }
  @media (min-width: 1024px) {
    .event-banner-container {
      background: #fff;
      background-size: 100% 100%;
      height: 250px;
    }
    .event-banner-container .event-banner-wrapper {
      width: 1180px;
      height: 250px;
      line-height: 250px;
      margin: 0 auto;
      position: relative;
    }
    .event-banner-container .event-banner-wrapper .event-banner-title {
      font-size: 48px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 60px;
      max-width: 693px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  @media (max-width: 1023px) {
    .event-banner-container {
      background: #fff;
      background-size: 100% 100%;
      height: 140px;
    }
    .event-banner-container .event-banner-wrapper {
      padding: 0 15px;
      height: 140px;
      line-height: 140px;
      position: relative;
    }
    .event-banner-container .event-banner-wrapper .event-banner-title {
      font-size: 24px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 30px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  }
  .event-bar-container {
    width: 100%;
    height: 60px;
  }
  .event-bar-container .event-bar-wrapper {
    max-width: 1180px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .event-bar-container .event-bar-wrapper .event-bar-back {
    display: none;
  }
  .event-bar-container .event-bar-wrapper .event-bar-left {
    height: 100%;
    float: left;
  }
  .event-bar-container .event-bar-wrapper .event-bar-left span {
    margin-right: 5px;
  }
  .event-bar-container .event-bar-wrapper .event-bar-left .event-bar-parentLevel {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    cursor: pointer;
  }
  .event-bar-container .event-bar-wrapper .event-bar-left .event-bar-parentLevel:hover {
    font-size: 14px;
    color: #F66F6A;
    letter-spacing: 0;
  }
  .event-bar-container .event-bar-wrapper .event-bar-left .event-bar-expand {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
  }
  .event-bar-container .event-bar-wrapper .event-bar-left .event-bar-currentLevel {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
  }
  .event-bar-container .event-bar-wrapper .event-bar-right {
    height: 100%;
    float: right;
  }
  .event-bar-container .event-bar-wrapper .event-bar-right .shareto {
    line-height: 20px;
    position: relative;
    top: 20px;
  }
  .event-bar-container .event-bar-wrapper .event-bar-right .shareto img,
  .event-bar-container .event-bar-wrapper .event-bar-right span {
    line-height: 20px;
    vertical-align: middle;
  }
  @media (max-width: 1023px) {
    .event-bar-container {
      width: 100%;
      height: 50px;
      padding: 0 15px;
    }
    .event-bar-container .event-bar-wrapper {
      height: 50px;
      line-height: 50px;
      box-sizing: border-box;
      margin: 0 auto;
    }
    .event-bar-container .event-bar-wrapper .event-bar-back {
      display: inline-block;
      vertical-align: middle;
    }
    .event-bar-container .event-bar-wrapper .event-bar-left {
      height: 100%;
      float: left;
      width: calc(100% - 0px);
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .event-bar-container .event-bar-wrapper .event-bar-left span {
      margin-right: 5px;
    }
    .event-bar-container .event-bar-wrapper .event-bar-left .event-bar-parentLevel {
      font-size: 14px;
      color: #666A75;
      letter-spacing: 0;
      cursor: pointer;
      vertical-align: middle;
    }
    .event-bar-container .event-bar-wrapper .event-bar-left .event-bar-parentLevel:hover {
      font-size: 14px;
      color: #F66F6A;
      letter-spacing: 0;
    }
    .event-bar-container .event-bar-wrapper .event-bar-right {
      display: none;
    }
  }
  .event-info-container {
    width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
  }
  .event-info-container .event-info-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid #ddd; */
  }
  .event-info-container .event-info-wrapper .event-info-head {
    width: 100%;
    padding: 20px 0 40px 0;
    /* background: url(./../images/eventDetail-bg-PC.jpg) no-repeat center; */
  }
  .event-info-container .event-info-wrapper .event-info-head #button-MB {
    display: none;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-title {
    font-weight: 400;
    font-size: 24px;
    color: #252B3A;
    line-height: 30px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-title .event-info-head-button {
    float: right;
    display: inline-block;
    width: 142px;
    height: 40px;
    line-height: 40px;
    background: #F66F6A;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    font-size: 14px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-title .event-info-head-button-active {
    float: right;
    display: inline-block;
    width: 142px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    background: #F66F6A;
    cursor: pointer;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-title .event-info-head-button:hover {
    box-shadow: 0 8px 16px 0 rgba(246, 111, 106, 0.3);
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro {
    margin-top: 10px;
    height: 18px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-title {
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    display: inline-block;
    width: 110px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-title img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-title-location {
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    display: inline-block;
    width: 110px;
    height: 44px;
    float: left;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-title-location img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-desc-time {
    display: inline-block;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-desc-location {
    display: inline-block;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    float: left;
    width: calc(100% - 120px);
    height: 44px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location {
    margin-top: 10px;
    height: 18px;
    height: 40px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-title {
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    display: inline-block;
    width: 110px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-title img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-title-location {
    font-size: 14px;
    color: #252B3A;
    line-height: 18px;
    display: inline-block;
    width: 110px;
    height: 44px;
    float: left;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-title-location img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-desc-time {
    display: inline-block;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
  }
  .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-desc-location {
    display: inline-block;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    float: left;
    width: calc(100% - 120px);
    height: 44px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .event-info-container .event-info-wrapper .event-info-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-item {
    margin-bottom: 25px;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-item .event-info-content-item-title {
    font-size: 16px;
    color: #252B3A;
    line-height: 20px;
    font-weight: 500;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-item .event-info-content-item-line {
    width: 18px;
    height: 2px;
    margin-top: 9px;
    background: #F66F6A;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-item .event-info-content-item-text {
    margin-top: 10px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-tips {
    font-size: 14px;
    color: #252B3A;
    line-height: 20px;
    height: 20px;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-tips span {
    margin-right: 20px;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-tips .event-info-content-tips-jump {
    font-size: 14px;
    color: #1B79C8;
    line-height: 20px;
    cursor: pointer;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-tips i {
    display: inline-block;
    background: url(./../images/eventDetail-link.svg) no-repeat center;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 2px;
    transition: all 0.3s ease-in-out;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-tips .event-info-content-tips-register:hover .event-info-content-tips-jump {
    border-bottom: 1px solid #1B79C8;
  }
  .event-info-container .event-info-wrapper .event-info-content .event-info-content-tips .event-info-content-tips-register:hover i {
    left: 5px;
  }
  @media (max-width: 1023px) {
    .event-info-container {
      padding: 0 15px;
    }
    .event-info-container .event-info-wrapper {
      width: 100%;
    }
    .event-info-container .event-info-wrapper .event-info-head {
      /* padding: 20px; */
      /* background: url(./../images/eventDetail-bg-MB.jpg) no-repeat center; */
      background-size: 100% 100%;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-title {
      font-size: 17px;
      color: #252B3A;
      line-height: 20px;
      width: calc(100% - 0px);
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-title #button-PC {
      display: none;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro {
      height: auto;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-title {
      width: 100%;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-desc-time {
      padding-left: 24px;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-title-location {
      width: 100%;
      float: none;
      height: 22px;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro .event-info-head-intro-desc-location {
      float: none;
      width: 100%;
      padding-left: 24px;
      height: 66px;
      overflow-y: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location {
      height: auto;
      height: 85px;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-title {
      width: 100%;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-desc-time {
      padding-left: 24px;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-title-location {
      width: 100%;
      float: none;
      height: 22px;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-intro-location .event-info-head-intro-desc-location {
      float: none;
      width: 100%;
      padding-left: 24px;
      height: 66px;
      overflow-y: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
    .event-info-container .event-info-wrapper .event-info-head #button-MB {
      display: block;
    }
    .event-info-container .event-info-wrapper .event-info-head .event-info-head-button {
      float: none;
      margin-top: 15px;
      margin-left: 24px;
      width: 142px;
      height: 40px;
      line-height: 40px;
      background: #F66F6A;
      border-radius: 2px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      font-size: 14px;
    }
  }
  
  
  /* .event-content-container {
    width: 100%;
    padding: 20px 0 30px 0;
    box-sizing: border-box;
  } */
   /* {
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
  } */
   .event-content-left {
    float: left;
    width: calc(100% - 530px);
    max-width: 610px;
    /* border: 1px solid #ddd; */
  }
   .event-content-left .event-content-info {
    margin-bottom: 30px;
  }
   .event-content-left .event-content-info .event-content-info-title {
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
  }
   .event-content-left .event-content-info .event-content-info-title img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
   .event-content-left .event-content-info .event-content-info-desc {
    font-size: 16px;
    color: #252B3A;
    line-height: 20px;
    padding-left: 26px;
  }
   .event-content-left .event-content-info .event-content-info-desc-small {
    font-size: 14px;
    color: #252B3A;
    line-height: 22px;
    padding-left: 24px;
  }
   .event-content-left .event-content-info .event-content-info-desc-more {
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    padding-left: 24px;
    margin: 5px 0 20px 0;
  }
   .event-content-right {
    float: right;
    width: 530px;
    margin-left: -530px;
    padding: 40px;
    padding-top: 30px;
    background: #f7f7f7;
    margin-bottom: 20px;
  }
   .event-content-right .event-content-registed {
    display: none;
    height: 620px;
    position: relative;
  }
   .event-content-right .event-content-registed .event-content-registed-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
   .event-content-right .event-content-registed .event-content-registed-wrapper .event-content-registed-success-title {
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
    font-weight: 500;
  }
   .event-content-right .event-content-registed .event-content-registed-wrapper .event-content-registed-success-desc {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 5px;
    font-weight: 400;
  }
   .event-content-right .event-content-registing {
    display: block;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-key {
    position: static;
    margin-top: auto;
    height: 32px;
    width: 130px;
    line-height: 32px;
    color: #252B3A;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-key em {
    font-style: normal;
    color: #F66F6A;
    margin-right: 4px;
    margin-left: 4px;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value {
    position: relative;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .form-input {
    display: block;
    width: 100%;
    height: 32px;
    border: solid 1px #ddd;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 2px;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .err.ok {
    display: none;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .error {
    display: none;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .err.ok {
    width: 16px;
    height: 16px;
    background: url(./../images/eventDetail-success.svg) no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    position: absolute;
    right: -25px;
    top: 8px;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .error-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(./../images/eventDetail-icon_error.svg) no-repeat;
    background-size: 100% 100%;
    margin-top: 0px;
    margin-left: -20px;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .checkbox {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 4px;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .checkbox:hover {
    border-color: #F66F6A;
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .form-privacy {
    font-size: 12px;
    color: #666A75;
    line-height: 18px;
    float: right;
    width: calc(100% - 25px);
  }
   .event-content-right .event-content-registing .form-wrap .form-row .form-value .form-privacy a {
    font-size: 12px;
    color: #3399FF;
    line-height: 18px;
    cursor: pointer;
  }
   .event-content-right .event-content-registing .event-content-registing-button-wrapper {
    width: 100%;
    margin-top: 20px;
  }
   .event-content-right .event-content-registing .event-content-registing-button-wrapper .event-content-registing-button {
    width: 142px;
    height: 40px;
    line-height: 40px;
    background: #d4d5d7;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
  }
   .event-content-right .event-content-registing .event-content-registing-button-wrapper .event-content-registing-button-active {
    width: 142px;
    height: 40px;
    line-height: 40px;
    background: #d4d5d7;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    background: #F66F6A;
    cursor: pointer;
  }
   .event-content-right .event-content-registing .event-content-registing-button-wrapper .event-content-registing-button-active:hover {
    box-shadow: 0 8px 16px 0 rgba(246, 111, 106, 0.3);
  }
  /* ti-select start*/
  .ti-select-wrapper {
    width: 100% !important;
  }
  .ti-select-dominator-container-focused,
  .ti-select-dominator-container-focused:hover {
    border: 1px solid #ddd;
  }
  .ti-dropdown-option-selected,
  .ti-dropdown-option-selected:hover {
    background-color: #F66F6A;
  }
  .ti-dropdown-container {
    border: 1px solid #ddd;
  }
  .ti-dropdown-option:hover {
    color: #F66F6A;
  }
  .ti-searchbox-container.ti-searchbox-container-focused {
    border: 1px solid #ddd;
  }
  /* ti-select end*/
  @media (max-width: 1023px) {
    /* .event-content-container {
      width: 100%;
      padding: 0;
    } */
     /* {
      width: 100%;
      padding: 0;
    } */
     .event-content-left {
      clear: both;
      max-width: 100%;
      width: 100%;
      padding: 20px 0 0 0;
      background: #fff;
    }
     .event-content-left .event-content-info {
      margin-bottom: 20px;
    }
     .event-content-left .event-content-info .event-content-info-title {
      font-size: 16px;
      color: #252B3A;
      line-height: 20px;
      margin-bottom: 10px;
    }
     .event-content-left .event-content-info .event-content-info-title img {
      width: 16px;
      height: 16px;
      margin-right: 10px;
      position: relative;
      top: 2px;
    }
     .event-content-left .event-content-info .event-content-info-desc {
      font-size: 14px;
      color: #252B3A;
      line-height: 22px;
      padding-left: 26px;
    }
     .event-content-left .event-content-info .event-content-info-desc-small {
      font-size: 12px;
      color: #252B3A;
      line-height: 18px;
      padding-left: 24px;
    }
     .event-content-left .event-content-info .event-content-info-desc-more {
      font-size: 12px;
      color: #666A75;
      line-height: 18px;
      padding-left: 24px;
      margin: 5px 0 10px 0;
    }
     .event-content-right {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 0;
    }
     .event-content-right .event-content-registed {
      height: 369px;
    }
  }
  .ti-select-dominator-container {
    border: 1px solid #ddd;
  }
  .ti-select-dominator-container:hover {
    border-color: #ddd;
  }
  .form-row{
      margin-bottom: 10px;
  }
  .form-row.other {
    display: none;
    padding-top: 20px;
  }
  .form-row.other .form-key {
    float: unset;
    margin-left: 98px;
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
  }
  .form-row.other .form-value {
    float: unset;
    margin-left: 98px;
  }
  .form-row .max-width {
    width: 100%;
  }
  .form-row .en-title p {
    display: inline-block;
    width: 70%;
    line-height: 16px;
  }
  .form-row .en-title em {
    vertical-align: top;
    position: relative;
    top: -6px;
  }
  .company-text,
  .upload-text {
    padding-left: 14px;
  }
  .half-input {
    width: calc(50% - 17px);
    display: inline-block;
  }
  .half-input + .half-input {
    margin-left: 30px;
    vertical-align: top;
  }
  .form-input.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .err.tips-text,
  .err.ok {
    position: relative;
    padding-left: 20px;
    top: 5px;
  }
  .form-row.contact {
    float: left;
    margin-right: 50px;
  }
  .form-row.quest .form-value {
    position: relative;
  }
  .form-row .count {
    position: absolute;
    right: 9px;
    top: 91px;
    background: #fff;
    height: 22px;
  }
  .form-row .count i {
    font-style: normal;
  }
  .file_tip {
    max-width: 320px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #252b3a;
  }
  textarea.form-input {
    resize: none;
    height: 114px;
  }
  .form-value-code .form-input {
    float: left;
    width: 50%;
  }
  .frame-tabs .modal-close {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 13px;
    right: 10px;
    background-size: auto 100%;
    cursor: pointer;
  }
  .code-wrap {
    height: 32px;
    width: 85px;
    border: solid 1px #ddd;
  }
  .code-change {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
  }
  .form-value-code .code-wrap,
  .form-value-code .code-change {
    float: left;
    margin-left: 9px;
    margin-top: 0px;
  }
  .code-wrap img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .tips-text {
    color: #FF4C4C;
    font-size: 12px;
    margin-left: 5px;
    line-height: 16px;
    height: 16px;
    display: inline-block;
  }
  /*# sourceMappingURL=index.css.map*/
