/* 手机屏幕样式表 #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

    .custom_title {
        height: 233px;
    }

    .home-top-banner {
		margin-top: 60px;
        height: 233px;
    }

    #banner-swiper .banner-item-class {
        height: 233px
    }

    #banner-swiper .banner-left-button {
        width: 30px;
        height: 30px;
        left: 20px
    }

    #banner-swiper .banner-right-button {
        width: 30px;
        height: 30px;
        right: 20px
    }

    #banner-swiper .swiper-button-prev:after, #banner-swiper .swiper-button-next:after {
        font-size: 16px;
    }

    .home-margin-top50 {
        margin-top: 20px;
    }

    .home-margin-bottom30 {
        margin-bottom: 20px
    }

    .mar-b-50 {
        margin-bottom: 20px
    }

    .home-des-class {
        font-size: 32px;
        line-height: 30px;
    }

    .home-category-title {
        font-size: 18px;
        line-height: 34px
    }

    .home-category-desc {
        line-height: 20px;
        font-size: 14px;
        color: #2c2c2c;
        margin: 5px 0 5px 0;
    }

    .home-category-item {
        margin-bottom: 20px;
    }

    #widget-product-category .home-flex {
        display: block;
    }

    #widget-product-category .catalog-title {
        font-size: 18px
    }

    #widget-product-category .nav {

    }

    #widget-product-category .col-child-custom {
        width: 100%;
    }

    #widget-product-category .col-child-custom-height {
        height: 431px;
    }

    .home-new-menu-item-left {
        display: inline-block;
        padding-right: 0;
        vertical-align: top;
    }

    .home-new-menu-item-right {
        display: inline-block;
        vertical-align: top;
    }

    .home-new-date {
        font-size: 14px;
        line-height: 20px;
    }

    .home-new-title {
        line-height: 20px;
        font-size: 14px;
    }

    .home-new-desc {
        display: none;
    }

    #content-swiper.img-banner-style {
        height: 200px;
    }

    #content-swiper .banner-left-button {
        width: 30px;
        height: 30px;
        left: 20px
    }

    #content-swiper .banner-right-button {
        width: 30px;
        height: 30px;
        right: 20px
    }

    #content-swiper .swiper-button-prev:after, #content-swiper .swiper-button-next:after {
        font-size: 20px;
    }

    .pageTitle {
        height: 233px;
    }

    .pageTitle h1 {
        padding-top: 20px;
        font-size: 20px;
		font-weight: bold;
    }

    .pageTitle .page-des {
        font-size: 14px;
        word-break: break-all;
    }

    .page-container {
        padding: 0;
    }

    .page-container .page-middle-desc {
        font-size: 16px;
    }

    .page-margintop-30 {
        margin-top: 10px
    }

    .page-crop-title {
        padding-top: 5px;
        font-size: 16px;
    }

    .collect-class {
        position: static;
        margin-top: 30px;
    }

    .page-product-desc {
        font-size: 16px;
    }

    .page-product-category-title {
        font-size: 20px;
    }

    .page-product-category-desc {
        font-size: 14px;
        line-height: 25px;
    }

    .page-product-sub-category-title {
        font-size: 18px;
    }

    .page-product-sub-item {
        padding: 5px;
        width: 50%;
    }

    .page-product-sub-item-title {
        font-size: 14px;
        padding: 10px;
    }

    .page-product-sub-child-title {
        height: 55px;
        font-size: 17px;
        white-space: nowrap;
        margin: 20px 0;
    }

    .page-product-sub-child-area {
        margin-top: 5px
    }

    .page-product-sub-child-area-title {
        font-size: 16px;
    }

    .page-product-name {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        word-break: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .page-sub-product-info {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin: 5px 0
    }


    .page-product-detail-category-title {
        font-size: 18px;
    }

    .page-product-detail-title {
        font-size: 32px;
    }

    .page-product-detail-advertisement {
        font-size: 16px;
        line-height: 20px;
    }

    .page-product-detail-cover {
        width: 342px;
        position: static;
        margin-top: 20px;
    }

    .page-product-collect {
        width: 100%;
        margin-left: 0;
    }

    .page-new-item-left {
        vertical-align: top;
        width: 33.3%;
        display: inline-block;
    }

    .page-new-item-right {
        vertical-align: top;
        width: 65%;
        display: inline-block;
        padding: 0;
    }

    .page-new-half-item {
        padding: 0;
    }

    .page-new-item-date {
        margin: 0;
        font-size: 14px
    }

    .page-new-item-title {
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

    .page-article-detail-title {
        font-size: 20px;
        line-height: 28px
    }
}