/* .img{
    top:5px;
    width: 25px;
    height: 30px;
}
.img:hover{
    transition: transform 0.2s ease;
} */
.result {
    width:100%;
    height:100px;
    color: #000;
    text-align: right;
    background-color: antiquewhite;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.3);
}
.result-container {
    position: relative;
    width: 100%;
    height: 100px; /* 根据需要调整容器高度 */
    padding: 0px;
}
.result0 {
    position: absolute;
    top: 3px;
    left: 20px; /* 调整为左上角 */
    text-align: left;
    font-size: 15px;
    /* font-weight: bold; */
}
.result1 {
    position: absolute;
    top: 25px;
    left: 5px; /* 调整为左上角 */
    text-align: left;
    font-size: 24px;
    white-space: pre-wrap; /* 允许换行 */
    word-wrap: break-word; /* 确保长单词可以换行 */
    width: 95%; /* 设置宽度以允许换行 */
    height: 50px; /* 设置高度以限制显示高度 */
    overflow: hidden; /* 确保内容不会超出容器 */
    text-overflow: ellipsis; /* 对溢出的文本使用省略号 */
}
.result2 {
    position: absolute;
    bottom: 3px;
    right: 5px; /* 调整为右下角 */
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}
.getbtn {
    width: 60px;
    height: 40px;
    padding: 10px;
    border: none;
    background-color: #4b4c55;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin: 0 5px; /* 添加间距 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: inline-block;
}
.getbtn:hover {
    background-color: #6a6cec;
}
.len{
    width: 134px;
}
.color1{
    background-color: #7c7e81; /* 4b4c55 007bff*/
}
.color2{
    background-color: #436496; /* 4b4c55 007bff*/
}