.article-wrapper {
    width: 100%;
    margin-bottom: 60px;
}

.article-wrapper .article-bar {
    background-color: #ffca6b;
    color: #202223;
    text-align: center;
    padding: 10px 0;
    font-family: Arial, sans-serif;
}

.clear, .clearfix {
    clear: both;
}

.pro_detail_media {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 1.5rem auto;
    align-items: flex-start;
}

.pro_detail_img {
    flex: 1 1 40%;
    min-width: 280px;
    height: 452px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.jqzoom {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.jqzoom img, #spec-list ul li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#ceshi {
    display: block;
    margin: auto !important;
    position: absolute;
    inset: 0;
}

#spec-n5 {
    width: 100%;
    height: 82px;
    padding-top: 10px;
    overflow: hidden;
}

#spec-list {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0;
    position: relative;
}

#spec-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-h li, #spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 18.4%;
    height: 80px;
    margin: 0 2% 0 0;
}

#spec-list ul li:last-child {
    margin: 0;
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #eaeaea;
    position: relative;
    box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid #0d59ab;
}

#spec-list ul li img {
    max-width: 94%;
    max-height: 94%;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 104% !important;
    background: url("../images/loading.gif") #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    width: 200px !important;
    height: 200px !important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    background: url("../images/mask.png") 0 0 repeat;
    opacity: 0.5;
    cursor: move;
}

.pro_detail_text {
    flex: 1 1 55%;
    min-width: 280px;
    box-sizing: border-box;
    padding-left: 20px;
}

.pro_detail_text h1 {
    font-size: 24px;
    line-height: 1.3;
}

.pro_detail_btn {
    width: 100%;
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
    .pro_detail_img {
        height: auto;
        margin-bottom: 20px;
    }
    .jqzoom {
        height: 285px;
    }
    .pro_detail_text {
        min-height: 260px;
        padding-bottom: 48px;
    }
    .pro_detail_text h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .zoomdiv, .jqZoomPup {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pro_detail_img {
        height: auto;
        margin-bottom: 20px;
    }
    .jqzoom {
        height: 285px;
    }
    .pro_detail_text {
        min-height: 260px;
        padding-bottom: 48px;
        padding-left: 0;
    }
    .pro_detail_text h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .zoomdiv, .jqZoomPup {
        display: none !important;
    }
}

.quote-btn {
    background-color: #f78131;
    color: #000;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}
.quote-btn:hover {
    opacity: 0.8;
}

.pro_detail_content .tab-container {
	width: 100%;
	margin: 0 auto;
}

.pro_detail_content .tab-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	background-color: #f78131;
}

.pro_detail_content .tab-item {
	padding: 10px 20px;
	cursor: pointer;
	color: #333;
	margin-right: 2px;
}

.pro_detail_content .tab-item.active {
	border-bottom: 1px solid #333333;
	color: #fff;
}

.pro_detail_content .tab-content {
	border: 1px solid #ccc;
	padding: 1.5rem;
}

.pro_detail_content .tab-panel {
	display: none;
}

.pro_detail_content .tab-panel.active {
	display: block;
}

.article-wrapper h1 {
    text-align: center;
    line-height: 5rem;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.article_details_tongji {
	text-align: center;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
}