* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  width: 100%;
  min-width: 1200px;
  background: #f2f2f2;
  color: #595757; }

.content-wrapper {
  width: 100%;
  background: #fff; }
  .content-wrapper .content {
    position: relative;
    width: 432px;
    padding-bottom: 60px;
    margin: 0 auto;
    font-size: 16px; }
  .content-wrapper .title {
    height: 150px;
    line-height: 150px;
    font-size: 36px;
    text-align: center; }
  .content-wrapper .item {
    position: relative;
    width: 100%;
    height: 40px;
    padding-left: 102px;
    margin-bottom: 25px; }
    .content-wrapper .item.item-btn {
      padding-right: 145px; }
    .content-wrapper .item.item-area {
      height: 80px; }
      .content-wrapper .item.item-area textarea {
        padding: 5px 5px 5px 15px;
        text-indent: 0;
        line-height: 24px;
        resize: none; }
  .content-wrapper .phone-tip, .content-wrapper .code-tip, .content-wrapper .name-tip, .content-wrapper .area-tip {
    position: absolute;
    top: 40px;
    opacity: 0;
    transition: top,opacity .3s,.3s;
    font-size: 12px;
    color: #ef5545; }
    .content-wrapper .phone-tip.active, .content-wrapper .code-tip.active, .content-wrapper .name-tip.active, .content-wrapper .area-tip.active {
      top: 45px;
      opacity: 1; }
    .content-wrapper .phone-tip.success, .content-wrapper .code-tip.success, .content-wrapper .name-tip.success, .content-wrapper .area-tip.success {
      color: #99ca4f; }
  .content-wrapper .business-tip {
    position: absolute;
    top: 23px;
    opacity: 0;
    transition: top,bottom,opacity .3s,.3s,.3s;
    font-size: 12px;
    color: #ef5545; }
    .content-wrapper .business-tip.active {
      top: 28px;
      opacity: 1; }
  .content-wrapper .select-wrap {
    position: absolute;
    left: 120px;
    top: 45px;
    z-index: 9;
    border-radius: 5px;
    border: 1px solid #c9caca;
    background: #fff;
    box-shadow: 0 2px 2px rgba(99, 99, 99, 0.3); }
    .content-wrapper .select-wrap .select-list {
      display: none;
      height: 180px;
      overflow: auto; }
      .content-wrapper .select-wrap .select-list.list1 {
        width: 120px; }
      .content-wrapper .select-wrap .select-list.list2 {
        min-width: 120px;
        max-width: 190px; }
      .content-wrapper .select-wrap .select-list .select-item {
        overflow: hidden;
        padding-left: 15px;
        height: 30px;
        line-height: 30px;
        cursor: default; }
        .content-wrapper .select-wrap .select-list .select-item.active {
          background: #ebffeb; }
  .content-wrapper .item-left {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px; }
  .content-wrapper .item-input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #c9caca;
    text-indent: 15px;
    color: #595757;
    outline: none; }
    .content-wrapper .item-input.item-input-area {
      position: relative;
      color: #c9caca;
      line-height: 40px;
      cursor: default; }
      .content-wrapper .item-input.item-input-area.hasvalue {
        color: #595757; }
      .content-wrapper .item-input.item-input-area.active .arrow {
        -ms-transform: translateY(-2px) rotate(-45deg);
            transform: translateY(-2px) rotate(-45deg); }
      .content-wrapper .item-input.item-input-area .arrow {
        display: block;
        width: 8px;
        height: 8px;
        border-width: 1px 1px 0 0;
        border-style: solid;
        border-color: #c9caca;
        -ms-transform: translateY(-6px) rotate(135deg);
            transform: translateY(-6px) rotate(135deg);
        transition: all .2s;
        position: absolute;
        right: 15px;
        top: 50%; }
  .content-wrapper .code-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 126px;
    height: 100%;
    outline: none;
    background: #99ca4f;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer; }
    .content-wrapper .code-btn.disable {
      background: #ccc; }
  .content-wrapper .business-scope {
    position: relative;
    margin-top: 40px;
    min-height: 141px; }
    .content-wrapper .business-scope .business-title {
      margin-bottom: 40px; }
    .content-wrapper .business-scope .business-list {
      height: 16px;
      line-height: 16px;
      overflow: hidden;
      text-align: justify;
      margin-bottom: 25px; }
    .content-wrapper .business-scope .business-item {
      position: relative;
      padding-left: 34px;
      display: inline-block;
      width: 90px;
      font-size: 14px; }
      .content-wrapper .business-scope .business-item input {
        position: absolute;
        width: 14px;
        height: 14px;
        left: 0;
        top: 1px;
        outline: none; }
      .content-wrapper .business-scope .business-item label {
        -ms-user-select: none;
        user-select: none; }
    .content-wrapper .business-scope .business-item-break {
      display: inline-block;
      width: 100%; }
  .content-wrapper .submit-btn_wrapper {
    position: relative;
    padding-top: 20px; }
  .content-wrapper .submit-tip {
    position: absolute;
    top: -8px;
    opacity: 0;
    transition: top,opacity .3s,.3s;
    font-size: 12px;
    color: #ef5545; }
    .content-wrapper .submit-tip.active {
      top: -3px;
      opacity: 1; }
  .content-wrapper .submit-btn {
    width: 100%;
    height: 50px;
    background: #99ca4f;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    outline: none;
    border: 0;
    cursor: pointer; }
  .content-wrapper .tip {
    text-align: center;
    margin-top: 20px; }

.success-wrapper {
  display: none;
  width: 100%;
  background: #fff; }
  .success-wrapper .success {
    width: 640px;
    height: 880px;
    margin: 0 auto;
    padding-top: 100px; }
  .success-wrapper .success-text {
    padding-left: 264px;
    padding-right: 90px;
    position: relative; }
    .success-wrapper .success-text img {
      width: 100px;
      height: 100px;
      position: absolute;
      top: 0;
      left: 120px; }
    .success-wrapper .success-text .title {
      font-size: 30px;
      font-weight: bold;
      color: #99ca4f; }
    .success-wrapper .success-text .tip {
      font-size: 16px;
      line-height: 28px;
      margin-top: 20px;
      color: #595757; }

.footer {
  height: 100px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 100px;
  text-align: center; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Microsoft YaHei", serif;
  color: #c9caca; }

input:-moz-placeholder, textarea:-moz-placeholder {
  font-family: "Microsoft YaHei", serif;
  color: #c9caca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Microsoft YaHei", serif;
  color: #c9caca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Microsoft YaHei", serif;
  color: #c9caca; }
