	.audio-Top {
		clear: both;
		overflow: hidden;
		position: relative;
		    z-index: 5;
	}
	
	.grayBg {
		background: #f5f5f5;
	}
	
	.audio-bg {
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		height: 5.4rem;
		text-align: center;
		overflow: hidden;
	}
	
	.ku-bg {
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		height: 4.7rem;
		text-align: center;
		overflow: hidden;
	}
	
	.ku-bg-blur {
		width: 100%;
		height: 4.7rem;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		-moz-background-size: cover;
		background-size: cover;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		top: 0;
	}
	
	.ku-bg-posimg {
		width: 2rem;
		height: 3rem;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0.6rem 0.3rem 0 0.4rem;
		overflow: hidden;
	}
	
	.ku-bg-posimg img {
		width: 100%;
		height: 100%;
	}
	
	.ku-bg-poscontent {
		position: absolute;
		top: 0.9rem;
		left: 2.7rem;
		width: 3.5rem;
		height: 2.6rem;
		text-overflow: ellipsis;
	}
	
	.audio-bg-blur {
		width: 100%;
		height: 5.4rem;
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		-moz-background-size: cover;
		background-size: cover;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		top: 0;
	}
	
	.z-video-title {
		padding: .4rem .3rem;
	}
	
	.z-video-title font {
		font-size: .32rem;
		color: #222222;
	}
	
	.z-video-title span {
		font-size: .24rem;
		color: #888888;
	}
	
	.z-video-list {
		padding: 0 .3rem;
		margin-bottom: 0.4rem;
	}
	
	.z-video-list.z-maxHeight {
		max-height: 1.1rem;
		overflow: hidden;
	}
	
	.z-video-listWrap {
		position: relative;
	}
	
	.showMaxHeight {
		position: absolute;
		right: 0.3rem;
		top: 0.4rem;
		background: url(../img/show1.png) no-repeat;
		width: 0.3rem;
		height: 0.2rem;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.showMaxHeight.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.z-video-list li.active {
		border: 1px solid #FF4A8C;
	}
	
	.z-video-list li.active a {
		color: #FF4A8C;
	}
	
	.z-video-list li {
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-bottom: .2rem;
		border: 1px solid #EDEDED;
		float: left;
	/*	width: 3.1rem;*/
		width: 6.1rem;  /*唐军说一行就好*/
		height: 1rem;
		line-height: 1rem;
		color: #888888;
		font-size: .28rem;
	}
	
	.z-video-list li a {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding-left: .24rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.z-video-list li:nth-of-type(2n) {
		margin-left: .18rem;
	}
	
	.zy_media video {
		width: 100%;
		height: 4.4rem;
	}
	
	.z-video-info-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: .4rem;
		color: #000000;
		padding: .38rem .3rem .1rem .3rem
	}
	
	.z-video-info-hint {
		font-size: .24rem;
		color: #888888;
		padding: 0 .3rem .4rem;
	}
	
	.z-video-caozuo {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: .5rem;
		padding-bottom: 0.56rem;
		border-bottom: 1px solid #EDEDED;
	}
	
	.z-video-caozuo li {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 25%;
		text-align: center;
	}
	
	.z-video-caozuo li a {
		display: inline-block;
		/* width: 100%; */
		height: 100%;
		padding: 0 1em;
		font-size: .24rem;
		color: #888888;
	}
	
	.z-video-caozuo li a i {
		margin-bottom: .1rem;
	}
	
	.z-audio-zan {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/audio1.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-audio-colect {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/audio2.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-audio-down {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/audio3.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-audio-share {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/audio4.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-audio-zan.active {
		background: url("../img/audio5.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-audio-colect.active {
		background: url("../img/audio6.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-zan {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/video1.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-zan.active {
		background: url("../img/video5.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-colect {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/video2.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-colect.active {
		background: url("../img/video6.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-down {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/video3.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-down.active{
		background: url("../img/video-un.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-share {
		display: inline-block;
		width: .48rem;
		height: .48rem;
		background: url("../img/video4.png") no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.share-mask {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		z-index: 5;
		display: none;
	}
	
	.share-img {
		height: 100%;
		width: 100%;
		background: url(../img/a-share-img.png) no-repeat center top;
		-moz-background-size: contain;
		background-size: contain;
	}
	
	body .demo-msg .layui-m-layercont {
		padding: .3rem .5rem;
		font-size: .3rem;
	}
	
	.z-video-intr {
		padding-left: 0.3rem;
		padding-bottom: 0.1rem;
		font-size: 0.32rem;
		color: #000000;
		font-weight: bold;
		position: relative;
	}
	
	.z-video-intr span {
		font-size: 0.24rem;
		color: #999999;
		margin-left: 0.1rem;
	}
	
	.z-video-intrcontent {
		font-size: 0.28rem;
		color: #888888;
		padding: 0.3rem 0.3rem 0;
		line-height: 0.4rem;
	}
	
	.z-video-intrcontent.active {
		max-height: 1.96rem;
		overflow: hidden;
	}
	
	.z-video-intrshow {
		text-align: center;
		font-size: 0.26rem;
		color: #FF1268;
		margin-top: 0.42rem;
		padding-bottom: 0.7rem;
		margin-bottom: 0.7rem;
		border-bottom: 1px solid #EDEDED;
	}
	
	.z-video-intrshowIcon i {
		display: inline-block;
		width: 0.2rem;
		height: 0.13rem;
		background: url(../img/down1.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-intrshowIcon.active i {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	.video-login {
		width: 0.54rem;
		height: 0.24rem;
	}
	
	.z-video-login {
		display: inline-block;
		border: 1px solid #FF1F78;
		position: absolute;
		right: 0.3rem;
		top: -0.05rem;
		font-size: 0.24rem;
		color: #FF1F78;
		padding: 0.08rem 0.3rem;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #fff;
	}
	
	.z-video-common {
		padding: 0 0.3rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	
	.z-video-common li {
		margin-bottom: 0.5rem;
	}
	
	.z-video-commonimg {
		width: 0.64rem;
		height: 0.64rem;
		-moz-border-radius: 50%;
		border-radius: 50%;
		overflow: hidden;
		float: left;
		margin-right: 0.3rem;
	}
	
	.z-video-commonimg img {
		width: 100%;
		height: 100%;
	}
	
	.z-video-commonInput {
		width: 5.96rem;
		height: 0.64rem;
		background: #F5F5F5;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 0.26rem;
		outline: none;
		padding-left: 0.3rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.z-video-content {
		width: 5.96rem;
		float: left;
	}
	
	.z-video-contentTitle {
		position: relative;
	}
	
	.z-video-contentTitle span {
		font-size: 0.28rem;
		color: #000000;
		margin-right: 0.06rem;
	}
	
	.z-video-box {
		display: inline-block;
		height: 0.14rem;
		position: relative;
		top: -.1rem;
		margin-left: 0.1rem;
	}
	
	.z-video-box li {
		width: 0.28rem;
		height: 0.28rem;
		background: url(../img/star.png) no-repeat;
		background-repeat: no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		list-style: none;
		background-position: center;
		float: left;
		margin-right: 0.1rem;
		cursor: pointer;
	}
	
	.z-video-box li.active {
		background: url(../img/stars.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-video-contenttime {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.z-video-contentext {
		font-size: 0.26rem;
		color: #666666;
		margin-top: 0.16rem;
		line-height: .36rem;
	}
	
	.audio-posimg {
		width: 2.8rem;
		height: 2.8rem;
		position: absolute;
		left: 0;
		top: 0;
		margin: 0.4rem;
		overflow: hidden;
	}
	
	.audio-posimg img {
		width: 100%;
		height: 100%;
	}
	
	.audio-poscontent {
		position: absolute;
		top: 0.4rem;
		right: 0.4rem;
		width: 3.5rem;
		height: 2.6rem;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.audio-poscontent-name {
		font-size: 0.4rem;
		color: #FFFFFF;
		margin-bottom: 0.16rem;
	}
	
	.audio-poscontent-hint {
		font-size: 0.24rem;
		color: #FFFFFF;
		line-height: 0.36rem;
	}
	
	.z-audio-caozuo {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		bottom: 1.1rem;
		left: 0;
	}
	
	.z-audio-caozuo li {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 25%;
		text-align: center;
	}
	
	.z-audio-caozuo li a {
		display: inline-block;
		/* width: 100%; */
		height: 100%;
		padding: 0 1em;
		font-size: .24rem;
		color: #888888;
	}
	
	.z-audio-caozuo li a i {
		margin-bottom: .1rem;
	}
	
	.z-audio-top {
		height: 0.88rem;
		line-height: 0.88rem;
		padding-left: 0.16rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #e4e4e4;
	}
	
	.z-audio-listwrap {
		overflow: hidden;
	}
	/*.z-audio-list.active {
		max-height: 6rem;
		overflow: auto;
	}*/
	
	.z-audio-list {
		overflow: auto;
	}
	
	.z-audio-list li {
		height: 0.88rem;
		line-height: 0.88rem;
	}
	
	.z-audio-list a {
		width: 100%;
		height: 100%;
		display: inline-block;
		position: relative;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.z-audio-list a .z-audio-content {
		position: relative;
		padding-left: 1.06rem;
		padding-right: 0.9rem;
		font-size: 0.32rem;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		/*border-bottom: 1px solid #f0f0f0;*/
	}
	
	.z-audio-content:after {
		content: "";
		position: absolute;
		height: 1px;
		bottom: 0;
		left: 1.06rem;
		width: 100%;
		background: #f0f0f0;
	}
	
	.z-audio-downmusic {
		position: absolute;
		width: 0.42rem;
		height: 0.42rem;
		background: url(../img/down2.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		right: 0.32rem;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 1;
	}
	
	.z-audio-speed {
		position: absolute;
		width: 0.32rem;
		height: 0.3rem;
		background: url(../img/speed2.gif) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		right: 0.9rem;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: none;
	}
	
	.z-audio-speed.active {
		display: block;
	}
	
	.z-audio-top.active {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		background: #fff;
		width: 100%;
	}
	
	.z-audio-top font {
		font-size: 0.32rem;
		color: #333333;
	}
	
	.z-audio-top span {
		font-size: 0.24rem;
		color: #888888;
	}
	
	.z-audio-num {
		position: absolute;
		left: 0.48rem;
		top: 0;
		font-size: 0.28rem;
		color: #666666;
	}
	.z-audio-num.active,.z-audio-content.active{
		color: #FF6600!important;
	}
	
	.hasfix {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.z-audio-wrap {
		margin-bottom: 0.5rem;
		z-index: 1;
		background: #fff;
		overflow: hidden;
	}
	
	.wrapper01 {
		position: relative;
		height: 0.88rem;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.wrapper01 .scroller {
		position: absolute
	}
	
	.wrapper01 .scroller li {
		height: 0.88rem;
		color: #333;
		float: left;
		font-size: .28rem;
		text-align: center;
	}
	
	.wrapper01 .scroller li:first-child a {
		margin-left: 0.3rem;
	}
	
	.wrapper01 .scroller li a {
		color: #333;
		display: inline-block;
		margin: 0.2rem .1rem 0;
		padding: 0.12rem 0.3rem;
	}
	
	.wrapper01 .scroller li.cur a {
		color: #FF2171;
		background: #F5F5F5;
	}
	
	.z-search-top {
		z-index: 1;
		background: #fff;
	}
	
	.z-search-con {
		height: 0.88rem;
		line-height: 0.88rem;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.z-search-top {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	
	.z-search-conInput {
		width: 6.22rem;
		float: left;
		margin-left: 0.2rem;
		margin-right: 0.16rem;
		height: 0.72rem;
		line-height: 0.72rem;
		-moz-border-radius: 5px;
		border-radius: 5px;
		overflow: hidden;
		background: #fafafa;
		position: relative;
		margin-top: 0.1rem;
	}
	
	.z-search-conImg {
		width: 0.52rem;
		height: 0.52rem;
		position: absolute;
		top: 0.1rem;
		left: 0.08rem;
	}
	
	.z-search-input {
		display: inline-block;
		width: 88%;
		height: 100%;
		background: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 0.7rem;
		outline: none;
		font-size: 0.32rem;
		color: #000000;
	}
	
	.z-search-close {
		width: 0.36rem;
		height: 0.36rem;
		display: inline-block;
		position: absolute;
		right: 0.26rem;
		top: 0.16rem;
		background: url(../img/close2.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
		display: none;
	}
	
	.z-search-tobtn {
		float: left;
		font-size: 0.34rem;
		color: #333333;
	}
	
	.search-result {
		margin-top: 1.76rem;
	}
	
	.search-result-list {}
	
	.search-result-list li {
		background: #fff;
	}
	
	.search-result-list a {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding-top: 0.28rem;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.search-result-listimg {
		position: relative;
		float: left;
		width: 2.46rem;
		height: 2.46rem;
		margin-right: 0.2rem;
	}
	
	.search-result-listtext {
		float: left;
		width: 4.44rem;
		position: relative;
		height: 2.45rem;
	}
	
	.search-result-center {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.search-result-listtitle {
		font-size: 0.28rem;
		color: #222222;
		line-height: 0.38rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break: break-all;
		overflow: hidden;
	}
	
	.search-result-listtime {
		font-size: 0.22rem;
		color: #999999;
		left: 0;
		bottom: 0.16rem;
		margin-top: .8rem;
	}
	
	.search-result-num {
		position: absolute;
		top: 0.06rem;
		left: 0.06rem;
		height: 0.48rem;
		line-height: 0.48rem;
		font-size: 0.22rem;
		color: #FFFFFF;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.search-result-num img {
		width: 0.48rem;
		height: 0.48rem;
	}
	
	.search-result-icon {
		display: inline-block;
		width: 0.48rem;
		height: 0.48rem;
		margin-right: 0.1rem;
	}
	
	.search-video-icon1 {
		background: url(../img/search-icon1.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.search-audio-icon1 {
		background: url(../img/search-icon2.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.search-result-list {
		margin-bottom: 0.4rem;
	}
	
	.z-nav .wrapper01 {
		width: 88%;
		border-bottom: none;
		margin: 0;
	}
	
	.z-search-icon {
		display: inline-block;
		position: absolute;
		right: 0.34rem;
		top: 0.2rem;
		width: 0.48rem;
		height: 0.48rem;
		background: url(../img/search1.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-sort {
		display: block;
	}
	
	.z-sort-list li .wrapper01 {
		display: inline-block;
		width: 80%;
		border-bottom: none;
		float: left;
		overflow: hidden;
	}
	
	.z-sort-list li {
		position: relative;
		height: 0.88rem;
	}
	
	.z-sort-list li font {
		display: inline-block;
		width: 17%;
		float: left;
		font-size: 0.28rem;
		text-align: right;
		position: relative;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.z-sort-list {
		/*	display: none;*/
	}
	
	.z-sort-content {
		margin-top: 0.88rem;
	}
	
	.z-sort-type1 li {
		width: 2.46rem;
		padding: 0.25rem 0;
		float: left;
	}
	
	.z-sort-type1 li a,
	.z-sort-type2 li a {
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	
	.z-sort-type1 li:not(:nth-of-type(3n)) {
		margin-right: 0.06rem;
	}
	
	.z-sort-type2 li:not(:nth-of-type(2n)) {
		margin-right: 0.1rem;
	}
	
	.z-sort-type2 li {
		width: 3.7rem;
		padding-top: 0.25rem;
		float: left;
	}
	
	.z-type2-img {
		width: 100%;
		height: 2.1rem;
		overflow: hidden;
	}
	
	.z-type2-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break: break-all;
		overflow: hidden;
		margin-top: 0.2rem;
		margin-left: 0.2rem;
		font-size: 0.28rem;
		color: #222222;
		height: 0.72rem;
		line-height: 0.36rem;
	}
	
	.z-type1-img {
		width: 100%;
		height: 3.46rem;
		overflow: hidden;
	}
	
	.z-type1-img img,
	.z-sort-type2 img {
		width: 100%;
		height: 100%;
	}
	
	.z-type1-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break: break-all;
		overflow: hidden;
		margin-top: 0.2rem;
		margin-left: 0.2rem;
		font-size: 0.28rem;
		color: #222222;
		height: 0.72rem;
		line-height: 0.36rem;
	}
	
	.z-nav-top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 3;
		-webkit-transition: top .25s;
		-moz-transition: top .25s;
		-webkit-transition: -webkit-transform .25s;
		transition: -webkit-transform .25s;
		-moz-transition: transform .25s, -moz-transform .25s;
		transition: transform .25s;
		transition: transform .25s, -webkit-transform .25s, -moz-transform .25s;
		-webkit-transform: translateY(00%);
		-moz-transform: translateY(00%);
		-ms-transform: translateY(00%);
		transform: translateY(00%);
	}
	
	.z-sort-top {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 0.88rem;
		line-height: 0.88rem;
		font-size: 0.28rem;
		color: #FF2171;
		text-align: center;
		z-index: 3;
		-webkit-transition: top .25s;
		-moz-transition: top .25s;
		-webkit-transition: -webkit-transform .25s;
		transition: -webkit-transform .25s;
		-moz-transition: transform .25s, -moz-transform .25s;
		transition: transform .25s;
		transition: transform .25s, -webkit-transform .25s, -moz-transform .25s;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: url(../img/zyBg.png) no-repeat;
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.z-nav {
		height: 0.88rem;
		position: relative;
	}
	
	body .twobtn-class {
		width: 70%!important;
	}
	
	body .twobtn-class .layui-m-layercont {
		font-size: 0.28rem;
	}
	
	body .twobtn-class {
		width: 80%!important;
	}
	
	body .twobtn-class .layui-m-layercont {
		font-size: 0.36rem;
		color: #1a1a1a;
		padding: .7rem .25rem .5rem .25rem;
	}
	
	body .twobtn-class .layui-m-layerbtn {
		display: block;
		background: #ffffff;
		border-top: none;
		height: 1.4rem;
	}
	
	body .twobtn-class .layui-m-layerbtn span[no] {
		display: inline-block;
		height: 0.8rem;
		line-height: 0.8rem;
		color: #ff6b6f;
		border: 1px solid #ff6b6f;
		font-size: 0.3rem;
		width: 44%;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 3%;
	}
	
	body .twobtn-class .layui-m-layerbtn span[yes] {
		display: inline-block;
		background: #ff6b6f;
		color: #ffffff;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
		width: 44%;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	.zyMask {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.5);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
	}
	
	.ku-sort {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid #EDEDED;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
	}
	
	.ku-sort li {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 25%;
		height: 0.98rem;
		line-height: 0.98rem;
		text-align: center;
	}
	
	.ku-sort li a {
		display: inline-block;
		font-size: 0.3rem;
		height: 100%;
		padding: 0 0.1rem;
		color: #666666;
	}

	.ku-sort li a.active {
		color: #FF2171;
		border-bottom: 2px solid #FF2171;
	}

	.ku-sort-side {
		z-index:5;
		position: relative;
		height: 0.8rem;
		line-height: 0.8rem;
		    background: #f5f5f5;
		/* background: #fff; */
		/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
	}
	
	.ku-side {
		float: right;
		padding-right: 0.3rem;
		font-size: 0.24rem;
	}
	
	.ku-side span {
		color: #666666;
	}
	
	.ku-side span.active {
		color: #FF2171;
	}
	
	.ku-list {
		margin-bottom: 0.4rem;
	}
	
	.ku-list li a {
		background: #fff;
		padding: 0.2rem 0;
	}
	
	.ku-result-list {
		margin-bottom: 0.4rem;
	}
	
	.ku-result-list li {
		background: #fff;
		display: inline-block;
		width: 100%;
		height: 100%;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		border-bottom: 1px solid #E5E5E5;
	}
	
	.ku-result-listimg {
		position: relative;
		float: left;
		width: 3rem;
		height: 1.88rem;
		margin-right: 0.2rem;
	}
	
	.ku-result-listimg img {
		width: 100%;
		height: 100%;
	}
	
	.ku-result-time {
		position: absolute;
		right: 0.1rem;
		bottom: 0.1rem;
		padding: 0.02rem;
		width: 1rem;
		height: 0.3rem;
		text-align: center;
		line-height: 0.3rem;
		color: #fff;
		background: rgba(0, 0, 0, .5);
		font-size: 0.2rem;
	}
	
	.ku-result-listtext {
		float: left;
		width: 4.04rem;
		position: relative;
		height: 1.88rem;
	}
	
	.ku-sort-text {
		font-size: 0.24rem;
		color: #666666;
		float: left;
		padding-left: 0.3rem;
	}
	
	.ku-sort-text i {
		display: inline-block;
		width: 0.18rem;
		height: 0.12rem;
		background: url(../img/z-down1.png) no-repeat;
		-moz-background-size: 100% 100%;
		     background-size: 100% 100%;
		margin-left: 0.06rem;
	}
	
	.ku-sort-text.active {
		color: #FF2171;
	}
	
	.ku-sort-text.active i {
		background: url(../img/z-down2.png) no-repeat;
		-moz-background-size: 100% 100%;
		     background-size: 100% 100%;
	}
	
	.ku-sort-fixed {
		position: absolute;
		width: 100%;
		top: 0.76rem;
		z-index: 3;
		background: #fff;
		padding: 0.3rem 0;
		-webkit-transition: left .25s;
		-webkit-transition: -webkit-transform .25s;
		transition: -webkit-transform .25s;
		-moz-transition: transform .25s, -moz-transform .25s;
		transition: transform .25s;
		transition: transform .25s, -webkit-transform .25s, -moz-transform .25s;
		-webkit-transform: translateX(-100%);
		   -moz-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	
	.ku-sort-fixed li {
		float: left;
		width: 25%;
		text-align: center;
		height: 0.86rem;
	}
	
	.ku-sort-fixed li a {
		display: inline-block;
		font-size: 0.26rem;
		color: #747474;
		width: 1.62rem;
		height: 0.64rem;
		line-height: 0.64rem;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	
	.ku-sort-fixed li.active a {
		color: #FF2171;
		border: 1px solid #FF2171;
		-moz-border-radius: 5px;
		     border-radius: 5px;
	}
	
	.kuMask {
		width: 100%;
		height:100rem;
		position: fixed;
		margin-top: 0.8rem;
		/*bottom: 0;*/
		left: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-filter: progid: ;
		        filter: progid: ;:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
		-webkit-transition: -webkit-transform .25s;
		transition: -webkit-transform .25s;
		-moz-transition: transform .25s, -moz-transform .25s;
		transition: transform .25s;
		transition: transform .25s, -webkit-transform .25s, -moz-transform .25s;
		-webkit-transform: translateX(-100%);
		   -moz-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	.max-fixed{
		z-index: 5;
	}
	
.max-fixed.active{
	position: fixed;
	width: 100%;
	z-index: 4;
}
.ku-pic-list {
	background: #fff;
}

.ku-pic-list li{
	    float: left;
	        padding: 0.25rem 0;
	width:3.72rem;
}

.ku-pic-list li:not(:nth-of-type(2n)) {
    margin-right: 0.06rem;
}
.ku-pic-list li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ku-pic-img{
	width: 3.72rem;
	height: 3.72rem;
}
.ku-pic-img img{
	width: 100%;
	height: 100%;
}

.un-border{
	border:none;
}
.uncaozuo-border{
	border:none;
	margin-bottom: 0.2rem;
}

.ku-pic-top{
	position: relative;
	height:4.22rem;
	overflow: hidden;
	
}
.ku-pic-top img{
	width: 100%;
	height: 100%;
}

.ku-pic-num{
	color: #FFF;
	font-size: 0.24rem;
	position: absolute;
	right: 0.3rem;
	bottom: 0.2rem;
}
.post-image-list li{
	height:4.22rem;
}




.swiper-num {
    position: fixed;
    bottom: 0.2rem;
    left: 40%;
    color: #fff;
    padding: .5rem 0.5rem;
    z-index: 1000;
    font-size: 20px;
}
.swiper-downpic{
	position: absolute;
	bottom: 0.6rem;
	right: 0.4rem;
	z-index: 1000;
	display: inline-block;
	width: 0.42rem;
	height: 0.42rem;
	background: url(../img/downpic.png) no-repeat;
	-moz-background-size: 100% 100%;
	     background-size: 100% 100%;
}
.close-swiper {
    position: fixed;
    right: 0.3rem;
    top: 0.3rem;
    padding: .2rem 0.4rem;
    background-color: #5c5c5c;
    font-size: 20px;
    color: #fff;
    z-index: 1000;
    -moz-border-radius: .1rem;
         border-radius: .1rem;
}

.a-swiper-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #333;
}

.a-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
}
.a-swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}