#myFooter {
    background-color: #d4c0f1;
    color: #ffffff;
    font-size: 18px;
    padding-top: 15px;
    margin-top: 10px;
    z-index: 10;
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
}

#myFooter .footer-copyright {
    background-color: #daa45a;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 10px;
    width: 100%;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #01b9da;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h4 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #01b9da;
}

#myFooter a {
    color: #000000;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #000000;
}

#myFooter .btn {
    color: #000000;
    background-color: #AC3E31;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}

@media (min-width: 768px){
.col-sm-7 {
    width: 15%;
}
}

.container {
    background-color: #f9f9f9; /* 背景色 */
    padding: 40px; /* 增加内边距 */
    border-radius: 10px; /* 圆角 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
    margin: 30px auto; /* 外边距 */
    max-width: 3000px; /* 增加最大宽度 */
}

.logo img {
    transition: transform 0.3s; /* 平滑动画 */
}

.logo img:hover {
    transform: scale(1.05); /* 鼠标悬停时稍微放大 */
}


/* 页脚文字改为更醒目的白色 */
.footer {
  background-color: #006a68;
  color: white;
  padding: 20px 0;
  margin-top: 40px;
  border-radius: 8px 8px 0 0;
}


/* 按钮颜色优化 */
.btn-primary {
  background-color: #e1e1e1;
  border-color: #1565c0;
}

.btn-primary:hover {
  background-color: #e1e1e1;
  border-color: #0d47a1;
}

/* 访问量计数器样式 */
.visit-counter {
  background-color: rgba(255,255,255,0.2);
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  border: 1px solid rgba(255,255,255,0.3);
}
