@CHARSET "US-ASCII";

nav > .pagination > li > a,
nav > .pagination > li > span{
    font-size: 18px;
}

.div_view_photo{
    padding: 15px;
}


.picture_name{
    width: 100%;
    font-size: 18px;
    color: #000;
}

.div_play_center_box{
    width: 100%;
    display: inline-block;
    position: relative;
    float: left;
}
.div_play_nav_block{
    display: block;
    text-align: center;
    margin-top: 34px;
    width: 100%;
}

.a_change_picture{
    color: #D44930;
    font-size: 18px;
    margin: auto 10px;
}
.div_display_image{
    width: 100%;
    text-align: center;
    display: block;
}


.img_view_image{
    width: auto;
    height: auto;
    min-width: 30px;
    min-height: 30px;
    margin-top: 25px;
    max-width: 100%;
    max-height: 100%;
}

/*************以上是查看图片的css*************************/

#div_upload_box{
    width:80%;
    margin-left: 10%;
    margin-top: 88px;
    min-height:550px;
    background:#F8F8F8;


}

.span_upload_title{
    font-size: 14px;
    color: #575757;
    line-height: 14px;

}
.span_upload_prompt{
    font-size: 12px;
    color: #979797;
    line-height: 12px;

}

.look_uploaded_picture{
    font-size: 14px;
    color: #F18F68;
    line-height: 14px;
    display: block;
    margin-top: 20px;

}


.back_active_page:hover,
.back_active_page:focus
{
    color: #969696;
}

.back_active_page{
    width: auto;
    height: 72px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #ADADAD;
    margin-top: 35px;
}

.back_active_page_text{
    display: block;
    margin-top: 10px;
}

.img_back_icon{
    width: 32px;
    height: 32px;
}

.div_upload_box{
    margin-top: 20px;
    background:#F8F8F8;
    padding: 15px;

}

/*************以上是上传图片的css*************************/
.breadcrumb_nav{
    color: #D44930;
    font-size: 18px;
}

.breadcrumb_nav_active{
    color: #000;
    font-size: 16px;
}

.div_photo_list_box{
    margin-top: 45px;
}


.span_photo_title{
    font-size: 18px;
    color: #000;
    margin-right: 60px;
    line-height: 1.2em;

}

.ul_photos_list{
    margin-top: 25px;
}
.a_photo_image_item_box{
    width: 210px;
    display: block;
    text-align: center;
    overflow: visible;
}

.img_photo_item{
    width: 210px;
    height: 130px;
}
.span_photo_name{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: inline-block;
    width: 100%;
    max-height: 34px;
    overflow: hidden;
}

.photo_item{
    min-height: 160px;
    display: inline-block;
}


.photoBox {
    margin-top: 10px;
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
    width: 80%;
    margin-left: 10%;
    display: block;
}

.photoBox > li {
    background-color: #009999;
    border: 1px solid #0099FF;
    border-radius: 5px 5px 5px 5px;
    float: left;
    height: 150px;
    margin-left: 5px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 170px;
}
 .photoBox > li > a > .viewThumb {
    height: 150px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 170px;
}
.photoBox > li > a > .viewThumb > img {
    height: 100%;
    width: 100%;
}

