File: /www/wwwroot//www.yndqf.com/ceshi/css/style.css
#red{
color: red;
}
#gray{
background: #f4f4f4;
}
#pink-b{
color: #c7254e;
background: #f9f2f4;
}
#pink{
color: #FF679A;
}
#bold{
font-weight: bold;
}
#name{
font-size: 1.4rem;
margin-bottom: -10px;
}
#red-b{
color: #fff;
background: #FF5A7A;
}
#line_click{
color: #fff;
background: #FF6A6A;
padding: 0 4px;
}
.container{
max-width: 700px;
margin: 0 auto;
overflow: hidden;
}
.main .title h1{
font-size: 1.5rem;
font-weight: normal;
}
.main .title .time{
font-size: .9rem;
color: #7d7d7d;
}
.main .statement{
margin: 10px 0;
background: #FFF1F1;
overflow: hidden;
}
.main .statement .top{
padding: 6px 0;
background: #D9126C;
color: #fff;
text-align: center;
font-size: 1.4rem;
box-shadow: 0 0 10px #999;
}
.main .statement .bottom{
padding: 10px;
}
.main .line-num{
margin: 20px 0;
padding: 10px;
border: 1px solid red;
}
.main .method{
position: relative;
display: inline-block;
background: #E81E74;
color: white;
font-weight: bold;
padding: 2px 20px;
margin-bottom: 20px;
}
.main .method .left{
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 10px;
height: 28px;
background: #910E46;
}
.main .method .right{
position: absolute;
top: 0;
right: 0;
display: inline-block;
width: 0;
height: 0;
border-width: 14px 10px 14px 0;
border-style: solid;
border-color: transparent white transparent transparent;
}
.main .spread{
margin: 10px 0;
background: #FFF1F1;
overflow: hidden;
}
.main .spread .top{
padding: 6px 0;
background: #D9126C;
color: #fff;
text-align: center;
font-size: 1.4rem;
box-shadow: 0 0 10px #999;
}
.main .spread .bottom{
padding: 10px;
}
.introduce{
width: 700px;
height: 150px;
padding: 0 4px;
display: table-cell;
vertical-align: middle;
-webkit-box-shadow: inset 0 4px 5px -3px #999;
box-shadow: inset 0 4px 5px -3px #999;
border-bottom: 1px solid #dbdbdb;
position: relative;
}
.introduce-box{
font-size: 0;
}
.introduce-box-left{
display: inline-block;
width: 20%;
margin-right: 6%;
position: relative;
}
.introduce-box-left img{
max-width: 100%;
border-radius: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-top: -90px;
margin-left: -30px;
}
.introduce-box-right{
display: inline-block;
width: 70%;
}
.introduce-box-right span{
font-size: 18px;
font-weight: bold;
}
.introduce-box-right p{
line-height: 14px;
color: #3f3f3f;
font-size: 14px;
}
.introduce .button{
width: 110px;
height: 35px;
background: #00b932;
border-radius: 6px;
text-align: center;
line-height: 35px;
position: absolute;
top: 30%;
right: 5%;
}
.introduce .button a{
color: white;
font-size: 16px;
}
.introduce .button:hover{
background: #01c700;
}
@media screen and (min-width: 640px){
.introduce-box-left img{margin-top: -120px; }
.introduce-box-right p{font-size: 16px;}
.introduce-box-right p span{font-size: 20px;}
}
@media screen and (max-width: 370px){
.introduce{height: 120px;}
.introduce-box-left img{margin-top: -80px;}
.introduce-box-right p{font-size: 12px; line-height: 12px;}
.introduce-box-right p span{font-size: 16px;}
.introduce .button{width: 90px; height: 30px; line-height: 27px;}
.introduce .button a{font-size: 13px;}
}
.comment{
margin: 20px 0;
padding: 0 15px;
font-size: .9rem;
}
.comment .title{
font-size: 1.1rem;
color: #C00000;
margin: 20px 0;
}
.comment .list{
padding: 20px 0;
border-bottom: 1px solid #f2f4f5;
}
.comment .list .head{
display: inline-block;
width: 10%;
vertical-align: middle;
}
.comment .list .head img{
width: 30px;
height: 30px;
border-radius: 50px;
}
.comment .list .name{
display: inline-block;
color: #006bb3;
}
.comment .list .top .text{
position: relative;
width: 75%;
margin-left: 10%;
padding: 10px;
background-color: #f2f4f5;
border-radius: 5px;
}
.comment .list .top .text:before{
position: absolute;
content: "";
width: 0;
height: 0;
right: 98%;
top: 10px;
border-bottom: 25px solid transparent;
border-right: 25px solid #f2f4f5;
transform: rotate(10deg);
}
.comment .list .bottom{
margin-top: 20px;
}
.comment .list .bottom .head{
float: right;
}
.comment .list .bottom .name{
float: right;
margin-right: 10px;
}
.comment .list .bottom .text{
position: relative;
width: 75%;
padding: 10px;
background-color: #d2ebf7;
border-radius: 5px;
margin-left: 10%;
}
.comment .list .bottom .text:before{
position: absolute;
content: "";
width: 0;
height: 0;
left: 98%;
top: 10px;
border-bottom: 25px solid transparent;
border-left: 25px solid #d2ebf7;
transform: rotate(-10deg);
}
.footer{
border-top: 1px solid #999;
}
.footer-nav{
margin-top: 10px;
}
.footer-nav a{
color: black;
font-size: 12px;
border-right: 1px solid black;
padding-right: 5px;
}
.footer-nav a:hover{
color: #104E8B;
}
.footer-nav a:last-child{
border-right: none;
}
.nav-br{
display: none;
height: 0;
}
@media screen and (max-width: 600px){
.footer{height: 134px;}
.nav-br{display: block;}
.footer-nav a:nth-child(4){border-right: none;}
}
@media screen and (max-width: 320px){
.footer{height: 134px;}
}
.guild{
max-width: 700px;
position: fixed;
bottom: 0;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
text-align:center;
}
.guild .id{
text-align: center;
color: #22a48a;
font-size: 15px;
line-height: 35px;
background: white;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}
.guild .button{
display: block;
background: #fff;
}
@charset "UTF-8";
.comment-block__private input[disabled],.sticky-box__pilot--price div {
pointer-events: none;
}
.btn--show-comments>span,.hotelc__info>div {
vertical-align: middle;
}
.discover-stream__watch-more a,.stream__watch-more a {
display: block;
border-top: 1px solid #f2f2f2;
margin-top: 20px;
padding: 13px 0;
font-size: 14px;
color: #4a4a4a;
text-align: center;
}
.discover-stream__watch-more a span,.stream__watch-more a span {
position: relative;
margin-left: -10px;
}
.discover-stream__watch-more a span:before,.stream__watch-more a span:before {
position: absolute;
top: 1px;
right: -13px;
width: 1px;
height: 8px;
background-color: #4a4a4a;
transform: rotate(-45deg);
content: '';
}
.discover-stream__watch-more a span:after,.stream__watch-more a span:after {
position: absolute;
top: 6px;
right: -13px;
width: 1px;
height: 8px;
background-color: #4a4a4a;
transform: rotate(45deg);
content: '';
}
.sticky-box--yp {
background: linear-gradient(to right,#fff,#fff,#fff,#fff,rgba(255,255,255,.9));
}
.sticky-box--yp b {
font-weight: 400;
}
.sticky-box.show {
text-align: left;
display: block;
transform: translateY(0);
}
.sticky-box--yp h3,.sticky-box__title {
height: 2.6em;
margin: 8px 30px 0 8px;
font-size: 17px;
line-height: 1.3em;
overflow: hidden;
}
.sticky-box__close {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
color: transparent;
}
.sticky-box__close::after {
content: "\00D7";
position: absolute;
top: 0;
right: 10px;
color: #c0c4c6;
font-size: 32px;
line-height: 1;
}
.sticky-box--yp .price,.sticky-box__slogan {
position: relative;
margin-left: 15px;
margin-top: 4px;
pointer-events: none;
}
.sticky-box--yp .new-price,.text-conspicuous {
font-size: 28px;
}
.text-conspicuous--green {
color: #39b54a;
}
.text-conspicuous--red {
color: #f04e2f;
}
.text-inconspicuous {
color: #aaa;
font-size: 14px;
}
.text-inconspicuous--deleted {
margin-left: .2em;
text-decoration: line-through;
}
.sticky-box--yp .old-price {
margin-left: .8em;
opacity: .4;
text-decoration: line-through;
}
.sticky-box__info {
padding-left: 30px;
color: #f04e2f;
font-size: 17px;
line-height: 2;
background: 5px center no-repeat;
}
.sticky-box__info--date {
background-image: url(images/calendar-icon.png);
}
.sticky-box__info--people {
background-image: url(images/person-icon.png);
}
.sticky-box--yp>a:not(.sticky-box__btn-link),.sticky-box__link--full-size {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sticky-box__info--date,.sticky-box__info--people,.sticky-box__link--button,.sticky-box__link--description,.sticky-box__link--price,.sticky-box__link--title {
color: inherit;
}
.sticky-box--yp>a:not(.sticky-box__btn-link) {
box-sizing: border-box;
padding-left: 15px;
}
.sticky-box__btn {
position: absolute;
right: 10px;
bottom: 10px;
padding: 10px 20px;
color: #fff;
font-size: 13px;
background-color: #000;
border-radius: 3px;
}
.sticky-box__btn--red {
background-color: #f04e2f;
}
.sticky-box__btn--pink {
background-color: #f69;
}
.sticky-box__btn--blue {
background-color: #00aef0;
}
.sticky-box__btn--dark-blue {
background-color: #0b86d8;
}
#web_push {
transform: translate(0,-100px);
}
.hotelc-box,.hotelc__compare,.hotelc__info__name,.hotelc__info__place,.hotelc__info__star__txt,.hotelc__price {
color: #565a5c;
}
.border-top-1 {
border-top: 1px solid #d8d8d8;
}
.text-right {
text-align: right;
}
.full-width {
width: 100%;
}
.nowrap {
white-space: nowrap;
}
.hotelc__loading-link,.hotelc__notes a {
color: #565a5c;
text-decoration: underline;
}
.hotelc__notes {
margin: 10px;
line-height: 1.5;
text-align: center;
}
.hotelc__btn,.hotelc__header {
height: 50px;
color: #fff;
line-height: 50px;
text-align: center;
}
.hotelc__notes--last {
margin-bottom: 0;
}
.hotelc__btn {
display: block;
margin: 0 10px;
}
.hotelc__btn--blue {
background-color: #199bfc;
}
.hotelc__btn--red {
background-color: #ff5a60;
}
.hotelc__btn--green {
background-color: #78ba36;
}
.hotelc__header {
position: relative;
background-color: #199bfc;
}
.hotelc__header::before {
content: "";
position: absolute;
left: calc(50% - .5em);
bottom: -.5em;
width: 1em;
height: 1em;
background-color: #199bfc;
transform: rotate(45deg) translate(-1px,-1px);
}
.hotelc__block1 {
background-image: linear-gradient(to bottom,#f0f0f0,#fff);
}
.hotelc__info {
display: table;
}
.hotelc__block1 .hotelc__info {
margin-bottom: -5px;
padding: 15px 10px 0;
}
.hotelc__info>div {
display: table-cell;
line-height: 1.4;
}
.hotelc__table--avg {
position: relative;
}
.hotelc__table--avg::after {
content: "";
display: table;
clear: both;
}
.hotelc__table--avg>div {
position: relative;
float: left;
width: 50%;
overflow: hidden;
}
.hotelc__table--avg--60>div {
height: 60px;
}
.hotelc__table--avg--scale>div {
height: 35vw;
}
.hotelc__table--avg--inside-border>div:first-child::after {
content: "";
position: absolute;
top: 25%;
right: 0;
height: 50%;
border-right: 1px solid #d8d8d8;
}
.hotelc__table--avg>div>div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.single--b .hotelc__table--avg {
background-color: #f6f6f6;
}
.single--b .hotelc__table--highline {
border: 1px solid;
background-color: #fff;
}
.single--b .hotelc__table--highline--red {
border-color: #ff5a60;
}
.hotelc__info__img {
width: 160px;
height: 120px;
margin-right: 10px;
background-image: url(/coblog/img/hotelc-bed.gif);
background-size: cover;
background-position: center;
}
.full-width>img {
width: 100%;
max-width: calc(100% - 20px);
padding: 0 10px;
}
.hotelc__info__name,.hotelc__info__rating {
font-size: 18px;
}
.hotelc__info__rating {
color: #35a0da;
}
.hotelc__info__star--gray,.hotelc__info__star--yellow {
display: inline-block;
width: 12px;
height: 12px;
background-image: url(/coblog/img/icon-star.png);
}
.hotelc__info__star--yellow {
background-position: -27px -5px;
}
.hotelc__info__star--gray {
background-position: -5px -5px;
}
.hotelc__info__star__txt {
padding-left: .6em;
}
.hotelc__date-btn-container {
padding: 20px 10px 10px;
}
.hotelc__date-btn {
position: relative;
box-sizing: border-box;
height: 40px;
border: 1px solid #d8d8d8;
background-color: #fff;
}
.hotelc__date-btn__date,.hotelc__date-btn__text {
position: absolute;
line-height: 40px;
}
.hotelc__date-btn__text {
padding-left: 2.5em;
}
.hotelc__date-btn__text::before {
content: "";
position: absolute;
top: 8px;
left: 9px;
width: 25px;
height: 25px;
background: url(/coblog/img/svg/icon-calendar.svg) no-repeat;
background-size: 23px 23px;
}
.hotelc__date-btn__date {
left: 0;
right: 0;
padding-right: 10px;
text-align: right;
}
.hotelc__date-inputs {
height: 0;
overflow: hidden;
}
.hotelc__loading {
text-align: center;
}
.hotelc__loading-icon {
padding: 75px 0 25px 1px;
background: url(/coblog/img/svg/icon-hotelloading.svg) center 0 no-repeat;
background-size: contain;
}
.hotelc__loading-link {
display: inline-block;
line-height: 2.5;
}
.hotelc__nodata {
display: none;
margin: -10px 0 15px;
}
.hotelc__result {
display: none;
margin-top: -5px;
}
.hotelc__result__list {
padding: 0 10px;
}
.single--b .hotelc__btn {
margin: 0;
}
.hotelc__result--multi {
padding-top: 10px;
}
.hotelc__price--green {
color: #78ba36;
}
.hotelc__price--red {
color: #e8604a;
}
.hotelc__price span {
padding-left: 10px;
}
.hotelc__compare,.hotelc__info__place,.hotelc__info__star,.hotelc__info__star__txt,.hotelc__notes {
font-size: 14px;
}
.hotelc__date-btn__date,.hotelc__date-btn__text,.hotelc__loading-icon,.hotelc__result__list .hotelc__price {
font-size: 16px;
}
.hotelc__btn,.hotelc__header,.hotelc__result--multi .hotelc__price,.hotelc__result__list .hotelc__price span,.hotelc__table--highline .hotelc__price {
font-size: 20px;
}
.hotelc__result--multi .hotelc__price span {
font-size: 24px;
}
.single--b .hotelc__table--highline span {
font-size: 28px;
}
.icon-arrow--down {
width: 12px;
max-height: 24px;
margin-left: 10px;
}
.icon-arrow--right {
width: 10px;
max-height: 20px;
margin-left: 10px;
}
.icon-arrow-container {
display: inline-block;
width: 0;
}
.hotelc__date-btn,.hotelc__loading-link {
margin-bottom: 10px;
}
.hotelc__logo {
width: 130px;
height: 30px;
background: url(/coblog/img/hotelc-logo.png) center no-repeat;
}
.octopus .related__img {
border: none;
margin: 0 0 10px;
padding: 0;
}
.related-container {
line-height: normal;
}
.related {
text-align: left;
position: relative;
width: 100%;
margin: 0;
border: 0;
background: #fff;
overflow: hidden;
}
.related__title {
margin: 10px;
font-size: 17px;
color: #357ecd;
}
.related__subtitle {
display: block;
margin: -5px 10px 10px;
font-size: 13px;
color: #e00025;
}
.related__description {
padding-left: 20px;
overflow: hidden;
}
.related__description__row {
margin: 3px 0;
font-size: 12px;
color: #999;
list-style: disc;
}
.related__reserve {
display: inline-block;
float: right;
margin: 10px;
padding: 8px 15px;
color: #fff;
background: #e00025;
border-radius: 5px;
}
.related__price {
float: left;
margin: 8px 8px 8px 10px;
}
.related__new-price {
font-size: 30px;
color: #e00025;
}
.related__old-price {
font-weight: 400;
color: #999;
text-decoration: line-through;
}
.hotels-search {
text-align: center;
background-color: #ffbb39;
}
.recommend-diy {
text-align: center;
margin-bottom: 15px;
}
.styleme-stickybox {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
background-color: #fff;
display: none;
}
.sticky-box~.styleme-stickybox,.styleme-stickybox .octopus.zone3:not(:empty) {
display: none!important;
}
.styleme-stickybox,.styleme-stickybox * {
box-sizing: border-box;
margin: 0;
padding: 0;
border: none;
text-decoration: none;
}
.styleme-stickybox.live {
display: block;
}
.styleme-stickybox .styleme-stickybox__header,.styleme-stickybox .styleme-stickybox__main {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.styleme-stickybox .styleme-stickybox__header {
height: 30px;
border-top: 1px solid;
padding-left: 20px;
color: #161617;
font-size: 13px;
line-height: 32px;
background-color: #fff;
}
.styleme-stickybox .styleme-stickybox__main {
border-top: 1px solid;
background-color: #fff;
transition: transform .5s;
transform: translate(0,100%);
}
.styleme-stickybox .styleme-stickybox__main::before {
content: "您可能會有興趣的 styleMe 文章";
box-sizing: border-box;
display: block;
height: 25px;
margin: 0 20px;
border-bottom: 1px solid #adb1b3;
color: #6e7071;
font-size: 13px;
line-height: 27px;
text-align: center;
}
.styleme-stickybox.show .styleme-stickybox__main {
transform: translate(0,0);
}
.styleme-stickybox .styleme-stickybox__toggle-btn {
position: absolute;
top: -30px;
right: 0;
width: 30px;
height: 30px;
background: url(/images/blog/post/mobile/octopus/icon-arrow--top.svg) center no-repeat #161617;
transition: transform .5s;
transform: rotate(0);
}
.styleme-stickybox.show .styleme-stickybox__toggle-btn {
transform: rotate(180deg);
}
.styleme-stickybox .styleme-stickybox__body {
display: flex;
align-items: center;
}
.styleme-stickybox .styleme-stickybox__body::-webkit-scrollbar {
display: none;
}
.styleme-stickybox .styleme-stickybox__slide-btn {
flex-shrink: 0;
width: 40px;
height: 95px;
outline: 0;
background: center no-repeat;
}
.styleme-stickybox .styleme-stickybox__slide-btn--left {
background-image: url(/images/blog/post/mobile/quicknav/quicknav-arrow-left--sm.svg);
}
.styleme-stickybox .styleme-stickybox__slide-btn--right {
background-image: url(/images/blog/post/mobile/quicknav/quicknav-arrow-right--sm.svg);
}
.styleme-stickybox .styleme-block__articles {
flex-grow: 1;
overflow: hidden;
}
.styleme-stickybox .styleme-block-list {
display: flex;
transition: transform .5s;
}
.comment,.comment-block {
transition: transform .3s;
}
.styleme-stickybox .styleme-block-list.slide-0 {
transform: translate(0,0);
}
.styleme-stickybox .styleme-block-list.slide-1 {
transform: translate(-100%,0);
}
.styleme-stickybox .styleme-block-list.slide-2 {
transform: translate(-200%,0);
}
.styleme-stickybox .styleme-block-list.slide-3 {
transform: translate(-300%,0);
}
.styleme-stickybox .styleme-block {
display: flex;
width: 100%;
flex-shrink: 0;
}
.styleme-stickybox .styleme-block a {
display: flex;
}
.styleme-stickybox .styleme-block__image {
flex-shrink: 0;
width: 80px;
height: 80px;
-o-object-fit: cover;
object-fit: cover;
}
.styleme-stickybox .styleme-block__text {
display: flex;
padding-left: 10px;
flex-direction: column;
justify-content: space-between;
}
.styleme-stickybox .styleme-block__title {
height: 3.6em;
color: #161617;
font-size: 16px;
line-height: 1.2;
align-items: center;
word-break: break-all;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
}
.styleme-stickybox .styleme-block__author {
color: #6e7071;
font-size: 13px;
}
.private input {
height: 40px;
outline: 0;
border-radius: 4px;
}
.private input::-webkit-input-placeholder {
color: #adb1b2;
}
.private input:-ms-input-placeholder {
color: #adb1b2;
}
.private input::placeholder {
color: #adb1b2;
}
.private input.input--error {
border-color: #f07272;
}
.private .private__error-msg {
height: 0;
margin: 5px 0 -5px 10px;
color: #f07272;
font-size: 13px;
letter-spacing: .05em;
}
.private .private__button,.private button {
display: block;
width: 100%;
line-height: 40px;
margin-top: 40px;
border: 0;
padding: 0;
color: #006ac6;
font-size: 16px;
font-weight: 100;
letter-spacing: .1em;
text-shadow: none;
background: #f3f4f5;
border-radius: 6px;
}
.private--friend-only {
padding-top: 150px;
font-size: 13px;
text-align: center;
background: url(/images/blog/post/mobile/icon_article_friends.svg) center 60px no-repeat;
}
.private--friend-only div {
margin: 0 25px;
}
.private {
border: 0!important;
color: #161717!important;
}
.private--no-article {
padding-top: 130px;
font-size: 13px;
text-align: center;
background: url(/images/blog/post/mobile/icon_article_noarticle.svg) center 40px no-repeat;
}
.btn--show-comments {
width: 100%;
height: 40px;
margin-top: 40px;
border: 0;
color: #fff;
font-size: 16px;
line-height: 35px;
background-color: #006ac6;
outline-color: #006ac6;
border-radius: 6px;
}
.btn--show-comments:disabled {
opacity: .6;
}
.btn--show-comments__dialog {
display: inline-block;
width: 35px;
height: 37px;
color: #006ac6;
font-size: 13px;
font-weight: 800;
text-indent: -.2em;
background: url(/images/blog/post/mobile/articlecomment/comment.svg) center no-repeat;
}
.btn--show-comments__dialog--disabled {
background-image: url(/images/blog/post/mobile/articlecomment/comment--disabled.svg);
}
.comment-block {
position: fixed;
top: 0;
left: 100%;
right: -100%;
bottom: 0;
z-index: 110000;
display: flex;
flex-direction: column;
background-color: #fff;
will-change: top;
}
.comment-block.active {
transform: translate(-100%,0);
}
.comment-block__header {
display: flex;
flex-grow: 0;
flex-shrink: 0;
height: 45px;
align-items: center;
box-shadow: 0 1px 5px 0 rgba(110,112,113,.2);
}
.comment-block__header__btn {
margin-left: 10px;
padding: 10px;
flex-grow: 0;
}
.comment-block__header__title {
flex-grow: 1;
font-size: 16px;
text-align: center;
text-indent: -45px;
line-height: 45px;
}
.comment-block__main {
flex-grow: 1;
padding: 0 20px;
overflow: scroll;
}
.comment-block__main--gray {
padding: 10px;
background: #f2f4f5;
}
.comment-block__main--no-message {
text-align: center;
}
.comment-block__main__hero {
height: 155px;
padding-top: 70px;
font-size: 13px;
}
.comment-block__main__hero img {
margin-bottom: 10px;
}
.comment-block__main__hero p {
margin-top: 5px;
}
.comment__btn {
display: block;
width: 100%;
height: 40px;
border: 0;
line-height: 40px;
outline-color: #006ac6;
border-radius: 6px;
}
.comment__btn--gray {
color: #006ac6;
background-color: #f3f4f5;
}
.comment__btn--blue {
color: #fff;
background-color: #006ac6;
}
.comment-block__footer {
flex-grow: 0;
flex-shrink: 0;
padding: 10px 20px;
border-top: 1px solid rgba(110,112,113,.2);
box-shadow: 0 -1px 5px 0 rgba(110,112,113,.2);
}
.comment {
padding: 15px 0;
font-family: NotoSansCJKtc;
font-size: 13px;
letter-spacing: .06em;
transform: translate(0,0);
}
.comment:last-child {
border-bottom: 0;
}
.comment--hide-left {
transform: translate(-120%,0);
}
.comment__header {
display: flex;
align-items: center;
}
.comment__blogger .comment__header {
justify-content: flex-end;
}
.comment--gray {
color: #6e7071;
}
.comment__name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.comment__avatar {
flex-shrink: 0;
width: 30px;
height: 30px;
border-radius: 50%;
}
.comment__visitor .comment__avatar {
margin-right: 10px;
}
.comment__blogger .comment__avatar {
margin-left: 10px;
}
.comment__avatar--lock {
background: url(/images/blog/post/mobile/articlecomment/icon-lock--black.png) center no-repeat;
background-size: 50%;
}
.comment__visitor .comment__avatar--lock {
background-color: #f2f4f5;
}
.comment__blogger .comment__avatar--lock {
background-color: #d2ebf7;
}
.comment__blogger__name {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.comment__blogger__avatar {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 50%;
}
.comment__blogger__avatar--lock {
background: url(/images/blog/post/mobile/articlecomment/icon-lock--black.png) center no-repeat #f2f4f5;
background-size: 50%;
}
.comment__main {
background-repeat: no-repeat;
background-size: 25px;
}
.comment__visitor .comment__main {
padding-left: 30px;
background-image: url(/images/blog/post/mobile/articlecomment/speech-arrow--visitor.png);
background-position: 15px 0;
}
.comment__blogger .comment__main {
padding: 0 25px 0 35px;
background-image: url(/images/blog/post/mobile/articlecomment/speech-arrow--blogger.png);
background-position: top right 10px;
}
.comment__bubble {
min-height: 1em;
padding: 8px;
line-height: 1.4;
word-wrap: break-word;
border-radius: 4px;
}
.comment__visitor .comment__bubble {
background-color: #f2f4f5;
}
.comment__blogger .comment__bubble {
background-color: #d2ebf7;
}
.comment__footer {
margin: 5px 10px 0 0;
color: #6e7071;
}
.comment__footer time {
margin-top: 2px;
flex-grow: 1;
font-size: 12px;
text-align: right;
}
.comment__visitor .comment__footer {
display: flex;
flex-shrink: 0;
align-items: center;
}
.comment__blogger .comment__footer {
margin-left: 5px;
}
.comment__footer__btn {
height: 20px;
outline: 0;
border: 0;
padding-left: 22px;
margin-right: 10px;
background: 0 center no-repeat;
background-size: 20px;
}
.comment__footer__btn--delete {
background-image: url(/images/blog/post/mobile/articlecomment/action/icon-delete.png);
}
.comment__footer__btn--reply {
background-image: url(/images/blog/post/mobile/articlecomment/action/icon-reply.png);
}
.replying .comment__footer__btn--reply {
color: #006ac6;
background-image: url(/images/blog/post/mobile/articlecomment/action/icon-reply--blue.png);
}
.comment__visitor+.comment__blogger {
margin-top: 20px;
}
.comment__icon--lock {
flex-grow: 0;
flex-shrink: 0;
width: 12px;
height: 12px;
margin-left: 5px;
background: url(/images/blog/post/mobile/articlecomment/icon-lock--black.png) center no-repeat;
background-size: cover;
}
.comment-block__card__header__row .comment__name,.comment__input {
margin-left: 10px;
}
.comment-block__card {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
background: #fff;
box-shadow: 0 -2px 4px 0 rgba(110,112,113,.3);
border-radius: 10px 10px 0 0;
transform: translate(0,110%);
transition: transform .6s;
}
.comment-block__card.active {
transform: translate(0,0);
}
.comment-block__card__header {
box-shadow: 0 1px 5px 0 rgba(110,112,113,.2);
}
.comment-block__card__header__row {
display: flex;
padding-top: 5px;
align-items: center;
justify-content: stretch;
}
.comment-block__card__header__row--padding {
padding: 5px 20px 10px;
}
.comment__grow {
flex-grow: 1;
}
.comment__error {
opacity: 0;
color: #f07272;
font-size: 13px;
}
.with-error>.comment__error {
opacity: 1;
}
.comment__input {
width: 120px;
height: 30px;
outline-color: #006ac6;
border: 1px solid #adb1b2;
padding: 0 5px;
font-size: 13px;
border-radius: 4px;
}
.with-error>.comment__input {
outline-color: #f07272;
border-color: #f07272;
}
.comment__input--authcode {
width: 180px;
height: 30px;
margin: 0 0 5px;
outline: 0;
padding: 10px;
color: #6e7071;
font-size: 12px;
border-color: #f2f4f5;
}
.with-error>.comment__input--authcode::-webkit-input-placeholder {
color: #f07272;
}
.with-error>.comment__input--authcode:-ms-input-placeholder {
color: #f07272;
}
.with-error>.comment__input--authcode::placeholder {
color: #f07272;
}
.comment-block__textarea {
display: block;
box-sizing: border-box;
width: 100%;
min-height: 200px;
outline: 0;
border: 1px solid #f2f4f5;
border-bottom-color: #fff;
padding: 15px;
font-size: 13px;
line-height: 1.5;
background-color: #fff;
border-radius: 4px 4px 0 0;
}
.comment-block__textarea:empty::after {
content: "想說些什麼呢?";
color: #adb1b2;
}
.comment-block__textarea--error {
border-color: #f07272;
}
.comment-block__textarea--error:empty::after {
content: "請輸入留言內容";
color: #f07272;
}
.comment-block__authcode-container {
margin-top: 10px;
text-align: center;
}
.comment-block__private {
border: 1px solid #f2f4f5;
border-top-color: #fff;
padding: 0 10px 5px;
color: #161717;
font-size: 12px;
line-height: 1.5;
background: #fff;
border-radius: 0 0 4px 4px;
overflow: hidden;
}
.comment-block__private.comment-block__private--gray {
color: #adb1b2;
}
.comment-block__private input {
width: 15px;
height: 15px;
border: 1px solid #161717;
}
.comment-block__private img,.comment-block__private input {
margin-right: 5px;
}
.comment-block__private__row {
height: 35px;
display: flex;
align-items: center;
}
.comment-block__private__row-top {
align-items: flex-start;
}
.comment-private__info {
line-height: 1.5;
transform: translate(0,1.6em);
transition: transform .3s;
}
.comment-private__info.active,.quick-navs__main__slideshow.slide-0 {
transform: translate(0,0);
}
.comment-private__notice {
color: #161717;
}
.comment-private__notice a {
border-bottom: 1px solid;
color: #006ac6;
}
.comment__reply-block {
padding: 10px 20px 15px;
margin: 5px -20px 0;
text-align: center;
background-color: #f2f4f5;
}
.comment__reply-block textarea {
width: 100%;
height: 100px;
max-width: 100%;
}
.comment__btn-action {
width: 100px;
height: 30px;
margin: 15px 15px 0;
border: 1px solid #006ac6;
color: #006ac6;
background-color: transparent;
}
.comment__btn-action--blue {
color: #fff;
background-color: #006ac6;
}
.comment-block__success-msg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: #006ac6;
font-size: 20px;
text-align: center;
background: #fff;
visibility: hidden;
border-radius: 10px 10px 0 0;
opacity: 0;
transition: opacity .3s;
}
.showing-msg .comment-block__success-msg {
visibility: visible;
opacity: 1;
}
.comment-block__success-msg__icon {
padding: 110px 0 25px;
}
.quick-navs {
margin: 40px 0 0;
border: 0;
padding: 0;
box-shadow: 0 1px 4px 0 rgba(110,112,113,.4);
}
.quick-navs img {
margin: 0;
border: 0;
padding: 0;
}
.quick-navs__header {
padding: 12px 20px;
color: #6e7071;
font-size: 13px;
}
.quick-nav {
display: flex;
align-items: center;
border-top: 1px solid #f3f4f5;
}
.quick-nav--right {
justify-content: flex-end;
}
.quick-nav__padding {
width: 20px;
flex-shrink: 0;
}
.quick-nav__text {
margin: 0;
max-height: 3em;
padding: 0;
color: #161717;
font-weight: 600;
line-height: 1.5;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
}
.quick-nav__cover-container {
width: 100%;
height: calc(60vw - 24px);
}
.quick-nav__cover {
width: 100%!important;
}
.quick-navs__main {
overflow: hidden;
}
.quick-navs__main__slideshow {
display: flex;
transition: transform .3s;
will-change: transform;
}
.quick-navs__main__slideshow.slide-1 {
transform: translate(-100%,0);
}
.quick-navs__main__slideshow.slide-2 {
transform: translate(-200%,0);
}
.quick-navs__main__slideshow.slide-3 {
transform: translate(-300%,0);
}
.quick-navs__main__slideshow.slide-4 {
transform: translate(-400%,0);
}
.quick-navs__main__slideshow.slide-5 {
transform: translate(-500%,0);
}
.quick-navs__main__slideshow.slide-6 {
transform: translate(-600%,0);
}
.quick-navs__main__slideshow.slide-7 {
transform: translate(-700%,0);
}
.quick-navs__main__slideshow.slide-8 {
transform: translate(-800%,0);
}
.quick-navs__main__slideshow.slide-9 {
transform: translate(-900%,0);
}
.quick-navs__main__slideshow .quick-nav {
width: 100%;
flex-shrink: 0;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
background: url(/images/blog/post/mobile/quicknav/article-cover.svg) center 20% no-repeat;
background-size: 40%;
}
.quick-navs__main__slideshow .quick-nav__text {
height: 4.5em;
max-height: 4.5em;
margin: 10px 20px 15px;
-webkit-line-clamp: 3;
}
.quick-navs__footer {
display: flex;
height: 40px;
align-items: center;
justify-content: center;
}
.quick-navs__footer .quick-nav__btn {
margin: 0 20px;
padding: 10px;
}
.discover-stream {
margin: 40px 0;
padding: 0 20px;
box-shadow: 0 2px 4px 0 rgba(110,112,113,.2);
}
.discover-stream__stream-icon {
width: 20px;
height: 20px;
margin-right: 5px;
vertical-align: middle;
}
.discover-stream__title {
display: inline-block;
font-size: 13px;
font-weight: 300;
letter-spacing: .4px;
color: #161717;
}
.discover-stream__list {
border-top: 1px solid #f3f4f5;
margin-top: 16px;
}
.discover-stream__item {
border: 1px solid #e9e9e9;
margin: 16px 0;
}
.discover-stream__link {
display: block;
}
.discover-stream__topic-cover {
width: 100%;
height: 150px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.discover-stream__topic-info {
padding: 12px 10px 10px;
}
.discover-stream__topic-discussion-wrap {
position: relative;
height: 26px;
font-size: 12px;
color: #81828e;
}
.discover-stream__topic-title {
margin-bottom: 10px;
font-size: 14px;
color: #4a4a4a;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.discover-stream__topic-user {
position: absolute;
left: 0;
}
.discover-stream__topic-discussion {
position: absolute;
right: 0;
line-height: 26px;
}
.discover-stream__topic__item {
display: inline-block;
float: right;
margin-right: -8px;
}
.discover-stream__topic__user-avatar {
width: 20px;
height: 20px;
border: 2px solid #fff;
border-radius: 50%;
}
.discover-stream__topic-main,.discover-stream__topic-subscriptions {
display: none;
}
.hot-articles {
background-color: #fff;
}
.hot-articles.hot-articles-section-1 .hot-article:nth-child(1) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-1.svg);
}
.hot-articles.hot-articles-section-1 .hot-article:nth-child(2) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-2.svg);
}
.hot-articles.hot-articles-section-1 .hot-article:nth-child(3) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-3.svg);
}
.hot-articles.hot-articles-section-1 .hot-article:nth-child(4) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-4.svg);
}
.hot-articles.hot-articles-section-1 .hot-article:nth-child(5) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-5.svg);
}
.hot-articles.hot-articles-section-2 .hot-article:nth-child(1) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-6.svg);
}
.hot-articles.hot-articles-section-2 .hot-article:nth-child(2) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-7.svg);
}
.hot-articles.hot-articles-section-2 .hot-article:nth-child(3) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-8.svg);
}
.hot-articles.hot-articles-section-2 .hot-article:nth-child(4) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-9.svg);
}
.hot-articles.hot-articles-section-2 .hot-article:nth-child(5) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-10.svg);
}
.hot-articles.hot-articles-section-3 .hot-article:nth-child(1) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-11.svg);
}
.hot-articles.hot-articles-section-3 .hot-article:nth-child(2) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-12.svg);
}
.hot-articles.hot-articles-section-3 .hot-article:nth-child(3) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-13.svg);
}
.hot-articles.hot-articles-section-3 .hot-article:nth-child(4) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-14.svg);
}
.hot-articles.hot-articles-section-3 .hot-article:nth-child(5) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-15.svg);
}
.hot-articles.hot-articles-section-4 .hot-article:nth-child(1) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-16.svg);
}
.hot-articles.hot-articles-section-4 .hot-article:nth-child(2) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-17.svg);
}
.hot-articles.hot-articles-section-4 .hot-article:nth-child(3) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-18.svg);
}
.hot-articles.hot-articles-section-4 .hot-article:nth-child(4) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-19.svg);
}
.hot-articles.hot-articles-section-4 .hot-article:nth-child(5) .hot-article__info {
background-image: url(/images/blog/post/mobile/hotarticle/number-20.svg);
}
.hot-articles__header {
height: 39px;
padding-left: 20px;
border-bottom: 1px solid #f3f4f5;
color: #6e7071;
font-size: 13px;
line-height: 40px;
}
.hot-articles__main {
padding: 0 20px;
}
.hot-article {
display: block;
border-bottom: 1px solid #f3f4f5;
padding: 20px 0 15px;
}
.hot-article:last-child {
border-bottom: 0;
}
.hot-article__cover {
width: 100%;
margin-bottom: 10px;
height: calc(60vw - 24px);
-o-object-fit: cover;
object-fit: cover;
}
.hot-article__info {
padding-left: 35px;
vertical-align: top;
color: #161717;
font-size: 13px;
line-height: 1.5;
background: no-repeat;
}
.hot-article__data,.hot-article__msg {
display: none;
}
.hot-article__title {
max-height: 4.5em;
font-weight: 500;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
}
.hot-article__meta {
margin-top: 5px;
color: #6e7071;
}
.pix-related-post .relative-tilte {
border-bottom: 1px solid #f3f4f5;
padding-left: 20px;
color: #6e7071;
font-size: 13px;
line-height: 39px;
}
.pix-related-post .relative-list {
padding: 0 20px;
}
.pix-related-post .relative-item {
border-bottom: 1px solid #f3f4f5;
padding-top: 15px;
padding-bottom: 15px;
}
.pix-related-post .thumb-img {
display: block;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.pix-related-post .relative__label-container {
margin-top: 5px;
}
.pix-related-post .relative__label-container a,.pix-related-post .relative__label-container div {
display: inline-block;
margin-right: 10px;
padding: 7px 8px;
color: #6e7071;
font-size: 13px;
background-color: #f3f4f5;
border-radius: 6px;
}
.pix-related-post .title {
max-height: 3em;
margin-top: 5px;
font-size: 13px;
font-weight: 500;
line-height: 1.5;
line-height: 22px;
letter-spacing: .05em;
color: #161717;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
}
.pix-related-post .relative__main-date {
display: none;
}
.relative-banner-ad {
text-align: center;
}
.relative-banner-ad img {
width: 100%;
}
.footer {
font-size: 13px;
text-align: center;
background-color: #f3f4f5;
}
.footer__btn {
width: 100%;
outline: 0;
border: 0;
color: #161717;
line-height: 32px;
background-color: rgba(255,255,255,.5);
}
.footer__content {
padding: 15px 0 50px;
color: #6e7071;
line-height: 2;
}
.footer__center {
display: flex;
align-items: center;
justify-content: center;
}
.footer__center.footer__btn {
display: block;
}
.footer__center img {
margin-left: 5px;
margin-right: 10px;
vertical-align: middle;
}
.article-footer-tags {
border: 1px solid #e0e0e0;
border-radius: 6px;
box-shadow: none;
}
.article-footer-tags .tag__header {
position: relative;
height: auto;
border-bottom: 1px solid #e0e0e0;
margin-left: 20px;
margin-right: 20px;
padding-left: 0;
padding-bottom: 12px;
text-align: center;
}
.article-footer-tags .tag__header::before {
content: "";
position: absolute;
top: -3px;
display: block;
width: 28px;
height: 28px;
background: url(/images/tag/icon-flag-tag.svg) center no-repeat;
}
.article-footer-tags .tag__header-sub-title,.article-footer-tags .tag__header-title {
letter-spacing: 2px;
color: #303030;
}
.article-footer-tags .tag__header-title {
font-weight: 500;
font-size: 18px;
}
.article-footer-tags .tag__header-title .tag__header-icon {
position: relative;
top: 2px;
display: inline-block;
margin: 0 5px;
width: 18px;
height: 18px;
background: url(/images/tag/icon-tag@2x.png) center no-repeat;
background-size: contain;
}
.article-footer-tags .tag__header-sub-title {
font-weight: 400;
font-size: 14px;
line-height: normal;
}
.article-footer-tags .tag__main {
padding-top: 5px;
}
.article-footer-tags .tag__block {
overflow: hidden;
margin-top: 15px;
margin-right: 15px;
text-overflow: ellipsis;
white-space: nowrap;
}
.article-footer-tags .tag__block.tag__block--followed>.tag-follow-btn {
background: url(/images/tag/icon-tagok.svg) center no-repeat;
}
.article-footer-tags .tag {
display: inline-block;
padding: 0 12px;
margin: 0;
border-bottom: 0;
font-size: 14px;
line-height: 25px;
letter-spacing: 1.3px;
color: #33a6b8;
background-color: #eff8f9;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.article-footer-tags .tag::before {
content: "#";
position: relative;
left: 3px;
}
.article-footer-tags .tag-follow-btn {
float: right;
border: none;
margin-left: 3px;
width: 25px;
height: 25px;
background: url(/images/tag/btn-tagtick.svg) center no-repeat;
}
.article-footer-tags.article-footer-tags--hide-follow .tag {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.article-footer-tags.article-footer-tags--hide-follow .tag-follow-btn {
display: none;
}
.article-footer-tags.article-footer-tags--follow-border .tag-follow-btn {
background: url(/images/tag/btn_tagok_outline.svg) center no-repeat;
}
.origin-tags .tag__block {
display: inline-block;
}
.origin-tags .tag {
display: block;
}
.origin-tags .tag-follow-btn {
display: none;
}
.loading-container {
display: flex;
min-height: 200px;
align-items: center;
justify-content: center;
}
.loading-container.loading-container--sm {
min-height: 75px;
}
.loading-container.loading-container--sm .loading {
width: 8px;
height: 8px;
}
.loading-container .loading {
position: relative;
width: 12px;
height: 12px;
animation: front-loading-rotate 1s ease-in-out infinite;
}
.loading-container .loading>span,.loading-container .loading>span::after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.loading-container .loading>span:nth-child(1) {
transform: rotate(0) translate(200%,0);
}
.loading-container .loading>span:nth-child(2) {
transform: rotate(72deg) translate(200%,0);
}
.loading-container .loading>span:nth-child(3) {
transform: rotate(144deg) translate(200%,0);
}
.loading-container .loading>span:nth-child(4) {
transform: rotate(216deg) translate(200%,0);
}
.loading-container .loading>span:nth-child(5) {
transform: rotate(288deg) translate(200%,0);
}
.loading-container .loading>span::after {
content: "";
background-color: #33a6b8;
border-radius: 50%;
animation: front-loading-scale .5s ease infinite alternate;
}
@keyframes front-loading-rotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}
@keyframes front-loading-scale {
from {
transform: scale(.5);
}
to {
transform: scale(1);
}
}
.hide {
display: none;
}
.show {
display: block!important;
}
.transparent {
height: 0;
opacity: 0;
transition: opacity .1s;
}
.article-body>.qcard {
position: relative;
display: none;
margin: 30px calc(50% - 50vw);
padding: 20px 0 10px;
overflow-wrap: break-word;
background-color: #fff2d5;
}
.article-body>.qcard * {
box-sizing: border-box;
}
.article-body>.qcard p {
color: #4a4a4a;
}
.article-body>.qcard .qcard__desc,.article-body>.qcard .qcard__title {
color: #303030;
text-align: center;
}
.article-body>.qcard .qcard__title {
font-size: 16px;
font-weight: 500;
line-height: normal;
letter-spacing: 1.6px;
}
.article-body>.qcard .qcard__desc {
font-size: 14px;
letter-spacing: 1.9px;
}
.article-body>.qcard .qcard__modal--question {
position: absolute;
top: 10px;
right: 10px;
}
.article-body>.qcard .qcard__modal--question .qcard__modal-button {
width: 20px;
height: 20px;
border: none;
background: url(/images/blog/post/mobile/qcard/icon-question.svg) center no-repeat;
cursor: pointer;
}
.article-body>.qcard .qcard__modal--question .qcard__modal-dialog {
position: absolute;
z-index: 2;
left: auto;
top: 27px;
right: 0;
display: none;
border: none;
width: 228px;
padding: 18px;
font-size: 13px;
line-height: 1.85;
letter-spacing: 1.2px;
color: #5f5f5f;
background-color: #fff;
box-shadow: 1px 1px 4px 1px rgba(0,0,0,.2);
}
.article-body>.qcard .qcard__modal--question .qcard__modal-dialog::before {
content: "";
position: absolute;
right: 6px;
top: -6px;
display: block;
border-style: solid;
border-width: 0 5px 10px;
border-color: transparent transparent #fff;
width: 0;
height: 0;
}
.article-body>.qcard .qcard__modal--question .qcard__modal-dialog>.qcard__modal-dialog__close-button {
position: absolute;
top: 6px;
right: 6px;
border: none;
width: 15px;
height: 15px;
background: url(/images/blog/post/mobile/qcard/btn-close-gray.svg) center no-repeat;
}
.article-body>.qcard .qcard__cards {
overflow-x: scroll;
overflow-y: hidden;
margin-top: 10px;
margin-bottom: 0;
padding: 4px 12px 0 20px;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.article-body>.qcard .qcard__cards::-webkit-scrollbar {
opacity: 0;
}
.article-body>.qcard .qcard__card {
position: relative;
display: inline-block;
width: 315px;
border: 2px solid #ffb408;
margin-right: 10px;
white-space: normal;
background-color: #fff;
border-radius: 6px;
}
.article-body>.qcard .qcard__card::before {
content: "";
position: absolute;
top: -4px;
left: 5px;
width: 28px;
height: 28px;
background-color: #ffb408;
background-image: url(/images/blog/post/mobile/qcard/icon_flag_qcard.svg);
background-position: center;
background-repeat: no-repeat;
border-radius: 5px 5px 50% 50%;
}
.article-body>.qcard .qcard__card .qcard__card-inner {
padding: 26px 17px 0 16px;
}
.article-body>.qcard .qcard__card .qcard__card-question {
height: 109px;
font-size: 16px;
line-height: 1.63;
letter-spacing: 1.7px;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.article-body>.qcard .qcard__card-answer,.article-body>.qcard .qcard__card-infos {
border-top: 1px solid #e7e7e7;
margin-top: 12px;
}
.article-body>.qcard .qcard__card-infos {
line-height: 50px;
}
.article-body>.qcard .qcard__card-infos::after {
content: "";
display: block;
clear: both;
}
.article-body>.qcard .qcard__card-infos .qcard-info {
float: right;
margin-left: 20px;
font-size: 12px;
letter-spacing: .9px;
color: #81828e;
}
.article-body>.qcard .qcard__card-answer {
padding-bottom: 20px;
}
.article-body>.qcard .qcard__card-answer .qcard__card-text {
height: 40px;
font-size: 13px;
color: #000;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.article-body>.qcard .qcard__card-member {
padding-top: 5px;
line-height: 40px;
color: #000;
}
.article-body>.qcard .qcard__card-member>.qcard__card-avatar {
width: 20px!important;
height: 20px!important;
margin: -3px 8px 0 0;
padding: 0;
vertical-align: middle;
border-radius: 50%;
}
.article-body>.qcard .qcard__card-bottom {
padding: 18px 20px;
text-align: center;
background-color: #f6f6f6;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.article-body>.qcard .qcard-button {
width: 100%;
border: none;
padding: 11px 0;
font-size: 16px;
line-height: 22px;
letter-spacing: 1.6px;
color: #fff;
background-color: #ffb408;
border-radius: 8px;
}
.article-body>.qcard .qcard-button>span::before {
content: "";
display: inline-block;
width: 25px;
height: 22px;
vertical-align: top;
background-image: url(/images/blog/post/mobile/qcard/icon_bulb.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: left;
}
.articles--footer-coldstart .discover-stream__stream-icon,.discover-stream__topic-discussion-count,.discover-stream__topic-discussion-wrapper,.hot-article .tag__main,.hot-article__msg,.hot-articles .article-footer-tags,.pix-related-post .article-footer-tags,.relative-list .tag__main,.relative__msg {
display: none;
}
.post-img-wrapper,.sub-articles-wrapper {
height: 0;
transform: scaleY(0);
}
.articles--footer-coldstart .discover-stream {
margin-top: 40px;
margin-bottom: 0;
padding: 0;
box-shadow: 0 2px 4px 0 rgba(110,112,113,.2);
}
.articles--footer-coldstart .discover-stream__title {
display: inline-block;
letter-spacing: .4px;
padding-left: 11px;
padding-top: 18px;
padding-bottom: 9px;
width: 100%;
border-top: 5px solid #f2f2f2;
font-size: 14px;
font-weight: 500;
line-height: 18px;
color: #000;
}
.articles--footer-coldstart .discover-stream__title::after {
content: "";
display: block;
float: left;
margin-right: 11px;
width: 3px;
height: 16px;
background-color: #006ac6;
}
.articles--footer-coldstart .discover-stream__list {
border-top: 0;
margin-top: 0;
}
.articles--footer-coldstart .discover-stream__link {
display: block;
}
.articles--footer-coldstart .discover-stream__topic-cover {
width: 115px;
height: 60px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
border-radius: 3px;
}
.articles--footer-coldstart .discover-stream__topic-info {
padding: 12px 0 3px;
}
.articles--footer-coldstart .discover-stream__topic-discussion-wrap {
position: relative;
height: 26px;
font-size: 12px;
color: #81828e;
}
.articles--footer-coldstart .discover-stream__topic-title {
margin-bottom: 10px;
font-size: 15px;
color: #4a4a4a;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.articles--footer-coldstart .discover-stream__topic-desc {
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size: 12px;
color: #4a4a4a;
}
.articles--footer-coldstart .hot-article__title,.articles--footer-coldstart .pix-related-post .title {
max-height: 5em;
-webkit-line-clamp: 3;
font-weight: 500;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}
.articles--footer-coldstart .discover-stream__topic-user {
position: absolute;
left: 0;
}
.articles--footer-coldstart .discover-stream__topic-discussion {
position: absolute;
left: 182px;
right: auto;
line-height: 26px;
}
.articles--footer-coldstart .discover-stream__topic__item {
display: inline-block;
float: right;
margin-right: -8px;
}
.articles--footer-coldstart .discover-stream__topic__item:nth-child(n+6) {
display: none;
}
.articles--footer-coldstart .discover-stream__topic__user-avatar {
width: 20px;
height: 20px;
border: 2px solid #fff;
border-radius: 50%;
}
.articles--footer-coldstart .discover-stream__topic-main {
padding-left: 15px;
display: inline-block;
width: calc(100% - 135px);
vertical-align: top;
}
.articles--footer-coldstart .discover-stream__topic-subscriptions {
display: block;
position: absolute;
left: 95px;
line-height: 26px;
}
.articles--footer-coldstart .discover-stream__watch-more {
display: none;
}
.articles--footer-coldstart .hot-articles {
background-color: #fff;
}
.articles--footer-coldstart .hot-articles__header {
height: 39px;
border-bottom: 1px solid #f3f4f5;
}
.articles--footer-coldstart .hot-articles-section-1 .hot-articles__header {
height: auto;
padding-left: 11px;
padding-top: 18px;
padding-bottom: 9px;
width: 100%;
border-top: 5px solid #f2f2f2;
font-size: 14px;
font-weight: 500;
line-height: 18px;
color: #000;
}
.articles--footer-coldstart .hot-articles-section-1 .hot-articles__header::after {
content: "";
display: block;
float: left;
margin-right: 11px;
width: 3px;
height: 16px;
background-color: #006ac6;
}
.articles--footer-coldstart .hot-articles__main {
padding: 0;
}
.articles--footer-coldstart .hot-article {
position: relative;
}
.articles--footer-coldstart .hot-article>a:nth-child(1) {
display: flex;
}
.articles--footer-coldstart .hot-article:last-child {
border-bottom: 0;
}
.articles--footer-coldstart .hot-article__cover {
width: 82px;
height: 82px;
min-width: 82px;
margin-bottom: 0;
-o-object-fit: cover;
object-fit: cover;
border-radius: 4px;
}
.articles--footer-coldstart .hot-article__info {
padding-left: 15px;
vertical-align: top;
color: #161717;
font-size: 13px;
line-height: 1.5;
}
.articles--footer-coldstart .hot-articles .hot-article .hot-article__info.hot-article__info {
background-image: none;
}
.articles--footer-coldstart .hot-article__data {
display: block;
font-size: 12px;
color: #707070;
}
.articles--footer-coldstart .hot-article__title {
margin-top: 5px;
font-size: 14px;
line-height: 22px/*! autoprefixer: off */;
}
.articles--footer-coldstart .pix-related-post .relative-article {
margin-top: 20px;
margin-bottom: 20px;
}
.articles--footer-coldstart .pix-related-post .relative-tilte {
padding-left: 11px;
padding-top: 18px;
padding-bottom: 9px;
width: 100%;
border-top: 5px solid #f2f2f2;
font-size: 14px;
font-weight: 500;
line-height: 18px;
color: #000;
}
.articles--footer-coldstart .pix-related-post .relative-tilte::after {
content: "";
display: block;
float: left;
margin-right: 11px;
width: 3px;
height: 16px;
background-color: #006ac6;
}
.articles--footer-coldstart .pix-related-post .relative-list {
padding: 0;
}
.articles--footer-coldstart .pix-related-post div[id^=compass-fit] .relative__label-container+a {
margin-top: 20px;
}
.articles--footer-coldstart .pix-related-post .relative-item {
display: flex;
position: relative;
padding: 18px 14px;
}
.articles--footer-coldstart .pix-related-post .relative-item>div[id^=compass-fit] {
flex: 1;
}
.articles--footer-coldstart .pix-related-post .relative-item>div[id^=compass-fit] .relative-item {
border-bottom: none;
padding: 0;
}
.articles--footer-coldstart .pix-related-post .relative-item>div[id^=compass-fit] .item {
display: flex;
}
.articles--footer-coldstart .pix-related-post .relative-item>div[id^=compass-fit] .item>.relative__main,.articles--footer-coldstart .pix-related-post .relative-item>div[id^=compass-fit] .item>a {
display: inline-block;
vertical-align: top;
}
.articles--footer-coldstart .pix-related-post .relative-item>.ui-link {
display: inline-block;
overflow: hidden;
min-width: 82px;
}
.articles--footer-coldstart .pix-related-post .relative-item .relative__main {
padding-left: 15px;
vertical-align: top;
}
.articles--footer-coldstart .pix-related-post .relative-item .relative__main>.relative__main-date {
display: block;
font-size: 12px;
color: #707070;
}
.articles--footer-coldstart .pix-related-post .relative-item .relative__label-container {
position: absolute;
top: 6px;
right: 15px;
}
.articles--footer-coldstart .pix-related-post .relative-item .relative__label-container>a,.articles--footer-coldstart .pix-related-post .relative-item .relative__label-container>div {
padding: 3px 6px;
margin-left: 6px;
margin-right: 0;
background-color: #ddd;
font-size: 12px;
border-radius: 30px;
}
.articles--footer-coldstart .pix-related-post .thumb-img {
display: block;
width: 82px;
height: 82px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 4px;
}
.articles--footer-coldstart .pix-related-post .relative__label-container {
margin-top: 5px;
}
.articles--footer-coldstart .pix-related-post .relative__label-container a,.articles--footer-coldstart .pix-related-post .relative__label-container div {
display: inline-block;
margin-right: 10px;
padding: 7px 8px;
color: #6e7071;
font-size: 13px;
background-color: #f3f4f5;
border-radius: 6px;
}
.articles--footer-coldstart .pix-related-post .title {
overflow: hidden;
height: 75%;
margin-top: 5px;
font-size: 14px;
line-height: 22px;
letter-spacing: .05em;
color: #161717/*! autoprefixer: off */;
}
.articles--footer-coldstart .tag-more-btn {
float: right;
border: none;
margin-left: 3px;
width: 25px;
height: 25px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .hot-article__info,.articles--footer-coldstart.articles--footer-coldstart--round2 .relative__main {
width: calc(100% - 98px);
}
.articles--footer-coldstart .tag::before {
left: 0;
}
.articles--footer-coldstart .hot-article>a::after,.articles--footer-coldstart .relative-item>a::after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round1 .hot-article {
border-bottom: 1px solid #f3f4f5;
padding: 18px 14px;
}
.articles--footer-coldstart.articles--footer-coldstart--round1 .discover-stream__item {
border: 1px solid #e9e9e9;
padding: 20px 15px;
border-bottom: 0;
margin: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .hot-articles__main,.articles--footer-coldstart.articles--footer-coldstart--round2 .relative-list {
padding: 0 10px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .relative-item>div[id^=compass-fit] .relative-item {
padding: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .hot-article>a,.articles--footer-coldstart.articles--footer-coldstart--round2 .relative-item {
flex-wrap: wrap;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .hot-article,.articles--footer-coldstart.articles--footer-coldstart--round2 .relative-item {
border: 1px solid #dadada;
margin: 10px 0;
padding: 18px 14px;
border-radius: 4px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .discover-stream__item {
border: 1px solid #dadada;
margin: 10px;
padding-bottom: 0;
border-radius: 4px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2 .discover-stream__topic-head {
display: block;
padding: 10px 0 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__link {
padding: 0 10px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .hot-article__msg,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .relative__msg {
margin: 15px -14px -18px;
width: calc(100% + 12px);
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .hot-article__msg,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .relative__msg {
position: relative;
z-index: 1;
display: block;
padding: 9px 13px 6px 3px;
font-size: 14px;
background: #f3f3f3;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg>p,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .hot-article__msg>p,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .relative__msg>p {
margin-left: 10px;
letter-spacing: 1.5px;
color: #3c3c3c;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg>p>span,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .hot-article__msg>p>span,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .relative__msg>p>span {
float: right;
color: #c49487;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg {
left: 4px;
margin: 12px -4px 0;
width: calc(100% - 16px);
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg .discover-stream__topic-user {
position: static;
float: left;
margin-left: 10px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg .discover-stream__topic__item:nth-child(n+4) {
display: none;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-msg>p {
margin-left: 75px;
margin-top: 2px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-main .discover-stream__topic-discussion,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-main .discover-stream__topic-subscriptions {
position: static;
display: inline-block;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-main .discover-stream__topic-discussion {
margin-left: 15px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-main .discover-stream__topic-info {
padding-top: 8px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-title {
display: inline-block;
max-width: 80%;
font-weight: 500;
line-height: 1.47;
letter-spacing: 1px;
color: #000;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-cate {
position: relative;
display: inline-block;
margin-right: 12px;
padding: 2px 7px 2px 22px;
vertical-align: top;
letter-spacing: 1.5px;
font-weight: 400;
font-size: 12px;
color: #fff;
background-color: #c49487;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .discover-stream__topic-posts .discover-stream__topic-toggle,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .discover-stream__topic-posts .post-img-wrapper,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .hot-article .tag-more-btn,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .relative-list .tag-more-btn {
display: none;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .discover-stream__topic-cate>img {
position: absolute;
top: -7px;
left: -8px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--2 .pixnet-happix-pilot__sticky-box {
z-index: 2;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .hot-article .tag,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .relative-list .tag {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .hot-article .tag::before,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .relative-list .tag::before {
left: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .discover-stream__topic-discussion-count {
display: inline-block;
float: right;
margin-top: 3px;
margin-right: 8px;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
color: #c49487;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--3 .discover-stream__topic-title {
max-width: calc(100% - 177px);
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .hot-article .tag-more-btn,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .relative-list .tag-more-btn {
display: block;
margin-left: -1px;
background-color: #eff8f9;
background-image: none;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .hot-article .tag-more-btn::after,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .relative-list .tag-more-btn::after {
content: "";
display: block;
border-style: solid;
border-width: 5px 5px 0;
border-color: #33a6b8 transparent transparent;
width: 0;
height: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .hot-article .tag__block.open .tag,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .hot-article .tag__block.open .tag-more-btn,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .relative-list .tag__block.open .tag,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .relative-list .tag__block.open .tag-more-btn {
color: #fff;
background-color: #33a6b8;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .hot-article .tag__block.open .tag-more-btn::after,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--4 .relative-list .tag__block.open .tag-more-btn::after {
border-width: 0 5px 5px;
border-color: transparent transparent #fff;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--5 .hot-article .tag-more-btn,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--5 .relative-list .tag-more-btn {
background: url(/images/tag/icon_expend.svg) center no-repeat;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--5 .hot-article .tag-more-btn.open,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--5 .relative-list .tag-more-btn.open {
background: url(/images/tag/icon_close.svg) center no-repeat;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-articles-wrapper {
flex-shrink: 0;
width: calc(100% + 28px);
margin-left: -14px;
background-color: #eff8f9;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-articles-link {
display: none;
padding-bottom: 6px;
padding-right: 13px;
font-size: 14px;
letter-spacing: 1px;
color: #33a6b8;
text-align: right;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-article {
padding: 10px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-article>a {
display: flex;
flex-wrap: wrap;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-article__info {
width: calc(100% - 98px);
padding-left: 15px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-article__date {
display: block;
font-size: 12px;
color: #707070;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-article__cover {
width: 55px;
height: 55px;
border-radius: 4px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .sub-article__title {
margin-top: 5px;
font-size: 13px;
line-height: 1.54;
letter-spacing: 1px;
color: #000;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .hot-article.open,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .relative-item.open {
padding-bottom: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .open .post-img-wrapper,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .open .sub-articles-wrapper {
transition: transform .5s;
height: auto;
transform: scaleY(1);
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .open .sub-articles-wrapper {
margin-top: 15px;
padding-top: 15px;
min-height: 80px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .done .sub-articles-link {
display: block;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .discover-stream__topic-title {
max-width: 80%;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .discover-stream__topic-discussion-wrapper {
display: block;
border-top: 1px solid #dadada;
margin: 0 10px;
padding: 12px 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--tags-related .discover-stream__topic-discussion-button {
display: block;
border: none;
margin: 0 auto;
padding: 3px 10px;
font-size: 12px;
font-weight: 500;
letter-spacing: .8px;
text-align: center;
color: #fff;
background-color: #b67d6d;
border-radius: 5px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .hot-article .tag__main,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .relative-list .tag__main {
display: flex;
border: none;
padding: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .hot-article .tag__block,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .relative-list .tag__block {
position: relative;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-head {
background-color: #f3f3f3;
border-radius-top-left: 4px;
border-radius-top-right: 3px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-head::after {
content: "";
display: block;
clear: both;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-title {
display: inline-block;
font-weight: 500;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-cate {
position: relative;
display: inline-block;
margin-right: 12px;
padding: 2px 7px 2px 22px;
vertical-align: top;
letter-spacing: 1.5px;
font-weight: 400;
font-size: 12px;
color: #fff;
background-color: #c49487;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-cate>img {
position: absolute;
top: -7px;
left: -8px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts {
padding: 0 10px;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .discover-stream__topic-post {
border-bottom: 1px solid #dadada;
padding: 12px 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .discover-stream__topic-post:nth-last-child(1) {
border-bottom: none;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .discover-stream__topic-post::after,.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-head::after {
content: "";
display: block;
clear: both;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-avatar {
width: 20px;
height: 20px;
vertical-align: middle;
border-radius: 50%;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-user {
margin-left: 10px;
vertical-align: middle;
font-size: 14px;
color: #000;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-time {
float: right;
margin-top: 2px;
font-size: 12px;
color: #81828e;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-content {
margin-top: 6px;
margin-left: 30px;
font-size: 14px;
line-height: 1.57;
color: #3c3c3c;
white-space: pre-wrap;
overflow-wrap: break-word;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-content.post-content--line-clamp {
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-img-wrapper {
overflow-x: scroll;
overflow-y: hidden;
margin: 20px 0 12px 34px;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-img-wrapper::-webkit-scrollbar {
opacity: 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-img-wrapper>img {
width: 110px;
height: 115px;
margin-right: 5px;
-o-object-fit: cover;
object-fit: cover;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .post-img-wrapper>p {
font-size: 14px;
white-space: pre-wrap;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .discover-stream__topic-post.open .post-content {
display: block;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .discover-stream__topic-toggle {
float: right;
border: none;
font-weight: 500;
font-size: 12px;
letter-spacing: 1px;
color: #c49487;
background: 0 0;
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .discover-stream__topic-toggle::before {
content: "展開";
}
.articles--footer-coldstart.articles--footer-coldstart--round2.footer-coldstart--interaction .discover-stream__topic-posts .open .discover-stream__topic-toggle::before {
content: "收合";
}
.ad-related-post .pixnet-ad {
padding: 0;
background: 0 0;
box-shadow: none;
}
.ad-related-post .pixnet-ad::before {
content: "更多相關文章";
display: block;
height: 39px;
border-bottom: 1px solid #f3f4f5;
padding: 0 20px;
color: #6e7071;
font-size: 13px;
text-align: left;
line-height: 41px;
}
.center,.private {
text-align: center;
}
.red {
color: red;
}
.blue {
color: #00f;
}
.green {
color: green;
}
.yellow {
color: #ff0;
}
.purple {
color: purple;
}
.bold {
font-weight: 700;
}
.private {
padding: 40px 20px;
border-bottom: 1px solid #eee;
font: 15px Helvetica;
line-height: 20px;
background: #fff;
}
.private input {
box-sizing: border-box;
width: 95%;
padding: 5px;
border: 1px solid #ccc;
margin-top: 10px;
font-size: 17px;
}
.private .cancel,.private button {
width: 95%;
padding: 5px;
margin-top: 10px;
color: #fff;
font-size: 18px;
font-weight: 700;
letter-spacing: 10px;
text-align: center;
border-radius: 5px;
box-shadow: 0 1px #fff;
}
.private button {
border: 1px solid #234fbc;
text-shadow: 0 -1px #234fbc;
border-radius: 5px;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#6d91df),color-stop(.5,#5377cd),color-stop(.5,#3961c0),color-stop(1,#1d48b1));
box-shadow: 0 1px #fff;
}
.private .cancel {
border: 1px solid #ccc;
text-shadow: 0 -1px #aaa;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),color-stop(.5,#d3d3d3),color-stop(.5,#cacaca),color-stop(1,#aeaeae));
}
.private img {
vertical-align: text-top;
}
.comment-form {
margin-top: 8px;
padding: 1px 0;
background: #dedede;
}
.comment-form ul {
border: 1px solid #ccc;
border-radius: 8px;
margin: 10px;
background: #fff;
}
.comment-form ul .comment-identity {
font-weight: 700;
}
.comment-form ul .comment-identity .logout a {
float: right;
padding: 3px 8px;
color: #fff;
font-size: 12px;
background: #888;
border-radius: 5px;
}
.comment-form li {
padding: 10px;
border-bottom: 1px solid #ccc;
}
.comment-form li:last-of-type {
border-bottom: 0;
}
.comment-form li label {
width: 100px;
}
.comment-form li .right-input {
float: right;
width: 200px;
border: 0;
color: #369;
text-align: right;
background: #fff;
}
.comment-form .comment-captcha,.comment-form ul .comment-submit,.openid-login .logout {
text-align: center;
}
.comment-form textarea {
width: 100%;
height: 150px;
padding: 0 10px;
border: 0;
margin-top: 10px;
background: #fff;
}
.comment-form .comment-captcha img {
padding: 1px;
border: 1px solid #ccc;
background: #fff;
}
.comment-form .comment-captcha input {
width: 190px;
padding: 5px;
}
.comment-form ul button {
width: 200px;
}
#comment-box {
border: 1px solid #b4b4b4;
margin: 10px;
background: #fff;
border-radius: 8px;
}
#comment-box .comment-header {
height: 30px;
padding-left: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #f6f6f6;
font-weight: 700;
line-height: 30px;
text-shadow: 0 1px #fff;
overflow: hidden;
background: #e6e6e6;
border-radius: 8px 8px 0 0;
}
#comment-box .comment-header img {
vertical-align: middle;
}
.comment-body,.comment-openid {
padding: 10px 0;
border-top: 1px solid #b4b4b4;
}
.comment-body.warnbox {
padding-top: 0;
border-top: 0;
}
.openid-login {
margin: 0 10px;
line-height: 35px;
overflow: hidden;
}
.openid-login .logout {
float: right;
height: 20px;
padding: 5px 10px;
border: 1px solid #bebebe;
color: #666;
font-size: 14px;
font-weight: 700;
text-shadow: 0 1px #fff;
line-height: 20px;
background: -webkit-gradient(linear,center top,center bottom,from(#f2f2f2),to(#bababa));
border-radius: 5px;
}
.openid-login .photo {
float: left;
width: 35px;
height: 35px;
padding: 1px;
border: 1px solid #b4b4b4;
margin-right: 10px;
background: #fff;
}
.comment-openid .login-openid-bar {
width: 270px;
height: 30px;
border: 1px solid #bebebe;
margin: 0 auto;
overflow: hidden;
background: -webkit-gradient(linear,center top,center bottom,from(#f2f2f2),to(#d6d6d6));
border-radius: 5px;
}
.comment-openid p {
margin: 0 10px;
font-size: 13px;
line-height: 22px;
}
.comment-openid .login-openid-bar li {
float: left;
width: 43px;
padding: 0;
border-right: 1px solid #bebebe;
margin-left: 0;
}
.comment-openid .login-openid-bar li:last-of-type {
border-right: 0;
}
.comment-openid .login-openid-bar .login a {
display: block;
color: #666;
font-size: 14px;
font-weight: 700;
line-height: 30px;
text-align: center;
text-shadow: 0 1px #fff;
background: -webkit-gradient(linear,center top,center bottom,from(#f2f2f2),to(#bababa));
}
.login-openid-bar .facebook a,.login-openid-bar .google a,.login-openid-bar .msn a,.login-openid-bar .pixnet a,.login-openid-bar .yahoo a {
display: block;
width: 16px;
height: 16px;
margin: 7px 13px;
text-indent: -9999px;
background: url(images/sprite.png) no-repeat;
}
.login-openid-bar .facebook,.login-openid-bar .google,.login-openid-bar .msn,.login-openid-bar .pixnet,.login-openid-bar .yahoo {
border-left: #fff solid 1px;
}
.login-openid-bar .pixnet a {
height: 18px;
background-position: -4px -4px;
}
.login-openid-bar .google a {
background-position: -100px -4px;
}
.login-openid-bar .facebook a {
background-position: -28px -4px;
}
.login-openid-bar .msn a {
background-position: -52px -4px;
}
.login-openid-bar .yahoo a {
background-position: -76px -4px;
}
.comment-body .feedback,.comment-body .nickname {
width: 89%;
padding: 5px;
border: 1px solid #c8c8c8;
color: #606060;
font-size: 16px;
background-color: #fbfbfb;
box-shadow: inset 2px 2px 5px #d8d8d8;
}
.comment-body .nickname {
margin: 0 10px 10px;
text-indent: 5px;
border-radius: 3px;
}
.comment-body .feedback {
min-height: 60px;
margin: 0 10px;
}
.comment-body .private-message {
width: 89%;
padding: 5px;
border-top: 1px solid #fff;
border-bottom: 1px solid #c8c8c8;
border-left: 1px solid #c8c8c8;
border-right: 1px solid #c8c8c8;
margin-top: -3px;
margin-left: 10px;
margin-bottom: 10px;
font-size: 14px;
text-align: right;
background: #fbfbfb;
border-radius: 0 0 3px 3px;
}
.comment-body .private-message label {
display: block;
}
.comment-body .private-message p {
margin-top: 5px;
font-size: 13px;
text-align: left;
}
.comment-body .comment-extra {
width: 200px;
margin: 0 auto 10px;
text-align: center;
}
.comment-body .comment-extra input {
width: 190px;
padding: 4px;
border: 1px solid #c8c8c8;
margin: 5px 0 10px;
color: #606060;
font-size: 16px;
text-indent: 5px;
background-color: #fbfbfb;
box-shadow: inset 2px 2px 5px #d8d8d8;
border-radius: 3px;
}
.comment-body .comment-extra .comment-send {
display: block;
width: 100%;
padding: 5px;
border: 1px solid #1d48b1;
color: #fff;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
text-shadow: 0 -1px #234fbc;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#6d91df),color-stop(.5,#5377cd),color-stop(.5,#3961c0),color-stop(1,#1d48b1));
border-radius: 5px;
box-shadow: 0 1px #6281ce;
}
.comment-body .warn {
padding: 5px;
border: 1px solid #ffce39;
margin: 0 10px;
font-size: 14px;
line-height: 22px;
background: #ffc;
}
.comment_b_sprites {
display: inline-block;
background: url(images/sprite.png) no-repeat;
}
.comment_b_sprites.icon_b {
width: 17px;
height: 19px;
background-position: -524px -4px;
vertical-align: middle;
}
.comment_b_sprites.add_icon_b {
width: 20px;
height: 25px;
background-position: -549px -4px;
}
.article-comments a.post-comment {
display: block;
padding: 10px;
border: 1px solid #ccc;
margin: 10px;
border-radius: 8px;
text-align: center;
background: #fff;
}
.article-comments h4 {
font: 700 12px Helvetica;
text-align: center;
}
.comments-list {
margin: 10px 0;
}
.article-comments li {
position: relative;
border: 1px solid #ccc;
margin: 10px;
overflow: hidden;
background: #fff;
border-radius: 8px;
}
.article-comments .comment-hidden {
display: block;
padding: 10px;
text-align: center;
}
.article-comments .comment-header {
padding: 5px 10px;
border-bottom: 1px solid #fff;
margin: 1px 1px 0;
background: #eee;
overflow: hidden;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
.article-comments .floor {
float: left;
margin-right: 10px;
font-size: 14px;
}
.article-comments .comment-author {
display: block;
font: 700 15px Helvetica;
text-overflow: ellipsis;
line-height: 20px;
white-space: nowrap;
overflow: hidden;
}
.comment-date {
float: right;
width: 110px;
color: #aaa;
font: 700 12px Helvetica;
text-align: right;
line-height: 20px;
}
.article-comments .more-comments,.article-footer ul,.comment-ad,.comment-functions,.comment-toolbar>span,.footer-ad {
text-align: center;
}
.comment-avatar {
float: left;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
}
.comment-avatar img {
width: 50px;
height: 50px;
border-radius: 5px;
}
.article-comments .comment-body {
padding: 5px 10px 10px 70px;
border-top: 1px solid #ddd;
font: 15px Helvetica;
line-height: 20px;
}
.article-comments .comment-body .user {
display: block;
line-height: 30px;
}
.article-comments .comment-body .comment-status {
vertical-align: -2px;
}
.comment-reply {
clear: both;
padding: 10px;
border: 1px solid #ccc;
margin: 0 10px 10px;
font: 15px Helvetica;
line-height: 20px;
background: #eee;
border-radius: 5px;
}
.comment-functions button {
width: 40%;
margin: 0 2%;
}
.comment-reply textarea {
width: 100%;
height: 90px;
margin-bottom: 10px;
font-size: 17px;
}
.comment-reply input[type=submit] {
width: 100%;
}
.article-comments .more-comments {
display: block;
padding: 10px;
border: 1px solid #ccc;
margin: 10px;
background: #fff;
border-radius: 8px;
}
#main.album-comment {
background: #dedede;
}
.album-comment .toolbar,.albums .toolbar {
position: relative;
display: block;
width: 100%;
height: 45px;
border-bottom: 1px solid #9c9c9c;
text-align: center;
line-height: 45px;
background-color: #e6e6e6;
background: -webkit-gradient(linear,center top,center bottom,from(white),to(#e6e6e6));
}
.album-comment .toolbar .comment-icon,.albums .toolbar .comment-icon {
position: absolute;
top: 12px;
right: 10px;
}
.toolbar .backbtn {
position: absolute;
top: 10px;
left: 20px;
height: 26px;
padding: 2px 5px 2px 2px;
border: 1px solid #989898;
color: #888;
font-size: 15px;
font-weight: 700;
line-height: 26px;
text-shadow: 0 1px #fff;
background: -webkit-gradient(linear,center top,center bottom,from(#e3e3e3),to(#c5c5c5));
border-radius: 5px;
box-shadow: inset 0 1px 1px #fff,0 1px 1px #fff;
}
.toolbar .backbtn>span,.toolbar .backbtn>span::before {
position: absolute;
top: 0;
width: 16px;
height: 30px;
-webkit-mask: .145em 0 url(../images/icons/back_arr_left.png) no-repeat;
-webkit-mask-size: 15px 30px;
}
.toolbar .backbtn>span {
left: -15px;
background: #888;
}
.toolbar .backbtn>span::before {
content: " ";
left: 1px;
display: block;
overflow: hidden;
background: -webkit-gradient(linear,center top,center bottom,from(#e3e3e3),to(#c5c5c5));
}
.toolbar>.title {
padding-top: 2px;
margin: 0 60px;
font-size: 18px;
font-weight: 700;
text-shadow: 0 1px #fff;
}
.toolbar>.title>span {
padding: 3px 10px;
margin-left: 5px;
color: #fff;
font-size: 14px;
text-shadow: none;
background: #a6a6a6;
box-shadow: 0 1px 0 #fff;
border-radius: 3px;
}
.comment-toolbar {
position: relative;
padding: 10px 40px;
border-top: 1px solid #ddd;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(.5,#dedede),color-stop(.5,#d5d5d5),color-stop(1,#c8c8c8));
}
.comment-toolbar>span {
display: block;
font-size: 12px;
font-weight: 700;
text-shadow: 0 1px #fff;
}
.comment-toolbar .comment-r {
position: absolute;
top: 5px;
right: 10px;
}
.footer-ad {
background: #eee;
height: 183px;
}
.article-footer {
overflow: hidden;
}
.article-footer ul {
padding: 4px;
overflow: hidden;
}
.article-footer li {
background: #999;
border-radius: 10px;
display: inline;
padding: 4px 12px;
font: 700 12px Helvetica;
color: #dedede;
text-decoration: none;
margin-right: 10px;
}
.article-footer li a {
color: #dedede;
}
.article-body #read-all a {
display: inline-block;
border: 1px solid #ababab;
padding: 10px 30px;
background: #fff;
border-radius: 5px;
}
.text {line-height:20px}
.text img{width:100%;margin-top:8px;}
.guild{ display: initial;
position: fixed;
z-index: 30;
bottom: 12px;
right: 40px;
height: 90px;
animation: bounce 1s infinite alternate;
-webkit-animation: bounce 1s infinite alternate;width:304px
}