@charset "UTF-8";
/* CSS Document */

.comments_page{}


/* 文章上方的留言區連結 */


.share_button {
    color: #000;
    text-align: center;
    width: max-content;
    position: relative;
}
.share_button span {
    position: relative;
}
.share_button .btn {
    padding: 0 17px;
    font-size: 14px;
    font-weight: 500;
    color: #6a6a6a;
    color: #b9b9b9;
    cursor: pointer;
}
.share_button .btn,
.share_button .btn:hover{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.share_button .btn:hover {
    background: #db242e;
}
.share_button .btn i {
    top: 2px;
    position: relative;
    font-size: 24px;
    margin: 0 5px 0 0;
}
.article_info .pv,
.article_info .times {
    font-size: 14px;
    font-family: monospace;
    color: #b9b9b9;
}
.article_info .pv i,
.article_info .times i {
    top: 3px;
    position: relative;
    font-size: 24px;
    margin: 0 0px 0 0;
    font-weight: 400;
}

.share_button li a{cursor: pointer;}
.share_button li a:hover{box-shadow: 0 0 0 3px #222 !important;}

.share_button li a:hover:before {
    position: absolute;
    font-weight: bold;
    font-size: 14px!important;
    color: #FFF;
    background: #222;
    height: 18px;
    line-height: 18px;
    padding: 10px 10px!important;
    border-radius: 15px !important;
    z-index: 2 !important;
    top: -45px !important;
    left: 0 !important;
    width: 60px !important;
    margin-left: -5px !important;
}
.share_button li a:hover:after {display: none !important;}

.share_button .share_box {
    position: absolute;
    float: left;
    top: -113px;
    margin: 0 0 0 -70px;
    display: none;
}
.share_button .share_box ul {
    position: fixed;
    width: 456px;
    height: 160px;
    top: 40%;
    left: 50%;
    z-index: 29;
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 8px;
    margin: 0 0 0 -228px;
    animation: openSppBox .2s ease-out;
}
.share_button .share_box li.title {
    margin: -20px 0 0 -20px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #f11516;
    border-bottom: 1px #0000002b solid;
    width: 100%;
    font-size: 26px;
    text-align: left;
    line-height: 75px;
}
.share_button .share_box .copy_link a:hover:before {
    content: "複製網址";
}
.share_button .share_box .copy_link span {
    position: fixed;
    background: #006fff;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0px;
    border-radius: 15px;
    z-index: 2;
    top: 30%;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    animation: openMessage .2s ease-out;
}
@keyframes openMessage {
    0% {
        transform: translate(0px,10%);
        opacity: 0
    }

    100% {
        transform: translate(0px,0px);
        opacity: 1
    }
}
.share_button .share_box .fb i {
    position: relative;
    top: 3px;
    font-size: 32px;
}
.share_button .share_box .reddit i {
    position: relative;
    top: 2px;
    font-size: 28px;
}
.share_button .share_box .plurk i:before {
    content: "噗";
    position: relative;
    font-weight: bold;
    font-size: 29px;
    font-style: normal;
}
.share_button .share_box .twitter a:hover,
.share_button .share_box .twitter a {
    background: #000000;
}
.share_button .share_box .twitter a svg {
    fill: white;
    width: 60%;
    margin: 12px 0 0 0;
}
.share_button .share_box li a {
    margin: 0 5px !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #eeeeee;
}
.article_info .share a i {
    line-height: 55px;
    font-size: 30px;
}
.share_button .share_box .LINE a {
    background: url(../img/s-line.png) no-repeat 0px -2px #ffffff;
    background-size: 60px;
    float: left;
}
.share_button .share_box li.close {
    position: fixed;
    top: 7%;
    font-size: 32px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    top: 20px;
    right: 5%;
    position: absolute;
    z-index: 3;
}
.share_button .closeDiv {
    background: #0000003b;
    background: #0000008a;
}
.single_page main { 
    position: relative;
    z-index: 4;
}
.single_page #content {
    overflow: inherit;
}

.comment_t_link a{
        padding: 0 17px;
        float: left;
        line-height: 56px;
        font-size: 19px;
        font-weight: 600;
        color: #db242e;
}
.comment_t_link a:hover{
        background: #006aff;
        background: #db242e;
        color: #fff;
}
.comment_t_link i {
        position: relative;
        font-size: 24px;
        left: -2px;
        margin: 0 5px 0 0;
}

/* 留言板區 */
.article-author,
.article_info_bottom{display: none;}
.submission_single .article-author{display: block}

/* 留言單頁 */
.comments_page #content {
    min-height: 5000px;
    margin-top: 0;
  }

/************************* 留言板頭 *************************/

.comments_page .comment_toolbar {
    position: relative;
    background: #fff;
    z-index: 9;
    line-height: inherit;
    padding: 15px 15px;
    width: 765px;
}
.comment_toolbar .back_page_div {
    position: relative;
    float: left;
}

.comment_toolbar .back_page_div a{
    font-weight: 500;
    color: #db242e;
    padding: 0 17px;
    line-height: 40px;
    border-radius: 100px;
    font-size: 15px;
    float: left;
}
.comment_toolbar .back_page_div a:hover {
    background: #db242e;
    color: #fff;
}
.comment_toolbar .share{
    margin: 0 0 0 0;
    float: right;
}

.comment_toolbar .share_button {
    float: left;
    margin: 0 0 0 20px ;
}
.comment_toolbar .share_button .btn {
    padding: 0 17px;
    line-height: 40px;
    border-radius: 100px;
    font-size: 15px;
}

.comment_toolbar .share_button .btn svg {
    fill: #bdbdbd;
    position: relative;
    width: 31px !important;
    left: -5px;
    float: left;
    top: 2px;
}
.comment_toolbar .share_button .btn:hover svg {
    fill: #fff;
}

.article-card {
    width: 94%;
    padding: 0;
    margin: 10px 0 20px 3%;
}

.article-card div{
    float: left;
}
.article-card .box {
    position: relative;
    background: #f6f6f6;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    min-height: 120px;
    box-shadow: 0 0 0 1px #dfdfdf;
    box-shadow: 0 0 0 1px #d1d1d1, 1px 3px 1px #efefef;
}
.article-card .image_box{
    min-width: 100%;
    min-height: 100%;
}
.article-card .image {
    width: 200px;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.article-card .image-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}
.article-card .image-container img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.article-card .text{
    padding: 20px 20px 10px 220px;
    width: 540px;
}
.article-card .text h1{
    word-break: break-all;
    font-size: 24px;
    line-height: 30px;
    font-family: arial, sans-serif;
}

.article-card .text .p {
    color: gray;
    margin: 8px 0;
}
.article-card .text .info {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
}
/*留言框*/
.post-comment {
    width: 94%;
    margin: 0 0 20px 3%;
    float: left;
    background: #f8f8f8;
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #dfdfdf;
    box-shadow: 0 0 0 1px #ececec;
}
.post-comment div{float: left;}
.post-comment h3{margin: 0 0 10px 3%;font-size: 25px;}
.post-comment .comment_input_div{width: 100%;position: relative;}
.t_log {
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 1% 0 0 4%;
    padding: 10px;
    background: #ffffff;
    border-radius: 7px;
}
.t_log a {
    color: #db242e;
    text-decoration: underline;
}
.t_log a:hover {
    color: #006fff;
    text-decoration: none;
}
.post-comment textarea {
    border-radius: 5px;
    margin: 0 3%;
    resize: vertical;
    width: 90%;
    padding: 2%;
    font-size: 15px;
    min-height: 70px;
    border: 0;
    background: #fff;
    box-shadow: 0 0 0 1px #a1a0a0;
    background: #fdfdfd;
    box-shadow: 0 0 0 1px #dcdcdc;
}
.comment_btn_div{
    width: 94%;
    margin: 5px 0 10px 3%;
}
.comment_btn {
    float: right;
    background: #db232d;
    color: #fff;
    padding: 2px 13px;
    line-height: 32px;
    font-weight: bold;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    min-width: 90px;
    padding: 2px 13px;
}
.comment_btn:hover{background: #006fff;}
.comment_btn:active{background: #000;}
/************************* 留言板 *************************/
.comments_floor {
    width: 94%;
    display: block;
    float: left;
    background: #f0f0f0;
    margin: 0 0 20px 3%;
    padding: 0 0 0px 0;
    border-radius: 8px;
    position: relative;
}
.comments_floor a{color: #999;}
.comments_floor h3.headline_title{font-size: 25px;}

.commentsBody {
    width: 94%;
    margin: auto;
    padding: 10px 3% 10px;
    display: block;
    float: left;
    position: relative;
}
.comments,
.contentHead{
  display: block;
  float: left;
  width: 100%;
}
.contentHeadTitle{height: 65px;}
.contentHeadTitle span {
  float: left;
}
.contentHeadTitle .go_comment_box {
    float: right;
    margin: -39px 0 0 0;
}
.contentHeadTitle .go_comment_box a {
    float: left;
    background: #db232d;
    color: #fff;
    padding: 0px 13px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 6px;
}
.commentsLandlord {
    padding: 0px 0px 45px 0px;
    width: 100%;
    float: left;
    position: relative;
}
.commentsLandlord .time {
    position: relative;
    padding: 0 10px 0 10px;
    color: #999;
    font-weight: 500;
    font-size: 13px;
}
.commentsLandlord .time .timestamp {
    position: absolute;
    width: max-content;
    background: #2f2f2f;
    box-shadow: 0 0 0 3px #fff, 5px 5px 8px #00000052;
    color: #fff;
    padding: 9px 13px;
    line-height: 20px;
    left: -73px;
    top: -70px;
    border-radius: 10px;
    margin-left: 0;
    font-size: 14px;
    display: none;
    z-index: 999999;
}
.commentsLandlord .time .postingtime {
    cursor: pointer;
    line-height: 24px;
    color: #bbb;
}

.commentsLandlord .time .postingtime:hover span{ display: block;animation: delayedDisplay 0.5s forwards;}

  

@keyframes delayedDisplay {
    0%, 99% {
      display: none;
    }
    100% {
      display: block;
    }
  }
  

.commentsLandlord .memberImg {
    float: left;
    width: 50px;
    height: 50px;
    padding: 0px 10px 0 0;
    z-index: 2;
    position: relative;
}
.commentsLandlord .member {
  line-height: 22px;
}
.commentsLandlord .memberInfo a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.commentsLandlord .floor {
    float: right;
}
.commentsLandlord .floor a {
    font-size: 11px;
    color: #bbb;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    top: -2px;
    right: -10px;
}

.commentsLandlord .level {
    font-size: 11px;
    color: #e0e0e0;
    color: #ffffff;
    font-weight: 666;
    position: relative;
}
.commentsLandlord .memberImg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #c1c1c1;
}
.commentsLandlord .content-box {
    width: 610px;
    float: left;
    padding: 15px 25px 5px 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.commentsLandlord .text {
    margin: 5px 0 10px 0;
    display: block;
    float: left;
    width: 100%;
}
.commentsLandlord .text p {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}
.commentsLandlord .text p .at_member {
    color: #006fff;
    font-weight: bold;
    padding: 0px 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 3px 0 0;
    border-radius: 5px;
}
.commentsLandlord .text p .at_member:hover {color: #db232d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.commentsLandlord .down {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.commentsLandlord .functionLine {
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    bottom: -30px;
    color: #999;
    width: max-content;
}

button.bt_txt {
    border: 0;
    color: #999;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    border-radius: 20px;
    padding: 3px 8px;
}

button.bt_txt:hover{background: #999;color: #fff;}

button.bt_txt:active{background: #fff;color: #999;}

.commentsReply {
    padding: 0px 0px 45px 80px;
    width: 655px;
    display: none;
}
.commentsReply .content-box {
    width: 530px;
}
.comments .floorID {
    margin-top: -15px;
    position: absolute;
}
.commentsLandlord .functionLine > li.like{
  margin:5px 0 0 0;
  font-weight: bold;
}

.commentsLandlord .like i {
    font-size: 19px;
    position: relative;
    top: -2px;cursor: pointer;
}
.commentsLandlord .like .data{
  font-size: 16px;
  padding: 0 10px 0 5px;
}
.commentsLandlord .like-data{
  margin: 0 5px 0 0;
}

.commentsLandlord .dislike-data{
  margin: 0 10px 0 0;
}

.commentsLandlord .liked,
.commentsLandlord .disliked,
.commentsLandlord .liked i,
.commentsLandlord .disliked i {color: #db232d;}

.commentsLandlord .liked i{
  animation: liked_animation 1.2s 1;
}
@keyframes liked_animation {
  0% {
    transform:rotate(0deg) scale(1) translate(0%, 0%);
  }
  70% {
    transform: rotate(-30deg) scale(1.8) translate(-2%, 0%);
  }
  100% {
    transform:rotate(0deg) scale(1) translate(0%, 0%);
  }
}
.commentsLandlord .disliked i{
  animation: disliked_animation 1.2s 1;
}
@keyframes disliked_animation {
  0% {
    transform:rotate(0deg) scale(1) translate(0%, 0%);
  }
  70% {
    transform: rotate(30deg) scale(1.8) translate(10%, 0%);
  }
  100% {
    transform:rotate(0deg) scale(1) translate(0%, 0%);
  }
}


.goto_comments_page {
    position: relative;
    float: left;
    width: 90%;
    height: 40px;
    z-index: 2;
    left: 5%;
    margin: -45px 0 15px 0;
    margin: -10px 0 15px 0;
}
.goto_comments_page .box {
    display: block;
    float: left;
    height: 40px;
    position: absolute;
    z-index: 2;
    margin: auto;
    width: 100%;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(180deg, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 70%);
    background: -webkit-linear-gradient(180deg, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 70%);
    background: linear-gradient(180deg, rgba(240,240,240,0) 0%, rgba(240,240,240,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#f0f0f0",GradientType=1);
}
.goto_comments_page a {
    border-radius: 5px;
    background: #db242e;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    width: fit-content;
    text-align: center;
    display: block;
    padding: 0px 30px;
    margin: auto;
}

.goto_comments_page a:hover{background: #006fff;color: #fff;}
.contentHeadTitle .go_comment_box a:hover{background: #006fff;}


.LoadCommentsReply {
    float: left;
    padding: 0px 0px 15px 80px;
    position: relative;
    z-index: 2;
    margin: -5px 0 0 0;
    
}
.LoadCommentsReply .box {
    float: left;
    position: relative;
    z-index: 2;
}  
.LoadCommentsReply:before {
    content: "";
    position: absolute;
    border-left: 3px #d6d6d6 solid;
    border-bottom: 3px #d6d6d6 solid;
    border-bottom-left-radius: 20px;
    width: 40px;
    height: 50px;
    float: left;
    left: 23px;
    top: -25px;
    z-index: 2;
    /*box-shadow: -2px 2px #f0f0f0;*/
}
.LoadCommentsReplyBtn {
    background: #fff;
    padding: 10px 15px;
    font-weight: bold;
    color: #006fff;
    margin: 0 0 0 -15px;
    border-radius: 15px;
    cursor: pointer;transition: all 0.2s;
}
.LoadCommentsReplyBtn i {
    font-size: 26px;
    line-height: 20px;
    position: relative;
    top: 3px;
    margin: 0 10px 0 0;
}
.LoadCommentsReplyBtn.on i{transform:rotate(180deg);}
.LoadCommentsReplyBtn.on {
    background: none;
}
.LoadCommentsReplyBtn.on:hover,
.LoadCommentsReplyBtn:hover{
    background: #006fff;
    color: #fff;transition: all 0.2s;
}
.LoadCcommentsReplyGif {
    float: left;
    width: 650px;
    text-align: center;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 60px;
}

.commentsReply:before {
  content: "";
  position: absolute;
  border-left: 3px #d6d6d6 solid;
  border-bottom: 3px #d6d6d6 solid;
  border-bottom-left-radius: 20px;
  width: 40px;
  height: 50px;
  float: left;
  left: 23px;
  top: -25px;
  z-index: 2;
  /*box-shadow: -2px 2px #f0f0f0;*/
}
.commentsReply:after {
  content: "";
  position: absolute;
  border-left: 3px #d6d6d6 solid;
  width: 2px;
  height: -webkit-fill-available;
  float: left;
  left: 23px;
  top: 2px;
}
.commentsReplyHead.commentsLandlord:nth-child(1):after {
  content: "";
  position: absolute;
  border-left: 3px #d6d6d6 solid;
  width: 2px;
  height: -webkit-fill-available;
  float: left;
  left: 23px;
  top: 60px;
}
.commentsLandlord.commentsReply:nth-last-child(1):after {display: none;}
.report {
    position: relative;
}

/* 隱藏留言樹狀線 */
.commentsReplyHead.commentsLandlord:nth-child(1):after,
.commentsReply:after,
.LoadCommentsReply:before,
.commentsReply:before {display: none;}




.commentsLandlord .replyPostBox {
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: 25px;
    z-index: 12;
    padding: 0px 0%;
    float: left;
    background: #c6c6c6;
    border-radius: 10px;
    border: 1px #8a8a8a solid;
    box-shadow: 0px 6px 10px #0000007a;
}
.commentsLandlord .closeBox {
    position: fixed;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.reportDiv {
    float: left;
    width: 120px;
    left: -22px;
    position: absolute;
    top: 30px;
    z-index: 10;
    padding: 5px 0;
    float: left;
    border-radius: 4px;
    background: #fff;
    border-color: #e5e6e9 #e3e3e3 #d0d1d5;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.commentsLandlord .replyPostBox:before,
.reportDiv:before {
    display: inline-block;
    border: 8px solid;
    border-color: transparent transparent transparent rgba(0,0,0,.08);
    height: 0;
    width: 0;
    position: absolute;
    content: "";
    left: 22%;
    top: -17px;
    margin: 0;
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.commentsLandlord .replyPostBox:after,
.reportDiv:after {
    display: inline-block;
    border: 8px solid;
    border-color: transparent transparent transparent #fff;
    height: 0;
    width: 0;
    position: absolute;
    content: "";
    left: 22%;
    top: -16px;
    margin: 0;
    display: inline-block;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.commentsLandlord .replyPostBox:after {
    border: 11px solid;
    border-color: transparent transparent transparent rgb(198, 198, 198);
    left: 48%;
    top: -22px;
}
.commentsLandlord .replyPostBox:before{
    border: 11px solid;
    border-color: transparent transparent transparent rgb(138, 138, 138);
    left: 48%;
    top: -23px;}

.reportDiv ul {
    z-index: 10;
    position: relative;
}
.reportDiv li {
    float: left;
    width: 100%;
}
.reportDiv a {
    float: left;
    width: 80%;
    line-height: 16px;
    color: #222;
    padding: 4px 10%;
    font-size: 13px;
    font-weight: lighter;
}
.reportDiv a:hover{
    background-color: #007cfb;
    color: #fff;
}
#reply_rect .content-box-body, #reply_rect .content-box-bottom {
    z-index: 10;
    position: relative;
    width: 94%;
    float: left;
}
#reply_rect .content-box-body {
    padding: 25px 3% 0px 3%;
}
#reply_rect .content-box-bottom {
    padding: 15px 3% 25px 3%;
}
#reply_rect .content-box-body .comment_textarea {
    width: 100%;
    padding: 0 0%;
}
.comment_textarea{float: left;width: 100%;}
.post_photo {
    position: absolute;
    float: left;
    width: 38px;
    height: 38px;
    background: #fff;
    margin: 0;
    right: 170px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    z-index: 9;
}

.post_photo .close_photo {
    position: absolute;
    z-index: 3;
    float: right;
    cursor: pointer;
    font-style: normal;
    width: 15px;
    text-align: center;
    line-height: 15px;
    background-color: #6990b9;
    color: #fff;
    border-radius: 4px;
    right: -6px;
    border: 1px #fff solid;
    top: -4px;
}
.post_photo:after {
    content: "\f030";
    font: normal normal normal 24.2px/1 FontAwesome;
    position: absolute;
    width: 24px;
    float: left;
    left: 6px;
    top: 9px;
    color: #4d4d4d;
}
textarea#reply_textarea {
    width: 96% !important;
    border: 0;
    height: 70px;
    margin: 0 ;
    border-radius: 3px;
    font-size: 16px !important;
    line-height: 22px;
    padding: 10px 2%;
    overflow-x: hidden;
    overflow-y: auto;
}
.comment_enter button {
    float: right;
    background: #db232d;
    border: 0;
    color: #fff;
    padding: 2px 13px;
    line-height: 32px;
    font-weight: bold;
    font-size: 15px;
    width: 135px;
}
.comments-box-content {
    position: relative;
    float: left;
    padding: 20px 0%;
    background: #d8d8d8;
    width: 100%;
    border-radius: 10px;
    margin: 20px 0 0 0;
}
.content-box-body {
    /* background: #ffffff; */
    float: left;
    padding: 12px 0%;
    z-index: 10;
    position: relative;
    width: 100%;
}
.content-box-body .member {
    float: left;
    margin-left: 3%;
}
.content-box-body .member .img img {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: 0 0 0 0;
    border: 5px #fff solid;
    top: 0;
}
.content-box-body .comment_textarea {
    float: left;
    overflow: hidden;
    width: 82%;
    padding: 0 3%;
}
.comment_textarea textarea {
    width: 97%;
    height: 100px;
    border: 0;
    overflow-y: auto;
    line-height: 24px;
    padding: 10px 1.5%;
    overflow-x: hidden;
    border-radius: 3px;
}
.content-box-bottom {
    float: left;
    padding: 5px 3%;
    width: 94%;
    margin: 0;
    display: block;
    z-index: 10;
    position: relative;
}
.commentsLandlord .text img{max-width: 100%;margin: 10px 0;}

.highlight .content-box {
  background: #ffff66;
  box-shadow: 0 0 7px 5px #d5d5d5;
}
.highlight .memberImg img {
  box-shadow: 0 0 0 5px #ffff67;
}
.no_comment {
    width: 96%;
    text-align: center;
    margin: 0 0 10px 0;
    background: #ffffff;
    float: left;
    padding: 2%;
    border-radius: 8px;
}

/************************* 留言板 *************************/


/********* 留言通知 *********/

.notice_bell {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 0px 0px 0 10px;
    position: relative;
}
.notice_bell .open_bellBox {color: #db232d;font: normal normal normal 23px/60px FontAwesome;}
.notice_bell:hover .open_bellBox{color: #db232d;cursor: pointer;}
.notice_bell:hover .number{}
.notice_bell .number {
    position: absolute;
    right: 4px;
    top: 3px;
    color: #fff;
    background: #db232d;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 6px;
    min-width: 10px;
    max-width: max-content;
    border-radius: 30px;
    font-weight: bold;
    font-family: sans-serif;
    transform: scale(1);border: 2px #fff solid;
}



.show.notice_bell { background: #efefef;}
.notice_bell .open_bellBox{ color: #b7b7b7;}
.notice_bell.show .open_bellBox{ color: #db232d;}


.dropdown_notice_bell .notice_bellBox:after{margin-left: 82px;}
.dropdown_menuicon .logmenuBox:after{margin-left: 81px;}

.dropdown_notice_bell .notice_bellBox:before{margin-left: 82px;}
.dropdown_menuicon .logmenuBox:before{margin-left: 81px;}
.logmenuBox{box-shadow: 2px 8px 30px #0000003d}



.notice_bellBox {
    position: absolute;
    width: 350px;
    right: 0;
    background: #fff;
    box-shadow: 0px 7px 30px #00000038, 0px 1px 3px #0000000d;
    font-size: 13px;
    border-radius: 10px;
    display: none;
    top: 56px;
    right: -20px;
    overflow: hidden;
}
.notice_bellBox ul {
    position: relative;
    z-index: 3;
    margin: 0;
    max-height: calc(125vh - 310px);
    overflow-y: auto;
    max-height: 520px;
    border-bottom: #c5c5c5 1px solid;
}
.notice_bellBox ul {float: left;width: 100%;padding: 5px 0 ;}

.notice_bellBox li {float: left;width: 99%;}
.notice_bellBox li a {
    padding: 10px 10% 10px 27%;
    width: 60%;
    margin: 0px 0 0 2%;
    text-align: left;
    line-height: 20px;
    float: left;
    min-height: 60px;
    color: #7f7f7f;
    height: max-content;
    font-size: 15px;
    position: relative;
    border-radius: 8px;
}
.notice_bellBox li a img {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 100%;
    left: 4%;
}

.notice_bellBox li a span {
    display: block;
    color: #d7d7d7;
    font-weight: 600;
    font-size: 13px;
}



.notice_bellBox li a span i {
    font: normal normal normal 16px/1 FontAwesome;
    margin: 0 4px 0 0;
    position: relative;
    top: 1px;
}

.show .notice_bellBox  {display: block;z-index: 999;}
.notice_bellBox.hidden {display: none;z-index: 999;}
.uiHeaderTitle,.uiHeaderList{z-index: 999;position: relative;}
.show .notice_bellBox .close {position: fixed;width: 100%;height: 100%;z-index: 1;left: 0;top: 0;}

.uiHeaderTitle{
  z-index: 10000;
  box-shadow: 0px 3px 4px #0000000f;
}
.uiHeaderTitle h3 {
    text-align: left;
    line-height: 56px;
    text-indent: 20px;
    font-size: 22px;
    border-bottom: 1px #e3e3e3 solid;
}
.uiHeaderTitle .all {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
}

.uiHeaderTitle .all a {
    padding: 10px 15px;
    border-radius: 5px;
    background: #f0f0f0;
}
.uiHeaderTitle .all a:hover{
  background: #db232d;
  color: #fff;
}
.notice_bellBox .unread a:after {
  content: "";
  float: left;
  background: #0866ff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 3%;
  margin: -6px 0 0 0;
}

.notice_bellBox li a:hover{color: #7f7f7f; background: #eaeaea;}
.notice_bellBox .unread a{background: #fff}
.notice_bellBox .unread a,
.notice_bellBox .unread a b{ color: #000;font-weight: 600;}
.notice_bellBox .unread a span{ color: #0866ff;}
.notice_bellBox .unread a:hover{color: #000;background:#eaeaea;}

/********* 留言通知 over *********/



.SppBox {
    top: 0;
    position: fixed;
    z-index: 99999;
    float: left;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
    transition: all .3s ease-out;
    
}
.SppBox .btn_big {
    border: 0;
    padding: 0 30px;
    border-radius: 3px;
    font-weight: 600;
    width: auto;
    float: none;
    display: block;
    text-align: center;
    background: #f11516;
    margin: 20px auto;
    color: #fff;
    font-size: 14px;
    height: 40px;
}
.SppBoxBody {
    border-radius: 8px;
    position: absolute;
    width: 600px;
    min-height: 500px;
    max-height: 720px;
    top: 5%;
    bottom: 5%;
    left: 50%;
    padding: 0;
    margin: 0 0 0 -300px;
    overflow: hidden;
    background: #fff;
}

.SppBox .ul_li_box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow-y: scroll;
    border: 0;
    border-radius: 0;
    border-radius: 8px;
    scrollbar-color: #dadce0 transparent;
    scrollbar-width: thin;
}

.SppBox .left {
    padding: 0 70px;
    padding: 0 10%
}

.SppBox .text {
}

.SppBox .item {
    text-align: left;
    color: #4b4b4b;
    margin: 5px 0;
    font-weight: 700;
    font-size: 13px
}

.SppBox .ul_li_box h5 {
    font-size: 26px;
    padding: 30px 20px 10px 70px;
    padding: 30px 10% 5px;
    font-weight: 400
}

.SppBox .st_gray {
    font-size: 15px
}

.SppBox .close {
    position: fixed;
    top: 7%;
    font-size: 32px;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    top: 20px;
    right: 5%;
    position: absolute
}

.SppBox .close:hover {
    color: #f11516
}

.closeDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .5s ease-out;
    cursor: pointer
}

.SppBox.show {
    opacity: 1;
    background: #0000008a;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.SppBox .abutton {
    width: 100%
}

.SppBox .abutton select,.SppBox .abutton input {
    width: 100%
}


.notice_bellBox ul::-webkit-scrollbar,
.SppBox .ul_li_box::-webkit-scrollbar {width: 6px;height: 6px;background-color: #f2f2f2;}

.notice_bellBox ul::-webkit-scrollbar-track,
.SppBox .ul_li_box::-webkit-scrollbar-track {border-radius: 10px;}

.notice_bellBox ul::-webkit-scrollbar-thumb,
.SppBox .ul_li_box::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #989898;}




.birthday input,.birthday select {}

.SppBox .birthday b {
    display: block
}

.SppBox .birthday input,.SppBox .birthday select {
    width: 31%;
    margin-right: 1%
}

.SppBox b,.SppBox label {
    font-size: 13px;
    font-weight: 600;
    color: #939393;
    line-height: 20px;
    padding: 10px 0 0;
    float: left;
    width: 100%
}

.SppBox.show .SppBoxBody {
    animation: openSppBox .2s ease-out
}

@keyframes openSppBox {
    0% {
        transform: translate(0px,500px);
        opacity: 0
    }

    100% {
        transform: translate(0px,0px);
        opacity: 1
    }
}

.SppBox_alert .SppBoxBody {
    bottom: initial;
    top: 25%;
    max-height: max-content;
    min-height: 210px
}

.SppBox_alert .ul_li_box {
    overflow-y: inherit
}

.SppBox_alert .st_gray {
    font-size: 16px;
    color: #000
}

.SppBox_alert .close {
    top: 22px;
    position: absolute
}

.SppBox_alert .btn_cancel {
    position: absolute;
    right: 100px;
    bottom: 0;
}
.SppBox_alert .btn_big {
    float: right;
    margin: 10px auto 20px;
}
.SppBox_al .ul_li_box li {
    width: 100%;
}
.btn_cancel {
    border: 0;
    padding: 0 30px;
    border-radius: 3px;
    font-weight: 400;
    width: auto;
    float: none;
    display: block;
    text-align: center;
    background: #f7f7f7;
    margin: 20px auto;
    color: #727171;
    font-size: 14px;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.btn_big:hover, #main .btn_big:hover, .btn_smll:hover {
    background: #000;
}
.back_login a:active, .editMyphoto:active, .profile-setting .editMyphoto:active, .btn_big:active, #main .btn_big:active, .abutton .button:active {
    background: #ffe7cb !important;
    color: red !important;
}
.SppBox_alert.show .SppBoxBody {
    animation: openSppBox .01s ease-out
}
.SppBox_alert .abutton {
    width: 300px;
    display: block;
    margin: auto;
}
.SppBox_alert .ul_li_box h5 {
    font-size: 23px;
    padding: 23px 5% 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #f11516;
    border-bottom: 1px #0000002b solid
}

.SppBox_alert .left {
    padding: 0 5%;
    width: 90%
}

.link_lock .left {
    color: #999;
    font-size: 18px
}

.link_lock a:hover,.link_lock a {
    color: #ccc!important;
    background: #f5f5f5!important;
    cursor: not-allowed
}

.show {
    display: block!important
}

.SppBoxBody:after {
    content: "";
    width: 100%;
    height: 40%;
    position: absolute;
    float: left;
    background: url(https://www.toy-people.com/img/loading.gif) no-repeat center 100px;
    background-size: 20px;
    left: 0;
    top: 20px;
    z-index: 1;
}
.SppBoxBody:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    float: left;
    background: url(https://www.toy-people.com/img/loading.gif) no-repeat center center #fff;
    background-size: 16px;
    left: 50%;
    top: 10%;
    z-index: 1;
    border-radius: 7px;
}

.SppBox_lo {
    -webkit-animation-name: SppBox_loding;
    animation-name: SppBox_loding;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

@-webkit-keyframes SppBox_loding { 0% {opacity: 0}90% {opacity: 0}100% {opacity: 1}}
@keyframes SppBox_loding {0% {opacity: 0}90% {opacity: 0}100% {opacity: 1}}

.SB_post_comment .SppBox_lo {
    background: #fff;
    height: max-content;
    max-height: 80%;
    min-height: 440px;
    -webkit-animation-name: SB_post_comment_loding;
    animation-name: SB_post_comment_loding;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

@-webkit-keyframes SB_post_comment_loding { 0% {opacity: 0}90% {opacity: 0}100% {opacity: 1}}
@keyframes SB_post_comment_loding {0% {opacity: 0}90% {opacity: 0}100% {opacity: 1}}


.SB_post_comment .SppBoxBody{ 
    min-height: inherit;
    height: inherit;
    max-height: inherit;
    top: 10%;
    bottom: 10%;
    width: 700px;
    margin: 0 0 0 -350px;
    background: none;
}
.SppBox .ul_li_box {
    position: absolute;
    overflow-y: auto;
}
.SB_post_comment .ul_li_box h5{
    padding: 23px 5% 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #f11516;
    border-bottom: 1px #0000002b solid;
}

.SB_post_comment .left{
    width: 90%;
    padding: 10px 5% 0;
    background: #fff;
}
.SB_post_comment .list{
    width: 100%;
}
.SB_post_comment .list li{
    width: 100%;
}

.SB_post_comment textarea {
    width: 94%;
    resize: vertical;
    padding: 3%;
    border: 0;
    background: #f1f1f1;
    border-radius: 8px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    min-height:150px;
}
.SB_post_comment textarea::-webkit-scrollbar {width: 8px;height: 7px}
.SB_post_comment textarea::-webkit-scrollbar-track {background: #fff0;border-radius: 10px;}
.SB_post_comment textarea::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #acacac;}
.SB_post_comment textarea::-webkit-resizer{ border-color: transparent transparent transparent transparent;}

.SB_reply_comment textarea {
    width: 94%;
    resize: vertical;
    padding: 3%;
    border: 0;
    background: #fff;
    border-radius: 8px;
    line-height: 22px;
    font-size: 16px;
    font-weight: normal;
    min-height:50px;
}

.SB_reply_comment .commentsLandlord {
    padding: 0px 0px 30px 0px;
}
.SB_reply_comment .commentsLandlord:after {
    content: "";
    position: absolute;
    border-left: 3px #d6d6d6 solid;
    width: 2px;
    height: -webkit-fill-available;
    float: left;
    left: 23px;
    top: 45px;
    bottom: 25px;
}
.SB_reply_comment .comment-content {
    margin: -60px 0 0px 60px;
    display: block;
    float: left;
    width: 86%;
    padding: 15px 2% 5px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #dfdfdf;
    position: relative;
}
.SB_reply_comment .ul_li_box h5{
    margin-bottom: 0;
    border-bottom: 0px;
}
.SB_reply_comment .left {
    padding: 30px 5% 0;
    background: #f0f0f0;
}


.reply_comment_text {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
}
  
  /* 展开时的样式 */
.reply_comment_text.expanded {
    transition: max-height 1s ease;
    max-height: 3000px; /* 展开时的最大高度，可以根据实际情况调整 */
}
.reply_comment_text_more {
    font-size: 14px;
    color: #0070ff;
    color: #f11516;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    text-align: right;
    padding: 10px 2% 0px 2%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    cursor: pointer;
}

.reply_comment_text_more:hover{color: #f11516;}
.reply_comment_text_more.toggled {
    background: none;
}


.SB_post_comment .btn_big {
    border: 0;
    width: auto;
    float: none;
    display: block;
    text-align: center;
    background: #f11516;
    background: #db232d;
    margin: 10px auto 30px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    font-weight: bold;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.SB_post_comment .btn_big:hover{background: #006fff;}

#comment-button.active {
    background-color: red;
    cursor: pointer;
}
.SB_post_comment .memberImg{
    float: left;
    width: 50px;
    height: 50px;
    padding: 0px 10px 0 0;
    z-index: 2;
    position: relative;
    color: #000;
    font-weight: bold;
}
.SB_post_comment .memberImg img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #c1c1c1;
    position: relative;
    top: -14px;
}
.SB_post_comment .memberName {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.SppBox_alert .abutton {
    display: block;
    margin: auto;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    width: 90%;
}
.SB_delete_comments .SppBoxBody:after{display: none;}
.SppBox_alert .SppBoxBody {
    width: 320px;
    bottom: initial;
    top: 25%;
    max-height: max-content;
    min-height: 250px;
    left: 50%;
    border-radius: 15px;
    margin: 0 0 0 -160px;
}
.SppBox_alert .ul_li_box h5 {
    font-size: 22px;
    padding: 25px 8% 10px;
    margin-bottom: 0;
    font-weight: bold;
    color: #f11516;
    border-bottom: 0px #0000002b solid;
}
.SppBox_alert .left {
    padding: 0 8% 10px;
    width: 84%;
}
.SppBox_alert .close {
    opacity: 0;
}
.SppBox_alert .abutton {
    display: block;
    margin: auto;
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    width: 84%;
}
.SppBox_alert .abutton li{
    width: 100%;
}

/*** 黑屏 ***/