.prod-detail *{
	color:#6d665f;
}
#main_content{
	padding-bottom:70px;
	margin-bottom:50px;
	border-bottom: 1px dashed #6d665f;
}
.jqzoom_block{
	max-width:565px;
}
img{
	-ms-interpolation-mode:bicubic;
}
.lv3_left_block{
	width: 58%;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
.lv3_right_block{
	width: 42%;
	float: left;
	padding-left:15px;
	padding-top:50px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}

/****左邊區塊 start****/
/*標題*/
.lv3_title{
	display: block;
	text-align: center;
	color: #0C65B7;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 7px 0;
	padding: 0 5px;
	max-height: 72px;
	overflow: hidden;
}
.main_content h1,.main_content h2 span,.tech-text h3,.p_price{
	font-family:"NeoSansStd-Medium","微軟正黑體", "Microsoft JhengHei",Arial,sans-serif;
}
.main_content h1,.main_content h2{
	font-size:26px;
	margin:0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.product-price{
	margin-bottom:6px;
}
.main_content h2{
	margin:0;
	line-height:30px;
}
.main_content h2,.p_price{
	font-size:24px;
	
}
.main_content h2 span {
    margin-left: 30px;
}
/*桌機版jqzoom尺寸調整*/
#zoom_area{
	/*width: 565px;*/
	display: block;
}

/*jqzoom大圖*/
#zoom_area{
	max-width: 100%;
}
/*jqzoom小圖連結樣式*/
#zoom_gallery{
	margin: 20px 0 0 0;
	padding:0
}
#zoom_gallery li{
	float: left;
	list-style:none;
	margin:0 8.6px 0 0;
}
#zoom_gallery a{
	display:block;
	width: 85px;
	height:85px;
	vertical-align:middle;
	border: 1px solid #fff;
}
/*jqzoom小圖框線hover顏色設定*/
#zoom_gallery a:hover,
#zoom_gallery a.active{
	border: 1px solid #6d665f;
}
#zoom_gallery a:last-child{
	margin:0;
}
/*jqzoom小圖框線尺寸設定*/
#zoom_gallery{
	overflow: hidden;
}
#zoom_gallery img{
	max-width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}

/*手機版zoom區塊-隱藏*/
.mobile_zoom_block{
	display: none;
}
/****左邊區塊 end****/

/****右邊區塊 start****/

.lv3_right_block .hr{
	width: 90%;
	margin-bottom:30px;
	border-top: 1px dashed #6d665f;
}
.feature-desc{
	padding-bottom:20px;
}

.feature-copy{
	margin-bottom: 20px;
}
.feature-list{
	font-size:14px;
	padding: 0;
}
.feature-list li{
	position:relative;
	padding-left:15px;
	line-height:30px;
	list-style: none;
	margin: 0;
}
.feature-list li:before{
	content: '';
	position:absolute;
	left:0;
	top: 13px;
    width: 4px;
    height: 4px;
    background-color: #6d665f;
    display: inline-block;
    border-radius: 50%;
}
.adjust_block{
	display:none;
	margin-bottom: 20px;
}
.adjust{
	font-family: "NeoSansStd-BlackItalic",Arial,sans-serif;
	text-decoration:none;
	font-size:14px;
	color:#6d665f;
	text-transform: uppercase;
}
.adjust span{
	width:12px;
	height:12px;
	display: inline-block;
	margin-left:3px;
	background-image: url("../../images/brooks_arrow_icon.png"); background-position: -12px 0;background-repeat: no-repeat;
}
.adjust:hover{
	color:#42bac5;
}
.adjust:hover span,.adjust:focus span{
	background-position: -12px -12px;
}
.adjust.arrowUp span{
	background-position: 0 0;
}
.adjust.arrowUp:hover span,.adjust.arrowUp:focus span{
	background-position: 0 -12px;
}
/*/// 表格設定 start ///*/
.lv3_right_block table{
	font-size: 14px;
}
.lv3_right_block th,.lv3_right_block td{
	text-align: left;
	vertical-align: top;
	line-height:30px;
	padding-bottom: 6px
}
.lv3_right_block th{
	width: 70px;
    font-weight: normal;
}
.lv3_right_block td{

}
/*顏色分類連結樣式*/
.lv3_color_block{
	/*width: 340px;*/
}
.lv3_color_block a{
	/*float:left;*/
	overflow: hidden;
	width:62px;
	height:62px;
	border: 1px solid #fff;
	display:block;
	vertical-align:middle;
}
/*顏色分類外框設定*/
.lv3_info img{
	display: block;
	max-width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
/*顏色分類hover時的外框顏色*/
.lv3_color_block ul{
	margin:0;
	padding:0;
}
.lv3_color_block ul li{
	list-style:none;
	float:left;
	margin: 0 7px 7px 0;
}
.lv3_color_block a:hover,
.lv3_color_block a.active{
	border: 1px solid #6d665f;
}
/*尺寸對照表連結樣式*/
.lv3_info .size_list{
	display: block;
	width: 90px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color:#0072bc;
	text-align: center;
	text-decoration:none;
	margin:5px 0 8px 0;
}
/*價格樣式*/
.point{
	font-weight: bold;
}
/*簡介樣式*/
.lv3_info .text_justify{
	text-align: justify;
}
/*/// 表格設定 end ///*/
/****右邊區塊 end****/

.about-tech{
	margin:25px 0 50px 0;
}
.tech-col,.tech-img,.tech-text{
	float:left;
}
.tech-col{
	width:50%;
	margin-bottom:40px;
}
.tech-col:nth-child(odd){
	clear:left;
}
.tech-img{
	width:26.4%;
}
.tech-img img{
	max-width:100%;
}
.tech-text{
	font-size:14px;
	width:73.6%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
}
.tech-text h3{
	margin:0 0 12px 0;
	font-size:26px;
}
.tech-text p{
	margin:0 0 12px 0;
	line-height:22px;
}
.tech-link{
	font-family: "NeoSansStd-BlackItalic",Arial,sans-serif;
	color:#0072bc;
	cursor:pointer;
}
.tech-link span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    background-image: url("../../images/brooks_arrow_icon.png");
    background-position: -24px 0;
    background-repeat: no-repeat;
}
.tech-link:hover{
	color:#42bac5;
}
.tech-link:hover span {
    background-position: -24px -12px;
}
.full-width{
	width:100%;
}
.award img{
	max-width:100%;
}
.award table{
	/*width:100%;*/
}
.award td{
	/*max-width:110px;*/
	padding:5px 15px;
}
/******about tech start******/
.about_tech_more{
	width:100%;
	padding: 10px 0 10px 0;
    margin-top: 20px;
	position:fixed;
	z-index:150;
	top:20px;
	left:0;
    background: #fff;
    display:none;
    border-top: 5px #1678bd solid;
    border-bottom: 5px #1678bd solid;
}
.tech_close {
    background: url("../../images/sprite-icons.png") -22px -34px no-repeat;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    outline: 0;
    cursor: pointer;
}
.about_container{
	max-width: 1020px;
	margin:0 auto;
	padding:20px 5px 30px;
	overflow:auto;
	position: relative;
}
.about_container img{
	max-width:100%;
	height:auto;
}
.highindex{
	z-index:151;
}
.ps-container>.ps-scrollbar-y-rail{
	width:2px;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover{
	background-color:rgba(0,0,0,0.15);
}
.ps-container>.ps-scrollbar-y-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
    background-color:rgba(0,0,0,0.15);
    opacity: 1;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	width: 4px;
	right: -1px;
	background-color:#1678bd;
}
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y
,.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y
,.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #42bac5;
}
.prod_html table td{
	vertical-align:top;	
}

/******about tech end******/

/******手機版 start******/
@media screen and (max-width: 768px){

#main_content {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.prod-detail .html_edit{
	padding:0 20px;
}
.main_content h1{
	padding:0 5%;
}
.main_content h1,.main_content h2{
	font-size:20px;
}
.lv3_wrap{
    margin: 25px 0 25px 0;
}
/*取消左右區塊的浮動*/
.lv3_left_block,
.lv3_right_block{
	width: 100%;
	float: none;
}
.lv3_right_block{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing:border-box;
	padding: 0 5%;
}
/*標題*/
.lv3_title{
	padding: 45px 0 10px 0;
}
.lv3_right_block .hr{
	width: 100%;
}
/*桌機版zoom區塊-隱藏*/
.jqzoom_block{
	display: none;
}

/*///手機版zoom區塊 start///*/
.lv3_left_block{
	position: relative;
	padding: 0;
}
.mobile_zoom_block{
	display: block;
	margin: 0 auto 30px auto;
}
li.lv3_slider{
	max-width: 687px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	list-style:none;
}
/*bxslider顯示的圖片*/
.mobile_img{
	max-width: 687px;
	width: 100%;
	margin: 0 auto;
}
/*zoom(guillotine)區塊*/
.m_zoom_area{
	display: none;
	max-width: 687px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1005;
}
.m_zoom_area img{
	width: 100%;
	max-width: 100%;
}
.guillotine-canvas .m_zoom_img{
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;	/* Chrome 和 Safari */
	-moz-backface-visibility:hidden; 	/* Firefox */
	-ms-backface-visibility:hidden; 	/* Internet Explorer */
}
.mobile_zoom_block .bx-wrapper{
	margin-bottom: 0px;
}

/*取消bxslider陰影+框線*/
.mobile_zoom_block .bx-wrapper .bx-viewport{
	box-shadow: 0 0 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border: 0px;
	position: static;
	/*修正bx-viewport左移*/
	left: 0;
}
/*修改bxslider-pager定位*/
.mobile_zoom_block .bx-wrapper .bx-pager{
	position: static;
}
.mobile_zoom_block .bx-wrapper .bx-pager:before{
	display: block;
	width: 100%;
	content: 'Tap to zoom in';
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
}
/*zoom_in狀態更改提示文字*/
.mobile_zoom_block .bx-wrapper .zoom_in:before{
	content: 'Double tap to zoom out';
}
/*更改bxslider-pager圖片*/
.mobile_zoom_block .bx-wrapper .bx-pager.bx-default-pager a{
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	margin-right: 10px;

	border: 1px solid #ccc;
	background-color: #fff;
    border-radius: 50%;
}
.mobile_zoom_block .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mobile_zoom_block .bx-wrapper .bx-pager.bx-default-pager a:active,
.mobile_zoom_block .bx-wrapper .bx-pager.bx-default-pager a.active{

	border: 1px solid #117BB5;
	background-color: #117BB5;
}
/*///手機版zoom區塊 end///*/


/*顏色分類區*/
.lv3_color_block{
	width: 100%;
}
/*價格樣式*/
.point{
	color: red;
}
/*尺寸對照表連結樣式-隱藏*/
.lv3_info .size_list{
	display: none;
}

/******about tech start******/
.tech-col{
	width:100%;
}
.tech_detail_table td{
	display:block;
	width:100%;
	float:left/9;
}
.about_tech_more .tech_detail_table th {
    font-size: 2em;
}
/******about tech end******/
.prod_html img{
	
}
.prod_html table{
	width:100%;
	table-layout:fixed;
}

.prod_html table td{
	display:block;
	width:100%;
	float: left\9;
}
.prod_html table .two_col td{
	display:block;
	width:50%;
	float: left;
}

}
.prod_html p{
    line-height: 24px;
}
