/* picture */
.picture,.correlation_picture {
    position: relative;
    z-index: 10;
}
.picture .center {
    position: relative;
}
.picture .picture_list,
.correlation_picture .picture_list {
    display: none;
}
.picture .column {
    width: 418px;
    overflow: hidden;
    height: auto;
    float: left;
    margin-right: 23px;
}
.correlation_picture .column {
    width: 392px;
    overflow: hidden;
    height: auto;
    float: left;
    margin-right: 22px;
}
.picture .three,
.correlation_picture .three {
    margin-right: 0;
}
.picture .column .item {
    position: relative;
    margin-bottom: 23px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.correlation_picture .column .item {
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.picture .column .item .explain,
.correlation_picture .column .item .explain {
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0,0,0,0);
    color: #fff;
}
.picture .column .item:hover .explain,
.correlation_picture .column .item:hover .explain {
    top: 0;
    background: rgba(0,0,0,0.5);
}
.picture .column .item .top .picture_title,
.correlation_picture .column .item .top .picture_title {
    font-size: 14px;
    letter-spacing: 1px;
    width: 40%;
    margin-top: 4px;
}
.picture .column .item .top .tag,
.correlation_picture .column .item .top .tag {
    width: 55%;
}
.picture .column .item .top .tag span,
.correlation_picture .column .item .top .tag span {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
    color: #666;
    background-color: #f0f0f0;
	border-radius: 3px;
}
.picture .column .item .bottom .user span,
.correlation_picture .column .item .bottom .user span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.picture .column .item .bottom .user span img,
.correlation_picture .column .item .bottom .user span img{
    height: 100%;
}
.picture .column .item .bottom .like span,
.correlation_picture .column .item .bottom .like span {
    color: inherit;
    font-size: 20px;
}





.more {
    margin-top: 77px;
}



.picture_bg {
    width: 100%;
    height: 560px;
    position: relative;
}
.picture_bg img {
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}



.picture_detail {
    z-index: 99;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    overflow-y: auto;
    overflow: hidden;
}
.picture_detail .picture_container {
    width: 1306px;
    position: relative;
    height: 90%;
    border-radius: 15px 6px 6px 15px;
    top: 5%;
    margin: 0 auto;
    background: #fff;
}
.picture_detail .center {
    width: 1306px;
    position: relative;
    overflow-y: auto;
    height: 100%;
    padding: 0 40px;
}
/*滚动条样式*/
.picture_detail .center {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;

    /*火狐下隐藏滚动条*/
    scrollbar-width: none;
}
.picture_detail .center::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background: none;
}
.picture_detail .center::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(242,187,81,1);
}
.picture_detail .center::-webkit-scrollbar-track {/*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 6px;
    background: #f4f4f4;
}

.picture_detail .user_info {
    width: 1300px;
    font-size: 12px;
    color: #fca61b;
    border-radius: 15px 0 0 0;
    background: #fff;
    left: -40px;
    right: 0;
    z-index: 1000;
    margin: 0 auto;
    padding: 25px 40px;
    position: relative;
}
.picture_detail .user_info_fixed {
    position: fixed;
    top: 5%;
    left: 0;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    box-shadow: 0 3px 10px rgba(150,150,150,0.3);
}
.picture_detail .user_info .user span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.picture_detail .user_info .user span img{
    height: 100%;
}
.picture_detail .user_info .control a {
    width: 90px;
	height: 44px;
	background-color: #fff;
	border-radius: 5px;
    border: solid 1px #e5e5e5;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}
.picture_detail .user_info .control span {
    font-size: 16px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    margin-right: 5px;
    margin-left: 0;
    color: inherit;
}
.picture_detail .user_info .control a:last-child span {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.picture_detail .user_info .control .active {
    animation: none;
}
.picture_detail .user_info .control .active,
.picture_detail .user_info .control a:hover {
    color: #fca61b;
}

.picture_detail .picture_img_list_container {
    width: 1300px;
    position: relative;
    padding: 0 40px;
    left: -40px;
    margin: 0 0 25px;
    height: calc(100% - 110px);
}
.picture_detail .picture_img_list_container .swiper-container{
    height: 100%;
}
.picture_detail .picture_img_list_container .swiper-slide{
    text-align: center;
    cursor: pointer;
}
.picture_detail .picture_img_list_container .swiper-slide img{
    height: 100%;
    width: auto;
}

.picture_detail .picture_btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #323232;
    box-shadow: 2px 3px 10px 0px 
		rgba(0, 0, 0, 0.1);
}
.picture_detail .picture_btn:hover {
    background: #fca61b;
    color: #fff;
}
.picture_detail .picture_btn span {
    line-height: 60px;
    font-size: 20px;
    color: inherit;
}
.picture_detail .picture_prev {
    left: 10px;
}
.picture_detail .picture_next {
    right: 10px;
}

.picture_detail .picture_detail_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.picture_detail .picture_detail_title h2 {
    font-size: 24px;
	letter-spacing: 1px;
    color: #464646;
    width: 50%;
    padding-left: 20px;
}
.picture_detail .picture_detail_title h2 strong {
    font-weight: normal;
    line-height: 36px;
}
.picture_detail .picture_detail_title h2 span {
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
    color: #fff;
    height: 30px;
    padding: 0 12px;
    display: inline-block;
    background-color: #f2bb51;
    border-radius: 0px 5px 5px 5px;
    margin-left: 18px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.picture_detail .picture_detail_title .tag {
    width: 50%;
    padding-left: 40px;
    margin: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.picture_detail .picture_detail_title .tag span {
    height: 30px;
	background-color: #eee;
    border-radius: 3px;
    font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
    color: #999;
    padding: 0 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.picture_detail .picture_detail_title .line {
    position: absolute;
    width: 50px;
	height: 2px;
    background-color: #ff6100;
    bottom: -1px;
    left: 20px;
}
.picture_detail .content {
    padding-top: 30px;
}
.picture_detail .content p {
    padding-left: 20px;
    font-size: 14px;
	line-height: 26px;
	color: #777;
} 

#comment_box {
    position: absolute;
    z-index: -1;
    height: 100px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.correlation_box {
    margin-bottom: 48px;
}
.correlation_box,
.comment_box {
    border-top: 1px solid #f5f5f5;
    padding-top: 60px;
}
.correlation_box .correlation_title,
.comment_box .comment_title {
    font-size: 28px;
	letter-spacing: 1px;
    color: #464646;
    margin-bottom: 30px;
}

.comment_box {
    margin-bottom: 80px;
}
.comment_box .comment_title span {
    font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
}
.comment_box .form {
    position: relative;
}
.comment_box .form .user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c1c5c6;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
}
.comment_box .form .user span {
    font-size: 44px;
    line-height: 60px;
    color: #e0e2e3;
}
.comment_box .form input {
    height: 50px;
	background-color: #fefefe;
    border: solid 2px #eaeaea;
    font-size: 14px;
	letter-spacing: 1px;
    color: #999;
    padding-left: 52px;
    border-right: none;
}
.comment_box .form input::-webkit-placeholder {
    font-size: 14px;
	letter-spacing: 1px;
    color: #c1c5c6;
}
.comment_box .form input::placeholder {
    font-size: 14px;
	letter-spacing: 1px;
    color: #c1c5c6;
}
.comment_box .form input.push {
    padding: 0 20px;
}
.comment_box .form .vanish  {
    display: none;
}
.comment_box .form .login_link  {
    position: absolute;
    left: 90px;
    letter-spacing: 1px;
	color: #f3a610;
}
.comment_box .form button {
    width: 125px;
	height: 50px;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
	letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
}
.comment_box .form button.push:hover {
    background: #f2bb51;
}

.comment_box .comment {
    margin-top: 100px;
}
.comment_box .comment h3 {
    font-size: 22px;
	letter-spacing: 1px;
    color: #efa109;
    margin-bottom: 10px;
}
.comment_box .comment_item {
    padding: 30px 0;
    border-top: 1px solid #efefef;
}
.comment_box .comment_item:first-child {
    border-top: none;
}
.comment_box .comment_item .user .img_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #f4f4f4;
    margin: 0;
}
.comment_box .comment_item .user span {
    margin-left: 15px;
    font-size: 14px;
	color: #424242;
}
.comment_box .comment_item .explain {
    padding-left: 65px;
    margin-top: 15px;
}
.comment_box .comment_item .explain p {
    font-size: 16px;
	line-height: 32px;
    color: #666;
    margin-bottom: 18px;
}
.comment_box .comment_item .explain span {
    font-size: 12px;
	letter-spacing: 1px;
	color: #999;
}
.comment_box .comment_item .explain span i {
    font-size: 14px;
    color: inherit;
    margin-right: 3px;
}
.comment_box .comment_more {
    display: block;
    height: 46px;
    background-color: #f0f0f0;
    font-size: 16px;
	line-height: 46px;
	letter-spacing: 1px;
    color: #aaa;
    text-align: center;
    margin-top: 50px;
}
.comment_box .comment_more:hover {
    background: #f2bb51;
    color: #fff;
}
.comment_box .no_comment {
    cursor: text;
}
.comment_box .no_comment:hover {
    background-color: #f0f0f0;
    color: #aaa;
}

.picture_detail .close {
    position: absolute;
    z-index: 10000;
    width: 44px;
	height: 44px;
	background-color: #fff;
	box-shadow: 2px 3px 10px 0px 
        rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #696969;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    right: -18px;
    top: -18px;
}
.picture_detail .close span {
    font-size: inherit;
    color: inherit;
}
.picture_detail .close:hover {
    background: #f2bb51;
    color: #fff;
}


.picture_detail {
    display: none;
}
.picture_detail .picture_container {
    opacity: 0;
    top: -10%;
}



#big-img-pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10001;
    display: none;
    overflow: auto;
}

/*滚动条样式*/
#big-img-pop {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;

    /*火狐下隐藏滚动条*/
    scrollbar-width: none;
}
#big-img-pop::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;
    background: none;
}
#big-img-pop::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(242,187,81,1);
}
#big-img-pop::-webkit-scrollbar-track {/*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 6px;
    background: #f4f4f4;
}

#big-img-pop img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
}

#big-img-pop .iconclose-btn{
    position: fixed;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
}