/* 移动端样式 */
@media screen and (max-width: 768px) {
    .header{
        box-shadow: 0 0 0 0;
    }
    /* 导航栏样式 */
    .header-content {
        padding: 0 15px;
        position: relative;
        background-color: #fff;
    }

    .main-navs {
        position: fixed;
        top: 0;
        left: -30%;
        background: #2b2f36;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        z-index: 1000;
        width: 30%;
        height: 100%;
        display: block;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .main-nav{
        flex-direction: column;
        gap: 0;
        padding: 15px 0;

    }
    .main-nav.active {
        display: flex;
    }

    .nav-link {
        padding: 12px 20px;
        width: 100%;
        text-align: left;
        color: #ffffff;
        font-size: 16px;
        transition: background-color 0.2s;
    }

    .nav-link:hover,
    .nav-link.active {
        background-color: #f5f5f5;
        color: #00b38a;
    }

    .user-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    /* 汉堡菜单按钮 */
    .menu-toggle {
        display: block;
        width: 28px;
        height: 28px;
        position: relative;
        cursor: pointer;
        margin-right: 15px;
        padding: 4px;
        border-radius: 4px;
    }

    /* 地区筛选样式 */
    .location-filter {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 0;
        border:0;
        background: #62d5c8;
        display: none;
    }

    .filter-content {
        padding: 10px;
        white-space: nowrap;
    }

    /* 主内容区域样式 */
    .container {
        display: block;
        padding: 0;
        margin: 0;
    }
    .job-detail-wrapper{
        display: block;
    }
    .btn-login{
        color:inherit;
    }
    .home .left-nav {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0;
        display: none;
    }

    .nav-item {
        flex: 0 0 auto;
        /*padding: 8px 15px;*/
        margin-right: 10px;
        white-space: nowrap;
    }

    .middle-content {
        width: 100%;
        margin: 0;
    }

    .right-content {
        width: 100%;
        margin-top: 0;
    }

    /* 职位列表样式 */
    .job-item {
        padding: 10px;
        border: 0;
        border-bottom: 5px;
        margin-bottom: 10px;
        box-shadow: 1px 10px 10px 0 rgba(0, 0, 0, 0.05);
    }
    .job-detail-card{
        box-shadow: 0 0 0 transparent;
        padding: 10px;
    }
    .job-header {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .job-title-wrapper {
        flex: 1;
    }

    .job-title {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .job-salary {
        font-size: 18px;
        color: #00b38a;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .job-tags {
        display: flex;
        flex-wrap: wrap;
        margin: 12px 0;
        gap: 12px;
    }

    .tag {
        font-size: 14px;
        line-height: 1.5;
        color: #666;
        position: relative;
    }

    .tag:not(:last-child)::after {
        content: '·';
        margin: 0 8px;
        color: #ddd;
    }

    .company-info {
        display: flex;
        align-items: center;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        justify-content: space-between;
    }

    .company-logo {
        width: 48px;
        height: 48px;
        margin-right: 12px;
        border-radius: 6px;
        overflow: hidden;
        border:0;
    }

    .company-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .company-basic {
        flex: 1;
    }

    .company-name {
        font-size: 15px;
        color: #333;
        font-weight: 500;
        margin-bottom: 0;
    }

    .company-meta {
        font-size: 12px;
        color: #999;
    }

    /* 职位详情页样式 */
    .job-header-bg {
        padding:10px;
        background: #62d5c8;
        margin-bottom: 0;
    }

    .job-detail-card .job-title-row {
        align-items: flex-start;
        margin-bottom: 0;
        width: auto;
    }

    .details .job-title {
        font-size: 20px;
        margin-bottom: 8px;
        color:#fff;
    }

    .details .job-salary {
        font-size: 18px;
        font-weight: 500;
        color:#fff;
    }
    .job-header-main{
        display: block;
    }
    .job-title-actions {
        width: 100%;
        justify-content: space-between;
        margin-top: 16px;
        gap: 12px;
    }

    .btn-favorite,
    .btn-apply {
        flex: 1;
        padding: 10px 0;
        text-align: center;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.3s ease;
        background-color: #fff;
        color: #00b38a;
        border: none;
    }

    .btn-apply {
        background-color: #00b38a;
        color: #fff;
    }

    .job-meta {
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
    }

    .job-meta-item {
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 13px;
    }

    .job-requirements {
        padding: 16px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: none;
        border: 1px solid #eee;
    }
    .job_title{
        display: none;
    }
    .job_main .job-tags{
        width: 100%;
        height: auto;
        overflow: hidden;
        display: inline-block;
        text-align: left;
    }
    .job_main .job-tags span {
        display: inline-block;
        font-size: 11px;
        border: 1px #fff solid;
        color: #fff;
        border-radius: 10px;
        padding: 0 8px;
        height: 22px;
        line-height: 22px;
        margin-right: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 185px;
    }
    .job-list{
        display: block;
        padding: 10px;
    }
    .location{
        display: inline-block;
        font-size: 11px;
        border: 1px #fff solid;
        color: #fff;
        border-radius: 10px;
        padding: 0 8px;
        height: 22px;
        line-height: 22px;
        margin-right: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 185px;
        background: transparent;
    }
    .home .right-content{
        display: none;
    }
    .logo{
        position: relative;
        padding-top: 10px;
    }
    .logo span{
        font-size: 26px;
        color:#ffffff;
    }
    .Expand{
        display: block;
        height:60px;
        margin-right: 10px;
    }
    .Expand svg{
        width: 28px;
        height: 60px;
        fill: #666;
    }
    .wrapper.expanded{
        transform: translateX(30%);
        overflow-y: initial;
    }
    .wrapper{
        transition: all 0.3s ease;
        height: calc(100vh);
        overflow-y: auto;
    }
    body{
        overflow: hidden;
    }
    .mobile-filter{
        padding: 10px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-filter .span{
        display: inline-block;
        padding: 2px 8px;
        color:#666;
    }
    .mobile-filter-right .span{
        background-color: #f5f7fa;
    }


    .mobile-filter-right .span.active{
        color:#00b38a;
    }
    .mobile-filter-left .span.active{
        color:#000000;
    }
    .footer-social{
        position: relative;
        text-align: left;
        padding:0 10px;
    }
    .footer-social p{
        text-align: left;
    }
    .footer-about,.copyright{
        display: none;
    }
    .middle-content-main{
        height: auto;
    }
    .footer-icon{
        display: none;
    }
    .logo img{
        height: auto;
    }
    .nav-item .title{
        padding: 10px;
    }
    .left-nav{
        width: 100%;
        border-radius: 0;
    }
}
