body {
	font-family: 'STHeiti', 'Microsoft YaHei', 'Helvetica', 'Arial', sans-serif;
	color: #333333;
	background: transparent;
	width: 100vw;
	overflow-x: hidden;
}
.m-content {
	width: 100%;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff
}
.m-banner {
	padding: .8rem;
	padding-bottom: .2rem;
}
.m-banner .banner-container {
	width: 100%;
}
.banner-container ul {
	overflow: hidden;
}
.banner-container ul li {
	width: 100%;
}
.banner-container ul li img {
	display: block;
	width: 100%;
}
.m-banner .banner-nav {
	display: none;
}
.m-circle {
	background-color: #fff;
}
.circle-head {
	width: 100vw;
	padding: .8rem;
}
.circle-head span {
    display: inline-block;
    height: 1.2rem;
    line-height: 1.15rem;
}
.circle-head font {
	float: right;
	color: #999;
	font-size: .9rem;
}
.m-circle .circle-container {
	overflow: hidden;
}
.circle-container-1 ul {
	overflow: hidden;
	width: 94vw;
	display: flex;
	justify-content: space-between;
	margin: 1rem auto 1rem auto;
}
.circle-container-1 ul li {
	width: calc(100%/4.3);
	float: left; 
}
.circle-container-1 ul li .circle-thumb {
	width: 100%;
	overflow: hidden;
	margin-bottom: .5rem;
	border-radius: .4rem;
}
.circle-thumb img {
	width: 100%;
	display: block;
}
.circle-container-1 ul li p {
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.circle-container-1 ul li p:last-child {
	color: #999;
	font-size: .85rem;
	line-height: 1.2rem;
}
/**/
.m-circle .circle-container-tui {
    padding-bottom: 1rem;
    overflow: hidden;
    overflow-x: auto;
	padding:0 0 0 .8rem;
}

.circle-container ul {
    overflow: hidden;
    width: 100rem;
}

.circle-container ul li {
    width: 6.23rem;
    float: left;
    margin-right: 1rem;
	    padding-bottom: 1rem;
}

.circle-container ul li .circle-thumb {
    width: 6.23rem;
    height: 6.23rem;
    overflow: hidden;
    margin-bottom: .5rem;
        border-radius: .4rem;
}

.circle-thumb img {
    width: 100%;
    display: block;
}

.circle-container ul li p {
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.circle-container ul li p:last-child {
    color: #999;
    font-size: .85rem;
    line-height: 1.2rem;
}
/**/
.m-circle2 {
	width: 99vw; 
	display: flex;
	justify-content: space-between;
	margin: 0rem auto 1rem auto;
}
.m-circle2-img{
	width: calc(100%/2); 
}
.m-circle2 img{
	width: 100%;
	flex-shrink: 0
}
.m-circle3 {
	width: 94vw; 
	display: flex;
	justify-content: space-between;
	margin: 0rem auto 1rem auto;
}
.m-circle3-img{
	width: calc(100%/2.08); 
}
.m-circle3 img{ 
	width: 100%;
	flex-shrink: 0
}
/**/
 .quanbox2 {
	column-count: 2;
	 width:94vw;
	margin: 1rem auto 0 auto;
} 
.quanitem2 {
	padding: .1rem;
	    break-inside: avoid;
}  
.quanitem2-content {
	padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem; 
	position: relative;
}
.quanitem2-img {
	width: 100%;
	position: relative;
}
.quanitem2-img img {
	width: 100%;
	border-radius: .6rem;
	position: relative;
} 
.quanitem2-imgt {
	/* Firefox 3.6+ */
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000); 
/* Safari 4-5, Chrome 1-9 */
/* -webkit-gradient(,  [, ]?,  [, ]? [, ]*) */
background: -webkit-gradient(linear,top,from(rgba(0, 0, 0, 0)),to(#000));
/* Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
/* Opera 11.10+ */ 
background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
	
	
	position: absolute;
	bottom: 0.3rem;
	width: 100%;
	height: 2.5rem;
	border-radius: 0 0 .6rem .6rem;
	color: #fff;
	text-indent: .5rem;
	line-height: 2.8rem; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0px 0px 5px #000000;
} 
.quanitem2-imgt font:nth-child(2) {
	transform: scale(0.6);
    display: inline-block;
    margin: 0rem -0.1rem 0 -0.2rem; 
    text-align: center;
}
.quanitem2-imgt font:nth-child(3) {
	font-size: .9rem;
}
.quanitem2-con{
	overflow: hidden;

	color: #333333;
	width: 96%;

  word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
	    margin: 0.3rem 0 0.6rem 0;
}
.quanitem2-author{ 
	color: #666666;
	position: relative;
}
.quanitem2-author-1{
	border-radius: 50%;
    width: 2rem;
    height: 2rem;
    border: 1px solid #e4e4e4;
    vertical-align: middle;
    display: inline-block; 	
}
.quanitem2-author-2{
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.3rem;
    bottom: 0.7rem;
}
/**/
/**/
.m-dynamic{
	background: #f5f5f5;
}
.m-dynamic .dynamic-item {
    margin: .8rem 0;
    margin-top: 0;
    padding: 1.2rem 1rem .8rem 1rem; 
    background-color: #fff;
    border-radius: .3rem;
    overflow: hidden;
}

.dynamic-item .dynamic-content {
	text-align: justify;
}

.dynamic-item .item-atlas {
    width: 100%;
    margin: .6rem 0;
}

.item-atlas{
    overflow: hidden;
	 
}
.item-atlas ul{
	width: 100%;
display: flex;
	 justify-content:space-between;
}

.item-atlas  ul li { 
	flex: 1;
/*	flex: 0.32;*/
	position: relative;
}

.item-atlas ul li img {
    display: block;
    width: 100%;
}

.dynamic-item .item-tool {
}

.item-tool .tool-top {
    overflow: hidden;
    padding-bottom: .8rem;
    padding-top: .4rem;
    position: relative;
} 

.item-tool .tool-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.item-tool .tool-member {
    overflow: hidden;
    float: left;
    width: 60%;
}

.tool-member .member-head {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.member-head img {
    display: block;
    width: 100%;
}

.tool-member .member-info {
    margin-left: 3.5rem;
}

.member-info p {
    line-height: 1.5rem;
}

.member-info p:last-child {
    font-size: .85rem;
    color: #999;
}

.item-tool .tool-nav {
    float: right;
    height: 3rem;
    line-height: 3rem;
    width: 40%;
 /*overflow: hidden;*/
    font-size: .9rem;
}

.tool-nav span {
    padding-left: 15%;
/*    margin-right: 1.1rem;*/
    height: 2rem;
    line-height: 2rem;
    margin-top: .5rem;
    display: block;
    float: right;
} 

.tool-nav span:last-child {
/*    margin-right: 0;*/
}

.tool-nav .nav-like {
    background: url('../images/icon_like.png') no-repeat 0 35%;
    background-size: 1.15rem;
    margin-right: 1.3rem;
}

.tool-nav .nav-like.active {
    background-image: url('../images/icon_liked.png');
}

.tool-nav .nav-comment {
    background: url('../images/icon_comment.png') no-repeat 0 54%;
    background-size: 1.15rem;
	margin-right: 19%;
}

.tool-nav .nav-share {
    background: url('../images/icon_share.png') no-repeat 0 40%;
    background-size: 1.15rem;
}

.item-tool .tool-bottom {
    padding-top: .6rem;
    color: #999;
    font-size: .95rem;
    line-height: 1.5rem;
}

.tool-bottom span {
    padding: .15rem .6rem;
    border-radius: 4px;
    background-color: #f5f5f5;
    display: inline-block;
/* font-size: .95rem; */;
}

.tool-bottom span i {
    padding: .15rem .5rem;
    margin-left: .5rem;
    background-color: #ff6d6d;
    color: #fff;
    border-radius: 4px;
    font-size: .9rem;
}

.tool-bottom font {
    margin-left: .8rem;
}

.toCircleTip{ 
    display: inline-block;
    background: url(../images/jiao.png) no-repeat center;
    width: .5rem;
    background-size: 90%;
    height: .6rem; 
} 

.operate-close {
   float: right; 
    width: .7rem;
    height: 1.6rem;
    display: block;
    background: url(../images/icon_close.png) no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

.dynamic-item .item-push {
    margin: .7rem 0;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: .7rem;
    overflow: hidden;
}

.item-push .push-thumb {
    width: 4rem;
    height: 4rem;
    float: left;
}

.push-thumb img {
    display: block;
    width: 100%;
}

.item-push .push-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    margin: .5rem 0;
    margin-left: 4.5rem;
}

.m-dynamic .dynamic-item-news {
    margin: 0;
    border-radius: 0;
    margin-bottom: .7rem;
}

.dynamic-item .item-news {
    width: 65%;
    float: left;
}

.item-news .news-tool {
    margin-top: 1rem;
    color: #666;
    font-size: .9rem;
}

.news-tool span {
    margin-right: 1rem;
}

.dynamic-item .item-news-thumb {
    margin-left: 70%;
    width: 30%;
}

.item-news-thumb img {
    display: block;
    width: 100%;
}

.dynamic-item .item-adv-head {
    overflow: hidden;
    margin-bottom: .6rem;
}

.item-adv-head .adv-head-object {
    float: left;
}

.adv-head-object .object-head {
    width: 3rem;
    height: 3rem;
    float: left;
}

.object-head img {
    display: block;
    width: 100%;
}

.adv-head-object .object-info {
    margin-left: 3.5rem;
}

.object-info p {
    font-size: .85rem;
    color: #999;
}

.dynamic-item .item-adv-img {
    margin: .6rem 0;
    width: 100%;
}

.item-adv-img img {
    display: block;
    width: 100%;
}

.dynamic-item .adv-label {
    font-size: .85rem;
    padding: .1rem .5rem;
    border-radius: 3px;
    border: 1px #666 solid;
}


.zoomImage {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	    border: 1px solid #eaeaea;
}