a{
    text-decoration: none;
}
/*底部导航栏*/
.footer{
    width: 100vw;
    height: 65px;
    background: #FFFFFF;
    border-radius: 0 0 0 0;
    opacity: 1;
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 10;
}
/*底部导航栏*/
/*大潮汕*/
.one{
    position: absolute;
    left: 20vw;
}
.one_sel{
    border-radius: 0 0 0 0;
    opacity: 1;
}
.one_yes{
    display: flex;
    align-items: center;
    justify-content: center;
}
.one_yes img{
    margin: 5px;
    width: 28px;
    height: 28px;
    border-radius: 0 0 0 0;
    opacity: 1;
}
.one_sel p{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #B35751;
    line-height: 14px;
    text-align: center;
}
/*栏目（底部）*/
.two{
    position: absolute;
    left: calc(50vw - 15px);
    text-align: center;
}
.two_sel{
    border-radius: 0 0 0 0;
    opacity: 1;
}
.two_yes{
    display: flex;
    align-items: center;
    justify-content: center;
}
.two_yes img{
    margin: 5px;
    width: 28px;
    height: 28px;
    border-radius: 0 0 0 0;
    opacity: 1;
}
.two_sel p{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #424740;
    line-height: 14px;
    text-align: center;
}
/*族谱*/
.three{
    position: absolute;
    right: 20vw;
}
.three_sel{
    border-radius: 0 0 0 0;
    opacity: 1;
}
.three_yes{
    display: flex;
    align-items: center;
    justify-content: center;
}
.three_yes img{
    margin: 5px;
    width: 28px;
    height: 28px;
    border-radius: 0 0 0 0;
    opacity: 1;
}
.three_sel p{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    text-align: center;
}

/*栏目*/
.column{
    width: 100vw;
    position: fixed;
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    z-index: 15;

}
.col_kong{
   position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 10;
}
.bugun{
    width:100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#FFFFFF;
    z-index: 50;
}
/*头部搜索*/
.col_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    height: 36px;
}
/*左*/
.col_header_left{
    display: flex;
    align-items: flex-end;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}
.col_header_left img{
    width: 50px;
    vertical-align: middle;
    border-radius: 50%;
    flex:1;
}
.col_header_left span{
    margin-bottom: 10px;
    
    width: 37px;
}
/*右*/
.col_header_right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    flex:1;
}
.col_header_right form{
    display: flex;
    justify-content: space-between;
    border: 2px solid #fed767;
    border-radius: 20px;
    padding: 1% 1% 1% 5%;
    width: calc(100vw - 150px);
    height: 25px;
    margin-left: 25px;
}
.col_header_right form input:first-child{
    border: none;
    width: 100%;
    outline: none;
    font-size: 14px;
}
.col_header_right form input:last-child{
    width: 50px;
    height: calc(25px - 2%);
    background: linear-gradient(to top, #eb7d32, #e58b44);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 0 10px;
    font-size: 13px;
}
/*中间内容*/
.col_con{
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 17px 10px;
    flex-wrap: wrap;
}
.col_con a{
    text-decoration: none;
    color: #333333;
}
/*大分类上的小分类*/

.col_con_learn{
    width: 100%;
    display: block;
    flex-wrap: wrap;/*主轴满了换行*/
    justify-content: flex-start;
    flex-direction: row;
    box-shadow: 0 0 4px #d7d7d7;
    padding-top: 10px;
    padding-left: 2%;
    max-height: 110px;
    overflow-y: scroll;/*无论是否溢出，都显示滚动条*/
}
.col_con_learn a{
    display: inline-block;
/*    width: 23%;*/
    box-sizing: border-box;
    margin-right: 1%;
    border-radius: 5px;
    text-align: center;
    padding: 8px 9px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    border: 1px solid #fadc88;
    flex-wrap: wrap;
}
.col_con_learn a:nth-child(4n){
    margin-right: 0;
}
.col_con_learn a b{
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.col_con_learn_b b{
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*分类*/
.col_sort {
    width: 100%; /* 将宽度设置为 100% */
    margin: 17px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* 可根据需要调整对齐方式 */
    overflow-x: scroll; /* 使用 scroll 值实现横向滚动条 */
    font-weight: 600;
    white-space: nowrap; /* 防止内容换行 */
}
.col_sort a{
    margin-right: 8px;
    margin-bottom: 17px;
    border-radius: 8px;
}
.sort{
    display: inline-block;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #fadc88;
    background-color: #f1f2f2;
}
.sort span{
    width: 80px;
}
.click{
    color: #d84718!important;
    background-color: #fed867!important;
    font-weight: 600!important;
}
/*我的*/
.sol_main{
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 80px;
    border: 1px solid #fadc88;
    padding: 15px 10px;
    border-radius: 8px;
    background-color: #f1f2f2;
    font-weight: 600;
    margin-bottom: 17px;
    margin-right: 10px;
}
.bugun a{
    text-decoration: none;
    color: #333;
}
.bugun .col_sort a:last-child{
    margin-right: 23px;
}
/*收起菜单*/
.sol_ret{
    display: inline-block;
    position: relative;
    bottom: 0;
    background: linear-gradient(to bottom, #f7c2a3,#fff);
    padding: 13px 0 2px 0;
    justify-content: center;
    align-items: center;
    color: #72685f;
    font-weight: bold;
    font-size: 15px;
}
.sol_ret span{
    display: block;
    width: 100vw;
    text-align: center;
}
/*返回上一步*/
.back_shang{
    width: 53.3px;
    height: 53.3px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 50%;
    opacity: 0.7;
    z-index: 1;
    position: fixed;
    left: 8px;
    bottom: 72px;
}
/*返回顶部*/
.back{
    width: 53.3px;
    height: 53.3px;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    border-radius: 50%;
    opacity: 0.7;
    z-index: 1;
    position: fixed;
    right: 8px;
    bottom: 72px;
}
.sel{
    width: 35.3px;
    height: 35.3px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px;
}
.sel img{
    width: 20.8px;
    height: 26px;
    opacity: 1;
}