@charset "utf-8";

body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input, button {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
a img {
	border: 0;
}
body {
	position: relative;
	font-family: "Microsoft yahei", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #150101;
	background-color: #fff;
}
ul, ol, li {
	list-style-type: none;
	vertical-align: 0;
}
a {
	text-decoration: none;
	color: #535353;
	outline-style: none;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.dis_top {
	display: inline-block;
	vertical-align: top;
}
.dis_mid {
	display: inline-block;
	vertical-align: middle;
}
.ellipsis {
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/*头部通栏banner*/
.banner {
	min-width: 1140px;
	height: 490px;
	background: url("../images/eeday2016/banner.jpg") center 0 no-repeat;
}

/*主要内容样式*/
.bluebg {
	background-color: #03237d;
}
.graybg {
	background-color: #eff4f7;
}
.lightbluebg {
	background: #205c86;
}
.darkbluebg {
	background-color: #000c30;
}

/*总体样式*/
.allmain {
	width: 100%;
}
.main-inner {
	width: 1070px;
	min-height: 250px;
	margin: 0 auto;
	padding: 10px 0;
}
.main-inner h5, .main-inner p {
	margin: 25px 0;
	line-height: 2;
	text-align: center;
	color: #fff;
}
.main-inner p {
	font-size: 14px;
}
.main-inner h5 {
	font-size: 16px;
}
.main-inner h4 {
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.main-inner p.text-left, .main-inner h5.text-left {
	text-align: left;
}
.yellobg {
	padding: 3px 10px;
	font-weight: bold;
	color: #fefefd;
	background-color: #f79700;
}
.bluebg2 p, .bluebg2 h5 {
	color: #fdfdfc;
}
.leftPart, .rightPart {
	float: left;
}

/*评论部分*/
.doclist {
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}
.doclist .leftPart {
	width: 50%;
}
.review-box {
	position: relative;
	min-height: 100px;
	border: 1px solid rgb(216, 216, 216);
	background-color: #fff;
}
.review-box .cons, .review-box .cons:focus {
	width: 100%;
	padding: 10px;
	border: none;
	outline: 0;
}
.re-box {
	width: 100%;  /*position: absolute;
																	            top: 0px;
																	            left: 10px;*/
	height: 100px;
	padding: 5px 10px;
	text-align: left;
	color: #5c5c5c;
}
.review-btn {
	float: right;
	width: 120px;
	height: 30px;
	margin: 20px 0;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	color: #ece7e7;
	border-radius: 3px;
	background-color: #f79700;
}
.commentlist {
	padding: 20px;/* height: 440px;
																			    overflow-y: auto;*/
	padding-bottom: 0;
	overflow: hidden;
	background-color: #fff;
}
.commentlist ul {
	width: 100%;
}
.commentlist ul li, .commentlist ul, .commentlist ul li div {
	float: left;
}
.commentlist ul li {
	width: 100%;
	margin-bottom: 2%;
}
.commentlist  .userImg {
	width: 6%;
	min-height: 5px;
}
.commentlist .nbp5 {
	width: 2%;
	height: 10px;
}
.commentlist  .userComt {
	width: 92%;
}
.commentlist  .userComt p {
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	color: #666;  /*overflow: hidden;
																					                    white-space: nowrap;
																					                    text-overflow: ellipsis;*/
}
.commentlist .comId, .commentlist .userId {
	display: none;
}
.userComt-top {
	width: 100%;
}
.userComt-top h5 {
	float: left;
	max-width: 50%;
	margin: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #1476eb;
}
.userComt-top .userPraise {
	float: right;
	max-width: 60%;
	text-align: right;
}
.goodPraise {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	cursor: pointer;
	vertical-align: middle;
	background: url("../images/eeday2016/good-icon.png") 0 -19px no-repeat;
}
.goodPraise.hasClick {
	background-position: 0 0;
}

/*分页*/
.tcdPageCode {
	padding: 5% 0;
	text-align: left;
	text-align: center;
}
.tcdPageCode span.nextPage, .tcdPageCode span.prevPage {
	width: 34px;
}
.tcdPageCode span {
	margin: 0 5px;
	color: #fff;
}
.tcdPageCode span.disabled {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0 8px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #ccc;
}
.tcdPageCode span.current {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0 12px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-left: 0;
	background-color: #00c0ff;
}
.tcdPageCode a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 1%;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #747474;
	border: 1px solid #ddd;
	background-color: #fff;
}

/*好文评价*/
.articList {
	margin-bottom: 40px;
	text-align: center;
}
.articList h4, .articList a {
	display: block;
	margin: 2% 0;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.articList a {
	text-decoration: underline;
	outline: none;
}
.articList a:link {
	color: #fff;
}

/* 未被访问的链接 */
.articList a:visited {
	color: #f79700;
}

/* 已被访问的链接 */
.articList a:hover {
	color: #f79700;
}

/* 鼠标指针移动到链接上 */
.articList a:active {
	color: #f79700;
}

/* 正在被点击的链接 */
.articList h4 {
	margin: 20px 0;
}
a.login-a, .login-a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #fdf757;
}
.artic-list {
	display: inline-block;
	width: 100%;
	margin: 2% 0;
}
.artic-t {
	margin: 5% 0;
	font-size: 18px;
	color: #fff;
}

/*获奖名单*/
.greenbg {
	padding-bottom: 25px;
}
.greenbg  .yellobg {
	padding: 5px 25px;
}
.winnerList1 {
	width: 70%;
	margin: 35px auto 15px;
	overflow: hidden;
}
.winnerList1 li, .winnerList1 ul, .winnerList2 li, .winnerList2 ul {
	float: left;
	width: 100%;
	overflow: hidden;
}
.winnerList1 li {
	width: 20%;
	text-align: center;
}
.winnerList2 {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
.winnerList2 li {
	width: 20%;
	margin: 5px auto;
	text-align: left;
}
.winnerList1 li span, .winnerList2 li span {
	font-size: 16px;
	color: #fff;
}
.greenbg h4 {
	height: 40px;
	margin: 15px 0;
}

/*提示框样式*/
.modal {
	z-index: 1051;
	overflow: hidden;
	overflow-y: hidden;
}
.modal-header {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 5px 5px 0 0;
	background-color: #fb3d4f;
}
.spring-dialog {
	width: 360px;
	margin: 11% auto;
}
.modal-header .close {
	opacity: .8;
	filter: alpha(opacity=80);
}
.spring01-body {
	height: 170px;
}
.spring01-body p.textleft, .spring01-body h3.textleft {
	text-align: left;
}
.spring01-body p.redtext3, .spring01-body h3.redtext3 {
	color: #fb3d4f;
}
.spring01-body p {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
.spring01-body h3 {
	margin: 25px 0;
	font-size: 21px;
	text-align: center;
	color: #333;
}
.spring01-body .p-title {
	color: #333;
}
.spring01-body .p-cont13 {
	font-size: 13px;
}
.spring01-body .p-cont {
	color: #666;
}
.p-cont a {
	display: inline-block;
	width: 30%;
	margin-bottom: 30px;
	vertical-align: top;
}

/*右侧导航*/
.fixRight {
	position: fixed;
	top: 110px;
	right: 20px;
	width: 100px;
	height: 367px;
	background: url("../images/eeday2016/fix-bg2.png") center 0 no-repeat;
}
.fixRight a {
	display: block;
	width: 100%;
}
.commentlist .userImg img {
	width: 100%;
}

/*适配样式*/
.phonehide {
	display: block;
	visibility: visible;
}
.phoneshow {
	display: none;
	visibility: hidden;
}
body {
	color: #150101;
}

/*2017 start*/
.top-distance {
	padding-top: 78px;
}

/*bc*/
.bluebg {
	background-color: #03237d;
}
.graybg {
	background-color: #eff4f7;
}
.lightbluebg {
	background: #205c86;
}
.darkbluebg {
	background-color: #5973c1;
}
.banner {
	position: relative;
	height: 526px;
	font-size: 16px;
	color: #fff;
	background: url("../images/eeday2017/banner.jpg") center 0 no-repeat;
}
.banner a {
	display: inline-block;
	text-decoration: underline;
	color: #fff;
}
.banner a:hover, .applay .area .applay-btn:hover, .applay .area .area-txt a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.banner-span {
	position: absolute;
	top: 81.6%;
	left: 49.16%;
}

/*area-1*/
.whitebc {
	background: #fff url("../images/eeday2017/bc-white.jpg") center 0 no-repeat;
}
.main-inner h5, .main-inner p, .articList h4, .articList a {
	color: #150101;
}
.main-inner {
	width: 1140px;
}
.main-inner .hasbc {
	padding: 0 5px;
	font-size: 18px;
	font-weight: bold;
	background-color: #f79700;
}
.main-inner .para {
	margin: 4px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000844;
}
.main-inner .para-big {
	font-size: 24px;
}

/*area-2*/
.review-btn {
	background-color: #0a87f1;
}
.userComt-top h5 {
	color: #1476eb;
}

/*留言page*/
.tcdPageCode a, .tcdPageCode span, .tcdPageCode span.current, .tcdPageCode span.disabled {
	width: 35px;
	margin-right: 3px;
	margin-left: 3px;
}

/*好评*/
.articList a:link, .articList a:visited {
	color: #150101;
}
.articList a:hover, .articList a:active {
	color: #d92c37;
}
.doclist .leftPart {
	width: 33.3%;
}

/*留言*/
.graybg {
	background: #eff4f7 url("../images/eeday2017/bc-computer.jpg") center 717px no-repeat;
}
.main-inner .bbs-tips {
	margin: 0;
	font-size: 14px;
	color: #d70c1e;
}
.bbs-search-wrapper {
	margin: 10px 0;
	overflow: hidden;
}
.bbs-search-wrapper .bbs-all {
	float: left;
	margin: 10px 0;
	line-height: 1;
}
.bbs-search-wrapper .input-group {
	position: relative;
	float: right;
	width: 305px;
	height: 32px;
}
.input-group .bbs-search {
	width: 100% !important;
	height: 32px;
	padding-right: 36px;
	padding-left: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.input-group .btn-secondary {
	position: absolute;
	top: 4px;
	right: 1px;
	width: 35px;
	height: 27px;
	margin-top: -2px;
	margin-left: -36px;
	padding: 0;
	line-height: 24px;
	color: #1476eb;
	background-color: #fff;
}
.tcdPageCode {
	padding: 2% 0;
}

/*评论*/
a.login-a, .login-a {
	color: #d70c1e;
}
.artic-title {
	font-size: 18px;
}
.articList a {
	margin: 0;
	line-height: 1.8;
}

/*评测*/
.lightbluebg {
	background: #205c86 url("../images/eeday2017/bc-star.jpg") center no-repeat;
}
.lightbluebg .main-inner {
	padding-bottom: 50px;
}
.evaluate {
	width: 690px;
	margin: 10px auto;
	text-align: left;
}
.main-inner .evaluate h4, .main-inner .evaluate h5 {
	margin: 15px 0;
	line-height: 1.8;
	text-align: left;
	color: #fff;
}
.evaluate-num {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background-color: #33bdf6;
}
.evaluate-txt {
	display: inline-block;
	font-size: 14px;
	text-indent: 30px;
}
.applay-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}
.applay-bg {
	width: 98%;
	height: 345px;
	margin-top: 40px;
	padding-right: 1%;
	padding-left: 1%;
	border: 2px dashed #333;
	border-radius: 6px;
	background-color: #126c9f;
	opacity: .5;
	filter: alpha(opacity=50);
}
.applay {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	height: auto;
	padding-right: 1%;
	padding-left: 1%;
}
.applay .applay-title {
	margin: 20px 0;
	font-weight: bold;
	color: #e6f221;
}
.applay .area {
	position: relative;
	float: left;
	width: 322px;
	height: auto;
	margin-left: 15px;
	padding-left: 25px;
}
.applay .area-two {
	width: 420px;
}
.applay .area-three {
	width: 300px;
}
.applay .area .area-num {
	display: inline-block;
	position: absolute;
	top: -12px;
	left: 0;
	width: 25px;
	height: 40px;
	background: url("../images/eeday2017/num123.png") 0 0 no-repeat;
}
.applay .area .area-num-two {
	background-position: -30px 0;
}
.applay .area .area-num-three {
	background-position: -60px 0;
}
.applay .area .area-title {
	font-weight: bold;
	text-align: left;
	color: #e6f221;
}
.applay .area .applay-btn {
	cursor: pointer;
	text-decoration: underline;
}
.applay .area .area-txt {
	line-height: 1.6;
	text-align: left;
	color: #fff;
}
.applay .area .area-txt a {
	text-decoration: underline;
	color: #e6f221;
}

/*方案*/
.project-wrapper {
	margin: 30px 0;
}
.main-inner .project-info {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000844;
}
.red-tips {
	color: #d70c1e;
}
.project-wrapper .p-img-title > a > img {
	margin-right: 40px;
	margin-left: 40px;
}
.project-wrapper .p-img-title > a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.main-selling-items {
	margin-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}
.main-selling-item {
	position: relative;
	float: left;
	width: 210px;
	height: 251px;
	margin-top: 20px;
	margin-left: 16px;
	border-radius: 8px;
	background-color: #f8f6f6;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	        box-shadow: 2px 2px 5px #ccc;
}
.main-selling-pic {
	width: 210px;
	height: 150px;
	padding-top: 16px;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #eee;
}
.main-selling-pic > img {
	vertical-align: middle;
}
.main-selling-info {
	height: 50px;
	padding-right: 8px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #15265d;
	border-bottom: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: center top;
}
.main-selling-a {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	left: 25%;
	padding: 5px 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	background-color: #ea4d10;
}
.main-selling-a:hover, .main-selling-a:focus {
	text-decoration: none;
	opacity: .8;
	color: #fff;
	filter: alpha(opacity=80);
}
.light-sell-list {
	-webkit-box-shadow: -3px 0 10px #ccc, 5px 0 10px #aaa, 0 -3px 10px #ccc, 0 5px 10px #aaa;
	        box-shadow: -3px 0 10px #ccc, 5px 0 10px #aaa, 0 -3px 10px #ccc, 0 5px 10px #aaa;
}

/*prize*/
.lottery-title-img {
	height: 100px;
	background: url("../images/eeday2017/lottery-title.png") center no-repeat;
}
.winner-list {
	width: 752px;
	margin: 20px auto;
	padding-bottom: 50px;
	overflow: hidden;
	text-align: center;
}
.winner-list > img {
	margin: 30px auto;
}
.winner-list .first-prize {
	margin: 30px auto;
	color: #e6f221;
}
.winner-list ul {
	position: relative;
	left: 47px;
}
.winner-list ul li {
	float: left;
	text-align: left;
	margin-bottom: 10px;
	width: 146px;
	font-size: 14px;
	color: #fff;
}
.winner-list .eeboard-list li {
	display: block;
}
.eeboard-list .whitespace {
	padding-left: 70px;
}

/*right nav*/
.fixRight {
	width: 137px;
	height: 406px;
	background-image: url("../images/eeday2017/right-nav.png");
}
#fixedArea {
	padding-top: 100px;
}
#fixedArea .tit {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}
#fixedArea .tit:link, #fixedArea .tit:hover, #fixedArea .tit:active, #fixedArea .tit:visited {
	text-decoration: none;
}
.fixRight .totop {
	width: 80px;
	height: 50px;
	margin-top: 14px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 40px;
}
#fixedArea .current {
	color: #e6f222;
}

/*iframe 自定义*/
.survey-custom-scrollbar {
	max-height: 600px;
}

/*适配样式*/

/*大屏bg*/
@media (max-width:2048px) and (min-width:1920px) {
	.banner, .whitebc, .graybg, .lightbluebg {
		background-size: 100%;
	}
}

/*Right Nav*/
@media (max-width:1462px) {
	.fixRight {
		right: 5px;
		width: 110px;
		height: 300px;
		background-size: 90%;
	}
	#fixedArea {
		padding-top: 70px;
	}
	#fixedArea .tit {
		height: 30px;
		line-height: 30px;
	}
	.fixRight .totop {
		width: 70px;
		height: 40px;
		margin-top: 5px;
		margin-left: 20px;
	}
}
@media (max-width:1350px) {
	.fixRight {
		display: none;
	}
}
@media (max-width:1139px) {
	.phonehide {
		display: none;
		visibility: hidden;
	}
	.phoneshow {
		display: block;
		visibility: visible;
	}
	.main-inner {
		width: 90%;
		padding: 3% 0;
	}
	.leftPart img {
		width: 99%;
	}
	.navbar-header-ef .container, .pi-footer {
		min-width: 100%;
		max-width: 100%;
	}
	.banner {
		min-width: 320px;
		height: 440px;
	}
	.applay-bg {
		height: 566px;
	}
	.applay .area-three {
		width: 100%;
	}
	.lottery-title-img > img {
		width: 100%;
	}
	.lightbluebg {
		background-image: none;
	}
}
@media (max-width:1028px) {
	.fixRight {
		display: none;
		visibility: hidden;
	}
	.entrance-mobile .nav-mobile-modules-container {
		display: none;
		visibility: hidden;
	}
	.winnerList1 {
		width: 100%;
	}
	.p-img-title > img {
		width: 100%;
	}
	.evaluate {
		width: 100%;
	}
}
@media (max-width:893px) {
	.banner {
		height: 318px;
		background: url("../images/eeday2017/banner-phone.jpg") 0 0 no-repeat;
		background-size: 100%;
	}
	.applay .area-two {
		width: 348px;
	}
}
@media (max-width:856px) {
	#form1 {
		display: none;
		visibility: hidden;
	}
	.main-inner {
		min-height: auto;
	}
	.commentlist .userImg {
		width: 10%;
	}
	.commentlist .nbp5 {
		width: 5%;
	}
	.commentlist .userComt {
		width: 85%;
	}
	.applay-bg {
		height: 700px;
	}
	.applay .area {
		width: 96%;
	}
	.red-tips {
		display: inline-block;
	}
}
@media (max-width:769px) {

	.top-distance {
		padding-top: 0;
	}
	.doclist {
		padding-bottom: 2%;
	}
	.winnerList2 li, .winnerList1 li {
		width: 50%;
		text-align: center;
	}
	.spring-dialog {
		width: 90%;
		margin: 35% auto;
	}
	.banner {
		height: 300px;
	}
	.banner-span {
		left: 35%;
	}
	.phoneshow > img, .winner-list {
		width: 100%;
	}
}
@media (max-width:753px) {
	.main-selling-items {
		width: 468px;
		margin-right: auto;
		margin-left: auto;
	}
	.main-inner h5, .main-inner p {
		margin-top: 14px;
		margin-bottom: 14px;
	}
}
@media (max-width:481px) {
	.navbar-header-ef .container {
		padding: 0;
	}
	.entrance-brand {
		display: none;
		visibility: hidden;
	}
	.p-img-title img {
		width: 150%;
		margin-left: -25%;
	}
	.commentlist {
		padding: 4%;
	}
	.winnerList1 {
		width: 100%;
	}
	.commentlist .userImg {
		width: 15%;
	}
	.commentlist .userComt {
		width: 80%;
	}
	.tcdPageCode a, .tcdPageCode span.current {
		width: 25px;
		height: 25px;
		padding: 0;
		line-height: 25px;
	}
	.tcdPageCode span.disabled {
		width: 25px;
		height: 25px;
	}
	.eggs-img {
		width: 50%;
	}
	.banner {
		height: 215px;
		background-position: 40% 0;
		background-size: 130%;
	}
	.banner-span {
		top: 75%;
	}
	.applay .area {
		width: 98%;
	}
	.phone-idea > a > img {
		display: block;
		margin: auto;
		margin-bottom: 20px;
	}
	.main-selling-items {
		width: 100%;
	}
	.main-selling-item {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (max-width:425px) {
	.main-inner .para-big {
		font-size: 16px;
	}
	.main-inner h4, .main-inner h5, .main-inner .para, .articList h4, .articList a {
		font-size: 14px;
	}
	.main-inner .bbs-tips, .main-inner p, .evaluate-txt {
		font-size: 12px;
	}
	.bbs-search-wrapper .input-group {
		width: 240px;
	}
	.applay-bg {
		height: 630px;
	}
	.applay .area {
		width: 93%;
		margin-left: 10px;
		padding-left: 16px;
	}
	.lottery-title-img {
		height: 60px;
		background-size: 150%;
	}
	.winner-list .first-prize, .winner-list > img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.winner-list > img {
		width: 38%;
	}
	.winner-list ul li {
		margin-bottom: 6px;
		font-size: 12px;
	}
}
@media (max-width:376px) {
	.winnerList1 li, .winnerList2 li {
		width: 100%;
		text-align: center;
	}
	.banner {
		height: 176px;
	}
}
@media (max-width:348px) {
	.main-inner .hasbc {
		font-size: 16px;
	}
	.main-inner .para-big {
		font-size: 14px;
	}
	.main-inner h4, .main-inner h5, .main-inner .para, .articList h4, .articList a {
		font-size: 12px;
	}
}
@media (max-width:321px) {
	.commentlist .userImg {
		width: 10%;
	}
	.commentlist .userComt {
		width: 85%;
	}
	.userComt-top h5 {
		width: 80%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.applay-bg {
		height: 700px;
	}
}