﻿/* album */
#mid_pos {position:absolute;}
#mid_div {width:500px;height:500px;cursor:crosshair;border:#EEEEEE 1px solid;background:#F2F2F2;}
#zoomer {width:160px;height:120px;background:#FFFFFF url('../Images/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; z-index:11111}
#big_pic {position:absolute;}
.tbs {width:514px;height:70px;margin:20px 0;}
.tbs img {cursor:pointer;}
.tbsl {width:32px;height:71px;float:left;}
.tbsr {width:20px;height:71px;float:left;}
.tbsm {width:450px;height:71px;float:left;overflow:hidden;}
.ab_zoom {width:30px;height:30px;background:url('../Images/ab-zoom.png') no-repeat center center;position:absolute;z-index:5;margin:470px 0 0 -30px;}
.ab_play {width:48px;height:48px;border-radius:50%;background:#FFFFFF url('../Images/ab-play.png') no-repeat center center;position:absolute;z-index:7;margin:-270px 0 0 226px;}
.ab_play:hover {background:#FFFFFF url('../Images/ab-play-on.png') no-repeat center center;cursor:pointer;}
.ab_hide {width:30px;height:30px;background:url('../Images/ab-hide.png') no-repeat center center;position:absolute;z-index:12;margin:-40px 0 0 470px;display:none;}
.ab_hide:hover {background:url('../Images/ab-hide-on.png') no-repeat center center;cursor:pointer;}
.ab_video {width:500px;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:#C0C0C0 1px solid;float:left;width:65px;height:65px;}
.ab_on {padding:2px;margin:0 14px 0 0;border:#FF6600 1px solid;float:left;width:65px;height:65px;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;
        }