html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*demo CSS*/
.disnone{ display:none !important;}
img{
    max-width: 100%;
    max-height: 100%;
}
.main-content{
    max-width: 1400px; margin:30px auto;
}
.title{
    margin: 20px 30px;
}
.image-list{
    padding: 10px;
    float:left;
}

.main-content-top .image-list{ width:32%; margin:0.5%;}
/*.main-content-top .image-list .cover{width: 445px;height:275px;}*/
.main-content-bom .image-list{ width:23.8%; margin:0.5%;}
/*.main-content-bom .image-list .cover{ width: 330px;height:220px;}*/
.image-list .cover{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    
    cursor: pointer;
}
.image-list .cover img{
    position:relative; display:block;
}
.image-list .cover p{ text-align:center; line-height:40px; background:#aacf45; color:#FFF; font-size:1.1rem;}

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
    /*background-color: #aacf45;
	background-color: rgba(255,255,255,.7);*/
    position: absolute;
    width: 800px;
    height: 600px;
    margin: auto;
	border-radius:10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #aacf45;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background:#aacf45 url(../img/maximization_white.png);
	background-position: 50%;background-repeat: no-repeat;
    background-size: 14px; 
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../img/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../img/miniaturization_white.png); display:none;
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../img/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background: #aacf45 url(../img/close_white.png);
    background-size: 15px;
	background-position: 50%;background-repeat: no-repeat;
	 margin-left:5px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../img/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background:#aacf45 url(../img/prev_white.png);background-size: 25px;
    background-position: 50%;background-repeat: no-repeat;
}
#pictureViewer .handel-next{
    background:#aacf45 url(../img/next_white.png);background-size: 25px;
    background-position: 50%;background-repeat: no-repeat;;
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #aacf45;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../img/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../img/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 50px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px; display:none;
}
#pictureViewer .hide{
    display:block;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}


@media (max-width:998px) /*手机端*/ {

.image-list .cover{margin-left:0px;}
.main-content-bom .image-list{ width:100%;}
.main-content-top .image-list{ width:100%;}
#pictureViewer > .content{ width:100%; height:360px;}

}