@media (max-width: 767px) {
	.main_content_type_3to9 .left_menu_type_a {
		width: 100%;
		position: fixed;
		display: block;
		top: 0;
		left: -100%;
    	z-index: 1100;
    	height: 100%;
	}
	.main_content_type_3to9 .left_mobile_opacity_block {
		width: calc( 100% - 50px );
		float: left;
		background-color: #1B1B1B;
		height: 100%;
	}
	.main_content_type_3to9 .left_list_menu_type_a{
		/*width: calc( 100% - 50px );*/
		width: 100%;
		float: left;
		background-color: #1B1B1B;
		max-height: 480px;
    	overflow: auto;
	}
	.main_content_type_3to9 .left_menu_type_a .right_mobile_opacity_block {
		width: 50px;
		height: 100%;
		float: left;
		background-color: rgba(0,0,0,0.45);
	}
}


/*左側選單樣式*/
@media (min-width: 768px) {
	.left_list_menu_type_a .list_item:nth-of-type(2n+1) h3 {
		background-color: #D2D2D2;
	}
	.left_list_menu_type_a .list_item:nth-of-type(2n+2) h3 {
		background-color: #C9C9C9;
	}
	.left_list_menu_type_a .list_item:nth-of-type(2) h3 {
		background-color: #E60012 !important;
		color: #FFF !important;
	}
}

	/*選單開合*/
.left_list_menu_type_a ul,
.left_list_menu_type_a li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.left_list_menu_type_a .list_item > .sub_list_menu {
	display: none;
}
.left_list_menu_type_a .list_item.selected > .sub_list_menu {
	display: block;
}
@media ( min-width: 768px ) {
	.sub_list_menu .sub_list_item > .sub_child_list_menu{
		display: none;
	}
}
@media ( max-width: 767px ) {
	.sub_list_menu .sub_list_item > .sub_child_list_menu{
		display: none;
	}
	.sub_list_menu .sub_list_item.selected > .sub_child_list_menu{
		display: block;
	}
}

@media (min-width: 768px) {
	.sub_list_item .sub_child_list_menu{
		display:none;
	}
	.list_item .sub_list_menu {
		padding-left: 15px;
		padding-top: 40px;
	}
	.list_item .sub_list_menu .sub_list_item {
		border-bottom: 1px solid #DDDDDD;
		margin-bottom: 23px;
	}

	.sub_list_item h4 {
		font-size: 1.2em;
		margin-top: 0px;
		margin-bottom: 9px;
		color: #000;
		cursor: pointer;
	}
	.sub_list_item h4 a,
	.sub_list_item h4 a:visited{
		font-size: 1.2em;
		color: #272727; 
	}
	.sub_list_item h4 a:hover,
	.sub_list_item h4 a:active,
	.sub_list_item h4 a:focus {
		color: #f40f21;
	}
	.sub_list_item .sub_child_list_menu {
		padding-left: 15px;
	}
	.sub_list_item .sub_child_list_menu li:before {
		content: '';
	    background: url('../../images/left_menu/list_icon.png');
	    width: 4px;
	    height: 6px;
	    display: block;
	    background-color: #707070;
	    position: relative;
	    left: -10px;
	    top: 13px;
	}
	.sub_list_item .sub_child_list_menu li {
		padding-bottom: 7px;
	}
	.sub_list_item .sub_child_list_menu a,
	.sub_list_item .sub_child_list_menu a:visited {
		font-size: 1.2em;
		color: #272727;
	}
	.sub_list_item .sub_child_list_menu a:hover,
	.sub_list_item .sub_child_list_menu a:active,
	.sub_list_item .sub_child_list_menu a:focus {
		color: #f40f21;
	}
}
@media (max-width: 767px) {
	.product_list_top_btn {
		background-color: #E60012;
		padding: 16.5px 20px;
		cursor: pointer;
		color: #FFF;
		font-size: 1.35em;
		position: relative;
	}
	.product_list_top_btn .fa {
		color: #FFF;
		font-size: 1em;
	}
	.product_list_top_btn .fa-th {
		margin-right: 8px;
	}
	.product_list_top_btn .fa-times {
		position: absolute;
		right: 25px;
		top: 21px;
	}


	.list_item {
		padding-left: 20px;
		padding-right: 15px;
		cursor: pointer;
	}
	.list_item h3 {
		text-align: left;
		position: relative;
		color: #FFF;
		font-size: 1.2em;
		margin: 0;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #2F2F2F;
	}
	.list_item h3 .fa {
		color: #FFF;
		position: absolute;
		right: 12px;
		top: 24px;
	}

	.list_item .sub_list_menu {
		padding-left: 21px;
		padding-top: 24px;
	}
	.list_item .sub_list_menu .sub_list_item {
		border-bottom: 1px solid #2F2F2F;
		margin-bottom: 23px;
	}

	.sub_list_item h4 {
		font-size: 1.15em;
		margin-top: 0px;
		margin-bottom: 19px;
		color: #FFF;
		cursor: pointer;
		position: relative;
		padding-left: 13px;
	}
	.sub_list_item h4 .fa {
		color: #FFF;
		position: absolute;
		top: 0px;
		right: 12px;
	}
	.sub_list_item .sub_child_list_menu {
		padding-left: 24px;
	}
	.sub_list_item .sub_child_list_menu li:before {
		content: '';
	    background: url('../../images/left_menu/list_icon.png');
	    width: 4px;
	    height: 6px;
	    display: block;
	    background-color: #707070;
	    position: relative;
	    left: -10px;
	    top: 13px;
	}
	.sub_list_item .sub_child_list_menu li {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.sub_list_item .sub_child_list_menu a,
	.sub_list_item .sub_child_list_menu a:visited {
		font-size: 1.2em;
		color: #FFF;
		display: block;
	}
	.sub_list_item .sub_child_list_menu a:hover,
	.sub_list_item .sub_child_list_menu a:active,
	.sub_list_item .sub_child_list_menu a:focus {
		color: #f40f21;
	}
}

@media (min-width: 1440px) {
	.left_menu_type_a {
		padding-left: 41px;
		padding-right: 41px;
	}
	.left_list_menu_type_a {
		width: 100%;
	}
	.left_list_menu_type_a .list_item h3 {
		padding: 35px 30px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #5f5f5f;
		cursor: pointer;
		font-size: 1.8em;
		font-weight: bold;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.left_menu_type_a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.left_list_menu_type_a {
		width: 100%;
	}
	.left_list_menu_type_a .list_item h3 {
		padding: 35px 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #5f5f5f;
		cursor: pointer;
		font-size: 1.8em;
		font-weight: bold;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.left_menu_type_a {
		padding-left: 0px;
		padding-right: 0px;
	}
	.left_list_menu_type_a {
		width: 100%;
	}
	.left_list_menu_type_a .list_item h3 {
		padding: 35px 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #5f5f5f;
		cursor: pointer;
		font-size: 1.5em;
		font-weight: bold;
	}
}
@media ( max-width: 767px;) {

}


/*手機板開啟選單按鈕*/
.product_list_btn_block {
	border-bottom: 1px solid #CACACA;
	padding: 23px 0;
	margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.product_list_control_btn {
	border-radius: 4px;
	border: 1px solid #E60012;
	background-color: #E60012;
	text-align: center;
	font-size: 1.5em;
	color: #FFF;
	padding: 4px 0px;
	cursor: pointer;
}
.product_list_control_btn .fa {
	color: #FFF;
	font-size: 1.1em;
	margin-left: 12px;
	position: relative;
    top: 2px;
}


/*商品列表內容區*/
.product_main_list {
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	padding-top: 24px;
}
.product_main_list > h4 {
	color: #e60012;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 30px;
}
.product_main_list ul,
.product_main_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 1440px) {
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 27px;
	}
	.mobile_info_block > h3 {
		margin-top: 52px;
		font-weight: bold;
    	font-size: 1.75em;
    	margin-bottom: 18px;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
		display: block;
		min-width: 733px;
    	max-width: 733px;
    	margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    float: none;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		/*width: 100%;*/
		float: left;
		margin: 0 3px 6px;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #272727;
		color: #FFF;
		padding: 2px 36px;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #E3020F;
		color: #FFF;
	}

	/*new select*/
	div.product_select {
		min-width: 733px !important;
    	max-width: 733px !important;
    	display: block !important;
    	margin-left: auto;
	    margin-right: auto;
	    border: 0px solid transparent;
	}
	#product_model_type {
		display: none !important;
	}
	.product_select .cs-placeholder {
		display: none;
	}
	.product_select .cs-options {
		visibility: visible;
		min-width: 733px !important;
    	max-width: 733px !important;
	}
	.product_select .cs-options li {
		float: left;
		background-color: #272727;
		margin: 0 3px 6px;
	}
	.product_select .cs-options li > span {
		color: #FFF;
		padding: 2px 36px;
		font-size: 1.35em;
		text-align: center;
	}
	.product_select .cs-options li > span:hover,
	.product_select .cs-options li > span:active,
	.product_select .cs-options li > span:focus {
		background-color: #E3020F;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}



	.product_main_list .product_item {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 23px;
		float: left;
		width: 20%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 27px;
	}
	.mobile_info_block > h3 {
		margin-top: 52px;
		font-weight: bold;
    	font-size: 1.75em;
    	margin-bottom: 18px;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
		display: block;
		min-width: 610px;
    	max-width: 610px;
    	margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    float: none;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		/*width: 100%;*/
		float: left;
		margin: 0 3px 6px;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #272727;
		color: #FFF;
		padding: 2px 36px;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #E3020F;
		color: #FFF;
	}


	/*new select*/
	div.product_select {
		min-width: 610px !important;
    	max-width: 610px !important;
    	display: block !important;
    	margin-left: auto;
	    margin-right: auto;
	    border: 0px solid transparent;
	}
	#product_model_type {
		display: none !important;
	}
	.product_select .cs-placeholder {
		display: none;
	}
	.product_select .cs-options {
		visibility: visible;
		min-width: 610px !important;
    	max-width: 610px !important;
	}
	.product_select .cs-options li {
		float: left;
		background-color: #272727;
		margin: 0 3px 6px;
	}
	.product_select .cs-options li > span {
		color: #FFF;
		padding: 2px 36px;
		font-size: 1.35em;
		text-align: center;
	}
	.product_select .cs-options li > span:hover,
	.product_select .cs-options li > span:active,
	.product_select .cs-options li > span:focus {
		background-color: #E3020F;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}



	.product_main_list .product_item {
		padding-left: 25px;
		padding-right: 25px;
		margin-bottom: 23px;
		float: left;
		width: 33.33333334%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 27px;
	}
	.mobile_info_block > h3 {
		margin-top: 52px;
		font-weight: bold;
    	font-size: 1.75em;
    	margin-bottom: 18px;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
		display: block;
		min-width: 367px;
    	max-width: 367px;
    	margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    float: none;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		/*width: 100%;*/
		float: left;
		margin: 0 3px 6px;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #272727;
		color: #FFF;
		padding: 2px 36px;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #E3020F;
		color: #FFF;
	}


	/*new select*/
	div.product_select {
		min-width: 367px !important;
    	max-width: 367px !important;
    	display: block !important;
    	margin-left: auto;
	    margin-right: auto;
	    border: 0px solid transparent;
	}
	#product_model_type {
		display: none !important;
	}
	.product_select .cs-placeholder {
		display: none;
	}
	.product_select .cs-options {
		visibility: visible;
		min-width: 367px !important;
    	max-width: 367px !important;
	}
	.product_select .cs-options li {
		float: left;
		background-color: #272727;
		margin: 0 3px 6px;
	}
	.product_select .cs-options li > span {
		color: #FFF;
		padding: 2px 36px;
		font-size: 1.35em;
		text-align: center;
	}
	.product_select .cs-options li > span:hover,
	.product_select .cs-options li > span:active,
	.product_select .cs-options li > span:focus {
		background-color: #E3020F;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}



	.product_main_list .product_item {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 23px;
		float: left;
		width: 50%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
		padding-left: 13px;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}

@media (min-width: 629px) and (max-width: 767px) {
	.product_main_list {
		padding-top: 11px;
	}
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 29px;
	}
	.mobile_info_block > h3 {
		margin-top: 25px;
		font-weight: bold;
    	font-size: 1.7em;
	}
	.mobile_info_block .dropdown .dropdown-toggle {
		width: 100%;
		border-radius: 0px;
		background-color: #272727;
		color: #FFF;
		position: relative;
		font-size: 1.35em;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown.open .dropdown-toggle {
		background-color: #272727;
		color: #FFF;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-toggle .fa {
		color: #FFF;
		position: absolute;
		right: 45px;
		top: 8px;
		font-size: 1.2em;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		width: 100%;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #DCDCDC;
		color: #272727;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #272727;
		color: #FFF;
	}


	/*new select*/
	div.product_select {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		background-color: #272727 !important;
		border: 0px solid transparent;
		padding-top: 3.5px;
    	padding-bottom: 3.5px;
	}
	.product_select .cs-placeholder {
		color: #FFF;
		text-align: center;
		padding-right: 15px;
		font-size: 1.35em;
	}
	.product_select .cs-options {
		width: 100% !important;
		margin-top: 3px;
	}
	.product_select .cs-options ul > li span{
		background-color: #DCDCDC;
		color: #272727;
		text-align: center;
	}
	.product_select .cs-options ul > li:hover span,
	.product_select .cs-options ul > li:active span,
	.product_select .cs-options ul > li:focus span{
		background-color: #272727;
		color: #FFF;
	}
	.product_select ul > li.cs-selected  span {
		background-color: #272727;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}
	.product_select .cs-placeholder:after {
		background-color: #272727;
		content: "\f107" !important;
		font-size: 1.2em;
		color: #FFF;
		right: 10px;
	}
	.product_select.cs-active > span::after {
		-webkit-transform: translateY(-50%) rotate(0);
    	transform: translateY(-50%) rotate(0);
	}



	.product_main_list .product_item {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 23px;
		float: left;
		width: 50%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
		/*padding-left: 13px;*/
		text-align: center;
		display: block;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}

@media (min-width: 500px) and (max-width: 628px) {
	.product_main_list {
		padding-top: 11px;
	}
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 29px;
	}
	.mobile_info_block > h3 {
		margin-top: 25px;
		font-weight: bold;
    	font-size: 1.7em;
	}
	.mobile_info_block .dropdown .dropdown-toggle {
		width: 100%;
		border-radius: 0px;
		background-color: #272727;
		color: #FFF;
		position: relative;
		font-size: 1.35em;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown.open .dropdown-toggle {
		background-color: #272727;
		color: #FFF;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-toggle .fa {
		color: #FFF;
		position: absolute;
		right: 45px;
		top: 8px;
		font-size: 1.2em;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		width: 100%;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #DCDCDC;
		color: #272727;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #272727;
		color: #FFF;
	}

	/*new select*/
	div.product_select {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		background-color: #272727 !important;
		border: 0px solid transparent;
		padding-top: 3.5px;
    	padding-bottom: 3.5px;
	}
	.product_select .cs-placeholder {
		color: #FFF;
		text-align: center;
		padding-right: 15px;
		font-size: 1.35em;
	}
	.product_select .cs-options {
		width: 100% !important;
		margin-top: 3px;
	}
	.product_select .cs-options ul > li span{
		background-color: #DCDCDC;
		color: #272727;
		text-align: center;
	}
	.product_select .cs-options ul > li:hover span,
	.product_select .cs-options ul > li:active span,
	.product_select .cs-options ul > li:focus span{
		background-color: #272727;
		color: #FFF;
	}
	.product_select ul > li.cs-selected  span {
		background-color: #272727;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}
	.product_select .cs-placeholder:after {
		background-color: #272727;
		content: "\f107" !important;
		font-size: 1.2em;
		color: #FFF;
		right: 10px;
	}
	.product_select.cs-active > span::after {
		-webkit-transform: translateY(-50%) rotate(0);
    	transform: translateY(-50%) rotate(0);
	}



	.product_main_list .product_item {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 23px;
		float: left;
		width: 50%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
		/*padding-left: 13px;*/
		text-align: center;
		display: block;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}

@media (min-width: 480px) and (max-width: 499px) {
	.product_main_list {
		padding-top: 11px;
	}
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 29px;
	}
	.mobile_info_block > h3 {
		margin-top: 25px;
		font-weight: bold;
    	font-size: 1.7em;
	}
	.mobile_info_block .dropdown .dropdown-toggle {
		width: 100%;
		border-radius: 0px;
		background-color: #272727;
		color: #FFF;
		position: relative;
		font-size: 1.35em;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown.open .dropdown-toggle {
		background-color: #272727;
		color: #FFF;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-toggle .fa {
		color: #FFF;
		position: absolute;
		right: 45px;
		top: 8px;
		font-size: 1.2em;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		width: 100%;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #DCDCDC;
		color: #272727;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #272727;
		color: #FFF;
	}

	/*new select*/
	div.product_select {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		background-color: #272727 !important;
		border: 0px solid transparent;
		padding-top: 3.5px;
    	padding-bottom: 3.5px;
	}
	.product_select .cs-placeholder {
		color: #FFF;
		text-align: center;
		padding-right: 15px;
		font-size: 1.35em;
	}
	.product_select .cs-options {
		width: 100% !important;
		margin-top: 3px;
	}
	.product_select .cs-options ul > li span{
		background-color: #DCDCDC;
		color: #272727;
		text-align: center;
	}
	.product_select .cs-options ul > li:hover span,
	.product_select .cs-options ul > li:active span,
	.product_select .cs-options ul > li:focus span{
		background-color: #272727;
		color: #FFF;
	}
	.product_select ul > li.cs-selected  span {
		background-color: #272727;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}
	.product_select .cs-placeholder:after {
		background-color: #272727;
		content: "\f107" !important;
		font-size: 1.2em;
		color: #FFF;
		right: 10px;
	}
	.product_select.cs-active > span::after {
		-webkit-transform: translateY(-50%) rotate(0);
    	transform: translateY(-50%) rotate(0);
	}




	.product_main_list .product_item {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 23px;
		float: left;
		width: 100%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
		/*padding-left: 13px;*/
		text-align: center;
		display: block;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.product_main_list {
		padding-top: 11px;
	}
	.mobile_info_block {
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 29px;
	}
	.mobile_info_block > h3 {
		margin-top: 25px;
		font-weight: bold;
    	font-size: 1.7em;
	}
	.mobile_info_block .dropdown .dropdown-toggle {
		width: 100%;
		border-radius: 0px;
		background-color: #272727;
		color: #FFF;
		position: relative;
		font-size: 1.35em;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown.open .dropdown-toggle {
		background-color: #272727;
		color: #FFF;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-toggle .fa {
		color: #FFF;
		position: absolute;
		right: 45px;
		top: 8px;
		font-size: 1.2em;
	}
	.mobile_info_block .dropdown .dropdown-menu {
		left: 0px;
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0px solid transparent;
	}
	.mobile_info_block .dropdown .dropdown-menu > li {
		width: 100%;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a,
	.mobile_info_block .dropdown .dropdown-menu > li > a:visited {
		display: block;
		width: 100%;
		text-align: center;
		max-width: 100%;
		font-size: 1.35em;
		background-color: #DCDCDC;
		color: #272727;
	}
	.mobile_info_block .dropdown .dropdown-menu > li > a:hover,
	.mobile_info_block .dropdown .dropdown-menu > li > a:active,
	.mobile_info_block .dropdown .dropdown-menu > li > a:focus {
		background-color: #272727;
		color: #FFF;
	}

	/*new select*/
	div.product_select {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		background-color: #272727 !important;
		border: 0px solid transparent;
		padding-top: 3.5px;
    	padding-bottom: 3.5px;
	}
	.product_select .cs-placeholder {
		color: #FFF;
		text-align: center;
		padding-right: 15px;
		font-size: 1.35em;
	}
	.product_select .cs-options {
		width: 100% !important;
		margin-top: 3px;
	}
	.product_select .cs-options ul > li span{
		background-color: #DCDCDC;
		color: #272727;
		text-align: center;
	}
	.product_select .cs-options ul > li:hover span,
	.product_select .cs-options ul > li:active span,
	.product_select .cs-options ul > li:focus span{
		background-color: #272727;
		color: #FFF;
	}
	.product_select ul > li.cs-selected  span {
		background-color: #272727;
		color: #FFF;
	}
	.product_select .cs-selected span::after {
		content: '' !important;
	}
	.product_select .cs-placeholder:after {
		background-color: #272727;
		content: "\f107" !important;
		font-size: 1.2em;
		color: #FFF;
		right: 10px;
	}
	.product_select.cs-active > span::after {
		-webkit-transform: translateY(-50%) rotate(0);
    	transform: translateY(-50%) rotate(0);
	}


	.product_main_list .product_item {
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 23px;
		float: left;
		width: 100%;
	}

	.product_main_list .product_item .thumbnail-center {
		max-width: 170px;
		max-height: 170px;
		height: 170px;
		margin-left: auto;
    	margin-right: auto;
	}


	.product_main_list .product_item > h5 > a,
	.product_main_list .product_item > h5 > a:visited {
		color: #262626;
		font-size: 1.2em;
		display: block;
		line-height: 22px;
		max-height: 45px;
		height: 45px;
		overflow: hidden;
	}
	.product_main_list .product_item > h5 > a:hover,
	.product_main_list .product_item > h5 > a:active,
	.product_main_list .product_item > h5 > a:focus {
		color: #e60012;
	}

	.product_main_list .product_item .select_ctl {
		cursor: pointer;
		/*padding-left: 13px;*/
		text-align: center;
		display: block;
	}
	.product_main_list .product_item .select_ctl .checkboxs {
		width: 17px;
	    height: 17px;
	    position: relative;
	    top: 4px;
	    margin-right: 6px;
	}
}


/*比較區塊*/
.compare_list_block {
	position: fixed;
	width: 121px;
	max-width: 121px;
	overflow: hidden;
	z-index: 200;
}
@media (min-width: 1440px) {
	.compare_list_block {
		top: 250px;
		right: 5%;
	}
}
@media (min-width: 992px) and (max-width: 1439px) {
	.compare_list_block {
		top: 250px;
		right: 5%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.compare_list_block {
		top: 250px;
		right: 5%;
	}
}
@media (max-width: 767px) {
	.compare_list_block {
		top: 115px;
		right: 0;
	}
}
.compare_list_block .compare_list {
	width: 100%;
	background-color: rgba(0,0,0,0.70);
}
.compare_list_block .compare_list ul,
.compare_list_block .compare_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.compare_list_block .compare_list ul {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 11px;
	padding-bottom: 1px;
}
.compare_list_block .compare_list .compare_item {
	position: relative;
	width: 105px;
	max-width: 150px;
}
.compare_list_block .compare_list .compare_item .fa {
	position: absolute;
    right: -5px;
    top: -6px;
    background-color: #DD081E;
    border-radius: 50%;
    color: #FFF;
    width: 22px;
    height: 22px;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.compare_list_block .compare_list .compare_item .thumbnail-center {
	height: 78px;
	max-height: 78px;
	background-color: #FFF;
	padding-left: 5px;
    padding-right: 5px;
}
.compare_list_block .compare_list .compare_item .item_name {
	color: #FFF;
}
.compare_list_block .compare_btn {
	width: 100%;
	background-color: rgba(237,28,36, 0.75);
	padding-top: 14px;
    padding-bottom: 2px;
    cursor: pointer;
}
.compare_list_block .compare_btn:hover,
.compare_list_block .compare_btn:active,
.compare_list_block .compare_btn:focus {
	background-color: rgba(237,28,36, 0.85);
}
.compare_list_block .compare_btn .search_icon {
	text-align: center;
	margin-bottom: 6px;
}
.compare_list_block .compare_btn .search_icon .fa {
	color: #FFF;
	font-size: 1.2em;
}
.compare_list_block .compare_btn .search_title {
	text-align: center;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}
@media (max-width: 767px) {
	.compare_list_block .compare_btn {
		padding-left: 10px;
		padding-right: 10px;
	}
	.compare_list_block .compare_btn .search_icon {
		margin-right: 10px;
	}
	.compare_list_block .compare_btn .search_icon .fa {
		position: relative;
		top: 2px;
	}
	.compare_list_block .search_icon {
		float: left;
	}
	.compare_list_block .search_title {
		float: left;
	}
}

/*產品上半部*/
/*product info img*/
@media (min-width: 1440px) {
	/*左側區塊設定*/
	.left_block {
		padding-left: 120px;
		padding-right: 85px;
	}

	/*左側大圖*/
	.normal_img_block {
		width: 518px;
		height: 390px;
		border: 1px solid #DDDDDD;
		overflow: hidden;
		/*padding: 40px;*/
	}
	.normal_img_block .thumbnail-center {
		width: 100%;
		padding: 40px;
		max-height: 100%;
	}
	.product_big_img {
			max-height: 308px;
	  	max-width: 400px;
	    width: auto;
	    height: auto;
	    width: auto;
	    margin-left: auto;
	    margin-right: auto;
	}
	/*左側示意小圖區塊*/
	.thumbnail_img_block {
		margin-top: 15px;
		width: 518px;
		max-height: 100%;
		margin-bottom: 34px;
	}
	.thumbnail_img_block ul,
	.thumbnail_img_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnail_img_block li {
		border: 1px solid #DDDDDD;
		float: left;
		width: 122px;
		max-width: 122px;
		height: 95px;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
		padding: 15px;
	}
	.thumbnail_img_block li:nth-of-type(1) {
		margin-left: 0px;
	}
	.thumbnail_img_block li:nth-of-type(4) {
		margin-right: 0px;
	}
	.thumbnail_img_block li .thumbnail-center {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	/*左側add this*/
	.add_this_block .at-share-btn {
		margin-right: 14px !important;
	}
	.add_this_block .at-icon-wrapper {
		width: 48px !important;
		height: 48px !important;
		padding-top: 6px !important;
	}
	.add_this_block .at-icon {
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	/*右側內容*/
	.right_block {
		padding-right: 0;
		padding-left: 0;
	}
	/*產品品名*/
	.right_block .product_name {
		margin-top: 0;
		margin-bottom: 1px;
		font-size: 1.7em;
		font-weight: bold;
		color: #e60012;
	}
	/*產品特性*/
	.right_block .sub_name{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 7px;
	}
	/*產品版本*/
	.right_block .sub_version{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 23px;
	}
	.right_block .sub_version .version_select {
		color: #707070;
		padding-left: 3px;
		padding-right: 5px;
	}
	/*產品描述*/
	.right_block .product_description {
		font-size: 1.35em;
		color: #000;
		margin-bottom: 29px;
	}
	/*產品優點*/
	.product_list_point,
	.product_list_point li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_list_point {
		padding-left: 30px;
	}
	.product_list_point li {
		color: #707070;
		font-size: 1.2em;
		margin-bottom: 11px;
	}
	.product_list_point li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		color: #e60012;
		font-size: 1em;
		margin-right: 16px;
		margin-left: -22px;
	}

	/*產品資訊下載按鈕*/
	.datasheet_download_block {
		margin-top: 40px;
    	margin-bottom: 21px;
	}
	.datasheet_download_block .download_btn {
		padding: 11px 40px;
		background-color: #707070;
		color: #FFF;
		text-align: center;
		font-size: 1.35em;
	}
	.datasheet_download_block .download_btn:hover,
	.datasheet_download_block .download_btn:active,
	.datasheet_download_block .download_btn:focus {
		background-color: #E60012;
	}

	/*產品分頁 頁籤*/
	.product_detail_tab_block {
		background-color: #000000;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	.product_detail_tab {
		padding-left: 0;
		padding-right: 0;
	}
	.product_detail_tab ul,
	.product_detail_tab li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_detail_tab li {
		cursor: pointer;
		color: #FFF;
		font-size: 1.2em;
		text-align: center;
		width: 14.28571429%;
		padding: 12px;
		float: left;
		border-right: 1px solid #707070;
	}
	.product_detail_tab li:nth-of-type(1) {
		border-left: 1px solid #707070;
	}
	.product_detail_tab li.active,
	.product_detail_tab li:hover,
	.product_detail_tab li:active,
	.product_detail_tab li:focus {
		background-color: #E60012;
	}

}
@media (min-width: 992px) and (max-width: 1439px)  {
	/*左側區塊設定*/
	.left_block {
		padding-left: 15px;
		padding-right: 15px;
	}

	/*左側大圖*/
	.normal_img_block {
		width: 465px;
		height: 350px;
		border: 1px solid #DDDDDD;
		overflow: hidden;
		/*padding: 40px;*/
	}
	.normal_img_block .thumbnail-center {
		width: 100%;
		padding: 40px;
		height: 100%;
	}
	.product_big_img {
			max-height: 270px;
	  	max-width: 400px;
	    width: auto;
	    height: auto;
	    margin-left: auto;
	    margin-right: auto;
	}
	/*左側示意小圖區塊*/
	.thumbnail_img_block {
		margin-top: 15px;
		width: 518px;
		margin-bottom: 34px;
	}
	.thumbnail_img_block ul,
	.thumbnail_img_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnail_img_block li {
		border: 1px solid #DDDDDD;
		float: left;
		width: 109px;
		max-width: 109px;
		height: 95px;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
		padding: 10px;
	}
	.thumbnail_img_block li:nth-of-type(1) {
		margin-left: 0px;
	}
	.thumbnail_img_block li:nth-of-type(4) {
		margin-right: 0px;
	}
	.thumbnail_img_block li .thumbnail-center {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	/*左側add this*/
	.add_this_block .at-share-btn {
		margin-right: 14px !important;
	}
	.add_this_block .at-icon-wrapper {
		width: 48px !important;
		height: 48px !important;
		padding-top: 6px !important;
	}
	.add_this_block .at-icon {
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	/*右側內容*/
	.right_block {
		padding-right: 0;
		padding-left: 15px;
	}
	/*產品品名*/
	.right_block .product_name {
		margin-top: 0;
		margin-bottom: 1px;
		font-size: 1.7em;
		font-weight: bold;
		color: #e60012;
	}
	/*產品特性*/
	.right_block .sub_name{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 7px;
	}
	/*產品版本*/
	.right_block .sub_version{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 23px;
	}
	.right_block .sub_version .version_select {
		color: #707070;
		padding-left: 3px;
		padding-right: 5px;
	}
	/*產品描述*/
	.right_block .product_description {
		font-size: 1.35em;
		color: #000;
		margin-bottom: 29px;
	}
	/*產品優點*/
	.product_list_point,
	.product_list_point li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_list_point {
		padding-left: 30px;
	}
	.product_list_point li {
		color: #707070;
		font-size: 1.2em;
		margin-bottom: 11px;
	}
	.product_list_point li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		color: #e60012;
		font-size: 1em;
		margin-right: 16px;
		margin-left: -22px;
	}

	/*產品資訊下載按鈕*/
	.datasheet_download_block {
		margin-top: 40px;
    	margin-bottom: 21px;
	}
	.datasheet_download_block .download_btn {
		padding: 11px 40px;
		background-color: #707070;
		color: #FFF;
		text-align: center;
		font-size: 1.35em;
	}
	.datasheet_download_block .download_btn:hover,
	.datasheet_download_block .download_btn:active,
	.datasheet_download_block .download_btn:focus {
		background-color: #E60012;
	}

	/*產品分頁 頁籤*/
	.product_detail_tab_block {
		background-color: #000000;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	.product_detail_tab {
		padding-left: 0;
		padding-right: 0;
	}
	.product_detail_tab ul,
	.product_detail_tab li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_detail_tab li {
		cursor: pointer;
		color: #FFF;
		font-size: 1.2em;
		text-align: center;
		width: 14.28571429%;
		padding: 12px 0px;
		float: left;
		border-right: 1px solid #707070;
	}
	.product_detail_tab li:nth-of-type(1) {
		border-left: 1px solid #707070;
	}
	.product_detail_tab li.active,
	.product_detail_tab li:hover,
	.product_detail_tab li:active,
	.product_detail_tab li:focus {
		background-color: #E60012;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	/*左側區塊設定*/
	.left_block {
		padding-left: 0px;
		padding-right: 0px;
	}

	/*左側大圖*/
	.normal_img_block {
		width: 385px;
		height: 289px;
		border: 1px solid #DDDDDD;
		overflow: hidden;
		/*padding: 40px;*/
	}
	.normal_img_block .thumbnail-center {
		width: 100%;
		padding: 40px;
		height: 100%;
	}
	.product_big_img {
			max-height: 205px;
	  	max-width: 300px;
	    width: auto;
	    height: auto;
	    width: auto;
	    margin-left: auto;
	    margin-right: auto;
	}
	/*左側示意小圖區塊*/
	.thumbnail_img_block {
		margin-top: 15px;
		width: 518px;
		margin-bottom: 34px;
	}
	.thumbnail_img_block ul,
	.thumbnail_img_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnail_img_block li {
		border: 1px solid #DDDDDD;
		float: left;
		width: 89px;
		max-width: 89px;
		height: 89px;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
		padding: 5px;
	}
	.thumbnail_img_block li:nth-of-type(1) {
		margin-left: 0px;
	}
	.thumbnail_img_block li:nth-of-type(4) {
		margin-right: 0px;
	}
	.thumbnail_img_block li .thumbnail-center {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	/*左側add this*/
	.add_this_block .at-share-btn {
		margin-right: 14px !important;
	}
	.add_this_block .at-icon-wrapper {
		width: 48px !important;
		height: 48px !important;
		padding-top: 6px !important;
	}
	.add_this_block .at-icon {
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	/*右側內容*/
	.right_block {
		padding-right: 0;
		padding-left: 30px;
	}
	/*產品品名*/
	.right_block .product_name {
		margin-top: 0;
		margin-bottom: 1px;
		font-size: 1.7em;
		font-weight: bold;
		color: #e60012;
	}
	/*產品特性*/
	.right_block .sub_name{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 7px;
	}
	/*產品版本*/
	.right_block .sub_version{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 23px;
	}
	.right_block .sub_version .version_select {
		color: #707070;
		padding-left: 3px;
		padding-right: 5px;
	}
	/*產品描述*/
	.right_block .product_description {
		font-size: 1.35em;
		color: #000;
		margin-bottom: 29px;
	}
	/*產品優點*/
	.product_list_point,
	.product_list_point li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_list_point {
		padding-left: 30px;
	}
	.product_list_point li {
		color: #707070;
		font-size: 1.2em;
		margin-bottom: 11px;
	}
	.product_list_point li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		color: #e60012;
		font-size: 1em;
		margin-right: 16px;
		margin-left: -22px;
	}

	/*產品資訊下載按鈕*/
	.datasheet_download_block {
		margin-top: 40px;
    	margin-bottom: 21px;
	}
	.datasheet_download_block .download_btn {
		padding: 11px 40px;
		background-color: #707070;
		color: #FFF;
		text-align: center;
		font-size: 1.35em;
	}
	.datasheet_download_block .download_btn:hover,
	.datasheet_download_block .download_btn:active,
	.datasheet_download_block .download_btn:focus {
		background-color: #E60012;
	}

	/*產品分頁 頁籤*/
	.product_detail_tab_block {
		background-color: #000000;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
	}
	.product_detail_tab {
		padding-left: 0;
		padding-right: 0;
	}
	.product_detail_tab ul,
	.product_detail_tab li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_detail_tab li {
		cursor: pointer;
		color: #FFF;
		font-size: 1em;
		text-align: center;
		width: 14.28571429%;
		padding: 12px 0px;
		float: left;
		border-right: 1px solid #707070;
	}
	.product_detail_tab li:nth-of-type(1) {
		border-left: 1px solid #707070;
	}
	.product_detail_tab li.active,
	.product_detail_tab li:hover,
	.product_detail_tab li:active,
	.product_detail_tab li:focus {
		background-color: #E60012;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	/*左側區塊設定*/
	.left_block {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*左側大圖*/
	.normal_img_block {
		width: 100%;
		/*height: 289px;*/
		border: 1px solid #DDDDDD;
		overflow: hidden;
		/*padding: 40px;*/
	}
	.normal_img_block .thumbnail-center {
		width: 100%;
		padding: 40px;
		height: 100%;
	}
	/*左側示意小圖區塊*/
	.thumbnail_img_block {
		margin-top: 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	.thumbnail_img_block ul,
	.thumbnail_img_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnail_img_block ul {

	}
	.thumbnail_img_block li {
		border: 1px solid #DDDDDD;
		float: left;
		width: 23.5%;
		max-width: 23.5%;
		margin-left: 1%;
		margin-right: 1%;
		cursor: pointer;
		padding: 5px;
	}
	.thumbnail_img_block li:nth-of-type(1) {
		margin-left: 0px;
	}
	.thumbnail_img_block li:nth-of-type(4) {
		margin-right: 0px;
	}
	.thumbnail_img_block li .thumbnail-center {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	/*左側add this*/
	.add_this_block .at-share-btn {
		margin-right: 14px !important;
	}
	.add_this_block .at-icon-wrapper {
		width: 48px !important;
		height: 48px !important;
		padding-top: 6px !important;
	}
	.add_this_block .at-icon {
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	/*右側內容*/
	.right_block {
		padding-right: 20px;
		padding-left: 20px;
	}
	/*產品品名*/
	.right_block .product_name {
		margin-top: 0;
		margin-bottom: 1px;
		font-size: 1.7em;
		font-weight: bold;
		color: #e60012;
	}
	/*產品特性*/
	.right_block .sub_name{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 7px;
	}
	/*產品版本*/
	.right_block .sub_version{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 23px;
	}
	.right_block .sub_version .version_select {
		color: #707070;
		padding: 6px 14px;
		border-color: #DDDDDD;
	}
	/*產品描述*/
	.right_block .product_description {
		font-size: 1.35em;
		color: #000;
		margin-bottom: 29px;
	}
	/*產品優點*/
	.product_list_point,
	.product_list_point li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_list_point {
		padding-left: 30px;
	}
	.product_list_point li {
		color: #707070;
		font-size: 1.2em;
		margin-bottom: 11px;
	}
	.product_list_point li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		color: #e60012;
		font-size: 1em;
		margin-right: 16px;
		margin-left: -22px;
	}

	/*產品資訊下載按鈕*/
	.datasheet_download_block {
		margin-top: 40px;
    	margin-bottom: 21px;
	}
	.datasheet_download_block .download_btn {
		padding: 11px 40px;
		background-color: #707070;
		color: #FFF;
		text-align: center;
		font-size: 1.35em;
		display: block;
	}
	.datasheet_download_block .download_btn:hover,
	.datasheet_download_block .download_btn:active,
	.datasheet_download_block .download_btn:focus {
		background-color: #E60012;
	}

	/*產品分頁 頁籤*/
	.product_detail_tab_block {
		background-color: #000000;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding-right: 0;
		padding-left: 0;
	}
	.product_detail_tab {
		padding-left: 0;
		padding-right: 0;
	}
	.product_detail_tab ul,
	.product_detail_tab li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_detail_tab li {
		cursor: pointer;
		color: #FFF;
		font-size: 1em;
		text-align: center;
		width: 50%;
		padding: 12px 0px;
		float: left;
		border-right: 1px solid #707070;
		border-top: 1px solid #707070;
	}
	.product_detail_tab li:nth-of-type(1) {
		border-top: 0px solid transparent;
	}
	.product_detail_tab li:nth-of-type(2) {
		border-top: 0px solid transparent;
	}
	.product_detail_tab li:nth-of-type(2n+2) {
		border-right: 0px solid transparent;
	}
	.product_detail_tab li.active,
	.product_detail_tab li:hover,
	.product_detail_tab li:active,
	.product_detail_tab li:focus {
		background-color: #E60012;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	/*左側區塊設定*/
	.left_block {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*左側大圖*/
	.normal_img_block {
		width: 100%;
		/*height: 289px;*/
		border: 1px solid #DDDDDD;
		overflow: hidden;
		/*padding: 40px;*/
	}
	.normal_img_block .thumbnail-center {
		width: 100%;
		padding: 40px;
		height: 100%;
	}
	/*左側示意小圖區塊*/
	.thumbnail_img_block {
		margin-top: 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	.thumbnail_img_block ul,
	.thumbnail_img_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnail_img_block ul {

	}
	.thumbnail_img_block li {
		border: 1px solid #DDDDDD;
		float: left;
		width: 23.5%;
		max-width: 23.5%;
		margin-left: 1%;
		margin-right: 1%;
		cursor: pointer;
		padding: 5px;
	}
	.thumbnail_img_block li:nth-of-type(1) {
		margin-left: 0px;
	}
	.thumbnail_img_block li:nth-of-type(4) {
		margin-right: 0px;
	}
	.thumbnail_img_block li .thumbnail-center {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	/*左側add this*/
	.add_this_block .at-share-btn {
		margin-right: 14px !important;
	}
	.add_this_block .at-icon-wrapper {
		width: 48px !important;
		height: 48px !important;
		padding-top: 6px !important;
	}
	.add_this_block .at-icon {
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}

	/*右側內容*/
	.right_block {
		padding-right: 20px;
		padding-left: 20px;
	}
	/*產品品名*/
	.right_block .product_name {
		margin-top: 30px;
		margin-bottom: 1px;
		font-size: 1.7em;
		font-weight: bold;
		color: #e60012;
	}
	/*產品特性*/
	.right_block .sub_name{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 7px;
	}
	/*產品版本*/
	.right_block .sub_version{
		font-size: 1.1em;
		color: #707070;
		margin-bottom: 23px;
	}
	.right_block .sub_version .version_select {
		color: #707070;
		padding: 6px 14px;
		border-color: #DDDDDD;
	}
	/*產品描述*/
	.right_block .product_description {
		font-size: 1.35em;
		color: #000;
		margin-bottom: 29px;
	}
	/*產品優點*/
	.product_list_point,
	.product_list_point li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_list_point {
		padding-left: 30px;
	}
	.product_list_point li {
		color: #707070;
		font-size: 1.2em;
		margin-bottom: 11px;
	}
	.product_list_point li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		color: #e60012;
		font-size: 1em;
		margin-right: 16px;
		margin-left: -22px;
	}

	/*產品資訊下載按鈕*/
	.datasheet_download_block {
		margin-top: 40px;
    	margin-bottom: 21px;
	}
	.datasheet_download_block .download_btn {
		padding: 11px 40px;
		background-color: #707070;
		color: #FFF;
		text-align: center;
		font-size: 1.35em;
		display: block;
	}
	.datasheet_download_block .download_btn:hover,
	.datasheet_download_block .download_btn:active,
	.datasheet_download_block .download_btn:focus {
		background-color: #E60012;
	}

	/*產品分頁 頁籤*/
	.product_detail_tab_block {
		background-color: #000000;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #707070;
		padding-right: 0;
		padding-left: 0;
	}
	.product_detail_tab {
		padding-left: 0;
		padding-right: 0;
	}
	.product_detail_tab ul,
	.product_detail_tab li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_detail_tab li {
		cursor: pointer;
		color: #FFF;
		font-size: 1em;
		text-align: center;
		width: 50%;
		padding: 12px 0px;
		float: left;
		border-right: 1px solid #707070;
		border-top: 1px solid #707070;
	}
	.product_detail_tab li:nth-of-type(1) {
		border-top: 0px solid transparent;
	}
	.product_detail_tab li:nth-of-type(2) {
		border-top: 0px solid transparent;
	}
	.product_detail_tab li:nth-of-type(2n+2) {
		border-right: 0px solid transparent;
	}
	.product_detail_tab li.active,
	.product_detail_tab li:hover,
	.product_detail_tab li:active,
	.product_detail_tab li:focus {
		background-color: #E60012;
	}
}

.tab_list_block .tab_item {
	display: none;
}
.tab_list_block .tab_item.active {
	display: block;
}


/*overview*/
.overview {
	background-color: #0e0e0e;
}
	/*type_a 左文右圖介紹*/
.overview_type_a {
	padding-top: 88px;
	padding-bottom: 60px;
}
.overview_type_a * {
	color: #d7d7d7;
}
.overview_type_a .type_right img{
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1439px) {
	.overview_type_a .type_right img {
		width: 100%;
	}
}
.overview_type_a .title {
	color: #f81c1c;
	font-size: 3.22em;
	margin-top: 0px;
	margin-bottom: 45px;
}
.overview_type_a .discription {
	font-size: 1.75em;
	color: #d7d7d7;
	padding: 0px 140px;
}
@media (min-width: 1440px) {
	.overview_type_a .type_left {
		padding-top: 137px;
		padding-left: 242px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_a .discription {
		font-size: 1.75em;
		color: #d7d7d7;
		padding: 0px 60px 30px;
	}
	.overview_type_a .type_left {
		padding-top: 60px;
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_a .discription {
		font-size: 1.75em;
		color: #d7d7d7;
		padding: 0px 30px 30px;
	}
	.overview_type_a .type_left {
		padding-top: 10px;
		padding-left: 0px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.overview_type_a {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.overview_type_a .type_left {
		padding-top: 10px;
		padding-left: 0px;
	}
	.overview_type_a .title {
		color: #f81c1c;
		font-size: 2em;
		margin-top: 0px;
		margin-bottom: 45px;
	}
	.overview_type_a .discription {
		font-size: 1.4em;
		color: #d7d7d7;
		padding: 0px;
		padding-bottom: 30px;
	}
	.overview_type_a .info_bottom .brand_left .brand_img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 25px;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.overview_type_a {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.overview_type_a .type_left {
		padding-top: 10px;
		padding-left: 0px;
	}
	.overview_type_a .title {
		color: #f81c1c;
		font-size: 2em;
		margin-top: 0px;
		margin-bottom: 45px;
	}
	.overview_type_a .discription {
		font-size: 1.4em;
		color: #d7d7d7;
		padding: 0px;
		padding-bottom: 30px;
	}
	.overview_type_a .info_bottom .brand_left .brand_img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 25px;
	}
}
.overview_type_a .type_right {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

.overview_type_a .advance_list,
.overview_type_a .advance_list .item {
	list-style: none;
	padding: 0;
	margin: 0;
}
.overview_type_a .advance_list {
	padding-left: 30px;
}
.overview_type_a .advance_list .item {
	color: #d7d7d7;
    font-size: 1.2em;
    margin-bottom: 11px;
}
.overview_type_a .advance_list .item:before {
	font-family: 'FontAwesome';
    content: '\f0da';
    color: #e60012;
    font-size: 1em;
    margin-right: 16px;
    margin-left: -22px;
}
.overview_type_a .number_list,
.overview_type_a .number_list .item {
	padding: 0;
	margin: 0;
}
.overview_type_a .number_list {
	padding-left: 30px;
}
.overview_type_a .number_list .item {
	color: #d7d7d7;
    font-size: 1.2em;
    margin-bottom: 11px;
}
.overview_type_a .number_list .item:before {
	font-family: 'FontAwesome';
    color: #e60012;
    font-size: 1em;
    margin-right: 16px;
    margin-left: -22px;
}
.overview_type_a .info_bottom {
	padding-top: 49px;
}
.overview_type_a .info_bottom .brand_title {
	margin-top: 0;
    font-size: 1.8em;
    color: #ffee58;
    margin-bottom: 20px;
}
.overview_type_a .info_bottom .brand_description {
	font-size: 1.2em;
}

	/*type_b 左圖右文介紹*/
.overview_type_b {
	padding-top: 88px;
	padding-bottom: 60px;
	background-color: #0E0E0E;
	/*padding-left: 0;*/
    /*padding-right: 0px;*/
    margin-left: -15px;
    margin-right: -15px;
}
.overview_type_b * {
	color: #d7d7d7;
}
.overview_type_b .title {
	color: #f81c1c;
	font-size: 3.22em;
	margin-top: 0px;
	margin-bottom: 45px;
}
.overview_type_b .type_left {
	padding-left: 15px;
	padding-right: 15px;
}
.overview_type_b .type_left img{
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1439px) {
	.overview_type_b .type_left img {
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.overview_type_b .type_right {
	    padding-top: 15px;
	    padding-left: 0;
	    padding-right: 0;
	}
	.overview_type_b .type_right .discription {
		font-size: 1.75em;
		color: #d7d7d7;
		padding: 0px 30px 45px;
	}
	.overview_type_b .type_right .thumbnail_img_list,
	.overview_type_b .type_right .img_item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_b .type_right .thumbnail_img_list {
		padding-left: 20px;
	}
	.overview_type_b .type_right .img_item {
		float: left;
		margin: 0 22.5px;
		width: 202px;
		height: 149px;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.overview_type_b .type_right .img_item .thumbnail-center {
		height: 100%;
	}

	.overview_type_b .advance_list {
		padding-left: 6px;
	    padding-right: 75px;
		padding-top: 75px;
	}
	.overview_type_b .advance_list .advance_item .img,
	.overview_type_b .advance_list .advance_item .content {
		padding: 12px 0;
	}
	.overview_type_b .advance_list .advance_item .img {
		text-align: center;
		vertical-align: middle;
	}
	.overview_type_b .advance_list .advance_item .content {
		text-align: left;
		vertical-align: middle;
		font-size: 1.1em;
		color: #d7d7d7;
		padding-left: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_b .type_right {
	    padding-top: 0px;
	    padding-left: 0;
	    padding-right: 0;
	}
	.overview_type_b .type_right .discription {
		font-size: 1.55em;
		color: #d7d7d7;
		padding: 0px 5px 30px 25px;
	}
	.overview_type_b .type_right .thumbnail_img_list,
	.overview_type_b .type_right .img_item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_b .type_right .thumbnail_img_list {
		padding-left: 20px;
	}
	.overview_type_b .type_right .img_item {
		float: left;
		margin: 0 5.5px;
		width: 151px;
		height: 111px;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.overview_type_b .type_right .img_item .thumbnail-center {
		height: 100%;
	}

	.overview_type_b .advance_list {
		padding-left: 6px;
	    padding-right: 6px;
		padding-top: 20px;
	}
	.overview_type_b .advance_list .advance_item .img,
	.overview_type_b .advance_list .advance_item .content {
		padding: 12px 0;
	}
	.overview_type_b .advance_list .advance_item .img {
		text-align: center;
		vertical-align: middle;
	}
	.overview_type_b .advance_list .advance_item .content {
		text-align: left;
		vertical-align: middle;
		font-size: 1.1em;
		color: #d7d7d7;
		padding-left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_b .type_right {
	    padding-top: 0px;
	    padding-left: 0;
	    padding-right: 0;
	}
	.overview_type_b .type_right .discription {
		font-size: 1.35em;
		color: #d7d7d7;
		padding: 0px 5px 10px 5px;
	}
	.overview_type_b .type_right .thumbnail_img_list,
	.overview_type_b .type_right .img_item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_b .type_right .thumbnail_img_list {
		padding-left: 5px;
	}
	.overview_type_b .type_right .img_item {
		float: left;
		margin: 0 0px;
		width: 126px;
		height: 93px;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.overview_type_b .type_right .img_item .thumbnail-center {
		height: 100%;
	}

	.overview_type_b .advance_list {
		padding-left: 6px;
	    padding-right: 6px;
		padding-top: 20px;
	}
	.overview_type_b .advance_list .advance_item .img,
	.overview_type_b .advance_list .advance_item .content {
		padding: 12px 0;
	}
	.overview_type_b .advance_list .advance_item .img {
		text-align: center;
		vertical-align: middle;
	}
	.overview_type_b .advance_list .advance_item .content {
		text-align: left;
		vertical-align: middle;
		font-size: 1.1em;
		color: #d7d7d7;
		padding-left: 20px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.overview_type_b .title {
		font-size: 2em;
	}
	.overview_type_b .type_right {
	    padding-top: 0px;
	    padding-left: 0;
	    padding-right: 0;
	}
	.overview_type_b .type_right .discription {
		font-size: 1.4em;
		color: #d7d7d7;
		padding: 35px 15px 35px 15px;
	}
	.overview_type_b .type_right .thumbnail_img_list,
	.overview_type_b .type_right .img_item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_b .type_right .thumbnail_img_list {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.overview_type_b .type_right .img_item {
		float: left;
		margin: 0 0px;
		width: 33.33333334%;
		max-height: 149px;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.overview_type_b .type_right .img_item .thumbnail-center {
		height: 100%;
	}

	.overview_type_b .advance_list {
		padding-left: 6px;
	    padding-right: 6px;
		padding-top: 20px;
	}
	.overview_type_b .advance_list .advance_item .img,
	.overview_type_b .advance_list .advance_item .content {
		padding: 12px 0;
	}
	.overview_type_b .advance_list .advance_item .img {
		text-align: center;
		vertical-align: middle;
	}
	.overview_type_b .advance_list .advance_item .content {
		text-align: left;
		vertical-align: middle;
		font-size: 1.1em;
		color: #d7d7d7;
		padding-left: 20px;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.overview_type_b .title {
		font-size: 2em;
	}
	.overview_type_b .type_right {
	    padding-top: 0px;
	    padding-left: 0;
	    padding-right: 0;
	}
	.overview_type_b .type_right .discription {
		font-size: 1.4em;
		color: #d7d7d7;
		padding: 35px 15px 35px 15px;
	}
	.overview_type_b .type_right .thumbnail_img_list,
	.overview_type_b .type_right .img_item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_b .type_right .thumbnail_img_list {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.overview_type_b .type_right .img_item {
		/*float: left;*/
		margin: 0 0px;
		width: 100%;
		/*width: 33.33333334%;*/
		/*max-height: 149px;*/
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.overview_type_b .type_right .img_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.overview_type_b .type_right .img_item .thumbnail-center {
		height: 100%;
		width: 100%;
	}

	.overview_type_b .advance_list {
		padding-left: 6px;
	    padding-right: 6px;
		padding-top: 20px;
	}
	.overview_type_b .advance_list .advance_item .img,
	.overview_type_b .advance_list .advance_item .content {
		padding: 12px 0;
	}
	.overview_type_b .advance_list .advance_item .img {
		text-align: center;
		vertical-align: middle;
	}
	.overview_type_b .advance_list .advance_item .content {
		text-align: left;
		vertical-align: middle;
		font-size: 1.1em;
		color: #d7d7d7;
		padding-left: 20px;
	}
}

	/*type_c 中央一圖*/
.overview_type_c {
	padding-top: 88px;
	padding-bottom: 60px;
}
.overview_type_c * {
	color: #d7d7d7;
}
.overview_type_c .only_img {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 30px;
}
.overview_type_c .only_img img{
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*特效*/
@keyframes fadeInOut
{
0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@-moz-keyframes fadeInOut /* Firefox */
{
0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@-webkit-keyframes fadeInOut /* Safari and Chrome */
{
0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@-o-keyframes fadeInOut /* Opera */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1; 
  }
  75% {
    opacity: 0.5; 
  }
  100% {
    opacity: 0; 
  }
}

@keyframes fadeInOut1
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}

@-moz-keyframes fadeInOut1 /* Firefox */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}

@-webkit-keyframes fadeInOut1 /* Safari and Chrome */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}

@-o-keyframes fadeInOut1 /* Opera */
{
	0% {
    opacity: 0; 
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.5; 
  }
  75% {
    opacity: 0.8; 
  }
  100% {
    opacity: 0.3; 
  }
}
.fadeInOut {
  width: 100px;
  height: 100px;
  background-color: #00F;
  
  animation-name: fadeInOut; 
  -webkit-animation: fadeInOut;
  animation-duration: 3s; 
  -webkit-animation-duration: 3s;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  animation-delay: 0s; 
  -webkit-animation-delay: 0s;
}
.flash {
  width: 100px;
  height: 100px;
  background-color: #00F;
  
  animation-name: fadeInOut; 
  -webkit-animation: fadeInOut;
  animation-duration: 0.2s; 
  -webkit-animation-duration: 0.2s;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  animation-delay: 0s;
  -webkit-animation-delay: 0s; 
}
.random {
  width: 100px;
  height: 100px;
  background-color: #00F;
  
  animation-name: fadeInOut1; 
  -webkit-animation: fadeInOut1;
  animation-duration: 1s; 
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite; 
  -webkit-animation-iteration-count: infinite; 
  animation-delay: 0s;
  -webkit-animation-delay: 0s; 
}
.overview_type_c .circle-color-box {
	margin-top: 50px;
}
.overview_type_c .effect-img-box {
	position: relative;
	height: 800px;
	overflow: hidden;
}
.overview_type_c .effect-control-box {
	margin-top: 100px;
}
.overview_type_c .effect-background {
	position: absolute;
    left: 40px;
    top: 20px;
    z-index: 10;
    width: 535px;
    height: 675px;
	background-color: red;
}
.overview_type_c .effect-img {
	position: absolute;
	z-index: 1000;
	max-width: 570px;
}
.effect-control-box ul,
.effect-control-box li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.effect-control-box li {
	float: left;
	width: 25%;
	min-width: 120px;
}
.effect-control-box .static {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/static.png');
}
.effect-control-box .static:hover {
	background-image: url('../../images/products/static_hover.png');
}
.effect-control-box .breathing {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/breathing.png');
}
.effect-control-box .breathing:hover {
	background-image: url('../../images/products/breathing_hover.png');
}
.effect-control-box .strobing {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/strobing.png');
}
.effect-control-box .strobing:hover {
	background-image: url('../../images/products/strobing_hover.png');
}
.effect-control-box .music {
	width: 107px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-image: url('../../images/products/music.png');
}
.effect-control-box .music:hover {
	background-image: url('../../images/products/music_hover.png');
}
.effect-control-box .box-word {
	font-size: 1.15em;
	margin-top: 15px;
	color: #FFF;

}
.effect-control-box .circle_color {
	margin-top: 85px;
	margin-left: 245px;
}
@media ( min-width: 992px) and (max-width: 1439px) {
	.overview_type_c .effect-control-box {
		margin-top: 35px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 36px;
	    top: 16px;
	    z-index: 10;
	    width: 350px;
	    height: 455px;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		max-width: 465px;
	}
	.effect-control-box ul {
		margin-left: 10px;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: 100px;
	}
}
@media ( min-width: 768px) and (max-width: 991px) {
	.overview_type_c .effect-control-box {
		margin-top: 35px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 31px;
	    top: 13px;
	    z-index: 10;
	    width: 260px;
	    height: 345px;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		max-width: 354px;
	}
	.effect-control-box li {
		float: left;
		width: 25%;
		margin-bottom: 20px;
		min-width: 140px;
	}
	.effect-control-box ul {
		margin-left: 40px;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: 35px;
	}	
}
@media ( min-width: 480px) and (max-width: 767px) {
	.overview_type_c .effect-img-box {
		position: relative;
		height: 720px;
		overflow: hidden;
	}
	.overview_type_c .effect-control-box {
		margin-top: 35px;
		margin-bottom: 50px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 38px;
	    top: 20px;
	    z-index: 10;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		// max-width: 354px;
	}
	.effect-control-box li {
		float: left;
		width: 33%;
		margin-bottom: 20px;
		min-width: 140px;
	}
	.effect-control-box ul {
		width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: auto;
    	margin-right: auto;
    	width: 300px;
	}	
}
@media ( min-width: 10px) and (max-width: 479px) {
	.overview_type_c .effect-img-box {
		position: relative;
		height: 460px;
		overflow: hidden;
	}
	.overview_type_c .effect-control-box {
		margin-top: 35px;		
		margin-bottom: 50px;
	}	
	.overview_type_c .effect-background {
		position: absolute;
	    left: 30px;
	    top: 15px;
	    z-index: 10;
		background-color: red;
	}
	.overview_type_c .effect-img {
		position: absolute;
		z-index: 1000;
		// max-width: 354px;
	}
	.effect-control-box li {
		float: left;
		width: 100%;
		margin-bottom: 20px;
		min-width: 140px;
	}
	.effect-control-box ul {
		width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.effect-control-box .circle_color {
		margin-top: 25px;
		margin-left: auto;
    	margin-right: auto;
    	width: 300px;
	}
}

@media (max-width: 1439px) {
	.overview_type_c .only_img img {
		width: 100%;
	}
}
.overview_type_c .title {
	color: #f81c1c;
	font-size: 3.22em;
	margin-top: 0px;
	margin-bottom: 45px;
}
.overview_type_c .discription {
	font-size: 1.75em;
	color: #d7d7d7;
	padding: 0px 140px;
}
@media (min-width: 1440px) {
	.overview_type_c .list_info_block {
		padding-right: 60px;
		padding-left: 60px;
	}
	.overview_type_c .list_info {
		width: 100%;
	}
	.overview_type_c .list_info	.item {
		width: 33.33333334%;
		max-width: 33.33333334%;
		padding: 0px 36px;
	}
	.overview_type_c .list_info .sub_title {
		margin-top: 0;
	    font-size: 1.8em;
	    color: #ffee58;
	    margin-bottom: 20px;
	}
	.overview_type_c .list_info .sub_description {
		font-size: 1.2em;
		color: #D7D7D7;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_c .discription {
		font-size: 1.75em;
		color: #d7d7d7;
		padding: 0px 60px;
	}

	.overview_type_c .list_info_block {
		padding-right: 10px;
		padding-left: 10px;
	}
	.overview_type_c .list_info {
		width: 100%;
	}
	.overview_type_c .list_info	.item {
		width: 33.33333334%;
		max-width: 33.33333334%;
		padding: 0px 20px;
	}
	.overview_type_c .list_info .sub_title {
		margin-top: 0;
	    font-size: 1.8em;
	    color: #ffee58;
	    margin-bottom: 20px;
	}
	.overview_type_c .list_info .sub_description {
		font-size: 1.2em;
		color: #D7D7D7;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_c .discription {
		font-size: 1.75em;
		color: #d7d7d7;
		padding: 0px 30px 20px;
	}

	.overview_type_c .list_info_block {
		padding-right: 0px;
		padding-left: 0px;
	}
	.overview_type_c .list_info {
		width: 100%;
	}
	.overview_type_c .list_info	.item {
		width: 33.33333334%;
		max-width: 33.33333334%;
		padding: 0px 10px;
	}
	.overview_type_c .list_info .sub_title {
		margin-top: 0;
	    font-size: 1.6em;
	    color: #ffee58;
	    margin-bottom: 20px;
	}
	.overview_type_c .list_info .sub_description {
		font-size: 1em;
		color: #D7D7D7;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.overview_type_c {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.overview_type_c .title {
		color: #f81c1c;
		font-size: 2em;
		margin-top: 0px;
		margin-bottom: 45px;
	}
	.overview_type_c .discription {
		font-size: 1.4em;
		color: #d7d7d7;
		padding: 0px;
		padding-bottom: 20px;
	}


	.overview_type_c .list_info_block {
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 20px;
	}
	.overview_type_c .list_info {
		width: 100%;
	}
	.overview_type_c .list_info	.item {
		width: 100%;
		max-width: 100%;
		padding: 0px 10px;
		display: block;
		text-align: center;
		vertical-align: top;
		padding-bottom: 30px;
	}
	.overview_type_c .list_info	.item img {
		/*width: auto;*/
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.overview_type_c .list_info .sub_title {
		margin-top: 0;
	    font-size: 1.8em;
	    color: #ffee58;
	    margin-bottom: 20px;
	}
	.overview_type_c .list_info .sub_description {
		font-size: 1.2em;
		color: #D7D7D7;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.overview_type_c {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.overview_type_c .title {
		color: #f81c1c;
		font-size: 2em;
		margin-top: 0px;
		margin-bottom: 45px;
	}
	.overview_type_c .discription {
		font-size: 1.4em;
		color: #d7d7d7;
		padding: 0px;
		padding-bottom: 20px;
	}


	.overview_type_c .list_info_block {
		padding-right: 0px;
		padding-left: 0px;
		margin-top: 20px;
	}
	.overview_type_c .list_info {
		width: 100%;
	}
	.overview_type_c .list_info	.item {
		width: 100%;
		max-width: 100%;
		padding: 0px 10px;
		display: block;
		text-align: center;
		vertical-align: top;
		padding-bottom: 30px;
	}
	.overview_type_c .list_info	.item img {
		/*width: auto;*/
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.overview_type_c .list_info .sub_title {
		margin-top: 0;
	    font-size: 1.8em;
	    color: #ffee58;
	    margin-bottom: 20px;
	}
	.overview_type_c .list_info .sub_description {
		font-size: 1.2em;
		color: #D7D7D7;
	}
}

	/*type_d 紅色區塊*/
.overview_type_d {
	background-color: #E70111;
	padding-right: 0;
	padding-left: 0;
	margin-left: -15px;
    margin-right: -15px;
}
.overview_type_d h2 {
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 27px 0px;
	font-size: 3em;
}

	/*type_e 左圖右序列*/
.overview_type_e {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url('../../upload/prodcut_overview/overview_bg.jpg');
	background-position: 0 0;
	margin-left: -15px;
    margin-right: -15px;
}
.overview_type_e * {
	color: #d7d7d7;
}
.overview_type_e .type_left img {
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1439px) {
	.overview_type_e .type_left img {
		width: 100%;
	}
}

@media (min-width: 1440px) {
	.overview_type_e .type_right {
		padding-top: 90px;
	    padding-left: 69px;
	}
	.overview_type_e .type_right .list_item {
		width: 100%;
	}

	.overview_type_e .type_right .item {
		width: 100%;
	}
	.overview_type_e .type_right .item .icon {
		width: 64px;
		height: 64px;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 20px;
	}
	.overview_type_e .type_right .item .content {
		text-align: left;
		vertical-align: middle;
		color: #FFF;
		font-size: 1.85em;
		padding-left: 25px;
		padding-bottom: 20px;
	}

	.overview_type_e .outer {
		width: 64px;
		height: 64px;
		border-radius: 50%;
		background-color: rgba(248,30,26,0.3);
		display: block;
		line-height: 64px;
		position: relative;
	}

	.overview_type_e .inner {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		line-height: 40px;
	    font-size: 1.85em;
	    font-weight: bold;
		background-color: rgba(248,30,26,1);
		display: block;
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top: 12px;
	    left: 12px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_e .type_right {
		padding-top: 45px;
	    padding-left: 30px;
	}
	.overview_type_e .type_right .list_item {
		width: 100%;
	}

	.overview_type_e .type_right .item {
		width: 100%;
	}
	.overview_type_e .type_right .item .icon {
		width: 45px;
		height: 45px;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 10px;
	}
	.overview_type_e .type_right .item .content {
		text-align: left;
		vertical-align: middle;
		color: #FFF;
		font-size: 1.45em;
		padding-left: 25px;
		padding-bottom: 10px;
	}

	.overview_type_e .outer {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(248,30,26,0.3);
		display: block;
		line-height: 64px;
		position: relative;
	}

	.overview_type_e .inner {
		width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    line-height: 25px;
	    font-size: 1.2em;
	    font-weight: bold;
	    background-color: rgba(248,30,26,1);
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_e .type_right {
		padding-top: 45px;
	    padding-left: 30px;
	}
	.overview_type_e .type_right .list_item {
		width: 100%;
	}

	.overview_type_e .type_right .item {
		width: 100%;
	}
	.overview_type_e .type_right .item .icon {
		width: 45px;
		height: 45px;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 10px;
	}
	.overview_type_e .type_right .item .content {
		text-align: left;
		vertical-align: middle;
		color: #FFF;
		font-size: 1.45em;
		padding-left: 25px;
		padding-bottom: 10px;
	}

	.overview_type_e .outer {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(248,30,26,0.3);
		display: block;
		line-height: 64px;
		position: relative;
	}

	.overview_type_e .inner {
		width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    line-height: 25px;
	    font-size: 1.2em;
	    font-weight: bold;
	    background-color: rgba(248,30,26,1);
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.overview_type_e {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.overview_type_e .type_right {
		padding-top: 45px;
	    padding-left: 30px;
	}
	.overview_type_e .type_right .list_item {
		width: 100%;
	}

	.overview_type_e .type_right .item {
		width: 100%;
	}
	.overview_type_e .type_right .item .icon {
		width: 45px;
		height: 45px;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 10px;
	}
	.overview_type_e .type_right .item .content {
		text-align: left;
		vertical-align: middle;
		color: #FFF;
		font-size: 1.45em;
		padding-left: 25px;
		padding-bottom: 10px;
	}

	.overview_type_e .outer {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(248,30,26,0.3);
		display: block;
		line-height: 64px;
		position: relative;
	}

	.overview_type_e .inner {
		width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    line-height: 25px;
	    font-size: 1.2em;
	    font-weight: bold;
	    background-color: rgba(248,30,26,1);
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.overview_type_e {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.overview_type_e .type_right {
		padding-top: 45px;
	    padding-left: 30px;
	}
	.overview_type_e .type_right .list_item {
		width: 100%;
	}

	.overview_type_e .type_right .item {
		width: 100%;
	}
	.overview_type_e .type_right .item .icon {
		width: 45px;
		height: 45px;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 10px;
	}
	.overview_type_e .type_right .item .content {
		text-align: left;
		vertical-align: middle;
		color: #FFF;
		font-size: 1.45em;
		padding-left: 25px;
		padding-bottom: 10px;
	}

	.overview_type_e .outer {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		background-color: rgba(248,30,26,0.3);
		display: block;
		line-height: 64px;
		position: relative;
	}

	.overview_type_e .inner {
		width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    line-height: 25px;
	    font-size: 1.2em;
	    font-weight: bold;
	    background-color: rgba(248,30,26,1);
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	    position: absolute;
	    top: 10px;
	    left: 10px;
	}
}


	/*type_f 多格內容區塊*/
.overview_type_f {
	background-color: #8A8A8A;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 40px;
	padding-bottom: 35px;
}

.overview_type_f .item:hover .over_title ,
.overview_type_f .item:active .over_title ,
.overview_type_f .item:focus .over_title {
	display: none;
}


.overview_type_f .item:hover .overlay ,
.overview_type_f .item:active .overlay ,
.overview_type_f .item:focus .overlay {
	display: block;
}

@media (min-width: 1440px) {
	.overview_type_f .infoItem_list,
	.overview_type_f .item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_f .item {
		float: left;
		width: 256px;
		height: 256px;
		margin: 10px;
		cursor: pointer;
	}
	.overview_type_f .item .thumbnail-center{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.overview_type_f .item .over_title {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: left;
		padding: 15px;
		color: #FFF;
		background-color: rgba(0,0,0,0.9);
	}

	.overview_type_f .item .overlay {
		position: absolute;
		display: none;
		z-index: 200;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 38px 25px;
		background-color: rgba(0,0,0,0.75);
	}
	.overview_type_f .item .overlay .sub_title {
		font-size: 1.85em;
		color: #FFF;
		margin: 0;
		text-align: left;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.overview_type_f .item .overlay .sub_content {
		font-size: 1.2em;
		color: #FFF;
		margin: 0;
		text-align: left;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_f .infoItem_list,
	.overview_type_f .item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_f .item {
		float: left;
		width: 227px;
		height: 227px;
		margin: 10px;
		cursor: pointer;
	}
	.overview_type_f .item .thumbnail-center{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.overview_type_f .item .over_title {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: left;
		padding: 15px;
		color: #FFF;
		background-color: rgba(0,0,0,0.9);
	}

	.overview_type_f .item .overlay {
		position: absolute;
		display: none;
		z-index: 200;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 10px 15px;
		background-color: rgba(0,0,0,0.75);
	}
	.overview_type_f .item .overlay .sub_title {
		font-size: 1.6em;
		color: #FFF;
		margin: 0;
		text-align: left;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.overview_type_f .item .overlay .sub_content {
		font-size: 1.1em;
		color: #FFF;
		margin: 0;
		text-align: left;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_f .infoItem_list,
	.overview_type_f .item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_f .item {
		float: left;
		width: 236px;
		height: 236px;
		margin: 10px;
		cursor: pointer;
	}
	.overview_type_f .item .thumbnail-center{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.overview_type_f .item .over_title {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: left;
		padding: 15px;
		color: #FFF;
		background-color: rgba(0,0,0,0.9);
	}

	.overview_type_f .item .overlay {
		position: absolute;
		display: none;
		z-index: 200;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 10px 15px;
		background-color: rgba(0,0,0,0.75);
	}
	.overview_type_f .item .overlay .sub_title {
		font-size: 1.6em;
		color: #FFF;
		margin: 0;
		text-align: left;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.overview_type_f .item .overlay .sub_content {
		font-size: 1.1em;
		color: #FFF;
		margin: 0;
		text-align: left;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.overview_type_f .infoItem_list,
	.overview_type_f .item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_f .item {
		float: left;
		width: 48%;
		height: 100%;
		margin: 1%;
		cursor: pointer;
	}
	.overview_type_f .item .thumbnail-center{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.overview_type_f .item .over_title {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: left;
		padding: 15px;
		color: #FFF;
		background-color: rgba(0,0,0,0.9);
	}

	.overview_type_f .item .overlay {
		position: absolute;
		display: none;
		z-index: 200;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 10px 15px;
		background-color: rgba(0,0,0,0.75);
	}
	.overview_type_f .item .overlay .sub_title {
		font-size: 1.6em;
		color: #FFF;
		margin: 0;
		text-align: left;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.overview_type_f .item .overlay .sub_content {
		font-size: 1.1em;
		color: #FFF;
		margin: 0;
		text-align: left;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.overview_type_f .infoItem_list,
	.overview_type_f .item {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.overview_type_f .item {
		float: left;
		width: 100%;
		height: 100%;
		margin: 2% 0;
		cursor: pointer;
	}
	.overview_type_f .item .thumbnail-center{
		width: 100%;
		height: 100%;
		position: relative;
	}
	.overview_type_f .item .over_title {
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: left;
		padding: 15px;
		color: #FFF;
		background-color: rgba(0,0,0,0.9);
	}

	.overview_type_f .item .overlay {
		position: absolute;
		display: none;
		z-index: 200;
		width: 100%;
		height: 100%;
		top: 0;
		padding: 25px 35px;
		background-color: rgba(0,0,0,0.75);
	}
	.overview_type_f .item .overlay .sub_title {
		font-size: 1.8em;
		color: #FFF;
		margin: 0;
		text-align: left;
		line-height: 36px;
		margin-bottom: 35px;
	}
	.overview_type_f .item .overlay .sub_content {
		font-size: 1.2em;
		color: #FFF;
		margin: 0;
		text-align: left;
	}
}


	/*type_g audio區塊*/
.overview_type_g {
	background-color: #FFF;
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 0;
	padding-bottom: 0;
}
.overview_type_g .main_info_title {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #E70111;
}
.overview_type_g .main_info_title h2 {
	color: #FFF;
    text-align: center;
    margin: 0;
    padding: 11.5px 0px;
    font-size: 3em;
}
.overview_type_g .left_item {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
.overview_type_g .right_item {
	border-left: 1px solid transparent;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 767px) {
	.overview_type_g .right_item {
		border-left: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
	}
}
.overview_type_g .topic_block {
	padding-top: 30px;
    padding-bottom: 28px;
}
@media (min-width: 992px) and (max-width: 1439px) {
	.overview_type_g .topic_block {
		padding-top: 30px;
	    padding-bottom: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.overview_type_g .topic_block {
		padding-top: 30px;
	    padding-bottom: 12px;
	}
}
.overview_type_g .topic_block .topic_img {
	position: relative;
	height: 110px;
}
.overview_type_g .topic_block .topic_img .thumbnail-center{
	position: absolute;
	right: 10px;
	height: 110px;
}
.overview_type_g .topic_block .topic_img .thumbnail-center .thumbnail_wrapper img{
	width: auto;
	height: 110px;
}
@media (min-width: 992px) and (max-width: 1439px) {
	.overview_type_g .topic_block .topic_img {
		/*height: 100%;*/
	}
	.overview_type_g .topic_block .topic_img .thumbnail-center{
		position: static;
		height: 110px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.overview_type_g .topic_block .topic_img {
		/*height: 100%;*/
	}
	.overview_type_g .topic_block .topic_img .thumbnail-center{
		position: static;
		height: 110px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width: 767px) {
	.overview_type_g .topic_block .topic_img .thumbnail-center{
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
}
.overview_type_g .topic_block .topic_title {
	color: #e60012;
	font-size: 1.85em;
	height: 110px;
	max-height: 110px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 42px;
}
@media (min-width: 992px) and (max-width: 1439px) {
	.overview_type_g .topic_block .topic_title {
		text-align: center;
		height: auto;
		max-height: auto;
		padding-bottom: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.overview_type_g .topic_block .topic_title {
		text-align: center;
		height: auto;
		max-height: auto;
		padding-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.overview_type_g .topic_block .topic_title {
		color: #e60012;
		font-size: 1.85em;
		height: 40px;
		text-align: center;
		line-height: 32px;
		height: auto;
		max-height: auto;
		padding-bottom: 5px;
	}
}
.overview_type_g .info_description {
	font-size: 1.2em;
	margin-bottom: 30px;
}
.overview_type_g .info_long_img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 68px;
}


.overview_type_g .info_large_box .box_item .item_img_block{
	height: 90px;
	margin-top: 23px;
}
.overview_type_g .info_large_box .box_item .item_img_block .thumbnail-center{
	margin-left: auto;
	margin-right: auto;
	max-height: 110px;
    overflow: hidden;
}
.overview_type_g .info_large_box .box_item .item_img_block .thumbnail-center .thumbnail_wrapper img {
	width: auto;
	max-height: 110px;
    overflow: hidden;
    max-width: 215px;
}
.overview_type_g .info_large_box .box_item .type_title {
	font-size: 1.8em;
	color: #e60012;
	text-align: center;
	/*height: 75px;*/
	margin-top: 32px;
}
.overview_type_g .info_large_box .box_item .type_content {
	font-size: 1.2em;
	color: #000;
	margin-top: 23px;
}


.overview_type_g .info_type_block {

}
.overview_type_g .info_type_block .info_type_item {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 23px 47px;;
}
@media (min-width: 992px) and (max-width: 1439px) {
	.overview_type_g .info_type_block .info_type_item {
		border-right: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		padding: 23px 12px;;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.overview_type_g .info_type_block .info_type_item {
		border-right: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		padding: 23px 20px;;
	}
}
@media (max-width: 767px) {
	.overview_type_g .info_type_block .info_type_item {
		border-left: 1px solid #E0E0E0;
		border-right: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
		padding: 23px 20px;;
	}
}
.overview_type_g .info_type_block .info_type_item:nth-of-type(4n+1){
	border-left: 1px solid #E0E0E0;
}
.overview_type_g .info_type_block .info_type_item .item_img_block{
	height: 90px;
}
.overview_type_g .info_type_block .info_type_item .thumbnail-center{
	margin-left: auto;
	margin-right: auto;
	max-height: 110px;
    overflow: hidden;
}
.overview_type_g .info_type_block .info_type_item .thumbnail-center .thumbnail_wrapper img {
	width: auto;
	max-height: 110px;
    overflow: hidden;
}
.overview_type_g .info_type_block .info_type_item .type_title {
	font-size: 1.8em;
	color: #e60012;
	text-align: center;
	/*height: 75px;*/
	margin-top: 32px;
}
.overview_type_g .info_type_block .info_type_item .type_content {
	font-size: 1.2em;
	color: #000;
	margin-top: 20px;
}


	/*type_i 影片燈箱區*/
.overview_type_i {
	background-color: #333333;
	margin-left: -15px;
	margin-right: -15px;
}
.overview_type_i .title {
	font-size: 3.1em;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 25px;
}
.overview_type_i .video_box {
	padding-bottom: 60px;
	padding-top: 48px;
}
.overview_type_i .video_list {

}

@media (min-width: 1440px) {
	.overview_type_i .video_list .video_item{
		padding-right: 0;
		padding-left: 0;
		max-height: 360px;
		overflow: hidden;
		cursor: pointer;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_i .video_list .video_item{
		padding-right: 0;
		padding-left: 0;
		max-height: 247px;
		overflow: hidden;
		cursor: pointer;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_i .video_list .video_item{
		padding-right: 0;
		padding-left: 0;
		max-height: 360px;
		overflow: hidden;
		cursor: pointer;
	}
}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 10px) and (max-width: 479px) {

}
.overview_type_i .video_list .video_item .thumbnail-center {
	width: 100%;
	position: relative;
}
.overview_type_i .video_item .overlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.2);
}
.overview_type_i .video_item:hover .overlay,
.overview_type_i .video_item:active .overlay,
.overview_type_i .video_item:focus .overlay {
	display: block;
}

@media (min-width: 1440px) {
	.overview_type_i .video_item .overlay .top {
		height: 80%;
	}
	.overview_type_i .video_item .overlay .bottom {
		height: 20%;
		max-height: 20%;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.overview_type_i .video_item .overlay .top {
		height: 70%;
	}
	.overview_type_i .video_item .overlay .bottom {
		height: 30%;
		max-height: 30%;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.overview_type_i .video_item .overlay .top {
		height: 70%;
	}
	.overview_type_i .video_item .overlay .bottom {
		height: 30%;
		max-height: 30%;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.overview_type_i .video_item .overlay .top {
		height: 75%;
	}
	.overview_type_i .video_item .overlay .bottom {
		height: 25%;
		max-height: 25%;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.overview_type_i .video_item .overlay .top {
		height: 65%;
	}
	.overview_type_i .video_item .overlay .bottom {
		height: 35%;
		max-height: 35%;
	}
}
.overview_type_i .video_item .overlay .top .gallery_list {
	height: 39px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}
.overview_type_i .video_item .overlay .top .gallery_item {
	margin-right: 5px;
	margin-left: 5px;
}
.overview_type_i .video_item .overlay .bottom {
	background-color: #B3B3B3;
	padding: 12px;
	cursor: pointer;
	overflow: hidden;
}

.overview_type_i .video_item .overlay .bottom a,
.overview_type_i .video_item .overlay .bottom a:visited {
	font-size: 1.35em;
	color: #272727;
	display: block;
}
.overview_type_i .video_item .overlay .bottom a:hover,
.overview_type_i .video_item .overlay .bottom a:active,
.overview_type_i .video_item .overlay .bottom a:focus {
	color: #e60012;
}




	/*type_h 滿圖pk區塊*/
.overview_type_h,
.overview_type_h .container,
.overview_type_h .inner_block {
	padding-left: 0;
	padding-right: 0;
	background-color: #1a1a1a;
}
.overview_type_h .pk_compare_img {
	margin-right: auto;
	margin-left: auto;
}
.overview_type_h .download_pk_btn,
.overview_type_h .download_pk_btn:visited {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 10px;
	color: #FFF;
	background-color: #7F7F7F;
	font-size: 1.2em;
	text-align: center;
	max-width: 225px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.overview_type_h .download_pk_btn:hover,
.overview_type_h .download_pk_btn:active,
.overview_type_h .download_pk_btn:focus {
	background-color: #E60012;
}
@media (min-width: 768px) {
	.overview_type_h .download_pk_btn {
		display: none;
	}
}



@media (min-width: 1440px) {

}
@media (min-width: 992px) and (max-width: 1439px)  {

}
@media (min-width: 768px) and (max-width: 991px)  {

}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 10px) and (max-width: 479px) {

}














/*specification*/
@media (min-width: 768px) {
	.specification_block {
		margin-top: 56px;
		margin-bottom: 60px;
	}
	.specification_table {
		width: 100%;
	}
	.specification_table th,
	.specification_table td {
		vertical-align: top;
		text-align: left;
	}
	.specification_table tr:nth-of-type(2n+1) th,
	.specification_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.specification_table tr:nth-of-type(2n+2) th,
	.specification_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.specification_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 11px 40px;
		white-space: nowrap;
	}
	.specification_table .title,
	.specification_table .content {
		color: #707070;
		line-height: 30px;
		font-size: 1.2em;
		padding: 21px 40px;
	}
	.specification_table .title {
		width: 238px;
	}

	.specification_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
}
@media (max-width: 767px)  {
	.specification_block {
		margin-top: 29px;
		margin-bottom: 60px;
	}
	.specification_table {
		width: 100%;
	}
	.specification_table th,
	.specification_table td {
		vertical-align: top;
		text-align: left;
	}

	.specification_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 11px 40px;
	}
	.specification_table .title,
	.specification_table .content {
		line-height: 30px;
		font-size: 1.2em;
		display: block;
	}
	.specification_table .title {
		color: #e64a19;
		background-color: #FFF3DC;
		padding: 4px 14px;
	}
	.specification_table .content {
		color: #272727;
		padding: 4px 14px 21px;
	}

	.specification_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
}


/*award*/
.award_box {
	background-color: #DEDEDE;
}
/*award*/
/* 20160217 Tina 修改圖片大小控制, 圖片最大為175*240, 小於則長寬不動 start*/
.award_item > .thumbnail-center .thumbnail_wrapper > img{
	width: auto;
    max-width: 100%;
    max-height: 240px;
}
/* 20160217 Tina 修改圖片大小控制, 圖片最大為175*240, 小於則長寬不動 end*/
/* 20160217 Tina 限制文字高度為兩行 start*/
.award_list .award_item p {
	height: 50px;
	overflow: hidden;
}
/* 20160217 Tina 限制文字高度為兩行 end*/
.award_box {
	background-color: #DEDEDE;
	display: block;
}
.award_list .award_item:hover .overlay,
.award_list .award_item:active .overlay,
.award_list .award_item:focus .overlay {
	display: block;
}
.award_box .overlay {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}
@media (min-width: 1440px) {
	.award_box .overlay .overlay_title {
		font-size: 1.35em;
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.award_box .overlay .overlay_content {
		font-size: 1.2em ;
		padding-right: 40px;
		padding-left: 40px;
		margin-bottom: 10px;
		overflow: auto;
    	height: auto;
	}
	.award_box .overlay .overlay_content a:hover,
	.award_box .overlay .overlay_content:active,
	.award_box .overlay .overlay_content:focus {
		color: #E60012;
	}
	.award_box .overlay .link_btn_block {
		position: absolute;
		bottom: 35px;
		left: 40px;
	}
	.award_box .overlay .link_btn_block .link_btn,
	.award_box .overlay .link_btn_block .link_btn:visited{
		display: block;
		background-color: #383838;
		color: #FFF;
		font-size: 1.2em;
		padding: 10px 70px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.award_box .overlay .link_btn_block .link_btn:hover,
	.award_box .overlay .link_btn_block .link_btn:active,
	.award_box .overlay .link_btn_block .link_btn:focus {
		background-color: #E60012;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.award_box .overlay .overlay_title {
		font-size: 1.35em;
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.award_box .overlay .overlay_content {
		font-size: 1.2em ;
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 10px;
		overflow: auto;
    	height: auto;
	}
	.award_box .overlay .overlay_content a:hover,
	.award_box .overlay .overlay_content:active,
	.award_box .overlay .overlay_content:focus {
		color: #E60012;
	}
	.award_box .overlay .link_btn_block {
		position: absolute;
		bottom: 35px;
		left: 20px;
	}
	.award_box .overlay .link_btn_block .link_btn,
	.award_box .overlay .link_btn_block .link_btn:visited{
		display: block;
		background-color: #383838;
		color: #FFF;
		font-size: 1.2em;
		padding: 10px 70px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.award_box .overlay .link_btn_block .link_btn:hover,
	.award_box .overlay .link_btn_block .link_btn:active,
	.award_box .overlay .link_btn_block .link_btn:focus {
		background-color: #E60012;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.award_box .overlay .overlay_title {
		font-size: 1.35em;
		margin-top: 35px;
		margin-bottom: 30px;
	}
	.award_box .overlay .overlay_content {
		font-size: 1.2em ;
		padding-right: 35px;
		padding-left: 35px;
		margin-bottom: 10px;
		overflow: auto;
    	height: auto;
	}
	.award_box .overlay .overlay_content a:hover,
	.award_box .overlay .overlay_content:active,
	.award_box .overlay .overlay_content:focus {
		color: #E60012;
	}
	.award_box .overlay .link_btn_block {
		position: absolute;
		bottom: 35px;
		left: 20px;
	}
	.award_box .overlay .link_btn_block .link_btn,
	.award_box .overlay .link_btn_block .link_btn:visited{
		display: block;
		background-color: #383838;
		color: #FFF;
		font-size: 1.2em;
		padding: 10px 70px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.award_box .overlay .link_btn_block .link_btn:hover,
	.award_box .overlay .link_btn_block .link_btn:active,
	.award_box .overlay .link_btn_block .link_btn:focus {
		background-color: #E60012;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.award_box .overlay .overlay_title {
		font-size: 1.35em;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.award_box .overlay .overlay_content {
		font-size: 1.1em;
	    padding-right: 20px;
	    padding-left: 20px;
	    margin-bottom: 10px;
	    overflow: auto;
    	height: auto;
	}
	.award_box .overlay .overlay_content a:hover,
	.award_box .overlay .overlay_content:active,
	.award_box .overlay .overlay_content:focus {
		color: #E60012;
	}
	.award_box .overlay .link_btn_block {
		/*position: absolute;*/
		bottom: 35px;
		left: 20px;
		text-align: center;
		margin-top: 30px;
	}
	.award_box .overlay .link_btn_block .link_btn,
	.award_box .overlay .link_btn_block .link_btn:visited{
		/*display: block;*/
		background-color: #383838;
		color: #FFF;
		font-size: 1.2em;
		padding: 10px 50px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.award_box .overlay .link_btn_block .link_btn:hover,
	.award_box .overlay .link_btn_block .link_btn:active,
	.award_box .overlay .link_btn_block .link_btn:focus {
		background-color: #E60012;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.award_box .overlay .overlay_title {
		font-size: 1.35em;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.award_box .overlay .overlay_content {
		font-size: 1.1em;
	    padding-right: 20px;
	    padding-left: 20px;
	    margin-bottom: 10px;
	    overflow: auto;
    	height: auto;
	}
	.award_box .overlay .overlay_content a:hover,
	.award_box .overlay .overlay_content:active,
	.award_box .overlay .overlay_content:focus {
		color: #E60012;
	}
	.award_box .overlay .link_btn_block {
		/*position: absolute;*/
		bottom: 35px;
		left: 20px;
		text-align: center;
		margin-top: 60px;
	}
	.award_box .overlay .link_btn_block .link_btn,
	.award_box .overlay .link_btn_block .link_btn:visited{
		/*display: block;*/
		background-color: #383838;
		color: #FFF;
		font-size: 1.2em;
		padding: 10px 70px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.award_box .overlay .link_btn_block .link_btn:hover,
	.award_box .overlay .link_btn_block .link_btn:active,
	.award_box .overlay .link_btn_block .link_btn:focus {
		background-color: #E60012;
	}
}




@media (min-width: 1440px) {
	.award_block {
		background-color: #DEDEDE;
	}
	.award_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 37px;
		padding-right: 37px;
	}
	.award_list_block ul,
	.award_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.award_list .award_item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: 261px;
		background-color: #FFF;
		padding: 8px 43px;
		float: left;
		position: relative;
	}
	.award_list .award_item:nth-of-type(5n+1) {
		margin-left: 0;
	}
	.award_list .award_item:nth-of-type(5n+5) {
		margin-right: 0;
	}
	.award_list .award_item .thumbnail-center {
		width: 100%;
		height: 240px;
	}
	.award_list .award_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.award_block {
		background-color: #DEDEDE;
	}
	.award_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 17px;
		padding-right: 17px;
	}
	.award_list_block ul,
	.award_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.award_list .award_item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: 225px;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
		position: relative;
	}
	.award_list .award_item:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.award_list .award_item:nth-of-type(4n+4) {
		margin-right: 0;
	}
	.award_list .award_item .thumbnail-center {
		width: 100%;
		height: 240px;
	}
	.award_list .award_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		margin-left: -10px;
    	margin-right: -10px;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.award_block {
		background-color: #DEDEDE;
	}
	.award_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 17px;
		padding-right: 17px;
	}
	.award_list_block ul,
	.award_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.award_list .award_item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: 225px;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
		position: relative;
	}
	.award_list .award_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.award_list .award_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.award_list .award_item .thumbnail-center {
		width: 100%;
		height: 240px;
	}
	.award_list .award_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		margin-left: -10px;
    	margin-right: -10px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.award_block {
		background-color: #DEDEDE;
	}
	.award_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.award_list_block ul,
	.award_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.award_list .award_item {
		margin-bottom: 2%;
	    margin-left: 1%;
	    margin-right: 1%;
	    width: 48%;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
		position: relative;
	}
	.award_list .award_item .thumbnail-center {
		width: 100%;
		min-height: 175px;
	}
	.award_list .award_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.award_block {
		background-color: #DEDEDE;
	}
	.award_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.award_list_block ul,
	.award_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.award_list .award_item {
		margin-bottom: 4%;
	    margin-left: 1%;
	    margin-right: 1%;
	    width: 98%;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
		position: relative;
	}
	.award_list .award_item .thumbnail-center {
		width: 100%;
		min-height: 175px;
	}
	.award_list .award_item .thumbnail-center .thumbnail_wrapper img {
		width: initial;
	}
	.award_list .award_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
	}
}









/*accessories*/
@media (min-width: 1440px) {
	.accessories_block {
		background-color: #DEDEDE;
	}
	.accessories_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 37px;
		padding-right: 37px;
	}
	.accessories_list_block ul,
	.accessories_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.accessories_list .accessories_item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: 261px;
		background-color: #FFF;
		padding: 8px 43px;
		float: left;
	}
	.accessories_list .accessories_item:nth-of-type(5n+1) {
		margin-left: 0;
	}
	.accessories_list .accessories_item:nth-of-type(5n+5) {
		margin-right: 0;
	}
	.accessories_list .accessories_item .thumbnail-center {
		width: 100%;
		height: 240px;
	}
	.accessories_list .accessories_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		overflow: hidden;
    	height: 50px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.accessories_block {
		background-color: #DEDEDE;
	}
	.accessories_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 17px;
		padding-right: 17px;
	}
	.accessories_list_block ul,
	.accessories_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.accessories_list .accessories_item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: 225px;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
	}
	.accessories_list .accessories_item:nth-of-type(4n+1) {
		margin-left: 0;
	}
	.accessories_list .accessories_item:nth-of-type(4n+4) {
		margin-right: 0;
	}
	.accessories_list .accessories_item .thumbnail-center {
		width: 100%;
		height: 240px;
	}
	.accessories_list .accessories_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		overflow: hidden;
    	height: 50px;
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.accessories_block {
		background-color: #DEDEDE;
	}
	.accessories_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 17px;
		padding-right: 17px;
	}
	.accessories_list_block ul,
	.accessories_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.accessories_list .accessories_item {
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
		width: 225px;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
	}
	.accessories_list .accessories_item:nth-of-type(3n+1) {
		margin-left: 0;
	}
	.accessories_list .accessories_item:nth-of-type(3n+3) {
		margin-right: 0;
	}
	.accessories_list .accessories_item .thumbnail-center {
		width: 100%;
		height: 240px;
	}
	.accessories_list .accessories_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		overflow: hidden;
    	height: 50px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.accessories_block {
		background-color: #DEDEDE;
	}
	.accessories_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.accessories_list_block ul,
	.accessories_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.accessories_list .accessories_item {
		margin-bottom: 2%;
	    margin-left: 1%;
	    margin-right: 1%;
	    width: 48%;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
	}
	.accessories_list .accessories_item .thumbnail-center {
		width: 100%;
		min-height: 175px;
	}
	.accessories_list .accessories_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		overflow: hidden;
    	height: 50px;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.accessories_block {
		background-color: #DEDEDE;
	}
	.accessories_list_block {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.accessories_list_block ul,
	.accessories_list_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.accessories_list .accessories_item {
		margin-bottom: 4%;
	    margin-left: 1%;
	    margin-right: 1%;
	    width: 98%;
		background-color: #FFF;
		padding: 8px 25px;
		float: left;
	}
	.accessories_list .accessories_item .thumbnail-center {
		width: 100%;
		min-height: 175px;
	}
	.accessories_list .accessories_item .thumbnail-center .thumbnail_wrapper img {
		width: initial;
	}
	.accessories_list .accessories_item p {
		font-size: 1.3em;
		margin-bottom: 35px;
		overflow: hidden;
    	height: 50px;
	}
}


/*CPU support*/
@media (min-width: 768px) {
	.cpusupport_block {
		margin-top: 56px;
		margin-bottom: 60px;
		position: relative;
	}
	.cpusupport_block h4 {
		font-size: 1.4em;
		color: #000;
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.cpusupport_block .export_btn,
	.cpusupport_block .export_btn:visited {
		position: absolute;
		top: 0;
		right: 15px;
		font-size: 1.1em;
		padding: 5px 40px;
		color: #FFF;
		background-color: #707070;
	}
	.cpusupport_block .export_btn:hover,
	.cpusupport_block .export_btn:active,
	.cpusupport_block .export_btn:focus {
		background-color: #E60012;
	}
	.cpusupport_table {
		width: 100%;
	}
	.cpusupport_table th,
	.cpusupport_table td {
		vertical-align: top;
		text-align: left;
	}
	.cpusupport_table tr:nth-of-type(2n+1) th,
	.cpusupport_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.cpusupport_table tr:nth-of-type(2n+2) th,
	.cpusupport_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.cpusupport_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 13px 10px;
	}
	.cpusupport_table .content {
		color: #707070;
		line-height: 30px;
		font-size: 1.2em;
		padding: 13px 10px;
	}

	.cpusupport_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
}
@media (max-width: 767px)  {
	.cpusupport_block {
		margin-top: 25px;
		margin-bottom: 60px;
		max-width: 100%;
		overflow-x: auto;
	}
	.cpusupport_block h4 {
		font-size: 1.3em;
		color: #000;
		margin-top: 0px;
		margin-bottom: 35px;
	}
	.cpusupport_table {
		width: 100%;
	}
	.cpusupport_table th,
	.cpusupport_table td {
		vertical-align: top;
		text-align: left;
	}
	.cpusupport_table tr:nth-of-type(2n+1) th,
	.cpusupport_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.cpusupport_table tr:nth-of-type(2n+2) th,
	.cpusupport_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.cpusupport_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 5px 10px;
	}
	.cpusupport_table .content {
		line-height: 30px;
		font-size: 1.2em;
		padding: 4px 10px;
		color: #707070;
		vertical-align: middle;
	}

	.cpusupport_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
}

/*Memory support*/
@media (min-width: 768px) {
	.memorysupport_block {
		margin-top: 56px;
		margin-bottom: 60px;
	}
	.memorysupport_table {
		width: 100%;
	}
	.memorysupport_table th,
	.memorysupport_table td {
		vertical-align: top;
		text-align: left;
	}
	.memorysupport_table tr:nth-of-type(2n+1) th,
	.memorysupport_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.memorysupport_table tr:nth-of-type(2n+2) th,
	.memorysupport_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.memorysupport_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 11px 40px;
	}
	.memorysupport_table .title,
	.memorysupport_table .content {
		color: #707070;
		line-height: 30px;
		font-size: 1.2em;
		padding: 21px 40px;
	}
	.memorysupport_table .title {
		width: 238px;
	}

	.memorysupport_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
}
@media (max-width: 767px)  {
	.memorysupport_block {
		margin-top: 28px;
		margin-bottom: 60px;
		padding-left: 0;
		padding-right: 0;
		/*max-width: 100%;*/
		/*overflow-x: auto; */
	}
	.memorysupport_table {
		width: 100%;
	}
	.memorysupport_table th,
	.memorysupport_table td {
		vertical-align: top;
		text-align: left;
	}
	.memorysupport_table tr:nth-of-type(2n+1) th,
	.memorysupport_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.memorysupport_table tr:nth-of-type(2n+2) th,
	.memorysupport_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.memorysupport_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 16px 10px;
	}
	.memorysupport_table .topic:nth-of-type(1),
	.memorysupport_table .topic:nth-of-type(2),
	.memorysupport_table .content:nth-of-type(1),
	.memorysupport_table .content:nth-of-type(2){
		width: 30%;
	}
	.memorysupport_table .topic:nth-of-type(3),
	.memorysupport_table .topic:nth-of-type(4),
	.memorysupport_table .content:nth-of-type(3),
	.memorysupport_table .content:nth-of-type(4){
		width: 20%;
	}
	.memorysupport_table .content {
		color: #707070;
		line-height: 30px;
		font-size: 1.2em;
		padding: 7px 10px;
	}

	.memorysupport_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
}


/*download*/
/*manual*/
@media (min-width: 768px) {
	.download_block {
		margin-top: 56px;
		margin-bottom: 60px;
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.download_block .type_name {
		width: 75px;
		text-align: left;
		max-width: 75px;
		display: block;
		float: left;
	}
	.download_block h4 {
		font-size: 1.4em;
		color: #000;
		margin-top: 0px;
		margin-bottom: 24px;
	}
	.download_block .download_item {
		display: none;
	}
	.download_block .download_item.active{
		display: block;
	}
	.download_table {
		width: 100%;
	}
	.download_table th,
	.download_table td {
		vertical-align: top;
		text-align: left;
	}
	.download_table tr:nth-of-type(2n+1) th,
	.download_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.download_table tr:nth-of-type(2n+2) th,
	.download_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.download_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #000;
		background-color: #EEEEEE !important;
		padding: 13px 20px;
		white-space: nowrap;
	}
	.download_table .content {
		color: #707070;
		line-height: 30px;
		font-size: 1.2em;
		padding: 13px 20px;
	}
	.download_table .download_btn_block {
		width: 168px;
		padding-left:20px;
		padding-right: 20px;
		text-align: center;
    	vertical-align: middle;
	}
	.download_table .download_btn_block .download_btn,
	.download_table .download_btn_block .download_btn:visited{
		display: block;
		color: #FFF;
		padding: 8px 32.5px;
		background-color: #707070;
	}
	.download_table .download_btn_block .download_btn:hover,
	.download_table .download_btn_block .download_btn:active,
	.download_table .download_btn_block .download_btn:focus {
		background-color: #E60012;
	}
	.download_block .download_item h5 {
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
		margin-top: 45px;
		margin-bottom: 14px;
	}
	.download_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
	.warning_box {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #E60012;
		padding: 10px;
		margin-top: 40px;
	}
	.warning_box p {
		font-size: 1.1em;
		color: #E60012;
	}
}
@media (max-width: 767px)  {
	.download_block {
		margin-top: 25px;
		margin-bottom: 60px;
	}
	.download_block h4 {
		font-size: 1.3em;
		color: #000;
		margin-top: 0px;
		margin-bottom: 35px;
	}
	.download_table {
		width: 100%;
	}
	.download_table th,
	.download_table td {
		vertical-align: top;
		text-align: left;
	}
	.download_table tr:nth-of-type(2n+1) th,
	.download_table tr:nth-of-type(2n+1) td {
		background-color: #FFF3DC;
	}
	.download_table tr:nth-of-type(2n+2) th,
	.download_table tr:nth-of-type(2n+2) td {
		background-color: #FFF;
	}
	.download_table .topic {
		font-size: 1.2em;
		font-weight: normal;
		color: #e64a19;
		background-color: #FFF3DC !important;
		padding: 5px 10px;
	}
	.download_table .content {
		line-height: 30px;
		font-size: 1.2em;
		padding: 4px 10px;
		color: #272727;
		vertical-align: middle;
		display: block;
	}
	.download_table .download_btn_block {
		/*width: 168px;*/
		padding-left:20px;
		padding-right: 20px;
		text-align: center;
    	vertical-align: middle;
    	display: block;
	}
	.download_table .download_btn_block .download_btn,
	.download_table .download_btn_block .download_btn:visited{
		display: block;
		color: #FFF;
		padding: 8px 10.5px;
		background-color: #707070;
		margin-left: auto;
    	margin-right: auto;
    	max-width: 128px;
    	margin-top: 13px;
	}
	.download_table .download_btn_block .download_btn:hover,
	.download_table .download_btn_block .download_btn:active,
	.download_table .download_btn_block .download_btn:focus {
		background-color: #E60012;
	}
	.download_block .download_item h5 {
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
		margin-top: 45px;
		margin-bottom: 14px;
	}
	.download_table .warning {
		padding:12px 28px;
		color: #FFF;
		font-size: 1.2em;
		background-color: #E60012 !important;
		line-height: 30px;
	}
	.warning_box {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #E60012;
		padding: 10px;
		margin-top: 40px;
	}
	.warning_box p {
		font-size: 1.1em;
		color: #E60012;
	}
}

@media (min-width: 1440px) {

}
@media (min-width: 992px) and (max-width: 1439px)  {

}
@media (min-width: 768px) and (max-width: 991px)  {

}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 10px) and (max-width: 479px) {

}

/* 20160216 Tina Go Top */
#scrollUp {
	z-index: 9999; 
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 45px;
    height: 45px;
    color: #CE0000;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #CE0000;
    transition: background-color 0.5s ease;
}
#scrollUp i{
	transition: color 0.5s ease;
	color: #CE0000;
}
#scrollUp:hover {
	background-color: #FF3C3C;
	color: #fff;
}
#scrollUp:hover i{
	color:#fff;
}
/* 20160216 修改項目-overview定位點 */
#fp-nav{
	display: hidden;
}
#fp-nav a{
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#fp-nav a > span{
    background-color: #ccc;
    transition: background-color 0.5s ease;		
}
#fp-nav ul li a span{
	background-color: #ccc;
}
#fp-nav a:hover > span{
	background-color: #CE0000;
}
#fp-nav a.mPS2id-highlight > span{
	height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background-color: #CE0000;
}

/* 20160217 修改項目-download下拉選單框線消失 */
.download_block div.cs-select {
	border: 1px solid #E5E5E5;
}

/* 20160401 修改項目-增加產品列表new背景圖示 */
.product_main_list .product_item.new .thumbnail-center:before{
	content: '';
	display: block;
	position: absolute;
	width: 173px;
	height: 170px;
	background: url(../../images/products/new_label.png) center center no-repeat;
}

@media print {
  a[href]:after {
    content: none !important;
  }
	#scrollUp {
		display:none;
	}
	.specification_block {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.page_header,.extend-first-block {
		display:none;
	}
	.navbar-default {
		display:none;
	}
	.sitemap {
		display:none;
	}
	/*左側區塊設定*/
	.left_block {
		width:50%;
		margin:0;
		padding:0;
	}

	/*左側大圖*/
	.normal_img_block {
		width: 100%;
		height: 350px;
		border: 1px solid #DDDDDD;
		overflow: hidden;
		/*padding: 40px;*/
	}
	.normal_img_block .thumbnail-center {
		width: 100%;
		padding: 40px;
		height: 100%;
	}
	.product_big_img {
	    max-width: 100%;
	    height: auto;
	    margin-left: auto;
	    margin-right: auto;
	}
	/*左側示意小圖區塊*/
	.thumbnail_img_block {
		margin-top: 15px;
		width: 518px;
		margin-bottom: 34px;
	}
	.thumbnail_img_block ul,
	.thumbnail_img_block li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.thumbnail_img_block li {
		border: 1px solid #DDDDDD;
		float: left;
		width: 109px;
		max-width: 109px;
		height: 95px;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
		padding: 10px;
	}
	.thumbnail_img_block li:nth-of-type(1) {
		margin-left: 0px;
	}
	.thumbnail_img_block li:nth-of-type(4) {
		margin-right: 0px;
	}
	.thumbnail_img_block li .thumbnail-center {
		height: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	/*左側add this*/
	.add_this_block {
		display:none;
	}

	/*右側內容*/
	.right_block {
		width:50%;
	}
	/*產品優點*/
	.product_list_point,
	.product_list_point li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_list_point li {
		color: #000;
		font-size: 1em;
		margin-bottom: 11px;
	}
	.product_list_point li:before {
		font-family: 'FontAwesome';
		content: '\f0da';
		color: #e60012;
		font-size: 1em;
		margin-right: 16px;
		margin-left: -22px;
	}

	/*產品資訊下載按鈕*/
	.datasheet_download_block {
		display:none;
	}

	/*產品分頁 頁籤*/
	.product_detail_tab_block {
		display:none;
	}
	.product_detail_tab {
		padding-left: 0;
		padding-right: 0;
	}
	.product_detail_tab ul,
	.product_detail_tab li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.product_detail_tab li {
		cursor: pointer;
		color: #FFF;
		font-size: 1.2em;
		text-align: center;
		width: 14.28571429%;
		padding: 12px 0px;
		float: left;
		border-right: 1px solid #707070;
	}
	.product_detail_tab li:nth-of-type(1) {
		border-left: 1px solid #707070;
	}
	.specification_block {
		width: 800px;
	}
	.specification_table {
		width: 100%;
	}
	.specification_table .title,
	.specification_table .content {
		color: #000;
		font-size: 1em;
		line-height:20px;
		padding: 5px;
		margin: 0;
	}
}
