/* 国家和地区选择区域样式 */
.text_msg {
    margin-top: 2rem; /* 从 index.html 提取 */
    padding: 0; /* 从 index.html 提取 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.text_msg .ll {
    font-weight: bold;
}

.text_msg .rr {
    color: #337ab7;
    cursor: pointer;
}
