@charset "utf-8";
/* 在屏幕宽度小于768px时生效 */
@media (max-width: 768px) {
	.content #originalpic img{
        position:relative;
        display:inline-flexbox;
		max-width: 80%;
        border:1px solid red;
        /* padding-right:80%; */
        text-align:center;
	  }
	body, html {
		overflow-x: hidden;
	} 
    .thumbpic {
        display:none;
     }
    #piclist {
        display:none;
    }
    
    #piclist ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    
    #piclist ul li {
        float: left;
        cursor: pointer;
        position: relative;
        height: 10px;
        background-image: url(/public/html/img/ico_none.gif);
        background-repeat: no-repeat;
        background-position: center -10px;
    }
    
    #piclist ul li img {
        /* height: 18px; */
        width:auto;
        /* margin: 10px 4px;
        padding: 3px; */
        /* border:1px solid red; */
    }
    
    #piclist .hover {
        height: 86px;
        background-image: url(/public/html/img/ico_bg.gif);
        background-repeat: no-repeat;
        background-position: center -10px;
    }
    #piclist ul li tt {
       display:none;
    }
    .thumbpic a.bntprev {
        float: left;
        width: 20px;
        height: 64px;
        display: block;
        outline: none;
        background-image: url(../img/ico_left.gif);
        background-repeat: no-repeat;
    
        background-position: center 20px;
    }
    
    .thumbpic a.bntnext {
        float: left;
        width: 20px;
        height: 64px;
        display: block;
        outline: none;
        background-image: url(../img/ico_right.gif);
        background-repeat: no-repeat;
    
        background-position: center 20px;
    }
    #aPrev {
        position: absolute;
        z-index: 10;
        left:- 30%;
        top: 0;
        display: block;
        width: 50%;
        height: 100%
    }
    
    #aNext {
        position: absolute;
        z-index: 10;
        right: 30%;
        top: 0;
        display: block;
        width: 50%;
        height: 100%
    }
}
/* 组图开始 小图部分 */

.thumbpic {
    margin: 10px auto;
    width: 780px;
}

.thumbpic .ltp {
    float: left;
    width: 58px;
    height: 86px;
    margin: 10px 35px 0 0;
}

.thumbpic span {
    height: 20px;
    float: left;
    cursor: pointer;
    line-height: 20px;
    width: 80px;
}

.thumbpic .rtp {
    float: left;
    width: 58px;
    height: 86px;
    margin: 10px 0 0 15px;
}

#piclist {
    width: 730px;
    float: left;
    overflow: hidden;
    height: 86px;
    position: relative;
}

#piclist ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 20000px;
    position: relative;
}

#piclist ul li {
    float: left;
    cursor: pointer;
    position: relative;
    height: 86px;
    background-image: url(/public/html/img/ico_none.gif);
    background-repeat: no-repeat;
    background-position: center -10px;
}

#piclist ul li img {
    height: 58px;
    width: 78px;
    margin: 10px 4px;
    padding: 3px;
}

#piclist .hover {
    height: 86px;
    background-image: url(/public/html/img/ico_bg.gif);
    background-repeat: no-repeat;
    background-position: center -10px;
}

#piclist ul li tt {
    background: #000;
    color: #FFF;
    position: absolute;
    z-index: 20;
    font-family: arial;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
    margin: 55px 0 0 -85px;
}



.thumbpic a.bntprev {
    float: left;
    width: 20px;
    height: 64px;
    display: block;
    outline: none;
    background-image: url(../img/ico_left.gif);
    background-repeat: no-repeat;

    background-position: center 20px;
}

.thumbpic a.bntnext {
    float: left;
    width: 20px;
    height: 64px;
    display: block;
    outline: none;
    background-image: url(../img/ico_right.gif);
    background-repeat: no-repeat;

    background-position: center 20px;
}

img {
    max-width: 100%;
    height: auto;
    }
    body, html {
    overflow-x: hidden;
} 




#originalpic {
    position: relative;
    overflow: hidden;
    zoom: 1;
    height: 100%;
    clear: both;
    text-align: center;
    margin: auto;
    width: auto;
}

#originalpic img {
    display: none;
    position: relative;
    max-width: 500px;
}

#aPrev {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
}

#aNext {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
}