﻿/* album */
#mid_pos {position:absolute;}
#mid_div {width:550px;height:550px;cursor:crosshair;border:#d0d0d0 1px solid;background:#F2F2F2;}
#zoomer {width:160px;height:120px;background:#FFFFFF url('ab-zoom-bg.gif');position:absolute;z-index:6;opacity:0.5;filter:alpha(opacity=50);}
#big_div {width:450px;height:450px;border:#EEEEEE 1px solid;background:#FFFFFF;position:absolute;overflow:hidden;}
#big_pic {position:absolute;}
.tbs {width:90px;height:550px;}
.tbs img {cursor:pointer; margin-bottom:10px; margin-right:10px}
.tbsl {width:32px;height:71px;float:left;}
.tbsr {width:20px;height:71px;float:left;}
.tbsm {width:90px;height:550px;float:left;overflow:hidden;}
.ab_zoom {width:30px;height:30px;background:url('ab-zoom.png') no-repeat center center;position:absolute;z-index:5;margin:520px 0 0 -30px;}
.ab_play {width:48px;height:48px;border-radius:50%;background:#FFFFFF url('ab-play.png') no-repeat center center;position:absolute;z-index:7;margin:-270px 0 0 226px;}
.ab_play:hover {background:#FFFFFF url('ab-play-on.png') no-repeat center center;cursor:pointer;}
.ab_hide {width:30px;height:30px;background:url('ab-hide.png') no-repeat center center;position:absolute;z-index:12;margin:-40px 0 0 470px;display:none;}
.ab_hide:hover {background:url('ab-hide-on.png') no-repeat center center;cursor:pointer;}
.ab_video {width:550px;height:500px;border:#000000 1px solid;background:#000000;position:absolute;z-index:7;margin:-502px 0 0 0;display:none;}
.ab_im {padding:2px;margin:0 14px 0 0;border:#d0d0d0 1px solid;float:left;width:80px;height:80px;}
.ab_on {padding:2px;margin:0 14px 0 0;border:#FF6600 1px solid;float:left;width:80px;height:80px;background:#FF6600;}


 .container-box{
            margin: 0 auto;
            width: 1220px;
            max-width: 1220px;
        }
 .anchor-box{
            position: -webkit-sticky;
            position: sticky;
            top: 0px;
            z-index: 99;
            padding-bottom: 18px;
            border: 1px solid #dfdfdf;
            background: #fff;
        }
        
        .anchor-list{
            display: flex;
            margin: 0 10px;
            padding-bottom: 8px;
            border-bottom: 1px dashed #d4d4d4;
        }
        .anchor-item{
            flex: 1;
            position: relative;
            padding-top: 5px;
            line-height: 26px;
            text-align: center;
            font-size: 15px;
            color: #222;
        }
        .anchor-item.active,.anchor-item:hover{
            color: #0089f5;
        }
        .anchor-item i{
            position: absolute;
            margin-left: -5px;
            bottom: -13px;
            left: 50%;
            width: 9px;
            height: 9px;
            background-color: #b2b2b2;
            border-radius: 5px;
        }
        .anchor-item.active i,.anchor-item:hover i{
            background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAWlBMVEUAAAAAif0Aif0Aif0Aif4Aif0AiP0Aif0Aif4Aif0Aif0Aif0Aif0Aif4Aif0Aif0Aif4Aif0Aif4Aif0AiP0Aif0AiP0Aif7////s+P8AjP2Azf9+zf91yf+ZdnrUAAAAF3RSTlMAFPHQw4T4F9TSrZyQU1MHBvnxNzcODmiZdnAAAABySURBVAjXTYxZEsIwDEPlrN2gZQ1J4f7XRDU0zfuQ9WY0BhHfh2C9QDmbpJiTWqrQ5XqoifA8Zc15LSwelvl+kQ9Lj8DMm2aWC0qrBkM7HnBvX92AKVUmAIvbzS0g0v2sEyjRbmYj/jwdlw9U5nGctXwB1q8NnnVrcrgAAAAASUVORK5CYII=") top center no-repeat;
            margin-left: -7px;
            bottom: -18px;
            width: 14px;
            height: 16px;
        }
		
     .product-info3{
            margin-top: 10px;
        }
        .product-info-box{
            border: 1px solid #ddd;
            border-top: 0;
        }
        .product-info-box:first-child{
            border-top: 1px solid #ddd;
        }
        .product-info-title{
            font-size: 18px;
            font-weight: bold;
            border-bottom: 1px solid #ddd;
            background: #f1f1f1;
            padding: 8px 15px;
        }
        .product-info-container{
            padding: 10px 15px;
            line-height: 1.8em;
            font-size: 15px;
            color: #222;
        }
        .product-info-container img{
            width: unset;
            max-width: 100%;
        }
        .product-info-container table{
            word-break: break-all;
        }
		
	
	
	
	
	
        .carousel-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 0 0px;
            margin-bottom: 0px;
        }

        .carousel-wrapper {
            width: 100%;
            overflow: hidden;
        }

        .carousel {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-item {
            flex: 0 0 calc(100% / 6);
            padding: 12px;
            height: 40vh;
            box-sizing: border-box;
        }

        .carousel-image {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
        }

        .carousel-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; border:#eee 1px solid
        }

        .carousel-caption {
            margin-top: 10px;
            text-align: center;
            font-size: 14px;
        }

        /* 通用按钮样式 */
        .carousel-btn {
            position: absolute;
            top: 46%;
            transform: translateY(-50%);
            width: 32px;
            height: 32px;
            background-color: rgba(0, 0, 0, 0.6);
            border: none;
            border-radius: 50%;
            color: white;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .carousel-btn:hover {
            background-color: rgba(0, 0, 0, 0.4);
            transform: translateY(-50%) scale(1.1);
        }

        /* 按钮位置 */
        .prev { left: 20px; }
        .next { right: 20px; }

        /* 标题样式 */
        .section-title {
            text-align: left;
            width: 100%;
            font-size: 32px;
            font-weight: bold;
            padding-top: 20px;
            padding-bottom: 15px;
            padding-left: 12px;
            margin: 0;
        }