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

    .wx_box_jiu {
      width: 100%;
      height: 186px;
      background-color: #FAF7E7;
      padding: 16px;
      padding-bottom: 0;
      background: url('/statics/v3/images/wx_ban.png') no-repeat;
      background-size: contain;
      border-radius: 4px;
      margin-bottom: 5px;

    }

    .wx_box_top {
      width: 100%;
      height: 74px;
      display: flex;
      align-items: center;
      color: #333333;
      font-size: 12px;
      line-height: 17px;
    }

    .wx_box_top .wx_con {
      width: 74px;
      height: 74px;
    }

    .wx_b_tips {
      flex: 1;
      margin-left: 12px;
    }

    .wx_b_tips .wx_tt {
      flex: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .wx_b_tips .wx_tt .wx_tt_n {
      font-size: 24px;
      font-weight: 700;
      line-height: 35px;
    }

    .wx_b_tips .wx_tt .wx_tt_24 {
      margin-left: auto;
      margin-right: 4px;
    }

    .wx_b_tips .wx_tt_int {
      margin-top: 8px;
      flex: 1;
      height: 20px;
      background: url('/statics/v3/images/wx_tt_int.png') no-repeat;
      background-size: contain;
    }

    .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;
      margin-top: 14px;
    }

    .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 {
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333333;
      font-size: 12px;

    }

    .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;
    }

    .fix_b_tt {
      width: 100%;
      height: 98px;
      background: url('/statics/v3/images/wx_tc_ban.png') no-repeat;
      background-size: contain;
      padding-top: 22px;
      padding-left: 32px;
    }

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

    .fix_b {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 443px;
      height: auto;
      border-radius: 8px;
      background-color: #fff;
      overflow: hidden;

    }

    .fix_b .pp {
      padding: 12px 32px;
      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;
      line-height: 1;
    }

    .fi_top img {
      width: 16px;
      height: 16px;
      vertical-align: middle;
    }

    .fi_top_red {
      display: flex;
    }

    .fi_top_red .fi_t_rr {
      color: #E70012;
      font-size: 12px;
      margin-left: auto;
      display: flex;
      align-items: center;
    }

    .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: 0 0 132px;
      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: unset;
    }

    .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;
    }