  .read {
    display: flex;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    align-items: center;
  }

  .read .icon {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #B5B5B5;
    cursor: pointer;
    margin-right: 8px;
  }

  .read .icon .image {
    width: 100%;
    height: 100%;
    display: none;
  }

  .read .icon .image img {
    cursor: pointer;
    display: block;
    margin: 4px 3px;
  }

  .read span {
    color:#EA5E03;
    cursor:pointer
  }
  .privacy-container {
    display: none;
  }

  .privacy-container1 {
    display: none;
  }
  @media (max-width: 768px) {
    .privacy-container {
      width: 100vw;
      height: 1080px;
      position: fixed;
  
  
      top: 0;
      z-index: 9999;
      background: rgba(0, 0, 0, 0.5);
      display: none;
    }

    .read {
      display: flex;
      font-family: PingFang SC;
      font-weight: 400;
      font-size: 14px;
      color: #616161;
      align-items: center;
    }
  
      .privacy-container .privacy-inner {
        width: 320px;
        height: 602.5px;
        background: linear-gradient(180deg, #F3E6DC, #FFFFFF);
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        left: 50%;
        transform: translate(-50%);
        top: 50px;
        position: absolute;
        border-radius: 10px;
      }
  
      .privacy-container .privacy-inner .title {
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        text-align: center;
        margin: 25px 0 18.5px 0;
      }
  
      .privacy-container .privacy-inner .privacy-content {
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 13px;
        color: #696969;
        padding: 0 31px;
        height: 452.5px;
        overflow-y: scroll;
      }
  
      .privacy-container .privacy-inner .btn-row {
        display: flex;
        padding: 0 31px;
        gap: 10px;
        margin-top: 22.5px;
      }
  
      .privacy-container .privacy-inner .btn-row .btn-item {
        width: 280px;
        height: 40px;
        border-radius: 40px;
  
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }
  
      .privacy-container .privacy-inner .btn-row .confirm {
        background: #EA5E03;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
      }
  
      .privacy-container .privacy-inner .btn-row .cancel {
        background: #CBCBCB;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
      }
  }


    @media (max-width: 768px) {
    .privacy-container1 {
      width: 100vw;
      height: 1080px;
      position: fixed;
  
  
      top: 0;
      z-index: 9999;
      background: rgba(0, 0, 0, 0.5);
      display: none;
    }
  
      .privacy-container1 .privacy-inner {
        width: 320px;
        height: 602.5px;
        background: linear-gradient(180deg, #F3E6DC, #FFFFFF);
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-color: #FFFFFF;
        left: 50%;
        transform: translate(-50%);
        top: 50px;
        position: absolute;
        border-radius: 10px;
      }
  
      .privacy-container1 .privacy-inner .title {
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        text-align: center;
        margin: 25px 0 18.5px 0;
      }
  
      .privacy-container1 .privacy-inner .privacy-content {
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 13px;
        color: #696969;
        padding: 0 31px;
        height: 452.5px;
        overflow-y: scroll;
      }
  
      .privacy-container1 .privacy-inner .btn-row {
        display: flex;
        padding: 0 31px;
        gap: 10px;
        margin-top: 22.5px;
      }
  
      .privacy-container1 .privacy-inner .btn-row .btn-item {
        width: 280px;
        height: 40px;
        border-radius: 40px;
  
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
      }
  
      .privacy-container1 .privacy-inner .btn-row .confirm {
        background: #EA5E03;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
      }
  
      .privacy-container1 .privacy-inner .btn-row .cancel {
        background: #CBCBCB;
        font-family: PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
      }
  }
