@import url("style_product_en.css");
/*/////////////////////////////////////////////////////////*/
/*產品比較表*/
/*/////////////////////////////////////////////////////////*/	
	
	/*產品比較表*/
/*qa類別標籤區*/
.qaTabsAreaBg {
	position:relative;
	padding:20px 0px 0px;
}
	.qaTabsArrow {
		position: absolute;
		z-index: 9;
		right: 0px;
		top: -34px;
		background: rgba(255, 255, 255, 0.78);
		border-radius: 100%;
		cursor: pointer;
		color: #696969;
		width:auto;
	}
		.qaTabsArrow.left {
			right: 32px;
		}
		.qaTabsArrow.right {
		}
		.qaTabsArrow i {
			font-size:25px;
		}
			/*hover*/
			.qaTabsArrow:hover {
				color:#00a5b9;
			}
	
	.qaTabsArea {
		overflow: hidden;
		height: 35px;
		/*border-bottom: solid 1px #ccc;*/
	}
		.qaTabsIn {
			white-space: nowrap;
			font-size: 0px;
			overflow-x: scroll;
		}
			.qaTabs {
				position: relative;
				cursor: pointer;
				border-radius: 3px 3px 0px 0px;
				color: #fff;
				background: #006e36;
				padding: 10px 15px;
				font-size: 15px;
				display: inline-block;
				font-weight:bold;
			}
				.qaTabs i {
					vertical-align:middle;
				}
					/*當前模式*/
					.qaTabs.active {
						color: #333;
						background: #c8ed97;
					}
	@media (max-width: 1020px){
		.qaTabsArrow {
			display:none;
		}
	}

/*qa資訊區*/
.qaInfoArea {
}
	.qaInfoArea .researchInfoList {
		/* display:none; */
		transition: opacity 0.2s linear;
		/* opacity:0; */
	}
		.qaInfoArea .researchInfoList.block {
			display:block;
		}
		.qaInfoArea .researchInfoList.show {
			opacity:1;
		}
			/*比較表格*/
			.compareTable {
				background: #ffffff;
				font-size:14px;
				line-height:22px;
				color:#555;
				border: 1px solid #cecece;
			}
				.compareTable tr {
				}

				.cTP_img_area{
					width: 314px;
				}
					.compareTable td {
						padding:5px 10px;
						background:#fff;
						text-align:center;
						word-break:break-all;
						letter-spacing:0px;

						border-right: 1px solid #cecece;
					}
					.compareTable td:last-of-type {
						border-right: none;
					}
						.compareTable td i {
							color: #e37932;
						}
						.compareTable_product {
							/*background:#fff;*/
							padding:8px 0px;
							position:relative;
						}
						.cTP_del {
							/* font-size:12px;
							font-weight:bold;
							letter-spacing:0px;
							text-align:center;
							width:24px;
							line-height:24px;
							color:#fff;
							border-radius:100%;
							background:#1c2a5b;
							position:absolute;
							cursor:pointer;
							top:0px;
							right:-8px;
							border: solid 1px #fff;
							transition:0.3 ease all; */
							position:absolute;
							/* cursor:pointer; */
							top:0px;
							right:-8px;
							max-width:24px;
							max-height: 24px;
							width: 100%;
							height: 100%;
						}

							.cTP_del a{
								display: block;
								font-size:12px !important;
								font-weight:bold;
								letter-spacing:0px;
								text-align:center;								
								line-height:22px !important;
								color:#fff !important;
								border-radius:100%;
								background:#1c2a5b;								
								border: solid 1px #fff;
								/* transition:0.3 ease all; */
							}
								.cTP_del a:hover {
									background:#e37932;
								}
							.compareTable_product a {
								font-size:15px;
								word-break:break-all;
								line-height:23px;
								color:#333;
								text-align:center;
								text-decoration: none;
							}
								.cTP_img {
									background: #fff;
									border-radius: 4px;
									padding: 15px 0px;
									
								}
									.cTP_img img {
										width: 100%;
										max-width: 100px;
									}
								.cTP_tit {
									padding:10px 8px 0px;
									letter-spacing:0.75px;
								}
									/*hover*/
									.compareTable_product a:hover {
									}
					/*二進位的tr的td*/
					.compareTable tr:nth-of-type(2n+0) td {
						background:#f4f4f4;
					}
					
					/*第一列tr的td*/
					.compareTable tr:nth-of-type(1) td {
						background: #e379324d;
						vertical-align:top;
					}
					
					/*第一個td*/
					.compareTable tr:nth-of-type(2n+0) td:first-of-type {
						background: #f2f2f2 !important;
					}
					.compareTable td:first-of-type {
						font-weight:bold;
						background: #fff !important;
						text-align: left;
						width:155px;
                        /* 固定左側標題 */
                        position: sticky;
                        left: 0;
						z-index: 1;
					}
					
					/*有1個產品時*/
					.compareTable.q1 td +td {
						width:90%;
					}
					/*有2個產品時*/
					.compareTable.q2 td +td {
						width:45%;
					}
					/*有3個產品時*/
					.compareTable.q3 td +td {
						width:30%;
					}
	
	@media (max-width: 768px){
		.researchInfoList {
			overflow-x:scroll;
		}
			/*比較表格*/
			.compareTable{
				min-width: 800px;
				padding-bottom: 10px;
			}
			.compareTable td:first-of-type {
				min-width: 140px !important;
			}
			.compareTable tr:nth-of-type(1) td {
				display: table-cell;
			}
			.compareTable td {
				width: auto;
				display: table-cell;
			}




			/* .compareTable.q1 {
				width:100%;
			} */
			/* .compareTable.q2 {
				width:586px;
			}
			.compareTable.q3 {
				width:730px;
			} */
				/*有1個產品時*/
				/* .compareTable.q1 td +td {
					width:50%;
				} */
				/*有2個產品時*/
				/* .compareTable.q2 td +td {
					width:40%;
				} */
				/*有3個產品時*/
				/* .compareTable.q3 td +td {
					width:28%;
				} */
	}


/* @media (max-width: 640px){

	.compareTable tr:nth-of-type(1) td {
		display: table-cell;
	}

} */


.btn_area.one{
	padding-top: 40px;
    text-align: center;
}