#popup {
      width: 700px;
      max-height: calc(80vh);
      position: fixed;
      left: 50%;
      top: 10%;
      z-index: 999;
      margin: 0 0 0 -350px;
      background-color: #fff;
      display:none;
    }

    #closedX {
      cursor: pointer;
      color: #fff;
      background-color: #24a381;
      width: 120px;
      margin: 15px 0;
      padding: 5px 0;
      text-align: center;
      border-radius: 5px;
      display: block;
      float: right;
    }
#popup2 {
      width: 700px;
      max-height: calc(80vh);
      position: fixed;
      left: 50%;
      top: 10%;
      z-index: 999;
      margin: 0 0 0 -350px;
      background-color: #fff;
      display:none;
    }

    #closedX2 {
      cursor: pointer;
      color: #fff;
      background-color: #24a381;
      width: 120px;
      margin: 15px 0;
      padding: 5px 0;
      text-align: center;
      border-radius: 5px;
      display: block;
      float: right;
    }
    .BrBg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #666666;
      opacity: 0.7;
      z-index: 99;
      display: none;
    }

    .pad30 {
      padding: 30px;
    }

    .nameBr {
      font-size: 20px;
      margin: 0;
      font-family: "楷体";
      color: #000;
    }

    .talkingBr {
      font-size: 14px;
      margin: 0;
      font-family: "微软雅黑";
      color: #000;
      font-weight: normal;
    }

    .talkingBr p {
      margin: 0 0 5px 0;
      padding: 0;
      line-height: 160%;
    }

    h1 {
      font-size: 20px;
      padding: 20px !important;
      text-align: center;
      background-color: #24a381;
      color: #fff;
      margin: 0;
      line-height: 150%;
    }

    @media screen and (min-width:350px) and (max-width:750px) {
      #popup {
        width: 90%;
        position: fixed;
        left: 5%;
        top: 15%;
        z-index: 999;
        margin: 0px;
        background-color: #fff;
      }

      .pad30 {
        padding: 15px;
      }

      .talkingBr {
        font-size: 14px;
        margin: 0;
        font-family: "微软雅黑";
        color: #000;
        font-weight: normal;
        max-height: calc(70vh - 100px);
        overflow-y: auto;
      }
    }