*{
    padding: 0;
    margin: 0;
}
html{
    font-size: 62.5%;
}

/*导航条*/


.glyphicon-home:before {
    content: "\e021";
}

.navdiv{
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navdiv img{
    max-width: 50%;
    max-height: 50%;
}

.m_custom-button {
    background-color: #F1F0F9; /* 按钮背景蓝色 */
    color: black; /* 按钮文字颜色 */
    font-size: 16px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px; /* 圆角效果 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 按钮阴影 */
    cursor: pointer; /* 鼠标悬停效果 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.m_custom-button:hover {
    background-color: #beb9e3; /* 鼠标悬停时更深的蓝色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* 悬停时阴影加深 */
}

.m_custom-button a {
    color: black; /* 链接文字颜色与按钮一致 */
    text-decoration: none; /* 去掉下划线 */
}

.m_custom-button a:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}


.c_custom-button {
    background-color: #F0F9F9; /* 按钮背景蓝色 */
    color: black; /* 按钮文字颜色 */
    font-size: 16px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px; /* 圆角效果 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 按钮阴影 */
    cursor: pointer; /* 鼠标悬停效果 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.c_custom-button:hover {
    background-color: #b9e3e3; /* 鼠标悬停时更深的蓝色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* 悬停时阴影加深 */
}

.c_custom-button a {
    color: black; /* 链接文字颜色与按钮一致 */
    text-decoration: none; /* 去掉下划线 */
}

.c_custom-button a:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}

.m_custom-button-example {
    background-color: #F1F0F9; /* 按钮背景蓝色 */
    color: black; /* 按钮文字颜色 */
    font-size: 24px;
    width: 100%;
    height: 40px;
    border: 0.25px solid #000;
    border-radius: 8px; /* 圆角效果 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 按钮阴影 */
    cursor: pointer; /* 鼠标悬停效果 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.m_custom-button-example:hover {
    background-color: #beb9e3; /* 鼠标悬停时更深的蓝色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* 悬停时阴影加深 */
}

.m_custom-button-example a {
    color: black; /* 链接文字颜色与按钮一致 */
    text-decoration: none; /* 去掉下划线 */
}

.m_custom-button-example a:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}



.c_custom-button-example {
    background-color: #F0F9F9; /* 按钮背景蓝色 */
    color: black; /* 按钮文字颜色 */
    font-size: 24px;
    width: 100%;
    height: 40px;
    border: 0.25px solid #000;
    border-radius: 8px; /* 圆角效果 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* 按钮阴影 */
    cursor: pointer; /* 鼠标悬停效果 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.c_custom-button-example:hover {
    background-color: #b9e3e3; /* 鼠标悬停时更深的蓝色 */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* 悬停时阴影加深 */
}

.c_custom-button-example a {
    color: black; /* 链接文字颜色与按钮一致 */
    text-decoration: none; /* 去掉下划线 */
}

.c_custom-button-example a:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}






