@charset "utf-8";

#bo_w .write_div{margin:10px 0;position:relative}
#bo_w .bo_w_flie .lb_icon{position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;background:#eee;text-align:center;color:#888}
#bo_w .bo_w_flie .frm_file{}
#bo_w .bo_w_flie .file_wr{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input{margin:10px 0 0 }
#bo_w .bo_w_flie .file_del{position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}


.help_text {font-size:13px;  color:red; margin:10px 0 5px !important;}

.gall_img{position: relative;}
.play_btn {position:absolute;width:80px;height:56px;left: calc(50% - 40px);top: calc(50% - 28px);transition: all .5s ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
.play_btn img{width:80px !important;height:56px !important;transition: all .5s ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}

/*Responsive 370, 480, 768, 992, 1160*/
@media all and (min-width:685px){
	#bo_gall .gall_row .gall_li:nth-child(3n+1){clear:both}
}


/*Responsive 370, 480, 768, 992, 1160*/
@media all and (max-width:684px){
	#bo_gall .gall_row .col-gn-3{width:50%}
	#bo_gall .gall_row .gall_li:nth-child(2n+1){clear:both}
}

/*Responsive 370, 480, 768, 992, 1160*/
@media all and (max-width:480px){
	.play_btn {width:60px; height:auto !important;left:calc(50% - 30px); top:calc(50% - 17px); transition: all .5s ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
	.play_btn img{width:60px !important;height:auto !important;transition: all .5s ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
}