*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-size: 3.2rem;
    color: #fff;
    padding: 15px 0;
    font-weight: 400
}

.img-responsive {
    max-width: 100%;
    height: auto !important
}

h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    text-align: left;
    border-left: 10px solid #006ea9;
    padding: 13px 0 13px 20px;
    font-weight: 600;
    background-color: #f5f8fa;
}
.post-area h2{
    margin-top: 40px;
}
h3 {
    font-size: 2rem;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500
}
.core h3{
    border-left: 6px solid #4c99c2;
    padding: 10px;
    margin: 1em 0 0.5em;
}
.main-content a {
    text-decoration: none;
    cursor: pointer;
    color: #2f2f2f
}
.main-content .core img {
    display: block;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    outline: 0;
    border: 0 none;
    aspect-ratio: attr(width) / attr(height);
}

.main-content .core :last-child {
    margin-bottom: 0
}

.main-content .core p {
    margin: 15px 0;
    word-wrap: break-word;  /*英文單字一列無法顯示時會被拆分換行顯示*/
}

.cb::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.art-bnr {
    background-color: #006ea9;
    background-size: cover;
    padding: 20px 15px 0 15px;
}

.bnr-container {
    max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    padding: 0 15px 15px 15px
}
@media all and (max-width:479px){
    .bnr-container {
        padding: 0 0 15px 0;
    }
}
.bnr-container .content {
    max-width: 1170px
}
.bnr-container .content h1{
    font-size: 4.0rem;
    margin: 20px 0 10px 0;
}
.top-nav {
    overflow: hidden;
}

.top-nav li {
    float: left;
    font-size: 16px;
    color: #fff
}

.top-nav a {
    color: #ffffff;
}

.top-nav a:hover {
    text-decoration: underline
}

.top-nav li:not(:last-child)::after {
    content: ">";
    padding: 0 5px
}

.bnr-container .des {
    font-size: 16px;
    line-height: 32px
}

.container-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    /*top: -50px*/
}

.container-box .content-wrap {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

.main-content {
    float: left;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #fff;
    padding: 0
}
@media all and (min-width: 992px) {
    .main-content {
        width: calc(100% - 330px);
    }
}
.main-content .inner-content {
    padding: 20px;
}
@media all and (max-width: 479px) {
    .main-content .inner-content {
        padding:20px 0;
    }
}
.content-wrap .side {
    float: right
}

.author-info {
    padding-bottom: 0px;
}

.author-info img {
    vertical-align: middle;
    border-radius: 24px;
}

.author-des {
    display: inline-block;
    vertical-align: middle
}

.main-content p {
    font-size: 18px;
    line-height: 30px;
}

.main-content p strong {
    display: inline;
    line-height: 32px;
}
.main-content .push-date{
    font-size:16px;
}
.author-letter {
    color: #848383;
    height: auto;
    padding-left: 68px;
    position: relative;
    margin-bottom: 45px
}

.author-letter img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 12px
}

.author-letter .des {
    width: 100%;
    float: left
}

.author-letter p:last-child {
    text-align: right
}

.cont-mar img {
    display: block;
    margin: 0 auto;
    padding-top: 20px
}

.jump {
    margin-top: 20px;
    padding: 20px 14px;
    background-color: #f5f8fa
}

.jump li {
    padding: 5px 0 5px 12px;
    font-size: 16px;
    position: relative
}

.jump li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 9px;
    background: url('../images/post-tpl/open.png') no-repeat;
    position: absolute;
    left: -2px;
    top: 12px
}

.hot::after {
    content: "HOT";
    display: inline-block;
    width: 37px;
    height: 14px;
    line-height: 16px;
    font-size: 16px;
    padding-left: 7px;
    text-align: center;
    position: relative;
    color: #fff;
    right: 0;
    background: url('../images/post-tpl/hot-bg.png') no-repeat center center
}

.video-wrap {
    margin-top: 37px;
    border: 1px solid #a7a7a7
}

.video {
    width: 139px;
    height: 66px;
    background: url('../images/post-tpl/video.png') no-repeat center center;
    cursor: pointer
}

.video-txt {
    margin: 0;
    padding-left: 10px
}

.video-ico {
    margin: 0
}

.main-content .video img {
    margin: 0 auto;
    padding: 0
}

.video-wrap > a {
    display: table;
    width: 100%
}

.video-wrap > a:before {
    content: none
}

.block-hover:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(137, 137, 137, 0.3);
    -moz-box-shadow: 0 0 5px 2px rgba(137, 137, 137, 0.3);
    box-shadow: 0 0 5px 2px rgba(137, 137, 137, 0.3);
    border-bottom: 0 none !important
}

.video-wrap a > div {
    position: relative;
    margin: 0 !important;
    font-size: 16px;
    vertical-align: middle;
    display: table-cell;
    text-align: center
}

.video-wrap div:last-child img {
    display: inline-block;
    padding: 0 10px 0 0
}

.video-wrap div:last-child {
    vertical-align: middle
}

.video-wrap a > div.video-txt {
    text-align: left
}

.bstfree {
    margin-top: 35px;
    padding: 4% 25px;
    position: relative
}

.main-content .core .bstfree > img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100% !important
}

.main-content .core .dnload-bottom {
    margin-bottom: 0
}

.bstfree .bst-wrapper {
    position: relative;
    z-index: 2
}

.bstfree .bst-wrapper:after {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0
}

.bst-ctt {
    float: left;
    width: calc(100% - 285px);
    margin-right: 5px;
    padding: 0
}

.main-content .core .bst-ctt p {
    margin-bottom: 0;
    line-height: 18px
}

.bst-ctt h5 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px
}

.main-content .core .bst-ctt {
    margin-bottom: 0
}

.bstfree .dnload-box {
    float: right;
    text-align: center
}

.dnload-box {
    width: 270px
}

.main-content a.download {
    background-color: #16aaef;
    border-radius: 3px;
    border: 0 !important;
    color: #fff
}

.main-content .block-hover a.download::before, a.download::before {
    content: none
}

a.download:hover, a.download {
    background-color: #39c0ff;
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

a.download:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.dnload-box .download p {
    margin-bottom: 0
}

.download {
    display: block;
    color: #fff
}

.download .left {
    height: 72px;
    width: 60px;
    border-right: 1PX solid #fff;
    position: relative;
    float: left;
    vertical-align: top
}

.download .left img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -19px
}

.download .rigth {
    text-align: center;
    height: 62px;
    padding-top: 10px;
    padding-left: 61px;
    color: #fff;
}

.download .rigth p {
    text-align: center
}

.download .rigth p:first-child {
    font-weight: bold;
    font-size: 20px
}

.download .rigth p:nth-child(2) {
    font-size: 16px
}

.dnload-box .dnload-bottom {
    margin: 0;
    text-align: center
}

.dnload-box .dnload-bottom img {
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

.spot-ul li {
    font-size: 16px;
    color: #2f2f2f
}

.spot-ul li::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    border: 2px solid #717171;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: -2px;
    left: 0
}

.dnload2 {
    margin: 20px auto
}

.side {
    width: 310px;
    margin-top: 20px;
}
.side .side-service{
    margin-bottom: 20px;
}
.side .side-service:last-child{
    margin-bottom: 0px;
}

.side-item {
    margin-bottom: 20px
}

.side-item h3, .side-item #am-related-articles dt {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background-color: #006ea9;
    padding: 7px 0 7px 15px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin: 0
}

.side-item #am-related-articles dd {
    padding: 0 15px 0 20px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background-color: #f8f8f8
}

.side-item #am-related-articles dd:last-child {
    border-bottom: 1px solid #dcdcdc
}

.side-item #am-related-articles dt + dd:before, .side-item #am-related-articles dd:last-child:after {
    content: '';
    display: table;
    height: 15px
}

.side-item #am-related-articles dd a {
    padding: 6px 0;
    position: relative;
    padding-left: 5px;
    display: block;
    color: #343434;
    font-size: 16px
}

.side-item #am-related-articles dd a:hover {
    color: #006ea9;
}

.side-item #am-related-articles dd a:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 14px;
    width: 9px;
    height: 9px;
    border: 1px solid #006ea9;
    background: #006ea9;
    border-radius: 50%;
}

.item-container {
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 20px 14px;
    font-size: 14px
}

.ctt-top{
    overflow: hidden;
}
.ctt-top ul li:nth-child(1){
    float: left;
    width: 93px;
}
.ctt-top ul li:nth-child(2){
    float: left;
    width: 185px;
    font-size: 16px;
    margin-top: 15px;
}
.ctt-top .soft-name{
    font-size: 1.2rem;
    margin: 0 8px;
}
.ctt-rating {
    padding: 12px 30px;
    background-color: #f8f8f8;
    margin: 20px 0;
    clear: left;
}

.ctt-rating img {
    display: inline-block
}

.rating-txt {
    display: inline-block;
    margin-left: 10px
}

.rating-txt p {
    font-size: 16px;
    line-height: 30px
}

.ctt-btn {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #ff8421;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto
}

.ctt-btn:hover {
    background-color: #ff7200;
    color: #ffffff;
}

.side-item .item-ctn {
    padding: 0 15px 15px;
    border: 1px solid #dcdcdc;
    border-top: 0
}

.section .title {
    font-size: 16px;
    line-height: 38px
}

.title .is-open {
    float: right;
    margin-top: 9px;
    cursor: pointer
}

.itm {
    background-color: #f8f8f8;
    padding: 10px 15px;
    font-size: 14px;
    display: none
}

.itm li {
    padding: 6px 0;
    position: relative;
    padding-left: 5px
}

.itm li::before {
    content: "";
    display: inline-block;
    border: 3px solid #16aaef;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -6px;
    top: 1.1rem;
    margin-right: 3px
}

.itm3 p {
    font-size: 14px;
    line-height: 24px;
    margin-block-end: 20px
}

.itm3 input {
    font-size: 14px
}

.search-box {
    width: 280px;
    height: 38px;
    border: 1px solid #d5d5d5
}

.search-box input, .search-box button {
    float: left;
    border: 0
}

.search-txt {
    width: calc(100% - 38px);
    height: 100%;
    padding-left: 12px
}

.search-box .search-btn {
    width: 38px;
    height: 36px;
    border-left: 1px solid #d5d5d5;
    background: url('../images/post-tpl/search.png') no-repeat center center;
    cursor: pointer;
    float: right
}

.search-btn:hover {
    background: url('../images/post-tpl/search-hover.png') no-repeat center
}

.scl-dn {
    background: url('../images/post-tpl/bg3.jpg') no-repeat center center;
    background-size: cover;
    padding: 26px 0
}

.scl-go {
    box-sizing: border-box;
    display: block;
    width: 310px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-top: 18px;
    font-size: 18px;
    line-height: 30px;
    color: #fd8a2e
}

.scl-go img {
    display: block;
    margin: 0 auto
}

.is-open {
    display: inline-block;
    background: url('../images/post-tpl/fold.png') no-repeat center;
    width: 20px;
    height: 20px
}

.i-activ {
    background: url('../images/post-tpl/unfold.png') no-repeat center
}

.ul-activ {
    display: block
}

@media screen and (max-width: 1235px) {
    .main-content {
        float: none;
        margin: 0 auto
    }

    .side {
        float: none;
        margin: 0 auto
    }

    .iframe-box {
        overflow: hidden
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 4.0rem
    }

    .video-wrap div, .video-wrap p {
        float: none;
        overflow: hidden;
        padding: 0;
        margin: 0 auto;
        text-align: center
    }

    .video-wrap p:last-child {
        float: none
    }

    .iframe-box iframe {
        width: 100%;
        height: 50%
    }

    .bstfree .bst-ctt {
        float: none;
        margin: 0 auto 15px
    }

    .bstfree .dnload-box {
        float: none;
        margin: 0 auto
    }
}

@media screen and (max-width: 320px) {
    .bstfree {
        padding: 30px 0
    }

    .main-content p {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .container-box .side {
        display: none
    }
}

.blocker {
    z-index: 1900909090
}

.modal {
    max-width: 876px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 !important
}

.modal figure {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0
}

.modal figure iframe {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0
}

.itm li:not(li::first-line) {
    padding-left: 5px;
    background-color: #f00
}

#block---video a {
    text-decoration: none;
    color: #2f2f2f
}

#block---video {
    cursor: pointer
}

.content-wrap {
    color: #343434
}

.side-item li a {
    color: #343434;
    font-size: 16px
}

.side-item li a:hover {
    color: #2280e1
}

#post-sidebar {
    background: #fff
}

.main-content p strong, .main-content p b {
    /*font-weight:bold;*/
    color: #343434;
}
.main-content div a::before {
    content: none
}

.main-content p a {
    position: relative
}
.main-content p a:hover{
    text-decoration: underline;
}
.main-content p a:not('.ab-specialoffer-9dot99-USD')::before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: #009ee7;
    transform-origin: bottom left;
    transform: scaleX(1);
    transition: transform .3s ease-in-out
}

.main-content p a:hover::before {
    transform: scaleX(0);
    transform-origin: bottom right
}

.main-content .block-hover a, .a {
    position: relative
}

.main-content .block-hover a::before, .a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #009ee7;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform .5s ease
}

.main-content .block-hover a:hover, .a:hover {
    border-bottom: 0 none
}

.main-content .block-hover a:hover::before, .a:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.fb-comments {
    border:2px #bfbfbf solid;
    margin-top: 26px
}

.author-info > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.block-html .bstfree {
    position: relative;
}

.block-html .bstfree .bst-wrapper {
    position: absolute;
    top: 66px;
    left: 48px;
    margin-right: 50px;
}

.block-html > div, .block-code > div {
    margin: 0
}

.main-content .core .author-letter p {
    margin-bottom: 1px;
    line-height: normal
}

html {
    font-size: 62.5%
}

.disk-partition-com-de h2 {
    font-weight: normal
}

#header {
    height: 73px
}

.disk-partition-com-de h1 {
    clear: both
}

.disk-partition-com-de .post-area h1 {
    display: none
}

.disk-partition-com-de .ctt-top img, .disk-partition-com-fr .ctt-top img, .disk-partition-com-jp .ctt-top img {
    max-width: 60px !important
}

.disk-partition-com-de .ctt-des, .disk-partition-com-fr .ctt-des, .disk-partition-com-fr .rating-txt p, .disk-partition-com-jp .rating-txt p {
    font-size: 16px
}

.disk-partition-com-fr .ctt-des {
    max-width: 77%
}

.main-content a {
    color: #006ea9;
}

.post-area h1 {
    display: none
}

p[dir="ltr"]:before, .ltr:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    vertical-align: text-top;
    position: absolute;
    left: -9px;
    top: 5px;
    background: #333
}

p[dir="ltr"], .ltr {
    position: relative
}

.ab-specialoffer-9dot99-USD, .block-html .ab-specialoffer-9dot99-USD {
    display: block;
    margin: auto;
    width: 300px;
    height: 80px;
    text-decoration: none;
    background: url(../images/post-tpl/special-offer-btn.png)
}

.ab-specialoffer-9dot99-USD:hover, .block-html .ab-specialoffer-9dot99-USD:hover {
    opacity: .9;
    filter: alpha(opacity=90)
}
.main-content .ab-specialoffer-9dot99-USD:hover {
    border-bottom: 0;
}
/*文章摘要*/
.wt_abstract{
	border: 2px #bfbfbf solid;
	border-radius: 4px;
	overflow: hidden;
	margin:20px 0 40px 0;
	padding: 20px;
}
.wt_abstract1{
	border: 2px #bfbfbf solid;
	border-radius: 4px;
	overflow: hidden;
	margin:20px 0 40px 0;
	padding: 0 20px 20px 20px;
}
.wt_abstract h3{
	margin-bottom: 20px;
}
.wt_abstract ul{
    overflow: hidden;
    display: block;
}

.wt_abstract li{
	line-height: 28px;
}
.wt_abstract_words{
	width: 65%;
	float: left;
}
@media all and (max-width:1023px){
    .wt_abstract_words{
    width: 100%;
    margin-bottom: 20px;
}
    }
.wt_abstract_words p{
	margin: 0px 20px 0px 0px;
}
@media all and (max-width:479px){
    .wt_abstract_words p{
    margin: 0;
}
    }
.wt_abstract_pic{
	width: 35%;
	float: left;
    margin: 0 auto;
    text-align: center;
}
.wt_abstract_pic img{
    margin: 0 auto;
    display: block;
    
}
@media all and (max-width:1024px){
    .wt_abstract_pic img{
    margin: 0;
}
    }
.wt_abstract_bottom{
    clear: both;
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
}
.wt_abstract_bottom b{
    font-size: 20px;
    display: block;
}
.wt_abstract_top{
    display: block;
    overflow: hidden;
}
.wt_abstract_top b{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.wt_abstract_bottom a{
    color: #006ea9;
}
.wt_abstract_bottom a:hover{
    text-decoration: underline;
}
.inner-content h3{
    font-weight: bold;
}
.wt_tips_style{
    background: #f0faff;
    padding: 10px;
}
.wt_tips_style-warm{
    background: #fff1e5;
    padding: 10px;
}
.wt_word_strong{
    font-weight: bold;
}
.wt_ad_color{
    font-weight: bold;
}
.wt_word_fontsize{
    font-size: 20px;
}
.wt_continue_down:after{
    content: "\21B4";
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    vertical-align: -3%;
}
.wt_note_block{
    margin: 10px 0;
    background: #fff1e5;
    padding: 10px 10px 20px 10px;
}   
.wt_note_block p{
    margin: 0;
    padding: 0 10px;
    color: #353535;
}
.wt_note_block .note_icon{
    width: 20px;
    height: 20px;
    background: #ff8422;
    display: block;
    float: left;
    border-radius: 10px;
    margin: 5px 5px 0 0;
    line-height: 20px;
    padding-left: 7px;
    color: white;
}
@media all and (max-width:479px){
    .wt_abstract .wt_abstract_top>ul{
        flex-direction: column;
    }
}
@media all and (max-width:479px){
    .wt_abstract_words{
        width: 100%;
    }
}
#topbutton{
    position: fixed;
    display: none;
    height: 44px;
    width: 44px;
    line-height: 40px;
    right: 10px;
    bottom: 20%;
    z-index: 1;
    background: #ff8421;
    border-radius: 25px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}
#topbutton:hover{
    background-color: #e56700;
}
#topbutton:active{
    background-color: #cc5c00;
    box-shadow: inset 1px 1px 2px #803900;
}
#topbutton:after{
    content: "\25B2";
}
.article-sylbom{
    margin-bottom: 15px;
}
.article-sylbom ul li{
    list-style:disc;
    font-size: 18px;
    line-height: 35px;
    margin-left: 20px;
    white-space: pre-wrap;  /*保留空格和換行符，且可以自動換行*/
	word-wrap: break-word;

}
.article-sylbom-style{
    text-indent: 2em;
}
.article-sequence{
    margin-bottom: 15px;
}
.article-sequence ul li{
    list-style: decimal;
    font-size: 18px;
    line-height: 35px;
    margin-left: 20px;
    white-space: pre-wrap;
	word-wrap: break-word;
}
.article-sylbom ul li a:hover,.article-sequence ul li a:hover{
    text-decoration: underline;
}
.post-area .images-link-style{
    display: block;
    margin: 0 auto;
}
.code{
    margin-bottom: 20px;
}
.code .code-style{
    background-color: #f6f6f6;
    padding: 10px;
    text-align: left;
    font-size: 16px;
}
.container-box .notice-red{
    color: red;
}
.container-box .text-icon img{
    display: inline;
    vertical-align: -6%;
}
.intro-wrapper{
    margin: 0 30px 20px 20px;
    padding-left: 20px;
    border-left: 10px solid lightgray;
}
@media all and (max-width:479px){
	.intro-wrapper{
        margin: 0 0 20px 0;
        white-space: pre-wrap;
	    word-wrap: break-word;
	}
}
.intro{
    color: gray;
}

.content-wrap .intro1{
    color: gray;
    font-size: 14px;
}
/*.wt_abstract_bottom ul li ul{
    padding-bottom:10px;
}*/
.wt_abstract_bottom ul li .child-menu{
    padding-left: 30px;
    font-size: 16px;
}
.wt_abstract_bottom nav{
    margin-top: 10px;
}
.wt_abstract_bottom nav ul{
    counter-reset: section;
    list-style-type: none;
}
.wt_abstract_bottom nav ul li::before{
    counter-increment: section;
    content: counters(section, ".") ". ";
}
/*文章摘要*/

.core .post-area pre{
    /*background-color: rgba(0,0,0,.1);*/
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 2rem;
    font-size: 16px;
    margin-bottom: 1em;
    white-space: pre-wrap;
	word-wrap: break-word;
}
.core .post-area .over-length{
    font-size: 14px;
}
.link-as-button a{
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)),radial-gradient(circle at center left,#21b989,#29b921 75%);
    background-image: -webkit-linear-gradient(#fff,#fff),-webkit-radial-gradient(center left,circle,#21b989,#29b921 75%);
    background-image: -o-linear-gradient(#fff,#fff),-o-radial-gradient(center left,circle,#21b989,#29b921 75%);
    background-image: linear-gradient(#fff,#fff),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: .35em solid transparent;
    border-radius: 500rem;
    color: #29b921!important;
    display: inline-block;
    padding: .5em 1em;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.container-box .link-as-button a:hover{
    background-clip:border-box;
    background-image:-webkit-radial-gradient(center left,circle,#21b989,#29b921 75%);
    background-image:-o-radial-gradient(center left,circle,#21b989,#29b921 75%);
    background-image:radial-gradient(circle at center left,#21b989,#29b921 75%);
    color:#fff!important;
    text-decoration:none;
}
.link-as-button-warm a{
    background-clip: padding-box,border-box;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)),radial-gradient(circle at center left,#ff8421,#ff7200 75%);
    background-image: -webkit-linear-gradient(#fff,#fff),-webkit-radial-gradient(center left,circle,#ff8421,#ff7200 75%);
    background-image: -o-linear-gradient(#fff,#fff),-o-radial-gradient(center left,circle,#ff8421,#ff7200 75%);
    background-image: linear-gradient(#fff,#fff),radial-gradient(circle at center left,#ff8421,#ff7200 75%);
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    border: .35em solid transparent;
    border-radius: 500rem;
    color: #ff7200!important;
    display: inline-block;
    padding: .5em 1em;
    position: relative;
    text-align: center;
    font-weight: bold;
}
.container-box .link-as-button-warm a:hover{
    background-clip:border-box;
    background-image:-webkit-radial-gradient(center left,circle,#ff8421,#ff7200 75%);
    background-image:-o-radial-gradient(center left,circle,#ff8421,#ff7200 75%);
    background-image:radial-gradient(circle at center left,#ff8421,#ff7200 75%);
    color:#fff!important;
    text-decoration:none;
}
/*付費VPN推薦樣式*/
.wanda-nest{
    margin-top: 40px;
}
.content-wrap .main-content .wanda-deal-widget-container{
    overflow: hidden;
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
}
.wanda-nest .wanda-deal-widget-image-container{
    float: left;
    margin-right: 20px;
}
.wanda-nest .wanda-deal-widget-main{
    display: block;
}
.content-wrap .main-content .wanda-deal-widget-footer a{
    color: white;
    border-radius: 5px;
    background: #ff8421;
    width: 120px;
    height: 32px;
    line-height: 32px;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.content-wrap .main-content .wanda-deal-widget-footer a:hover{
    text-decoration: underline;
}
.wanda-deal-widget-footer{
    display: block;
    float: right;
    width: 100%;
    text-align: right;
}
.wanda-deal-widget-button-wrapper{
    float: right;
}

.wanda-view-sale{
    display: block;
    margin-top: 5px;
}
.wanda-view-sale a{
    display: block;
    background: #ff8421;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 2px;

}

.pcloud-ev{
    color: red;
    font-size: 24px;
    font-weight: bold;
}


/*Google AdSense廣告樣式*/
.google-auto-placed{
    margin-bottom: 20px;
}
ins.adsbygoogle{
    margin-bottom:20px;
}
/*您可能想知道*/
.container-box .guess-like h2{
    border-bottom: 1px solid #dadce0;
    border-left: none;
    background: none;
    padding-left:0 ;
    margin: 0;
}
.guess-like-content .guess-like-wrapper{
    border-bottom: 1px solid #dadce0;
    overflow: hidden;
    padding: 0 15px;
}
.guess-like-wrapper:hover{
    background: #f8f8f8;
}
.guess-like-content{
    font-size: 18px;
}
.gl-title{
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.gl-left{
    width: 98%;
    display: block;
}
.gl-right{
    width: 2%;
    display: block;
}
.guess-like-content .gl-arrow{
    background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="%2370757a" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
    display: inline-block;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}
.gl-arrow.rotate{
    transform: rotate(180deg);
}
.gl-description{
    display: none;
    padding-bottom: 15px;
}
.gl-description.show{
    display: block;
}
.gl-info-bottom{
    font-size: 16px;
    margin-top: 10px;
}
.gl-info-bottom a:hover{
    text-decoration: underline;
}
/*您可能想知道*/

.wt-ads{
    background: #009ee7;
    display: block;
    width: 310px;
    height: 220px;
}
.wt-ads1{
    background: plum;
    display: block;
    width: 310px;
    height: 220px;
}
.wt-ads2{
    background: #4c99c2;
    display: block;
    width: 310px;
    height: 220px;
}
.wt-ads3{
    background: #21b989;
    display: block;
    width: 310px;
    height: 220px;
}
.wt-ads4{
    background: #009ee7;
    display: block;
    width: 310px;
    height: 220px;
}
.wt-ads5{
    background: #ff8421;
    display: block;
    width: 310px;
    height: 220px;
}
.wt-ads1-vertical{
    background: plum;
    display: block;
    width: 310px;
    height: 600px;
}

.wt-style{
    margin-bottom: 15px;
}

.wt-container-left{
    float: right;
    margin-top: 20px;
}

.nice-table-reviews th span{
    display: inline-table;
}
.wanda-s-button a{
    color: white;
    border-radius: 5px;
    background: #ff8421;
    width: 120px;
    height: 32px;
    line-height: 32px;
    display: inline-table;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.wanda-s-button a:hover{
    transform:translate(-2.5px,-2.5px);
    box-shadow:2.5px 2.5px 0 #b35d17;
    transition: 0.3s;
}
.wanda-s-center{
    width: 100%;
}

.wanda-center-box{
    margin: 0 auto;
}

/*隱藏式文章目錄樣式*/
.wt-menu{
    overflow: hidden;
}
.wt-menu-words{
    float: left;
    line-height: 32px;
}
.menu-toggle{
    float: left;
    display: block;
}
.menu-toggle img{
    vertical-align: middle;
    cursor: pointer;
}
.sub {
    display: none;
}

/*美元兌臺幣和港幣樣式*/

.main-content table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.main-content th, td {
    padding: 10px;
    border: 1px solid #ddd;
}
.main-content th {
    border: 1px solid #ddd;
}
.main-content input{
    padding: 5px;
}

.main-content .wt-exchangerate{
    width: 85px;
}

@media all and (max-width:479px){
	.main-content .wt-exchangerate{
        width: 30px;
	}
}
.main-content .outcome{
    width: 200px;
}

.main-content input{
    border: 1px solid #ddd;
}
.main-content button {
    padding: 9px 18px;
    background-color: #006ea9;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
}
.main-content button:hover {
    background-color: #005d8f;
}
.main-content button:active {
    background-color: #004c75;
    box-shadow: inset 1px 1px 2px #002b42;
}
#result {
    margin-top: 20px;
}
.wt-exchangerate-content{
    font-size: 14px;
}
.wt-exchangerate-content .wrapper{
    margin-left: 10px;
}

.container-box .add-border{
    border: 1px solid #666;
}


/*pre標籤複製按鈕樣式*/
.main-content pre.button-color{
    font-size: 18px;
}
.main-content .button-color button {
    padding: 9px 18px;
    background-color: #ff7200;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
}
.main-content .button-color button:hover {
    background-color: #e56700;
}
.main-content .button-color button:active {
    background-color: #cc5c00;
    box-shadow: inset 1px 1px 2px #803900;
}
.wt-right{
    margin-left: 10px;
}

/*pCloud ptt數據統計樣式*/
.ptt-container {
    margin: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ptt-bar-module {
    margin-top: 20px;
}

.ptt-bar-container {
    display: flex;
    margin-bottom: 10px;
}

.ptt-bar {
    height: 40px;
}

.ptt-positive {
    background-color: #006ea9;
}

.ptt-neutral {
    background-color: #ff8421;
}

.ptt-negative {
    background-color: #29b921;
}

.ptt-text-container {
    display: flex;
    gap: 10px;
}

.ptt-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}
.ptt-square{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.ptt-positive-c{
    background-color: #006ea9;
}
.ptt-neutral-c{
    background-color: #ff8421;
}
.ptt-negative-c{
    background-color: #29b921;
}

.info-module {
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.date {
    flex: 1;
    text-align: left;
    font-size: 18px;
}

.article {
    flex: 3;
    text-align: left;
    font-size: 18px;
}

.score {
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 29px;
    height: 24px;
    line-height: 24px;
}

.score.positive {
    background-color: #006ea9;
}

.score.neutral {
    background-color: #ff8421;
}

.score.negative {
    background-color: #29b921;
}

