body {
    background-color: #f2f3f5a8;
    background-attachment: fixed;
  }


  .container {
    position: fixed;
    bottom: -5px;
    border-radius: 20px 20px 0px 0px;
    width: 100%;


    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;

    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    width: fit-content;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0);
    left: 50%;
    margin-left: 0px;
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(122, 122, 122, 0.329);

  }

  .completedlist-dialog {
    position: fixed;
    bottom: 0px;
    border-radius: 30px 30px 0px 0px;
    width: 490px;


    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;

    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    transform: translate(-50%, 0);
    left: 50%;
    margin-left: 0px;
    z-index: 5;
    box-shadow: 0px 0px 20px rgba(122, 122, 122, 0.329);
    display: none;
  }

  .completedlist-content {

    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }

  .completedlist-items {
    color: #636363;
    bottom: 20px;
    font-size: 19px;
    margin-bottom: 20px;
    overflow-y: scroll;
    max-height: 400px;
  }

  .completedlist-items>div:not(:last-child) {
    margin-bottom: 11px;
  }


  .completedlist-item {

    bottom: 20px;
    font-size: 19px;
    margin-bottom: 20px;
    padding: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .close-completedlist-dialog-btn {
    font-size: 22px;
    color: #555555ef;
    width: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px 0px;
    background-color: #fff;
    border: 1px solid #e6e6e600;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
  }

  .completed-title {
    font-size: 19px;
    color: #555555ef;
    width: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px 0px;
    background-color: #ffffff00;
    border: 1px solid #e6e6e600;
    font-weight: bold;
    cursor: pointer;

    transform: translate(-50%, 0);
    left: 50%;
    margin-left: 45%;
    margin-bottom: 15px;

  }



  .note-list {

    position: absolute;

    left: 50%;
    width: 535px;

    bottom: 100px;


    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
    position: fixed;
    transform: translate(-50%, 0);
    overflow-y: scroll;
    margin-left: 2px;
    z-index: 0;

  }

  .note-item {
    font-size: 19px;
    font-family: "sans-serif", Arial, Helvetica;
    width: 479px;
    margin: 0px 9px 15px;
    line-height: 1.7;
    color: #414141;
    padding-top: 37px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 20px;

    border-radius: 10px 10px 0px 10px;
    background-color: #ffffff;
    word-wrap: break-word;
    position: relative;
    z-index: 0;
    box-shadow: 0px 2px 5px rgba(224, 224, 224, 0.2);
  }

  .input-box {
    font-size: 20px;
    font-family: "sans-serif", Arial, Helvetica;
    width: 481px;
    margin-left: 8px;

    margin-bottom: 55px;

    color: #414141;
    padding: 0px 0px;
    border-radius: 0px;
    border: none;
    outline: none;
    resize: none;
    line-height: 1.5;
    border: 1px solid #ffffff;
    height: 1.5em;
    max-height: 20em;
    overflow-y: auto;

  }

  .edit-box {
    font-size: 19px;
    font-family: "sans-serif", Arial, Helvetica;
    width: 481px;
    margin-left: 25px;

    margin-bottom: 7px;
    color: #414141;
    padding: 0px 0px;
    border-radius: 0px;
    border: none;
    outline: none;
    resize: none;
    line-height: 1.5;
    border: 1px solid rgb(255, 255, 255);
    max-height: 20em;
    height: auto;
    overflow: hidden;

  }

  .edit-box:focus {
    height: auto;
    overflow: visible;
  }

  .edit-container {
    position: fixed;
    bottom: -5px;
    border-radius: 30px 30px 0px 0px;
    width: 100%;


    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;

    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    width: fit-content;

    align-items: center;
    transform: translate(-50%, 0);
    left: 50%;
    margin-left: 0px;
    display: none;
    z-index: 4;
    box-shadow: 0px 0px 15px rgba(156, 156, 156, 0.329);
  }


  .save-btn {
    background-color: #ffffff00;

    font-weight: bold;
    color: #1156d4;
    border: none;
    cursor: pointer;
    margin-left: 447px;
    font-size: 20px;
    width: max-content;
    margin-bottom: 21px;
  }


  .note-time {
    font-family: "sans-serif", Arial, Helvetica;
    font-size: 16px;
    color: rgb(207, 207, 207);
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .delete-btn {
    font-size: 16px;
    color: rgb(175, 175, 175);
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .complete-btn {
    font-size: 17px;
    color: rgb(175, 175, 175);
    position: absolute;
    top: 9px;
    right: 75px;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .send-btn {
    bottom: 15px;

    background-color: transparent;
    font-size: 21px;
    color: #1156d4;
    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: 225px;
    transform: translateX(-50%);
    z-index: 3;

  }

  .tag-btn1 {
    bottom: 15px;
    width: 10px;
    background-color: transparent;
    font-size: 20px;
    color: #a8a8a8;
    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: -150px;
    transform: translateX(-50%);
    z-index: 3;

  }

  .tag-btn2 {
    bottom: 15px;
    width: 10px;
    background-color: transparent;
    font-size: 20px;
    color: #a8a8a8;
    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: -105px;
    transform: translateX(-50%);
    z-index: 3;

  }

  .delete-all-btn {
    bottom: 15px;
    width: 10px;
    background-color: transparent;
    font-size: 20px;
    color: #a8a8a8;
    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: -190px;
    transform: translateX(-50%);
    z-index: 3;
  }

  .copy-all-btn {
    bottom: 15px;
    width: 10px;
    background-color: transparent;
    font-size: 18px;
    color: #a8a8a8;
    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: -229px;
    transform: translateX(-50%);
    z-index: 3;
    display: block;
  }

  .back-btn {
    bottom: 15px;

    background-color: transparent;
    font-size: 20px;
    color: #a8a8a8;

    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: -229px;
    transform: translateX(-50%);
    z-index: 3;
    display: none;

  }


  .toast {
    position: fixed;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 13px;
    background-color: #000000c4;
    color: #ffffff;
    font-size: 18px;
    z-index: 5;
  }

  .mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.151);
    z-index: 4;
    display: none;
  }

  .mask-b {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.151);
    z-index: 4;
    display: none;
  }

  .send-btn {
    color: #aaa;
  }



  .confirm-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    /* 添加事件监听器 */
    cursor: pointer;
  }

  .confirm-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 15px;
  }

  .confirm-message {
    font-size: 20px;
    color: #414141;
    margin-bottom: 20px;
  }

  .confirm-buttons {
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
  }

  .confirm-btn {
    background-color: #134B46;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    cursor: pointer;
    margin: 0px 10px;
  }





  .tag-window {
    position: fixed;
    top: 0px;
    justify-content: center;
    /* 水平居中 */
    margin-left: -10px;
    width: 545px;
    height: auto;
    max-height: 500px;
    background-color: #fff;
    border: none;
    padding: 0px 0px;

    z-index: 4;
    display: none;


    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 20px rgba(122, 122, 122, 0.329);
    transition: transform 0.3s;
  }

  .tag-window-content {
    margin-bottom: 5px;
    padding: 10px 30px;
    overflow-y: auto;
    max-height: 415px;
    box-shadow: inset 0 -2px 10px rgba(7, 7, 7, 0.034);
  }

  .tag-window p {
    overflow-wrap: break-word;
    max-height: 500px;
  }



  .tag {
    display: inline-block;
    padding: 2px 10px;
    margin: 2px;
    border-radius: 30px;
    border: 1px solid #5851B5;
    margin-bottom: 8px;
    font-size: 18px;
    box-shadow: 2px 2px 15px #E4E4E4;
  }

  .tag-window button {

    /* 按钮的上边距*/
    font-size: 19px;


    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;


  }

  .tag-window-close-btn {


    padding: 5px 10px;
    margin-bottom: 20px;
    margin-left: 370px;
    background-color: #5851B5;
    box-shadow: 0px 0px 10px #A1A1A1;
    margin-top: 10px;
  }

  .tag-window-close-btn1 {
    padding: 5px 10px;
    margin-left: 30px;

    margin-bottom: 30px;
    /* 下边距*/
    background-color: #5851B5;
    box-shadow: 0px 0px 10px #A1A1A1;
    margin-top: -15px;
  }

  .tag-window-close-btn2 {
    padding: 1px 1px;
    margin-bottom: 0px;
    width: 50px;
    height: 5px;
    background-color: #DEDEDE;
    bottom: 15px;
    position: absolute;
    /* 设置为绝对定位 */
    left: 50%;
    /* 将左边距离设置为 50% */
    transform: translateX(-50%);

  }



  /* 删除二次却*/
  .confirm-box1 {
    position: fixed;


    width: 245px;

    height: auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.151);
    display: flex;
    align-items: center;
    z-index: 3;
  }


  .message1 {
    display: block;
    font-size: 1.2rem;
    margin-right: 20px;

  }

  .confirm-btn1,
  .cancel-btn1 {
    display: block;
    height: 30px;
    padding: 0px 15px 0px 15px;

    border-radius: 100px;

    font-size: 18px;

  }

  .confirm-btn1 {
    border: 1px solid #afafaf00;
    background-color: #5851B5;
    color: #fff;
    margin-right: 0px;
  }

  .cancel-btn1 {
    border: 1px solid #afafaf;
    background-color: #fff;
    color: #2c2c2c;
    margin-right: 10px;
  }

  .tag-btn {
    top: 23px;
    width: 10px;

    background-color: #b1b1b100;
    font-size: 20px;
    color: #d4d4d4;
    border: none;
    font-weight: bold;
    position: fixed;
    left: 50%;
    margin-left: -235px;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .open-popup {
    top: 24px;
    width: 10px;
    background-color: #b1b1b100;
    font-size: 22px;
    color: #d4d4d4;
    border: none;
    font-weight: bold;
    position: fixed;
    left: 50%;
    margin-left: 100px;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .openModal {
    top: 24px;
    width: 10px;
    background-color: #b1b1b100;
    font-size: 22px;
    color: #d4d4d4;
    border: none;
    font-weight: bold;
    position: fixed;
    left: 50%;
    margin-left: -125px;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .open-reading-log {
    top: 24px;
    width: 10px;
    background-color: #b1b1b100;
    font-size: 20px;
    color: #d4d4d4;
    border: none;
    font-weight: bold;
    position: fixed;
    left: 50%;
    margin-left: -180px;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .load-completedlist-btn {
    top: 23px;
    width: 10px;

    background-color: #ffffff00;
    font-size: 22px;
    color: #d4d4d4;
    border-radius: 30px;
    border: none;
    font-weight: bold;
    position: fixed;

    width: max-content;
    left: 50%;
    margin-left: 160px;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .note-count {
    font-size: 18px;
    color: #d4d4d4;
    position: fixed;
    top: 23px;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    right: 50%;
    margin-right: -286px;
  }



  .title1 {
    font-family: "sans-serif", Arial, Helvetica;
    ;
    background-color: #ffffff00;
    font-weight: bold;
    font-size: 20px;
    border: none;
    color: #5851B5;
    position: fixed;
    top: 23px;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-left: 15px;

  }

  header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    height: 45px;
    background-color: #ffffff;

  }

  .note-list {
    top: 47px;
  }

  .gray-dot {
    height: 8px;
    width: 8px;
    background-color: rgb(197, 197, 197);
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
  }

  .tag-window1 {
    position: fixed;
    bottom: -5px;

    width: 180px;
    height: auto;

    background-color: #fff;
    border: none;



    z-index: 4;
    display: none;


    border-radius: 0px 0px 0px 0px;
    box-shadow: inset -15px 0px 5px -5px rgba(196, 196, 196, 0.37);
    /*  5px'是水平阴影偏移量，'0px'是垂直阴影偏移量。'5px'是阴影模糊半径，它指定了阴影边缘的模糊程度。'-5px'是阴影扩展半径，删除二次却*/

    transform: translate(-50%, -50%);
    left: 50%;
    margin-left: 70px;
  }

  .tag-window-content1 {
    padding-bottom: 7px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .btn {
    font-size: 18px;
    padding: 0;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    background-color: #ffffff00;
    color: #5f5f5f;
    cursor: pointer;
  }

  .icon-btn {
    bottom: 15px;
    width: 10px;
    background-color: transparent;
    font-size: 20px;
    color: #a8a8a8;
    border: none;
    font-weight: bold;
    position: fixed;
    height: 30px;
    width: max-content;
    left: 50%;
    margin-left: 180px;
    transform: translateX(-50%);
    z-index: 3;
    display: none;
  }



  .timer-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -8px 15px rgba(138, 138, 138, 0.062);
    height: 750px;
  }

  .timer-popup.show {
    transform: translateY(0%);
  }

  .timer-popup-dragging {
    transition: none;
  }


  .timer {
    font-size: 3.5rem;
    color: rgb(54, 54, 54);
    font-family: Arial, sans-serif;
  }

  .timer-btn1 {
    background-color: #3d3d3d;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    padding: 12px 27px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    outline: none;
    margin-top: 300px;
    box-shadow: 0px 0px 20px rgba(95, 95, 95, 0.651);

  }

  .timer-btn1:hover {
    background-color: #3d3d3d;
    box-shadow: 0px 0px 20px rgba(95, 95, 95, 0.651);
  }

  .timer-btn1:active {
    transform: scale(0.85);
  }

  .timer-btn2 {
    background-color: #d6d6d600;
    border: none;
    border-radius: 50px;
    color: #a1a1a1;
    cursor: pointer;
    font-size: 14px;
    padding: 3px 10px;
    margin-top: 45px;
  }

  .timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 220px;
    position: relative;
    top: 190px;
  }

  .timer-container::before {
    content: '';
    width: 140%;
    height: 140%;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(196, 196, 196, 0.527);

    z-index: 0;
  }

  .timer-ring {
    width: 140%;
    height: 140%;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    animation: timer-ring 5s linear infinite;
    animation-play-state: paused;
  }

  @keyframes timer-ring {
    0% {
      box-shadow: 0 0 0 20px rgba(255, 102, 102, 0), 0 0 0 40px rgba(255, 102, 102, 0);
    }

    50% {
      box-shadow: 0 0 0 0px rgba(189, 189, 189, 0.247), 0 0 0 0px rgba(194, 194, 194, 0.308);
    }

    100% {
      box-shadow: 0 0 0 20px rgba(255, 102, 102, 0), 0 0 0 40px rgba(255, 102, 102, 0);
    }

  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.959);
    z-index: 5;
    display: none;
  }

  .close-popup {
    position: absolute;
    top: 30px;
    left: 25px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #a0a0a0;
    font-size: 18px;
  }

  .heng-a {
    position: absolute;
    width: 40px;
    height: 5px;

    top: 9px;
    left: 50%;
    margin-left: -20px;
    align-items: center;
    transform: translateY(50%);
    font-size: 1.5rem;
    background-color: #e6e6e6;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-size: 18px;
  }



  /* ------------------ */
  .popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -8px 15px rgba(138, 138, 138, 0);
    height: 200px;
    border-top: 1px solid rgba(196, 196, 196, 0.527);
  }

  .popup.show {
    transform: translateY(0%);
  }

  #reading-log-popup ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 15px;

  }

  #reading-log-popup li {
    font-size: 19px;
    width: 430px;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #eeeeee;
    font-family: "sans-serif", Arial, Helvetica;
  }

  #tasks>li {
    color: #222222;
    font-weight: bold;
  }

  .subtasks>li {
    color: #363636;
    margin-left: 10px;
    font-weight: lighter;
  }

  #tasks {
    height: 90vh;
    width: 440px;
    /* 视口高度减去 10px */
    overflow-y: auto;
    /* 当内容超出容器高度时，显示垂直滚动条 */
    padding-bottom: 25px;
    /* 距离页面底部 10px */
    margin-bottom: 20px;
    bottom: 20px;
  }

  #task-input {
    width: 100%;
    padding: 8px 8px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 40px;
    font-size: 18px;
  }

  .save-task-btn {
    padding: 6px 12px;
    border: 1px solid #baabff00;
    background-color: #b4acff;
    color: #ffffff;
    border-radius: 40px;
    width: 80px;
    margin-left: 10px;
    font-size: 18px;
  }

  .flex-container1 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
  }

  #add-task-btn {
    position: absolute;
    bottom: 10px;
    right: 20px;
    transform: translateX(-50%);
    padding: 3px 8px;
    border: none;
    background-color: #ffffff00;
    border-radius: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    bottom: 10px;
    font-size: 18px;
    color: #a0a0a0;
  }

  .add-subtask-btn {
    
    
    margin-bottom: 10px;
    margin-top: 0px;
    left: 50%;
   
    margin-left: 165px;
    padding: 4px 12px;
    border: 1px solid #baabff00;
    background-color: #b4acff;
    color: #ffffff;
    border-radius: 40px;
    font-size: 16px;

  }

  .delete-task-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
    color: #ddddddd2;
    float: right;
    margin-right: 15px;
    font-size: 15px;
  }

  .delete-subtaskbtn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 25px;
    float: right;
    color: #ddddddd2;
    font-size: 15px;
  }

  .flex-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
  }


  .subtask-time {
    font-size: 18px;
    padding: 4px 6px;
    border-radius: 45px;
    border: 1px solid #ccc;
    background-color: #ffffff00;
    color: #474747;
    width: 55px;

  }

  .subtask-num {
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 6px 6px 12px;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-size: 18px;

  }

  .save-subtask-btn {
    padding: 4px 12px;
    border: 1px solid #baabff00;
    background-color: #b4acff;
    color: #ffffff;
    border-radius: 40px;
    font-size: 18px;
  }

  .reading-log-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px -8px 15px rgba(138, 138, 138, 0.055);
    height: 550px;
  }

  .reading-log-popup.show {
    transform: translateY(0%);
  }

  .reading-log-popup-dragging {
    transition: none;
  }

  /* --------目标拆解 下面------------------------- */

  .containerC {

    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 55px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 0px;
    bottom: 0;
    font-size: 19px;
    z-index: 1000;
  }



  .fixed-bottom {
    position: fixed;
    top: 220px;
    z-index: 999;
    display: flex;
    background-color: #ffffff;
    left: 0;
    right: 0;
  }

  #task1-input1 {
    display: flex;
    width: 400px;
    padding: 10px 10px 10px 15px;
    margin-top: 15px;
    margin-bottom: 120px;
    margin-left: 10px;
    border-radius: 25px;
    border: solid 1px #ebebeb;
    box-shadow: 0px 0px 0px 0px rgba(165, 165, 165, 0.596);
    font-size: 19px;
    z-index: 1006;
  }

  #save-btnC {
    display: flex;
    width: 80px;
    padding: 10px 10px 10px 20px;
    margin-top: 15px;
    margin-bottom: 120px;
    margin-left: 10px;
    border-radius: 55px;
    border: solid 1px #ebebeb;
    box-shadow: 0px 0px 0px 0px rgba(165, 165, 165, 0.596);
    color: #b4acff;
    background-color: #fff;

    font-size: 19px;
    z-index: 1006;
  }

  .counters1 {
    top: 300px;
    display: flex;
    gap: 10px;
    position: fixed;
    z-index: 1002;
    background-color: #fff;
    padding: 15px 10px 15px 10px;
    box-shadow: 0 0px 0px rgba(92, 92, 92, 0.1);
    left: 12px;
    right: 11px;

    margin-top: 0px;
    border-radius: 12px;
    border: 1px solid #eeeeee;
    font-size: 19px;

  }

  .headerC {
    position: fixed;

    top: 155px;

    left: 0;
    right: 0;
    height: auto;
    background-color: #fff;
    padding: 30px 0 10px 0;
    text-align: center;
    box-shadow: 0 0px 0px rgba(184, 184, 184, 0.11);
    border-radius: 20px 20px 0px 0px;
    z-index: 1002;
    color: #3a3a3a;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 19px;
  }

  /* 添加弹窗样式 */
  .modal {

    position: fixed;

    z-index: 999;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.959);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    flex-direction: column;
    align-items: center;
  }

  .modal.show {
    transform: translateY(0%);
  }

  .modal-dragging {
    transition: none;
  }

  .modal-content {
    position: fixed;
    background-color: #ffffff;
    margin: 0px 0px 0px 11px;
    bottom: 0px;
    top: 158px;
    padding: 185px 0px 0px 0px;
    box-shadow: 0 -12px 15px rgba(184, 184, 184, 0.11);
    border: none;
    width: 98%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 20px 20px 5px 5px;
    z-index: 1000;
  }

  .task1-item {
    display: block;
    list-style-type: none;
    padding: 10px 10px 40px 10px;
    margin-bottom: 18px;

    left: 50%;
    margin-left: -50px;
    transform: translateX(0%);
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.158);
  }

  .close {
    color: #8d8d8d;
    float: right;
    top: 175px;
    left: 20px;
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    z-index: 9999;
    position: fixed;
  }




  .task1-text {
    display: inline-block;
    padding-left: 13px;
    position: relative;
    z-index: 2;
  }

  .task1-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #7fb9f7;
    border-radius: 2px;
  }






  .task1-date {
    font-size: 16px;
    font-weight: bold;
    color: #727272;

  }




  .subtask1 {
display: flex;
justify-content: space-between;
align-items: center;
padding-left: 35px;
font-style: italic;
color: #666;
margin-left: 5px;

margin-top: 5px;
margin-bottom: 5px;
font-size: 17px;
width: 100%;
position: relative; /* 添加这一行 */
}

.subtask1::before {
content: "•"; /* 添加这一行 */
color: #666;
position: absolute; /* 添加这一行 */
left: 0px;
top: 0; /* 添加这一行 */
padding-left: 20px;
}





  .completed-count {
    font-size: 17px;
    
    color: #007bff;
    margin-bottom: 5px;
  }

  .button-wrapper {
    margin-left: auto;
    /* 修改这一行 */
  }


  .copy-btn {
    background-color: rgba(177, 177, 177, 0);
    color: #c2c2c2;
    text-align: center;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 999;
    /* 已隐藏 */
    font-size: 14px;
  }

  .complete-btnC {
    background-color: rgba(177, 177, 177, 0);
    color: #c2c2c2;
    text-align: center;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .delete-btnC {
    background-color: rgba(177, 177, 177, 0);
    color: #c2c2c2;
  
    border: none;
    border-radius: 5px;
    
    margin-left: 15px;
    margin-right: 40px;
    
    width: 20px;
    height: 20px;
    font-size: 14px;
    float: right;
  }

  .edit-log-btn {
    background-color: rgba(177, 177, 177, 0);
    color: #c2c2c2;
    text-align: center;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: 5px;
    float: right;
    width: 30px;
    height: 20px;
    font-size: 14px;
  }

  .delete-log-btn {
    background-color: rgba(177, 177, 177, 0);
    color: #c2c2c2;
    text-align: center;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    margin-right: 0px;
    margin-left: 10px;
    float: right;
    width: 30px;
    height: 20px;
    font-size: 14px;
  }



  .log-list {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 10px 0px 10px 10px;
    color: #666;
    font-size: 16px;
  }

  .no-logs {
    border: none;
    padding: 0px;
  }

  .log-btn {
    float: right;

    padding: 3px 6px 3px 6px;
    background-color: #b4acff;
    color: #ffffff;
    text-align: center;
    border: #1c446e;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(219, 219, 219, 0);
    margin-bottom: 1px;
    margin-top: 7px;
    white-space: nowrap;
    font-size: 14px;

    width: 25px;
    height: 25px;


  }

  .subtask1-btn {
    position: relative;
    float: left;
    padding: 3px 5.5px 3px 5.5px;
    background-color: #b4acff;
    color: #ffffff;
    border: #1c446e;
    border-radius: 50%;
    margin-top: 7px;
    font-size: 14px;
    width: 25px;
    height: 25px;
  }

  .log-label {
    color: rgb(116, 116, 240);
    border: 1px solid rgb(200, 208, 255);
    border-radius: 5px;
    padding: 1px 5px;
    font-size: 12px;
    margin-right: 8px;

  }





  .count-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .subtask1-count {
    font-size: 17px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 5px;
    margin-top: 8px;
  }

  .completed-count {
    font-size: 16px;
    
    color: #a46af0;
    margin-bottom: 8px;
    margin-top: 8px;
  }






  .task1-status {
    margin-left: 10px;
    font-size: 10px;
    padding: 3px 5px 2px 5px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #7fb9f7;
    appearance: none;
    color: #57a7fd;

  }


  .task1-status option {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #333;
  }

  .task1-status:focus {
    outline: none;
    border-color: #007bff;
  }


  .overlayC {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.959);
    z-index: 5;
    display: none;
  }



  .total {
    margin-left: 5px;
    margin-top: 1px;

  }

  .unfinished {
    margin-left: 25px;
  }

  .finished {
    margin-left: 25px;

  }

  .total-sum {
    margin-left: -348px;
    margin-top: 41px;
    color: #666666;
  }

  .monthly-sum {
    margin-left: 20px;
    margin-top: 41px;
    color: #666666;
  }



  .monthly-number {
    color: #ffc400;
    font-size: 19px;
    font-weight: bold;
  }

  .total-number {
    color: #00ABFF;
    font-size: 19px;
    font-weight: bold;
  }


  .unfinished-number {
    color: #b61d12;
    font-size: 21px;
    font-weight: bold;
  }

  .finished-number {
    color: #2072B2;
    font-size: 21px;
    font-weight: bold;

  }