 
/* 容器样式 */
.scroll-container {
  height: 100px;
  overflow: hidden;
  position: relative;
  /* 移除 flex 相关属性 */
}

.scroll-img {
  position: absolute;
  left: 50%; /* 水平居中关键 */
  animation: scroll 1.5s linear infinite;
  transform: translateX(-50%); /* 水平居中补偿 */
  /* 移除 top: 0 */
}

@keyframes scroll {
  0% {
    transform: translate(-50%, -100%); /* 同时处理水平和垂直位移 */
  }
  100% {
    transform: translate(-50%, 100%);
  }
}

    
     
        img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 10px auto;
        }
        strong {
            font-weight: bold;
        }
        .underline {
            text-decoration: underline;
        }
        blockquote {
            margin: 15px 0;
            padding-left: 15px;
            border-left: 3px solid #ccc;
        }
        
        /* 新增选项样式 */
        .option-group {
            margin: 15px 0;
        }
        .option {
            display: block;
            padding: 10px 15px;
            margin: 5px 0;
            border: 1px solid #ddd;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .option:hover {
            background-color: #f0f8ff;
        }
        .option.selected {
            background-color: #e6f7ff; /* 淡蓝色 */
            border-color: #91d5ff;
        }
        .stred{
            color: red;
           font-weight: 900;
           font-size: 20px;
        }
        .stbule{
            color: rgb(0, 0, 255);
            font-size: 20px;
        }
        .stby{
            background-color: rgb(255, 255, 204);
        }
        .stn{
            background-color:#DF7988;
            color: white;
        }
        .info{
            font-size: 10px;
            text-align: right;
        }
        .bb {
    max-width: 720px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 100000;
    padding: 2px 0;
    border-top: 1px solid #eaebec;
}
.b1 {
    max-width: 720px;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 100000;
    padding: 6px 0;
    border-top: 1px solid #eaebec;
}
.header1212{position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;}

.header020{width: 100%;
    padding: 6px;
    border: none;
    background-color: #fff;
    line-height: 23px;
    font-size: 12px;
    color: #727171;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 1px 0 #fff;
    -webkit-box-shadow: 0 0 1px 0 #fff;
    box-shadow: 0 0 1px 0 #fff;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;}
.black000{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: red;
    margin: 15px 0;
    padding: 0;
    color: #000;
    text-align: left;
}
.comments {
    display: block;
    margin-bottom: 30px;
}
.comment {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
    margin-bottom: 15px;
}
.comment .ava {
        margin-right: 10px;
    }
    .comment p {
        margin-left: auto;
    }
    .comment p {
    margin-left: 60px;
    font-size: 14px;
    line-height: 18px;
}
.comment p.comm-date {
    color: #A8ABAE;
}
.comment p:last-child {
    margin-bottom: 0;
}
.comment p {
        margin-left: auto;margin-bottom: 10px;
    }
    .comment .ava {
    max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%;
}
.ramka {
    background: #c1ffc6;
    padding: 15px 10px;
    margin: 15px 0;
}
.fw600 {
    font-weight: 600;
}
.list1 {
    margin: 10px 0 15px;
    padding-left: 25px;
}
.list1 li {
    list-style: disc;
    font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.02em;
}
.table-title b {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 45px;
    padding: 5px 10px;
    background: #F72210;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
    z-index: 2;
    text-align: center;
}
.graph_block .table-small {
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
}

.ramka.gray {
    background: #efefef;
    border: 1px solid #333;
}
.ramka {
    background: #c1ffc6;
    padding: 15px 10px;
    margin: 15px 0;
}
.fw600 {
    font-weight: 600;
    font-size: 18px;
        line-height: 32px;
        letter-spacing: -0.02em;
}

    