.yc-search{
    /*width: 120px;*/
    /*height: 42px;*/
    /*border-radius: 4px;*/
    /*background: #2B68DE;*/
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*justify-content: center;*/
}
.el-input-group__append span{
    margin-left: 5px !important;
}
.u-font-10{
    font-size: 10px !important;
}
.common_bg_con{
    padding: 0px 0px;
   
    border-radius: 10px;
    box-sizing: border-box;
}
.one-tag {
    color: #6067E8;
    font-size: 12px;
    padding: 1px 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid #E5D9FF;
    background: #F3EDFF;
}
.two-tag{
    border: 1px solid rgba(60, 200, 207, 0.50);
    background: rgba(60, 200, 207, 0.10);
    color: #17B4BF;
}
.three-tag {
    border-radius: 2px;
    border: 1px solid #FFDDC8;
    background: #fffaf8;
    overflow: hidden;
    color: #FF9D75;
    padding: 1px 7px;
}
.news_list_li:first-child{
    padding-top: 4px;
    padding-bottom:8px;
}
.news_list_li:last-child{
    padding-top:6px;
    padding-bottom: 4px;
}
.school-box:first-child{
    padding-top: 0;
    padding-bottom:2px;
}
.school-box:last-child{
    padding-top:6px;
    padding-bottom: 0px;
}
.u-line-color {
    color: #d7d7d7;
}
/* 弹窗背景遮罩样式 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* 默认隐藏 */
    z-index: 999;
    /* 弹性布局实现垂直居中 */
    display: none;
    align-items: center;
    justify-content: center;
}

/* 弹窗内容样式 - 优化居中显示 */
.popup {
    width: 600px;
    height: 392px;
    max-width: 90%; /* 响应式设计 */
    border-radius: 8px;
    text-align: center;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    /* 备选居中方案，适用于不支持flex布局的浏览器 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("https://www.lsj086.com/home/underUpgrade.png") no-repeat;
    background-position: center;
    background-size: 100% 100%;
    box-sizing: border-box;
}

/* 关闭按钮样式 */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 30px;
    color: #999;
    background: none;
    border: none;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #333;
}
.img-h-109{
    height:109px!important
}