/*弹窗图片*/
.pic_content {
	padding: 15px;
	background: #fff;
	position: relative;
}

.pic_picture {
	position:relative;
}

.pic_close {
	width:38px;
	height:40px;
	position:absolute;
	font-weight:bold;
	right:0px;
	top:0px;
	line-height: 40px;
	background-color: #fff;
	border-bottom-left-radius:6px;
	color:#000;
	text-decoration: none;
	font-size: 30px;
	text-align: center;
	z-index: 9999;
}
.pic_close:hover{
	text-decoration: none;
}
.pic_message {
	float:left;
	min-height:32px;
	padding-left:16px;
	background: url(../images/002.png) 0 center no-repeat;
}

.play_box{
	margin:0 auto;
	overflow: hidden;
}

.pic_msg {
	font-size:18px;
	font-family: Microsoft YaHei;
}

.pic_btn {
	background-color:#fff;
	float:right;
	padding:5px 14px;
	border:2px #ccc solid;
	font-size: 14px;
	color:#000;
	font-family: '微软雅黑';
	box-shadow: 0 0 1px #ccc;
	text-decoration: none;
	letter-spacing: 1px;
}
.pic_btn:hover{
	text-decoration: none;
	background: #44b549;
	color:#fff;
	border:2px solid #44b549;63
	box-shadow: 0 0 1px #44b549;
}
.pic_check{
	float:right;
	padding-right:5%;
	width:auto;
	min-width: 40px;
	min-height:32px;
 	text-align: left;
	line-height: 32px;

}
.pic_check  a{
	display:block;
	line-height: 32px;
	margin-top:5px;
	float:left;
	width:32px;
	height:28px;
}

.pic_check  span{
 	display:block;
	margin-top:3px;
	margin-left:4px;
	margin-right:22px;
	float:left;
	width:auto;
	height:25px;
	font-family:'微软雅黑';
	font-size:14px;
	color:#BBBBBB; 
}
.pic_check_collect{
	background: url(../images/pic_check.png)   no-repeat;
	background-position-x: -12px;
	background-position-y: -8px;
}
.pic_check_uncollect{
	background: url(../images/pic_check.png)   no-repeat;
	background-position-x: -69px;
	background-position-y: -8px;
}
.pic_check_like{
	background: url(../images/pic_check.png) no-repeat;
	background-position-x: -13px;
	background-position-y: -59px;
}
.pic_check_unlike{
	background: url(../images/pic_check.png) no-repeat;
	background-position-x: -68px;
	background-position-y: -59px;
}
.pic_check_view{
	background: url(../images/pic_check.png)  no-repeat;
	background-position-x: -9px;
	background-position-y: -105px;
} 

.pic_check_shared{
	display: block;
    width: 32px;
    height: 28px;
    position:relative;
    top:-10px;
    left:-8px;
    border: 5px solid #FFF; 
    border-radius: 28px;
	background: url(../images/pic_check.png) no-repeat;
	background-position-x: -12px;
	background-position-y: -157px;
}
.pic_check_unshared{
	display: block;
    width: 32px;
    height: 28px;
    position:relative;
    top:-10px;
    left:-8px;
    border: 5px solid #FFF; 
    border-radius: 28px;
	background: url(../images/pic_check.png) no-repeat;
	background-position-x: -69px;
	background-position-y: -157px;
}

.pic_check_collect:hover{
	background: url(../images/pic_check.png)   no-repeat;
	background-position-x: -69px;
	background-position-y: -8px;
}
.pic_check_like:hover{
	background: url(../images/pic_check.png) no-repeat;
	background-position-x: -68px;
	background-position-y: -59px;
}
.pic_check_shared:hover{
	background: url(../images/pic_check.png) no-repeat;
	background-position-x: -69px;
	background-position-y: -157px;
} 
.changeImgBtn{
	position:relative;
	width: 90px; 
	height:300px; 
	z-index: 99999;
}
.changeImgBtn:hover{
	background: url(../images/filter.png);
}
.leftBtn{
	position:absolute;
	top:50%;
	margin-top:-17px;
	left:50%;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 30.3px 17.5px 0;
	border-color: transparent #616161 transparent transparent;
}
.rightBtn{
	position:absolute;
	top:50%;
	margin-top:-17px;
	left:50%;
	margin-left:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17.5px 0 17.5px 30.3px;
	border-color: transparent transparent transparent #616161;
}
.company_location_play {
	padding-bottom:15px;
}
.company_location_left_play {
	float:left;
	font-family: Microsoft YaHei;
	font-size: 12px;
	color:#494f6f;
}
.play_big_img_box{
	display:none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	text-align: center;
	line-height:100%;
	z-index: 9999999;
}
.prevpart{
	width:20%;
	height:100%;
	cursor:pointer;
	float:left;
	position:relative;
	z-index:999;
}
.previmg{
	opacity:0;
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	left:60px;
	transform:translate(-10%,-50%);
	background-image:url(../images/zyk_previmg.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:99;
}
.previmg:hover{
	background-image:url(../images/zyk_previmghover.png);
}
.prevpart:hover span{
	opacity:100;
}
.nextpart{
	width:20%;
	height:100%;
	cursor:pointer;
	float:right;
	position:relative;
	z-index:999;
}
.nextpart:hover span{
	opacity:100;
}
.nextimg{
	opacity:0;
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	right:60px;
	transform:translate(10%,-50%);
	background-image:url(../images/zyk_nextimg.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:999;
}
.nextimg:hover{
	background-image:url(../images/zyk_nextimghover.png);
}
.big_img{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin: auto;
/* 	transform:translate(-50%,-50%); */
	max-width: 100%;
	max-height:100%;
	z-index:99;
}