@charset "UTF-8";
/* 容器：最大宽度1200px，水平居中，响应式调整 */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 默认四列 */
      gap: 20px; /* 卡片间距 */
    }
    /* 响应式调整：平板端每行两列 */

    /* 卡片样式 */
    .card {
      background: #fff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      color: #333;
    }

    .card:hover, .card:focus {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover; /* 保持图片比例 */
      display: block;
    }

    .card-content {
      padding: 15px;
    }

    .card h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .card p {
      font-size: 14px;
      color: #666;
      line-height: 1.5;
      margin-bottom: 15px;
    }

    .btn {
      display: inline-block;
      padding: 8px 15px;
      color:#eeeee;
      border-radius: 4px;
      font-size: 14px;
      transition: background 0.3s;
    }
@media screen and (max-width: 750px) {
    header {
    margin: 0 auto;
    max-width:750px;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    background: #fff
}
footer {
    background: #333;
        margin: 0 auto;
    max-width:750px;
    width: 100%;
    color: #777;
    font-size: 14px;
    position: relative;
    overflow: hidden
}

footer:before {
    content: "";
    background: #b61404;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jg_hezuo {
    border: 1px solid #999b9d;
    margin: 2px 20px;
    padding: 0;
    width: 186px;
    height: 40px;
}

.footer_bottom {
    width: 0;
    height: 0;
    overflow: hidden;
}


.footer_r {
        margin: 0 auto;
    max-width:750px;
	width:100%;
	height: 105px;
	padding: 50px 0 0 0;
	background: #b61404;
}
          .container {
        grid-template-columns: repeat(2, 1fr);
      }
	
	    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    body {
        overflow-x: hidden
    }
    .tip {
        display: none
    }
    .box,
    article {
        width: 100%;
    }
    .toolbar-open,
    .toolbar {
        top: 40%
    }
    .logo-section {
        display: none
    }
    article {
        margin-top: 20px
    }
    .topnav {
        position: fixed;
        top: 0;
        z-index: 9;
        background: rgba(0, 0, 0, .6);
        border-top: #D6000F 40px solid;
    }
    nav #starlist {
        width: 100%;
    }
    #mnavh {
        display: block;
        top: -40px;
        position: absolute;
        right: 0;
    }
    #starlist {
        display: none
    }
    #starlist li {
        width: 60%;
        margin: 0;
        background: #fff;
        border-bottom: #eee 1px solid;
    }
    #starlist li a:hover,
    #starlist #selected,
    .selected>a,
    #starlist li:hover {
        color: #D6000F;
        background: #fff;
    }
    #starlist li a {
        text-align: left;
        text-indent: 2em;
        color: #000;
        width: 100%;
        padding: 0;
    }
    #starlist ul.sub {
        background: none;
        width: 100%;
        display: block;
        position: initial;
        padding: 0
    }
    #starlist ul.sub:before {
        display: none
    }
    #starlist ul.sub li {
        border-bottom: none;
        width: 100%;
        overflow: hidden;
        line-height: 30px !important;
        border-top: none;
        height:30px !important;
    }
    #starlist ul.sub li:first-child {
        border-top: #eee 1px solid
    }
    #starlist ul.sub li a {
        display: block;
        padding-left: 10px;
        text-indent: 3em;
    }
    #starlist ul.sub li:hover a,
    #starlist li:hover a {
        background: none
    }
    #starlist ul.sub li #selected {
        color: #000 !important
    }
    .menu:after {
        top: 0;
        right: 7px;
        width: 26px;
        height: 22px;
        font-size: 18px;
        font-family: "iconfont" !important;
    }
    .menu:hover:after {
        transform: none;
        color: #D6000F;
    }
    .menu span {
        display: block;
        position: absolute;
        width: 50px;
        height:50px;
        background: #fff;
        top: 0;
        right: 0;
        border-left: #eee 1px solid;
    }
    #starlist li:last-child {
        padding-bottom: 100%;
    }
    #starlist ul.sub li:last-child {
        padding-bottom: 0
    }
    .toolbar-open {
        display: none
    }

    .left-box {
        width: 100%
    }
    aside {
        width: 0 !important;
        height: 0 !important;
    }
    .down-view .btn-blue a {
        display: block;
        position: absolute;
        float: none;
    }
    .mp-pics ul li a {
        height: 110px;
        line-height: 110px;
    }
    .page-title {
        width: 30%;
        float: left;
    }
    .page-box {
        width: 60%;
        float: right;
        margin-left: 0
    }
    .endmenu {
        display: block
    }
    .lanmu h1 {
        margin: 5px 0;
    }
    .blogs-list li i img {
        height: 60px;
        min-height: auto;
    }
    .sz_list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .sz_list li a {
        margin: 0 5px
    }
    .sz_list li span {
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sz_list li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 700px) {
    header {
    margin: 0 auto;
    max-width:700px;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    background: #fff
}
footer {
    background: #333;
        margin: 0 auto;
    max-width:700px;
    width: 100%;
    color: #777;
    font-size: 14px;
    position: relative;
    overflow: hidden
}

footer:before {
    content: "";
    background: #b61404;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jg_hezuo {
    border: 1px solid #999b9d;
    margin: 2px 20px;
    padding: 0;
    width: 186px;
    height: 40px;
}

.footer_bottom {
    width: 0;
    height: 0;
    overflow: hidden;
}


.footer_r {
        margin: 0 auto;
    max-width:700px;
	width:100%;
	height: 105px;
	padding: 50px 0 0 0;
	background: #b61404;
}
    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    .banner {
        width: 100%;
        height: 100%;
    }
    .headline-box {
        width: 100%;
    }
    .tuijian-news-list ul li {
        width: 100%;
    }
    .tuijian-news-list ul li:nth-child(n+4) {
        display: none
    }
    .videos-list li i {
        height: 90px;
    }
    .down-list li:hover .d-list-hover {
        display: none;
    }
    .pics-list-price li {
        width: 33.3333%
    }
    .sz_list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .sz_list li a {
        margin: 0 5px
    }
    .sz_list li span {
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sz_list li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
	#bay{ display:none;}
}

@media screen and (max-width: 480px) {
        header {
    margin: 0 auto;
    max-width:480px;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    background: #fff
}
footer {
    background: #333;
        margin: 0 auto;
    max-width:480px;
    width: 100%;
    color: #777;
    font-size: 14px;
    position: relative;
    overflow: hidden
}

footer:before {
    content: "";
    background: #b61404;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jg_hezuo {
    border: 1px solid #999b9d;
    margin: 2px 20px;
    padding: 0;
    width: 186px;
    height: 40px;
}

.footer_bottom {
    width: 0;
    height: 0;
    overflow: hidden;
}


.footer_r {
        margin: 0 auto;
    max-width:480px;
	width:100%;
	height: 105px;
	padding: 50px 0 0 0;
	background: #b61404;
}
    
      .container {
        grid-template-columns: 1fr;
      }
    
    .banner_he {
        display: none;
    }
    .headbao-box {
        display: none;
    }
    body {
        overflow-x: hidden
    }
    .tip {
        display: none
    }
    .box,
    article {
        width: 100%;
    }
    .toolbar-open,
    .toolbar {
        top: 40%
    }
    .logo-section {
        display: none
    }
    article {
        margin-top: 20px
    }
    .topnav {
        position: fixed;
        top: 0;
        z-index: 9;
        background: rgba(0, 0, 0, .6);
        border-top: #D6000F 40px solid;
    }
    nav #starlist {
        width: 100%;
    }
    #mnavh {
        display: block;
        top: -40px;
        position: absolute;
        right: 0;
    }
    #starlist {
        display: none
    }
    #starlist li {
        width: 60%;
        margin: 0;
        background: #fff;
        border-bottom: #eee 1px solid;
    }
    #starlist li a:hover,
    #starlist #selected,
    .selected>a,
    #starlist li:hover {
        color: #D6000F;
        background: #fff;
    }
    #starlist li a {
        text-align: left;
        text-indent: 2em;
        color: #000;
        width: 100%;
        padding: 0;
    }
    #starlist ul.sub {
        background: none;
        width: 100%;
        display: block;
        position: initial;
        padding: 0
    }
    #starlist ul.sub:before {
        display: none
    }
    #starlist ul.sub li {
        border-bottom: none;
        width: 100%;
        overflow: hidden;
        line-height: 30px !important;
        border-top: none;
        height:30px !important;
    }
    #starlist ul.sub li:first-child {
        border-top: #eee 1px solid
    }
    #starlist ul.sub li a {
        display: block;
        padding-left: 10px;
        text-indent: 3em;
    }
    #starlist ul.sub li:hover a,
    #starlist li:hover a {
        background: none
    }
    #starlist ul.sub li #selected {
        color: #000 !important
    }
    .menu:after {
        top: 0;
        right: 7px;
        width: 26px;
        height: 22px;
        font-size: 18px;
        font-family: "iconfont" !important;
    }
    .menu:hover:after {
        transform: none;
        color: #D6000F;
    }
    .menu span {
        display: block;
        position: absolute;
        width: 50px;
        height:50px;
        background: #fff;
        top: 0;
        right: 0;
        border-left: #eee 1px solid;
		background:url("../images/soft-down.png");
    }
    #starlist li:last-child {
        padding-bottom: 100%;
    }
    #starlist ul.sub li:last-child {
        padding-bottom: 0
    }
    .toolbar-open {
        display: none
    }
    .search-page .search {
        margin-right: 10px;
        width: 80%;
    }
    .search-page .search input.input_text {
        width: 76%;
    }
    .search-page .search input.input_submit {
        background: none;
    }
    .gd-box {
        overflow-x: scroll;
    }
    #tab {
        width: 1200px;
    }
    .tab-a-more {
        display: none;
    }
    .whitebg {
        border: none;
        overflow: hidden;
    }
    .news-title {
        margin: 10px 0
    }
    .news-title h2 {
        width: fit-content;
        padding-left: 10px
    }
    .news-title h2:after {
        left: 10px;
        width: 90%
    }
    #tab {
        margin: 10px 0
    }
    #tab-content {
        margin: 0;
        padding: 0 10px
    }
    .tuijian-news-pic {
        width: 100%;
        margin-top: 10px;
    }
    .btn-blue-border {
        display: none
    }
    .tuijian-news-pic i {
        height: auto;
        margin-bottom: 10px;
    }
    .tuijian-news-pic i img {
        margin: auto;
        max-width: 100%;
    }
    .tuijian-news-pic i span {
        display: none
    }
    .tuijian-news-pic h2 {
        margin: 5px 0
    }
    .tuijian-news-pic p {
        -webkit-line-clamp: 2;
        height: 40px;
    }
    .tuijian-news-list {
        width: 100%;
        margin: 20px 0;
    }
    .tuijian-news-list ul li a {
        margin: 0
    }
    .ad-big {
        width: 100%;
    }
    .ad-small {
        display: none
    }
    .blogs-list li span {
        display: none;
    }
    .pics .pic-list-img li:first-child {
        width: 50%;
    }
    .pics .pic-list-img li:first-child i {
        height: 100px;
        line-height: 100%;
    }
    .pic-list-img li {
        width: 50%;
        margin-bottom: 10px;
    }
    .pic-list-img li a {
        margin: 0 5px
    }
    .pic-list-img li span {
        text-align: left;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .pic-list-img li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .pic-list-img li i img {}
    .pic-list-img li:nth-child(n+7) {
        display: none
    }
    .pic-list-img {
        padding-bottom: 10px;
        overflow: hidden;
    }
    .sz_list li {
        width: 50%;
        margin-bottom: 10px;
    }
    .sz_list li a {
        margin: 0 5px
    }
    .sz_list li span {
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        line-height: 20px;
    }
    .sz_list li i {
        height: 100px;
        line-height: 100%;
        margin-bottom: 5px;
    }
    .news-zuixin-pic {
        width: 60px;
        height: 60px;
    }
    .news-zuixin-pic img {
        height: 60px;
    }
    .news-zuixin li {
        width: 100%
    }
    .news-zuixin p {
        font-size: 12px
    }
    .news-zuixin li:nth-child(n+5) {
        display: none
    }
    .videos-list li {
        width: 50%
    }
    .videos-list li:nth-child(n+7) {
        display: none
    }
    .videos-list li a {
        margin: 0 3px
    }
    .videos-list li i {}
    .videos-list li h2 {
        font-size: 12px;
        overflow: hidden;
        background-size: 20px;
        line-height: 20px;
    }
    .videos-list li p {
        display: none
    }
    .wenzi-left {
        width: 100%
    }
    .wenzi-right {
        display: none
    }
    .down-list li {
        width: 100%
    }
    .down-list li:nth-child(n+7) {
        display: none
    }
    .tags ul a {
        width: 33.333%;
    }
    .tags ul a:nth-child(n+13) {
        display: none
    }
    .blank {
        height: 10px;
    }
    .ad {
        margin: 10px 0;
    }
    .wxbox {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .wxbox li {
        float: none;
        display: inline-block
    }
    .endnav {
        text-align: center;
        padding: 0 20px;
        clear: both;
    }
    .endnav p {
        margin-bottom: 20px
    }
    .topnav h2 {
        display: block
    }
    .blogs-box {
        overflow: hidden
    }
    .hnav,
    .weizhi {
        display: none
    }
    .share {
        display: block
    }
    .share img {
        float: none;
        margin: 10px auto;
    }
    .share-text {
        padding: 0 10px;
        word-break: break-all;
    }
    .info-pre-next ul li {
        width: 100%;
        overflow: hidden;
        float: none;
        margin-bottom: 10px;
        border-bottom: #eee 1px solid;
        padding-bottom: 10px;
    }
    .info-pre-next ul li:last-child {
        border-bottom: none
    }
    .info-pre-next ul li:nth-child(1) a {
        margin-right: 0;
    }
    .info-pre-next ul li:nth-child(2) a {
        margin-left: 0;
    }
    .otherlink,
    .pinglun-box {
        overflow: hidden
    }
    .otherlink ul li {
        width: 100%
    }
    .down-view .btn-blue a {
        position: static;
        margin: 10px auto 0;
    }
    .down-view .down-info {
        width: 100%;
        clear: both;
        font-size: 12px;
    }
    .down-view i {
        margin-bottom: 10px
    }
    .down-links ul li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .down-otherlink ul li {
        width: 100%
    }
    .plr20 {
        padding: 0 10px;
    }
    #tab li:hover:after,
    #tab li.tab-current:after {
        left: 10px;
        width: 66px;
    }
    .pics-list-box li {
        width: 50%
    }
    .mp-pics ul li a {
        height: 70px;
        line-height: 70px;
    }
    .mp-pics ul li a img {
        height: 70px;
        width: auto;
    }
    .pics-list-price li {
        width: 50%;
        margin-bottom: 10px;
    }
    .shopview {
        width: 90%;
        padding: 0;
        border: 0;
        margin: auto;
        float: none;
    }
    .product {
        padding: 0 20px;
        margin-right: 0;
        float: none;
        width: 90%;
    }
    .product-suiji li {
        width: 50%;
    }
    .product-suiji li i {
        height: 110px;
        line-height: 110px;
    }
    .product-suiji li:nth-child(n+3) {
        display: none
    }
    #pageContents {
        overflow-x: scroll;
    }
    #pageContents ul {
        width: 800px;
    }
    .page-title {
        width: 100%;
        float: left;
    }
    .page-box {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin-top: 10px;
    }
    .page-title li {
        width: 100px;
        float: left;
        margin-right: 10px
    }
    .qq_join li {
        width: 50%;
        padding: 0;
        margin: auto;
        float: none;
        float: left;
    }
    .qq_join li section {
        margin: 0;
        padding: 0;
        box-shadow: none;
        font-size: 12px;
    }
    .qq_join li p {
        margin: 0;
        padding-left: 5px;
    }
    .qq_join li img {
        width: 140px;
        height: 140px
    }
    .blogs-list ul li {
        border-bottom: #eee 1px solid;
        padding: 10px 0;
    }
    .blogs-list li i {
        width: 60px;
        height: 60px;
        float: right;
        margin-right: 0;
        margin-left: 10px;
    }
    .blogs-list li i img {
        width: auto;
    }
    .blogs-list li h2 {
        white-space: inherit;
        overflow: hidden;
        margin-top: 0;
        font-size: 16px;
        font-weight: normal;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
    }
    .blogs-list li h2 a {
        color: #000
    }
    .blogs-list li p {
        display: none
    }
    footer {
        padding: 30px 0 70px
    }
    .headline-news {
        overflow: hidden;
        padding: 17px 20px 20px;
    }
    .endmenu {
        display: block
    }
    .swiper-container {
        height: auto !important;
    }
    a.btn-add {
        margin: auto
    }
    .videos-list .viewd,
    .wenzi-list li span {
        display: none
    }
    .tags ul,
    .links ul {
        margin: 0 10px 10px;
    }
    span.po-classname,
    .po-view {
        display: none
    }
    .news-title-h1 {
        font-size: 18px;
        margin-top: 20px;
    }
    .info-pre-next em {
        line-height: 70px;
        font-size: 12px;
    }
    .info-pre-next ul li i {
        width: 70px;
        height: 70px;
    }
    .info-pre-next img {
        height: 70px;
        width: auto
    }
    .newstext-box {
        padding: 0 20px 0;
    }
    .info-pre-next {
        margin: 10px 0;
    }
    .lanmu img {
        width: 100%;
        margin-bottom: 10px
    }
    .lanmu {
        padding: 10px;
    }
    .lanmu h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .lanmu-keywords {
        margin-top: 10px;
    }
    .down-view h1 {
        font-size: 15px;
        margin-top: 10px;
    }
    .down-view {
        padding: 10px
    }
    .down-view .down-info em {
        margin-right: 10px
    }
    .mp-info {
        display: none
    }
    .wztitle-list li span {
        display: none
    }
    .pics-list-price span.pics-btn,
    .pics-list-price li p {
        display: none;
    }
    .pics-list-price li h2 {
        line-height: 20px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: inherit;
        height: 40px;
    }
    .pics-list-price li i {
        height: 100px;
        line-height: 100px;
    }
    .keywords a {
        font-size: 12px
    }
    .keywords a:last-child {
        margin-bottom: 20px
    }
    .footer_bottom {
        position: fixed;
        width: 100%;
        height: 60px;
        min-width: 320px;
        bottom: 0px;
        z-index: 999999999;
    }
    .ft_con {
        float: left;
        width: 20%;
    }
    .jg_hezuo {
        float: left;
        border: 1px solid #999b9d;
        margin: 2px;
        padding: 0;
        width: 47%;
    }
    .liu_ad {
        display: none;
    }
	#bay{ display:none;}
}