.zige {
  display: inline-block;
  position: relative;
  border-radius: 15px;
  width: 100px;
  height: 115px;
  cursor: pointer;
  overflow: hidden; /* 防止拼音溢出 */
}
.pinyin {
  position: absolute;
  top: 0.1em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5em;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis; /* 当拼音太长时显示省略号 */
}
.hanzi { 
  transform: translateY(20px);
  display: block;
  font-size: 3em; 
  text-align: center;
}

.play-btn {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 85px;
  height: 85px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0;
}

.shici {
  font-size: 2em;
}
.toggle-btn {
    display: block;
    width: fit-content;
    margin: 0 auto; /* 可选：居中 */
    padding: 10px 50px;
    font-size: 26px;
    border-radius: 5px; 
    background-color: #4CAF50; 
    color: white; 
    border: none; 
    cursor: pointer; 
}


.player { 
    background: #898989;
    border-radius: 10px;
    padding: 30px;
    width: 85%; 
    max-width: 100%; 
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}

        .player button {
            background: none;
            border: none;
            outline: none;
            color: white;
            font-size: 54px;
            cursor: pointer;
            margin-right: 10px;
        }
        .player input[type="range"] {
            -webkit-appearance: none;
            width: 100%;
            height: 8px;
            background: #ccc;
            border-radius: 5px;
            outline: none;
            padding: 0;
            margin: 0 10px;
        }
        .player input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 16px;
            height: 16px;
            background: white;
            border: 2px solid #00bcd4;
            border-radius: 50%;
            cursor: pointer;
        }
        .player input[type="range"]::-moz-range-thumb {
            width: 16px;
            height: 16px;
            background: white;
            border: 2px solid #00bcd4;
            border-radius: 50%;
            cursor: pointer;
        }
        .player .time {
            color: #00bcd4;
            font-size: 36px;
        }
        .volume-control {
            display: flex;
            align-items: center;
        }
        .volume-control input[type="range"] {
            width: 150px;
            margin-left: 5px;
        }


.ly_combine{padding-right: 15px;}
.ly_combine ul li{padding-bottom: 24px;}
.ly_combine span{display: inline-block;width: 70px;text-align: center;margin:24px -2px 0 -2px;}
.ly_combine span i{display: block;font-size: 1.1em;font-style: normal;margin-bottom: 10px;/*margin-top: 30px;*/}
.ly_combine span b{display: block;font-size: 2em;}
.ly_combine .ly_fuhao{width:26px;}

.ly_title{border-left: 5px solid #95191b;height: 18px;line-height: 18px;margin-top: 50px;}
.ly_title h4{display: block;font-size: 20px;color: #392b20;margin-left: 10px;}
.ly_title strong{display: block;font-size: 20px;color: #392b20;margin-left: 10px;}
.lunyu_jies{font-size: 32px}
.lunyu_jies i{font-style: normal;color: #FF9900;font-size: 22px;display: inline-block;width: 26px;height: 26px;border: 2px solid #FF9900;;text-align: center;line-height: 25px;margin-right: 5px;position: relative;top: -5px;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;}
.lunyu_jies span{text-indent: 2em;display: inline-block;}

.lunyu_jieshj,.lunyu_jieshj p{text-indent: 2em;}

.ly_zhushi,.ly_yiwen{padding-right: 15px;}
.ly_yiwen{margin-top: -20px;}

