body {
    font-family: Arial, sans-serif;
    color: #1d5ba9;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

a {
  color: inherit;        /* 继承父元素的文字颜色 */
  text-decoration: none; /* 移除下划线 */
  transition: color 0.3s, background-color 0.3s; /* 添加平滑过渡效果 */
}

a:hover {
  color: #6A5ACD;         /* 鼠标悬停时的文字颜色 */
  background-color: #f0f0f0; /* 鼠标悬停时的背景色 */
}

.tab0 {
    position: absolute; right: 0; margin-right: 180px;
}

.tab1 {
    position: absolute; right: 0; margin-right: 130px;
}

.tab2 {
    position: absolute; right: 0; margin-right: 80px;
}

.tab3 {
    position: absolute; right: 0; margin-right: 30px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.logo h1 {
    font-size: 24px;
    color: #1d5ba9;
    margin: 0;
}


.flex-container {
    align-items: center;
    text-align: center;
}

.flex-item {
    flex: 1 1 50%;
    padding: 10px;
}

.hero {
    text-align: left;
    background-color: #ffffff;
    margin-bottom: 20px;
    width: 100%;
}


.features {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #337ab7;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
}

.visit-count {
    font-size: 14px;
    color: #999;
}

.mitext {
    color:#888888;
    font-size: 12px;
}

