body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 100%;
	font-family: Arial;
}

* {
	box-sizing: border-box;
}

#content {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #FFF
}

.t1 {
	border-bottom: solid 1px #eee;
	margin-top: 10px;
}

.shlist {
	padding: 10px 10px;
	border-bottom: 1px solid #f1f1f1;
}

.extra {
	font-size: 12px;
	color: #666;
	margin-top: 6px;
}

i.arrow_right {
	width: 8px;
	height: 15px;
	display: block;
	margin-left: 10px;
	margin-top: 2px;
	float: right;
	background-size: 8px 15px;
	background-image: url(d_main/img/03.png);
}

.left_nav {
	width: 130px;
	display: none;
}

.body1 {
	width: 100%;
}

.mark3 {
	display: none;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin: 12px 12px 12px 12px;
}

.loading {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

#circle {
	margin: 0;
	padding: 0;
	font-size: calc(100vw / 7.5);
	width: 100%;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: start;
	align-items: center;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-col {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-direction: column;
}

.circle_item {
	width: 100%;
	border-bottom: 0.12em solid #F3F3F5;
	background-color: #fff;
	padding: 0.3em;
}

.circle_row {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: start;
}

.circle_avatar {
	width: 0.84em;
	height: 0.84em;
	position: relative;
	flex-shrink: 0;
}

.circle_avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.circle_avatar-vip::before {
	content: '';
	width: 0.32em;
	height: 0.32em;
	background-image: url(/images/v.png);
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 0.2em;
	background-size: cover
}

.circle_user {
	flex: 1;
	padding-left: 0.2em;
}

.circle_userName {
	flex: 1;
}

.circle_userName-name {
	width: 100%;
	padding-bottom: 0.1em;
}

.circle_userName-name span {
	font-size: 0.3em;
	color: #495e93;
}

.circle_userName-name img {
	width: 0.88em;
	height: 0.28em;
	margin-left: 0.2em;
}

.circle_userName-time {
	width: 100%;
}

.circle_userName-time span {
	font-size: 0.24em;
	color: #666;
}

.circle_userFollow {
	width: 1.2em;
	height: 0.6em;
}

.circle_content {
	padding: 0.5em 0;
	width: 100%;
	font-size: 0.30em;
	line-height: 180%;
	text-align: left;
}

.circle_img {
	flex-wrap: wrap;
	width: 100%;
}

.circle_img-item {
	width: 60%;
}

.circle_img-item img {
	width: 100%;
	height: 100%;
	border-radius: 0.1em;
}

.circle_img-items {
	width: calc((100% - 0.3em) / 3);
	aspect-ratio: 1/1;
	margin: 0.075em 0;
}

.circle_img-items:nth-child(3n+2) {
	margin: 0.075em 0.15em;
}

.circle_img-items img {
	width: 100%;
	height: 100%;
	border-radius: 0.1em;
}

.circle_video {
	width: 4em;
	height: 5.2em;
	text-align: left;
	position: relative;
	border-radius: 0.1em;
	overflow: hidden;
}

.circle_video img {
	width: 100%;
	height: 100%;
	border-radius: 0.1em;
}

.circle_video .videoPlay {
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.circle_video .videoPlay img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.circle_tags {
	width: 100%;
	padding-top: 0.2em;
}

.circle_tagItem {
	width: calc(100%/3);
}

.circle_tagItem img {
	width: 0.3em;
	height: 0.3em;
	margin-right: 0.1em;
}

.circle_tagItem span {
	width: 50%;
	flex-shrink: 0;
	font-size: 0.24em;
	color: #666;
	text-align: left;
}

.circle_comment {
	width: 100%;
	background-color: #F7F7F7;
	flex-direction: column;
	margin-top: 0.2em;
	padding: 0.1em 0.2em;
}

.circle_commentItem {
	height: 0.4em;
	width: 100%;
	overflow: hidden;
}

.circle_commentLabel {
	color: #495e93;
	flex-shrink: 0;
	font-size: 0.24em;
	height: 1.5em;
	line-height: 1.5em;
}

.circle_commentContent {
	font-size: 0.24em;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.circle_commentItem .circle_userName {
	flex: 1;
	padding-left: 0.2em;
}

.menuDiv {
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 45px;
	background-color: #fff;
	overflow: auto;
	text-align: center;
	border-bottom: solid 5px #eee
}

.menuDivSon {
	width: 350px;
	margin: 0 auto;
	color: #666;
}

.meneItemOn {
	color: #000;
	border-bottom: solid 2px #093;
}

.meneItem {
	width: 60px;
	float: left;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.btnAdd {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: linear-gradient(to right, #14c128, #14c128);
	font-size: 40px;
	color: #fff;
	position: fixed;
	right: 20px;
	bottom: 50px;
	border-radius: 22px;

}

.btnAddOn {
	opacity: 0.8
}

.icon-v {
	width: 16px;
	height: 16px;
	background-image: url(/images/v.png);
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 15px;
	background-size: cover
}

@media screen and (min-width: 750px) {
	#circle {
		font-size: 100px !important;
		max-width: 7.5em;
	}

}