input{
    box-sizing: border-box;
}
.reply-fb{
    padding:0 30px;
}
.reply-input-title{
    width:100%;
    height:42px;
    border:1px solid #ededed;
    box-shadow: 0 0 2px #ededed;
    background-color:white;
}
.reply-input-title input{
    display:block;
    width:100%;
    height:100%;
    border:0;
    outline: none;
    padding-left:10px;
    box-sizing: border-box;
}
.reply-edit{
    margin-top:20px;
    width:100%;
    height:420px;
    border:1px solid #ededed;
    box-shadow: 0 0 2px #ededed;
    background-color:white;
}
.reply-btn{
    margin-top:20px;
}
.button{
    width:120px;
    height:38px;
    text-align: center;
    line-height: 38px;
    border:0;
    background-color:#25ADE7;
    color:white;
    border-radius:5px;
    position: relative;
    cursor: pointer;
}
.button.min{
    width:78px;
    height: 30px;
    line-height: 30px;
}
.button input{
    position: absolute;
    top:0;left:0;
    width:100% !important;
    height:100% !important;
    opacity: 0;
}
.forget-from {
    display:block;
    width: 380px;
}
.forget-from-item span {
    width: 82px;
    text-align: left;
    color:#666;
    flex-shrink: 0;
}
.forget-from-item .head-edit img{
    width:60px;
    height:60px;
    margin-right:20px;
    border:50%;
}
.forget-from-item input{
    width:308px;
}
.forget-from-item .head-edit{
    width:308px !important;
    display:flex;
    align-items: center;
}
.forget-from-item .btn{
    display: block;
    width: 308px;
    height: 32px;
    background-color: #28ADE9;
    color: white;
    border-radius: 5px;
    border: 2px solid transparent;
    text-align: center;
    line-height: 32px;
}

/* Ìû×ÓÏêÇé */
.bg-fe{
    background-color: #f1f1f1;
    width: 100%;
    padding:30px 0;
}
.post-details{
    color:#333333;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.post-details-container{
    background-color: white;
    padding:30px;
}
.post-details-container .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:18px 0;
}
.post-details-container .tit img{
    width:46px;
    height:46px;
    border-radius:50%;
    flex-shrink: 0;
}
.post-details-container .tit p{
    padding:0 20px;
}
.post-details-container .tit .date{
    color:#666;
    font-size:14px;
}
.post-details-container .tit .date::before{
    content:"|";
    padding-right:20px;
}
.post-details-container .tit div{
    display: flex;
    align-items: center;
}
.post-details-container .tit .i{
    color:#666;
    font-size:14px;
}
.post-details-container .container{
    line-height:42px;
}
.post-details-container .btns{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top:20px;
}
.post-details-container .btns .left, .post-details-container .btns .left div{
    display:flex;
    align-items: center;
    font-size:14px;
    color:#666;
    cursor: pointer;
    flex-shrink: 0;
}
.post-details-container .btns .left div img{
    width:18px;
    height:auto;
    margin-right:6px;
}
.post-details-container .btns .left div + div{
    margin-left:30px;
}
.post-details-container .btns .right{
    width:60%;
    display: flex;
    justify-content: space-between;
}
.post-details-container .btns .right a{
    width:50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#666;
}
.post-details-return{
    background-color: white;
    margin-top:30px;
    padding:20px 30px;
}
.post-details-return-item{
    display: flex;
    padding:20px 0;
    border-top:dashed 1px #ccc;
}
.post-details-return-item .head{
    width:7%;
    flex-shrink: 0;
    margin-right:2%;
    font-size:14px;
    text-align: center;
    color:#3EB7E4
}
.post-details-return-item .head img{
    width:100%;
    height:80px;
    border-radius:7px;
}
.post-details-return-item .content{
    width:86%;
}
.post-details-return-item .content p{
    font-size:16px;
    color:#333333;
    padding-top:20px;
}
.post-details-return-item .content span{
    display: inline-block;
    color:#666666;
    margin-right:30px;
    font-size:14px;
}
.post-details-return-item .rety{
    flex-shrink: 0;
    width:5%;
    text-align: right;
}
.post-details-return-item .rety .a{
    color:#3EB7E4
}
.post-details-page{
    display:flex;
    justify-content: center;
    padding:20px 0;
}
.post-details-page a ,.post-details-page span{
    width:32px;
    height:32px;
    border:1px solid #999999;
    text-align: center;
    line-height: 32px;
    background-color:white;
    cursor: pointer;
    margin-left:8px;
    color:#333;
}
.post-details-page a.active,.post-details-page a:hover ,.post-details-page span:hover{
    background-color:#25A9EB;
    color:white;
    border-color:#25A9EB;
}
.post-details-area{
    background-color: white;
    padding:20px 30px;
}
.post-details-area textarea{
    display: block;
    width:100%;
    resize:none;
    outline: none;
    height:80px;
    border:1px solid #f1f1f1;
    border-radius:6px;
    margin:12px 0;
    padding:12px;
}