.right_float{
        position: fixed;
        right: 0px;
        top: 100px;
        width: 260px;
		z-index: 99999;

      }
      .float_box{
        width: 220px;
        text-align: center;
        float: left;
      }
      .hd_box{
        border: 1px solid #f25d3f;
        border-radius: 5px;
        overflow: hidden;
        background-color: #fff;
      }
      .float_box .til{
        background: #f25d3f;
        color: #fff;
        text-align: center;
        height: 49px;
        line-height: 49px;
        font-size: 24px;
      }
      .float_box table{
        border-collapse:collapse;
        background: #fff;
        width: 100%;
      }

      .float_box table td{
        border: 1px solid #dfdfdf;
        height: 48px;
        text-align: center;
        align-items: center;
        font-size: 14px;
      }
      .hd_m{
        color: #f25d3f;
        font-size: 18px;
      }
      .float_bz{
        padding: 5px;
        font-size: 14px !important;
        text-align: left;
      }
      .float_bz .hd_m{
        font-size: 14px;
      }
      .sc_ewm{
        display: inline-block;
      }
      .sc_ewm_txt{
        margin: 20px 35px;
      }
      .sc_ewm_txt h1{
        font-size: 16px;
        color: #f25d3f;
        font-weight: 700;
      }
      .sc_ewm_txt h3{
        font-size: 14px;
        font-weight: 300;
      }
      .til_btn{
        display: inline-block;
        padding: 0 10px;
        height: 160px;
        text-align: center;
        writing-mode:tb-rl;
        background: #ccc;
        color: #fff;
        float: left;
        margin-top: 50px;
        cursor: pointer;
        width:20px;
      }
      .til_btn_on{
        background: #f25d3f;
      }