@charset "utf-8";

#view_images img {
    border: 0;
    display: block
}
#view_images .pic_page_box {
    background-color: #fff;
}

#view_images .share_box {
    padding: 0 20px;
}

#view_images .whitebg {
    margin-bottom: 15px;
    border: unset;
    border-top: 1px solid #eee;
}

#view_images ul,
#view_images li {
    list-style: none;
}

/*#view_images a:hover {
    color: #000;
    text-decoration: none;
}*/

#view_images .clear {
    clear: both;
    width: 100%;
    overflow: hidden;
}

/*blockquote {
    border-left: #ccc 5px solid;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}*/

/*album_box*/
#view_images .album_box {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

#view_images .album_info {
    float: left;
    overflow: hidden;
    width: 78%;
}

#view_images .album_info i {
    display: block;
    width: 133px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    border: 4px solid #e9f1f5;
    
}

#view_images .album_info img {
    width: 100%;
    min-height: 100%;
}

#view_images .album_info h1 {
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#view_images .album_info h1 span {
    color: #808595;
    font-size: 13px;
    line-height: 26px;
    font-weight: normal;
    margin-left: 20px
}

#view_images .album_info em {
    color: #808595;
    font-size: 13px;
    font-style: normal;
    margin-right: 20px
}

#view_images .album_info p.a_i_ms {
    margin-bottom: 10px;
}

#view_images .album_info p.a_i_ms a {
    color: #c50060
}

/*visitor_area*/
#view_images .visitor_area {
    width: 20%;
    float: right;
    text-align: right;
    margin-top: 20px;
}

#view_images .visitor_area li {
    float: left;
    text-align: center;
    width: 50%;
    font-size: 16px;
}

#view_images .visitor_area li span {
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

/*pics_content*/
#view_images .pics_content {
    padding: 0px 10px;
}

#view_images .pics_content ul {
    overflow: hidden;
}

#view_images .pics_content ul li {
    float: left;
    width: 25%;
}

#view_images .pics_content ul li a {
    display: block;
    margin: 10px 0px;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}

#view_images .pics_content ul li i {
    height: 195px;
    overflow: hidden;
    display: block;
}

#view_images .pics_content ul li img {
    width: 100%;
    min-height: 100%;
    transition: all .5s;
}

#view_images .pics_content ul li:hover img {
    transform: scale(1.1)
}

/*album_next*/
#view_images .album_next {
    margin: 10px;
    overflow: hidden;
}

#view_images .album_next ul {
    overflow: hidden
}

#view_images .album_next ul li.pre_l {
    width: 50%;
    float: left;
}

#view_images .album_next ul li.next_r {
    width: 50%;
    float: right;
}

#view_images .album_next ul li a {
    display: block;
    padding: 20px;
    overflow: hidden;
}

#view_images .album_next ul li.pre_l a {
    background: url(../images/icon_left.png) no-repeat left center;
    padding-left: 70px;
}

#view_images .album_next ul li.next_r a {
    text-align: right;
    background: url(../images/icon_right.png) no-repeat right center;
    padding-right: 70px
}

#view_images .album_next span {
    color: #808595;
    margin-bottom: 30px;
    font-size: 16px;
}

#view_images .album_next i {
    width: 120px;
    height: 90px;
    display: block;
    overflow: hidden;
    
    float: left;
}

#view_images .album_next i img {
    width: 100%;
    min-height: 100%;
    transition: all .5s;
}

#view_images .album_next ul li:hover img {
    transform: scale(1.1)
}

#view_images .album_next h3 {
    font-size: 18px;
    margin: 10px 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#view_images .album_next p {
    color: #808595;
    font-size: 13px;
}

#view_images .album_next ul li.pre_l i {
    margin-right: 20px;
}

#view_images .album_next ul li.next_r i {
    float: right;
    margin-left: 20px;
}