.bread-crumbs{
    margin: 45px 0 15px 0;
}
.content-block{
    margin-bottom: 45px;
    margin-top: 0;
}
.forum-sharing{
    width: 90%;
    margin: 50px auto;
}
.publish p{
    font-size: 12px;
    color: #aaaaaa;
    margin-left: 15px;
}
.publish h2{
    font-size: 20px;
    font-weight: 700;
}
.name-block{
    margin-top: 20px;
}
.name-style-1{
    margin-top: 40px;
}
.gender-pt{
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
.gender-pt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.forum-sharing p{
    line-height: 30px;
    padding-top: 2px;
}
/* --------檢舉--------- */
.article-report{
    display: flex;
    justify-content: flex-end;
}
.article-report a{
    color: #888888;
    font-size: 14px;
}
.article-report a:hover{
    color: #A19177;
}


/* ------暱稱填寫------- */
.name-style-1 input{
    border: 1px solid #aaaaaa;
    outline-style: none ;
    padding-left: 20px;

}
.name-style-1 input:focus{
    border-color: #A19177;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 4px #A19177;
}

/* ----input字變淺---- */
.name-style-1 ::-webkit-input-placeholder{
    color: #B4B4B4;
}

/* ------留言發表--------- */
.respond-to-this-article p{
    margin-top: 10px;
    font-size: 14px;
}
.leave-a-message{
    margin-top: 10px;
    width: 100%;
    /* background: rgb(245, 245, 245); */
    /* justify-content: space-between; */

}

.input-box-text{
    width: 90%;
    height: 100px;
    border: 1px solid #aaaaaa;
    outline:none;
    padding: 15px;
    resize:none;
    margin-bottom: 40px;
    background: #f8f8f8;
}
.input-box-text::-webkit-input-placeholder { 
    color: rgb(167, 167, 167);
  }





.send-button{
    /* width: 7%; */
    width: 80px;
    height: 35px;
    background: #A19177;
    text-align: center;
    margin-left: 4%;
    
}
.send-button a{
    display: block;
    height: 35px;
    color: #ffffffff;
    /* font-size: 14px; */
    text-decoration: none;
    padding: 5px;
    transition: .2s;


}
.send-button a i{
    font-size: 12px;
    margin-right: 4px;
}
.send-button a:hover{
    background: #837660;

}







/* ---------留言區塊-------------- */


/* -------有留言---- */
.reply{
    width: 100%;
    border: 1px solid #aaaaaa;
    margin-bottom: 50px;
    margin-top: 25px;
    /* padding-bottom: 120px; */

}

.reply-time{
    font-size: 12px;
    color: #aaaaaa;
    margin-left: 15px;
    
}


.forum-sharing-text{
    margin-top: 10px;
}

.button-2{
    margin: 0 auto 60px auto;
}

/* -----更多留言---- */
.more-messages-block{
    width: 100%;
    text-align: center;
    transform: translateY(-30px);

}
.more-messages-block a {
    color: #A19177;
    font-weight: 600;

}

.more-messages-block a:hover{
    color: #837660;

}

@media screen and (max-width:1200px){
    .bread-crumbs{
        width: 90%;
        margin: 45px auto 15px auto;
        
    }
    .reply-wrapper{
        width: 90%;
        margin: 0 auto;
    }
    .leave-a-message input{
        width: 89%;
    
    }
    .send-button{
        /* width: 15%; */
        
    }
    
    
}
@media screen and (max-width:500px){
    .forum-sharing{
        margin-top: 30px;

    }
    .bread-crumbs , .content-block .publish p{
        font-size: 12px;
    }
    .publish{
        flex-wrap: wrap;
    }
    .publish h2{
        width: 100%;
    }
    .publish p{
        margin-left: 0;
    }

    .content-block h2{
        font-size: 15px;
    }
    .forum-sharing p , .article-report a , .more-messages-block a , .button-2 a , .name-style-1 input , .input-box-text{
        font-size: 13px;
    }
    .send-button a{
        font-size: 13px;
        padding-top: 8px;
    }
    .forum-sharing .reply-time , .article-report a{
        font-size: 12px;
    }


}