.headblackbar{
    height: auto;
    min-width: 1200px;
    background-image: url('../../images/product/compare_list_headbar.png');
}/*設定上方黑橫條背景*/

.headblackbar_text{
    font-size: 26px;
    color: #ffffff;
    line-height: 150px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    position: relative;
}/*設定上方黑橫條內文字*/

.headblackbar_text_right{
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	color: #888888;
	font-size: 14px;
	padding-right: 15px;
}/*設定上方黑橫條內麵包屑*/

.container {
    width: 1200px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

#tabs{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}

#tabs .nav-tabs a{
	color: #606060;
	height: 65px;
}
#tabs ul{
	padding-top: 40px;
	padding-bottom: 30px;
}
#tabs .nav-tabs li{
	height: auto;
	width: 232px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding:0;
	background-color: #e0e0e0;
	margin-right: 10px;
	/* margin-top: 40px;
	margin-bottom: 40px; */
	margin-top: 0px;
    margin-bottom: 10px;
}

#tabs ul li:nth-child(5n){
	margin-right: 0px;
}

#tabs ul li:hover a{
	background-color: #ff5500;
	color: #ffffff;
}

/*#tabs ul li a:visited,
#tabs ul li a:focus{
	color: #ffffff;
}*/

.ui-state-hover{
	background-color:#ff5500;
	color: #ffffff; 
}

#tabs .nav-tabs>li.active>a,
#tabs .nav-tabs>li.active>a:focus,
#tabs .nav-tabs>li.active>a:hover {
    color: #ffffff;
    background-color: #ff5500;
    border:none;
    cursor: pointer;
    line-height: 40px;
    height: 65px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #ff5500;
    color: #ffffff;
}

.nav>li>a{
	padding: 12px 15px;
}

.nav-tabs>li>a {
    margin-right: 0px; 
    line-height: 40px; 
    border: none; 
    border-radius: 0; 
}

.nav-tabs {
    border-bottom: none; 
}


.blackline_btn{
	display: none;
	width: 232px;
	height: 60px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 19px 0;
	background-color: #ff5500;
	cursor: pointer;
}

.blackline_btn:hover{
	background-color: #ff5500;
	text-decoration: none;
	color: #ffffff;
}

.html_edit{
	width: 1200px;
	margin: auto;
	padding: 0px 30px;
	padding-bottom: 100px;
}

.selectionbar{
	width: auto;
	padding-left:10px; 
	margin-bottom: 10px;

}

.selectionbar select{
	padding-left: 10px;
	font-size: 14px;
	color: #888888;
	height: 40px;
    width: 250px;
    -webkit-appearance:none;/*chrome*/
    -moz-appearance: none;/*firefox*/
    text-indent: 0.01px;
    text-overflow: ' '; 
    appearance:none;
    background-image: url('../../images/product/gw_product_layer_downbtn.png');
    background-position: right center;
    background-repeat: no-repeat;
}/*設定select隱藏箭頭符號+橘色箭頭背景*/

.selectionbar select::-ms-expand{ /*IE*/
	display: none;
}/*設定select隱藏箭頭符號*/


@media (min-width: 1320px){
	.container {
     	width: auto;
	}
}

@media (min-width: 1050px){
	.container {
     	width: auto;
	}
	.col-md-6 {
    width: 545px;
	}
}

@media (max-width: 800px) {
	.headblackbar{
		width: 100%;
		min-width: auto;
	}

	.headblackbar_text{
		line-height: 80px;
	}

	.headblackbar_text_right{
		display: none;
	}

	.container {
		max-width: 100%;
    	min-width: 100%;
    	width: 100%;
	}
	
	.blackline_btn{
		width: 100%;
		display: block;
		height: 40px;
		padding: 10px 0;
	}
	#tabs{
		width: 100%;
		padding: 20px;
	}
	#tabs .nav-tabs li{
		width: 100%;
		margin-right: 0px;
    	margin-top: 0px; 
    	margin-bottom: 0px;
	}
	#tabs .nav-tabs a{
		height: 40px;
	}
	.nav>li>a{
		padding: 0;
	}
	#tabs .nav-tabs>li.active>a,
	#tabs .nav-tabs>li.active>a:focus,
	#tabs .nav-tabs>li.active>a:hover{
		height: 40px;
	}
	.html_edit{
		width: 100%;
		padding: 0;
		margin-top: 40px;
	}
	/*.mission_html_edit{
		margin-top: 40px;
	}
	.quality_html_edit{
		margin-top: 40px;
	}*/
}