html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,button,input
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
html{
font-family:"Open Sans","Microsoft JhengHei","微軟正黑體",Arial !important;
font-size: 62.5%;
}
html,body{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
body{
color: #252525;
}
h3,h5,h6{ 
font-weight:normal;
}
h1{
font-size: 6.0rem;
}
h2{
font-size: 36px;
font-size: 3.6rem;
text-align: center;
}
h3{
font-size: 24px;
font-size: 2.4rem;
}
h4{
font-size: 20px;
font-size: 2.0rem;
}
h5{
font-size: 18px;
font-size: 1.8rem;
}
div,ul,li,p{
box-sizing: border-box;
}
a{
color:#252525;
text-decoration: none;
cursor: pointer;
}
a:hover {
	color: #006ea9;
}
li,dt,dd{
list-style:none;
}
input,textarea,select{
outline: none;
line-height: normal;
border:none;
background: none;
}
textarea{
resize:none;
overflow:hidden;
}
img{
border: none;
vertical-align: middle;
display: inline-block;
}
a{
display: inline-block;
}
em{
font-style: normal;
}
h2+.subtitle{
	font-size: 16px;
	color: #686868;
	padding-top: 30px;
	text-align: center;
}
.float-box::after{
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
div[class$="-wrap"]{
	max-width: 1200px;
	margin: 0 auto;
}
.cl::after{
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
@media all and (max-width:1199px){
	div[class$="-wrap"]{
		margin: 0 15px;
	}
	h1{
		font-size: 5.0rem;
	}
}

@media all and (max-width:1023px){
    html{
        font-size: 50%;
    }
}

/* 按钮 */

.btn1{
	font-size: 1.8rem;
	padding: 10px 40px;
	color: #ffffff;
	border-radius: 30px;
}
.blue-btn1{
	background-color: #ff8421;
	font-weight: bold;
}
.blue-btn1:hover{
    background-color: #ff7200;
    color: #ffffff;
}
.header-btn.btn1 {
	min-width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	margin-left: 60px;
	padding: 0;
	position: relative;
	top: -1px;
}
@media all and (max-width:1024px){
	.header-btn.btn1{
		margin:10px 0 0 0;
	}
	
}
.icon.btn{
	vertical-align: middle;
}
.icon.btn>img{
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.btn{
	font-size: 1.8rem;
	color: #ffffff;
}
.blue-btn{
	text-align: center;
	font-weight: bold;
	padding: 10px 24px;
	width: 160px;
	height: 44px;
	background: url(../images/icon/follow-f.png) no-repeat;
}

.blue-btn:hover{
	color: #ffffff;
	background: url(../images/icon/follow-f-hover.png) no-repeat;
}
/* 按钮 */


/* 媒体对象 */
.media .left,
.media .media-body{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.media .left{
	padding-right: 10px;
}
.media .media-body .title{
	padding-bottom: 10px;
	color: #1a1a1a;
}

/* 二 */
.media-art{
	padding: 30px 0;
	border-bottom: 1px solid #e4e8ed;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}
.media-art .title{
	color: #000;
	padding-bottom: 10px;
}
.media-art a:hover{
	color: #006ea9;
}
.media-art .person{
	font-size: 14px;
	padding-bottom: 15px;
}
.media-art p:last-child{
	padding-bottom: 0;
}

/* 有图片hover */
.media-img{
	border-radius: 4px;
	box-shadow:0px 2px 5px 0px rgba(54, 116,201, 0.35);
	max-width: 1070px;
	margin-bottom: 30px;
	background: #fff;
}
.media-img .left{
	padding: 28px 36px;
}
.media-img:hover .left{
	background-color: #314e89;
}
.media-img .img-two{
	display: none;
}
.media-img:hover .img-one{
	display: none;
}
.media-img:hover .img-two{
	display: block;
}
.media-img .media-body{
	line-height: 1.6;
	color: #666;
}
.media-img .media-body{
	padding-left: 38px;
}

/* 媒体对象 */

.thumbnail{
	border-radius: 5px;
	box-shadow: 0px 2px 5px 0px rgba(54, 116,201, 0.35);
	text-align: center;
	color: #666;
}
.thumbnail .img-top{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.thumbnail .img-top img{
	width: 100%;
}
.thumbnail-txt{
	padding: 30px;
	font-size: 16px;
}

.thumbnail-txt .title{
	color: #1a1a1a;
	line-height: 1.2;
	padding-bottom: 25px;
}
.thumbnail-txt .person{
	padding-bottom: 10px;
	color: #1a1a1a;
	font-size: 14px;
}
.thumbnail-txt .person .left{
	margin-right: 5px;
}
.thumbnail-txt .person .left,
.thumbnail-txt .person .right
{
	display: inline-block;
	vertical-align: middle;
}
/* 面板 */
.panel{
	border-radius: 5px;
	padding: 70px 3.3%;
	text-align: center;
	background-color: #fff;
	color: #666;
	opacity: 0.97;
}
.panel .title{
	text-align: center;
	padding-bottom: 20px;
	color: #1a1a1a;
}
.panel .title+.subtitle{
	padding-top: 0;
}
.panel .three-cnt .item{
	width: 28.3%;
	margin-right: 7.5%;
}
.panel .three-cnt .item:last-child{
	margin-right: 0;
}
.panel .panel-des{
	padding-top: 50px;
	font-size: 1.6rem;
	padding-bottom: 35px;
}
@media all and (max-width:479px){
	.panel .three-cnt .item{
		width: 100%;
		margin: 0 0 30px 0;
	}
}
/* 面板 */


/* 分区 */
/* 两个 */
/* display:inline-block; */
.two-cnt{
	font-size: 0;
}
.two-cnt.center{
	text-align: center;
}
.two-cnt .left,.two-cnt .right{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
}
.two-cnt .left{
	margin-right: 10px;
}

/* float */
.two-cnt2 .item{
	width: 24.2%;
	margin-right: 1%;
	float: left;
}
.two-cnt2 .item:nth-child(4){
	margin-right: 0;
}
@media all and (max-width:992px){
	.two-cnt2 .item{
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
}
/* 两区 */
/* 三区 */
.three-cnt::after{
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.three-cnt .item{
	float: left;
	width: 28.3%;
	margin-right: 7.5%;
}
.three-cnt .item:last-child{
	margin-right: 0;
}
@media all and (max-width:992px){
	.three-cnt .item{
		width: 100%;
		margin: 0 0 30px 0;
	}
}
/* 三区 */
/* 分区 */




/* 轮播 */
/* 评论 */
.reviews-box{
	padding: 100px 0;
	background-color: #f7f7f7;
}
.reviews-box .title{
	padding-bottom: 30px;
	text-align: center;
}
.reviews{
	margin: 0 auto;
	width: 90%;
	padding-bottom: 60px;
	text-align: center;
	color: #666;
}
.reviews h5{
	color: #1a1a1a;
	text-align: left;
}
.reviews .title{
	padding-bottom: 30px;
}
.reviews .top{
	padding-bottom: 15px;
}
.reviews .top img{
	margin-right: 10px;
}
.reviews .top span,.reviews .top img{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}
.reviews .cnt{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	width: 78%;
	margin: 0 auto;
}
/* 轮播 */




/* 头部导航 */
.am-header{
	width: 100%;
	background:#ffffff;
	min-height: 70px;
	top: 0;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.logo-box .logo{
	margin-top: 10px;
	font-size: 0;
}
.logo-box .logo img{
	vertical-align: middle;
	margin-right: 10px;
	width:142px;
}
.logo-box .logo .logo-txt{
	font-size: 1.5rem;
	color: #686868;
	vertical-align: middle;
	letter-spacing: 3px;
	margin-top: 2px;
}
.header-nav{
	font-size: 0;
}
.am-header .btn-box,.header-ul{
	display: inline-block;
}
.header-ul>li{
	display: inline-block;
	font-size: 18px;
	line-height: 70px;
    margin-right: 45px;
    position: relative;
}

.header-ul>li:last-child{
	margin-right: 0;
}
.header-ul>li a:hover{
	color: #006ea9;
}
.am-header .btn-s{
	margin-left: 20px;
	position: relative;
	top: -2px;
}

.am-header .dropdown>a{
    position: relative;
}


.am-header .dropdown>a::before{
    content: '';
    display: inline-block;
    position: absolute;
    border-bottom: 10px solid #006ea9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 0;
    left: calc(50% - 10px);
    display: none;
    border-radius: 3px;
}

.am-header .dropdown-menu{
    position: absolute;
    top: 70px;
    width: 200px;
    line-height: 1.8;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    padding: 10px 10px 20px 30px;
    display: none;
	z-index: 1;
}




.am-header .dropdown-menu a{
    display: block;
    margin-top: 10px;
}

.am-header .dropdown.active>a{
    color: #006ea9;
}
.am-header .dropdown.active>a::before{
    display: block;
}
.am-navbar-toggle{
	display: none;
}



@media all and (max-width:1023px){
	.logo-box {
    height: 80px;
    float: none;
}
.logo-box .logo{
	margin-top: 25px;
}
.logo-box .logo .logo-txt span{
	display: block;
}
	.logo-box .am-navbar-toggle{
		display: block;
		width: 45px;
		float: right;
		margin-top: 20px;
		position: relative;
		height: 36px;
		transition: all 0.65s;
	}
	.am-header .am-navbar-toggle span{
		display: block;
		height: 4px;
		background-color: #006ea9;
		margin-bottom: 12px;
}
.am-header span:last-child{
		margin-bottom: 0;
}
	/* 旋转 */
	.am-navbar-toggle.open span{
		transition: all 0.65s;
		margin: 0;
		position: absolute;
		width: 100%;
	}
	.am-navbar-toggle.open span:first-child{
		top: 16px;
		transform-origin: center;
		transform:rotate(45deg);
	}
	.am-navbar-toggle.open span:nth-child(2){
		display: none;
	}
	.am-navbar-toggle.open span:last-child{
		bottom: 16px;
		transform-origin: center;
		transform:rotate(-45deg);
	}
	/* 旋转 */
	.header-nav {
    height: 0;
    float: none;
    overflow-x: hidden;
    -webkit-transition: all ease 0.65s;
    -moz-transition: all ease 0.65s;
    transition: all ease 0.65s;
}
.header-nav.open {
	height: auto;
	-webkit-transition: height ease 0.65s;
	-moz-transition: height ease 0.65s;
	transition: height ease 0.65s;
	border-top: 1px solid #ccc;
	padding: 10px 0 20px;
}

.header-ul{
	display: block;
}
.header-ul>li{
	display: block;
	margin-right:0;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
}
.am-header .btn-box{
	display: block;
	padding-top: 15px;
}
.am-header .btn-s:first-child{
	margin-left: 10px;
}
.am-header .dropdown.active>a::before{
    display: none;
}
.am-header .dropdown-menu{
    width: 100%;
    position: static;
    box-shadow: none;
}
.header-btn.btn{
    margin: 20px 0 0;
}

}


/* 头部导航 */

/* 小线条 */
.line-bar {
	display: block;
	height: 6px;
	width: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.line-bar.blue {
	background-color: #006ea9;
}


/* footer */
.am-footer{
	background-color: #006ea9;
	font-size: 14px;
	color: #fff;
	min-height: 50px;
	padding: 20px 0;
}
.am-footer a{
	color: #fff;
}
.am-footer a:hover{
	text-decoration: underline;
}
@media all and (max-width:479px){
	.am-footer .fr,.am-footer .fl{
		float: none;
	}
	.am-footer .fl{
		padding-bottom: 10px;
	}
}
/* footer */
/* 隱私權政策 */
.main-cnt{
	background-color: #eee;
    padding: 80px 0 80px 0;
    color: #666;
}
.main-cnt .container{
	padding: 50px;
    background-color: #fff;
    border-radius: 10px;
}
@media all and (max-width:479px){
	.main-cnt .container{
		padding: 30px;
	}
}
.shadow{
	box-shadow: 0 8px 15px 0 rgba(86,131,244,.35);
}
.container{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
	.container {
		width: 750px;
	}
		}
@media (min-width: 992px){
	.container {
		width: 970px;
		}
	}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}
@media (min-width: 1200px){
.container{
	width: 1200px;
    padding-right: 0;
    padding-left: 0;
}
	}
.main-cnt .item{
	border-bottom: 1px solid #daddea;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.main-cnt h1{
	text-align: center;
	color: #333333;
	font-size: 3.6rem;
    margin: 0 0 30px;
}
.main-cnt .item{
	border-bottom: 1px solid #daddea;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.main-cnt p:last-child{
	margin-bottom:0px;
}
.main-cnt p{
	color: #666666;
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 20px;
}
.item h2{
	font-size: 2.4rem;
	text-align: left;
	color: #333333;
	margin-bottom: 18px;
}
.main-cnt ul{
	list-style-type: disc;
    padding-left: 30px;
    margin-top: 18px;
	margin-bottom: 18px;
}
.main-cnt ul li{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.7;
	list-style:inherit;
}
/* 隱私權政策 */
/* 正文內容底部推薦分類板塊*/
@media all and (max-width:479px){
	.wrapper-featured{
		float: none;
		font-size: 50%;
	}
	.featured-block ul li a{
		font-size: 12px;
		padding: .5em .5em;
	}
}
@media all and (min-width:1200px){
	.featured-block ul li a{
		padding: .5em 1em;
	}
}
.wrapper-featured{
	margin: 40px 0 20px 0;
	width: 100%;
	height: auto;
	background: #f5f8fa;
	overflow: hidden;
}
.container-box .wrapper-featured h2{
	border: none;
	background:none;
	margin:0;
}
.container-box .wrapper-featured p{
	padding-left: 20px;
}
.container-box .main-content .core .featured-block{
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
	text-align: center;
}
.container-box .main-content .core .featured-block ul{
	overflow: hidden;
}
.featured-block ul li{
	width: 33.3%;
	float: left;
	font-size: 18px;
}
.featured-block ul li a{
	background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f8fa),to(#f5f8fa)),radial-gradient(circle at center left,#21b989,#29b921 75%);
    background-image: -webkit-linear-gradient(#f5f8fa,#f5f8fa),-webkit-radial-gradient(center left,circle,#21b989,#29b921 75%);
    background-image: -o-linear-gradient(#f5f8fa,#f5f8fa),-o-radial-gradient(center left,circle,#21b989,#29b921 75%);
    background-image: linear-gradient(#f5f8fa,#f5f8fa),radial-gradient(circle at center left,#21b989,#29b921 75%);
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    border: .1em solid transparent;
    border-radius: 500rem;
    color: #29b921!important;
    display: inline-block;
	padding: .5em 1em;
    position: relative;
    text-align: center;
    font-weight: bold;
}

/* 正文內容底部推薦分類板塊*/
/* Google Drive與備份與同步比較的表格樣式*/
.post-area .nice-table{
	/*display: block;*/
	font-size: 14px;
	margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}

.post-area .nice-table .nice-table-center{
	text-align: center;
}
.nice-table .notice-color{
	background: yellow;
	font-weight: bold;
}
.post-area table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.post-area table tbody{
	width: 100%;
}
.post-area .nice-table th, .post-area .nice-table td {
    border: .0625rem solid #a9acaa;
    padding: .55rem .75rem .55rem .75rem;
}
@media all and (max-width:479px){
	.post-area .nice-table th, .post-area .nice-table td{
		border: .0625rem solid #a9acaa;
    	padding: .55rem 1rem .55rem 0.55rem;
	}
}
.post-area .nice-table td {
    background-color: #f2f2f2;
    border-color: #a9acaa;
}
.post-area .nice-table tr:nth-of-type(2n) td{
	background-color: #ffffff;
    border-right-color: #a9acaa;
}
.post-area .nice-table th{
	background-color: #e3e3e3;
}
.post-area th {
    color: #444746;
    font-weight: bold;
    text-align: left;
    vertical-align: baseline;
}
.post-area .nice-table .nice-table-title{
	font-size: 1.8rem;
	text-align: center;
	background-color: #e3e3e3;

}
.nice-table-width{
	width: 100px;
}
/* Google Drive與備份與同步比較的表格樣式*/
/* expressvpn價格樣式表*/
.post-area .nice-table-1{
	/*display: block;*/
	font-size: 14px;
	margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
}
.post-area .nice-table-1 a:hover{
	text-decoration: underline;
}
.post-area table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.post-area table tbody{
	width: 100%;
}

.post-area .nice-table-1 th, .post-area .nice-table-1 td {
    border: .0625rem solid #a9acaa;
    padding: 20px;
	vertical-align: middle;
	text-align: center;
}
@media all and (max-width:479px){
	.post-area .nice-table-1 th, .post-area .nice-table-1 td{
		border: .0625rem solid #a9acaa;
    	padding: .55rem 1rem .55rem 0.55rem;
	}
}
.post-area .nice-table-1 td:nth-child(1){
	font-weight: bold;
}
.post-area .nice-table-1 td:nth-child(6){
	background-color: #f0faff;
	font-weight: bold;
}
.post-area .nice-table-1 th{
	background-color: #f0faff;
}
.post-area th {
    color: #444746;
    font-weight: bold;
    text-align: left;
    vertical-align: baseline;
}
.post-area .nice-table-1 .nice-table-title{
	font-size: 1.8rem;
	text-align: center;
	background-color: #e3e3e3;

}
/* expressvpn價格樣式表*/
/* 多品評價表格樣式*/
.post-area .nice-table-2{
	/*display: block;*/
	font-size: 14px;
	margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
}
.post-area .nice-table-2 a:hover{
	text-decoration: underline;
}
.post-area table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.post-area table tbody{
	width: 100%;
}

.post-area .nice-table-2 td {
    border: .0625rem solid #a9acaa;
    padding: 18px;
}
@media all and (max-width:479px){
	.post-area .nice-table-2 td{
		border: .0625rem solid #a9acaa;
    	padding: .55rem 1rem .55rem 0.55rem;
	}
}
.post-area th {
    color: #444746;
    font-weight: bold;
    text-align: left;
    vertical-align: baseline;
}
.post-area .nice-table-2 .nice-table-title{
	font-size: 1.8rem;
	text-align: center;
	background-color: #e3e3e3;

}
/* 多品評價表格樣式*/


/* Shutterstock價格表格樣式*/

.post-area .nice-table-3 th, .post-area .nice-table-3 td {
    border: .0625rem solid #a9acaa;
    padding: 1.55rem 1.75rem 1.55rem 1.75rem;
}
@media all and (max-width:479px){
	.post-area .nice-table th, .post-area .nice-table td{
		border: .0625rem solid #a9acaa;
    	padding: .55rem 1rem .55rem 0.55rem;
	}
}
.post-area th.nice-table-3-center{
	text-align: center;
}
/* Shutterstock價格表格樣式*/
/* 2022卡達世界盃64場比賽解說樣式*/
.post-area .qatar td{
	text-align: center;
}
/* 2022卡達世界盃64場比賽解說樣式*/

/*文章內容選項卡樣式*/
.tab-container {
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #a9acaa;
  }
.tab-container .tab-first{
	margin-left: 0px;
}
.tab-container .tab-last{
	margin-right: 0px;
}
  
  .tab-wt {
	padding: 10px 20px;
	background-color: #fff1e5; /* 點擊後的樣式，可自行調整 */
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	margin: 0 0 0 20px;
  }
  .tab-wt:hover{
	background-color: #fff1e5;
	box-shadow: inset 1px 1px 2px #b79f8b;
	
  }
  
  .tab-wt.active {
	background-color: #fff1e5; /* 點擊後的樣式，可自行調整 */
	
	font-weight: bold;
	box-shadow: inset 1px 1px 2px #b79f8b;
	position: relative;
  }
  .tab-wt.active::after {
	content: '';
	position: absolute;
	bottom: -18px; /* 使三角形標識位於橫線下 */
	left: 50%; /* 使三角形標識居中 */
	margin-left: -10px; /* 使三角形標識居中 */
	border-top: 8px solid #a9acaa;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
  .content-wt {
	display: none;
  }
  
  .content-wt.active {
	display: block;
  }
/*文章內容選項卡樣式*/

/* Surfshark Reviews選項卡表格樣式*/
.reviews-wrapper{
	font-size: 16px;
}

.tab-content{
	width: 100%;
  	overflow-x: auto;                   /* 超出寬度可滾動 */
  	-webkit-overflow-scrolling: touch;  /* iOS 慣性滑動 */
  	-ms-overflow-style: auto;           /* IE/Edge */
  	scrollbar-width: auto;              /* Firefox */
}

.post-area .nice-table-reviews{
	/*display: block;*/
	margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
	
}

.post-area .nice-table-reviews .nice-table-center{
	text-align: center;
}
.post-area .nice-table-reviews .no td{
	background-color: #f2f2f2;
}
.post-area .nice-table-reviews tr th:nth-child(n+2){
	text-align: center;
}
.post-area .nice-table-reviews tr td:nth-child(n+2){
	text-align: center;
}
.post-area .nice-table-reviews .none td:nth-child(2){
	background-color: #f2f2f2;
}
.post-area .nice-table-reviews .none1 td:nth-child(3){
	background-color: #f2f2f2;
}
.post-area .nice-table-reviews th {
	padding: 15px 10px;
}
.core .post-area .wt-border th,td{
	border: 0.0625rem solid #a9acaa;
}
.post-area .nice-table-reviews td {
	border-bottom: 0.0625rem solid #a9acaa;
    background-color: #f0faff;
    border-color: #a9acaa;
	padding: 10px;
}
/* Surfshark Reviews選項卡表格樣式*/

/* 雲端硬碟免費容量比較樣式*/
.post-area .nice-table-compare{
	/*display: block;*/
	font-size: 14px;
	margin-bottom: 20px;
    max-width: 100%;
    overflow: auto;
	word-wrap: break-word;
	word-break: break-all;
}
.post-area .nice-table-compare ul{
	margin-left: 20px;
	padding-left: 20px;
}
.post-area .brand-compare-font{
	font-size: 16px;
}
.post-area .nice-table-compare ul li{
	list-style:disc;
}
.post-area .nice-table-compare .nice-table-center{
	text-align: center;
}
.nice-table-compare .notice-color{
	background: yellow;
	font-weight: bold;
}
.post-area table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.post-area table tbody{
	width: 100%;
}
.post-area .nice-table-compare th, .post-area .nice-table-compare td {
    border: .0625rem solid #a9acaa;
    padding: .75rem .95rem .75rem .95rem;
}
@media all and (max-width:479px){
	.post-area .nice-table-compare th, .post-area .nice-table-compare td{
		border: .0625rem solid #a9acaa;
    	padding: .55rem 1rem .55rem 0.55rem;
	}
}
.post-area .nice-table-compare td {
	vertical-align: middle;
    background-color: #f2f2f2;
    border-color: #a9acaa;
}
.post-area .nice-table-compare tr:nth-of-type(2n) td{
	background-color: #ffffff;
    border-right-color: #a9acaa;
}
.post-area .nice-table-compare th{
	background-color: #e3e3e3;
	text-align: center;
}
.post-area th {
    color: #444746;
    font-weight: bold;
    text-align: left;
    vertical-align: baseline;
}
.post-area .nice-table-compare .nice-table-title{
	font-size: 1.8rem;
	text-align: center;
	background-color: #e3e3e3;

}
.nice-table-width{
	width: 100px;
}
/* 雲端硬碟免費容量比較樣式*/

/*代碼樣式*/
.code-container {
	display: flex;
	background-color: #fafafa;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	font-size: 16px;
}
.line-numbers {
	background-color: #f0f0f0;
	text-align: right;
	user-select: none;
	padding: 0 0 0 10px;
	margin: 0;
}
.line-numbers li {
	list-style: none;
	position: relative;
	line-height: 1.6em;
	padding-right: 10px;
}
.line-numbers li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #006ea9;
}
.code-content {
	padding: 0;
	overflow-x: auto;
	margin: 0;
}
.code-content li {
	list-style: none;
	line-height: 1.5em;
	padding-left: 10px;
}


/*代碼樣式*/

/*文章內圖片幻燈片樣式*/
.slideshow-container-wt {
	position: relative;
	margin: auto;
}

.content-wrap .slide-wt  {
	display: none;
	width: 100%;
}

.content-wrap .active-wt {
	display: block;
}

.dots-container-wt {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
}

.dot-wt {
	border: 2px solid #ffffff;
	height: 14px;
	width: 14px;
	margin: 0 4px;
	background-color: #006ea9;
	border-radius: 50%;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.active-dot-wt {
	background-color: #ff8421;
}

/*文章內圖片幻燈片樣式*/


/*pcloud優惠彙整表格樣式*/
.table-container {
	font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.styled-table {
    border-collapse: collapse;
    width: 80%;
    font-family: Arial, sans-serif;
    color: #333;
}

.container-box .styled-table th,
.container-box .styled-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #006ea9;
	vertical-align: middle;
}

.container-box .styled-table thead th {
    background-color: #006ea9;
    color: #ffffff;
}

.styled-table .highlight {
    color: #ffffff;
    background-color: #FF8421;
    font-weight: bold;
	padding: 3px 6px;
	border-radius: 12px;
}

.styled-table .link {
    color: #006ea9;
}

.styled-table .link:hover {
    color: #006ea9;
    text-decoration: underline;
}

.styled-table .highlight a {
    color: #5645bb;
}

.icon {
    vertical-align: middle;
    margin-right: 5px;
}
/*pcloud優惠彙整表格樣式*/
/*作者簡介樣式*/
.mtg-block{
	margin-top: 30px;
	margin-bottom: 20px;
	display: flex;
    align-items: flex-start;
    background-color: #f0faff;
    padding: 50px 30px 50px 30px;
    max-width: 900px;
}
.ag-author-img{
	object-fit: cover;
    margin-right: 30px;
}
.mtg-author{
	display: flex;
    align-items: center;
	
}
.mtg-author-info{
	margin-left: 20px;
	width: 77%;
}
.main-content .mtg-author-title{
	font-size: 28px;
    margin: 0;
	border: none;
	background: none;
	padding: 0;
}
.mtg-author-avatar{
	border-radius: 50%;
}
.mtg-author-pic{
	width: 23%;
}
/*作者簡介樣式*/

/*優惠碼表格特殊樣式*/

.deal-cell{
	line-height: 2.6;
}

.deal-wrap {
	position: relative;
	display: inline-block;
	line-height: 1.6;
	padding-right: 54px; /* 防止文字撞 badge */
  }
  
  /* 定位層 */
  .best-badge {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
  }
  
  /* 動畫層 */
  .badge-inner {
	display: inline-block;
	background: linear-gradient(135deg, #ff4d4f, #ff7a45);
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	border-radius: 10px;
	white-space: nowrap;
	animation: badgePulse 1.8s infinite;
  }
  
  /* 動畫 */
  @keyframes badgePulse {
	0%   { transform: scale(1); opacity: 0.9; }
	50%  { transform: scale(1.12); opacity: 1; }
	100% { transform: scale(1); opacity: 0.9; }
  }
  
  
  
  /*優惠碼表格特殊樣式*/




  /* 桌機表格隱藏手機卡片 */
.mobile-cards { display: none; }

/* 手機卡片樣式 */
.mobile-cards { display: none; }

.coupon-card {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
	border: 1px solid #d6d7d8;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
	padding-bottom: 20px;
}

/* 上半部分訊息區塊 */
.coupon-card .info-block {
    background-color: #f5f5f6;
    padding: 12px 16px;
	border-bottom:1px solid #d6d7d8;
}

.coupon-card .info-block p {
    margin: 4px 0;
}

.coupon-card .original-price{
	font-size: 16px;
	color: #666666;
}
.coupon-card .special-price{
	font-weight:bold;
}

/* 最優惠標籤手機版 */
.best-badge-mobile {
    display: inline-block;
    background-color: #FF4C4C;
    color: #fff;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 1.2rem; /* 調整文字大小 */
}

/* 下半部分 CTA 按鈕 */
.cta-btn {
    display: block;
    width: calc(100% - 93px);
    margin: 12px auto;
    padding: 12px 0;
    background-color: #FF8421; /* 按鈕顏色 */
    color: #FFFFFF; /* 文字顏色 */
    text-align: center;
    text-decoration: none;
	font-size: 15px;
    border-radius: 24px;
    transition: 0.3s;
}
.content-wrap .coupon-card a{
	color: #ffffff;
}
.cta-btn:hover {
    background-color: #e67300;
}

/* 響應式：手機版 */
@media screen and (max-width: 768px) {
    .mobile-cards { 
		display: block;
		margin-top: 30px;
	 }
    .desktop-table { display: none; }
}



/*表格里複製優惠碼樣式*/


.copy-coupon {
	cursor: pointer;
	pointer-events: auto !important;
  	-webkit-tap-highlight-color: transparent;
  }
  
  .copy-coupon:hover {
	text-decoration: underline;
  }

#coupon-toast {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  background: linear-gradient(135deg, #001f30, #003d5e, #004b73);
  color: #fff;
  padding: 14px 22px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

#coupon-toast.show {
  animation: toastIn 0.4s ease forwards, toastOut 0.4s ease forwards 1.8s;
}

/* 進場 */
@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px) scale(0.85);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

/* 出場 */
@keyframes toastOut {
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(10px) scale(0.9);
  }
}

/* 勾勾圈 */
.toast-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2ecc71;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 勾 */
.toast-check::after {
  content: '';
  width: 6px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  animation: checkDraw 0.3s ease forwards;
}

/* 勾勾動畫 */
@keyframes checkDraw {
  from {
    opacity: 0;
    transform: rotate(45deg) scale(0.2);
  }
  to {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}

/* 脈衝波紋 */
.toast-check::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(46, 204, 113, 0.35);
  animation: pulse 0.6s ease-out;
}

@keyframes pulse {
  from {
    transform: scale(0.6);
    opacity: 0.8;
  }
  to {
    transform: scale(1.6);
    opacity: 0;
  }
}

  
/*表格里複製優惠碼樣式*/

/*图片放大缩小控制样式*/
/* 圖片本體 */
.zoomable-img {
	cursor: zoom-in;
	max-width: 100%;
	height: auto;
	transition: transform 0.25s ease;
  }
  
  /* 點擊後放大狀態 */
  .zoomable-img.is-zoomed {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 95vw;
	max-height: 95vh;
	width: auto;
	height: auto;
	z-index: 9999;
	cursor: zoom-out;
	box-shadow: 0 10px 30px rgba(0,0,0,0.4);
	background: #fff;
  }
  
/*图片放大缩小控制样式*/

/*手機橫著看提示語樣式*/

@media (min-width: 768px) {
    .table-note {
        display: none; /* 桌機隱藏 */
    }
}
.table-note-wrapper {
    display: block;   /* 脫離 flex，變成正常區塊 */
    width: 100%;
    margin-top: 9px;
    flex: none;       /* 這行讓它完全不受父 flex 影響 */
}
.table-note {
    font-size: 14px;
    color: #666666;
    margin-bottom: 9px;
    background: #fff6f0;
    padding: 6px 10px;
    border-left: 4px solid #ff8421;
}
/*手機橫著看提示語樣式*/



/*pCloud 限時優惠手機卡片樣式*/
    /* ===== 活動資訊 ===== */
    .campaign {
		max-width: 420px;
		margin: 0 auto 24px;
	  }
  
	  .campaign .campaign-child {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 6px;
	  }
  
	  .campaign p {
		font-size: 14px;
	  }
  
	  /* ===== 方案容器 ===== */
	  .plans {
		max-width: 420px;
		margin: 0 auto;
		display: grid;
		gap: 20px;
	  }
  
	  /* ===== 卡片 ===== */
	  .deal-card {
		position: relative;
		background: #fff;
		border-radius: 18px;
		border: 1px solid #dddddd;
		padding: 24px 20px 26px;
		text-align: center;
		box-shadow: 0 12px 30px rgba(0,0,0,.08);
		transition: transform .2s ease, box-shadow .2s ease;
	  }
  
	  .deal-card .special-storage {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 6px;
		display: block;
	  }
  
	  .deal-card .special-descrpiton {
		font-size: 14px;
		color: #666;
		margin-bottom: 18px;
		display: block;

	  }
  
	  /* ===== 價格 ===== */
	  .price {
		margin-bottom: 18px;
	  }
  
	  .price-original {
		display: block;
		font-size: 14px;
		color: #aaa;
		text-decoration: line-through;
		margin-bottom: 4px;
	  }
  
	  .price-now {
		font-size: 32px;
		font-weight: 700;
		letter-spacing: -0.5px;
	  }
  
	  .discount {
		font-size: 13px;
		color: #ff8421;
		margin-top: 6px;
		font-weight: 600;
	  }
  
	  /* ===== 按鈕 ===== */
	  .deal-btn {
		display: block;
		width: 100%;
		text-decoration: none;
		padding: 14px;
		border-radius: 30px;
		font-size: 16px;
		font-weight: 600;
		background: #111;
		color: #fff;
	  }
  
	  .deal-btn.ghost {
		background: transparent;
		color: #555;
		border: 1px solid #ddd;
	  }
  
	  /* ===== 最優惠方案 ===== */
	  .deal-card.is-best {
		border: 2px solid #ff8421;
		transform: scale(1.04);
		box-shadow: 0 20px 46px rgba(0,0,0,.16);
		margin-top: 20px;
	  }
  
	  .deal-card.is-best .deal-btn {
		background: linear-gradient(135deg, #ff8421, #ff8421);
		color: #fff;
	  }
  
	  .best-tag {
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translateX(-50%);
		background: #111;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		padding: 6px 16px;
		border-radius: 999px;
		letter-spacing: .5px;
		white-space: nowrap;
	  }
  
	  .hint {
		font-size: 13px;
		color: #ff8421;
		margin-top: 8px;
	  }
	  /* ===== 只在手機顯示（768px 以下） ===== */
  @media (min-width: 769px) {
	.campaign,
	.plans {
	  display: none;
	}
  }
/* ===== 退款保障樣式 ===== */
.guarantee {
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
  }
/*pCloud 限時優惠手機卡片樣式*/

/*pCloud 限時優惠桌機表格樣式*/
/* ===== 表格容器 ===== */
.pricing-wrap {
	max-width: 980px;
	margin: auto;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(0,0,0,.08);
	overflow: hidden;
	border: 1px solid #e6eaf0;
  }
  
  /* ===== 表格 ===== */
  .pricing-wrap table {
	width: 100%;
	border-collapse: collapse;
  }
  
  .pricing-wrap thead {
	background: #006ea9;
	color: #fff;
  }
  
  .content-wrap .pricing-wrap th {
	padding: 16px;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	color: #FFFFFF;
	border: none;
	
  }
  
  .pricing-wrap td {
	padding: 18px 16px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e6eaf0;
	vertical-align: middle;
	font-size: 15px;
  }
  .pricing-wrap tr:last-child td {
	border: none;
  }
  
  /* ===== 價格樣式 ===== */
  .mtg-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 6px;
  }
  
  .mtg-price {
	font-weight: 700;
	font-size: 18px;
	color: #ff8421;
  }
  
  .mtg-sub {
	display: block;
	font-size: 13px;
	color: #777;
	margin-top: 4px;
  }
  
  /* ===== CTA ===== */
  .pricing-wrap a.mtg-cta {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #cfd6df;
	color: #006ea9;
  }
  
  
  
  .pricing-wrap a.mtg-cta.mtg-primary {
	background: linear-gradient(135deg,#ff8421,#ff8421);
	color: #fff;
	border: none;
	font-weight: 700;
  }
  
  
  
  /* ===== 最優惠整列 ===== */
  tr.mtg-best {
	background: #fff7ee;
  }
  
  tr.mtg-best td {
	border-bottom: 2px solid #ffd8b0;
  }
  
  .mtg-badge {
	display: inline-block;
	background: #ff8421;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 999px;
	margin-left: 8px;
  }
  
  /* ===== 免費方案 ===== */
  tr.mtg-free {
	background: #f9fafc;
  }
  
  .mtg-free-note {
	color: #ff8421;
	font-weight: 600;
  }
  
  /* ===== 截止 ===== */
  .mtg-deadline {
	font-size: 14px;
  }
  
  /* ===== CTA hover 高級互動 ===== */
  .pricing-wrap a.mtg-cta {
	transition: all .18s ease;
  }
  
  .pricing-wrap a.mtg-cta:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
	background-color: #f9f9f9;
  }
  
  /* 最優惠 CTA 強化 */
  .pricing-wrap a.mtg-cta.mtg-primary:hover {
	box-shadow: 0 10px 26px rgba(255,138,0,.45);
	filter: brightness(1.05);
  }

  /* ===== 手機版隱藏桌面版 ===== */
@media (max-width: 768px) {
    .mtg-desktop-only {
        display: none;
    }
}

  /*pCloud 限時優惠桌機表格樣式*/

  /*有用的訊息樣式*/
    .mtg-mobile-only {
	  margin-top: 30px;
	  margin-bottom: 30px;
      display: none;
    }

    @media (max-width: 768px) {
      .mtg-mobile-only {
        display: block;
      }
    }
  /*有用的訊息樣式*/
