.comments {
	margin-left: 0px;
	margin-right: 0px;
}


.gap.cms {
	display: block;
	position: relative;
	min-height: 7px;
	background-color: rgb(247, 248, 250);
	font-size: 0px;
}

.ct-title {
	height: 22px;
	margin-top: 24px;
	margin-bottom: 1px;
	overflow: hidden;
}

.ct-title::before {
	float: left;
	content: "";
	margin-left: 3px;
	width: 12px;
	height: 20px;
	margin-right: 12px;
	background: rgb(76, 126, 255);
	border-radius: 0px 2px 2px 0px;
}

span.cms-ct {
	height: 2px;
	line-height: 22px;
	display: block;
	margin-left: 22px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(55, 60, 71);
	font-family: PingfangSC-Semibold;
	background: 0% 0% / contain no-repeat;
}

.comment.cmt {
	display: flex;
	align-items: flex-start;
	padding: 12px 18px 0px;
}

.avatar.cmt,
.avatar.cmt img.cmt,
.avatar-placeholder.cmt {
	width: 32px;
	height: 32px;
	margin-right: 9px;
	background-color: rgb(238, 238, 238);
	font-size: 0px;
	border-radius: 50%;
}

.avatar.cmt img.cmt {
	opacity: 0;
	transition: opacity 0.2s ease-in;
}

.avatar.cmt,
.avatar.cmt img.cmt,
.avatar-placeholder.cmt {
	width: 32px;
	height: 32px;
	margin-right: 9px;
	background-color: rgb(238, 238, 238);
	font-size: 0px;
	border-radius: 50%;
}

.main.cmt {
	display: block;
	width: 0%;
	-webkit-box-flex: 1;
	position: relative;
	padding-bottom: 12px;
	flex: 1 1 0%;
}

.main.cmt .nick.cmt {
	font-size: 16px;
	color: rgb(34, 34, 34);
	font-family: pingfangSC-Medium;
	max-width: 60%;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.main.cmt .content.cmt {
	margin-top: 10px;
	font-size: 17px;
}

.size_n.cmt {
	font-size: 17px;
}

.main.cmt .content.cmt p.cmt {
	line-height: 24px;
	font-size: 16px;
	color: rgb(34, 34, 34);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

p.cmt_all {
	font-size: 16px;
}

.bottom_action.cmt {
	margin-top: 9px;
}

.main.cmt .time.cmt {
	font-size: 12px;
	color: rgb(130, 140, 155);
	line-height: 2px;
	height: 2px;
	float: left;
}

.main.cmt .actions.cmt {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	line-height: 1;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

.main.cmt .actions.cmt .like.cmt {
	background-image: url(//mat1.gtimg.com/pingjs/ext2020/xw-article-icons/newui/comment-icon-up.svg);
}

.main.cmt .actions.cmt .like.cmt {
	display: inline-block;
	color: rgb(130, 140, 155);
	padding-right: 19px;
	background-size: 16px;
	text-decoration: none;
	background-position: right center;
	background-repeat: no-repeat;
	outline: none;
}

.main.cmt::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 1px;
	transform: scaleY(0.5);
	border-bottom: 1px solid rgb(240, 240, 240);
}

.more.padding.cmtm {
	padding: 15px 0px;
}

.more.cmtm {
	position: relative;
}

.more.border.cmtm::before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0px;
	height: 1px;
	transform: scaleY(0.5);
	transform-origin: center top 0px;
	background: rgb(240, 240, 240);
}

.more a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: rgb(80, 118, 245);
	line-height: 18px;
	font-family: PingFangSC-Medium;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none;
}



[class*=block-grid-] {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none
}

[class*=block-grid-]:before,
[class*=block-grid-]:after {
	content: " ";
	display: table
}

[class*=block-grid-]:after {
	clear: both
}

[class*=block-grid-]>li {
	display: block;
	height: auto;
	float: left
}

.sm-block-grid-1>li {
	width: 100%
}

.sm-block-grid-1>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-1>li:nth-of-type(1n+1) {
	clear: both
}

.sm-block-grid-2>li {
	width: 50%
}

.sm-block-grid-2>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-2>li:nth-of-type(2n+1) {
	clear: both
}

.sm-block-grid-3>li {
	width: 33.33333%
}

.sm-block-grid-3>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-3>li:nth-of-type(3n+1) {
	clear: both
}

.sm-block-grid-4>li {
	width: 25%
}

.sm-block-grid-4>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-4>li:nth-of-type(4n+1) {
	clear: both
}

.sm-block-grid-5>li {
	width: 20%
}

.sm-block-grid-5>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-5>li:nth-of-type(5n+1) {
	clear: both
}

.sm-block-grid-6>li {
	width: 16.66667%
}

.sm-block-grid-6>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-6>li:nth-of-type(6n+1) {
	clear: both
}

.sm-block-grid-7>li {
	width: 14.28571%
}

.sm-block-grid-7>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-7>li:nth-of-type(7n+1) {
	clear: both
}

.sm-block-grid-8>li {
	width: 12.5%
}

.sm-block-grid-8>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-8>li:nth-of-type(8n+1) {
	clear: both
}

.sm-block-grid-9>li {
	width: 11.11111%
}

.sm-block-grid-9>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-9>li:nth-of-type(9n+1) {
	clear: both
}

.sm-block-grid-10>li {
	width: 10%
}

.sm-block-grid-10>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-10>li:nth-of-type(10n+1) {
	clear: both
}

.sm-block-grid-11>li {
	width: 9.09091%
}

.sm-block-grid-11>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-11>li:nth-of-type(11n+1) {
	clear: both
}

.sm-block-grid-12>li {
	width: 8.33333%
}

.sm-block-grid-12>li:nth-of-type(n) {
	clear: none
}

.sm-block-grid-12>li:nth-of-type(12n+1) {
	clear: both
}



form {
    display: block;
    margin-top: 0em;
}
.form-group {
    margin-bottom: 15px;
}
.form-group div {
    display: block;
}
.font-grey-silver {
    color: #bfbfbf!important;
}
.control-label {
    margin-top: 1px;
}
.btn-xs {
    padding: 1px 5px;
}
.btn-sm, .btn-xs {
    padding: 4px 10px 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group label {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    cursor: default;
}
textarea.form-control {
    height: auto;
}
.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    overflow: auto;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
textarea {
    font-family: monospace;
    border-color: rgb(169, 169, 169);
}
textarea {
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}
input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}