body{margin:0;font-size: 14px;font-family: "Hiragino Sans GB","Helvetica Neue","Microsoft YaHei","微软雅黑",Helvetica,STHeiTi,Arial,sans-serif;/*font-family:"Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;*/}
img{border:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;}
input[type="text"],input[type="email"],input[type="password"],textarea{outline: none;}
ul,li,dl,dd,dt{margin:0;padding:0;list-style: none;}
::selection{background-color:#38485a;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.3)}
*::-moz-selection {background-color: #38485A;color: #FFFFFF;text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);}
form,p{margin:0;padding:0;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
a{ 
outline: none;
blr:expression(this.onFocus=this.blur());
}
/*引用样式*/
blockquote {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 0 0 5px;
    padding-right: 8px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    padding: 2px 0;
    padding-left: 20px;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #f9f9f9;
    min-width: 800px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
a{text-decoration: none;color: #525558;}
a:hover{text-decoration: none;}
.placeholder { color: #999; }
.left { float: left; }
.right{float: right;}
.f-red{color:red;}
.f-green{color:green;}
.normal-btn {
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 4px;
    padding: 0 15px;
    height: 30px;
    border: 0;
    text-align: center;
    outline: 0;
    color: #fff !important;
    font-size: 14px;
    line-height: 28px;
    background-color: #5fb336;
    cursor: pointer;
}

div.pages{
    text-align: center;
    padding:15px 0;
}
div.pages a{
    padding:2px 4px;
    margin:0 4px;
}
div.pages a:hover{
    background: #eee;
    text-decoration: none;
}
div.pages a i{
    font-style: normal;
}
div.pages a.on{
    background: #5fb336;
    color:#fff;
}
.my-header{
    position: relative;
    min-width: 100%;
    height: 60px;
    margin: 0 auto;
    background-color: #000;
    font-weight: 500;
    z-index: 4;
    color:#fff;
}
.my-header .inner{
    padding:0 40px;
}
.head-user{
    float: right;
}
.head-nav{
    float: left;
}
.head-search{
    position: absolute;
    padding: 15px 0;
    height: 30px;
    right:300px;
    z-index: 100;
}
.head-search input{
    height: 28px;
    border: 0;
    background: #333;
    border-radius: 4px;
    line-height: 30px;
    padding:0 10px;
    width: 200px;
    color:#ddd;
    outline: none;
}
.head-search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
.head-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
.head-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
.head-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.head-search input:focus{
    background: #fff;
    width: 300px;
    color: #222;
    transition:width 0.5s ease-out;
}
.my-header a.head-logo{
    float: left;
    margin: 14px 40px 0 0;
    height: 35px;
    width: 180px;
    text-align: right;
    color:#aaa;
    font-size: 12px;
    background: url(../images/logo.png) no-repeat left center;
}
.my-header a.head-logo i,.my-header a.head-logo em{
    font-style: normal;
}
.my-header a.head-logo em{
    display: none;
}
.my-header a.head-logo:hover em{
    display: block;
}
.my-header a.head-logo i{
    display: block;
}
.my-header a.head-logo:hover i{
    display: none;
}
.head-nav ul li{
    float: left;
}
.head-nav ul li a{
    float: left;
    display: block;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
}
.head-nav ul li.active > a{
    color: #5fb336;
}
.head-nav ul li a:hover{
    color:#5fb336;
}
.head-nav ul li>a{
    padding: 0 15px;
    letter-spacing: 2px;
}

.my-header .publish-btn {
    display: block;
    line-height: 26px;
    height: 28px;
    padding: 0 27px;
    color: #5fb336;
    width: auto;
    margin-right: 0;
    border: solid 1px #5fb336;
}
.head-user a{
    color:#fff;
}
.head-user ul.main-list > li{
    position: relative;
    float: left;
    margin-right: 15px;    
    padding: 15px 0;
    height: 30px;
}
.head-user ul.main-list .user-info{
    position: relative;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.head-user ul.main-list .user-info img{width:26px;height: 26px;border-radius: 13px;vertical-align: middle;margin-right: 10px;}
.head-user ul.main-list {
    max-width: 300px;
    margin-left: 0;
}
.head-user ul.main-list  ul.sub-list{
    display: none;
}
.head-nav ul.main-list li.sub-list-trigger{
    position: relative;
    z-index: 1000;
}
.head-nav ul.main-list li.sub-list-trigger ul.sub-list{
    display: none;
    width: 200px;
    background-color: #222;
}
.head-nav ul.main-list li.sub-list-trigger ul.sub-list li{
    float: none;
    display: inline-block;
}
.head-nav ul.main-list li.sub-list-trigger ul.sub-list li a{
    float: none;
    display: inline-block;
    line-height: 40px;
}
#footer{
    background: #222222;
    margin:40px auto 0;
    padding: 20px 0;
    text-align: center;
    color: #888;
    line-height: 2;
}
#footer a{
    color:#aaa;
}
.sub-list{
    position: absolute;
    top: 59px;
    z-index: 3;
    left: -20px;
    width: 120px;
    margin-top: 1px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    border-top: 10px solid rgba(0,0,0,0);
}
.sub-list li{
    background-color: #222;
}
.sub-list li:first-child {
    padding-top: 10px;
}
.sub-list li:last-child {
    padding-bottom: 10px;
}
.sub-list li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.secondary-nav {
    position: relative;
    width: 100%;
    padding: 16px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(133,136,138,.1);
    -moz-box-shadow: 0 2px 8px 0 rgba(133,136,138,.1);
    box-shadow: 0 2px 8px 0 rgba(133,136,138,.1);
}
.secondary-nav .nav-add{
    position: absolute;
    right: 50px;
    top: 19px;
    color: #5fb336;
}
.secondary-nav .nav-list {
    text-align: center;
    font-size: 0;
}
.secondary-nav .nav-list li {
    display: inline-block;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}
.secondary-nav .nav-list li.active a {
    border-bottom: 2px solid #5fb336;
}
.secondary-nav .nav-list li a {
    position: relative;
    display: block;
    height: 100%;
    margin: 0 20px;
    color: #222;
    text-decoration: none;
}
.caption-header {
    position: relative;
    padding: 16px 0;
    font-size: 0;
    background-color: #fff;
}
.caption-header .caption-name {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 0 0 40px;
    min-width: 84px;
    letter-spacing: 20px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #222;
}
.caption-header .caption-name::before {
    content: '|||||||||||||||||||||||||||||||||||||||||';
    position: absolute;
    bottom: 0;
    left: 12px;
    z-index: -1;
    width: 84px;
    color: #5fb336;
    overflow: hidden;
    font-weight: lighter;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
}
.caption-header .caption-posts {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 14px;
    color: #c99a05;
    vertical-align: bottom;
}
.container .content {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 40px 20px;
    width: 940px;
    background-color: #fff;
}
.container .content a{
    color:#5fb336;
}
.container .content .avatar-wrap {
    position: absolute;
    right: 40px;
    top: 105px;
}
.container .content .avatar-wrap .avatar {
    border-radius: 100%;
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: center;
    text-align: center;
    line-height: 50px;
    color:#fff;
    text-shadow:0 1px 2px #c4b59d;
}
.container .content .avatar-wrap .change-btn {
    cursor: pointer;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 90px;
    line-height: 28px;
    border: solid 1px #5fb336;
    font-size: 14px;
    color: #5fb336;
    text-align: center;
}
.container .content .avatar-wrap .change-btn input {
    opacity: 0;
    position: absolute;
    top: -999px;
}
.container .content .smallbtn{
    border:1px solid #5fb336;
    color:#5fb336;
    border-radius:4px;
    padding:4px 10px;
    background: #fff;
}
.line-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
.line-wrap .title {
    margin: 0;
    height: 45px;
    font-size: 32px;
    font-weight: 500;
    color: #222;
}
.line-wrap .label {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #222;
}
.line-wrap .input-wrap {
    margin: 12px 0 0;
}
.line-wrap .nomal-textarea {
    width: 460px;
    height: 60px;
    padding: 10px 15px 10px 10px;
    outline: 0;
    font-size: 13px;
    border: solid 2px #e0e0e0;
}
.line-wrap .nomal-input {
    width: 460px;
    height: 20px;
    padding: 10px 15px 10px 10px;
    outline: 0;
    font-size: 13px;
    border: solid 2px #e0e0e0;
}
.line-wrap .readonly{
    background: #eee;
}
.line-wrap select {
    width: 460px;
    padding: 10px 15px 10px 10px;
    outline: 0;
    font-size: 13px;
    border: solid 2px #e0e0e0;
    border-radius: 0;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../images/arrow.png) no-repeat right center;
}
.line-wrap .submit-btn {
    letter-spacing: 4px;
    text-indent: 4px;
    width: 100px;
    height: 40px;
    border: 0;
    text-align: center;
    outline: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    background-color: #5fb336;
    cursor: pointer;
    margin-top: -12px;
}

.list-body{
    padding: 20px 40px;
    min-height: 800px;
    /*max-width: 1800px;*/
    margin:0 auto;
}

.justified-gallery{
    z-index: 1;
}
.content-gallery{
    min-height: 200px;
}
.content-gallery a.photo_link{
    display: block;
    width: 100%;
    height: 100%;
}
.content-gallery .photo_thumbnail .top-button{
    opacity: 0;
    position: absolute;
    z-index: 101;
    width: 100%;
    font-size: 12px;
    min-height: 45px;
    top:0;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.content-gallery .photo_thumbnail .info{
    opacity: 0;
    position: absolute;
    z-index: 101;
    width: 100%;
    min-height: 45px;
    bottom:0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.content-gallery .photo_thumbnail:hover .info,.content-gallery .photo_thumbnail:hover .top-button{
    opacity: 1;
}
.content-gallery .photo_thumbnail .info span.photo-title{
    position: relative;
    max-width: calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color:#fff;
    top:18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-gallery .photo_thumbnail .info span.photo-title:hover{
    background-color: rgba(255,255,255,0.2);
    border-radius: 3px;
}
.content-gallery .photo_thumbnail .info .credits{
    position: absolute;
    top:18px;
    left:10px;
    right: 80px;
}
.sets-gallery .photo_thumbnail .info .credits{
    right: 10px;
}
.content-gallery .photo_thumbnail .info .credits .avatar{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    vertical-align: middle;
}
.content-gallery .photo_thumbnail .info .credits .author-wrap{
    display: inline-block;
    font-size: 14px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    vertical-align: middle;
}
.content-gallery .photo_thumbnail .info .credits .author-wrap .author{
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}
.content-gallery .photo_thumbnail .info a.addto{
    width: 24px;
    height: 24px;
    background: url(../images/gallery-btns.png) no-repeat center -60px;
    position: absolute;
    top:18px;
    right: 10px;
}
.content-gallery .photo_thumbnail .info a.like{
    padding-left: 26px;
    padding-right: 4px;
    line-height: 24px;
    color: #fff;
    height: 24px;
    background: url(../images/gallery-btns.png) no-repeat 3px -159px;
    position: absolute;
    top:18px;
    right: 10px;
}
.content-gallery .photo_thumbnail .info a.liked{
    padding-left: 26px;
    padding-right: 4px;
    line-height: 24px;
    color: #fff;
    height: 24px;
    background: url(../images/gallery-btns.png) no-repeat 3px -191px;
    position: absolute;
    top:18px;
    right: 10px;
}
.content-gallery .photo_thumbnail .top-button .privtype{
    width: 24px;
    height: 24px;
    background: url(../images/gallery-btns.png) no-repeat center 2px;
    position: absolute;
    top:0px;
    right: 10px;
}
.content-gallery .photo_thumbnail .top-button .setcover{
    width: 24px;
    height: 24px;
    background: url(../images/gallery-btns.png) no-repeat center -125px;
    position: absolute;
    top:0px;
    right: 40px;
}
.content-gallery .photo_thumbnail .top-button .remove{
    position: absolute;
    top:0px;
    right: 10px;
    color: #fff;
}
.content-gallery .photo_thumbnail .top-button .remove a{
    color: #fff;
}

.content-gallery .photo_thumbnail .top-button .hits{
    position: absolute;
    top:0px;
    right: 10px;
    color:#fff;
}
.content-gallery .photo_thumbnail .top-button .num{
    position: absolute;
    top:0px;
    left: 10px;
    color:#fff;
}
.content-gallery .photo_thumbnail .top-button .works{
    height: 24px;
    background: url(../images/gallery-btns.png) no-repeat left -233px;
    padding-left: 20px;
}
/*
.content-gallery .photo_thumbnail .top-button .btns,.content-gallery .photo_thumbnail .info a.btns,.content-gallery .photo_thumbnail .info .credits,.content-gallery .photo_thumbnail .info span.photo-title,.content-gallery .photo_thumbnail .hits,.content-gallery .photo_thumbnail .info a.btns{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.content-gallery .photo_thumbnail:hover .info span.photo-title,.content-gallery .photo_thumbnail:hover .info a.btns,.content-gallery .photo_thumbnail:hover .info .credits,.content-gallery .photo_thumbnail:hover .top-button .btns,.content-gallery .photo_thumbnail:hover .hits{
    top:11px;
}
*/

.content-gallery .photo_thumbnail .ani{
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.content-gallery .photo_thumbnail:hover .ani{
    top:11px !important;
}
.content-gallery .photo_thumbnail .info a.author:hover,.content-gallery .photo_thumbnail a.btns:hover{
    background-color: rgba(255,255,255,0.4);
    border-radius: 3px;
}
.content-gallery .photo_thumbnail .top-button .privtype.open{
    background-position: center -30px
}
.loadingbar{
    color:#aaa;
    text-align: center;
    padding: 20px;
}
.loadingbar label{
    padding-right: 60px;
    background: url(../images/dotloading.gif) no-repeat right center;
}
.loadingbar label.nomore{
    padding: 0;
    display: inline-block;
    width: 128px;
    height: 37px;
    background: url(../images/nomore.png) no-repeat center;
    background-size: 128px 37px;
}
.justified-gallery>.spinner{
    display: none;
}
.content-album .photo_thumbnail {
    position: relative;
    z-index: 3;
    width: 360px;
    margin: 0 25px 50px 25px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}
.content-album .photo_thumbnail .credits{
    text-align: center;
    height: 30px;
    padding: 10px 0 15px;
}
.content-album .photo_thumbnail .credits a{
    position: relative;
    z-index: 150;
}
.content-album .photo_thumbnail .credits .avatar{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-size: cover;
    vertical-align: middle;
}
.content-album .photo_thumbnail .credits .author-wrap{
    display: inline-block;
    font-size: 14px;
    max-width: calc(100% - 40px);
    overflow: hidden;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
}
.content-album .photo_thumbnail .credits .author-wrap .author{
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}
.content-album .photo_thumbnail .options{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 40px;
    height: 40px;
    top: 200px;
    z-index: 101;
    text-align: center;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.content-album .photo_thumbnail .options a{
    color:#fff;
    padding:0 20px;
}
.content-album .photo_thumbnail:hover .options{
    display: block;
}
.content-album .photo_thumbnail:hover{
    -webkit-box-shadow:0 1px 15px rgba(0,0,0,.08);
    box-shadow:0 1px 15px rgba(0,0,0,.08)
}
.content-album .photo_thumbnail a.album_link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.content-album .photo_thumbnail .top{
    width:360px;
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #b9c1c7;
    border-radius: 3px 3px 0 0;
}
.content-album .photo_thumbnail .bottom{
    position: relative;
    padding-top: 15px;
    text-align: center;
    border: 1px solid #eeeff2;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
.content-album .photo_thumbnail .bottom a.name{
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    z-index: 150;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 65%;
    display: inline-block;
}
.content-album .photo_thumbnail .bottom a:hover {
    color: #5fb336;
}
.content-album .photo_thumbnail .bottom span.desc{
    color: #999;
    font-size: 14px;
    display: block;
    margin: 0 auto 14px;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
}
.content-album .normal_list .bottom{
    height: 110px;
}
/*
.content-album .normal_list .bottom .credits .avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}
.content-album .normal_list .bottom .credits .author-wrap {
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    vertical-align: middle;
}
*/
.gallery_private_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/gallery-btns.png);
    background-position: 0 -90px;
    background-repeat: no-repeat;
    position: absolute;
    margin: 3px 0 0 3px;
}

.container .head-title {
    margin: 20px 40px;
    height: 45px;
}
.container .head-title label {
    font-size: 32px;
    font-weight: 500;
    color: #222;
}
.container .head-title .album-account {
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #85888a;
    margin-left: 20px;
}
.container .head-title .right{
    float: right;
    margin-left: 5px;
}
.container .head-title .delete-album {
    cursor: pointer;
    width: 64px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #e60a05;
    margin-left: 20px;
    margin-top: 4px;
}


.mini-container .content {
    position: relative;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
    background-color: #fff;
}
.mini-container .content .tag-editor {
    border: solid 2px #e0e0e0;
    width: 460px;
}
.mini-container .content .line-wrap .nomal-input,.mini-container .content .line-wrap select,.mini-container .content .line-wrap .nomal-textarea{
    width: 455px;
    padding:5px;
}
.mini-container .content .line-wrap{
    padding: 10px 0;
}
.mini-search .nomal-input{
    width: 300px;
    padding:4px;
}

.no-data{
    width: 200px;
    padding:80px;
    margin: 150px auto;
    font-size: 24px;
    color: #bbb;
    text-align: center;
    background: url(../images/nodata.png) no-repeat center top;

}
.innercol .gallary_item{
    width:115px;
    height: 115px;
    overflow: hidden;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    cursor: pointer;
}
.innercol .gallary_item em{
    font-style: normal;
    padding: 0 4px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 4px;
    position: absolute;
    left:2px;
    top:2px;
}
.innercol .gallary_item .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}
.innercol .gallary_item:hover .title{
    display: block;
    font-size: 12px;
    width: 100%;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-indent: 4px;
    z-index: 11;
}
.innercol .gallary_item .id_sel{
    display: none;
}
.innercol .gallary_item:hover .check,.innercol .checked .check{
    position: absolute;
    left:40px;
    top:35px;
    width: 32px;
    height: 32px; 
    background: url(../images/check.png) no-repeat center;
}
/*
div.main-container{
    position: relative;
    min-height: 548px;
    background: #000;
    height: 100%;
}*/

div.sidebar-region{
    position: absolute;
    float: right;
    width: 320px;
    top: 0;
    height: 100%;
    right: 0;
    overflow: auto;
    color:#aaa;
    background-color: #000;
}
div.sidebar-region a{
    color:#fff;
}
div.photo-container{
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
    background-color: #000;
    width: calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    min-height: 548px;
    padding: 10px 20px 0 20px;
    box-sizing:border-box;
    border-right: 1px solid #1c1d1e;
    height: 100%;
}
div.photo-view{
    box-sizing:border-box;
    position: absolute;
    top: 40px;
    bottom: 90px;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin:10px 20px;
}

div.photo-container .toolbar .caption{
    text-align: center;
    line-height: 32px;
    color: #fff;
}
div.photo-container img.photo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width: auto;
    height: auto;
    cursor: zoom-in;
    min-height: 50%;
}

div.photo-container .toolbar .right{
    position: absolute;
    right: 10px;
    top: 10px;
}
div.photo-container a.close{
    display: block;
    width:32px;
    height: 32px;
    background: url(../images/close.png) no-repeat center;
    float: right;
    margin-left: 15px;
}
div.photo-container a.download{
    display: block;
    float: right;
    width:32px;
    height: 32px;
    background: url(../images/download.png) no-repeat center;
    margin-left: 15px;
}
div.photo-container a.addto{
    display: block;
    float: right;
    width:32px;
    height: 32px;
    background: url(../images/addto.png) no-repeat center;
    margin-left: 10px;
}

div.photo-container a.fullscreen{
    display: block;
    position: absolute;
    left:10px;
    top: 10px;
    width:32px;
    height: 32px;
    background: url(../images/fullscreen.png) no-repeat center;
    z-index: 1001;
}
div.photo-container a.icon-like{
    display: none;
    position: absolute;
    right:10px;
    top: 10px;
    padding-left:36px;
    width:40px;
    height: 32px;
    line-height: 32px;
    color:#e6e6e6;
    background: url(../images/b-heart.png) no-repeat left;
    z-index: 1001;
}
div.photo-container a.icon-liked{
    display: none;
    position: absolute;
    right:10px;
    top: 10px;
    padding-left:36px;
    width:40px;
    height: 32px;
    line-height: 32px;
    color:#e6e6e6;
    background: url(../images/b-hearted.png) no-repeat left;
    z-index: 1001;
}
div.photo-container a.btn-prev{
    opacity: 0;
    width: 80px;
    position: absolute;
    top: 52px;
    left:0px;
    bottom:100px;
    background: url(../images/a-left.png) no-repeat 10px center;
}
div.photo-container a.btn-next{
    opacity: 0;
    width: 80px;
    position: absolute;
    top: 52px;
    right:0px;
    bottom:80px;
    background: url(../images/a-right.png) no-repeat 35px center;
}
div.photo-container a.btn-prev:hover,div.photo-container a.btn-next:hover{
    opacity: 1;
}
div.photo-thumbs{
    position: absolute;
    width: 100%;
    width: calc(100% - 321px);
    width: -webkit-calc(100% - 321px);
    width: -moz-calc(100% - 321px);
    height: 80px;
    left: 0;
    bottom: 0;
    background: #000;
    white-space: nowrap;
}
div.photo-thumbs ul{
    position: absolute;
    left: 50%;
    top: 10px;
    transition: all 0.3s linear 0s;
    margin-left: -10px;
}
div.photo-thumbs li{
    display: inline-block;
    height: 60px;
    margin-right: 15px;
    opacity: 0.4;
    cursor: pointer;
}
div.photo-thumbs li.next{
    width: 100px;
    background: #eee;
    line-height: 60px;
    text-align: center;
}
div.photo-thumbs li:hover,div.photo-thumbs li.current{
    opacity: 1;
}
div.photo-thumbs li img{
    max-height: 100%;    
    display: inline-block;
    vertical-align: middle;
}
div.fullscreen div.photo-container{
    width:100%;
    border-right: none;
}
div.fullscreen div.photo-view{
    bottom: 0;
}

div.fullscreen a.btn-prev,div.fullscreen a.btn-next{
    bottom: 0;
}
div.fullscreen div.photo-thumbs {
    display: none;
}
div.fullscreen div.photo-container a.close{
    display: none;
}
div.fullscreen div.photo-container a.download{
    display: none;
}
div.fullscreen div.photo-container a.addto{
    display: none;
}
div.fullscreen div.photo-container a.icon-like{
    display: block;
}
div.fullscreen div.photo-container a.icon-liked{
    display: block;
}
div.fullscreen div.sidebar-region{
    display: none;
}
div.sidebar-region .sidebar-actions{
    padding:10px;
}
div.sidebar-region .sidebar-actions a{
    display: inline-block;
    width: 30%;
    font-size: 14px;
    padding-left:30px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
}
div.sidebar-region .sidebar-actions a.icon-like{
    background: url(../images/i-like.png) no-repeat left;
}
div.sidebar-region .sidebar-actions a.icon-liked{
    background: url(../images/i-liked.png) no-repeat left;
}
div.sidebar-region .sidebar-actions a.icon-comment{
    background: url(../images/i-comment.png) no-repeat left;
}
div.sidebar-region .sidebar-actions a.icon-read{
    background: url(../images/i-hot.png) no-repeat left;
}
div.sidebar-region .sidebar-comment{
    padding-top:10px;
}
div.sidebar-region .mc-thread .mc-comments li.mc-post{
    border-top: none;
}
div.sidebar-region .mc-thread .mc-replybox .mc-comment-submit input{
    display: block;
    line-height: 26px;
    height: 28px;
    padding: 0 10px;
    color: #5fb336;
    width: auto;
    margin-right: 0;
    border: solid 1px #5fb336;
    background: transparent;
    border-radius:2px;
    box-shadow:none;
    text-shadow: none;
    font-weight:normal;
}
div.sidebar-region .mc-thread .mc-replybox .mc-comment-textarea{
    border: solid 1px #5fb336;
    box-shadow: none;
    background: #1c1d1e;
}
div.sidebar-region .mc-thread .mc-comments{
    border-bottom: none;
}
div.sidebar-region .mc-thread .mc-comments li.mc-post .mc-avatar img,div.sidebar-region .mc-thread .mc-replybox .mc-avatar img{border-radius: 50%}

div.sidebar-region .sidebar-actions{
    border-bottom: 1px solid #1c1d1e;
}
div.sidebar-region .sidebar-author{
    border-bottom: 1px solid #1c1d1e;
    position: relative;
    height: 80px;
    padding: 20px 0 20px 67px;
    line-height: 1.5;
    box-sizing: border-box;
}
div.sidebar-region .sidebar-author img{
    border-radius: 50%;
    width: 48px;
}
div.sidebar-region .author-head{
    position: absolute;
    left: 10px;
    top: 16px;
}
div.sidebar-region .follow{
    float: right;
    margin-right: 10px;
    margin-top: 8px;
}
div.sidebar-region .follow a{
    display: inline-block;
    color:#5fb336;
    border: 1px solid #5fb336;
    padding: 1px 5px;
    border-radius: 2px;
}
div.sidebar-region .sidebar-description{
    border-bottom: 1px solid #1c1d1e;
    padding: 10px;
    color:#fff;
}
div.sidebar-region .sidebar-description h2{
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
}
div.sidebar-region .sidebar-description p{
    margin:10px 0;
}
div.sidebar-region .sidebar-exif{
    border-bottom: 1px solid #1c1d1e;
    padding-bottom: 10px;
    font-size: 12px;
}
div.sidebar-region .sidebar-exif h2{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.sidebar-exif .camera_settings > div{
    display: inline-block;
    width: 70px;
    text-align: center;
}

.sidebar-exif .camera_settings .cicon {
    background-position: center;
    width:30px;
    height: 30px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
}
.apertureIcon {
    background-image: url(../images/aperture.png);
}
.exposureTimeIcon {
    background-image: url(../images/time.png);
}
.focalLengthIcon{
    background-image: url(../images/focus.png);
}
.isoIcon{
    background-image: url(../images/iso.png);
}
div.sidebar-region .license_metadata{
    border-bottom: 1px solid #1c1d1e;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
}
div.sidebar-region .license_metadata_key{
    color:#888;
    width: 80px;
}
div.sidebar-region .sidebar-edit{
    border-bottom: 1px solid #1c1d1e;
    padding:10px;
}
div.sidebar-region .sidebar-edit a{
    background: #1c1d1e;
    padding: 4px 5px;
    display: inline-block;
    width: 70px;
    text-align: center;
}
div.sidebar-region .sidebar-edit a.big_button{
    width: 100%;
}
div.viewphoto{
    position: fixed;
    z-index: 1000;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.user-banner{
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 180px 40px 40px;
    font-size: 14px;
    line-height: 20px;
    color: #f9f9f9;
    position: relative;
    box-sizing: border-box;
}

.banner-user-avatar{
    display: inline-block;
    margin-right: 26px;
    position: relative;
}
.banner-user-avatar img {
    width: 100px;
    height: 100px;
    border: solid 1px rgba(255,255,255,.1);
    border-radius: 50px;
}
.banner-user-info {
    display: inline-block;
    width: 495px;
    vertical-align: top;
    font-size: 14px;
    text-shadow:0 1px 2px rgba(0,0,0,.7);
}
.banner-user-info .info-name {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}
.banner-user-info a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.banner-user-info  ul {
    margin: 12px 0;
    line-height: 20px;
    height: 20px;
}
.banner-user-info  ul li{
    display: inline-block;
    line-height: 20px;
}
.banner-user-info  ul li::before {
    content: '/';
    color: #E0E0E0;
    font-size: 12px;
    margin: 0 10px;
}
.banner-user-info  ul li:first-child::before{
    content: '';
    margin: 0;
}
.banner-user-info .desc{
    color:#ddd;
}
.banner-act{
    float: right;
    margin-top: 68px;
    text-shadow:0 1px 2px rgba(0,0,0,.7);
}
.banner-act #change-banner{
    cursor: pointer;
}

.head-user .unlogin a{
    display: inline-block;
    margin-top: 12px;
    margin-left: 30px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
}
.head-user .unlogin a.reg{
    width: 100px;
    text-align: center;
    background-color: #5fb336;
    border-radius: 4px;
}

.tag-list {
    margin-right: -25px;
    margin-bottom: -25px;
    font-size: 0;
    max-width: 1188px;
    min-width: 792px;
}
.tag-list li{
    width: 173px;
    height: 173px;
    margin-right: 25px;
    margin-bottom: 25px;
    display: inline-block;
}
.tag-list li a {
    display: block;
    position: relative;
}
.tag-list li a::before {
    content: '';
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.tag-list .tag-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 173px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 10px;
    text-indent: 10px;
}

li.user-row {
    width: 280px;
    margin: 0 10px 20px; 
    position: relative;
    width: 280px;
    display: inline-block;
    background-color: #fff;
    transition: all .2s;
    z-index: 3;
}
li.user-row:hover{
    -webkit-box-shadow:0 1px 15px rgba(0,0,0,.08);
    box-shadow:0 1px 15px rgba(0,0,0,.08)
}
li.user-row .top{
    position: relative;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-color: #b9c1c7;
    border-radius: 3px 3px 0 0;
    transition: all .2s;
    border: 1px solid #eeeff2;
    border-bottom: none;
}
li.user-row .avatar {
    border: 2px solid #fff;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    z-index: 99;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
}
li.user-row .bottom {
    width: 100%;
    height: 120px;
    text-align: center;
    padding-top: 35px;
    border: 1px solid #eeeff2;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
li.user-row span{
    line-height: 1.5;
    color: #b9c1c7;
    font-size: 14px;
    margin: 0 auto 15px;
    display: block;
}
li.user-row .name {
    color: #525558;
    font-size: 24px;
    max-width: calc(100% - 20px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
li.user-row  div.follow-button .button{
    display: inline-block;
    color: #fff;
    background: #5fb336;
    border: 1px solid #5fb336;
    padding: 2px 8px;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    z-index: 150
}
li.user-row  div.follow-button .followed{
    background: #aaa;
    border-color: #aaa;
}
li.user-row .link_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}


.detail-header {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
    color: #fff;
    text-align: center;
}
.detail-header-img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    transform: translate(-50%,-50%);
}
.detail-header-imgbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(10px);
}
.detail-header-imgpop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.detail-header .text-item{
    width: 990px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.detail-header .text-item dt {
    height: 38px;
    line-height: 38px;
    padding-bottom: 27px;
}
.detail-header .text-item dt .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    letter-spacing: .8px;
}
.detail-header .text-item dd a{
    color: #fff;
}
.detail-header .text-item dd img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: cover;
    vertical-align: middle;
}
.detail-header .text-item dt.detail-description{
    padding-top: 20px;
    font-size: 14px;
    line-height: 20px;
}
.detail-header .total-info{
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 14px;
}
.detail-header .back-link{
    position: absolute;
    left: 40px;
    bottom: 40px;
    font-size: 14px;
}
.detail-header .back-link a{
    color:#fff;
}