/**
	* ----- 详情页头部 ---- *
 */
 .detail-header-body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #f3f3f3;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	z-index: 99;
	background: #fff;
}
.detail-header-container {
	width: 100%;
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	padding: 0 117px;
	min-height: 66px;
	line-height: 66px;
	text-align: center;
	font-size: 36px;
}
.detail-header-container .btn-box {
	position: absolute;
	top: 0;
	height: 66px;
}
.detail-header-container .btn-box::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.detail-header-container .btn-box .btn {
	width: 45px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.detail-header-container .left-btns {
	left: 27px;
}
.detail-header-container .left-btns .btn {
	float: left;
}
.detail-header-container .right-btns {
	right: 27px;
}
.detail-header-container .right-btns .btn {
	float: right;
	font-size: 24px;
}
.header-fixed-blank {
	padding-top: calc(20px + 1px);
}
@media (max-width:768px) {
	.detail-header-body {
		box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.2);
	}
	.detail-header-container {
		padding: 0 15.6vw;
		min-height: 8.8vw;
		line-height: 8.8vw;
		font-size: 4.8vw;
	}
	.detail-header-container .btn-box {
		height: 8.8vw;
	}
	.detail-header-container .btn-box .btn {
		width: 6vw;
		height: 8.8vw;
	}
	.header-fixed-blank {
		padding-top: calc(2.8vw + 1px);
	}
	.detail-header-container .left-btns {
		left: 3.6vw;
	}
	.detail-header-container .right-btns {
		right: 3.6vw;
		font-size: 3.2vw;
	}
	.detail-header-container .right-btns .btn {
		font-size: 3.2vw;
	}
}
@media (max-width:475px) {
	.detail-header-container .right-btns .btn {
		font-size: 3.6vw;
	}
}
/**
	* ----- 详情页头部 ---- *
 */
.yh-header-body {
	z-index: 99;
	background: #1040a1;
}
.yh-header-container {
	width: 100%;
	position: relative;
	max-width: 768px;
	margin: 0 auto;
	padding: 0 150px;
	min-height: 75px;
	line-height: 75px; 
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 1px #002a78;
}
.yh-header-container .logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 72%;
	top: 14%;
}
.yh-header-container .btn-box {
	position: absolute;
	top: 0px;
	height: 75px;
}
.yh-header-container .btn-box::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.yh-header-container .btn-box .btn {
	width: 75px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.yh-header-container .left-btns {
	left: 15px;
}
.yh-header-container .left-btns .btn {
	float: left;
}
.yh-header-container .right-btns {
	right: 15px;
}
.yh-header-container .right-btns .btn {
	float: right;
	font-size: 36px;
}
@media (max-width:768px) {
	.yh-header-container {
		padding: 0vw 20vw;
		min-height: 10vw;
		line-height: 10vw;
		font-size: 4.8vw;
	}
	.yh-header-container .btn-box {
		height: 10vw;
		top: 0vw;
	}
	.yh-header-container .btn-box .btn {
		width: 10vw;
		height: 10vw;
	}
	.yh-header-container .left-btns {
		left: 2vw;
	}
	.yh-header-container .right-btns {
		right: 2vw;
		font-size: 4.8vw;
	}
	.yh-header-container .right-btns .btn {
		font-size: 4.8vw;
	}
}
/**
	* ----- detail-title-container ---- *
 */
.detail-title-container {
	padding-top: 25px;
	margin-bottom: 28px;
}
.detail-title-container h1 {
	line-height: 64px;
	font-size: 42px;
	color: #121212;
	font-weight: bold;
}
.detail-title-container .basic-info {
	margin-top: 18px;
	position: relative;
	line-height: 40px;
	font-size: 22px;
	color: #a0a0a0;
}
.detail-title-container .basic-info .item {
	display: inline-block;
	float: left;
}
.detail-title-container .basic-info i.split {
	margin: 0 15px;
	float: left;
}
.detail-title-container .basic-info .item i.yh-iconfont {
	margin-right: 9px;
}
.detail-title-container .basic-info .info {
	font-size: 24px;
	line-height: 125%;
	color: #8e8e8e;
}
.detail-title-container .basic-info .source {
	font-size: 30px;
	color: #161616;
	line-height: 140%;
}
.detail-title-container .basic-info .info span {
	display: inline-block;
	margin-right: 18px;
}
@media (max-width:768px) {
	.detail-title-container {
		padding-top: 3.2vw;
		margin-bottom: 3.6vw;
	}
	.detail-title-container h1 {
		line-height: 8.4vw;
		font-size: 5.6vw;
	}
	.detail-title-container .basic-info {
		margin-top: 2.8vw;
		line-height: 5.2vw;
		font-size: 2.4vw;
	}
	.detail-title-container .basic-info i.split {
		margin: 0 2vw;
	}
	.detail-title-container .basic-info .item i.yh-iconfont {
		margin-right: 1.2vw;
	}
	.detail-title-container .basic-info .info {
		font-size: 3.2vw;
	}
	.detail-title-container .basic-info .source {
		font-size: 4vw;
	}
	.detail-title-container .basic-info .info span {
		margin-right: 2.4vw;
	}
}
@media (max-width:475px) {
	.detail-title-container .basic-info {
		line-height: 6.8vw;
		font-size: 3.6vw;
	}
	.detail-title-container .basic-info .info {
		font-size: 3.6vw;
	}
	.detail-title-container .basic-info .source {
		font-size: 4.4vw;
	}
}
/**
	* ----- content-container ---- *
 */
.content-container {
	margin-top: 54px;
	margin-bottom: 27px;
	font-size: 32px;
	line-height: 175%;
	color: #090909;
        /* padding-bottom: 80px; */
}
.content-container section {
	/* 解决凡闻内容宽度固定且flex布局造成的显示异常 */
	max-width: 100%;
	overflow-x: auto;
}
.content-container p {
	padding: 18px 0;
}
.content-container img {
	max-width: 100% !important;
	height: auto !important;
}
.content-container video {
	max-width: 100%;
    width:100%;
	height: auto;
	max-height: 90vh;
	background: #000;
}
.content-container audio {
	text-align: center;
}
.content-container .video-js{
	max-width: 100%;
	margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #fff;
	height: auto !important;
}
.content-container .video-js video{
        position: relative;
    right: auto;
	left: auto;
	top: auto;
	margin: 0 auto;
    max-width: 100%;
	height: auto;
    width: auto;
}
.content-container .enorth-video-center {
	height: auto !important;
	max-width: 100%!important;
	max-height: 90vh!important;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	line-height: 0;
}
.content-container .enorth-video-center video {
	height: auto;
	width: auto !important;
	max-width: 100%;
	/* object-fit: fill; */
	margin: 0 auto;
}
@media (max-width:768px) {
	.content-container {
		margin-bottom: 3.6vw;
		margin-top: 4.4vw;
		font-size: 4.4vw;
	}
	.content-container p {
		padding: 2.4vw 0;
	}
       .content-container .video-js video {
		width: 100%;
	}
}
/**
	* ----- detail-comment-container ---- *
 */
.detail-comment-container {
	border-top: 3px solid #fafafa;
	padding-top: 21px;
	padding-bottom: 54px;
}
.detail-comment-container .comment-header-box {
	position: relative;
	height: 48px;
	line-height: 48px;
	font-size: 33px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 42px;
}
.detail-comment-container .comment-header-box b.number {
	margin-left: 18px;
}
.detail-comment-container .comment-header-box .right-link {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	line-height: 48px;
	font-size: 28px;
	color: #898989;
	font-weight: normal;
}
.detail-comment-container .comment-header-box .right-link b {
	margin-right: 8px;
	font-weight: normal;
}
.detail-comment-list .item {
	margin-top: 42px;
	position: relative;
	padding-left: 78px;
}
.detail-comment-list .item:first-of-type {
	margin-top: 0;
}
.detail-comment-list .head-portrait {
	position: absolute;
	top: 0;
	left: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	border-radius: 50%;
}
.detail-comment-list .head-portrait img {
	position: absolute;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.detail-comment-list .name-bar {
	height: 57px;
	display: flex;
	justify-content: left;
	align-items: center;
	line-height: 36px;
	font-size: 27px;
	color: #000000;
	position: relative;
}
.detail-comment-list .name-bar .status {
	margin-left: 26px;
	font-size: 24px;
	color: #0648f3;
}
.detail-comment-list .thumbs-up-box {
	float: left;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	font-size: 20px;
	color: #959595;
	cursor: pointer;
	margin-left: 42px;
}
.detail-comment-list .thumbs-up-box.thumbs-up {
	color: #e12417;
	/* border: 1px solid #fff; */
}
.detail-comment-list .thumbs-up-box .yh-iconfont {
	margin-right: 8px;
}
.detail-comment-list .thumbs-up-box .word {
	font-size: 20px;
}
.detail-comment-list .comment {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 137.5%;
	color: #030303;
}
.detail-comment-list .comment img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.detail-comment-list .basic-info {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	font-size: 20px;
	line-height: 165%;
	position: relative;
}
.detail-comment-list .basic-info .number {
	color: #2b5793;
	margin-right: 12px;
	white-space: nowrap;
}
.detail-comment-list .basic-info .time-source {
	color: #959595;
}
.detail-comment-list .basic-info .operate {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	line-height: 165%;
	color: #959595;
	cursor: pointer;
}
.detail-comment-list .basic-info .operate .btn {
	float: left;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	font-size: 20px;
	color: #959595;
	cursor: pointer;
}
.detail-comment-list .comment-comment {
	margin-top: 20px;
	padding: 30px;
	background: #fafafa;
	line-height: 40px;
	font-size: 26px;
	color: #000000;
	/* display: flex;
	align-items: flex-start;
	justify-content: left; */
}
.detail-comment-list .comment-comment h3 {
	font-size: 28px;
	font-weight: normal;
	white-space: nowrap;
	display: inline-block;
}
.detail-comment-list .comment-comment h3 .tag {
	margin-left: 10px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	font-size: 24px;
	color: #ff381a;
	background: #f7eeee;
	text-shadow: 0 0 3px #fff;
	border-radius: 16px;
	font-weight: normal;
}
.detail-comment-list .round-thumbs-box {
	width: 92px;
	height: 92px;
	margin: 15px auto 0;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #7d7d7d;
	background: #fff;
	font-size: 42px;
	color: #7d7d7d;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail-comment-list .round-thumbs-box.active {
	background-image: linear-gradient( #dd1a0b, #d5291d);
	-webkit-background-clip: text;
	color: transparent;
	border-color: #d5291d;
}
.detail-comment-list .thumbser-bar {
	margin-top: 18px;
	text-align: center;
	line-height: 150%;
	font-size: 24px;
	color: #707070;
	cursor: pointer;
}
.detail-comment-list .thumbser-bar span {
	display: inline-block;
	margin: 0 15px;
	color: #154688;
}
.more-comment-bar {
	margin-top: 60px;
	line-height: 40px;
	font-size: 26px;
	color: #b8b8b8;
	text-align: center;
}
.more-comment-bar a {
	color: #1c4b8c;
}
@media (max-width:768px) {
	.detail-comment-container {
		border-top-width: 0.4vw;
		padding-top: 2.8vw;
		padding-bottom: 7.2vw;
	}
	.detail-comment-container .comment-header-box {
		height: 6.4vw;
		line-height: 6.4vw;
		font-size: 4.4vw;
		margin-bottom: 5.6vw;
	}
	.detail-comment-container .comment-header-box b.number {
		margin-left: 2.4vw;
	}
	.detail-comment-container .comment-header-box .right-link {
		height: 6.4vw;
		line-height: 6.4vw;
		font-size: 3.6vw;
	}
	.detail-comment-container .comment-header-box .right-link b {
		margin-right: 1.2vw;
	}
	.detail-comment-list .item {
		margin-top: 5.6vw;
		padding-left: 10.4vw;
	}
	.detail-comment-list .head-portrait {
		width: 7.6vw;
		height: 7.6vw;
	}
	.detail-comment-list .name-bar {
		height: 7.6vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
	}
	.detail-comment-list .name-bar .status {
		margin-left: 3.6vw;
		font-size: 3.2vw;
	}
	.detail-comment-list .thumbs-up-box {
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 2.8vw;
		margin-left: 5.6vw;
	}
	.detail-comment-list .thumbs-up-box.thumbs-up {
		/* border-width: 0.4vw; */
	}
	.detail-comment-list .thumbs-up-box .yh-iconfont {
		margin-right: 1.2vw;
	}
	.detail-comment-list .thumbs-up-box .word {
		font-size: 2.8vw;
	}
	.detail-comment-list .comment {
		margin: 0 0 1.6vw;
		font-size: 4.4vw;
	}
	.detail-comment-list .comment img {
		border-radius: 0.8vw;
	}
	.detail-comment-list .basic-info {
		font-size: 2.8vw;
	}
	.detail-comment-list .basic-info .number {
		margin-right: 1.6vw;
	}
	.detail-comment-list .basic-info .operate .btn {
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 2.8vw;
	}
	.detail-comment-list .comment-comment {
		margin-top: 2.8vw;
		padding: 4vw;
		line-height: 5.2vw;
		font-size: 3.6vw;
	}
	.detail-comment-list .comment-comment h3 {
		font-size: 3.6vw;
	}
	.detail-comment-list .comment-comment h3 .tag {
		margin-left: 1.2vw;
		height: 4.4vw;
		line-height: 4.4vw;
		padding: 0 1.2vw;
		font-size: 3.2vw;
		text-shadow: 0 0 0.4vw #fff;
		border-radius: 2vw;
	}
	.detail-comment-list .round-thumbs-box {
		width: 12.4vw;
		height: 12.4vw;
		margin: 2vw auto 0;
		border-width: 0.4vw;
		font-size: 5.6vw;
	}
	.detail-comment-list .thumbser-bar {
		margin-top: 2.4vw;
		font-size: 3.2vw;
	}
	.detail-comment-list .thumbser-bar span {
		margin: 0 2vw;
	}
	.more-comment-bar {
		margin-top: 8vw;
		line-height: 5.6vw;
		font-size: 3.6vw;
	}
}
@media (max-width:475px) {
	.detail-comment-list .name-bar .status {
		font-size: 3.6vw;
	}
	.detail-comment-list .thumbs-up-box .word {
		font-size: 3.6vw;
	}
	.detail-comment-list .basic-info {
		font-size: 3.6vw;
	}
	.detail-comment-list .basic-info .operate .btn {
		height: 7.26vw;
		line-height: 7.26vw;
		font-size: 3.6vw;
	}
	.detail-comment-list .comment-comment h3 .tag {
		font-size: 3.6vw;
	}
	.detail-comment-list .thumbser-bar {
		font-size: 3.6vw;
	}
}
/**
	* ----- container ---- *
 */
.detail-bottom-body {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.detail-bottom-container {
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	padding: 12px 27px 27px;
}
.comment-form-box {
	float: left;
	width: 56%;
}
.comment-form-box label {
	display: block;
	width: 100%;
	height: 63px;
	border-radius: 9px;
	overflow: hidden;
	position: relative;
	padding: 0 21px;
	background: #f7f7f7;
}
.comment-form-box .icon {
	display: none;
	position: absolute;
	left: 24px;
	top: 0px;
	width: 40px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 30px;
	color: #737373;
} 
.comment-form-box .text-input {
	width: 100%;
	height: 63px;
	line-height: 63px;
	border: none;
	outline: none;
	background: none;
	font-size: 27px;
	color: #333;
}
.comment-form-box p {
	width: 100%;
	height: 63px;
	line-height: 63px;
	border: none;
	outline: none;
	background: none;
	font-size: 27px;
	color: #999;
}
.bottom-operate-box {
	float: right;
	width: 37.4%;
	height: 63px;
	display: flex;
	justify-content: space-between;
}
.bottom-operate-box .operate-item {
	width: 60px;
	height: 63px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #484848;
}
.bottom-operate-box .operate-item.star-active {
	background-image: linear-gradient( #f9d67d, #fcb62c);
	-webkit-background-clip: text;
	color: transparent;
}
.bottom-operate-box .operate-item.thumbs-active {
	background-image: linear-gradient( #dd1a0b, #d5291d);
	-webkit-background-clip: text;
	color: transparent;
}
.bottom-operate-box .badge-box {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 8px;
	border-radius: 5px;
	border: 2px solid #fff;
	box-shadow: 0 0 1px #fff;
	line-height: 21px;
	font-size: 15px;
	color: #fff;
	background: #e21f1c;
	text-shadow: 0 0 1px #c7170b;
}
.bottom-fixed-blank {
	padding-bottom: 102px;
}
@media (max-width:768px) {
	.detail-bottom-body {
		box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.2);
	}
	.detail-bottom-container {
		padding: 1.6vw 3.6vw 3.6vw;
	}
	.comment-form-box label {
		height: 8.4vw;
		border-radius: 1.2vw;
		padding: 0 2.8vw;
	}
	.comment-form-box .icon {
		left: 3.2vw;
		width: 5.2vw;
		height: 8vw;
		font-size: 4vw;
	} 
	.comment-form-box .text-input {
		height: 8.4vw;
		line-height: 8.4vw;
		font-size: 3.6vw;
	}
	.comment-form-box p {
		height: 8.4vw;
		line-height: 8.4vw;
		font-size: 3.6vw;
	}
	.bottom-operate-box {
		height: 8.4vw;
	}
	.bottom-operate-box .operate-item {
		width: 8vw;
		height: 8.4vw;
		font-size: 4.8vw;
	}
	.bottom-operate-box .badge-box {
		padding: 0 0.75vw;
		border-radius: 0.8vw;
		border-width: 0.4vw;
		line-height: 3.2vw;
		font-size: 2.4vw;
	}
	.bottom-fixed-blank {
		padding-bottom: calc(62px + 4vw);
	}
}
/**
	* ----- popup-container ---- *
 */
.popup-container {
	position: fixed;
	bottom: -100vh;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: .2s ease-in-out;
	transition-delay: 0.3s;
}
.popup-container.popup-open {
	bottom: 0;
	opacity: 1;
	transition: .0s ease-in-out;
	/* transition-delay: 0.3s; */
}
.popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	transition: .1s ease-in-out;
}
.popup-open .popup-bg {
	opacity: 1;
	transition: .1s ease-in-out;
}
.popup-wrapper {
	position: absolute;
	bottom: -100vh;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
	transition: .2s ease-in-out;
}
.popup-open .popup-wrapper {
	bottom: 0;
	transition: .4s ease-in-out;
}
.popup-inner-container {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.popup-head {
	height: 112px;
	line-height: 112px;
	padding: 0 112px;
	font-size: 32px;
	color: #010101;
	text-align: center;
	position: relative;
	box-shadow: 0 0px 8px rgba(255, 255, 255, 1);
	z-index: 1;
}
.popup-head .side-btns {
	position: absolute;
	top: 0;
	height: 112px;
}
.popup-head .left-btns {
	left: 0;
}
.popup-head .left-btns {
	right: 0;
}
.popup-head .side-btns .btn {
	width: 90px;
	height: 112px;
	border: none;
	outline: none;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 27px;
	color: #000000;
}
.popup-body {
	max-height: calc(95.8vh - 112px - 90px);
	overflow-y: auto;
	padding: 8px 24px 36px;
}
.popup-operate-box {
	padding: 15px 30px;
	background: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.comments-allcomment-box {
	margin-top: 24px;
	border-top: 2px solid #fafafa;
	padding-top: 27px;
}
.comments-allcomment-box h2.head {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #000;
	margin-bottom: 30px;
}
.reply-comment-bar {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}
.reply-comment-bar label {
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
	background: #f8f8f8;
	/* padding: 0 24px 0 80px; */
	padding: 0 24px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: left;
}
.reply-comment-bar .icon{
	display: none;
	position: absolute;
	left: 24px;
	top: 0;
	width: 42px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 33px;
	color: #7b7b7b;
}
.reply-comment-bar .replyer {
	display: block;
	width: 100%;
	line-height: 60px;
	word-spacing: nowrap;
	font-size: 27px;
	color: #6f6f6f;
	font-weight: normal;
}
.reply-comment-bar .text-input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: none;
	background: none;
	outline: none;
	font-size: 27px;
	color: #333;
}
@media (max-width:768px) {
	.popup-wrapper {
		border-radius: 2.4vw 2.4vw 0 0;
		box-shadow: 0 0 0.8vw rgba(0, 0, 0, 0.9);
	}
	.popup-head {
		height: 14.8vw;
		line-height: 14.8vw;
		padding: 0 14.8vw;
		font-size: 4.4vw;
	}
	.popup-head .side-btns {
		height: 14.8vw;
	}
	.popup-head .side-btns .btn {
		width: 12vw;
		height: 14.8vw;
		font-size: 3.6vw;
	}
	.popup-body {
		max-height: calc(95.8vh - 14.8vw - 12vw);
		padding: 1.2vw 3.2vw 4.8vw;
	}
	.popup-operate-box {
		padding: 2vw 4vw;
		box-shadow: 0 0 1.2vw rgba(0, 0, 0, 0.2);
	}
	.comments-allcomment-box {
		margin-top: 3.2vw;
		border-top-width: 0.4vw;
		padding-top: 3.6vw;
	}
	.comments-allcomment-box h2.head {
		height: 5.6vw;
		line-height: 5.6vw;
		font-size: 3.6vw;
		margin-bottom: 4vw;
	}
	.reply-comment-bar label {
		height: 8vw;
		border-radius: 4vw;
		padding: 0 3.2vw;
	}
	.reply-comment-bar .icon{
		left: 3.2vw;
		width: 5.6vw;
		height: 8vw;
		font-size: 4.4vw;
	}
	.reply-comment-bar .replyer {
		line-height: 8vw;
		font-size: 3.6vw;
	}
	.reply-comment-bar .text-input {
		height: 8vw;
		line-height: 8vw;
		font-size: 3.6vw;
	}
}
/**
	* ----- post-comment-box ---- *
 */
.post-comment-box {
	padding: 30px;
}
.post-comment-box textarea.comment-area {
	line-height: 40px;
	width: 100%;
	height: 140px;
	padding: 10px;
	font-size: 30px;
	color: #333;
	border: none;
	background: #f8f8f8;
	outline: none;
	border-radius: 12px;
	margin-bottom: 27px;
}
.post-comment-box .operate-bar {
	position: relative;
	height: 45px;
}
.post-comment-box .operate-bar .post-btn{
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: none;
	outline: none;
	font-size: 32px;
	color: #ff4435;
}
.post-comment-box .operate-bar .post-btn.disabled {
	color: rgb(204, 204, 204);
}
@media (max-width:768px) {
	.post-comment-box {
		padding: 4vw;
	}
	.post-comment-box textarea.comment-area {
		line-height: 5.6vw;
		height: 20vw;
		padding: 1.6vw;
		font-size: 4vw;
		border-radius: 1.6vw;
		margin-bottom: 3.6vw;
	}
	.post-comment-box .operate-bar {
		height: 6vw;
	}
	.post-comment-box .operate-bar .post-btn{
		height: 6vw;
		font-size: 4.4vw;
	}
}
/**
	* ----- container ---- *
 */
.container {
	width: 92.8%;
	margin: 0 auto;
}

/* ---- to-top-box ----- */
.open-app-box {
	height: 60px;
	width: 100%;
	margin-top: 36px;
	line-height: 60px;
	background: #1040a1;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	cursor: pointer;
}
.to-top-box {
	position: fixed;
	bottom: calc(180px + 62px);
	right: -100px;
	margin-right: -390px;
	width: 60px;
	height: 60px;
	background: url(../img/icon-top.png) center center / 61.8% auto no-repeat rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	cursor: pointer;
	z-index: 999px;
	transition: .3s ease-in-out;
}
.to-top-box.show {
	right: 50%;
}
@media (max-width:768px) {
	.open-app-box {
		height: 8vw;
		margin-top: 4.8vw;
		line-height: 8vw;
		font-size: 2.4vw;
		border-radius: 4vw;
	}
	.to-top-box  {
		bottom: calc(12vw + 62px);
		left: auto;
		right: -20vw;
		margin-right: 0;
		width: 10vw;
		height: 10vw;
	}
	.to-top-box.show {
		right: 2vw;
	}
}
@media (max-width:475px) {
	.open-app-box {
		font-size: 3.6vw;
	}
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2023-12-15 15:00:55" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->