.header-comic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    overflow: hidden; /* 隐藏超出容器大小的内容 */
  
    }

    .header-comic button {
      background-color: transparent;
      border: none;
      color: white; /* 初始白色按钮文字颜色 */
      transition: color 0.3s ease-in-out;
    }

    .container-comic {
      position: relative;
      overflow: hidden;
	  background-color:black;
    }

    .image-comic {
      width: 100%;
      height: 100%;
      display: block;
	  margin-bottom:60px;
    }

    .gradient-overlay-comic {
      position: absolute;
      bottom: 130px;
      left: 0;
      width: 100%;
      height: 70%;
      background: linear-gradient(transparent, rgba(0, 0, 0, 1));
      pointer-events: none;
    }
    .gradient-overlay1-comic {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20%;
      background: linear-gradient(rgba(0, 0, 0, 0.5),transparent);
      pointer-events: none;
    }
	    .gradient-overlay-comic2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 20%;
      background: linear-gradient(rgba(0, 0, 0, 0.5),transparent);
      pointer-events: none;
    }
	  .text-overlay-comic {
    position: absolute;
    bottom: 70px;
    left: 6px;
    padding: 10px;
	margin-bottom:10px;
    text-align: left;
    font-size: 14px; /* 默认字体大小 */
    line-height:2;
    color: white;
  }
    .buttons-comic {
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }

  .circle-button-comic {
    width: 40px;
    height: 40px;
    background: rgba(47, 53, 62, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ACB4BF;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
	margin-bottom:10px;
  }
    .circle-button-comic1 {
    width: auto;
    height: 40px;
    background: rgba(47, 53, 62, 0.7);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ACB4BF;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
	margin-bottom:10px;
	margin-top:10px;
	gap:5px;
	padding: 15px;
  }
    .rounded-rectangle {
    border: 1px solid #fff; /* 添加边框样式 */
    border-radius: 5px; /* 添加圆角 */
    padding: 1px 4px; /* 添加内边距 */
    display: inline-block; /* 保持元素在一行显示 */
    font-size: 10px;
	color:	#DCDCDC;
  }

        .svg-icon-imgcard-comic {
            width: 15px;
            height: 15px;
            fill: #ACB4BF;			/* SVG 图标颜色 */
        }
	.svg-wrapper-comic {
    position: absolute; /* 绝对定位，相对于容器 */
    left: 5px; /* 距离容器左侧的距离 */
    height: 22px; /* 高度占满容器 */ /* 设置变换的原点为左侧 */
    transform: translateX(0);
	fill: #fff; 
  }
  	.svg-wrapper-comic1 {
    position: relative; /* 绝对定位，相对于容器 */
    margin-right: 35px; /* 距离容器左侧的距离 */
    height: 22px; /* 高度占满容器 */ /* 设置变换的原点为左侧 */
	transform-origin: right;
    transform: translateX(0);
	fill: #fff; 
  }  	
  .svg-wrapper-comic2 {
    position: relative; /* 绝对定位，相对于容器 */
    margin-right: 20px; /* 距离容器左侧的距离 */
    height: 22px; /* 高度占满容器 */ /* 设置变换的原点为左侧 */
	transform-origin: right;
    transform: translateX(0);
	fill: #fff; 
  }
  
  
  
  
  
  
      .container-comic-read {
      display: flex;
	  margin:10px 15px;
	  margin-bottom:30px;
    }
      .button-comic-read {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
      padding:12px;
      border-radius: 24px;
      cursor: pointer;
      transition: background-color 0.3s, border-color 0.3s;
      gap: 15px;
    }

    .button-left-comic-read {
      flex: 0 0 30%;
      border: 2px solid #607D8B;
    }

    .button-right-comic-read {
      flex: 1;
      background-color: #607D8B;
    }
    .spacer-comic-read{
      width: 15px;
    }




    .container-111 { /* 设置容器的宽度，减去左右边距 */
      height: 120px; /* 设置容器的固定高度 */
      border: 2px solid rgba(0,0,0,0.1); /* 设置边框描边 */
      border-radius: 10px; /* 设置圆角 */
      margin: 10px 10px; /* 设置左右边距为10像素 */
    }
    .progress-container {
      width: 1;
      height: 30px;
      background-color: #f0f0f0;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 25px;
      border-radius: 8px;
    }

    .progress-bar {
      width: 0;
      height: 100%;
      background-color: #4caf50;
      border-radius: 8px;
      transition: width 0.3s ease;
      position: relative;
    }

    .progress-text {
      position: relative;
      text-align:center;
      margin-top: -25px;
	  font-size:17px;
      color: #fff;
    }

    #image-container {
      width: 100%;
    }

    #lazy-image {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      opacity: 0;
      transition: opacity 0.5s;
    }
    .loader-1 {
      position: absolute;
      width: 30px;
      height: 30px;
      animation: spin 1s linear infinite;
      margin-top: 10px;
      right: 20px !important;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* SVG code embedded in CSS */
    .loader-1::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 511.494 511.494" style="fill:rgba(0,0,0,0.1);" xml:space="preserve" width="512" height="512"><g><path d="M478.291,255.492c-16.133,0.143-29.689,12.161-31.765,28.16c-15.37,105.014-112.961,177.685-217.975,162.315   S50.866,333.006,66.236,227.992S179.197,50.307,284.211,65.677c35.796,5.239,69.386,20.476,96.907,43.959l-24.107,24.107   c-8.33,8.332-8.328,21.84,0.004,30.17c4.015,4.014,9.465,6.262,15.142,6.246h97.835c11.782,0,21.333-9.551,21.333-21.333V50.991   c-0.003-11.782-9.556-21.331-21.338-21.329c-5.655,0.001-11.079,2.248-15.078,6.246l-28.416,28.416   C320.774-29.34,159.141-19.568,65.476,86.152S-18.415,353.505,87.304,447.17s267.353,83.892,361.017-21.828   c32.972-37.216,54.381-83.237,61.607-132.431c2.828-17.612-9.157-34.183-26.769-37.011   C481.549,255.641,479.922,255.505,478.291,255.492z"/></g></svg>');
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    .size-info{
      position: relative;
      margin-top: 30px;
	  text-align:center;
      font-size: 20px;
      color:#888888;
    }
