@font-face {
    font-family: 'ByteFont';
        src: url('fonts/DouyinSansBold.ttf') format('truetype');}
@font-face {
    font-family: 'Kuaile';
        src: url('fonts/ZhanKuKuaiLeTi2016XiuDingBan-1.ttf') format('truetype');
    }
@font-face {
    font-family: 'xing';
        src: url('fonts/AiDianGanFengXingShu1008-2.ttf') format('truetype');
    }
@font-face {
    font-family: 'xing2';
        src: url('fonts/DuanNingYingBiXingShu-2.ttf') format('truetype');
    }

p {
    font-family: 'ByteFont', '微软雅黑', 'Arial', sans-serif;
    }
a {
    font-family: 'Kuaile', '微软雅黑', 'Arial', sans-serif;
    }
h1 {
    font-family: 'xing2',sans-serif!important; 
    }

/* 响应式图片 */
.responsive-img {
    border-radius: 8px; /* 圆角 */
}

/* 通用样式 */
body {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    /* margin: 0;
    padding: 0; */
}

.header {
    background-color: #ffffff;
    color: white;
    text-align: center;
}

.main-content {
    padding: 10px;
    text-align: center;
    font-size: 1.5em; /* 设置字体大小为父元素字体大小的1.5倍 */
    
    
}

.footer {
    /* color: rgb(203, 224, 228); */
    text-align: center;
    padding: 2px;
    position: fixed;
    width: 100%;
    bottom: 20px;
    /* font-size: 10px; */
    /* font-family: ByteFont; 设置字体 */
    height:12px;
}
.footer-home{
    
    color: rgb(160, 200, 208);
    position: fixed; /* 固定在页面的左下角 */
    bottom: 10px; /* 距离页面底部 px */
    left: 30px; /* 距离页面左侧 px */
}
.footer-plan{
    
    color: rgb(160, 200, 208);
    position: fixed; /* 固定在页面的左下角 */
    bottom: 10px; /* 距离页面底部 px */
    left: 117px; /* 距离页面左侧 px */
}
a{
    text-decoration: none; /* 去除下划线 */
    
}
.line::before {
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    width: 100%;
    margin: -10px 0;
    margin-left: -20px;
    left: -20px;
    padding: 0;
}

.lines { 
    font-family: ByteFont;
    font-size: 1.5em;
}


  