/* 拍摄视频和图片 */
*{padding: 0;margin:0}
a{color: black;text-decoration: none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.img_video_wrapper{
	padding:3px;
}
.img_video_title{
	font-size: 18px;
	color: #15861e;
}
.img_video_btn{
	width: 180px;
    max-width: auto;
    margin: 1vh 10px;
    height: 151px;
	text-align: center;
	float:left;
	list-style: none;
	color: black;
	text-decoration: none;
	background: #d7d7d7;
	margin-top: 28px;
}
.video_img{
	float:left; 
    cursor: pointer;
	position: relative;
}

/* 修改预览插件样式start */
.spotlight_parent{
	position: relative;
	width: 180px;
    max-width: auto;
    margin: 0vh 10px;
    float: left;
    height: 151px;
    margin-top: 20px;
}
.spotlight,.video_img{
 	float:left;  	
}
img, .image{
	width: 180px;
    max-width: auto;
    margin: 1vh 0px;
	height: 151px
}
/* 修改预览插件样式end */
 .spotlight-width{
 /*   width: 1280px; */
   margin: 0px auto;
   margin-top: 19px;
} 
.img_video_btn img{
	width: 60px;
	height:60px;
	margin-top: 29px;
}
#spotlight{
	background-color: #cde6cf !important;
}
.spotlight_parent  .model,.spotlight_parent .model{
	display:none;
	width: 180px;
    height: 151px;
    position: absolute;
    top: 6px;
    left: 0px;   
	background-color: #ffffff;
	filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: pointer;
}
.spotlight_parent .model span{
	width:74px;
	height: 74px;
	cursor: pointer;
	background:url(../images/web/remove.png) no-repeat;
    position: absolute;
    top: 0px;
    right: -31px;   
}
.spotlight_parent .model span.downloadOriginal{
	top: 45px;
	right: 3px;
	width:32px;
	height: 32px;
	background:url(../images/web/down.png) no-repeat;
}
.spotlight_parent:hover .model.on{
	display:block;	
	 cursor: pointer;
}
.camera_wrapper{
	width: 100%;
   /*  margin: 0px auto; */
   /*  margin-top: 24px; */
}
.camera_content{
	height: 100%;
    margin: 0px auto;
}
.camera_footer{
   	height: 100px;
    padding: 6px 0;
}
.take_photos_btn{
	width: 43%;
	float:left;
	height: 100px;
	text-align: center;
}
.toggle_btn{
	width: 23%;
	height: 74px;
	float:right;
	margin-top: 30px;
}
.camera_Btn{
	width:74px;
	height: 74px;
	margin-top: 10px;
	background:url(../images/web/imgtakephoto.png) no-repeat;
	display: inline-block;
}
.camera_Btn.on{
	background:url(../images/web/videoTake.png) no-repeat;
}
.camera_Btn.stop{
	background:url(../images/web/imgstopvideo.png) no-repeat;
}
.toggle_btn input{
	margin-bottom: 8px;
	margin-right: 4px;
}
.video_show{
	display:none;
}
.video_show{
    width: 970px;
    height: 518px;
    position: absolute;
    left: 50%;
    margin-left: -485px;
    margin-top: 20px;
}
/* .video_show.on1024{
	width: 900px;
    height: 650px;
    position: absolute;
    left: 50%;
    margin-left: -450px;
} */
.close_video{
	display:none;
	position: absolute;
 	top:0;
    right:0;
    width:52px;
    height:40px;
   	background:url(../images/web/closeVideo.png) no-repeat  28px 14px;
    cursor: pointer;
}
.duration{
	position: absolute;
    bottom: 0px;
    right: 2px;
}
.uploading_parent{
	background: none;
    position: relative;
}
.uploading{
	width: 100px;
    height: 40px;
    background: #2c441be0 url(../images/web/upload.png) no-repeat 13px center;
    padding-left: 33px;
    border: none;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 17px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
  	position: absolute;
    top: 21px;
    rigth: 0;
    right: 15px;
}
.video_form,.imgs_form{
	position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    font-style: normal;
}
.loading{
	display: none;
	width:100%;
	height:100%;
	background:#504343b3;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index: 1;
}
.loading div{
	width: 160px;
	height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -30px;
}
.loading div img{
	width: 60px;
	height: 60px;
    vertical-align: middle;
}
.layui-layer-dialog .layui-layer-padding,.layui-layer-content{
	color:black;
}
.layui-layer-molv .layui-layer-title{
	background: #afd7af !important;
    color: #333 !important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #afd7af !important;
    background-color: #afd7af !important;
    color: #333 !important;
}
@-webkit-keyframes bounce-up {
	0% {-webkit-transform: translateY(0);}
	30% {-webkit-transform: translateY(10%);}
}

@keyframes bounce-up {
	0% {-webkit-transform: translateY(0);}
	30% {-webkit-transform: translateY(10%);}
}

.animate-bounce-up{ 
	width: 136px; 
	height: 105px; 
	-webkit-animation: bounce-up 0.6s linear;
	animation: bounce-up 0.6s linear;
}