* {
        outline: none;
      }
      html,
      body {
        margin: 0;
        padding: 0;
        font-family: 'PingFang-SC-Medium';
        font-size: 10px;
        overflow-x: hidden;
      }
      #ibody {
        /* padding: 0 8px; */
        width: 100vw;
      }
      .bgImg {
        /* width: 100%; */
        height: 40vh;
        /* border: 1px solid ; */
        position: relative;
      }
      .bgImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .content {
        padding: 10%;
        background-color: #ffffff;
        border-radius: 4rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 30vh;
      }
      .save-btn {
        width: 100%;
        font-size: 1.8rem;
        height: 4.2rem;
        line-height: 4.2rem;
        font-weight: normal;
        color: #ffffff;
        background-color: #7946d0;
        border-radius: 3.3rem;
        text-align: center;
        margin-bottom: 3.2rem;
        margin-top: 2rem;
		cursor: pointer;
		
      }
      .tip-bottom {
        display: flex;
        font-size: 1.3rem;
        font-weight: normal;
        line-height: 1.5;
        color: #a5a5a5;
      }
      input {
        width: 94%;
        font-size: 1.8rem;
        height: 3.6rem;
        line-height: 3.6rem;
        background-color: #ffffff;
        border-radius: 3.3rem;
        border: solid 2px #b2b2b2;
        padding-left: 1.6rem;
      }
      input::-webkit-input-placeholder {
        color: #b2b2b2;
        /* padding-left: 1.4rem; */
        font: 400 1.6rem 'MicrosoftYaHei [Regular]';
      }
      input:-moz-placeholder {
        /* padding-left: 1.4rem; */
        color: #b2b2b2;
        font: 400 1.6rem 'MicrosoftYaHei [Regular]';
      }
      input::-moz-placeholder {
        /* padding-left: 1.4rem; */
        color: #b2b2b2;
        font: 400 1.6rem 'MicrosoftYaHei [Regular]';
      }
      input:-ms-input-placeholder {
        /* padding-left: 1.4rem; */
        color: #b2b2b2;
        font: 400 1.6rem 'MicrosoftYaHei [Regular]';
      }
      .drag {
        width: 100%;
        height: 4.2rem;
        line-height: 4.2rem;
        background-color: #dcdcdc;
        position: relative;
        margin: 0 auto;
        border-radius: 3.3rem;
      }

      .bg {
        width: 40px;
        height: 100%;
        position: absolute;
        background-color: #7946d0;
        border-radius: 3.3rem;
		
      }

      .text {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        user-select: none;
        color: #b2b2b2;
		font-size: 1.2rem;
      }

      .btn {
        width: 6rem;
        height: 4rem;
        position: absolute;
        border: 1px solid #ccc;
        cursor: move;
        text-align: center;
        background-color: #fff;
        user-select: none;
        color: #666;
        border-radius: 3rem;
      }
      /* loading */
      #tipDiv {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;

        display: none;
        align-items: center;
        justify-content: center;
      }

      .tipDiv2 {
        width: 40%;
        padding: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 0.5rem;
        font-size: 1.5rem;
		opacity:0.8; 
      }

      #tipInfo {
        margin-top: 1rem;
      }
	  
	  #writebtn{
		  margin: 2rem 0;
		  width: 100%;
		  display: flex;
		  align-items: center;
	  }
	  #addImgb{
		  width: 4rem; height: 4rem; margin-left: 1rem;
	  }