html{
    margin: auto;
}
*{
    z-index:20;
    font-family: "PingFang SC";
    box-sizing: border-box;
}
a{
    color: #333;
}
body {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}
.page {
    width: 7.5rem;
    margin: 0px !important; 
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    font-size: 0.28rem;
    color: #333;
    padding-bottom: 0.6rem;
}

 
/* 顶部背景图和文字logo */
.top_back{
    padding: 0.70rem  0.24rem 0.24rem 0.24rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    position: relative;
    margin: auto;
    background-image: url("https://imgbdb4.bendibao.com/xcxbdb/20243/13/2024313132605_90623.png");
    background-position:center center;
    background-size: auto 100%; 
    min-height: 2.5rem;
    background-repeat: no-repeat;  
    width: 100%;  
    height: fit-content;
}

.top_back .tips{
    width: fit-content;
    height: 0.44rem; 
    line-height: 0.44rem;
    font-size: 0.22rem;
    color: #4587F8;
    border-radius: 6px;
    background: #FFF;
    padding: 0px 0.14rem;
    margin-top: 0.18rem;
    margin-bottom: 0.4rem; 
}
 
.top_back H1{
    color: white;
    text-shadow: 0 4px 8px #085edf99;
    font-family: "Microsoft YaHei"; 
    font-style: normal;
    font-weight: Bold;
    line-height: normal;
    letter-spacing: 2.6px; 
    font-size: 0.5rem;
    margin-bottom: 0;
    margin-top: 0;
}
.top_back .logo{
    position: absolute;
    top: 0.29rem;
    left: 0.24rem;
    width: 0.88rem;
    height: 0.35rem;
}
.top_back .line_bar{ 
    position: absolute;
    left: 0.24rem;
    bottom: 0.6rem;
    width: 0.96rem;
    height: 0.1rem;
    border-radius: 55px;
    background: linear-gradient(90deg, #9AE1FD 0%, #FFE641 100%);
}
.top_back .border_line{
    background-color: #fff;
    height: 0.26rem;
    width: 7.5rem;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 0.1rem  0.1rem  0 0  ;
}

/* 导航条样式 */
.nav-bar {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    margin: 0.2rem 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 0.1rem;
}

.nav-item {
    flex: 1;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 0.28rem;
    padding: 0.12rem 0;
    text-decoration: none;
    position: relative;
}

.nav-item.active {
    color: #fff;
    font-weight: 500;
}

.nav-item.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.4rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 0.02rem;
}

.nav-item span {
    position: relative;
    z-index: 2;
}

/* 面包屑 */
.crumbs {
    font-size: 0.28rem;
    color: #333;
    padding: 0 0.24rem; 
    padding-bottom: 0;
    background-color: white;
}
.crumbs a{
    color: #333;
}

/* 主要内容 */
.main_content{
    padding: 0.24rem;
    padding-bottom: 0.1rem;
    background-color: #fff;
}

/* 月历 */
.month_info_box{
    margin-bottom: 0.5rem;
}

.month_name{
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.month_name img{
    width: 0.39rem;
    height: 0.28rem;
    margin-right: 0.1rem;
}

.table_outer{
    margin-bottom: 0.3rem;
    background-color: #f3f8ff;
    border-radius: 0.2rem;
    padding-bottom: 0.24rem;
}
.table_type_name{
    border-radius: 0.2rem 0 0.2rem 0; 
    width: fit-content;
    padding: 0 0.24rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    color: white;
    font-size: 0.26rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.table_type_name.type1{
    background-color: #68a4f8;
}
.table_type_name.type2{
    background-color: #6275d8;
}
.table_type_name.type3{
    background-color: #62d883;
}
.table_type_name.type4{
    background-color: #d86262;
}

.table_type_name.type5{
    background-color: #FF5934;
}

.table_type_name.type6{
    background-color: #f9a33e;
}

/* 我的表格 */
.my_table{ 
    border: none;
    border-collapse:collapse;
    font-size: 0.26rem;
}
.my_table  td{
    text-align: center;
}
.my_table  tr{
    text-align: center; 

}
.my_table tr td{
    height: 0.68rem;
}

.my_table .table_head td{
    white-space: nowrap;
    color: #666 ;

}
.my_table tr td{
    border-color: #f3f8ff;
/* border-color: #4572FF; */
    white-space: wrap;
    word-break: break-all;
    max-width: 1.80rem;
    padding: 0.16rem 0.14rem;
}
.my_table tr td a{
color: #333;
}
.my_table tr .grey_td{
    color: #999999;
}

/* 资讯 */
.news_box{ 
    
}

.news_title{
    display: flex;
    align-items: center; 
    font-size: .36rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.news_box .news_title img{
    width: 0.23rem;
    height: 0.34rem;
    margin-right: 0.20rem;
}

.news_box .news_list{
    background-color: #f3f8ff;
    border-radius: 0.2rem;
    padding: 0.16rem 0.28rem ;
}

.news_box .news_list li{
    padding:  0.15rem 0;
    display: flex;
    align-items: center;
}
.news_box .news_list li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.news_box .news_list li::before{
    content: "";
    display: block;
    max-width: 0.15rem;
    min-width: 0.15rem;
    height: 0.15rem;
    background-color: #86b5ff;
    border-radius: 50%;
    margin-right: 0.18rem;
}


.city_kaoshi{
    display: flex;
    flex-wrap: wrap;
    background-color: #f3f8ff;
    border-radius: 0.2rem;
    padding: 0.16rem 0.28rem ;
}
.city_kaoshi li{
    margin-right: 0.30rem;
    font-size: 0.28rem;
    /* background-color: pink; */
    padding:  0.15rem 0;
    width: 1.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.city_kaoshi li:nth-child(3n){
    margin-right: 0;
}






  






.myblue{
    color: #4572FF !important;
}
.link_button{
    padding:0.05rem 0.2rem;
    font-size: 0.24rem;
    background-color: #e2eeff;
    border-radius: 1rem;
}



 
.nav_box{
    background-color: #fff;
    border-radius: 0.14rem;
    padding: 0.24rem;
    padding-bottom: 0.30rem;
    margin: 0 0.24rem;
    margin-top: 0.20rem;
  
}
.nav_tilte{
    font-size: 0.3rem;
    font-weight: 600;
    padding-bottom: 0.24rem;
    border-bottom: 1px solid #68a4f8;
    margin-bottom: 0.24rem;
}

.nav_box_outer{
    /* display: flex;
    flex-wrap: wrap; */
}
.nav_part{
    width:100%; 
    /* margin-right: 0.16rem; */
    margin-bottom: 0.16rem;
    border-radius: 0.14rem;
    background-color: #f5f5f5;

}

.part_title{
    font-size: 0.28rem;
    font-weight: 600;
    margin-bottom: 0.16rem;
    padding-left: 0.16rem;
    padding-right: 0.16rem;
    padding-top: 0.16rem;
}
.nav_part ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.24rem;
    padding-right: 0.16rem;
}
.nav_part ul li{
    margin-left: 0.16rem;
    margin-bottom: 0.16rem;
}
.nav_part ul li a{
    color: #444;
}


 body{
     max-width: 7.5rem;
 }
footer{
    display: block;
}
.footer-info{
    font-size: 0.24rem;
    color: #666;
}
.footer-info .link a{
    font-size: 0.24rem;
    color: #666;
}
nav .topnav li.title a{
    line-height: 50px !important;
}

.table_type_name{
    line-height: 0.54rem !important;
}


nav #menu ul.menu li a{
    line-height: 35px !important
}
nav .topnav{
    background: #2d73ff;
    border-bottom: 1px solid #3a7dff;
}
nav .menu li{
    font-size: 16px;
}

 .weui-mask {
     position: fixed;
     z-index: 1000;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.6);
 }

.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0.06rem;
    overflow: hidden;
}

.weui-dialog__hd {
    padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
    font-weight: 400;
    font-size: 0.36rem;
}

.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 0.8rem;
    font-size: 0.28rem;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #808080;
    text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
    padding: 0.3rem 0.4rem 1.7em;
    color: #353535;
}

.weui-dialog__ft {
    position: relative;
    line-height: 0.96rem;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.02rem;
    border-top: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #09BB07;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.weui-dialog__btn:active {
    background-color: #EEEEEE;
}

.weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    bottom: 0;
    border-left: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
    display: none;
}

.weui-dialog__btn_default {
    color: #353535;
}

.weui-dialog__btn_primary {
    color: #09BB07;
    font-size: 0.32rem;
    line-height: 0.8rem !important;
}
.weui-dialog__bd img{
    height: auto !important;
    margin-top: 0.1rem;
}

body{
    padding-bottom: 1.1rem;
}
.daofen_footer_btn a {
    line-height: 0.8rem !important;
    background-color: #3b6ceb;
    font-size: 0.32rem;
    border-radius: 0.8rem;
    text-align: center;
    color: #fff;
}
.daofen_footer_btn{
    border-top: 1px solid rgb(240, 240, 240);
    padding-bottom: 0.30rem;
}
.other-city{
    width: 50%;
}

.gonggao-box{
    padding: 0.24rem;
}

.tab-header {
display: flex;
margin-bottom: 0.2rem;
background: #fff;
border-radius: 0.1rem;
padding: 0.06rem;
box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.05);
}

.tab-item {
flex: 1;
text-align: center;
padding: 0.125rem;
font-size: 0.28rem;
color: #666;
cursor: pointer;
border-radius: 0.075rem;
transition: all 0.3s;
font-weight: 500;
max-width: 33%;
}

.tab-item.active {
background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
color: white;
}

.tab-content {
display: none;
padding: 0.188rem;
background: #fff;
border-radius: 0.1rem;
box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.05);
margin: 0.2rem 0;
}

.tab-content.active {
display: block;
}

.article-list {
list-style: none;
margin: 0;
padding: 0;
}

.article-item {
    padding: 0.15rem 0;
    border-bottom: 0.0125rem solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

/* 移除圆点样式 */
.article-item::before {
    display: none;
}

.article-link {
    color: #333;
    text-decoration: none;
    font-size: 0.26rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0; /* 移除左侧padding */
    margin-bottom: 0.08rem;
}

.article-info {
    display: flex;
    justify-content: space-between;
    padding-left: 0; /* 移除左侧padding */
    font-size: 0.20rem;
    color: #999;
    line-height: 1.2;
}

.article-time {
    color: #999;
}

.article-source {
    color: #999;
}

/* 考试安排tab样式 */
.exam-tab-header {
    display: flex;
    margin-bottom: 0.2rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.06rem;
    box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.05);
}

.exam-tab-item {
    flex: 1;
    text-align: center;
    padding: 0.125rem;
    font-size: 0.28rem;
    color: #666;
    cursor: pointer;
    border-radius: 0.075rem;
    transition: all 0.3s;
    font-weight: 500;
    max-width: 50%;
}

.exam-tab-item.active {
    background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%);
    color: white;
}

.exam-tab-content {
    display: none;
}

.exam-tab-content.active {
    display: block;
}

.index-summary {
    background: linear-gradient(to right, #2b99ff, #2b99ff);
    margin-bottom: 0.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.25rem;
}

.index-summary li {
    float: left;
    width: 50%;
    text-align: center;
}

.index-summary li span {
    display: block;
    color: #fff;
    font-size: 0.30rem;
}

.index-summary li span i {
    font-size: 0.4rem;
    color: #fff;
}

.index-summary li p {
    margin: 0;
    color: #fff;
    font-size: 0.30rem;
}

.region-nav {
    background: #fff;
    padding: 0.25rem;
    border-top: 0.02rem solid #efefef;
    border-bottom: 0.02rem solid #efefef;
    margin-bottom: 0.25rem;
}

.region-nav ul {
    overflow: hidden;
    padding: 0.125rem 0;
    position: relative;
}

.region-nav ul:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 0.02rem;
    background: #efefef;
    transform: scaleY(0.5);
    transform-origin: 0 0;
}

.region-nav ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 0.125rem;
}

.region-nav ul li h5 {
    margin: 0;
    font-size: 0.32rem;
}

.region-nav ul li h5 a {
    font-weight: 400;
    color: #333;
    line-height: 0.55rem;
}

.region-nav ul li span {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #fa4628;
}

.region-nav ul li span i {
    padding-left: 0.125rem;
}

.region-nav ul li p {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.4rem;
    margin: 0;
}

.region-nav ul li p i {
    padding-left: 0.125rem;
}

.region-nav ul li ~ li {
    position: relative;
}

.region-nav ul li ~ li:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 0.02rem;
    height: 50%;
    margin-top: -25%;
    background: #efefef;
    transform: scaleX(0.5);
    transform-origin: 0 0;
}

.region-nav ul:last-child:before {
    display: none;
}

.clearfix{
    clear: both;
    overflow: hidden;
}

.no_data{ text-align: center; color: #999; font-size: 0.28rem; padding: 0.2rem 0; }