/* #page_loading{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ff6749;
	height: 100vh;
} */
.index100{
	position: absolute;
	left: 235.5px;
	top: 15px;
}
.pl-box{
	height: 100vh;
	padding-top:40vh;
	/* width: 6.4rem; */
	/* position: absolute; */
	/* top: 50%; /*偏移 */ */
	/* transform: translateY(-50%); */
}
#pl_num{
	text-align: center;
	color: #fff;
	font-size: .24rem;
}
.indexTheme{
	position: absolute;
	left: 14px;
	top:160px;
}
.indexbar{
	position: absolute;
	top: -106px;
	left: 44px;
}

.indexNiao{
	position: absolute;
	top: -88px;
	right:74px;
}
.barShowFlay {
		animation: myfirst 3s 0.1s linear both;
		/* alternate */
		/* animation: myfirst 3s; */
		/* -webkit-animation: myfirst 3s; */
		/* animation-fill-mode: forwards; */
	}

	@-webkit-keyframes myfirst

	/* Safari and Chrome */
		{
		from {
			left: 50%;
			transform: translateX(-50%);
			top: 39.5vh;
			opacity: 1;
		}

		to {
			left: 50%;
			transform: translateX(-50%);
			top: 4.5vh;
			opacity: 0.8;
		}

		/* 			25% {left:48% ;transform: translateX(-50%);top: 3.5vh;}
			50% { left:46% ;transform: translateX(-50%);top: 2.5vh;}
			75% { left:44% ;transform: translateX(-50%);top: 1.5vh;}
			100% {left:42% ;transform: translateX(-50%);top: 0.5vh;} */

	}
#index{
	background-image: url(../img/back.png);
}
.indexUp{
	position: absolute;
	left: 82px;
	top: 878px;
}
.indexVote{
	position: absolute;
	right: 82px;
	top: 878px;
}
.indexRule{
	position: absolute;
	right: 28px;
	bottom: 104px;
	display: none;
}
#word{
	background-image: url(../img/langsong.png);
}
.wordTitle{
	position: absolute;
	left: 12px;
	top: 73px;
}
.talkTo{
	position: absolute;
	left: 420px;
	top: 630px;
}
.word{
	top: 218px;
	width: 450px;
	height: 0px;
	overflow: hidden;
	animation: 3s wordShow 1.5s linear forwards;
	-webkit-animation: 3s wordShow 1.5s linear forwards;
}
.word img{
	width: 100%;
}
@-webkit-keyframes wordShow{
	from{
		height:0px;
	}
	to{
		height: 615px;
	}
}
@keyframes wordShow{
	from{
		height:0px;
	}
	to{
		height: 615px;
	}
}
.begin{
	position: absolute;
	right: 50px;
	top: 924px;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.begin1{
	position: absolute;
	left: 50px;
	top: 924px;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.selectBook{
	position: absolute;
	left: 157px;
	top: 278px;
}
#up{
	background-image: url(../img/back_3.png);
}
#rule{
	background-image: url(../img/9.png?v=1);
	
}
.ruleNew{
	position: absolute;
	left: 61px;
	top: 139px;
	width: 552px;
	height: 831px;
	/* overflow: scroll; */
	overflow: auto;
}
.ruleNew img{
	margin-bottom:180px;
}
.r93{
	position: absolute;
	bottom:-129px
}
.r94{
	position: absolute;
	bottom:21px;
	left: 211px;
}
.elseDemo{
	position: absolute;
	left: 228px;
	top: 772px;
}
.myDemo{
	position: absolute;
	left: 228px;
	top: 869px;
}
.safeBoxChild{
	position: absolute;
	left: 63px;
	top: 264px;
}
.safeBoxChild1{
	position: absolute;
	left: 63px;
	top: 264px;
}
.p7_start{
	position: absolute;
}
.p7_listen{
	position: absolute;
	left: 81px;
	top: 891px;
}
.p7_upload{
	position: absolute;
	right: 81px;
	top: 891px;
}
.p7_again,.p7_end,.p7_start{
	position: absolute;
	left: 217px;
	top: 891px;
}
.p7_time{
	position: absolute;
    top: 839px;
    left: 50%;
    width: 100px;
    height: 30px;
    overflow-y: auto;
    margin-left: -51px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}
.swiperBox{
	position: absolute;
	left:13px;
	top: 506px;
	width:611px;
	height: 262px;
	padding: 15px 60px;
	/* background: url('http://cdn.nxsound.com/qiu/20_04sdRead1/img/upWordBox.png?v=4') no-repeat center center; */
}
.boy{
	position: absolute;
	left: 46px;
	top: 251px;
}
.swiperBox .swiper-container{
	width: 100%;
	height: 100%;
	
	
}
.swiper-slide{
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column; */
    overflow: scroll;
    color: #b71b43;
    font-size: 20px;
    text-align: center;
    line-height: 31px;
}
.swiper-slide p{
	text-align: center;
}
.swiper-slide p.left{
	text-align: justify;
}
.swiper-button-prev,.swiper-button-next{
	width: 30px;
	height: 35px;
	background: url(../img/right.png) no-repeat center center;
	margin-top: -18px;
	
}
.swiper-button-prev{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	left: 0px;
}
.swiper-button-next{
	right: 0px;
}
.swiperTips{
	position: absolute;
	left: 0px;
	top: 793px;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}
#upPhoto{
	background: url(../img/back_5.png) no-repeat center center;
}
.photoReturn{
	position: absolute;
	left: 0;
	top: 27px;
}
.submit{
	position: absolute;
	left: 228px;
	bottom:34px;
}
.picBox{
	width: 537px;
	height:325px;
	position: absolute;
	left: 50px;
	top: 143px;
	background: #ffeed5;
	border: 4px solid #ff3d14;
	border-radius: 20px;
	overflow: hidden;
	/* background:url(http://cdn.nxsound.com/qiu/20_04sdRead1/img/photoAdd.png?v=4) no-repeat center center; */
}
#img{
	max-height: 100%;
	max-width: 100%;
}
#imgForm{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#imgForm input{
	width: 100%;
	height: 100%;
	display: block;
}
.inputBox{
	position: absolute;
	left: 200px;
	top: 527px;
	width: 340px;
	height: 46px;
	display: flex;
	align-items: center;
}
.inputBoxQ{
	width: 495px;
	height: 73px;
	margin-top: 30px;
	/* position: absolute; */
/* 	top: 502px;
	left: 47px;; */
	background: url(img/box4.png);
	background-size: 100% 100%;
	/* transform: translateX(-50%); */
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	padding-left: 21px;
	/* height: 24rem; */
	background-color: #fff;
	border: 4px solid #ff3d14;
	border-radius: 20px;
	position: relative;
	margin: 0 auto;
	/* margin-top: .2rem; */
	z-index: 100;
	position: absolute;
	bottom: 430px;
	z-index: 1000;
}
.select_img_rotate {
		transform: rotate(180deg);
	}
	.inputBoxw{
		width: 495px;
		height: 73px;
		margin-top: 30px;
		position: absolute;
	/* 	top: 502px;
		left: 47px;; */
		background: url(img/box4.png);
		background-size: 100% 100%;
		/* transform: translateX(-50%); */
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
		padding-left: 21px;
		/* height: 24rem; */
		background-color: #fff;
		border: 4px solid #ff3d14;
		border-radius: 20px;
		/* position: relative; */
		margin: 0 auto;
		/* margin-top: .2rem; */
		z-index: 100;

	}
	.inputBoxw input {
		width: 480;
		height: 100%;
		/* text-indent: 10rem; */
		font-size: 22px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFA43C;
		line-height: 73px;
		background:none;  
			outline:none;  
			border:none;
			    margin-left: 17px;
	}
.inputBoxQ_left {
		width: 30px;
		height: 28px;
	}
	.inputBoxQ_left img{
		width: 100%;
		height: 100%;
		display: block;
	}
	.from_info_right {
		width: 20px;
		height: 17px;
		background: url(../img/sanjiao.png);
		background-size: 100% 100%;
		transition: transform 0.3s;
	}
	.from_info_content {
		position: absolute;
		width: 100%;
		left: 0;
		height: 200px;
		bottom: -200px;
		background: #fff;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		font-size: 22px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFA43C;
		line-height: 37px;
	}
	.from_info_center {
		width: 387px;
		height: 73px;
		font-size: 22px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFA43C;
		line-height: 73px;
	}
.inputBox input{
	width: 340px;
	height: 46px;
	font-size: 22px;
	color:#FFA43C;
	font-weight: bold;
}
.inputBox1{
	top: 604px;
	left: 225px;
	width: 300px;
}
.inputBox1 input{
	width: 300px;
}
.inputBox2{
	top: 680px;
}
.textareaBox{
	position: absolute;
    left: 95px;
    top: 788px;
    width: 460px;
    height: 58px;
}
.textareaBox textarea{
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
	color: #FFA43C;
}
.textareaBox textarea::-webkit-input-placeholder{
	color:#FFA43C;
	
}


/*20204.16*/
/*投票*/
#page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: #ff754b;
	/*background: #f9fcdb url(http://cdn.nxsound.com/qiu/20_04sdRead/img/voteBg.png) repeat top center;*/
	/*height: 100%;*/
	/*overflow: auto;
	-webkit-overflow-scrolling: touch;*/
}
.indexReturnBtn{
	position: fixed;
	left: 20px;
	top: 30px;
	z-index: 10;
}

#votePage{
    background-size: 100% 100%;
}
#votePage img{
	/*width: 100%;*/
	vertical-align: middle;
}
.voteCon{width: 100%;
	padding-bottom: 40px;
}
.banner{
	width: 100%;
}
.tpReturnBtn{
	position: absolute;
    /* left: 30px; */
    top: 58px;
	animation: tpReturnBtn 1000ms ease 100ms infinite normal forwards running;
}
@keyframes tpReturnBtn {
	0% {
	    -webkit-transform: scale3d(1,1,1);
	    transform: scale3d(1,1,1);
	}
	50% {
	    -webkit-transform: scale3d(1.15,1.15,1.15);
	    transform: scale3d(1.15,1.15,1.15);
	}
	100% {
	    -webkit-transform: none;
	    transform: none;
	}
}
.tpActivityBtn{
	position: absolute;
    left: 527px;
    top: 58px;
	animation: tpReturnBtn 1000ms ease 100ms infinite normal forwards running;
}
.vote_k{
	width: 100%;
	margin-top: 40px;
}
.ranking_k{
	width: 100%;
	margin-top: 40px;
}

/*tab切换*/
.voteNavbar{
	position: relative;
   	display: flex;
    margin-top: -4px;
}
.navbar_item{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}
.uploadBtn{
	position: absolute;
    left: 196px;
    top: 335px;
}

.voteList{
	width: 608px;
    margin: 0 auto;
}
.voteList li{
	/*float: left;*/
    margin-bottom: 90px;
    height: 150px;
    margin: 0 11px 20px 11px;
    position: relative;
    background: #fff;
    /* border: 4px solid #4071c8; */
    border-radius: 16px;
}
.liTitle{    
	margin: 0 auto;
    display: block;
    margin-top: -7px;
}

.vote_pic_center{
	position: absolute;
    width: 280px!important;
    height: 165px;
    top: 0;
    left: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    overflow: hidden;
    background: rgba(0,0,0,0.85);
}
.vote_pic{ 
    max-width: 100%;
    max-height: 100%;
}
.listPlay{
	position: absolute;
}
.num_k{    
	position: absolute;
    top: 165px;
    left: 22px;
}
.voteNumCon{
	font-size: 20px;
    display: block;
    color: #fff;
    position: absolute;
    left: -7px;
    top: 8px;
    width: 108px;
    text-align: left;
}
.voteNum{
	position: absolute;
    left: 9px;
    top: -2px;
    width: 46px;
    text-align: center;
}
.tpListPicCon{
	width: 228px!important;
	height: 125px;
	position: absolute;
    left: 10px;
    top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    overflow: hidden;
    background: rgba(0,0,0,0.9);
}
.tpListPic{ 
    max-width: 100%;
    max-height: 100%;
}
.voteTicketCon{
	position: absolute;
    top: 53px;
    right: 14px;
    font-size: 24px;
    color: #000;
    /*width: 102px;*/
   padding-left: 26px;
    text-align: left;
    background: url('http://cdn.nxsound.com/qiu/20_04sdRead1/img/tpLovePic.png?v=4') no-repeat left center;
}
.tpLovePic{
	display: inline-block;
    vertical-align: middle;
}
.voteTicketNum{
	display: inline-block;
    vertical-align: middle;
}
.workNameCon{
	position: absolute;
    left: 254px;
    top: 18px;
    width: 318px;
    text-align: left;
    font-size: 23px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.voteNameCon{
	position: absolute;
    left: 254px;
    top: 54px;
    width: 225px;
    text-align: left;
    font-size: 23px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
}
.tpPlaying{
    position: absolute;
    left: 196px;
    top: 95px;
    font-size: 24px;
    color: #ef2d5f;
    text-align: left;
}
.tpPauseAudio{
	display: inline-block;
    vertical-align: middle;
}
.tpPlayText{
	display: inline-block;
    vertical-align: middle;
}
.ticketBtnCon{
	position: absolute;
    left: 424px;
    top: 96px;  
}
.ticketBtn{ 
    color: #ef2d5f;
    font-weight: bold;
    font-size: 26px;
    background: #fff;
    border-radius: 24px;
    text-align: center;
    border: 2px solid #ef2d5f;
    width: 150px;
    display: block;
}
.ticketAdd{
	color: #fff!important;
    background: #ef2d5f!important;
}

.search{
    background: #fff;
    border-radius: 24px;
    margin: 20px 16px 0 16px;
    width: 584px;
    position: relative;
    left: 12px;
    /* top: -78px; */
    /* border: 2px solid #4071c8; */
    margin-top: 23px;
}
.search input{ 
   	background: none;
    border: none;
    padding: 12px 20px;
    width: 458px;
    font-size: 27px;
    color:#FFA43C;
}
#form1{
	margin-bottom: 20px;
}
.searchBtnImg{
	/*width: 112px!important;*/
    vertical-align: middle;
    position: absolute;
    right: 8px;
    top: 6px;
}
.searchBtn{
	width: 112px;
    height: 54px;
    position: absolute;
    right: -2px;
    top: 0px;
    z-index: 10;
}
::-webkit-input-placeholder{
	font-size: 22px;
	color: #FFA43C;
} 

/*ranking*/
#ranking{
	padding-bottom: 40px;
}
.rankingCon{
	width: 598px;
    background: #fff;
    font-size: 20px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    /* border: 2px solid #4071c8; */
}
.rankingTitle{
	color: #fff;
    font-size: 25px;
    margin: 0 auto;
    font-weight: bold;
    /* padding: 10px 16px; */
    background: #e34110;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
}
.rankingList{
	/* width: 560px;
	margin: 0 auto;
	padding: 0 0 30px 0; */
	width: 100%;
}
.top_01{
	width: 40px!important; 
	vertical-align: bottom;
	padding: 12px 0;
	    display: inline-block;
}

.rankingTitle span:nth-child(1){
	display: inline-block;
    width: 108px;
    text-align: center;
    /* border-right: 2px solid #ffc000; */
    padding: 10px 16px;
}
.rankingTitle span:nth-child(2){
	display: inline-block;
    width: 360px;
    text-align: left;
    padding-left: 20px;
    /* border-right: 2px solid #ffc000; */
    padding: 10px 16px;
    background: #d01c19;
}
.rankingTitle span:nth-child(3){
	display: inline-block;
    width: 102px;
    text-align: center;
    padding: 10px 16px;
}

.rankingHead{
	border-radius: 50%;
    width: 58px!important;
    height: 58px;
    /* margin-left: 10px; */
    border: 2px solid #e54f22;
    display: inline-block;
}
.rankingList li{
	max-height: 188px;
	border-bottom: 2px dashed #ff754b;
	padding: 6px 0;
	position: relative;
	color: #000;
}

.numList{
	display: inline-block;
    width: 78px;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    color: #e34110;
    font-weight: bold;
}
.rankingList li:nth-child(n+4){
	/*height: 80px;*/
	line-height: 82px;
}
.rankingNameCon{
	position: relative;
    width: 352px;
    margin-left: 22px;
    text-align: left;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.rankingName{
	padding-left: 8px;
}

.rankingTicket{
	font-size: 22px;
    color: #e34110;
    font-weight: bold;
    display: inline-block;
    width: 92px;
    text-align: right;
}
.rankingTicket img{
	margin-right: 5px;
}


/*详情页*/
#detailed{background: url(http://cdn.nxsound.com/qiu/20_04sdRead1/img/detailedBg.jpg?v=4) no-repeat center center;}
.detailed_return{
	width: 94px;
	position: absolute;
	left: 20px;
	top: 164px;
	z-index:1;
}
.detailedLogo{
	position: absolute;
	left: 170px;
	top: 57px;
}
.detailedPic{
	position: absolute;
	left: 81px;
	top: 153px;
}

.detailedPicConter{
	width: 458px;
    height: 250px;
    position: relative;
    left: 92px;
    top: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    overflow: hidden;
    background: rgba(0,0,0,0.9);
}
.detailedBigPic{
	max-width: 100%;
    max-height: 100%;
}
.detailedNumPic{
	position: absolute;
    left: 70px;
    top: 150px;
}
.detailedNum{
	color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 90px;
}
.detailedTicketCon{
	position: absolute;
    top: 455px;
    left: 443px;
    font-size: 24px;
    color: #000;
    text-align: left;
}
.detailedLovePic{
	display: inline-block;
    vertical-align: middle;
}
.detailedTicketNum{
	display: inline-block;
    vertical-align: middle;
}

.detailedPlaying{
	position: absolute;
    left: 100px;
    top: 454px;
    font-size: 24px;
    color: #ef2d5f;
    text-align: left;
    width: 184px;
}
.detailedPauseAudio{
	display: inline-block;
    vertical-align: middle;
}
.ripplePic {
    position: absolute;
    left: 54px;
    top: 6px;
    width: 120px;
}
.ripplePic.play{
	top: 0px;
}
.detailedPlayText{
	display: inline-block;
    vertical-align: middle;
}
.detailedNameCon{
	position: absolute;
    left: 83px;
    top: 522px;
}
.detailedWorkName{
	width: 336px;
    position: absolute;
    left: 122px;
    top: 8px;
    text-align: left;
    font-size: 22px;
    color: #833f4f;
}
.detailedName{
	width: 316px;
    position: absolute;
    left: 144px;
    top: 85px;
    text-align: left;
    font-size: 22px;
    color: #833f4f;
}

.detailedReturnBtn{
	position: absolute;
	left: 19px;
	top: 69px;
	/*animation: detailedReturnBtn 1000ms ease 100ms infinite normal forwards running;*/
}

@keyframes detailedReturnBtn {
	0% {
	    -webkit-transform: scale3d(1,1,1);
	    transform: scale3d(1,1,1);
	}
	50% {
	    -webkit-transform: scale3d(1.15,1.15,1.15);
	    transform: scale3d(1.15,1.15,1.15);
	}
	100% {
	    -webkit-transform: none;
	    transform: none;
	}
}

.detailedVoteNumCon{
	position: absolute;
    left: 356px;
    top: 311px;
    color: #fff7ce;
    font-size: 24px;
    vertical-align: middle;
}
.detailedTextCon{
	position: absolute;
    left: 75px;
    top: 665px;
}
.detailedText{
	color: #833f4f;
    font-size: 22px;
    margin: 0 14px;
    margin-top: 28px;
    text-align: justify;
    padding: 12px 20px;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 25px;
}

.detailedVoteBtn{
	position: absolute;
    left: 96px;
    top: 868px;
}
.detailedShare{
	position: absolute;
    left: 361px;
    top: 868px;
}

/*投票规则*/
.tpRulePicCon{
	position: absolute;
    left: 0;
    top: 102px;
}
.tpRuleCloseBtn{
	position: absolute;
    left: 283px;
    top: 907px;
}
.tpRuledetailsCon{
	position: absolute;
    top: 170px;
    left: 60px;
    width: 512px;
    height: 588px;
    overflow: hidden;
    padding: 0 15px;
}
.tpRuledetailsCon img{
	display: block;
	margin: 14px auto;
}

.tpRuledetailsIscroll{
  overflow: hidden;
}
.tpRuledetailsIscroll img{
	width: 100%;
}

/*iscroll样式*/
.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 4px;
    bottom: 2px;
    top: 2px;
    right: 0;
    overflow: hidden;
    background-color: rgba(178, 170, 170, 0.9);
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
    bottom: 18px;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
	background-color: rgba(255, 117, 75, 0.9);
}
html,body{
	background-color: #ff754b;
}
.voteTwo{
	width: 438px;
}
.loadTips{
	position: absolute;
	left: 75px;
	top: 161px;
}
.look{
	position: absolute;
    left: 252px;
    top: 96px; 
}
#for{
	background-image: url('http://cdn.nxsound.com/qiu/20_04sdRead1/img/forTa.jpg?v=4');
}
#post{
	background-image: url('../img/backGround.png');
}
.postImg{
	position: absolute;
    left: 267px;
    top: 266px;
    width: 106px;
    height: 104px;
	border-radius: 50%;
	overflow: hidden;
}
.postImg img{
	width: 100%;
}
.postTxt{
	position: absolute;
	left: 0;
	top: 394px;
	width: 100%;	
	text-align: center;
	/* line-height: 38px; */
	/* font-size: 23px; */
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FF7D00;
	/* line-height: 47px; */
	
}
.bigTxt{
	font-size: 27px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FF7D00;
	line-height: 47px;
}
.postContent{
	width: 434px;
    position: absolute;
    left: 103px;
    top: 611px;
    font-size: 20px;
    color: #833f4f;
    line-height: 46px;
    text-align: justify;
}
.longtapTips{
	position: absolute;
	left: 148px;
	bottom: 128px;
}
.iAward{
	position: absolute;
	left: 64px;
	bottom: 31px;
}
.backHome{
	position: absolute;
	left: 64px;
	bottom: 31px;
}
.voiceShare{
	position: absolute;
	right: 64px;
	bottom: 31px;
}	
.ivote{
    position: absolute;
    left: 100px;
    bottom: 85px;
}
.voteTa{
	position: absolute;
	right: 100px;
	bottom: 85px;
}
#imgEng{
	position: fixed;
	left: 0;
	top: 0;
	width: 150%;
	opacity: 0;
}
.forImg{
	position: absolute;
    left: 263px;
    top: 466px;
    width: 112px;
    height: 112px;
	border-radius: 50%;
	overflow: hidden;
}
.forImg img{
	width: 100%;
}
.forContent{
	width: 434px;
    position: absolute;
    left: 103px;
    top: 718px;
    font-size: 20px;
    color: #833f4f;
    line-height: 46px;
    text-align: justify;
}
.forPlay{
	position: absolute;
	left: 141px;
	top: 348px;
	width: 56px;
}
.forPlay img{
	width: 100%;
}
.forPause{
	position: absolute;
	left: 141px;
	top: 348px;
	width: 56px;
	display: none;
}
.forPause img{
	width: 100%;
}
.shengxianPlay{
	position: absolute;
    left: 226px;
    top: 320px;
    display: none;
}
.shengxianPause{
	position: absolute;
    left: 226px;
    top: 340px;
    width: 302px;
}
.shengxianPause img{
	width: 100%;
}
.elseName{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 588px;
	color: #ef2d5f;
	
}
.hasRed{
	position: relative;
}
.hasRed p{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fed94d;
	font-size: 32px;
	font-weight: bold;
	top: 240px;
}


/**
 * 修改人：甘海漂
 * 修改时间：2020/4/18
 * 修改内容：1.numList属性， 增加背景图
 *			2.修改rankingList属性
 */
.rankingList li:nth-child(1) .numList {
	height: 84px;
	background: url(http://cdn.nxsound.com/qiu/20_04sdRead1/img/top_01.png?v=4) no-repeat center center;
}
.rankingList li:nth-child(2) .numList {
	height: 84px;
	background: url(http://cdn.nxsound.com/qiu/20_04sdRead1/img/top_02.png?v=4) no-repeat center center;
}
.rankingList li:nth-child(3) .numList {
	height: 84px;
	background: url(http://cdn.nxsound.com/qiu/20_04sdRead1/img/top_03.png?v=4) no-repeat center center;
}
.loadMore {
	padding: 6px 12px;
	border: 1px solid #ef2d5f;
	color: #ef2d5f;
	font-size: 24px;
	margin: 20px auto 0;
	width: 170px;
	display: none;
}
.lMore {
	padding: 6px 12px;
	border: 1px solid #ef2d5f;
	color: #ef2d5f;
	font-size: 24px;
	margin: 20px auto 0;
	width: 170px;
	display: none;
    background: white;
}
.rankScroll {
	width: 560px;
    margin: 0 auto;
	padding: 0 0 30px 0;
}
.returnSwiper{
	position: absolute;
	left: 0px;
	top: 0px;
}
/*增加的*/
.awardBox{
	width: 469px;
	padding: 7px;
	border-radius:0px 0px 8px 8px;
	background-color: #ff754b;
	position: relative;
	margin-top: 140px;
}
.pTop{
	top: -145px;
}
.awardBoxIn{
	width: 100%;
	padding: 20px 26px;
	background-color: white;
	border-radius: 8px;
}
.awardTitle{
	font-size: 22px;
	color: #ff754b;
	line-height: 33px;
	font-weight: bold;
	text-align: center;
}
.more{
	width: 35px;
	margin:10px auto;
}
.awardInput{
	width: 360px;
	margin: 18px auto 0;
}
.adInput{
	width: 100%;
	border-radius: 12px;
	border:1px solid #ff754b;
	position: relative;
	padding-left: 78px;
	margin-bottom: 30px;
}
.awardTxt{
	font-size: 20px;
	font-weight: bold;
	left: 16px;
	color: #ff754b;
}
.adInput input{
	width: 100%;
	height: 38px;
	font-size: 24px;
	background-color: transparent;
}
.awardTips1{
	position: absolute;
    left: 44px;
    top: 60px;
}
.awardTips2{
	position: absolute;
    left: 44px;
    top: 70px;
}
.awardChild{
	margin-bottom: 20px;
}
.awardChild:nth-last-child(1){
	margin-bottom: 0;
}
.redTips{
	font-size: 22px;
	text-align: center;
}
.myGift{
	position: absolute;
    right: 28px;
    bottom: 190px;
	display: none;
}
/* 裁剪组件 */
.clipBtnGroup {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: flex;
}
.clipBtnGroup div {
    flex: 1;
    height: 80px;
    line-height: 80px;
    color: #000;
    font-size: 24px;
    text-align: center;
}
.cancelCut {
    background-color: #ffefc3;
}
.ClipBtn {
    background-color: #da2d39;
}
.clipTip {
    width: 100%;
    pointer-events: none;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 120px;
}
.clipAreaOut{
	width: 537px;
	height:325px;
 	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
 	position: relative;
}
.clipArea{
   width: 537px;
   height:325px;
}