    @media only screen and (min-width: 768px) {
        .detailcon {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .detailconleft {
            width: 50%;
        }
        .detailconright {
            width: 50%;
            padding: 20px 0;
        }
        .detailconright strong {
            display: block;
            font-size: 23px;
            color: black;
            padding-bottom: 10px;
            border-bottom: 1px solid#ccc;
        }
        .detailconright ul {
            margin-top: 20px;
        }
        .detailconright ul li {
            padding: 5px 0;
        }
        .number-box {
            border: #e5e5e5 solid 1px;
            display: inline-block;
            overflow: hidden;
        }
        .number-box input[type='text'] {
            height: 30px;
            border-top: none;
            border-bottom: none;
            border-left: #e5e5e5 solid 1px;
            border-right: #e5e5e5 solid 1px;
            margin: 0;
            text-align: center;
            width: 75px;
            outline: none;
            padding: 0 5px;
            float: left;
            line-height: 30px;
        }
        .number-box input[type='button'] {
            height: 30px;
            width: 40px;
            float: left;
            border: none;
            outline: none;
            background-color: #f3f3f3;
            line-height: 30px;
            cursor: pointer;
            padding: 0;
        }
        .number-box input[type='button']:hover {
            background-color: #f9f9f9;
        }
        .number-box input[type='button']:active {
            background-color: #f6f6f6;
        }
        .addtocart {
            background-color: #b5485b;
            display: block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            margin-top: 25px;
        }
        .addtocart:hover {
            color: white !important;
            text-decoration: none !important;
        }
        .swiper-container-detail {
            display: none;
        }
        .des {
            max-width: 1200px;
            margin: 50px auto;
        }
        .sric {
            width: 184px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            background-color: #b5485b;
            display: block;
        }
        .des p {
            padding: 10px 0;
            line-height: 25px;
        }
        .recommend {
            max-width: 1200px;
            margin: 30px auto;
        }
        .recommend ul {
            display: flex;
            flex-wrap: wrap;
            margin: 30px auto;
        }
        .recommend ul li {
            width: 17%;
            margin-left: 2%;
        }
        .recommend ul li img {
            width: 100%;
        }
        .name {
            padding: 5px 0 !important;
            font-weight: bold;
            margin: 0 !important;
        }
        .ddd {
            padding: 0 !important;
            margin: 0 !important;
        }
        .price {
            color: red;
        }
        .hotpro {
            max-width: 1200px;
            margin: 50px auto;
        }
        .resbox {
            display: flex;
            align-items: center;
        }
        .resbox span {
            font-weight: bold;
            font-size: 25px;
            color: black;
        }
        .resbox label {
            margin-left: 20px;
            margin-bottom: 0 !important;
        }
        .resbox label span {
            font-size: 20px;
        }
        .sx {
            width: 100%;
            padding: 15px;
            background-color: #f5f5f5;
        }
        .sxbox {
            width: 100%;
            background-color: #f5f5f5;
            display: flex;
            padding: 15px;
        }
        .sxitem {
            max-width: 250px;
            margin-left: 30px;
        }
        .sxitem strong {
            margin-bottom: 15px;
            display: block;
        }
        .ut {
            padding: 15px;
            background-color: #fff;
            max-height: 250px;
        }
        .ut input {
            display: block;
            border: 1px solid #ccc;
            border-radius: 5px !important;
            height: 35px;
            padding-left: 25px;
            outline: none;
        }
        .ut ul li {
            list-style: none;
            margin: 0 !important;
            padding: 0 !important;
        }
        .ut ul li a {
            color: #000 !important;
            font-size: 14px;
            height: 25px;
            line-height: 25px;
            padding: 5px 2px;
            display: block;
        }
        .ut ul {
            margin: 0 !important;
            padding: 0 !important;
            max-height: 200px;
            overflow-y: scroll;
        }
        .resetbox {
            margin: 20px auto;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0 50px;
        }
        .apply {
            display: inline-block;
            width: 65px;
            height: 35px;
            text-align: center;
            color: white;
            background-color: #1166dd;
            line-height: 35px;
            margin-left: 40px;
            border-radius: 5px;
        }
        .apply:hover {
            background-color: #1166dd !important;
            color: white !important;
            text-decoration: none;
        }
        .resetbox label {
            margin-left: 20px;
            margin-bottom: 0 !important;
        }
        .resetbox .input {
            display: block;
            border: 1px solid #ccc;
            border-radius: 5px !important;
            height: 35px;
            padding-left: 25px;
            outline: none;
            margin-left: 25px;
        }
        .sou {
            display: block;
            width: 65px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #1166dd;
            color: white;
            background-image: url(../images/sou.png);
            background-repeat: no-repeat;
            margin-left: 25px;
            border-radius: 5px;
            background-position: center;
        }
        .hotcontent {
            max-width: 1200px;
            margin: 50px auto;
        }
        .hotcontent table {
            border-collapse: collapse;
            width: 100%;
        }
        .hotcontent table thead {
            height: 55px;
            background-color: #333333;
            text-align: center;
        }
        .hotcontent table thead td {
            color: white;
            font-weight: bold;
        }
        .hotcontent table img {
            display: block;
            margin: 0 auto;
        }
        .hotcontent table tr td {
            padding: 10px;
        }
        .mbul {
            display: none;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .mbul {
            width: 100%;
            padding: 15px;
        }
        .hotcontent {
            display: none;
        }
        .mbulitem a {
            color: black;
            font-weight: bold;
            font-size: 14px;
            display: block;
            margin-bottom: 10px;
        }
        .mbulitem {
            padding-bottom: 10px;
            border-bottom: 1px solid#f0f0f0;
        }
        .mbulitemout {
            display: flex;
        }
        .mbulitemleft {
            width: 25%;
        }
        .mbulitemleft a img {
            width: 100%;
        }
        .mbulitemcenter {
            width: 65%;
            padding: 0 15px;
        }
        .mbulitemright {
            width: 10%;
        }
        .sx {
            width: 100%;
            padding: 15px;
            background-color: #f5f5f5;
        }
        .sxbox {
            width: 100%;
            background-color: #f5f5f5;
            display: flex;
            padding: 15px;
            flex-wrap: wrap;
        }
        .sxitem {
            width: 100%;
            margin-top: 20px;
        }
        .resbox {
            padding: 0 15px;
        }
        .sxitem strong {
            margin-bottom: 15px;
            display: block;
        }
        .ut {
            padding: 15px;
            background-color: #fff;
            max-height: 250px;
        }
        .ut input {
            display: block;
            border: 1px solid #ccc;
            border-radius: 5px !important;
            height: 35px;
            padding-left: 25px;
            outline: none;
        }
        .ut ul li {
            list-style: none;
            margin: 0 !important;
            padding: 0 !important;
        }
        .ut ul li a {
            color: #000 !important;
            font-size: 14px;
            height: 25px;
            line-height: 25px;
            padding: 5px 2px;
            display: block;
        }
        .ut ul {
            margin: 0 !important;
            padding: 0 !important;
            max-height: 200px;
            overflow-y: scroll;
        }
        .resetbox {
            margin: 20px auto;
            width: 100%;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }
        .reset {
            width: 100%;
            display: block;
        }
        .apply {
            display: inline-block;
            width: 65px;
            height: 35px;
            text-align: center;
            color: white;
            background-color: #1166dd;
            line-height: 35px;
            border-radius: 5px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .apply:hover {
            background-color: #1166dd !important;
            color: white !important;
            text-decoration: none;
        }
        .resetbox label {
            display: block;
            width: 100%;
            margin-bottom: 0 !important;
        }
        .resetbox .input {
            display: block;
            border: 1px solid #ccc;
            border-radius: 5px !important;
            height: 35px;
            padding-left: 25px;
            outline: none;
        }
        .sou {
            display: block;
            width: 65px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #1166dd;
            color: white;
            background-image: url(../images/sou.png);
            background-repeat: no-repeat;
            margin-left: 25px;
            border-radius: 5px;
            background-position: center;
        }
        .recommend {
            width: 100%;
            padding: 15px;
            margin: 30px auto;
        }
        .recommend ul {
            display: flex;
            flex-wrap: wrap;
            margin: 30px auto;
            justify-content: space-between;
        }
        .recommend ul li {
            width: 48%;
        }
        .recommend ul li img {
            width: 100%;
        }
        .name {
            padding: 5px 0 !important;
            font-weight: bold;
            margin: 0 !important;
        }
        .ddd {
            padding: 0 !important;
            margin: 0 !important;
        }
        .price {
            color: red;
        }
        .des {
            padding: 15px;
            width: 100%;
            margin: 20px auto;
        }
        .sric {
            width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            background-color: #213855;
            display: block;
        }
        .des p {
            padding: 10px 0;
            line-height: 25px;
        }
        .detailcon {
            width: 100%;
            margin: 0 auto;
            display: flex;
            padding: 15px;
            flex-wrap: wrap;
        }
        .detailconleft {
            width: 100%;
        }
        .detailconright {
            width: 100%;
            padding: 20px 0;
        }
        .detailconright strong {
            display: block;
            font-size: 20px;
            color: black;
            padding-bottom: 10px;
            border-bottom: 1px solid#ccc;
        }
        .detailconright ul {
            margin-top: 20px;
        }
        .detailconright ul li {
            padding: 5px 0;
        }
        .number-box {
            border: #e5e5e5 solid 1px;
            display: inline-block;
            overflow: hidden;
        }
        .number-box input[type='text'] {
            height: 30px;
            border-top: none;
            border-bottom: none;
            border-left: #e5e5e5 solid 1px;
            border-right: #e5e5e5 solid 1px;
            margin: 0;
            text-align: center;
            width: 40px;
            outline: none;
            padding: 0 5px;
            float: left;
            line-height: 30px;
        }
        .number-box input[type='button'] {
            height: 30px;
            width: 40px;
            float: left;
            border: none;
            outline: none;
            background-color: #f3f3f3;
            line-height: 30px;
            cursor: pointer;
            padding: 0;
        }
        .number-box input[type='button']:hover {
            background-color: #f9f9f9;
        }
        .number-box input[type='button']:active {
            background-color: #f6f6f6;
        }
        .addtocart {
            background-color: #213855;
            display: block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: white;
            margin-top: 25px;
        }
        .addtocart:hover {
            color: white !important;
            text-decoration: none !important;
        }
        .magnifier {
            display: none;
        }
        .swiper-container-detail {
            width: 100%;
        }
        .swiper-container-detail img {
            width: 100%;
        }
    }