*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529; /* 默认文本颜色 */
    text-align: left;
    background-color: #fff; /* 默认背景色 */
}

a {
    text-decoration: none;
}

#app {
    width: 100%;
    min-height: 100vh;
    padding: .75rem;
    background-color: #f5f5f5;
    position: relative;
    max-width: 648px;
    margin: 0 auto;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.banner-swiper {
    width: 100%;
    border-radius: 6px;
}

.img-max {
    display: block;
    width: 100%;
}

.logo {
    width: 40%;
}

.tel {
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #ffffff;
    border-radius: 20px;
}

.tel img {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
}

.tel a {
    font-size: 1.2rem;
    color: #212529;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.nav-item {
    display: block;
    width: 25%;
    text-align: center;
    color: #212529;
    padding: 1rem 0;
}

.nav-item img {
    display: block;
    margin: 0 auto;
    width: 56px;
}

.school-header,
.lx-header,
.zx-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.school-header h1,
.lx-header h1,
.zx-header h1 {
    color: #212529;
    font-size: 1.25rem;
}

.school-header a,
.lx-header a,
.zx-header a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999999;
    color: #888888;
    border-radius: 6px;
    font-size: 14px;
}

.school-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
}

.school-item {
    display: block;
    width: 48%;
    background-color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.school-item h3 {
    padding: .7rem .5rem;
    color: #333333;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lx-img {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    overflow: hidden;
}
.lx-img img {
    display: block;
    width: 100%;
}
.lx-item h3 {
    text-align: center;
}

.lx-item {
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 6px;
    display: block;
    color: #333333;
}

.lx-item p {
    color: #888888;
}

.lx-line {
    height: 4px;
    width: 100%;
    background-color: #f5f5f5;
    margin-top: .75rem;
    margin-bottom: 1rem;
}

.zx-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.zx-body a {
    color: #888888;
}

.zx-item {
    background-color: #ffffff;
    padding: .75rem;
    border-radius: 6px;
    display: flex;
}

.zx-item .zx-lf {
    width: 60px;
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zx-item .zx-rf {
    flex: 1;
}

.zx-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.zx-title h3 {
    color: #212529;
    font-weight: 400;
    font-size: 1.15rem;
}
.zx-title img {
    display: inline-block;
    width: 24px;
}
.zx-item p {
    font-size: 14px;
}

.zx-line {
    width: 30px;
    height: 4px;
    background-color: #999999;
}

.footer {
    width: 100%;
    padding: .75rem;
    position: fixed;
    max-width: 648px;
    bottom: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-top: 1px solid #efefef;
    left: 50%;
    transform: translateX(-50%);
}

.footer-lf {
    width: 40%;
    text-align: center;
    display: inline-block;
    color: #333333;
}

.footer-lf img {
    display: block;
    width: 24px;
    margin: 0 auto;
}

.footer-rf {
    width: 60%;
    background-color: #FFD700;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    gap: 5px;
    justify-content: center;
    color: #333333;
}

.footer-rf img {
    display: block;
    width: 24px;
}

.about-banner {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.ab1 {
    width: 100%;
    overflow: hidden;
}

.ab1-header h1 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.ab1-body {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.ab1-body-head {
    padding: .75rem;
    background-color: #7C0A19;
    color: #ffffff;
    text-align: center;
}

.ab1-data {
    padding: 1rem;
    background-color: #ffffff;
}

.ab1-p {
    color: #888888;
    margin-bottom: 1rem;
}

.sub-head {
    background-color: #CC181D;
    padding: .75rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ab1-p1 {
    color: #888888;
}

.ab2-header h1 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.accordion .item {
    border-radius: 6px;
    overflow: hidden;
}
.accordion .title {
    padding: .75rem;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion .title img {
    display: inline-block;
    width: 24px;
}
.ab2-title {
    display: flex;
    align-items: center;
    gap: 6px;
}
.accordion .arrow {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.accordion .arrow.rotate {
    transform: rotate(90deg);
}

.accordion .des {
    display: none;
    padding: .75rem;
    background-color: #ffffff;
    color: #888888;
}
.ab3-header h1 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.ab3-data {
    background-color: #ffffff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ab3-data h3 {
    font-size: 1.15rem;
    font-weight: 400;
}
.ab3-data p {
    color: #888888;
}
.lxzx {
    width: 100%;
    overflow: hidden;
}
.lxzx-title {
    margin-bottom: 1rem;
}
.lxzx-title h3{
    font-size: 1.25rem;
    font-weight: 400;
}
.lxzx-date {
    color: #888888;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.lxgs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    margin-top: 1rem;
}
.sy1-box {
    padding: .75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.sy1 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}
.sy1-header {
    padding: .75rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.15rem;
}
.sy1-body {
    padding: .75rem;
    color: #888888;
}
.sy2-header h1 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.lxzx-content img {
    display: block;
    width: 100%;
}
.zy1 {
    padding: .75rem;
    overflow: hidden;
}
.zy1-header {
    padding: .7rem;
    text-align: center;
    color: #ffffff;
    background-color: #7C0A19;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 1.25rem;
}
.zy1-body {
    padding: 1rem;
    background-color: #ffffff;
}
.zy1-item h3 {
    font-weight: 400;
    color: #7C0A19;
    margin-bottom: 5px;
}
.zy1-item p {
    color: #888888;
}
.zy1-item {
    margin-bottom: 1rem;
}
.zy2 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    overflow: hidden;
}
.zy2-header h1 {
    font-size: 1.25rem;
    font-weight: 500;
}
.form {
    padding: 2rem;
}
.form input.form-input {
    display: block;
    padding: 12px 12px;
    min-height: 50px;
    border-radius: 6px;
    background-color: #ffffff;
    outline: none;
    border: none;
    width: 100%;
    margin-bottom: 1rem;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.form-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
input[type="checkbox"]:checked {
    background-color: #2196F3;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 14px;
}
.form-btn {
    display: block;
    width: 100%;
    background-color: #CC181D;
    border: none;
    min-height: 45px;
    border-radius: 6px;
    color: #ffffff;
    margin-top: 1rem;
}
.pages {
    padding: 1rem 0;
}
.pages a {
    color: #666666;
}