 .wx_all_box {
      font-family: Source Han Sans, Source Han Sans;
      display: none;
    }

    .wx_box_jiu {
      width: 100%;
      height: 65px;
      background-color: #fff;
      padding: 10px 15px;
      padding-bottom: 0;
      position: fixed;
      left: 0;
      bottom: 0;
        z-index: 9;
    }

    .wx_chat_go {
      width: 100%;
      height: 48px;
      background-color: #1EA807;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      font-size: 18px;
      font-weight: 700;
      cursor: pointer;
      border-radius: 6px;
      position: relative;
      overflow: hidden;
    }

    .wx_chat_go .wx_gif {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }

    .light {
      position: absolute;
      top: 0;
      left: -62px;
      width: 62px;
      height: 48px;
      transition: all 1s ease-in-out
    }

    .wx_much_peop {
        height: 25px;
        margin: 0 auto;
      margin-top: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333333;
      font-size: 12px;
      width:80%;
      background-color: #FFE3E4;
      border-radius: 32px;

    }

    .wx_much_peop img {
      width: 16px;
      height: 16px;
      margin-right: 4px;
    }

    .wx_much_peop .wx_p_cc {
      color: #D81018;
      font-weight: 700;
    }

    .fix_tc {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, .5);
      display: none;
      z-index: 9;
    }

    .fix_b_tt {
      width: 100%;
      height: 90px;
      padding-top: 20px;
      padding-left: 16px;
    }

    .close_icon {
      width: 32px;
      height: 32px;
      background: url('/statics/v3/images/closeicon.png') no-repeat;
      background-size: contain;
      position: absolute;
      top: 6px;
      right: 8px;
      cursor: pointer;
    }

    .fix_b {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto;
      border-radius: 8px 8px 0 0;
      background-color: #fff;
      overflow: hidden;
      background: url('/statics/v3/images/wx_yd_ban.png') no-repeat;
      background-size: contain;
      background-color: #fff;
    }

    .fix_b .pp {
      padding: 6px 16px;
      padding-bottom: 0;
    }

    .fix_b .title {
      color: #000000;
      font-size: 24px;
      font-weight: 700;
      line-height: 35px;
      display: block;
    }

    .fix_b .tit_tip {
      margin-top: 4px;
      display: block;
      width: 238px;
      height: 20px;
      background: url('/statics/v3/images/wx_tc_int.png') no-repeat;
      background-size: contain;
    }

    .form_item {
      margin-top: 16px;
    }

    .fi_top {
      color: #1F1F25;
      font-size: 14px;
      font-weight: 400;
      display: flex;
      align-items: center;
    }

    .fi_top img {
      width: 16px;
      height: 16px;
      vertical-align: bottom;
      margin-right: 4px;
    }

    .fi_top_red {
      display: flex;
    }

    .fi_top_red .fi_t_rr {
      color: #E70012;
      font-size: 12px;
      margin-left: auto;
    }

    .fi_bot_input {
      margin-top: 7px;
    }

    .fi_bot_input input {
      outline: none;
      width: 100%;
      height: 40px;
      border-radius: 4px;
      border: 1px solid #E5E6EB;
      padding-left: 12px;
      color: #1F1F25;
      font-size: 14px;
      box-sizing: border-box;
    }

    .fi_bot_input input::placeholder {
      color: #9C9FAC;
    }

    .text_ar {
      outline: none;
      width: 100%;
      height: 90px;
      max-height: 90px;
      resize: none;
      border-radius: 4px;
      border: 1px solid #E5E6EB;
      padding: 12px;
      color: #1F1F25;
      font-size: 14px;
      box-sizing: border-box;

    }

    .text_ar::placeholder {
      color: #9C9FAC;
    }

    .wx_all_box .form_btn {
      margin: 24px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      color: #6F7385;
      font-size: 14px;
    }

    .wx_all_box .form_btn span {
      cursor: pointer;
    }

    .wx_all_box .send_btn {
      flex: 1;
      height: 40px;
      background: #E70012;
      border-radius: 6px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      letter-spacing: 4px;

    }

    .form_xy {
      height: 41px;
      background-color: #F4F4F4;
      font-size: 12px;
      color: #9C9FAC;
      text-align: center;
      line-height: 40px;
    }

    .form_xy a {
      text-decoration: none;
      color: #2E80FF;
      vertical-align:bottom;
    }

    .toast {
      position: absolute;
      top: 115px;
      left: 50%;
      transform: translateX(-50%);
      width: 200px;
      height: 40px;
      color: #fff;
      background-color: rgba(0, 0, 0, .5);
      text-align: center;
      line-height: 40px;
      font-size: 16px;
      border-radius: 8px;
      display: none;
    }

    .cg {
      width: 200px;
      height: 159px;
      background: rgba(0, 0, 0, 0.8);
      border-radius: 8px 8px 8px 8px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 9999;
      display: none;
    }

    .cg img {
      display: block;
      margin: 0 auto;
      margin-top: 16px;
      margin-bottom: 5px;
    }

    .cg .cg-name {
      font-size: 16px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 700;
      color: #FFFFFF;
      line-height: 23px;
      text-align: center;
      margin-bottom: 8px;
    }

    .cg-name-q {
      font-size: 14px;
      font-family: Source Han Sans, Source Han Sans;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      line-height: 20px;
      text-align: center;
      width: 168px;
      margin: 0 auto;
    }