.toggle-text {
 color: #007bff;
 cursor: pointer;
 text-decoration: none;
}

.toggle-text:hover {
 color: #0056b3;
}

.yc {
 display: none; /* 初始设置为隐藏 */
 margin-top:10px;
 padding:10px;
 background: #eef;
 border:1px solid #007bff;
 border-radius:5px;
}



    input[type="submit"] {
width:100%;
 background-color: #006BFF; /* 按钮背景色 */
 color: white; /* 字体颜色 */
 border: none; /* 边框 */
 padding:10px; /* 内边距 */
 text-align: center; /* 文本居中 */
 text-decoration: none; /* 无下划线 */
 display: inline-block; /* 行内块元素 */
 font-size:16px; /* 字体大小 */
 margin:4px 2px; /* 外边距 */
 cursor: pointer; /* 鼠标指针 */
 border-radius:5px; /* 圆角按钮 */
 transition: background-color 0.3s, transform 0.2s; /* 动效 */
}

input[type="submit"]:hover {
 background-color: #0054FF; /* 悬停时背景色 */
 transform: scale(1.05); /* 悬停时放大效果 */
}

input[type="submit"]:active {
 background-color:#0054FF ; /* 点击时背景色 */
 transform: scale(0.95); /* 点击时缩小效果 */
}

hr {
 opacity:0.4; /* 设置透明度，范围从0到1，数值越小越淡 */
}

.nc{
    width:100%;
    height: 30px;
    
}
.pls{
    width:100%;
    height: 60px;
}