* {
	margin: 0;
	padding: 0;
}

html,
body {
	background-color: #ffffff;
}

.logo {
	width: 40px;
	height: 40px;
	border-radius: 5px;




}

.header {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 80px 0 20px;
	cursor: pointer;
}

.header img {
	width: 18px;
	height: 18px;
}

.head-tit {
	color: #666;
	font-size: 14px;
}

.content {
	/* height: 100vh; */
	width: 1080px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 20px 0;

	-webkit-overflow-scrolling: touch;
}


.head {
	padding: 0px 10px 10px;
	/* border-top: 1px solid #f6f6f6; */
}

.price {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;

}

.price-cen {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.price-label {
	font-size: 26px;
	font-weight: bold;
	color: #D5362A;
}

.price-value {
	margin-left: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 4px;
}

.flex-row-center-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.head-item {
	margin-top: 5px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.head-item-cell {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 25%;
}

.hic-label {
	font-size: 12px;
	color: #666;
}

.hic-value {
	margin-left: 5px;
	font-size: 12px;
	color: #333;
}

.tabs {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-top: 8px solid #ffffff;
	padding: 0 10px;
	margin-bottom: 10rpx;
	border-bottom: 1px solid #ffffff;

}

.tabs-item {
	width: 12.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tabs-item-text {
	font-size: 12px;
	line-height: 24px;
	color: #999;
}

.tabs-item-text-active {
	color: #333;
}

.tabs-item-bar {
	width: 0;
	height: 2px;
	background-color: transparent;
	transition: all .2s;
}

.tabs-item-bar-active {
	width: 16px;
	background-color: #333;
}

.category {
	position: sticky;
	top: 0;
	z-index: 999;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ededed;
	padding: 0 10px 5px;
	margin: 10px;
}

.category-item-wrap {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.category-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category-item-text {
	font-size: 14px;
	line-height: 28px;
	color: #999;

}

.category-item-text-active {
	color: #000;
	font-weight: 400;
}

.category-item-bar {
	width: 0;
	height: 2px;
	background-color: transparent;
	transition: all .2s;
}

.category-item-bar-active {
	width: 100%;
	background-color: #ffffff;
}

.category-main {
	padding: 10px;


}

.depth-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.depth-head-left {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.depth-head-center {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.depth-head-right {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.depth-head-label {
	font-size: 10px;
	color: #666;
}

.depth-head-left-index {
	width: 30px;
	margin-right: 10px;
	text-align: left;
}

.depth-head-right-index {
	width: 30px;
	margin-left: 10px;
	text-align: right;
}

.depth-main {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
}

.depth-main-item {
	flex: 1;
}

.dmi-cell {
	position: relative;
	height: 30px;
	display: flex;
	flex-direction: row;
}

.dmi-cell-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.dmi-cell-item-right {
	justify-content: flex-end;
}

.dmi-cell-bg {
	background-color: red;
	width: 0;
	height: 100%;
}

.dmi-cell-index {
	width: 30px;
	font-size: 12px;
	color: #666;
}

.dmi-cell-num {
	flex: 1;
	margin: 0 10px;
	font-size: 12px;
	color: #666;
}

.dmi-cell-price {
	font-size: 12px;
	color: #777;
}

.transaction {}

.transaction-head {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.transaction-head-item {
	color: #333;
	font-size: 10px;
}

.transaction-main {
	margin-top: 10px;
}

.transaction-main-cell {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.tmc-label {
	color: #666;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.tmc-time {
	width: 30%;
}

.tmc-type {
	text-align: center;
	width: 20%;
}

.tmc-price {
	text-align: center;
	width: 20%;
}

.tmc-num {
	text-align: right;
	width: 30%;
}

.introduction {}

.introduction-name {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
}

.introduction-cell {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.introduction-cell-label {

	color: #777;
	font-size: 12px;
}

.introduction-cell-value {
	color: #333;
	text-align: right;
	flex: 1;
	font-size: 12px;

}

.introduction-label {
	margin-top: 40px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.introduction-value {
	margin-top: 20px;
	color: #333;
	line-height: 30px;
	font-size: 14px;
}

.btns {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.btn {
	flex: 1;
	height: 40px;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	color: #777;
	font-size: 16px;
}

.btn-green {
	margin-right: 20px;
	background-color: #38ad70;
}

.btn-red {
	background-color: #fe5c57;
}

.charts-border {
	position: relative;
}

.charts {
	width: 100vw;
	padding: 0;
	height: 480px;
	margin-top: 10px;
}

.charts-label {
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.charts-label div {
	margin-right: 14px;
}

.charts-MA5 {
	color: #DCAA45;
}

.charts-MA10 {
	color: #5B9462;
}

.charts-MA30 {
	color: #8E74B3;
}

.charts-bar-label {
	position: absolute;
	left: 10px;
	top: 76%;
	font-size: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.charts-bar-label div {
	margin-right: 14px;
}

.charts-tooltip-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}

.ctr-label {
	color: #51617b;
}

.ctr-value {
	color: #acbadf;
	margin-left: 30px;
}

.price-green {
	color: #38ad70;
}

.price-red {
	color: #fe5c57;
}

.red {
	color: #EF333C;
}

.gray {
	color: #666;
}

.green {
	color: #22A875;
}

.time {
	/* color: rgba(255, 255, 255, 0.38);*/
	color: #666;
	font-size: 12px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.time img {
	width: 25px;
	height: 25px;
}

.notice {
	color: #333;
	font-size: 13rpx;
	line-height: 25px;

}

.gg {
	font-size: 14px;
	color: #777;
	margin: 0 3px;
}

.red {
	color: #D5362A;
}

.green {
	color: #469B50;
}

.more {
	text-align: center;
	font-size: 12px;
	color: #777;
	margin: 15px auto;
}

.news-item {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news-item a {
	text-decoration: none;
}

.news-title {
	color: #333;
	font-size: 13px;
}

.news-date {
	color: #999;
	font-size: 10px;
	margin-top: 5px;
}

.symbol {

	color: #666;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	/* flex: 1;
	display: flex;
	flex-direction: row-reverse; */


}

[v-cloak] {
	display: none;
}

.hk {
	display: inline-block;

	color: #EFB245;
	padding: 0px 8px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 1px;
	margin-right: 4px;


}

.us {
	display: inline-block;

	color: #DC3020;
	padding: 0px 8px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 1px;
	margin-right: 4px;
}

.foot {
	width: 500px;
	/* position: absolute;
	bottom: 0%;
	width: 50%;
	left:25%; */
	margin: 20px auto;
	border-radius: 4px;
	height: 48px;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	padding-bottom: 5px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	/* box-sizing: border-box; */
}

.foot img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.foot-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

.foot-item .add {
	color: #D95043;
}

.foot-item .del {
	color: #466DE7;
}

::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}


/*鍔ㄦ€侀〉涓儴瀹瑰櫒*/
.feed_cont {
	float: left;
	width: 635px;
	margin: 0 30px 0;
}

/*鍔ㄦ€佸彂甯�*/
.feed_post {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0px;
	border-radius: 3px;
	background: white;
}

.feed_post .post_textarea {
	font-size: 16px;
	width: 100%;
	height: 158px;
	padding: 10px;
	resize: none;
	border: 1px solid #ededed;
	outline: none;
	background: #f3f6f7;
	color: #333;
}

.feed_post .post_extra {
	position: relative;
	line-height: 31px;
	margin-top: 10px;
}

.feed_post .post_extra .dy_cs {
	position: absolute;
	right: 15px;
	top: -45px;
	font-size: 12px;
}

.feed_post .post_extra span {
	cursor: pointer;
	line-height: 37px;
	display: inline-block;
	color: #666;
}

.feed_post .post_extra svg {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 20px;
}

.feed_post .post_button {
	line-height: 32px;
	float: right;
	width: 85px;
	height: 32px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #ed4544;
	/* margin-right:40px;.del_huifu */
}

.feed_post .feed_select {
	float: right;
	margin-right: 10px;
	font-size: 14px;
	color: #666;
}

.feed_post .feed_select i {
	margin-top: 10px;
}

.feed_post .feed_select ul {
	margin-top: 0px;
	padding: 10px 0px 5px;
	width: 100px
}

.feed_post .feed_select ul li {
	margin-bottom: 10px;
}

.feed_post .feed_picture {
	display: none;
	overflow: hidden;
	height: 60px;
	margin-top: 20px;
}

.feed_post .feed_picture_span {
	position: relative;
	display: inline-block;
	float: left;
	width: 59px;
	height: 59px;
	margin-right: 3px;
	border: 1px solid #ededed;
}

.uploadify-queue-add {
	background-image: url(../images/picture-add.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.feed_picture_span .imgload {
	position: absolute;
	top: 18px;
	left: 18px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-animation: icon-load 1.5s infinite linear;
	animation: icon-load 1.5s infinite linear;
}

@-webkit-keyframes icon-load {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes icon-load {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.feed_picture_span .imgloaded {
	width: 59px;
	height: 59px;
}

.feed_picture_span span {
	line-height: 8px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	border-radius: 50%;
	background: #000;
}

.feed_picture_span svg {
	fill: #fff;
	font-size: 14px !important;
	cursor: pointer;
}

.feed_picture_span span {
	display: none;
}

.feed_picture_span:hover span {
	display: block;
}

.feed_picture .feed_picture_span:last-child {
	margin-right: 0 !important;
}

.feed_picture_span_img {
	width: 59px;
	height: 59px;
}

/*鍔ㄦ€佸垎绫�*/
.feed_content {
	width: 100%;
	padding: 22px 40px;
	border-radius: 3px;
	background: white;
}

.feed_content .feed_menu a {
	color: #999;
}

.feed_content .feed_menu a {
	margin-right: 20px;
}

.feed_content .feed_menu a:hover {
	color: #333;
}

.feed_content .feed_menu .selected {
	color: #333 !important;
}

/*鍔ㄦ€佸彸渚�*/
.feed_right {
	float: left;
	width: 235px;
}

/*鍔ㄦ€佸垪琛�*/
.feed_item .feed_title {
	margin-top: 30px;
}

.feed_item .feed_title .feed_uname {
	display: inline-block;
	margin-left: 20px;
	color: #333;
}

.feed_item .feed_title .date {
	float: right;
	margin-top: 17px;
	color: #ccc;
	text-align: right;
}

.feed_item .feed_title .date>span {
	min-width: 60px;
}

.feed_item .feed_title .date>span:first-child {
	display: inline-block;
}

.feed_item .feed_title .pinned {
	float: right;
	margin-top: 17px;
	color: #67b595;
	margin-right: 10px;
}

.feed_item .feed_body {
	text-align: left;
	word-wrap: break-word;
	word-break: break-all;
}

.feed_item .feed_body .feed_text {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	margin: 15px 0;
	word-break: break-word;
	color: #666;
	/*-webkit-line-clamp:3;-webkit-box-orient:vertical;*/
}

.feed_item .feed_body .feed_pay_text {
	cursor: pointer;
	text-shadow: 0 0 8px #000;
	color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.feed_item .feed_body .feed_images {
	position: relative;
	margin-bottom: 8px;
}

.feed_item .feed_body .feed_images img {
	cursor: url(../images/big.cur), pointer;
}

/* 澶氬浘鐗囨牱寮� */
.image_box {
	position: relative;
	left: -1px;
	overflow: hidden;
	margin-bottom: 2px;
	padding: 0 2px;
}

.image_box .per_image {
	position: absolute;
	top: 0;
	left: 2px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.image_box:before {
	display: block;
	padding-top: 100%;
	content: '';
}

.feed_item .feed_bottom {
	margin-top: 20px;
}

.feed_item .feed_bottom .feed_datas {
	position: relative;
	clear: both;
}

.feed_datas .collect,
.feed_datas .digg,
.feed_datas .comment,
.feed_datas .view {
	font-size: 14px;
	display: inline-block;
	margin-right: 50px;
	cursor: pointer;
	color: #ccc;
}

.feed_datas svg {
	font-size: 24px;
	vertical-align: -7px;
}

.comments_box .line {
	margin-top: 5px;
}

.comments_box .comment_body {
	font-size: 12px;
	color: #999;
}

.feed_line {
	width: 100%;
	height: 6px;
	margin: 30px auto;
	background: #f3f6f7;
}

.dy_comit p {
	margin-bottom: 16px;
	word-break: break-all;
}

.dy_comit span {
	color: #333;
}

.comit_all {
	color: #333;
}

/*鍔ㄦ€佽鎯�*/
.feed_left {
	position: relative;
	width: 815px;
	background: #fff;
	margin-right: 30px;
	padding: 20px 40px;
}

.detail_images {
	background: #f3f6f7;
	position: relative;
}

.detail_images img {
	display: block;
	max-width: 675px;
	margin: 10px auto;
}

.detail_body {
	margin: 20px 0;
	word-break: break-all;
	text-align: justify;
	line-height: 24px;
	letter-spacing: 1px;
	color: #666;
	font-size: 14px;
}

.detail_share {
	padding-bottom: 40px;
	border-bottom: 1px solid #ededed;
}

.detail_share span a {
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	width: 120px;
	text-align: center;
	color: #666;
	border: 1px solid #ededed;
	border-radius: 3px;
}

.detail_share span a.act {
	color: #ed4544;
	border: 1px solid #ed4544;
}

.detail_share span i {
	font-size: 18px;
	margin-right: 8px;
	vertical-align: -1px;
}

.detail_share span:first-child {
	margin-right: 10px;
}

/* 鍙宠竟 */
.right_about {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px
}

.right_about .info {
	display: flex;
	padding: 30px 30px 15px 15px;
}

.right_about .info .auth_header {
	position: relative;
	float: left;
	overflow: hidden;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
}

.info .auth_header .role-icon {
	position: absolute;
	right: 4px;
	bottom: 1px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.auth_info {
	width: 125px;
	float: left;
	margin-left: 15px;
}

.auth_info .info_name a {
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #333;
}

.auth_info .info_bio {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	color: #999;
	margin-top: 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}

.right_about .auth_fans {
	font-size: 0;
}

.right_about .auth_fans li {
	display: inline-block;
	border-top: 1px solid #ededed;
	width: 50%;
	height: 49px;
	line-height: 47px;
	font-size: 14px;
	text-align: center;
}

.right_about .auth_fans li:nth-child(even) {
	border-left: 1px solid #ededed;
}

.right_about .auth_fans li a>span {
	color: #000;
	margin-left: 3px;
	font-size: 18px;
}

/*浠樿垂鍥剧墖*/
.locked_image {
	position: absolute;
	top: 0;
	overflow: hidden;
}

.locked_image .lock {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 10%;
	height: 10%;
	fill: white;
}

.feed_image_pay {
	width: 100%;
	height: 100%;
}

/*鍔ㄦ€佷粯璐瑰脊绐�*/
.feed_pay_box {
	width: 587px;
}

.feed_pay_box .pay_title {
	font-size: 20px;
	font-weight: 500;
}

.feed_pay_box .pay_images {
	width: 100%;
}

.feed_pay_box .pay_images .pay_image {
	display: inline-block;
	position: relative;
	margin-right: 3px;
}

.feed_pay_box .pay_images .pay_image img {
	width: 59px;
	height: 59px;
	display: inline-block;
	box-sizing: border-box;
}

.feed_pay_box .pay_images .pay_image svg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	fill: white;
}

.feed_pay_box .pay_images .pay_image img.current {
	border: 1px solid #ed4544;
}

.feed_pay_box .pay_images .triangle {
	margin-top: 8px;
	margin-left: 23px;
	border-bottom: 8px solid #fff;
}

.feed_pay_box .pay_info {
	padding: 20px;
	background: #f3f6f7;
	font-size: 14px;
}

.feed_pay_box .pay_info .pay_head {
	width: 100%;
}

.feed_pay_box .pay_info .pay_head span {
	cursor: pointer;
}

.feed_pay_box .pay_info .pay_head .pay_text {
	float: left;
}

.feed_pay_box .pay_info .pay_head .pay_btn {
	margin-left: 20px;
	float: right
}

.feed_pay_box .pay_info .pay_head .pay_btn_yes {
	color: #ed4544;
}

.feed_pay_box .pay_info .pay_body {
	margin-top: 10px;
}

.feed_pay_box .pay_info .pay_body span {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 78px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	color: #666;
	margin-right: 10px;
}

.feed_pay_box .pay_info .pay_body span.current {
	border: 1px solid #ed4544;
	color: #ed4544;
}

.feed_pay_box .pay_info .pay_body input {
	margin-left: 20px;
	outline: none;
	text-indent: 10px;
	background-color: transparent;
	height: 28px;
	line-height: 28px;
	width: 263px;
	border: 1px solid #ccc;
	vertical-align: bottom;
	border-radius: 5px;
}

.feed_left .user-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}

.feed_left .u-tt {
	font-weight: normal;
	font-size: 28px;
}

.stock_item {
	color: #6076B1;
	margin: 10px;
	display: flex;
	justify-content: space-between;
}

.stock_item_choose {
	line-height: 32px;
	float: right;
	width: 85px;
	height: 32px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #6076B1;
	cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 300px;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
	padding-left: 300px;
	padding-right: 300px;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	border-radius: 5px;
}

.close-btn {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#itemList {
	list-style-type: none;
	padding: 0;
}

#itemList li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#inputField {
	font-size: 16px;
	width: 357px;
	height: 32px;
	padding: 10px;
	resize: none;
	border: 1px solid #ededed;
	outline: none;
	background: #f3f6f7;
	color: #333;
}

.search_btn {
	line-height: 32px;
	width: 85px;
	height: 32px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #ed4544;
	cursor: pointer;
}

.discuss {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.toast {
	position: fixed;
	top: 40%;
	height: 30px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	padding: 4px 10px;
	left: 50%;
	transform: translate(-50%);

}

.comment_con {
	font-size: 12px;
	color: #999;
	display: flex;
}

.comment_del {
	color: red;
	display: none;
	margin-left: 6px;
	cursor: pointer;

}

.comment_con:hover .comment_del {
	display: block;
}

.search {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.search-btn {
	line-height: 40px;
	width: 85px;
	height: 40px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background: #ed4544;
	cursor: pointer;
	margin-left: 5px;
}

.gupiao {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	
}

.gupiao-item {
	height: 30px;
	line-height: 30px;
	padding: 0px 9px;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
	margin-right: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.gupiao-item span {
	color: #252525;
	font-size: 12px;
	margin-right: 10px;
}

.image-layout {
	position: relative;
	width: 60%;
}

.grid-wrap {
	display: grid;
	grid-gap: 3px;
}

.grid-wrap .item {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.grid-wrap .item .image-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #ededed;
	border-radius: 2px;

}

.grid-wrap .item .image-wrap .image {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}


.with-1 {
	grid-template-columns: 1fr;
}

.with-1 .item {
	position: relative;
	width: 100%;
	height: 400px;
	padding-bottom: 0;
	overflow: hidden;
}

.with-1 .item .image-wrap {
	position: absolute;
	width: 300px;
	height: 400px;
	background-color: #ededed;
	border-radius: 2px;
}


.with-1 .item .image-wrap .image {
	width: 300px;
	height: 400px;
	border-radius: 2px;
}


.with-2 {
	grid-template-columns: repeat(2, 1fr);
}

.with-4 {
	grid-template-columns: repeat(2, 1fr);
}

.with-3 {
	grid-template-columns: repeat(3, 1fr);
}

.with-9 {
	grid-template-columns: repeat(3, 1fr);
}

.with-5 {
	grid-template-columns: repeat(6, 1fr);
}

.with-5 .item {
	grid-area: span 1 / span 2;
}

.with-5 .item:nth-child(1) {
	grid-area: span 2 / span 4;
}

.with-5 .item:nth-child(4) {
	grid-area: span 1 / span 3;
}

.with-5 .item:nth-child(5) {
	grid-area: span 1 / span 3;
}


.with-6 {
	grid-template-columns: repeat(3, 1fr);
}

.with-6 .item {
	grid-area: span 1;
}

.with-6 .item:nth-child(1) {
	grid-area: span 2 / span 2;
}


.with-7 {
	grid-template-columns: repeat(4, 1fr);
}

.with-7 .item {
	grid-area: span 1 / span 1;
}

.with-7 .item:nth-child(1) {
	grid-area: span 2 / span 2;
}

.with-7 .item:nth-child(4) {
	grid-area: span 2 / span 2;
}

.with-7 .item:nth-child(5) {
	grid-area: span 2 / span 2;
}


.with-8 {
	grid-template-columns: repeat(6, 1fr);
}

.with-8 .item {
	grid-column: span 2;
}

.with-8 .item:nth-child(4) {
	grid-column: span 3;
}

.with-8 .item:nth-child(5) {
	grid-column: span 3;
}
.video-wrap{
	width: 400px;
	height: 240px;
}
.video-wrap video{
	width: 400px;
	height: 240px;
}
.empty{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc(100vh - 80px);
	
}
.empty img{
	width: 280px;
	height: 280px;
	margin-bottom: 10px;
	
}
.empty span{
	color: #666;
	
}

/* */