/* 统一容器宽度设置 - 所有容器都居中对齐 */
.ey_crumb_main,
.eypronr_main,
.eypronr_content,
.eypronr_right {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* 具体调整各个容器的样式 */
.ey_crumb_main {
    width: 1400px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.eypronr {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.eypronr_main {
    width: 1400px;
    margin: 60px auto;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.eypronr_content {
    width: 1400px;
    margin: 40px auto;
    padding: 0;
    box-sizing: border-box;
    float: none;
    /* 移除浮动 */
}

.eypronr_right {
    width: 100%;
    /* 改为100%宽度 */
    margin: 0 auto;
    /* 居中对齐 */
    padding: 0;
    float: none;
    /* 移除浮动 */
    box-sizing: border-box;
}

/* 移除原有的浮动布局，使用现代布局 */
.eypronr_content .eypronr_left,
.eypronr_content .eypronr_right {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

/* 产品图片和文字区域布局 */
.eypronr_img {
    width: 45%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

.eypronr_text {
    width: 52%;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    float: right;
}

/* 产品内容区域 */
.eypronr_con {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

/* 恢复原有的 eypronr_btm 样式 */
.eypronr_btm {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 40px auto 0;
    padding: 0;
    box-sizing: border-box;
}

.eypronr_btm a {
    display: block;
    width: auto;
    height: 60px;
    overflow: hidden;
    margin: 0 40px 0 0;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 30px;
    float: left;
    text-decoration: none;
}

.eypronr_btm a.btn01 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background-color: rgba(220, 0, 47, 0.05);
    border-radius: 50%;
    float: left;
    box-sizing: border-box;
}

.eypronr_btm a.btn01 i em {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #1E388D url(../images/ico11.png) center center no-repeat;
    background-size: 30px 30px;
    border-radius: 50%;
}

.eypronr_btm a.btn01 span {
    display: block;
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #1E388D;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 20px;
    float: left;
    box-sizing: border-box;
}

.eypronr_btm a.btn02 {
    margin: 0;
}

.eypronr_btm a.btn02 i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 6px;
    background: rgba(51, 51, 51, 0.05);
    border-radius: 50%;
    float: left;
    box-sizing: border-box;
}

.eypronr_btm a.btn02 i em {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    background: #333333 url(../images/ico12.png) center center no-repeat;
    background-size: 30px 30px;
    border-radius: 50%;
}

.eypronr_btm a.btn02 span {
    display: block;
    width: auto;
    height: 60px;
    line-height: 40px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px 30px 10px 20px;
    float: left;
    box-sizing: border-box;
}

/* 确保图片预览区域正常显示 */
#preview {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jqzoom {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
    /* background: #f9f9f9; */
    border-radius: 6px;
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: contain;
}

#spec-n5 {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

#spec-list {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

#spec-list ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#spec-list ul li {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    margin: 0 8px;
    padding: 0;
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#spec-list ul li:hover p,
#spec-list ul li p.active {
    border-color: #1E388D;
}

#spec-list ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

/* 产品信息区域样式 */
.eypronr_name {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.eypronr_ms {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.eypronr_ms span {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.eypronr_ms span img {
    margin-right: 10px;
}

.eypronr_ms p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.eypronr_tags {
    width: 100%;
    margin-bottom: 30px;
}

.eypronr_tags dl {
    margin: 0;
    padding: 0;
}

.eypronr_tags dl dd {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
}

.eypronr_tags dl dd i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #1E388D;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

.eypronr_tit {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1E388D;
}

.eypronr_tit span {
    font-size: 20px;
    font-weight: bold;
    color: #1E388D;
    margin-right: 40px;
}

.eypronr_tit a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.eypronr_tit a:hover {
    color: #1E388D;
}

.pronrtext {
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.pronrtext img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border-radius: 4px;
}

/* 响应式设计 */
@media (max-width: 1440px) {

    .ey_crumb_main,
    .eypronr_main,
    .eypronr_content,
    .eypronr_right {
        width: 100%;
        max-width: 1200px;
        padding: 0 20px;
    }

    .ey_crumb_main {
        width: 100%;
        padding: 0 20px;
    }

    .eypronr_main,
    .eypronr_content {
        width: 100%;
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {

    .ey_crumb_main,
    .eypronr_main,
    .eypronr_content,
    .eypronr_right {
        max-width: 1000px;
    }
}

@media (max-width: 1024px) {
    .eypronr_main {
        padding: 20px;
        margin: 40px auto;
    }

    .eypronr_img,
    .eypronr_text {
        width: 100%;
        float: none;
    }

    .eypronr_img {
        margin-bottom: 30px;
    }

    .jqzoom {
        height: 350px;
    }
}

@media (max-width: 768px) {

    .ey_crumb_main,
    .eypronr_main,
    .eypronr_content,
    .eypronr_right {
        padding: 0 15px;
    }

    .eypronr_main {
        margin: 20px auto;
        padding: 15px;
    }

    .eypronr_name {
        font-size: 24px;
    }

    .jqzoom {
        height: 300px;
    }

    #spec-list ul li {
        width: 60px;
        height: 60px;
        margin: 0 5px;
    }

    .eypronr_btm a {
        margin: 0 20px 0 0;
    }

    .eypronr_btm a.btn01 span,
    .eypronr_btm a.btn02 span {
        font-size: 18px;
        padding: 10px 20px 10px 15px;
    }

    .eypronr_con {
        padding: 20px;
    }

    .eypronr_tit {
        flex-direction: column;
        align-items: flex-start;
    }

    .eypronr_tit span {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

@media (max-width: 480px) {

    .ey_crumb_main,
    .eypronr_main,
    .eypronr_content,
    .eypronr_right {
        padding: 0 10px;
    }

    .jqzoom {
        height: 250px;
    }

    #spec-list ul li {
        width: 50px;
        height: 50px;
    }

    .eypronr_name {
        font-size: 20px;
    }

    .eypronr_ms span {
        font-size: 16px;
    }

    .pronrtext {
        font-size: 14px;
    }

    .eypronr_btm {
        height: auto;
    }

    .eypronr_btm a {
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
    }

    .eypronr_btm a.btn01 span,
    .eypronr_btm a.btn02 span {
        font-size: 16px;
    }
}

/* 清除浮动 */
.clear {
    clear: both;
}

/* 搜索结果区域美化 */
.search_results_info {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 28px;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(30, 56, 141, 0.12);
    overflow: hidden;
    transition: all 0.3s ease;
}

.search_results_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.search_results_info:hover {
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.12),
        0 2px 8px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.search_keyword_display {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.search_label {
    font-size: 15px;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.search_term {
    font-size: 16px;
    font-weight: 700;
    color: #1E388D;
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(30, 56, 141, 0.1) 0%, rgba(30, 56, 141, 0.05) 100%);
    border-radius: 10px;
    margin: 0 4px;
    box-shadow: 0 2px 8px rgba(30, 56, 141, 0.15);
    border: 1px solid rgba(30, 56, 141, 0.15);
    transition: all 0.3s ease;
}

.search_term:hover {
    background: linear-gradient(135deg, rgba(30, 56, 141, 0.15) 0%, rgba(30, 56, 141, 0.1) 100%);
    box-shadow: 0 4px 12px rgba(30, 56, 141, 0.2);
    transform: scale(1.02);
}

.results_count {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 20px;
}

.clear_search_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto;
}

.clear_search_btn:hover {
    background: #f5f5f5;
    border-color: #1E388D;
    color: #1E388D;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(30, 56, 141, 0.15);
}

.clear_search_btn i {
    font-size: 14px;
    font-style: normal;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.clear_search_btn:hover i {
    background: #1E388D;
    color: #fff;
}

/* 无搜索结果提示美化 */
.no_results {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.no_results_content {
    max-width: 400px;
    margin: 0 auto;
}

.no_results_content i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 24px;
    opacity: 0.6;
}

.no_results_content i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.no_results_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.no_results_content p {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 24px;
}

.back_to_all_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    background: linear-gradient(135deg, #1E388D 0%, #2D4A9E 100%);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 56, 141, 0.3);
}

.back_to_all_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 56, 141, 0.4);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .search_results_info {
        padding: 12px 16px;
    }

    .search_keyword_display {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .clear_search_btn {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .search_term {
        font-size: 15px;
        padding: 3px 8px;
    }

    .no_results {
        padding: 40px 15px;
    }

    .no_results_content i {
        width: 80px;
        height: 80px;
        margin-bottom: 16px;
    }

    .no_results_content h3 {
        font-size: 18px;
    }

    .no_results_content p {
        font-size: 14px;
    }

    .back_to_all_btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .search_results_info {
        padding: 10px 12px;
        border-radius: 8px;
    }

    .search_label {
        font-size: 13px;
    }

    .search_term {
        font-size: 14px;
    }

    .results_count {
        font-size: 12px;
    }

    .clear_search_btn {
        padding: 6px 12px;
        font-size: 13px;
    }

    .no_results {
        padding: 30px 10px;
    }

    .no_results_content i {
        width: 60px;
        height: 60px;
    }

    .no_results_content h3 {
        font-size: 16px;
    }

    .no_results_content p {
        font-size: 13px;
    }
}