@charset "utf-8";


@media screen and (min-width:781px) {
}
@media screen and (max-width:780px) {
}



@media screen and (min-width:781px) {
	._bo_top_tabs{position:relative;z-index:99;margin-top:50px;margin-bottom:-50px;display:flex;align-items:center;justify-content:center;}
	._bo_top_tabs ul{display:flex;align-items:center;justify-content:center;}
	._bo_top_tabs ul li{}
	._bo_top_tabs ul li a{height:50px;min-width:130px;padding:0 15px;font-size:15px;border:1px solid rgba(0,0,0,0.1);background:#fff;box-shadow:0 5px 5px rgba(0,0,0,0.06);display:inline-flex;align-items:center;justify-content:center;}
	._bo_top_tabs ul li:not(:first-child) a{border-left:0;}
	._bo_top_tabs ul li a:hover{background:rgba(71, 78, 103, 0.8);color:#fff;}
	._bo_top_tabs ul li.active a{background:rgba(71, 78, 103, 1);color:#fff;}
}

@media screen and (max-width:780px) {
	._bo_top_tabs{position:relative;z-index:99;margin-top:30px;margin-bottom:-10px;padding:10px 0;display:flex;align-items:center;overflow-x:auto;}
	._bo_top_tabs ul{width:auto;padding:0 15px;display:flex;align-items:center;justify-content:center;}
	._bo_top_tabs ul li{}
	._bo_top_tabs ul li a{height:42px;min-width:80px;padding:0 15px;padding-top:2px;font-size:15px;border:1px solid rgba(0,0,0,0.2);background:#fff;box-shadow:0 5px 5px rgba(0,0,0,0.06);display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;}
	._bo_top_tabs ul li:not(:first-child) a{border-left:0;}
	._bo_top_tabs ul li a:hover{background:rgba(71, 78, 103, 0.8);color:#fff;}
	._bo_top_tabs ul li.active a{background:rgba(71, 78, 103, 1);color:#fff;}
}



a.imgViewBtn{position:relative;display:inline-flex;}
a.imgViewBtn:before{content:'';position:absolute;display:block;bottom:0;right:0;width:30px;height:30px;background: url('./img/img_view_icon.png') no-repeat center / 100%;}

.overflow-x-auto{width:100%;overflow-x:auto;}
.overflow-x-auto table{width:1000px;}