@import url("//at.alicdn.com/t/c/font_4790152_ijcouehgdrc.css");
.t-main{
    margin: auto;
    display: block;
    opacity: 1;
    border-radius: 5px;
    background-color: var(--BG-2);
}
.t-main *{
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}
.t-main a{
	cursor:pointer;
	color: inherit;
}
.t_name{
    padding: 15px 18px 15px 27px;
    border-bottom: 1px solid rgb(137 137 137 / 30%);
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.t_name:before{
	content: "";
	height: 24px;
	width: 3px;
	background-color: #10aeff;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12px;
	border-radius: 5px;
}
.addTwitter{
    font-size: 12px !important;
    font-weight: normal;
    display: inline-block;
    color: white;
    background-color: var(--BLUE);
    padding: 4px 8px;
    border-radius: 4px;
}
.t-list{
    padding: 10px 5px;
}
.t-panel{
    display: flex;
    padding: 12px 15px;
    border-radius: 5px;
    /* margin-bottom: 14px; */
    transition: .2s;
}
.t-panel .t-author{}
.t-panel .t-author .t-avatar{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.t-panel .t-author .t-avatar img{
    width: 100%;
    height: 100%;
}
.t-panel .t-wrap{
    flex: 1;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.t-panel .t-wrap .t-card-body{
    font-size: 1.1em;
    width: 100%;
    flex: 1;
    /* color: black; */
}
.t-panel .t-wrap .t-card-body img{
    max-width: 100%;
    border-radius: 8px;
    padding: 5px;
}

.t-panel .t-wrap .t-card-footer{
    width: 100%;
    font-size: 13px;
    color: #8f8f8f;
    margin-top: 8px;
    line-height: 21px;
}
.t-panel .t-wrap .t-card-footer i{
    font-size: inherit;
}
.t-panel .t-wrap .t-card-footer span{
    margin-right: 6px;
}
.t-panel .t-wrap .t-card-footer a{
    color: var(--BLUE);
    display: inline-block;
}
.t-panel .t-wrap .t-card-footer .float-right{
    float: right;
}
.t-panel .t-wrap .t-card-footer .float-right a{
    margin-left:5px;
    font-size: 12px;
}

.t-detail{
    border-radius: 5px;
}
.t-content{
    margin-bottom: 15px;
    background-color: var(--BG-2);
    border-radius: 5px;
}
.t-content .t-detail-location{
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid var(--FG-3);
    color: var(--FG-1);
}
.t-content .t-detail-location a{
    display: inline-block;
    margin: 0 2px;
    color: #10aeff;
}
.t-content .brief{
    min-height: 125px;
    font-size: 16px;
    padding: 15px;
    line-height: 25px;
}
.t-content .t-detail-info{
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 15px;
    border-top: 1px solid #ededed;
}
.t-content .t-detail-info span{
    display: inline-block;
    margin: 0 5px;
}
.t-content .t-detail-info span i{
    font-size: inherit;
}
.t-content .t-detail-info .info{
    flex: 1;
    color: #838383;
}
.t-content .t-detail-info .praise{
    font-size: 20px;
    color: #8d8d8d;
}
.t-comment{
    padding: 10px 8px;
    background-color: var(--BG-2);
    border-radius: 5px;
}




/*comment*/
.comment-post{
    margin-bottom: 20px;
}
.yy_comment_replay .comment-post{
	background-color: #e7e7e7;
	margin: 0;
	margin-top: 8px;
	padding: 10px 5px;
	border-radius: 7px;
}
.log_comments{
    font-size: 14px;
    color: var(--yylog-FG-0);
    padding: 15px;
    background-color: var(--yylog-BG-1);
    border-radius: 8px;
    margin-top: 15px;
}
.yy_comment-header{
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 8px;
    padding: 16px 5px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    font-size: 18px;
}
.yy_comment-header i{
	font-size: 25px;
}
.yy_comment-header label{
    margin-left: 5px;
}
.yy_comment-header a{
    float: right;
    display: inline-block;
    color: var(--yylog-TAG-TEXT-GREEN);
}
.yy_comment-wrap{
    /* color: white; */
}
.yy_comment-wrap a{
    color: #10aeff;
}
.yy_comment-wrap .yy_comment_item{
    overflow: hidden;
    padding: 8px 0;
}
.yy_comment_item+.yy_comment_item{
	margin-top: 20px;
}
.yy_comment_item .avatar{
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    overflow: hidden;
}
.yy_comment_item .avatar img{
    width: 100%;
    height: 100%;
}
.yy_comment_item .comment-infos,.yy_comment_item .comment-infos-unGravatar{
    margin-left: 50px;
}
.yy_comment_item .comment-infos-unGravatar{}
.comment_content_head{
    overflow: hidden;
}
.comment_content_head b{
    vertical-align: middle;
}
.comment_content_head .yy_comment_time{
    margin-left: 5px;
    font-size: 12px;
}
.yy_comment_content{
    white-space: pre-wrap;
    word-break: break-all;
    margin-top: 3px;
}
.comment_content_foot{
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 5px;
    overflow: hidden;
}
.comment_content_foot .comment_replay_btn{
    float: right;
    margin-right: 8px;
}

.yy_comment_children{
	margin-left:52px;
	margin-top: 14px;
}
.yy_comment_children .yy_comment_children{
	margin-left:0;
}
.form_textarea_head{
    overflow: hidden;
    margin: 0 5px;
    display: flex;
    align-items: center;
}
.form_textarea_head .avatar{
    /* float: left; */
    width: 30px;
    height: 30px;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}
.form_textarea_head .avatar img{
    width: 100%;
    height: 100%;
}
.form_textarea_head label{
	vertical-align:middle;
	display: inline-block;
	margin-left: 5px;
}
.form_textarea{
    background-color: var(--BG-3);
    padding: 8px;
    margin: 5px;
    border-radius: 3px;
}
.form_textarea textarea{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    display: block;
    border:0;
    line-height: 24px;
    background-color: transparent;
    resize: none;
    color: var(--FG-0);
}
div+.form_textarea{
    margin-top: 10px;
}
.comment-info{display: flex;}
.comment-info div{
    width: 100%;
    margin: 5px;
}
.comment-info input{
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 0;
    border-radius: 3px;
    background-color: #f9f9f9;
}
.subtn{
    background-color: var(--BLUE);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    border: 0;
}
.cookieTip{
    margin: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #919191;
}
.cookieTip i{
    margin-right: 5px;
    font-size: 14px;
    color: #ffb300;
}
.null{
    text-align: center;
    color: #b5b5b5;
    padding: 50px 0;
}
.t-pageurl{
    margin: 15px 0;
    padding: 10px;
    text-align: center;
}
.t-pageurl span,.t-pageurl a{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: black;
}
.t-pageurl a{
    background-color: #10aeff;
    color: white;
}
@media screen and (max-width: 600px) {
    .comment-info{display: block;}
    .comment-info div{
        margin: 2% 0;
    }
    .form_textarea,.form_textarea_head{
        margin:0;
    }
}