@charset "utf-8";
/* CSS Document */
body {
    background-color: #F7D577;
    padding-left: 10px;
    padding-right: 10px;
}

.container {
    display: flex;
    justify-content: center; /* 水平居中 */
    overflow: hidden; /* 防止平铺溢出 */
    width: 100%;
}

#div_6 {
    background-color: white;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
}

#div_6_1 {
    margin-top: 20px;
}

#div_6_2 {
    text-align: center;
    color: blue;
}

#div_6_3 {
    text-align: center;
    color: blue;
    font-size: 25px;
    font-weight: bold;
}

#div_6_4 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}


#div_7 {
    margin-top: 20px;
    color: white;
    background-color: white;
    color: #636363;
    border-radius: 10px;
    margin-bottom: 50px;
}

#div_7_1 {
    font-size: 12px;
    margin: 20px;
    text-align: center;
    line-height: 18px;
}

    #div_7_1 span {
        color: blue;
    }

    #div_7_1 #span_1 {
        font-size: 20px;
        font-weight: bold;
    }

.container img {
    max-width: 100%; /* 水平平铺关键属性 */
    max-height: 100%; /* 垂直平铺关键属性 */
    object-fit: cover; /* 保持比例填充 */
}
