﻿body{
    font-size: 0.32rem;
    min-height: 100%;
    overflow-x: hidden;
    background: #F5F5F5;
}
.index{
	width:100%;
}

.index .content{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
	flex-direction: column;
}
.header-title{
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	background: #B93034;
	color: #FFFFFF;
	position: relative;
}
.jumbl{
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}

.header-title div{
	float: left;
}
.header-title-1{
	padding: 0 1.6rem 0 0.1rem;
    position: absolute;
    left: 1%;
}
.header-title-1 img{
	width: 0.32rem;
    height: 0.22rem;
}
.header-title-2{
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
    position: absolute;
    left: 40%;
}
.header-title-3{
	padding-right: 0.3rem;
	position: absolute;
    left: 70%;
}
.header-title-3 button{
	border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 0.08rem;
    background: #B93034;
    height: 0.46rem;
    font-size: 0.12rem;
}
.header-title-4{
	position: absolute;
    right: 5%;
}
.header-title-4 img{
	width: 0.3rem;
	position: absolute;
    top: 0.3rem;
}
.header-list{
         width: 100%;
            height: 44px;
            background-color: #fff;
            white-space: nowrap;
            overflow: hidden;
            overflow-x: scroll;
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000;
            -webkit-overflow-scrolling: touch;
            text-align: justify;
margin-bottom: 15px;
}
.header-list-main{


  display: initial!important;
	
}
.header-list-main div{
         display: inline-block;
         height: 44px;
         color: #666;
         text-align: center;
         line-height: 44px;
         padding: 0 12px;

}
.header-list-main div span {
  background: #B93034;
  border-radius: 2px;
  height: 2px;
  width: 10px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
}
.header-list-main .active a{
	color: #B93034;
	font-weight: bold;
        font-size: 14px;
}
.top{
	width: 100%;
}
.top-title{
	font-size: 0.36rem;
	color: #000000;
	font-weight: bold;
	padding: 0 0 0.16rem 0;
}
.top-title a{
	position: relative;
}
.top-title a:before {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #B93034;
    position: absolute;
    top: 50%;
    left: -0.2rem;
}
.movecalss a:before {
	content:'';
	width: 0;
	height: 0;
}
.top-mes{
	font-size: 0.22rem;
	padding: 0;
	color: #A5A5A5;
}

.top-mes-4{
	float: right;
	margin-bottom: 0.04rem;
}
.top-mes-4-btn{
    background: transparent;
    color: #B93034;
    border: 1px solid #B93034;
    border-radius: 0.05rem;
    font-size: 0.25rem;
    padding: 0.03rem;
    height: 0.26rem;
    display: inline-block;
    line-height: 0.26rem;
    text-align: center;
    font-weight: normal;
}

.top-cards .cont-card:FIRST-CHILD .top .top-title{
	padding-top: 0;
}
.swiper-slide .title{
	box-sizing:border-box;
	width: 100%;
        overflow: hidden;
	padding:0 0.2rem 0 0.2rem;
	color:#ffffff;
	position: absolute;
	text-align:left;
	bottom: 35px;
        font-size: 18px;
        font-weight: bold;
}
.waterfalls .cont-card-v{
	margin-top:0.24rem;
}
.waterfalls .lore-card{
	margin-top: 0.16rem;
}

.atlasCard{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top:0.4rem; 
	/*margin-top: 0.24rem;*/
	padding-bottom: 0.5rem;
}
.atlasCard .atlas-head{
	width: 7.02rem;
	margin:0 auto;
	margin-bottom:0.24rem;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
	justify-content: space-between;
	font-weight: bold;
}
.atlasCard .atlas-main{
	width: 7.02rem;
        height:5.13rem;
	position: relative;
	margin:0 auto;
}
.atlasCard .atlas-main a{
    background: url(../img/atlas_filter.png) no-repeat center bottom;
    background-size: 98%;
    padding-bottom: 3px;
}
.atlasCard .atlas-main img {
  border-radius: 5px;
}
.atlasCard .atlas-detail{
	width:100%;
	position: absolute;
	bottom: 0;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
	flex-direction: column;
	background: linear-gradient(rgba(1,2,0,0),rgba(50,50,1,0.6));
        border-radius: 5px;
}
.atlasCard .atlas-title{
	color: #ffffff;
	padding:0 0.32rem;
}
.atlasCard .atlas-detail .pubtime{
	font-size: 0.22rem;
	color: #fff;
	margin-right: 0.24rem;
}

.pubtime{
	margin-top: 0.21rem;
	margin-bottom: 0.231rem;
	-webkit-align-self:flex-end;
	align-self:flex-end;
}
.special-name{
    word-spacing: normal;
    width: 6rem;
    font-size: 0.32rem;
    color: #222222;
    font-weight: bold;
    display: flex;
}
.special-name p {
   flex: 1;
   font-weight: bold;
}

.special-pannel{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
	flex-direction: column;
    margin-top: 0.16rem;
    padding-bottom: 0.4rem;
}
.special-head{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
	justify-content: space-between;
}
.special-head a{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
	width:100%;
-webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.24rem;
    padding-right: 0.24rem;
}

.special-body{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}
.special-body .cont-card{
	background: 0;
        min-width: 4.2rem;
}
.special-head .read-more{
	font-family: PingFangSC-Regular;
	font-size: 0.28rem;
	color: #999999;
        margin-top: 1px;
}
.special-head .read-more .arrow{
    display: inline-flex;
    width: 0.35rem;
    height: 0.33rem;
    background: url(../img/backshape@3x.png) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    vertical-align: sub;
}
.cont-card{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    
}
.cont-card img{
    height: 100%;
    width: 100%;
}
.normal-cont-card{
	display: block;
	padding: 0.25rem 0;
        margin: 0 0.24rem;
        border-bottom: 1px solid rgba(220, 220, 177, 0.6);
}
.top-cards .normal-cont-card:last-child {
  border: none;
}
.waterfalls .normal-cont-card{
	border-bottom: 1px solid rgba(220, 220, 177, 0.6);
}
.normal-cont-card+.card-property,
.normal-cont-card+.normal-cont-card,
.newspath+.card-property,
.newspath+.normal-cont-card{
	border-top: 1px solid #F5F5F5;
}
.normal-cont-card+.lore-card,
.card-property+.lore-card,
.newspath+.lore-card{
	margin-top: 0.24rem;
}
.atlasCard + .cont-card,
.atlasCard+.lore-card{
	margin-top:0.24rem;
}
.cont-card-v{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction:column;
	flex-direction:column;
	background: #ffffff;
}
.cont-card-special{
-webkit-flex-direction: column;
	flex-direction: column;
    /*float: left;*/
    width: 4rem;
    text-align: center;
    margin-right: 0.24rem;
    margin-bottom: 0.1rem;
}

.card-property{
    margin: 0 0.24rem;
    padding-top: 0.24rem;
    border-bottom: 1px solid rgba(220, 220, 220, 0.6);
}
.card-property .duration{
	top:auto;
	bottom: 0.1rem;
	right: 0.1rem;
	opacity: 0.6;
	background: #FFFFFF;
	border-radius: 0.2rem;
}
.cmm-icon,
.praise-icon{
    display:inline-block;
    width: 0.29rem;
    height: 0.3rem;
    vertical-align: -3px;
    margin-right: 3px;
}
.cmm-icon{
	background: url('../img/txt@3x.png') no-repeat bottom;
	background-size: 14px;
}
.praise-icon{
	background: url('../img/likes@3x.png') no-repeat bottom;
	background-size: 14px;
        vertical-align: text-top;
}
.cont-swiper{
	background: #F5F5F5;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
 -webkit-flex-direction:column;
	flex-direction:column;
}
.cont-swiper .cont-card a{
    position: relative;
    display: inline-block;
    width: 100%;
}
.cont-swiper .cont-card a .swiper-cornel{
	position: absolute;
	left: 0.16rem;
	top:0.2rem;
	height:0.3rem;
	line-height:0.34rem;
	background: rgba(0,0,0,0.4);
	border-radius: 8px;
	padding: 0.02rem 0.1rem;
	font-family: PingFangSC-Regular;
	font-size: 0.18rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
	align-self:center;
}
.cont-swiper .cont-card a .swiper-cornel i{
	width: 0.22rem;
    height: 0.34rem;
    background: url(../img/video-icon@2x.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 50% 50%;
    align-self: center;
}


.cont-swiper .swiper-top-mes .swiper-cornel{
	position: absolute;
	right: 0.15rem;
	top:0.2rem;
	height:0.3rem;
	line-height:0.3rem;
	background: rgba(255,255,255,0.4);
	border-radius: 15px;
	padding: 0.02rem 0.1rem;
	font-family: PingFangSC-Regular;
	font-size: 10px;
	color: #000;
	letter-spacing: 0;
	text-align: left;
	display: -webkit-box;
        display: -webkit-flex;
        display: flex;
	align-self:center;
}
.cont-swiper .swiper-top-mes .swiper-cornel i{
	width: 0.25rem;
    height: 0.25rem;
    background: url(../img/video-iconnew.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 100%;
    align-content: center;
    margin-top: 1px;
}


.wrapper .swiper-container .swiper-pagination-bullet {
  height: 2px!important;
}

.cont-swiper:last-child{
	margin-bottom: 0;
}
.swiper-top-mes{
    font-size: 0.22rem;
    padding: 0.16rem 0.2rem 0.16rem 0.2rem;
    box-sizing: border-box;
    color: #A5A5A5;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.swiper-top-mes .swiper-top-info .top-mes-padding, .swiper-top-mes .swiper-top-info .top-mes-padding a {
   color: #fff;
}
.swiper-top-mes .swiper-top-info .cmm-icon {
    background: url(../img/pl@new.png) no-repeat bottom;
    background-size: contain;
    margin-right: 3px;
}
.swiper-top-mes .swiper-top-info .praise-icon {
    background: url(../img/dz@new.png) no-repeat bottom;
    background-size: contain;
    margin-right: 3px;
}
.bigimg-modal .swiper-top-mes{
	padding: 0.16rem 0.24rem 0;
}
.swiper-top-info .top-mes-padding:first-child{
  margin-left: 0;
}
.carousel{
	width: 100%;
	height: 4rem;
	padding-bottom: 0.4rem;
}
.carousel-main{
	width: 100%;
	height: 4rem;
}
.freshRecom{
	font-family: PingFangSC-Regular;
	font-size: 0.28rem;
	color: #238ED6;
	text-align: center;
	margin-top: 0.32rem;
}
.freshRecom img{
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.1rem;
}
.recommend-pic{
	padding-right:0.2rem;
        min-width: 33%;
        position: relative;
}
.walk-people-main .recommend-pic {
  padding-right: 0.4rem;

}
.recommend-pic a{
	display: inline-block;
	position: relative;
        margin-bottom: 12px;
}
.recommend-pic img{
    width: 2.3rem;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.3);
}

.recommend-mes{
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    flex-direction: column;
    justify-content: space-between;
}
.recommend-title{
    font-size: 0.32rem;
    color: #222222;
}
.recommend-title a{
    line-height: 0.48rem;
    font-weight: normal;
}
.recommend-top-mes{
    font-size: 0.22rem;
    color: #999999;
    padding: 12px 0;
}
.refresh{
	width: 100%;
	height: 0.7rem;
	text-align: center;
	margin-top: 0.3rem;
	background: #F5F5F5;
	line-height: 0.5rem;
}
.refresh span{
	color:#238ED6;
	padding: 0.1rem 0;
	font-size: 0.28rem;
}
.refresh img{
	width: 0.24rem;
	height: 0.24rem;
	vertical-align: middle;
}
.advertising{
	width: 100%;
	height: 3rem;
}
.advertising button{
	color: red;
	border: 1px solid red;
	margin: 0.2rem 0;
}
.advertising-main img{
	width: 100%;
}
.splendid{
	width: 100%;
	overflow-x: scroll;
	background: #F5F5F5;
    padding-bottom: 0.4rem;
    overflow-x: scroll;
}
.splendid-title{
    font-size: 0.32rem;
    font-weight: bold;
    color: #333333;
    padding: 0.4rem 0 0.3rem 0.24rem;
    background: #F5F5F5;
}

.splendid+div>div.interaction-author {
    margin: 0;
}
.splendid-main{
	width: 1000px;
	height: 100%;
	padding-left: 0.24rem;
}
.splendid-main ul{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
        
}
.splendid-main ul li{
	float: left;
	width: 2.8rem;
	min-width: 2.8rem;
	text-align: center;
	background: #FFFFFF;
	margin-right: 0.24rem;
	border-radius: 0.1rem;
}
.splendid-main-d1{
	position: relative;
}
.splendid-main-d1 img{
	width: 1.28rem;
	height: 1.28rem;
	border-radius: 50%;
	margin-top: 0.16rem;
}
.splendid-main-d2{
	font-size: 0.32rem;
	font-weight: bold;
	margin: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	min-height: 0.6rem;
}
.splendid-main-d3{
	font-size: 0.24rem;
	color: #A5A5A5;
	margin: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
     min-height: 0.84rem;
}
.splendid-main ul li .attention{
	display:inline-block;
    width: 2rem;
    height: 0.64rem;
    line-height:0.64rem;
    background: #FFFFFF;
    color: #B93034;
    border: 1px solid #B93034;
    border-radius: 0.04rem;
    margin: 0.24rem 0;
	font-size:0.28rem;
}
.splendid-main-d1 .closeReco{
	width: 0.22rem;
	height: 0.22rem;
	line-height:0.11rem;
	border-radius:50px;
	border: 1px solid #C3C3C3;
	color: #C3C3C3;
	position: absolute;
	top: 0.16rem;
	right: 0.16rem;
}
.answer-title{
	font-size: 0.32rem;
	font-weight: bold;
	margin: 0.32rem 0;
}
.circle{
	width: 0.12rem;
    height: 0.12rem;
    border: 2px solid #B73238;
    border-radius: 0.12rem;
    display: inline-block;
    margin-left: 0.24rem;
    margin-right: 0.1rem;
    margin-top: 7px;
}
.atlasCard .circle{
	margin-left: 0;
}
.answer{
	margin: 0 0.24rem;
	position: relative;
	padding-bottom: 1rem;
	box-sizing: border-box;
}
.answer-img{
    width: 0.12rem;
    height: 0.12rem;
    border: 2px solid red;
    border-radius: 0.12rem;
    display: inline-block;
    margin: 0 0.1rem;
}
.answer-ques{
	width: 100%;
	padding-bottom: 0.16rem;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
	    color: #888888;
}
.answer-ques img{
	vertical-align: middle;
    padding: 0 0.24rem;
    width: 0.32rem;
    vertical-align: sub;
}
.answer-ques span{
	color: #888888;
}
.answer-ans{
	width: 100%;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.answer-ans div{
	color: #888888;
}
.answer-ans img{
	vertical-align: middle;
    padding: 0 0.24rem;
    width: 0.32rem;
    vertical-align: sub;
}
.answer-ans span{
	color: #222222;
}
.answer-ans-d2{
	color: #222222;
}
.answer-top-mes{
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.22rem;
    padding: 0 0.32rem;
    color: #999999;
}
.know{
	padding: 0 0.24rem;
}
.leave{
	width: 100%;
	height: 0.16rem;
	background: #F5F5F5;
}
.speak-ques div.cont-name{
	position: absolute;
	z-index: 999;
	padding-top: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.36rem;
	line-height: 0.48rem;
        bottom: 1rem;
        width: 100%;
}
.speak-ques div.mask{
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 91%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.speak-ans-l img{
    padding-top: 0.05rem;
    width: 0.72rem;
    height:0.72rem;
    border-radius:50%;
}
.speak-ans-d1 img{
	width: 0.6rem;
    height: 0.5rem;
    vertical-align: bottom;
    padding-top: 0.05rem;
}
.atlas{
	padding-bottom: 0.5rem;
}
.atlas-ques{
    width: 7.02rem;
    height: 5.26rem;
    background: url(../../img/tuji.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.atlas-ques div{
	padding-top: 2rem;
	margin: 0 auto;
    width: 90%;
	color: #FFFFFF;
	font-size: 0.36rem;
}
.atlas-ques span{
	float: right;
	color: #FFFFFF;
}
.special{
	background: #FFFFFF;
}
.special .splendid{
	background: #FFFFFF;
}
.special-splendid-main ul{
	width: 1000px;
	height: auto;
}
.special-splendid-main ul li{
	float: left;
    width: 4rem;
    text-align: center;
    margin-right: 0.24rem;
}
.special-splendid-img{
	padding-left: 0.24rem;
	width: 4rem;
    height: 3rem;
    position: relative;
}
.special-splendid-img a{
	display: block;
}
.special-splendid-img .duration{
	top: auto;
	bottom: 0.18rem;
	right: 0.2rem;
}
.special-splendid-img .card-cornel{
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
        background: url(../img/wap_spaci.png) 5px 50% no-repeat rgba(255,255,255,0.4);
	font-size: 0.18rem;
        color: #000;
        padding: 0 0.1rem;
        padding-left: 0.4rem;
        background-size: 0.25rem;
        border-radius: 0.24rem;
}
.special-splendid-img img{
	width: 100%;
        height: 100%;
	border-radius: 0.08rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
} 
.special-splendid-title{ 
	box-sizing:border-box;
	padding-bottom: 0.16rem;
        margin-left: 0.24rem; 
	text-align: left;
        color: #222222;
        font-size: 0.26rem;
        width: 4rem;
        height: calc(100% - 3rem);
        line-height: 0.42rem;
	padding: 0.16rem 0.1rem;
	background: #ffffff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
.attention-2{
	color: red;
	border: 1px solid red;
	width: 0.5rem;
    border-radius: 15px;
    padding: 0 0.2rem;
}
.attention-4{
	float: right;
}
.load{
    width: 100%;
    height: 0.6rem;
    line-height:0.6rem;
    text-align: center;
    padding: 0.24rem 0;
    background: #F5F5F5;
}
.load div{
    height: 0.5rem;
    line-height: 0.5rem;
    color: #b93034;
    border: 1px solid #b93034;
    width: 3.2rem;
    border-radius: 0.08rem;
    margin: 0 auto;
    font-size: 14px;
}
.icon-style{
    width: 0.3rem;
    height: 0.24rem;
}
.walk-people{
	background: #F5F5F5;
}

.header-list a{
        font-size: 14px;
	color: #848484;
	text-align: center;
	-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.header-list .active{
	color: #B93034;
	font-weight: bold;
}
.walk-people-main .list-pannel .lore-logo{
	display: none;
}
.read{
	width: 100%;
}
.read-header{
	font-size: 0.28rem;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0.22rem;
}
.read-list{
	width: 100%;
	display: inline-flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.read-list div{
	width: 48%;
	color: #B93034;
	margin-bottom: 0.22rem;
	font-size: 0.28rem;
}
.read-list div a{
	width: 3rem;
    color: #B93034;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.read-list-rline{
	border-right: 1px solid #4A4A4A;
}
.read-list-leftp{
	padding-left: 3%;
}
.lore-card{
	background: #FFFFFF;
	border-radius: 0.06rem;
	margin-bottom: 0.24rem;
	overflow: hidden;
	padding: 0 0.24rem;
}
.lore-card .lore-logo{
	margin-top: 0.4rem;
	font-weight: bold;
}
.walk-list-header{
    font-weight: bold;
	padding: 0.36rem 0 0.2rem 0.16rem;
}
.walk-list-con{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
	padding: 0 0 0.32rem 0.16rem;
}
.walk-list-con-word{
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
     color:#848484;
    font-size: 15px;
}
.walk-list-con-img{
	-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
    padding: 0 0.2rem;
}
.walk-list-con-img img{
	width: 100%;
	
}
.create{
    width: 3.2rem;
    height: 0.6rem;
    line-height:0.6rem;
    text-align: center;
    background: #F5F5F5;
    border: 1px solid #B93034;
    color:#B93034;
	border-radius: 0.04rem;
	margin: 0.24rem auto;
	font-size: 0.28rem;
}
.create a{
	color:#B93034;
}
.create button{
	height: 0.6rem;
    color: #b93034;
    border: 1px solid #b93034;
    width: 3.2rem;
    background: #ffff;
    border-radius: 0.08rem;
}
/*miaodong*/
.understand{
	width: 100%;
	background: #F5F5F5;
	
}
.understand-con{
	width: 100%;
	background: #FFFFFF;
}
.understand-title{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 0.24rem;
}
.understand-title img{
	width: 0.84rem;
	height: 0.56rem;
	margin-top: 0.24rem;
	margin-bottom: 0.16rem;
}
.understand-title .cppccer-img img{
	width: 0.56rem;
	height: 0.56rem;
	border-radius:50%;
	margin-top: 0.24rem;
	margin-bottom: 0.16rem;
}
.understand-con .understand-img{
	position: relative;
	text-align: center;
}
.understand-con .cont-title{
	position: absolute;
	bottom: 0.11rem;
	left: 0.48rem;
	width: 6.28rem;
	height:0.84rem;
	font-size: 0.32rem;
	color: #ffffff;
}
.understand-con .cont-title a{
	font-size: 0.32rem;
	color: #ffffff;
}
.understand-title span{
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
    align-self: center;
}
.understand-img{
	width: 100%;
	height: 3.94rem;
}
.understand-img img{
	width: 7.02rem;
	height: 100%;
	background: rgba(0,0,0,0.38);
}
.understand-mes{
	margin-top:0.24rem;
	padding: 0 0.24rem;
	padding-bottom: 0.24rem;
}

.top-mes-4{
	float: right;
}
.top-mes-padding{
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #A5A5A5;
	letter-spacing: 0;
	padding-right: 0.1rem;
}


.top-mes-padding a {
     color: #666;
}

.card-property .top-mes-padding{
	margin-right: 0.1rem;
}
.top-mewalk-list-con-imgs-4{
	float: right;
}
.card-property .top-mes-4 .top-mes-padding{
	margin-right: 0;
}
.recommLabel{
	width: 0.52rem;
	height: 0.26rem;
	font-family: PingFangSC-Light;
	font-size: 0.2rem;
	color: #B73238;
	padding:0.01rem 0.07rem;
	letter-spacing: 0;
	text-align: center;
}
.active-box{
	display: block;
}
.duration{
	opacity: 0.6;
	background: rgba(255,255,255,0.6);
	color: #000000;
	position: absolute;
    top: 0.28rem;
    right: 0.48rem;
    color: #000000;
    font-size: 0.2rem;
    border-radius: 0.24rem;
    padding: 0 0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.duration i{
	width: 0.25rem;
	height: 0.25rem;
	background: url(../img/baseline-play_arrow-34px@3x.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
    align-self: center;
}
/*问答卡片*/
.wenda-pannel,.lore-pannel{
	margin-bottom: 0.16rem;
}
.ask-ans-card{
	padding: 0.4rem 0.24rem;
	background: #ffffff;
	margin-top: 0.24rem;
}
.ask-ans-card .an-card-head{
	font-family: PingFangSC-Regular;
	font-size: 0.32rem;
	color: #222222;
	margin-bottom: 0.32rem;
	font-weight: bold;
}
.ask-ans-card .an-card-head .circle{
	margin-left: 0;
}
.ask-ans-card .ask-title,.ask-ans-card .ask-cont{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ask-ans-card .ask-title a,.card-property .recommend-mes .recommend-title,
.lesson .answer .cont-name{font-weight: bold;}
.ask-ans-card .ask-cont div{
	font-family: PingFangSC-Regular;
	font-size: 0.32rem;
	color: #222222;
	text-align: justify;
}
.ask-ans-card .ask-title .ask-icon{
	background: url(../img/ask.png) no-repeat;
	background-size:100%; 
	width:0.32rem;
	height:0.32rem;
	margin-right: 0.16rem;
-webkit-flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-grow: 0;
	flex-shrink: 0;
}
.ask-ans-card .ask-cont>a{
	font-size: 0.32rem;
    color: #222222;
    display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ask-ans-card .ask-cont .ans-icon{
	background: url(../img/answer.png) no-repeat;
	background-size:100%;
	width:0.32rem;
	height:0.32rem;
	margin-right: 0.16rem;
	-webkit-flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-grow: 0;
	flex-shrink: 0;
}
.ask-ans-card .ask-title div{
	font-family: PingFangSC-Regular;
	font-size: 0.32rem;
	color: #222222;
}
.ask-ans-card .ask-cont{
	font-family: PingFangSC-Regular;
	font-size: 0.32rem;
	color: #222222;
	text-align: justify;
	margin-top: 0.16rem; 
}
.ask-ans-card .ask-details{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: 0.48rem;
	margin-top: 0.24rem;
}
.ask-ans-card .ask-details span{
	font-family: PingFangSC-Regular;
	font-size: 0.22rem;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
	align-self: flex-end;
}

.lesson{
	background: #F5F5F5;
	box-sizing: border-box;
    overflow: hidden;
}
.lesson + .waterfalls{
	margin-top: 0.24rem;
    box-sizing: border-box;
}
.lesson-title{
	font-size: 0.32rem;
    font-weight: bold;
   	padding: 0.32rem 0;
   	padding-right: 0.24rem;
}
.speak-ques{
	width: 7.02rem;
    height: 3.94rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.speak-ques div{
	padding-top: 2rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.36rem;
}
.speak-ans{
	width: 80%;
    height: 1rem;
    border-radius: 0.1rem;
    position: absolute;
    top: 3.6rem;
    left: 10%;
    background: #FFFFFF;
    border-radius: 0.08rem;
    z-index: 9;
    display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
    justify-content: space-between;
}
.lesson .speak-ans{
	height: auto;
	padding: 0.3rem 0;
	top: 3.2rem;
	width: 6.22rem;
	left: 0.4rem;
}
.speak-ans-l{
	float: left;
    padding-left: 0.2rem;
}
.lesson .speak-ans-l>div{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.lesson .speak-ans-l .jiangtang-logo{
    width: 1.81rem;
}
.lesson .speak-ans-l .jiangtang-logo img{
	border-radius: 0;
	width: 1.8rem;
	height: 0.51rem;
}
.lesson + div{
	margin-top: 0;
}
.speak-ans-l>a{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.speak-ans-l span{
    display: inline-block;
}
.speak-ans-r{
	float: right;
    padding-right: 0.2rem;
}
.speak-ans-r span{
    display: inline-block;
}
.speak-ans-d1{
display: -webkit-box;
display: -webkit-flex;
display: flex;

}
.speak-ans-d1 span.camera{
	width: 0.6rem;
    height: 0.45rem;
    margin-right:0.05rem;
    vertical-align: bottom;
    background: url(../img/videoing.png) 0 no-repeat;
    background-size:70%;
    align-self: flex-start;
}
.speak-ans-d1 span.living_txt{
	position: relative;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	word-break: keep-all;
}
.speak-ans-color{
	color: #999999;
	font-size:0.24rem;
    text-align: right;
}
.jiangtang-desc{
	color: #999999;
	font-size:0.24rem;
    text-align: left;
}
/*评论*/
.pinlun .first-main{
	width: 100%;
    border-bottom: 1px solid #f5f5f
	background: #FFFFFF;
}
.pinlun .main-header{
	height: 0.6rem;
	padding: 0.24rem;
	padding-bottom: 0.2rem;
}
.pinlun .header-left{
	float: left;
}
.pinlun .header-left img{
	width: 0.72rem;
    vertical-align: middle;
}
.pinlun .header-left-mes{
	display: inline-block;
}
.pinlun .mes-top{
	color: #222222;
	font-size: 0.28rem;
}
.pinlun .answer-ans{
	    width: 6.36rem;
    padding-left: 0.9rem;
	display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.pinlun .recommend-top-mes{
	    width: 6.36rem;
    padding-left: 0.9rem;
	height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.22rem;
    color: #999999;
}
.pinlun .recommend-top-mes button{
	border-radius: 0.16rem;
	font-size: 0.22rem;
	background: #FFFFFF;
	color: #999999;
	width: 0.72rem;
    border: 1px solid #999999;
}
.pinlun .icon-style{
    width: 0.3rem;
    height: 0.24rem;
}
.pinlun .top-mes-padding{
	padding-right: 0.05rem;
}
.pinlun .header-right{
	float: right;
	color: #999999;
	font-size: 0.22rem;
	line-height: 0.56rem;
}
.walk-people .speak-ques{
	width: auto;
}
/*话题卡片*/
.huati-card{
	padding-left: 0.24rem;
    padding-right: 0.32rem;
    background: #ffffff;
    padding-top: 0.4rem;
	padding-bottom: 0.34rem;
	margin-top: 0.24rem;
}
.huati-card .huati-header{
	font-weight: bold;
}
.huati-card .huati-header .circle{
	margin-left: 0
}
.huati-card .huati-title a{
	font-family: PingFangSC-Medium;
    font-size: 0.32rem;
    color: #222222;
    font-weight: bold;
    display: block;
    margin-top: 0.32rem;
	margin-bottom: 0.16rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.huati-card .line{
    margin-bottom: 0.32rem;
}
.huati-card .huati-main-pannel{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
    flex-direction: column;
}
.huati-card .huati-ans-author-pannel{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    flex-direction: row;
    justify-content: space-between;
}
.huati-card .huati-ans-author-pannel a{
    display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    flex-direction: row;
    justify-content: space-between;
}
.huati-card .huati-ans-author-pannel a img{
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
 -webkit-align-self: center;
    align-self: center;
}
.huati-card .huati-author{
    display: -webkit-box;
display: -webkit-flex;
display: flex;
 -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0.1rem;
}
.huati-card .huati-ans-collect{
	font-family: PingFangSC-Regular;
	font-size: 0.24rem;
	color: #238ED6;
	letter-spacing: 0;
}
.huati-card .huati-info{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
	justify-content: space-between;
}
.huati-card .huati-info .hauti-interat-info{
	font-family: PingFangSC-Regular;
	font-size: 0.22rem;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
}
/*&#51;&#54;&#53;&#98;&#101;&#116;&#32593;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#97;&#112;&#112;&#20013;&#25991;&#95;&#51;&#54;&#53;&#26159;&#27491;&#35268;&#24179;&#21488;&#21527;号*/
.cppcc-card .main-header{
    display: -webkit-box;
display: -webkit-flex;
display: flex;
    -webkit-justify-content: space-between;
	justify-content: space-between;
    padding: 0.24rem;
    padding-bottom: 0rem;
}
.cppcc-card .main-header .header-left{
	display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.cppcc-card .main-header .header-left .header-left-mes{
	margin-left: 0.1rem;
}
.cppcc-card .main-header .header-left img{
	width: 0.72rem;
	height: 0.72rem;
	border-radius:50%;
	box-shadow: 0 5px 10px 0 rgba(212,212,212,0.70);
}
.cppcc-card .main-header .header-right{
	-webkit-align-self:center;
align-self:center;
}
.cppcc-card .main-header .header-right button{
	font-size: 0.24rem;
	color: #B93034;
	border: 1px solid #B93034;
	border-radius: 0.04rem;
	background: #ffffff;
}
.cppcc-card .main-pic{
	box-sizing:border-box;
	padding: 0.2rem 0.24rem;
}
.cppcc-card .main-pic a{
	display: block;
	position: relative;
}
.cppcc-card .main-pic a img{
	width: 7.02rem;
}
.cppcc-card .cppcc-card-footer{
	padding: 0 0.24rem;
}
.tjh-pic{
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    margin-top: 0.3rem;
}

.waterfalls .cont-card-v{
	margin-top:0.24rem;
}
.waterfalls .lore-card{
	margin-top: 0.16rem;
}
.wrapper .swiper-container .swiper-pagination {
   bottom: 5px;
   display: flex;
   justify-content: space-around;
   padding: 0 0.2rem;
   box-sizing: border-box;
}

.wrapper .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 60px;
    height: 3px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(255,255,255,0.4);
    transition: background-color .3s ease;
}


.wrapper .swiper-container .swiper-pagination-bullet:first-child {
  margin-left: 0;
}



.wrapper .swiper-container .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.wrapper .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}

.wrapper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 3s linear forwards
}

.wrapper .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}

@keyframes sliderPagination {
 	100% {
		transform: scaleX(1);
        opacity: 1;
    }
}
.tuji_cont, .zhuanti_ico, .zhibo_on, .zhibo_off, .video_count{
	position: absolute;
	right: 0.2rem;
	top:0.2rem;
	height:0.3rem;
	line-height:0.3rem;
	background: rgba(255,255,255,0.4);
	border-radius: 15px;
	padding: 0.02rem 0.1rem;
	font-family: PingFangSC-Regular;
	font-size: 10px;
	color: #000;
	letter-spacing: 0;
	text-align: left;
	display: -webkit-box;
        display: -webkit-flex;
        display: flex;
	align-items: center;
}

.tuji_cont i{
    width: 0.25rem;
    height: 0.25rem;
    background: url(../img/wap_more_pic.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 100%;
    align-content: center;
    margin-right: 3px;
}

.zhuanti_ico i{
    width: 0.25rem;
    height: 0.25rem;
    background: url(../img/wap_spaci.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 100%;
    align-content: center;
    margin-right: 3px;
}

.zhibo_on i{
    width: 0.25rem;
    height: 0.25rem;
    background: url(../img/wap_video_on.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 100%;
    align-content: center;
    margin-right: 3px;
}

.zhibo_off i{
    width: 0.25rem;
    height: 0.25rem;
    background: url(../img/wap_video_off.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 100%;
    align-content: center;
    margin-right: 3px;
}

.video_count i{
    width: 0.25rem;
    height: 0.25rem;
    background: url(../img/wap_more_video.png) 0 50% no-repeat;
    display: inline-block;
    background-size: 100%;
    align-content: center;
    margin-right: 3px;
}
.mes-bottom .acalc {
     color: #999;
}