#allLabel{
    margin:0.5rem auto;
    overflow: hidden;
}
#allLabel.on{
    height:auto;
}
#allLabel .swiper-slide{
    width:25%;
    float: left;
}
#allLabel .swiper-slide a{
    border-bottom: 4px solid #fafafa;
    line-height: 1.8rem;
}
#allLabel .active a{
    border-bottom: 4px solid #227ee7;
}
#allLabel a{
    margin:auto;
    display: block;
    text-align: center;
    float: none;
    color:#333;
    font-size:0.8rem !important;
}
.classification{
    width:83%;
    margin:auto;
    position: relative;
}
.allTags{
    position:absolute;
    right:-0.8rem;
    top:0.9rem;
    width:0.9rem;
    height:0.9rem;
    background: #8ebcf0;
    color: #fff;
    line-height: 0.9rem;
    text-align: center;
    font-size:0.5rem;
    border-radius: 0.2rem;
    z-index: 100;
    transform: rotate(90deg);
    -ms-transform:rotate(90deg); 	/* IE 9 */
    -moz-transform:rotate(90deg); 	/* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 	/* Opera */
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.allTags.on{
    transform: rotate(-90deg);
    -ms-transform:rotate(-90deg); 	/* IE 9 */
    -moz-transform:rotate(-90deg); 	/* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); 	/* Opera */
}
.gallery-thumbs{
    overflow: hidden;
}
.articleContent{
    float: left;
    width:100%;
    border-top:1px solid #f6f5f5;
}
.articleContent a{
    display: block;
}
.gallery-top#articleContent .articleContent:nth-child(1){
    width:46%;
    float: left;
    margin-left: 2%;
}
.gallery-top#articleContent .articleContent:nth-child(2){
    width:46%;
    float: right;
    margin-right: 2%;
}
.gallery-top#articleContent .articleContent:nth-child(1) .aContent span{
    height:2.7rem;
}
.gallery-top#articleContent .articleContent:nth-child(2) .aContent span{
    height:2.7rem;
}
.gallery-top#articleContent .articleContent:nth-child(1) .aContent span b{
    /* color:#bcbcbc; */
    /* line-height: 1.5rem; */
}
.gallery-top#articleContent .articleContent:nth-child(2) .aContent span b{
    /* color:#bcbcbc; */
    /* line-height: 1.5rem; */
}
.gallery-top#articleContent .articleContent:nth-child(3){
    margin-top: 0.5rem;
}
.gallery-top#articleContent .articleContent:nth-child(1) .aContent{
    border-bottom: none;
}
.gallery-top#articleContent .articleContent:nth-child(2) .aContent{
    border-bottom: none;
}
.gallery-top#articleContent .articleContent:nth-child(1) .aContent img{
    width:100%;
    height:5rem;
    border-radius: 0.5rem;
}
.gallery-top#articleContent .articleContent:nth-child(2) .aContent img{
    width:100%;
    height:5rem;
    border-radius: 0.5rem;
}
.aContent span{
    margin-left: 2%;
	float: left;
	color:#333;
	font-size:0.8rem;
    line-height: 1.6rem;
    width:58%;
}
.gallery-top .aContent span{
	width:100%;
}
.aContent span b{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 1.2rem;
    padding:0.4rem 0;
}
.aContent span time{
	color:#999;
	font-size:0.7rem;
}
.gallery-top#articleContent .aContent span time{
    display: none;
}
.seeMore{
    border-top:1px solid #f6f5f5;
}
.seeMore a{
    color:#323232;
    font-size:0.7rem;
    text-align: center;
    line-height: 2rem;
    display: block;
}
.aContent{
	margin:0rem 0rem 0rem 0;
	overflow: hidden;
}
.aContent img{
	width:40%;
	float: left;
}
.windowIndex{
    background:url(../img/health/1.png) no-repeat center center;
    background-size:cover;
    border-radius: 0.5rem;
    width:92%;
    margin:auto;
    position: relative;
}
#suitable{
    color:#fff;
    font-size:1.4rem;
    margin-left: 0.9rem;
    padding-top: 2.1rem;
    text-align: left;
}
.city{
    color:#fff;
    font-size: 0.8rem;
    margin: 3.3rem 0.8rem 0.8rem 0.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom:0.7rem;
}
.current{
    color:#fff;
    font-size:0.65rem;
    margin:auto 0.8rem;
    line-height: 1.2rem;
}
.info{
    position: relative;
}
.info span{
    line-height: 2rem;
    margin-top:0.8rem;
    font-size: 0.7rem;
    display: block;
    color:#fff;
    padding:0rem 0.8rem;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
    background:rgba(0,0,0,0.5);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height:2rem;
    overflow: hidden;
}
.info.on span{
    height:auto;
    line-height: 1.2rem;
    white-space: initial;
    text-overflow: initial;
} 
.blue{
    background-color:#4a9fe8;
    box-shadow:0 1px 7px #4a9fe8;
}
.green{
    background-color:#3edaa5;
    box-shadow:0 1px 7px #3edaa5;
}
.yellow{
    background-color:#efcc44;
    box-shadow:0 1px 7px #efcc44;
}
.orange{
    background-color:#e9925d;
    box-shadow:0 1px 7px #e9925d;
}
.red{
    background-color:#db3978;
    box-shadow:0 1px 7px #db3978;
}
.windowIndexLever{
    background: none;
}
.windowIndexLever span{
    width:2rem;
    height:2rem;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 2rem;
    margin:0.2rem auto auto auto;
}
.windowIndexLever span i{
    color:#fff;
}
.windowIndexLever b{
    text-align: center;
    line-height: 2rem;
    font-size:0.7rem;
    color:#141414;
    display: block;
    font-weight: 400;
}
.Leveldescription{
    display: flex;
    flex-flow:row wrap;
    align-items: center;
    justify-content:center;
    margin:2rem auto 1rem auto;
}
.Leveldescription i{
    width:0.4rem;
    height:0.4rem;
    border-radius: 100%;
    margin-left: 0.5rem;
    box-shadow:none;
}
.Leveldescription span{
    margin-left: 0.28rem;
    color:#b2b2b2;
    font-size: 0.6rem;
}
.encyclopedia{
    margin-top: 1.3rem;
    padding:1.1rem 0.9rem 1rem 0.9rem;
    color:#323232;
    font-size:0.7rem;
    line-height: 1.25rem;
}
.btn{
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin:1rem auto;
}
.btn a{
	flex-shrink: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #fdb325;
	border-radius: 2rem;
	padding:0.2rem 0.5rem;
	color:#fff;
	font-size:0.7rem;
	margin:auto 0.5rem
}
.btn a i{
	color:#fff;
	font-size:1rem;
	margin-right:0.2rem
}
.encyclopedia span{
	display: block;
	color:#323232;
	font-size:0.7rem;
	text-indent:1.25rem;
	margin-top:0.8rem;
}
.iconxiala{
    font-size: 0.6rem;
}
.iconxia-down{
    position: absolute;
    right:0.2rem;
    top:0.5rem;
    color:#fff;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.iconxia-down.on{
    transform: rotate(-180deg);
    -ms-transform:rotate(-180deg); 	/* IE 9 */
    -moz-transform:rotate(-180deg); 	/* Firefox */
    -webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
    -o-transform:rotate(-180deg); 	/* Opera */
}
.proartice .aContent{
    margin-bottom: 0.5rem;
}