
@media screen and (min-width:768px){

.c_app-right-item {
        width: 308px;
        cursor: pointer;
        margin-left: 20px;
        margin-bottom: 20px;
        background: #F6F7FA;
        border-radius: 16px;
        padding: 16px;
        user-select:none;
    }

    .c_app-right-item-tag {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 1;
        padding: 2px 4px;
        background: #FFB837;
        border-radius: 2px;
        margin-left: 6px;
    }

    .c_app-icon-intro {
        font-size: 12px;
        height: 36px;
        margin-top: 5px;
        color: #999999;
    }

    .t-omit-two {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal !important;
    }
	 .product-center {
        line-height: normal;
    }

    .product-center > div {
        width: 820px;
        background: rgba(255, 255, 255, .95);
    }

    .product-center .p-line {
        margin-top: 14px;
        width: 1px;
        margin-bottom: 14px;
        background: rgba(112, 112, 112, 0.3);
    }


    .product-center .p-m {
        padding: 0 20px;
        position: relative;
    }

    .p-m .big-bg {
        margin: 15px 0;
        height: 185px;
    }

    .p-m .p-label-left {
        height: 20px;
        width: 6px;
        border-radius: 3px;
        background: #1D68F6;
    }

    .p-m .p-label {
        font-size: 16px;
        color: #333333;
        margin-left: 8px;
        font-weight: 500;
    }

    .p-m .p-image {
        height: 17px;
        width: 29px;
        background-image: url("../img/main/new.png");
        margin-left: 5px;
    }

    .p-m .p-more {
        font-size: 12px;
        color: #B0B0B0;
    }

    .p-m .p-more img {
        margin-left: 3px;
        height: 10px;
        width: 10px;
    }

    .p-m .p-bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .p-m .hj-text {
        max-width: 370px;
        padding-bottom: 22px;
    }

    .p-m .hj-text a {
        width: 25%;
        line-height: 1;
        margin-top: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #5D5D5D;
    }

    .p-m .hj-text a:hover {
        color: #1A6CFB;
    }

    .p-m .qy-core-icon {
        width: 92px;
        height: 103px;
        background-image: url("../img/main/qy-core.png");
        margin-right: 20px;
    }

    .p-m .qy-text {
        font-size: 13px;
        color: #5D5D5D;
        line-height: 1;
        user-select: none;
        pointer-events: none;
    }

    .p-m .qy-text > div {
        margin-top: 14px;
    }

    .p-m .qy-text > div:first-child {
        margin-top: 0;
    }

    .p-m .qy-text img {
        width: 12px;
        height: 12px;
        display: block;
        margin-right: 3px;
    }

    .p-m .qy-bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 96px;
        width: 112px;
        background-image: url("../img/main/qy-bottom.png");
    }
	
}









@media screen and (max-width:767px){

.c_app-right-item {
        width: 308px;
        cursor: pointer;
        margin-left: 20px;
        margin-bottom: 20px;
        background: #F6F7FA;
        border-radius: 16px;
        padding: 16px;
        user-select:none;
    }

    .c_app-right-item-tag {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 1;
        padding: 2px 4px;
        background: #FFB837;
        border-radius: 2px;
        margin-left: 6px;
    }

    .c_app-icon-intro {
        font-size: 12px;
        height: 36px;
        margin-top: 5px;
        color: #999999;
    }

    .t-omit-two {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal !important;
    }
	 .product-center {
        line-height: normal;
    }

    .product-center > div {
        width: 820px;
        background: rgba(255, 255, 255, .95);
    }

    .product-center .p-line {
        margin-top: 14px;
        width: 1px;
        margin-bottom: 14px;
        background: rgba(112, 112, 112, 0.3);
    }


    .product-center .p-m {
        padding: 0 20px;
        position: relative;
    }

    .p-m .big-bg {
        margin: 15px 0;
        height: 185px;
    }

    .p-m .p-label-left {
        height: 20px;
        width: 6px;
        border-radius: 3px;
        background: #1D68F6;
    }

    .p-m .p-label {
        font-size: 16px;
        color: #333333;
        margin-left: 8px;
        font-weight: 500;
    }

    .p-m .p-image {
        height: 17px;
        width: 29px;
        background-image: url("../img/main/new.png");
        margin-left: 5px;
    }

    .p-m .p-more {
        font-size: 12px;
        color: #B0B0B0;
    }

    .p-m .p-more img {
        margin-left: 3px;
        height: 10px;
        width: 10px;
    }

    .p-m .p-bg {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .p-m .hj-text {
        max-width: 370px;
        padding-bottom: 22px;
    }

    .p-m .hj-text a {
        width: 25%;
        line-height: 1;
        margin-top: 14px;
        font-size: 12px;
        font-weight: 400;
        color: #5D5D5D;
    }

    .p-m .hj-text a:hover {
        color: #1A6CFB;
    }

    .p-m .qy-core-icon {
        width: 92px;
        height: 103px;
        background-image: url("../img/main/qy-core.png");
        margin-right: 20px;
    }

    .p-m .qy-text {
        font-size: 13px;
        color: #5D5D5D;
        line-height: 1;
        user-select: none;
        pointer-events: none;
    }

    .p-m .qy-text > div {
        margin-top: 14px;
    }

    .p-m .qy-text > div:first-child {
        margin-top: 0;
    }

    .p-m .qy-text img {
        width: 12px;
        height: 12px;
        display: block;
        margin-right: 3px;
    }

    .p-m .qy-bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 96px;
        width: 112px;
        background-image: url("../img/main/qy-bottom.png");
    }
	
}