.contentArea{
	display:block;
	width:1170px;
	margin:0 auto;
	padding:70px 0 40px 0;
	}
	
.contentArea .supportbox{
	margin-top:40px;
	overflow:hidden;
	}


.contentArea .supportbox h3.supprdtitle{
	display:inline-block;
	font-size:26px;
	font-weight:normal;
	float:left;
	}


/*--下拉式選單--*/
.contentArea .supportbox .selectmenu{
	display:block;
	float:right;
	
	}	
	
.contentArea .supportbox select.prdlist{
display: block;
	font-size:15px;
	margin:5px 0 0 20px;
	padding:5px 10px;
	width:270px;
	line-height:1.6;
	maring-left:10px;
	border:1px #999999 solid;
color: #484848;
	}    
	
.contentArea .supportbox select.prdlist option{
font-size:15px;
line-height:1.6;
color: #484848;
padding:2px 10px 2px 15px;
	}	
	
	
/*--客服按鈕--*/	
	
.contentArea .supportbox .cuservice{
	clear:both;
	padding:30px 0 0 5px;
	}

.contentArea .supportbox .cuservice a{
	font-size:15px;
	text-decoration:none;
	color: #484848;
	}
	
.contentArea .supportbox .cuservice a:hover{
		color: #0099a8;
	}


	
	
	/*--support 產品列表--*/
.contentArea .supportitem{
	overflow:hidden;
}

.contentArea .supportitem ul{
	display:block;
	margin-top:50px;
	overflow:hidden;
	}

.contentArea .supportitem ul li {
	display:block;
	float:left;
	margin:0 20px;
	width:350px;
	text-align:center;
}

.contentArea .supportitem ul li  h4{

	font-size:20px;
	font-weight: normal;
	padding-bottom:20px;
	margin-top:-10px;

	}

/*--help btn--*/
.contentArea .supportitem ul li .helpbtn a{
	display:block;
	width:250px;
	margin:0 auto;
	text-align: center;
	text-decoration:none;
	font-size:14px;
	background-color:#0099a8;
	color: #fff;
	line-height:35px;
	}

.contentArea .supportitem ul li .helpbtn a:hover{
	background-color:transparent;
 border:1px #0099a8 solid;
	line-height:33px;
	color: #484848;
	}


/*--求支援+線上問題排除 btn--*/

.contentArea .supportitem ul li .btnArea{
	width:280px;
	margin:0 auto;
	overflow:hidden;
	
	}

.contentArea .supportitem ul li .btn1 a{
	width:80px;
	text-align: center;
	text-decoration:none;
	font-size:14px;
	float:left;
	background-color:#0099a8;
	color: #fff;
	line-height:35px;
	margin:0 9px 0 0;
	}

.contentArea .supportitem ul li .btn2 a{
	width:190px;
	text-align: center;
	text-decoration:none;
	font-size:14px;
	float:left;
	background-color:#0099a8;
	color: #fff;
	line-height:35px;
	margin:0;
	}

.contentArea .supportitem ul li .btn1 a:hover{
	background-color:transparent;
 border:1px #0099a8 solid;
	line-height:33px;
	color: #484848;
		margin:0 7px 0 0;
	}
	
.contentArea .supportitem ul li .btn2 a:hover{
	background-color:transparent;
    border:1px #0099a8 solid;  
	line-height:33px;
	color: #484848;
     margin:0 0 0 -1px;
	}



/*--售後服務說明標題 + 內文--*/

.contentArea  h3.suptitle{
	display:inline-block;
	margin-top:40px;
	font-size:26px;
	font-weight:normal;
	}

.contentArea .supcontent{
	margin-top:20px;
	line-height:1.6;
	overflow:hidden;
	}



/*--線上問題qa / 左區--*/

.contentArea .supcontent .qleft{
	width:40%;
	float:left;
	}
	

	
.contentArea .supcontent .qleft .qsec{
	margin-bottom:30px;
	}

/*--三角形(右)+大問題--*/
.contentArea .supcontent .qleft .qsec .heading{
	content: "";
    display: table;
	}

/*--三角形(右)--*/
.contentArea .supcontent .qleft .qsec .heading .calc-sign{
display: table-cell;
    padding-right: 10px;
	}

.contentArea .supcontent .qleft .qsec .heading .calc-sign::after {
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    content: "";
    display: block;
    height: 0;
    position: relative;
    width: 0;
	border-color: transparent #484848;
	}


/*--三角形(下)--*/
.contentArea .supcontent .qleft .qsec .heading .calc-sign-down{
display: table-cell;
    padding-right: 10px;
	}

.contentArea .supcontent .qleft .qsec .heading .calc-sign-down::after {
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.5em;
    content: "";
    display: block;
    height: 0;
    width: 5px;
	border-color: transparent #484848;
	transform: rotate(90deg);
	}
	
/*--大問題--*/
.contentArea .supcontent .qleft .qsec .heading .category-title{
	display: block;
	font-size: 22px;
	font-weight: 500;
	cursor:pointer;
	}


/*--中/小問題--*/
.contentArea .supcontent .qleft .qsec ul{
	display:block;
	padding-left:20px;
	margin: 10px 0 40px 0;
	}	

.contentArea .supcontent .qleft .qsec ul .middle-title{
		font-size: 20px;
	}
	
.contentArea .supcontent .qleft .qsec ul li a{
	display:block;
	font-size:16px;
	text-decoration:none;
	color: #484848;
	margin:10px 0 10px 20px;
	display:list-item; 
    list-style-type: disc;
	}

.contentArea .supcontent .qleft .qsec ul li a:hover{
	color: #0099a8;
	}	
	
	
/*--線上問題qa / 右區--*/
.contentArea .supcontent .qright{
	width:50%;
	float:right;
	}
	
.contentArea .supcontent .qright .question{
	display:block;
	font-size:18px;
	font-weight:500;
	line-height: 1.6;
	padding-bottom:20px;
	}

.contentArea .supcontent .qright .answer{
	display:block;
	font-size:16px;
	line-height: 1.6;
	}




/*--線上qa 問題圖示--*/
.contentArea .onlineqa{
	overflow:hidden;
}

.contentArea .onlineqa ul{
	display:block;
	margin-top:50px;
	overflow:hidden;
	}

.contentArea .onlineqa ul li {
	display:block;
	float:left;
	margin:0 20px;
	width:350px;

	
}

.contentArea .onlineqa ul li .qaphoto {
	width:350px;
	height:230px;
	overflow:hidden;
	position:relative;
}

.contentArea .onlineqa ul li .qaphoto img{
	width:350px;
	height:auto;

	}

.contentArea .onlineqa ul li .qaphoto .magnifier a{
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0, 0, 0.6);
	bottom: 0px;
	right: 0px;
	}
	
.contentArea .onlineqa ul li .qaphoto .magnifier a:hover{
		background-color: rgba(0,0, 0, 1);
	}	

.contentArea .onlineqa ul li .qaphoto .magnifier a img {
	position:absolute;
	z-index:10;
	width:28px;
	height:28px;
		bottom: 12px;
	right:12px;
	}

.contentArea .onlineqa ul li .qa a{
	display:block;
	padding: 15px 0 10px  0;
	text-decoration:none;
	color: #484848;
	}

.contentArea .onlineqa ul li .qa a:hover{
	color: #0099a8;
	}
	
.contentArea .onlineqa ul li .videoicon a{
	display:block;
	padding: 5px 0;
	text-decoration:none;
	color: #484848;
	}

.contentArea .onlineqa ul li .videoicon a:hover{
	color: #0099a8;
	}

.contentArea .onlineqa ul li .videoicon .qaicon {
	vertical-align: middle;
	text-align:left;
	padding:0 10px 0 0;
	
}

/* ------------------------------------- 
       線上報修申請單
 ------------------------------------- */	
 

 
/*--左區--*/

.contentArea .supcontent .fixfrom-left{
	width:45%;
	float:left;
	}
	
/*--右區--*/
.contentArea .supcontent .fixfrom-right{
	width:45%;
	float:right;
	}
	
/*--維修進度查詢form--*/	
.contentArea .supcontent table.form{
	width: 100%;
	border-collapse: collapse;
	font-size:16px;
	}


.contentArea .supcontent table.form td{
padding:6px 0 ;
	}

.contentArea .supcontent table.form td b{
	color:red;
	padding-right:5px;
	font-weight:normal;
	}

.contentArea .supcontent table.form td i{
	padding-right:12px;
	}

.contentArea .supcontent table.form td strong{
	font-size:13px;
	font-weight:normal;
	}


.contentArea .supcontent table.form input.form-text{
padding:7px 5px ;
width:100%;
border:#a9a9a9 1px solid;
	}
	
	
.contentArea .supcontent table.form input.form-textno{
padding:7px 5px ;
width:59%;
border:#a9a9a9 1px solid;
	}	

.contentArea .supcontent table.form .browsebtn{
padding:7px 5px ;
	}

.contentArea  ul.fixform-btn{
	display:block;
	width:620px;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
	}
	

.contentArea  ul.fixform-btn .btn{
	display:block;
	float:left;
	width:185px;
	text-align:center;
	margin:0 50px 0 75px;
	background-color:#0099a8;
	color:#ffffff;
	text-decoration:none;
		line-height:35px;
    border-style:none;
}

.contentArea  ul.fixform-btn .btn:hover{
	border:1px #0099ad  solid;
	background-color: transparent;
	color:#484848;
		line-height:33px;
		margin:0 48px 0 75px;
	
	}


/* ------------------------------------- 
       產品維修進度查詢 login
 ------------------------------------- */	
 
.contentArea .supcontent table.check{
	width: 550px;
	border-collapse: collapse;	
	margin: 0 auto;
	font-size:16px;
	}


.contentArea .supcontent table.check td{
padding:10px 0 ;
	}

.contentArea .supcontent table.check td b{
	color:red;
	padding-right:5px;
	font-weight:normal;
	}


.contentArea .supcontent table.check input.form-text{
padding:7px 5px ;
width:100%;
border:#a9a9a9 1px solid;
	}
	
	
.contentArea .supcontent table.check .code{
    font-style: italic;
    font-size: 28px;
  
    letter-spacing: 3px;
    font-weight: bolder;
	 cursor: pointer;
    width: 130px;
	padding-left:10px;
 
    text-align: right;
    vertical-align: middle;
}

/* ------------------------------------- 
       維修進度查詢list
 ------------------------------------- */	

.contentArea .supcontent table.fixlist{
	width: 100%;
	border-collapse: collapse;	
	}

.contentArea .supcontent table.fixlist th.list-title{
	  font-size: 16px;
    line-height: 1.6;
	background-color:#e9e8e8;
	 padding:15px 20px;
	 text-align: center;
	  border:1px #ccc solid;
	}
	
.contentArea .supcontent table.fixlist td{
	text-align:center;
padding:15px 0;
 border:1px #ccc solid;
 border-left:1px #ccc solid;
 width:20%;
	}

.p_body {
 bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	background-color: #ccc;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    overflow-y: auto;
	z-index:600;
}
/* JS-styles — declaratively */
.js__popup {
}
.js__p_start {
}
.js__p_close {
}
.js__p_body {
}
.js__slide_top {
height: 0;
overflow: hidden;
top: 0;
}
.js__fadeout {
height: 0;
overflow: hidden;
opacity: 0;
}
	


/* ------------------------------------- 
產品比較表的 pop up message (
 ------------------------------------- */
 .popup{
	
	z-index: 700;
	
    position: absolute;
    /*top: 0;
    right: auto;
    bottom: 0;*/
    left:50%;
   /* padding: 0 0 0 0;*/
    -ms-tran:sform: translate(-35%, 0);
    -webkit-transform: translate(-35%, 0);
    transform: translate(-35%, 0);
    background-color: #fff;
    /*overflow: hidden;*/
	margin: 50px 0;
	 }
 

 .popup img{
	 width:100%;
	 height:auto;
	 }


/*------- x-------*/
 .popup .close-btn{
	 position:absolute;
	z-index:800;
    cursor: pointer;
    font-size: 30px;
	margin: 5px 10px 0 0;
	font-family: Verdana, sans-serif;
	right:0;
	}


/* ------------------------------------- 
維修條款的 pop up message
 ------------------------------------- */
 .fixform-notice{
	width: 700px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 30px;
	/*top: 50%;*/
	margin-left: -350px;
	/*margin-top: -320px;*/
	z-index: 700;
	margin-bottom:50px;
	 }
 

 .fixform-notice h4{
	 font-size:24px;
	 font-weight:400;
	 padding: 30px 0 30px 50px;
	 }
	 
	 .fixform-notice p{
	 font-size:16px;
	 padding: 0 0 10px 50px;
	 } 
	 
	.fixform-notice ul.fix{
		display:block; 
		padding: 0 50px 10px 50px;
	
		
		} 

	 .fixform-notice ul.fix li{
		 display:block;
	   line-height:1.8;
	   display:list-item; 
        list-style-type: decimal;
		 padding-bottom:10px;
		 margin-left:20px;	
		 }
		 

 .fixform-notice .fixnotice-btn a{
	 display:block;
	 	width:185px;
		margin:0 auto;
	text-align:center;
	background-color:#0099a8;
	color:#ffffff;
	text-decoration:none;
		line-height:35px;
		margin-top:30px;
		margin-bottom:30px;
		
}

 .fixform-notice  .fixnotice-btn a:hover{
	border:1px #0099ad  solid;
	background-color: transparent;
	color:#484848;
		line-height:33px;
	}



 .fixform-notice img{
	 width:600px;
	 height:auto;
	 margin: 10px 0 30px 0;
	 }

/*------- x-------*/
 .fixform-notice .close-btn{
	position: absolute;
	z-index: 800;
	cursor: pointer;
	font-size: 30px;
	margin: 5px 10px 0 0;
	font-family: Verdana, sans-serif;
	right: 0;
	top: -5px;
	}

.qa
{
    float:right;
}