.safeBox{
	height: 1006px;
	margin-top: -503px;
}
#index{
	background-image: url(https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2410zjfsvote/image/indexBkg.png);
}
.theme{
	position: absolute;
	left: 81.5px;
	top: -42px;
}
.logo{
	position: absolute;
	left: 30px;
	top: -50px;
}
.index{
	position: absolute;
	left: -6px;
	top: 437px;
}
.flower{
    position: absolute;
    left: 0px;
    top: 723px;
	animation: 2s linear flowerfl infinite;
	-webkit-animation: 2s linear flowerfl infinite;
}
@keyframes flowerfl{
	0%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform-origin: left center;
		-webkit-transform-origin: left center;
	}
	50%{
		transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		transform-origin: left center;
		-webkit-transform-origin: left center;
	}
	100%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform-origin: left center;
		-webkit-transform-origin: left center;
	}
}
.toVote{
	position: absolute;
	left: 228.5px;
	top: 310px;
}
.bottom{
	position: absolute;
	left: 0px;
	bottom:-134px;
}
.company{
	position: absolute;
	left: 95px;
	top: 472px;
}
.small img{
	animation: 2s linear moveSmall infinite;
	-webkit-animation: 2s linear moveSmall infinite;
}
@keyframes moveSmall{
	0%{
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
	50%{
		transform: translate(0px,20px);
		-webkit-transform: translate(0px,20px);
	}
	100%{
		transform: translate(0px,0px);
		-webkit-transform: translate(0px,0px);
	}
}
#page_loading{
	background-color: #C9EBFA;
}
.sk-circle .sk-child:before{
	background-color:#fff;
}
#pl_num{
	color: #fff;
}
html,body{
	background-color: #C9EBFA;
}
.allRule{
	width: 100%;
	padding: 30px 0 45px;
}
.allRuleIn{
	width: 100%;
}
.backBtn{
    position: absolute;
    left: 14px;
    top: 205px;
}
.navBtn{
	width: 100%;	
	background: linear-gradient(to bottom,#0071C5,#00B0B8);
	background: -webkit-linear-gradient(to bottom,#0071C5,#00B0B8);
	/* background-color: #43BD75;
	justify-content: space-around; */
	/* padding: 15px 0; */
}
.iknow{
	width: 201px;
	margin: 35px auto;
}
.nav{
	width: 33.3%;
	/* width: 50%; */
	font-size: 24px;
	color:white;
	line-height: 75px;
	text-align: center;
	
	/* background: url('../image/btn1.png') no-repeat center center; */
}
.nav.has{
	background-color: #0069B9;
}
.nav img:nth-child(2),.nav2 img:nth-child(2){
	display: none;
}
.nav.has img:nth-child(1),.nav2.has img:nth-child(1){
	display: none;
}
.nav.has img:nth-child(2),.nav2.has img:nth-child(2){
	display: block;
}
.typeList{
	padding: 28px 28px 0px;
}
.type{
	width: 100%;
	line-height: 50px;
	background-color: #fff;
	border-radius: 8px;
	color: #000;
	text-align: center;
	font-size: 21px;
	margin-bottom: 15px;
	margin-right: 8px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}
.type:nth-child(5n)
{
	margin-right: 0px;
}
#typeSelect{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.type.has{
/* 	background:url(../image/typeHas.png) no-repeat center center;
	background-size: 100% 100%; */
	background-color: #1d9882;
	color:  #fff;
	
}
.type::after{
	content: '';
	width: 0px;
	height: 0px;
	border-width: 12px 10px;
	border-color: #1d9882 transparent transparent ;
	border-style: solid;
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	position: absolute;
}

/*.type.has span{
	position: relative;
}
.type.has span::after{
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 2px solid #ffffff;
	left: 0px;
	bottom: -5px;
}*/
.searchInput{
	padding: 0 12px;
	background-color: white;

}
.searchBoxOut {
    width: 590px;
    margin: 30px 0px 0px 24px;
}
.searchBox{
	width: 478px;
    border: 2px solid #ff7068;
    border-radius: 4px;
    background-color: #ff7068;
    overflow: hidden;
}
.searchInput input{
	height: 48px;
	width: 402px;
	font-size: 21px;
	color: #000000;
}
.searchBtn{
	width: 48px;
	height: 48px;
	background: url(../image/search.png) no-repeat center center;
}
.searchReturn{
	width: 98px;
	height: 52px;
    text-align: center;
    font-size: 24px;
    color: white;
    line-height: 52px;
	background-color: #ff7068;
	border-radius: 5px;
}
/* .return{
	margin-top: 10px;
} */
.pageList{
	padding-bottom: 35px;
}
.listBox{
	padding: 25px 24px 80px;
}
.list{
	width: 286px;
	/* border: 1px solid #1d9882; */
	position: relative;
    margin-bottom: 22px;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	/* display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between; */
}
.list:nth-child(2n){
	margin-left: 20px;
}
.listTop{
	width: 100%;
	padding: 20px 20px 0px;
}
.listImg{
	width: 100%;
	height: 260px;
    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;
    position: relative;
	background: url() no-repeat top center;
	background-size: cover;
	background-color: #e6e6e6;
	position: relative;
	margin: 0 auto;
	border-radius: 12px;
}
/* .listImg::after{
	content: "查看详情";
	font-size: 21px;
	color: white;
	line-height: 42px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
} */
.listDesc{
	display: none;
}
.listTxt{
	width: 100%;
	/* 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; */
	/* padding: 10px 0px; */
}
.listImg>img{
	max-width: 100%;
	max-height: 100%;
}
.listTitle{
	margin-top: 10px;
	border-bottom: 1px solid #C9EBFA;
    padding-bottom: 15px;
	height: 90px;
}
.listTitle p{
    color: #23527E;
    font-size: 24px;
    line-height: 40px;
    /* text-align: center; */
    width: 100%;
    background: #fff;
    border-radius: 10px;
	/* margin-top: 10px; */
}
.listDesc p{
	color: #606060;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	width: 100%;
}
/* .listDesc{
	display: none;
} */
.lookDetails{
	font-size: 21px;
	line-height: 28px;
	padding-top: 12px;
	text-align: center;
	width: 100%;
	color: #ff4776;
	display: none;
}
.listBottom{
	padding: 15px 20px;
    color: #999;
	font-size: 22px;
}
.shares{
	position: fixed;
	right: 25px;
	bottom: 100px;
}

.bottomFixed{
	position: fixed;
	right: 25px;
	bottom: 120px;
}
.dPosition{
	width: 100%;
	font-size: 26px;
	color: #000;
	line-height: 46px;
	text-align: center;
}
.nBox{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 60px;
    height: 60px;
    line-height: 60px;
	border-radius: 60px;
    text-align: center;
    font-size: 21px;
	/* padding-right: 8px; */
    color: #ffffff;
    /* background: url(../image/nBox.png) left top no-repeat; */
    z-index: 100;
	background-color: #1d9882;
	border: 1px solid #fff;
}

.select{

	/* width: 100%; */

	height: 80px;

	background: url(https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2501yjfsvote/image/select1.png?v=2) no-repeat center right;

    /* background-color: #1d9882; */

	position: relative;

	margin: 0 20px;

}

.select.has{

	background-image: url(../image/select2.png?v=1);

}

.voteNum{
	/* display: none; */
	position: absolute;
	/* right: 16px; */
	bottom: 15px;
	line-height: 46px;
	color: #13B4BB;
	font-size: 24px;
	padding-left:27px;
	background: url(https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2501yjfsvote/image/piaoshu.png?v=2) left center no-repeat;
}
/* .select.has .select p{
	color: #00cdb7;
	background-image: url(../image/piaoshu1.png);

} */
#long{

	width: 100%;

	overflow-x: hidden;

}

.topiao{
	position: fixed;
	left: 50%;
	bottom: 0px;
	width: 640px;
	height: 75px;
	background: url(../image/tp.png) no-repeat center center;
	background-color: #073ba6;
	margin-left: -320px;
	z-index: 1000;
	/* padding-top: 15px;
	padding-bottom: 10px; */
}
.topiao.has{
	background-image: url(../image/tp1.png);
}
.selectNumber{
	padding-left: 34px;
	line-height:75px;
	font-size: 24px;
	text-align: left;
	color: white;
	position: relative;
}
.selectNumber>p>span{
	/* color: #ffd800; */
}	
.selectp{
	position: absolute;
	left: 32px;
	top: 0px;
}
/* .selectNumber>p{
	display: flex;
	display: -webkit-flex;
}
.selectNumber>p>span{
	width: 122px;
	height: 32px;
	background-color: white;
	text-align: center;
	border-radius: 4px;
	font-size: 27px;
	color: #64001a;
	margin: 0 4px;
} */
.voteRule{
	padding:22px 0px 35px 0;
	width: 100%;
}

.sort{
	width: 585px;
	overflow: hidden;
	border-radius: 20px;
	margin:22px auto 35px;
	padding: 75px 26px 30px;
	background: url(https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2501yjfsvote/image/sortTop.png) no-repeat center top;
	background-color: #ffffff;
	border: 1px solid #1d9882;
}

.line{
	position: relative;
    padding: 10px 94px 10px 130px;
    /* margin-bottom: 20px; */
    /* border: 1px solid #7bb8ad; */
    /* border-radius: 12px; */
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.line:nth-last-child(1)

{

	border: 0px;

}

.line:nth-child(1) .lineLeft

{

	background: url(../image/1.png) no-repeat center center;

}

.line:nth-child(1) .lineLeft p{

	display: none;

}

.line:nth-child(2) .lineLeft

{

	background: url(../image/2.png) no-repeat center center;

}

.line:nth-child(2) .lineLeft p{

	display: none;

}

.line:nth-child(3) .lineLeft

{

	background: url(../image/3.png) no-repeat center center;

}

.line:nth-child(3) .lineLeft p{

	display: none;

}

.lineCenter{
	width: 100%;
	
	min-height: 88px;
	/* font-weight: bold; */
	text-align: left;
	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;
}
.lineTitle{
	width: 100%;
	text-align: justify;
	line-height: 32px;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.lineDesc{
	width: 100%;
	color: #606060;
	line-height: 27px;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	/* display: none; */
}
.lineTitle p,.lineDesc p{
	width: 100%;
}
.pageSort{
	
	padding-bottom: 20px;
}
.lineLeft{
	position: absolute;
    left: 0px;
    width: 95px;
    top: 0px;
    height: 100%;
}
.lineLeft p{
	line-height: 32px;
	color: #000000;
	font-size: 20px;
	width: 95px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -16px;
}
.lineps{
	position: absolute;
	right: 0px;
	top: 50%;
	line-height: 32px;
	margin-top: -16px;
	color: #000000;
	font-size: 22px;
	width: 94px;
	text-align: center;
	font-weight: bold;
	/* text-align: right; */
	/* width: 92px; */
	/* padding-left: 27px; */
	/* background: url(../image/piaoshu1.png) left 4px no-repeat; */
}
.details{
	padding-bottom: 120px;
}
/* .toSave{
	width: 159px;
	margin: 30px auto 0;
} */
.dBox{
	overflow: hidden;
	/* border-radius: 20px; */
	/* padding: 34px 21px 40px; */
	/* background-color: #ffffff; */
	/* width: 600px; */
	/* margin: 32px auto 0px; */
	/* border: 1px solid #1d9882; */
}
.dBoxTitle{
	width: 100%;	
	background: linear-gradient(to bottom,#0071C5,#00B0B8);
	background: -webkit-linear-gradient(to bottom,#0071C5,#00B0B8);
	line-height: 70px;
	text-align: center;
	color: #fff;
    font-size: 24px;
}
.dBoxItem1{
	width: 600px;
	border: 1px solid #3BBC74;
	border-radius: 15px;
	overflow: hidden;
	background-color: #FFF;
	/* margin-bottom: 20px; */
	margin: 32px auto 0px;
	padding: 25px;
}
.dBoxItem{
    margin: 22px 22px;
    border-radius: 15px;
    overflow: hidden;
}
.detailTitle{
	text-align: center;
    color: #fff;
    background: #3BBC74;
    line-height: 60px;
    font-size: 23px;
}
/* .desItem{
	margin: 15px 20px 0 20px;
} */
.desItem img{
	width: 100%;
    margin: 5px 0 20px 0;
}
.mb30{
    margin-bottom: 30px;
}
.desTitle{
	color: #3BBC74;
	line-height: 50px;
}
.desCont{
	border: 1px solid #3BBC74;
	line-height: 40px;
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #fff;
	font-size: 21px;
}

.dBoxTop{
	width: 100%;
	background-color: #b70900;
	position: relative;
	border-top: 2px solid #FFFFFF;
}
.dTitle{
	font-size: 24px;
	font-weight: bold;
	color: white;
	line-height: 54px;
	padding: 0px 20px;
	text-align: center;
	background-color: #1d9882;
	/* background: linear-gradient(to right,#3b5fd2,#ff8676);
	background:-webkit-linear-gradient(to right,#3b5fd2,#ff8676); */
}
.dNumber{
	position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    background-color: #920700;
    height: 100%;
	line-height: 60px;
    color: white;
	border-bottom: 5px solid #730600;
}
.dVote{
	display: none;
	position: absolute;
	right: 26px;
	top: 0px;
	height: 100%;
	color: #ffffff;
	font-size: 18px;
	padding-left: 20px;
	background: url(../image/piaoshu.png) left center no-repeat;
}
.dVote p{
	width: 100%;
}
.dBoxBottom{
	padding:14px 26px 0px;
}
.dImg{
	width: 194px;
	height: 264px;
	border: 2px solid #7893ff;
	background-color: white;
	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;
    margin: 0 auto;
    margin-bottom: 25px;
}
.dImg img{
	width: 100%;
}
.bottomBox{
	width: 100%;
	border: 2px solid #ff4776;
	padding: 26px 25px;
    background-color: #ffffff;
    position: relative;
	border-radius: 16px;
	position: relative;
}
.dLine{
    width: 100%;
	position: relative;
}
.bottomTitle{
	margin: 10px auto 22px;
}
.bottomTitle p{
	font-size: 26px;
	color: #ffffff;
	line-height: 46px;
	padding: 0 18px;
	text-align: center;
	min-width: 230px;
	max-width: 100%;
	background-color: #ff4776;
	border-radius: 23px;
	
}
.dlLeft{
	font-size: 24px;
	/* font-weight: bold; */
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	line-height: 36px;
	color: #1d9882;
	font-weight: bold;
}
.dlRight{
	width: 100%;
	font-size: 26px;
	line-height: 36px;
	text-align: justify;
	color: #000000;
	/* text-indent: 48px; */
}
.dlRight span{
	font-size: 24px!important;
    line-height: 36px!important;
    text-align: justify;
    /*text-indent: 42px;*/
    color: #3f1c00;
    font-family: Arial, sans-serif!important;
}
.dLineTitle{
	border-bottom: 2px solid #f2f2f2;
	line-height: 52px;
	color: #ff4776;
	font-size: 24px;
	margin-bottom: 10px;
}
.returnVote{
	margin: 30px auto;
	width: 175px;
}
.dBtnTwo{
	width: 340px;
}
.dBtnTwo{
	margin: 35px auto 15px;
}
.twoBtn{
	width: 400px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.red{
	position: relative;
}
.red p{
	position: absolute;
	left: 0;
	top: 22px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #b30021;
}
.red p span{
	font-size: 75px;
}
.typeTitle{
	width: 402px;
    line-height: 21px;
    border-radius: 4px;
    color: #434343;
    text-align: center;
    font-size: 21px;
    margin: 30px auto 0;
}

#detail_9 span{
font-size:24px!important;
}

.qy1:nth-child(2n){
    margin-right: 0px;
}
#main{
	left: 50%;
	margin-left: -320px;
	width: 640px;
}
#long{
	width: 640px;
	margin: 0 auto;
	position: relative;
}
.vidoeBox{
	width: 100%;
	overflow: hidden;
	max-height: 396px;
	margin-bottom: 20px;
}
.prism-player{
	background-color: #bdbdbd!important;
}
#airplay{
	width: 100%;
	height: 100%;
}
.vidoeBox img{
	max-width: 100%;
	max-height: 100%;
}
.returnBox{
	width: 456px;
	margin: 38px auto;
}
.prism-player .prism-big-play-btn{
	position: absolute;
	left: 50%!important;
	top: 50%!important;	
	transform: translate(-50%,-50%)!important;
	-webkit-transform: translate(-50%,-50%)!important;
	background-image: url(../image/play.png)!important;
}
/* html.white, body.white{
	background-color: #e2efc8;
} */
.dthought{
	display: block;
	padding-top: 28px;
	border-top: 1px solid #ffffff;
    margin-top: 18px;
}
.dthought .dlRight{
	width: 542px;
	margin-left: 0px;
	margin-top: 5px;
}
.dthought .dlRight #detail_2>p{
	text-indent: 42px!important;
}
.dLine2 .dlLeft{
	position: relative;
}
.dLine2 .dlRight{
	padding-left: 0px;
}
.dNum{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	background: url(../image/nBox.png) left top no-repeat;
	z-index: 100;
}
.tBox{
    position: fixed;
    background: #79CBFF;
    width: 500px;
    padding: 20px auto;
    bottom: 0;
    /* width: 100%; */
	width: 640px;
	padding: 25px 90px 35px 90px;
}
.backTop{
	width: 384px;
	line-height: 42px;
	color: #00cdb7;
	border: 1px solid #00cdb7;
	border-radius: 22px;
	font-size: 26px;
	text-align: center;
	margin: 0px auto 20px;
}
.lineBox{
	width: 100%;
	padding-left: 120px;
	position: relative;
}
.lineBox.has{
	padding-left: 96px;
}
.dlleft{
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	line-height: 36px;
	color: #1d9882;
	font-weight: bold;
}
.lineBox2{
	padding-top: 50px;
	padding-left: 0px;
}
.lineBox2 .dlleft{
	line-height: 50px;
}
.lineBox2 .dlRight{
	background-color: #e6e6e6;
	border-radius: 12px;
	padding: 15px 22px;
	min-height: 210px;
}
/* .lineBox.has::after{
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -75px;
	width: 185px;
	height: 151px;
	background: url('../image/hasVote.png') no-repeat center center;
	background-size: 100%;
} */
.detailsImg{
	width: 372px;
	margin: 0 auto 30px;
	overflow: hidden;
	border-radius: 10px;
}
#showPost .closePostShow{
	width: 182px;
	height: 48px;
	background: url('https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2502sdvote/image/confirm.png') no-repeat center center;
}
.detailsImg img{
	width: 100%;
}
.videoBox{
	width: 548px;
	height: 308px;
	margin-bottom: 24px;
	overflow: hidden;
}

.listNum{
	justify-content: space-between;
	padding: 10px 10px 0 20px;
	align-items: center;
}
.listNum p{
	color: #096630;
	font-size: 30px;
	font-weight: bold;
}
.psNum{
	font-size: 22px;
    color: #794119;;
}
.psNum span{
	padding-left: 24px;
	background: url('https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2410zjfsvote/image/zan.png') no-repeat left center;
}

.guessBottom {
	position: fixed;
    left: 50%;
    bottom: 0px;
    width: 640px;
    height: 210px;
    /* background: url(https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2410jkdr/image/guessBbg.png) no-repeat center center; */
    background-color: #3BBC74;
    margin-left: -320px;
    z-index: 1000;
	/* display: flex;
    justify-content: center;
    align-items: center; */
	border-radius: 20px 20px 0 0;
}

.lastTimes{
	font-size: 22px;
	color: #fff;
	margin-top: 15px;
}
.lastTimes span{
	color: #F7D406;
}

.moreBtn {
	justify-content: center;
}
.loadMore{
	border: 1px solid #000;
	color: #000;
	border-radius: 10px;
	padding: 10px 20px;
}

/* 搜索框 */
.wdSearch {
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 7px 20px;
    border: 1px solid #43BD75;
    border-radius: 15px;
	margin-bottom: 20px;
}
.wdSearch input{
	font-size: 22px;
	width: 370px;
	line-height: 52px;
}
.searchRight{
	align-items: center;
}
.searchBt{
    background-color: #43BD75;
    color: #fff;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    margin-left: 15px;
}
.deleBtn{
	display: none;
}


.lines{
	text-align: justify;
	padding: 3px 0;
	font-size: 26px;
	color: #000000;
	line-height: 42px;
	position: relative;
	padding-left: 78px;
}
.lines span{
	position: absolute;
	left: 0px;
	top: 3px;
	color: #a0a0a0;
}
.lines1{
	padding-left: 130px;
}
.lines3{
	padding-left: 0px;
}
.lines3 p{
	text-indent: 52px;
	padding-top: 10px;
}
.lines3 span{
	position: relative;
	top: 0px;
}

.vBox{
	/* width: 564px; */
	width: 100%;
	height: 357px;
	overflow: hidden;
	background-color: #ccf6ff;
	margin-bottom: 30px;
}
.vBox video{
	max-width: 100%;
	height: 100%;
	background-color: #ccf6ff;
}


.evaluate,.comment{
	position: relative;
}
.evaluateBox{
	position: absolute;
    top: 130px;
	font-size: 24px;
	width: 520px;
    padding: 0 30px;
}
.evaluateItemL{
	border: 1px solid #0153CA;
    border-radius: 8px;
    background: #fff;
    color: #0153CA;
    text-align: center;
    width: 300px;
    line-height: 60px;
	margin-bottom: 25px;
}
.evaluateItemR{
    color: #0153CA;
    background: #9CDBF6;
    border-radius: 8px;
    width: 134px;
    text-align: center;
    line-height: 62px;
	margin-bottom: 25px;
}
.active{
	background: #0153CA;
	color: #fff;
}
.blessInput{
    font-size: 26px;
    width: 100%;
    height: 400px;
    line-height: 36px;
    /* color: #400908; */
}
.commentBox{
	position: absolute;
    top: 130px;
    /* background: red; */
    width: 100%;
    padding: 0 60px;
}

.introduceBox{
    position: relative;
    margin: 24px 24px 0;
    height: 176px;
    overflow: hidden;
    border-radius: 28px;
}
.heNew{
	height: 591px;
}
.introduceBottom{
	position: absolute;
    bottom: 0;
	background-image: url(https://kyxmfsaj.oss-cn-guangzhou.aliyuncs.com/2502sdvote/image/tc2.png);
	height: 60px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 592px;
    background-size: 100% 100%;
}
.introduceBtn{
	background: #C9EBFA;
	color: #0153CA;
	border-radius: 35px;
	line-height: 35px;
	height: 35px;
	font-size: 22px;
	width: 120px;
	text-align: center;
}