/* 仅在移动端显示 */
@media screen and (max-width: 768px) {
    .fixed-bottom {
        display: flex !important;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {
    /* 基础移动端样式 */
    body, html {
        width: 100%;
        overflow-x: hidden;
        -webkit-text-size-adjust: none;
        font-size: 16px;
        line-height: 1.6;
    }
    .container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    /* 移动端头部优化 */
    #pxw_header {
        padding: 10px 0;
    }
    .logo_search_box {
        flex-direction: column;
    }
    .logo {
        margin-bottom: 10px;
        text-align: center;
    }
    .searchbox {
        width: 100%;
        margin: 0;
    }
    
    /* 内容区块优化 */
    .course-list {
        margin: 20px 0;
        padding: 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .course-list h2 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #eee;
    }
    
    /* 课程卡片优化 */
    .course_left_img {
        margin-bottom: 15px;
    }
    .tabscontent, .tabscontentx, .tabscontentf {
        padding: 0;
    }
    .tabscontent ul li, 
    .tabscontentx ul li,
    .tabscontentf ul li {
        padding: 12px 0;
        border-bottom: 1px solid #f5f5f5;
    }
    
    /* 首页特定样式 */
    .bannerWrap, .course {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .bannerWrap .container, 
    .course .container {
        flex-direction: column;
    }
    .lf, .lr {
        width: 100% !important;
        float: none;
        padding: 0;
    }
    
    /* 首页banner区域 */
    .bannerWrap {
        height: auto;
    }
    .banner_list {
        display: none; /* 隐藏banner左侧导航 */
    }
    .greet, .satisfy, .banner_other {
        width: 100%;
        margin-bottom: 10px;
    }
    
    /* 课程区域 */
    .course-list {
        margin-top: 15px !important;
    }
    .course_left_img {
        width: 100% !important;
        height: auto !important;
    }
    .tabscontent, .tabscontentx, .tabscontentf {
        overflow-x: auto;
    }
    
    /* 隐藏PC端底部 */
    .footer {
        display: none;
    }
    /* 显示移动端底部 */
    .fixed-bottom {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        padding: 8px 0;
    }
    .fixed-bottom ul {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: 0;
        padding: 0;
    }
    .fixed-bottom li {
        flex: 1;
        text-align: center;
    }
    .fixed-bottom a {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #666;
        text-decoration: none;
        font-size: 12px;
    }
    .fixed-bottom img {
        width: 24px;
        height: 24px;
        margin-bottom: 4px;
    }
    .fixed-bottom p {
        margin: 0;
    }
    
    /* 隐藏PC端底部按钮 */
    .pc-bottom {
        display: none;
    }
    
    /* 防止内容溢出 */
    img, video, iframe {
        max-width: 100%;
        height: auto;
    }
    
    /* 清除浮动 */
    .o-hidden:after {
        content: "";
        display: table;
        clear: both;
    }
    
    /* 通用调整 */
    .padding20, .padding40 {
        padding: 10px !important;
    }
    .margin-top-30 {
        margin-top: 15px !important;
    }
}
@media screen and (max-width:640px) {
	/* 表格响应式样式 */
	.table-responsive {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	table {
		min-width: 100%;
		white-space: nowrap;
	}
	td, th {
		word-break: keep-all;
		padding: 8px;
	}

	.fixed-bottom {
		display: flex !important;
		width: 100%;
		background: #700005;
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 8px 0;
		font-size: 12px;
		z-index: 9999;
	}
	.fixed-bottom li {
		display: inline-block;
		width: -moz-calc(100%/4 - 5px);
		width: -webkit-calc(100%/4 - 5px);
		width: calc(100%/4- 5px);
		border-right: 1px solid #5b0206;
		text-align:center
	}
	.fixed-bottom li a {
		color: #fff;
		
	}
	.fixed-bottom li img{height:18px;width:18px;}
	.fixed-bottom li:last-child{border:none}
	.c-nav {
		width: 100%;
		height: 28px
	}

	.c-nav ul li:first-child {
		z-index: 100
	}

	.c-nav ul {
		margin-left: -10px
	}

	#pxw_header {
		padding: 0;
	}

	.container {
		width: 100%;
		margin: 0 auto
	}

	.logo_search_box .logo img {
		width: 80%;
	}

	.searchbox {
		border: 1px solid red;
		width: 100%;
	}

	.hotsearch,
	.phoneImg,
	.searchbox,
	.weChat {
		display: none;
	}

	.c-nav ul li:first-child i {
		font-size: 16px;
	}

	#pxw_header .container .logo {
		margin-left: 15px;
	}


	.msg_wrap {
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}

	.msg_wrap .lf {
		width: 100%;
	}

	.msg_list_wrap .img_wrap {
		width: 30%;
		float: left;
		height: auto;
		margin-right: 2%;
	}

	.msg_list_wrap .img_wrap img {
		width: 100%;
		height: AUTO;
	}

	.msg_list_wrap .msg_info {
		float: left;
		width: 68%;
	}

	.msg_list_wrap .msg_info .news_jj,
	.msg_list_wrap .news_tag {
		display: none;
		width: 0;
	}

	.msg_list_wrap .msg_info h2 {
		margin-bottom: 25px;
	}

	.msg_wrap .lr {
		width: 100%;
	}

	.msg_wrap .pageTo {
		margin-bottom: 20px;
	}



	.searchSite,
	.result {
		width: 96%;
		margin: 0 auto;
	}


	/*问答*/
	#qs {
		width: 96%;
		margin: 0 auto;
	}

	#qs .lf {
		width: 100%;
	}

	#qs .qsList {
		padding: 0;
		border: none;
	}

	#qs .qsList .qsList-tit {
		margin-bottom: 15px;
	}

	#qs .qsList .qsList-con {
		line-height: 1.5;
	}

	.qsList li {
		border-bottom: 1px solid #f0f0f0;
		padding: 10px 0;
	}

	#qs h2 {
		margin-bottom: 10px;
		font-size: 20px;
	}

	#qs .lr {
		width: 100%;
	}

	.pageTo {
		margin: 30px 0;
	}

	#qs .lr .qsmol_order {
		display: none;
	}


	.msg_banner {
		display: block;
	}

	#banner_tabs {
		height: 175px;
	}

#msg .msg_label{
	margin-top: 20px;
	display: flex;
	flex: 1;
	flex-wrap:wrap;
	align-content: flex-start;
}
#msg .msg_label a{
	box-sizing: border-box;
    flex: 1 0 22%;
    align-items: center;
	padding: 2% ;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #f0f0f0;
	font-size: 14px;
}
#msg .msg_label i{border:none;}
.pc-show,.f-result .f-result-other{display: none;}
.m-show{display:block;width: 96%;margin:0 auto}

.search-result{width: 96%;margin:  0 auto;margin-top: 1rem;}
.search-result .lf{
	width: 100%;
}
.search-result .jigou_logo{float: left;width: 25%;height: auto;}
.search-result .jigou-info{float: right;width: 65%;}
.jigou-info .jg_jj,.jigou-info .refs,.jigou-brif-lr .Visitors,.jigou-brif-lr .enroll,.jigou-brif-lr .check{display: none;}
.jigou-info .jigou-brif-lr{float: left;}
.search-content .jigou-brif-lr{border: none;padding-left: 0;margin-top: .5rem;}

.zx .container p{width: 96%;margin: 0 auto;}
.zx .container a{display: block;width: 50%;margin: 0 auto;margin-top: 1rem;}
}
