
.bs_side_menu{
	width:300px;
	min-height:10px;
	position:absolute;
	top:100px;
	left:30px;
	z-index:1;	
}

.bs_side_menu ul{
	display:block;
	min-height:10px;
	margin:30px;	
}

.bs_side_menu ul li{
	display:block;
	width:100%;
	min-height:10px;
	margin:0 0 10px 0;	
}

.bs_side_menu ul li i{
	display:inline-block;
	margin-right:10px;
}


.bs_side_menu ul li a{
	color:#2D89EF;
}

.bs_side_menu ul li .sub{
	margin:15px 0 0 0;
}

.bs_side_menu ul li .sub .subs{
	display:block;
	width:100%;
	min-height:10px;
	margin:10px 0 10px 24px;	
}


.bs_wrap{
	width:1000px;
	min-height:10px;
	margin:0 auto;
}

.bs_wrap_auto{
	width:auto;
	min-height:10px;
	clear:both;
	position:relative;
	top:120px;
	left:350px;
	padding:0px 50px 0px 0px;
	margin-right:80px; /* 修正 left 多出來的 x-scrollbar */
	white-space:nowrap;
}

.bs_wrap_auto2{
	width:100%;
	min-height:10px;
	clear:both;
	white-space:nowrap;
	position:relative;
	z-index:1;
}


.bs_wrap_upt{
	display: none; 
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}


.bs_wrap_upt .bs_wrap{
    background: #fff;
    margin: 70px auto 20px auto;
    padding: 30px;
    border: 1px solid #888;
    width: 1280px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
	position:relative;
}


.bs_top{
	width:100%;
	min-width:1000px;
	height:80px;	
	background:url("../../../img/logo.png")no-repeat left 30px center;
	padding:0 30px 0 100px;
	-webkit-box-shadow: 0 0 15px #ddd;
	-moz-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
	background-size:50px 50px;	
	position:fixed;

}

.bs_top .bs_mtlt{
	height:50px;
	font-size:16px;
	font-weight:bold;
	padding:18px 0 0 0;
}



.bs_top .bs_mu a{
	margin-left:30px;
}

.bs_top .bs_mu a:hover{
	color:#0066ff;
}

.bs_top .bs_mu a i{
	font-size:16px;
	display:inline-block;
	margin-right:5px;	
}

.bs_top_upt{
	width:100%;
	height:20px;	
	padding:15px 30px;
	position:fixed;
	display:none;
	top:0;
	left:0;
	background:#fff;
}

.bs_top_upt .bs_mu a{
	margin-left:30px;
}

.bs_top_upt .bs_mu a:hover{
	color:#0066ff;
}

.bs_top_upt .bs_mu a i{
	font-size:16px;
}





.bs_fam{
	width:100%;
	visibility:inherit;	
	z-index:1;
	border:0px #ddd solid;
}


.bs_logo{
	width:330px;
	min-height:100px;
	margin:0 auto;
	padding:10px 0px;
}

.bs_mtlt{
	width:100%;
	min-height:0px;
	clear:both;
	padding:0px 18px;
}

.bs_tltn{
	min-width:10px;
	height:20px;
	font-size:17px;
	font-weight:bold;
	margin:20px 0px 20px 0px;
	
}

.bs_tlt{ /* 最前 */
	min-width:10px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	padding:9px 20px 9px 20px;
	margin:0px 0px 10px 0px;
	background:#f8f8f8;
	float:left;
	border:1px #ddd solid;
	border-right:none;
	border-left:5px #ccc solid;
	
}

.bs_tlts{ /*中間*/
	min-width:10px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	padding:9px 20px 9px 40px;
	margin:0px 0px 10px -30px;
	background:#f8f8f8;
	float:left;
	border:1px #ddd solid;
	border-right:none;
	border-left:none;
}

.bs_tlt_t{/*無線指向*/
	width:25px;
	height:40px;
	background:url("../img/tlt_aw.png")no-repeat center center;
	float:left;
	z-index:2;
	position:relative;
}

.bs_tlts_t{/*有線指向*/
	width:25px;
	height:40px;
	background:url("../img/tlts_aw.png")no-repeat center center;
	float:left;
	z-index:2;
	position:relative;
}


.bs_tlt2{
	width:auto;
	height:20px;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px 10px 20px;
	margin:0px 0px 10px 0px;
	background:#2D89EF;
	z-index:1;
	position:relative;
	color:#fff;
}


.bs_tlt3{
	min-width:10px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px 10px 30px;
	margin:0px 0px 10px 0px;
	background:#2D89EF;
	float:left;
	margin-left:-25px;
	z-index:1;
	position:relative;
	color:#fff;
}


.bs_tlt4{
	min-width:10px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	padding:9px 20px 9px 20px;
	margin:0px 0px 10px 0px;
	background:#2D89EF;
	border-left:5px #5ca2f0 solid;
	float:left;
	border-right:none;
	color:#fff;
	
}

.bs_tlt_t{
	width:25px;
	height:40px;
	background:url("../img/tlt_aw.png")no-repeat center center;
	float:left;
	z-index:2;
	position:relative;
}

#bs_info{
	width:300px;
	height:50px;
	padding:10px;
}

.bs_ak a{color:#0066ff;}
.bs_ak a:hover{color:#0066ff;text-decoration:underline;}



/* other btn style */

.bs_btn_gotop{
	width:60px;
	height:30px;
	line-height:26px;
	z-index:2;
	border:none;
	cursor:pointer;
	display:block;
	position:fixed;
	bottom:20px;
	right:20px;		
	background: rgba(51,51,51,1);	
	display:none;
	color:#fff;
	text-align:center;
}

.bs_btn_gotop:hover{
	background: rgba(51,51,51,0.8);
	color:#fff;
}



/* btn style - option btnM style */

a.bs_btnM_333{
	width:55px;
	height:15px;
	padding:6px 15px;
	cursor:pointer;
	color:#fff;
	border-radius:2px;
	background: #333;
}

a.bs_btnM_333:hover{
	opacity:0.8;
}

a.bs_btnS_333{
	padding:2px 15px;
	color:#fff;
	border-radius:2px;
	background: #333;
}

a.bs_btnS_c22525{
	padding:2px 15px;
	color:#fff;
	border-radius:2px;
	background: #c22525;
}

a.bs_btnS_2d89ef{
	padding:2px 15px;
	color:#fff;
	border-radius:2px;
	background: #2d89ef;
}



a.bs_btnS_333:hover,
a.bs_btnS_c22525:hover,
a.bs_btnS_2d89ef:hover
{
	color:#fff;
	opacity:0.8;
}


.bs_pop_parent i,
a.bs_btnM_333 i,
a.bs_btnS_333 i,
a.bs_btnS_2d89ef i
{
	margin-right:10px;
}





/* btn style - element btn style */

a.bs_btn_sch{
	width:50px;
	height:20px;
	padding:0px 0px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:17px;
	right:1px;
	text-align:center;
}

a.bs_btn_sch:hover{
	color:#2d89ef;
}

a.bs_sch_nam_dpy{
	padding:9px 20px 9px 20px;
	margin-left:2px;
	text-align:right;
	color:#555;
	background:#eee;
}

a.bs_sch_nam_dpy i{
	margin-left:15px;
}



div.bs_break{
	min-width:0px;
	max-width:400px;
	min-height:0px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

div.clor_bok{
	width:25px;
	height:10px;
}

/* tips style */

bs_tips{
	font-size:12px;
	font-weight:bold;
	color:#ea4141;
	background:#fffbd9;
	padding:2px 10px 2px 30px;
	border-left:2px #ea4141 solid;
	position:relative;
	vertical-align:top;
	display:block;
	margin-top:5px;
}

bs_tips i{
	position:absolute;
	top:7px;
	left:10px;
}

bs_tips2{
	font-size:12px;
	font-weight:bold;
	color:#ea4141;
	background:#fffbd9;
	padding:2px 5px;
}


.bs_tips{
	font-size:12px;
	font-weight:bold;
	color:#ea4141;
}

.bs_tips bs_tipss{
    background: #ffd7e0;
    color: #e5496e;
    padding: 2px 15px;
    display: block; 
    float: left; 
    clear: left; 
	margin-top:3px;
	
}


/* icon elemt */

.bs_icon_elemt{
	width:30px;
	height:20px;
	display:inline-block;
}

.bs_icon_2d89ef{
	color:#2d89ef;
}

.bs_icon_555{
	color:#555;
}


a.bs_icon_btn:hover{
	opacity:0.8;
}

/* icon 40x30 */




/* elemt style ---------------------------------------------------------------------------------*/


div.bs_elem_auto{
	display:inline-block; 
	*display:inline; 
	*zoom:1;
	position:relative;
}

div.bs_elem_auto i{
	position:absolute;
	top:11px;
	right:13px;
}

input[type=text]:-moz-read-only {
    background-color: #f1f1f1;
}

input[type=text].bs_fom:read-only { 
    background-color: #f6f6f6;
}


input[type=text].bs_fom_auto{
	height:28px;
	border:1px #ccc solid;
	padding:3px 10px;
	width:auto;
}

input[type=text].bs_fom_shot{
	height:28px;
	border:1px #cccccc solid;
	padding:3px 10px;
	width:30px;
}

input[type=text].bs_fom_clor{
	height:28px;
	border:1px #cccccc solid;
	padding:3px 10px 3px 40px;
	width:123px;
}

input[type=text].bs_datim{
	height:28px;
	border:1px #ccc solid;
	padding:3px 10px;
	width:160px;
	cursor:pointer;
}


input[type=password].bs_fom_auto{
	height:28px;
	border:none;
	border:1px #cccccc solid;;
	letter-spacing:1px\9;
	font-weight:normal;
	padding:3px 10px;
}



select.bs_auto{
	cursor:pointer;
	padding: 6px 60px 6px 10px;
	width:auto;
	min-width:175px;
	background:#fff url("../../../img/elemt/drop.png")no-repeat right 15px center;
}


textarea.bs_autos{
	border:1px #ccc solid;
	padding:5px 10px;
	position:relative;
	width:175px;
	height:100px;
}

textarea.bs_auto_noresize{
	border:1px #ccc solid;
	padding:5px 10px;
	position:relative;
	width:153px;
	height:24px;
	resize:none;
}


/* input type file style */

.fle{
	position:absolute;
	opacity:0;
	filter:alpha(opacity=0);
}

.fle_dis{
	display:none;
}

.fle_nam{
	border:none;
	padding:0px 7px;
	width:300px;
	background-color:transparent;
}

input[type=button].bs_btn_fle{
	cursor:pointer;
	padding:6px 20px 6px 20px;
	border:1px #ccc solid;
	background-color:transparent;
	border-radius:2px;
	position:relative;
	z-index:1;
}

input[type=button].bs_btn_fle:hover{
	border:1px #777 solid;

}



