      /* 对话框样式 */
      .kfStyle {
        position: fixed;
        top: 40%;
        right: 20px;
        width: 300px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 8888;

      }

      .zs {
        width: 300px;
        height: auto;
        display: block;
        border-radius: 5px;
        overflow: hidden;
        z-index: 8888;
        margin-bottom: 10px;
        text-align: center;
      }

      .zs img {
        max-width: 70%;
        margin: 0 auto;
      }

      .kf {
        width: 298px;
        height: 172px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        display: block;
        border-radius: 5px;
        overflow: hidden;
        z-index: 8888;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
      }

      .kf .cen {
        position: relative;
        width: 100%;
        display: block;
      }

      .kf .cen .img {
        width: 25%;
        float: left;
        overflow: hidden;
      }

      .kf .cen .img img {
        min-width: 100%;
        height: 200px;
      }

      .kf .cen .info {
        width: 65%;
        float: right;
        padding: 3%;
        position: relative;
        z-index: 10;
        height: 172px;
      }

      .kf .cen .info h1 {
        color: #333;
        font-size: 18px;
        text-align: left !important;
        line-height: 30px;
        margin: 0px;
        padding: 0px;
      }

      .kf .cen .info p {
        color: #999;
        font-size: 13px;
        text-align: left !important;
        margin: 0px;
        padding: 0px;

      }

      .kf .cen .info h2 {
        margin: 0px;
        padding: 0px;
        line-height: 20px;
        padding-top: 10px;
      }

      .kf .cen .info h2 span {
        /*       color:#d90606; */
        font-size: 14px;
        font-weight: bold;
        display: block;
        width: 100%;
        float: left;
        text-align: left;
        background: -webkit-linear-gradient(#ee3434, #d90606);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .kf .cen .info h2 span:nth-child(2){
        padding-left: 70px !important
      }

      .kf .cen .close {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        width: 25px;
        height: 25px;
        border: none !important;
        z-index: 20;
      }

      .kf .cen .close img {
        max-width: 25px;
      }

      .kf .cen .info .biao {
        background: #12b7f5;
        border-radius: 5px;
        padding: 5px 10px;
        color: #fff;
        line-height: 20px;
        position: absolute;
        right: 10px;
        bottom: 25px;
        font-size: 14px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-decoration: none;
      }

      .kf .cen .info .biao img {
        height: 15px;
        margin-right: 5px;
      }