﻿@media (max-width: 1199px) {
    .productTypeContainer
    {
        display: block;
    }

    .innerBox {
        margin: 0px;
    }

    .newDetailBox .sharedModels {
        display: none;
    }

    .newDetailBox
    {
        width: 100%;
    }

    .newDetail {
        width: 100%;
        padding: 20px;
    }

    .innerBox-l {
        width: 100%;
        border: none;
    }

    .newDetail p, .newDetail span, .newDetail div
    {
        margin: 0px;
    }

    .productTypeContainer {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #F0F0F0;
    }

    .productType {
        width: 100%;
        position: relative;
    }

    .productType ul {
    }

    .productType li {
        float: left;
    }

    .productType li a {
        display: block;
        color: #333333;
        line-height: 40px;
        padding: 0px 10px;
        word-break: keep-all; /* 不换行 */
        white-space: nowrap; /* 不换行 */
    }

    .productType li a.selected {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #FF9900;
        color: #ffffff;
    }
}
