img {
    vertical-align: top;
    border: 0;
}

.clear {
    clear: both;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.Opacity {
    opacity: .5;
    filter: alpha(opacity=50);
}

.slide {
    width: 640px;
    height: 430px;
    position: relative;
    margin: 0 auto;
}

#PicSlide {
    /* width: 640px; */
    width: 840px;
    overflow: hidden;
    _zoom: 1;
    /* height: 430px; */
    height: 630px;
}

#PicSlide .img {
    border: 5px solid #333333;
    /* height: 360px; */
    height: 560px;
    overflow: hidden;
    _zoom: 1;
}

#PicSlide .title {
    bottom: 70px;
    width: 100%;
    position: absolute;
}

#PicSlide .shadow {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    height: 70px;
}

#PicSlide .title .h3 {
    z-index: 30;
    line-height: 20px;
    margin: 4px 10px 0 10px;
}

#PicSlide .title .h3 a {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

#PicSlide .thumb {
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    _zoom: 1;
    height: 70px;
}

#PicSlide .thumb ul {
    z-index: 20;
    width: 840px;
    overflow: hidden;
    _zoom: 1;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#PicSlide .thumb li {
    width: 120px;
    height: 60px;
    /* margin-right: 10px; */
    float: left;
    _display: inline;
}

#PicSlide .thumb .now-status {
    position: absolute;
    width: 130px;
    height: 20px;
    background: url(__TMPL__/public/assets/images/slider-ico.png) no-repeat 0 0;
    z-index: -1;
    top: 0;
    left: 0;
}

@media all and (min-width: 100px) and (max-width: 700px) {

    #PicSlide{
        width: 100%;
        height: 330px;

    }
    #PicSlide .img {
        border: 5px solid #333333;
        height: 260px;
        overflow: hidden;
        _zoom: 1;
    }
}