@charset "utf-8";
/* CSS Document */

html,body,div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5{margin:0px; padding:0px;}
body{margin:0 auto;padding:0;border:0; font-family: "微软雅黑"; min-width: 1100px;}
select,input,textarea{font-size:14px; vertical-align:middle; padding:0; margin:0;}
textarea{resize:none;}
img{border:0;}
ol,ul,li{list-style:none;}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:none;}
a,img,input,textarea,button{outline:none;}

input::-ms-clear,
::-ms-reveal
{
display:none;
}

.iconfont { -webkit-text-stroke-width: 0.2px; }

.ML68 {  margin-left: 68px; }
/*清除 jquery.pin 的默认样式*/
.pin-wrapper {
	height: 0 !important;
}

html,body{margin:0;padding:0;height:100%} 
body{min-height:100%;height:auto !important; height:100%; position: relative; -webkit-font-smoothing: antialiased;} 
.bgGray { background: #f5f5f5;}
.eui-bottom-padding{padding-bottom:160px;/*padding等于footer的高度*/} 
.eui-bottom{position:absolute;bottom:0;width:100%;height:130px;/*footer的高度*/} 
.eui-bottom-container{height:160px;}

.eui-btn {
	transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
}
.eui-btn:active { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; box-shadow: inset 0 4px 5px rgba(0, 0, 0, .15);}

.BR0 { border-right: 0 !important; }
.PB30 { padding-bottom: 30px !important;}
.MT25 { margin-top: 25px !important;}
.MT0 { margin-top: 0px !important; }
.colorGreen { color: #00C01B !important; }
.transition02 {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
.transition01 {
	transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
}

/*清除浮动*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1; _zoom:1;}

/* a 标签 鼠标经过统一样式*/
a:hover { color: #00C01B;}
a:active { color: #047f15;}

/*公共部分 begin*/
.eui-top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
	text-align: right;
}
.eui-top a{ 
	font-size: 12px; 
	line-height: 40px;
}
.eui-contentbox { width: 1000px; margin: 0 auto; position: relative;overflow: hidden;}
.eui-top-vip { color: #00C01B; margin-left: 25px;}
.eui-top-login { margin-left: 30px; position: relative;}
.eui-top-login:before {
	content: '|';
	height: 12px;
	position: absolute;
	top: 0;
	left: -19px;
	line-height: 17px;
	color: #999;
}
.eui-header {
	height: 114px;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.eui-header-container {
	height: 205px;
}
.eui-logo {
	height: 114px;
	float: left;
}
.eui-header-search {
	float: right;
	width: 400px;
	height: 40px;
	margin-top: 34px;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #00C01B;
}
.eui-header-search input {
	padding: 0 10px 0 20px;
	width: 290px;
	height: 40px;
	line-height: 40px;
	color: #333;
	border: none;
}
.eui-header-search a {
	display: inline-block;
	color: #fff;
	background: #00C01B;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
}
.eui-bottom {
	padding-top: 30px;
	background: #f4f4f4;
}
.eui-bottom-top {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
}
.eui-bottom-top a {
	margin: 0 6px;
	position: relative;
	transition:color 0.15s ease-in-out;
	-webkit-transition:color 0.15s ease-in-out;
	-ms-transition:color 0.15s ease-in-out;
	-moz-transition:color 0.15s ease-in-out;
}
.eui-bottom-top a:before {
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	position: absolute;
	background: #000;
	top: 2px;
	right: -8px;
}
.eui-bottom-top a:last-child:before {
	display: none;
}
.eui-bottom p {
	font-size: 12px;
	color: #999;
	line-height: 26px;
	text-align: center;
}
.eui-nav {
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	border: 1px solid #e4e4e4;
}
.eui-nav a {
	display: block;
	float: left;
	width: 118px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #666666;
	border-right: 1px solid #E4E4E4;
	position: relative;
	transition:color 0.15s ease-in-out;
	-webkit-transition:color 0.15s ease-in-out;
	-ms-transition:color 0.15s ease-in-out;
	-moz-transition:color 0.15s ease-in-out;
}
.eui-nav a:before {
	content: '';
	display: block;
	width: 120px;
	height: 3px;
	top: -1px;
	left: -1px;
	position: absolute;
	transition:color 0.15s ease-in-out;
	-webkit-transition:color 0.15s ease-in-out;
	-ms-transition:color 0.15s ease-in-out;
	-moz-transition:color 0.15s ease-in-out;
}
.eui-nav a:hover {
	color: #00C01B;
}
.eui-nav .on {
	color: #00C01B;	
}
.eui-nav .on:before {
	background: #00C01B;
}
.eui-banner {
	width: 100%;
	height: 360px;
	background: #f4f4f4;
	position: relative;
}

.eui-side {
	width: 60px;
	height: 220px;
	position: fixed;
	right: 50%;
	margin-right: -590px;
	bottom: 190px;
}
.eui-side>a {
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.eui-side-code {
	display: none;
	position: absolute;
	width: 130px;
	height: 140px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	top: 0;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	padding-top: 112px;
}
.eui-side-wx {
	background: url(../images/wx.png);
	right: 70px;
}
.eui-side-wb {
	background: url(../images/wb.png);
	right: 210px;
}
.eui-side-txt {
	width: 48px;
	padding: 5px;
	height: 48px;
	background: #00C01B;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	top: 100%;
	left: 0;
	text-align: center;
	position: absolute;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.eui-side a:hover .eui-side-txt{
	top: 0;
	left: 0;
}
/*公共部分 end*/

/*喜闻 begin*/
.eui-banner .hd {
	position: absolute;
	top: 320px;
	right: 265px;
	z-index: 99;
}
.eui-banner .hd .on {
	background: #00C01B;
}
.eui-banner .hd li {
	display: block;
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
	float: left;
	margin-left: 11px;
	cursor: pointer;
}
.eui-banner .bd li {
	display: none;
	width: 100%;
	height: 360px;
}
.eui-banner-img {
	float: left;
	width: 650px;
	height: 360px;
}
.eui-banner-img img { width: 100%; height: 100%;}
.eui-banner-txt {
	width: 280px;
	float: left;
	margin-left: 30px;
	padding-top: 35px;
}
.eui-banner-title {
	font-size: 24px;
	line-height: 30px;
	transition:color 0.1s ease-in-out;
	-webkit-transition:color 0.1s ease-in-out;
	-ms-transition:color 0.1s ease-in-out;
	-moz-transition:color 0.1s ease-in-out;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.eui-banner-txt .eui-banner-p {
	height: 120px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.eui-banner-tip { font-size: 12px; margin-top: 26px;}
.eui-banner-tip i {
	font-style: normal;
	color: #00C01B;
}
.eui-banner-tip a {
	color: #666;
	margin-left: 25px;
}
.eui-title {
	border-bottom: 1px solid #00C01B;
	font-weight: normal;
	line-height: 50px;
	color: #00C01B;
	margin: 50px 0 30px;
}
.eui-title img {
	width: 32px;
	height: 32px;
	margin: 9px 10px 0 0;
	float: left;
}
.eui-title span {
	font-size: 24px;
}
.eui-title a {
	float: right;
	font-size: 14px;
	color: #00C01B;
}
.eui-new ul {
	width: 1032px;
}
.eui-new ul li {
	display: block;
	width: 310px;
	height: 430px;
	border: 1px solid #f8f8f8;
	transition:all 0.15s ease-in-out;
	-webkit-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	margin: 0 32px 30px 0;
	float: left;
}
.eui-new ul li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.eui-new ul li .eui-news-txt {
	width: 280px;
	margin: 18px auto 0;
}
.eui-new ul li .eui-news-txt .eui-news-title {
	font-size: 20px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.eui-new ul li .eui-news-txt .eui-news-p {
	height: 72px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 15px 0 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.eui-news-img {
	display: block;
	height: 220px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.eui-news-imgNew:after {
	content: '';
	display: block;
	width: 56px;
	height: 56px;
	background: url(../images/imgNew.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.eui-news-img img {
	width: 100%;
	height: 220px;
	transition:transform 0.6s ease-in-out;
	-webkit-transition:transform 0.6s ease-in-out;
	-ms-transition:transform 0.6s ease-in-out;
	-moz-transition:transform 0.6s ease-in-out;
}
.eui-new ul li:hover .eui-news-img img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
}

.eui-new ul li .eui-news-txt .eui-news-tip {
	font-size: 12px;
}
.eui-new ul li .eui-news-txt .eui-news-tip span {
	color: #00C01B;
	margin-right: 34px;
	line-height: 20px;
}
.eui-news-title ,.eui-new ul li .eui-news-txt .eui-news-tip a {
	transition:color 0.1s ease-in-out;
	-webkit-transition:color 0.1s ease-in-out;
	-ms-transition:color 0.1s ease-in-out;
	-moz-transition:color 0.1s ease-in-out;
}
.eui-new ul li .eui-news-txt .eui-news-tip a:hover {
	color: #00C01B;
}
.eui-new ul li .eui-news-txt .eui-news-tip .eui-news-share i{
	font-size: 14px;
	margin-right: 8px;
}
.eui-new ul li .eui-news-txt .eui-news-tip .eui-news-share {
	float: right;
}
.eui-hot ul{
	width: 1030px;
}
.eui-hot ul li {
	display: block;
	width: 485px;
	height: 300px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	transition:all 0.15s ease-in-out;
	-webkit-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
}
.eui-hot ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.eui-hot ul li .eui-hot-txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 0 20px;
}
.eui-hot ul li .eui-hot-txt p {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.eui-hot ul li:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
/*---喜闻 end--*/


/*---乐见 begin--*/
.eui-recomBig {
	display: block;
	padding-top: 30px;
	width: 382px;
	height: 402px;
	background: #f4f4f4;
	float: left;
}
.eui-recomBig img {
	display: block;
	height: 282px;
	margin: 0 auto;
}
.eui-recomBig h4 {
	width: 322px;
	margin: 20px auto 10px;
	line-height: 24px;
	color: #000;
	font-size: 14px;
}
.eui-recomBig h4 span {
	float: right;
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.eui-recomBig p {
	width: 322px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.eui-recom .eui-recomList {
	float: left;
	width: 618px;
}
.eui-recomList li {
	margin: 0 0 30px 30px;
}
.eui-recom .eui-recomList li {
	margin: 0 0 30px 30px;
}
.eui-recomList li {
	display: block;
	width: 176px;
	height: 200px;
	float: left;
	margin: 0 30px 30px 0;
}
.eui-recomList li h4 {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: normal;
	margin: 12px 0 8px;
}
.eui-recomList li p {
	font-size: 12px;
	color: #999;
	line-height: 12px;
}
.eui-recomList img {
	display: block;
	height: 132px;
	margin: 0 auto;
}
.eui-recomList-img {
	display: block;
	width: 100%;
	height: 132px;
}
.eui-recomList li a:hover h4{
	color: #00C01B;
}
.eui-tab {
	position: relative;
}
.eui-tab .hd .on {
	color: #00C01B;
}
.eui-tab .hd {
	position: absolute;
	top: -62px;
	left: 150px;
}
.eui-tab .hd li {
	float: left;
	margin-right: 22px;
	position: relative;
	cursor: pointer;
}
.eui-tab .hd li:after {
	content: "/";
	color: #e4e4e4;
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	right: -15px;
	top: 3px;
}
.afterNone:after {
	display: none;
}
.eui-recomList {
	width: 1030px;
}

.eui-music-img {
	display: block;
	width: 155px;
	height: 155px;
	margin: 0 auto;
	border: 1px solid #e4e4e4;
	position: relative;
	overflow: hidden;
}
.eui-music-img:hover:after{
	display: block;
	opacity: 1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
}
.eui-music-img:hover:before{
	display: block;
	opacity: 1;
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
}
.eui-music-img:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	border: 4px solid #fff;
	border-radius: 50%;
	z-index: 101;
	transform:scale(1.4);
	-webkit-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-moz-transform:scale(1.4);
	opacity: 0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.eui-music-img:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: url(../images/musicPlay-after.png) no-repeat rgba(0,0,0,0.5) 0 -3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	opacity: 0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	
}
.eui-music-img img {
	width: 100%;
	height: 100%;
}
.eui-music-img div {
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eui-music-title h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	margin: 10px auto 10px;
}
.eui-music-title h3 {
	width: 155px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eui-music-title:hover h3 {
	color: #00C01B;
}
.eui-musicList li {
	height: 240px;
}
.eui-musicList p {
	width: 155px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin: 0 auto;
}
.eui-music-bottom {
	display: block;
	height: 16px;
	width: 155px;
	margin: 14px auto 0;
	overflow: hidden;
	line-height: 16px;
}
.eui-music-bottom i {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/musicPlay.png) no-repeat;
	margin: 0 4px 0 0;
	float: left;
}
.eui-music-bottom span {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
.eui-music-bottom p {
	width: 134px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 16px !important;
}
.eui-music-bottom:hover i {
	background: url(../images/musicPlay-on.png) no-repeat;
}
.eui-music-bottom:hover p {
	color: #00C01B;
}
.eui-videoList li {
	width: 312px;
}
.eui-videoList .eui-music-img {
	width: 310px;
	height: 190px;
}
.eui-videoList .eui-music-img:after {
	background: url(../images/videoPlay-after.png) rgba(0,0,0,0.5) center center no-repeat;
}
.eui-videoList li p{
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	margin-top: 15px;
}
/*---乐见 end--*/

/*---共享 begin--*/
.eui-league-tab .hd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	border-top: none;
}
.eui-league-tab .hd li {
	display: block;
	height: 40px;
	width: 118px;
	border-right: 1px solid #e4e4e4;
	font-size: 14px;
	text-align: center;
	float: left;
	color: #666;
	position: relative;
	cursor: pointer;
}
.eui-league-tab li:hover {
	color: #00C01B;
}
.eui-league-tab .on { color: #00C01B; }
.eui-league-tab .on:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: 120px;
	height: 3px;
	background: #00C01B;
}
.MB0 { margin-bottom: 0 !important; }

.eui-shareList li{
	width: 100%;
	display: block;
	padding: 30px 0;
	height: 140px;
	border-bottom: 1px solid #e4e4e4;
}
.eui-shareImg {
	width: 140px;
	height: 140px;
	float: left;
}
.eui-shareTxt {
	width: 830px;
	float: right;
	text-align: left;
}
.eui-share-title {
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	margin: 0;
}
.eui-shareTxt p {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: normal;
	margin-top: 12px;

}
.eui-share-bottom {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	margin-top: 22px;
}
.eui-share-bottom span {
	color: #00C01B;
}
.eui-share-bottom a {
	margin-left: 30px;
}
.eui-share-bottom .eui-news-share {
	float: right;
	color: #00C01B;
}
.eui-share-bottom .eui-news-share i {
	margin-right: 8px;
}
.eui-media {
	width: 1020px;
	margin-bottom: 10px;
}
.eui-media li {
	display: block;
	padding: 10px 0 0 10px;
	height: 100px;
	width: 225px;
	background: #f4f4f4;
	border-radius: 2px;
	margin: 0 20px 20px 0;
	float: left;
}
.eui-media-img {
	display: block;
	width: 90px;
	height: 90px;
	background: #fff;
	float: left;
	overflow: hidden;
}
.eui-media-img:hover img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-moz-transform:scale(1.2);
}
.eui-media-img img {
	width: 90px;
	height: 90px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.eui-media-txt {
	width: 110px;
	margin-left: 10px;
	float: left;
}
.eui-media-txt a {
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eui-media-txt a:hover {
	color: #00C01B;
}
.eui-media-txt p {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	white-space: normal;
}
/*---共享 end--*/

/*---详情 begin--*/
.eui-detail {
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
}
.eui-datail-top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #00C01B;
}
.eui-datail-top a {
	font-size: 14px;
	color: #999;
}
.eui-datail-top a:hover { color: #00C01B;}
.eui-datail-top a:after {
	/*content: '-';*/
	margin-left: 5px;
}
.eui-datail-top .afterNone {
	color: #00C01B;
}
.eui-detail-title {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	font-weight: normal;
	margin: 26px 0;
}
.eui-detail-tip {
	display: block;
	margin-bottom: 44px;
}
.eui-detail-tip span,.eui-detail-tip a {
	color: #999;
	font-size: 12px;
}
.eui-detail-tip a {
	margin-left: 50px;
}
.eui-detail-tip a:hover {
	color: #00C01B;
}
.eui-detail-tip .rightA {
	float: right;
	color: #00C01B;
	line-height: 24px;
}
.eui-detail-tip .rightA i {
	font-size: 22px;
	margin-right: 6px;
	float: left;
}
.eui-detail-p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 24px;
	word-break: break-all;
}
.eui-detail-end {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: right;
	margin-bottom: 40px;
}
.eui-comment-top {
	width: 100%;
	height: 30px;
	margin: 20px 0;
	line-height: 30px;
}
.eui-comment-top i {
	font-size: 30px;
	color: #00C01B;
	float: left;
	margin-right: 10px;
}
.eui-comment-top b {
	color: #00C01B;
	font-size: 24px;
	font-weight: normal;
}
.eui-comment-top p {
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 6px;
}
.eui-comment-top p span {
	color: #00C01B;
}
.eui-comment-top p a {
	margin: 0 5px;
	color: #399be6;
}
.eui-comment .eui-userImg {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	background: url(../images/author.png) no-repeat;
}
.eui-comment .eui-userImg img {
	width: 40px;
	height: 40px;
}
.eui-conCon {
	width: 940px;
	float: right;
	word-break:break-all;
	word-wrap:break-word;
}
.eui-userInput {
	width: 100%;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
}

.eui-userInput textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 6px 10px;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	border: none;
}
.eui-userInput-bttom {
	height: 38px;
	width: 100%;
}
.eui-uIB-box {
	border-top: 1px solid #E4E4E4;
	float: left;
	height: 38px;
	background: #eee;
	width: 818px;
}
.eui-uIB-submit {
	float: right;
	display: block;
	height: 40px;
	width: 120px;
	background: #00C01B;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
}
.eui-uIB-submit:hover {
	background: #08af1f;
	color: #fff;
}

.eui-comment li {
	margin-bottom: 30px;
}

.eui-conCon h4 {
	font-size: 12px;
	line-height: 40px;
	color: #999;
	margin: 0;
	font-weight: normal;
}
.eui-conCon h4 span {
	margin-left: 14px;
}
.eui-conCon p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.eui-otherCon {
	width: 100%;
	padding-left: 50px;
	box-sizing: border-box;
}
.eui-otherCon-box {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 0 15px;
}
.eui-otherCon:last-child{border-bottom: none;}


.eui-conCon h4 .on {
	color: #399be6;
}
.eui-conCon h4 label {
	color: #000;
	margin: 0 10px;
}
.eui-like {
	font-size: 24px;
	color: #999999;
	float: right;
	margin-top: -2px;
	cursor: pointer;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}
.eui-like:hover {
	color: #999;
}
.eui-conCon h4 .on:hover {
	color: #399be6;
}

.eui-reply {
	font-size: 12px;
	color: #399be6;
	float: right;
}
.eui-conCon h4 b {
	font-weight: normal;
	font-size: 12px;
	float: right;
	margin: 0 10px;
	color: #333;
}
.eui-reply:hover {
	color: #399be6;
}
.eui-otherCon .eui-uIB-box {
	width: 768px;
}
.eui-otherCon .eui-userInput {
	margin: 15px 0;
}
.eui-page {
	width: 100%;
	height: 24px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}
.eui-page a {
	display: inline-block;
	height: 24px;
	padding: 0 8px;
	border-radius: 2px;
	color: #399BE6;
	font-size: 14px;
	margin: 0 6px;
}
.eui-page .on {
	background: #f4f4f4;
	color: #000;
}
.eui-page .eui-active {
	background: #f4f4f4;
	color: #000;
}
.eui-page .eui-disabled {
	background: #f4f4f4;
	color: #000;
}
/*---详情 end--*/



/*---注册 登录 begin---*/
.eui-login-bg { background: #f5f5f5;}
.eui-loginT { width: 100%; height: 100px; background: #fff; border-bottom: 1px solid #e4e4e4;}
.eui-loginT-box { width: 700px; height: 100%; margin: 0 auto;}
.eui-loginT-box .eui-logo { float: left; height: 100px;}
.eui-loginT-box .eui-logo img { height: 100%;}
.eui-loginT-box p { font-size: 18px; color: #000; line-height: 100px; float: left; margin-top: 6px;}
.eui-loginT-box p:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	background: #000;
	margin: 36px 20px 0;
	float: left;
}
.eui-loginT-right { float: right; line-height: 20px; font-size: 14px; margin-top: 46px;}
.eui-loginC { width: 700px; background: #fff; border-radius: 4px; padding-bottom: 50px; margin: 30px auto;}
.eui-loginC .hd { width: 100%; height: 70px; text-align: center; border-bottom: 1px solid #E4E4E4;}
.eui-loginC .hd li {
	width: 120px;
	height: 70px;
	display: inline-block;
	color: #000;
	line-height: 70px;
	text-align: center;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
}
.eui-loginC .hd .on { color: #00C01B; }
.eui-loginC .hd .on:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #00C01B;
	position: absolute;
	bottom: 0;
	left: 0;
}
.eui-loginC .hd li:hover { color: #00C01B; }
.eui-loginList { margin-top: 40px; }
.eui-loginC .eui-loginList .error-tip {
    background: #ffe4e8 none repeat scroll 0 0;
    color: #ed4259;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    display: none;
}
.eui-loginList li { width: 380px; margin: 0 auto 26px; }
.eui-loginList li input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d5d5d5;
	padding: 0 20px 0 38px;
	color: #333;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 38px;
}
.eui-loginList h4 { font-weight: normal; font-size: 12px; color: red; line-height: 20px; margin: -10px auto 0; width: 380px;}
.eui-loginList li input:focus { border-color: #00C01B; background-position: left bottom;}
.eui-loginSubmit { 
	display: block; 
	width: 380px; 
	height: 40px; 
	line-height: 40px; 
	background: #00C01B; 
	text-align: center; 
	color: #fff; 
	border-radius: 2px;
	margin: 20px auto 0;
}
.eui-loginSubmit:hover { color: #fff;}
.eui-loginList p { text-align: center; color: #666; font-size: 12px; line-height: 12px; margin-top: 18px;}
.eui-loginList p a { color: #29b6f6;}
.eui-loginList li textarea {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #d5d5d5;
	text-indent: 28px;
	background: url(../images/loginTextarea.png) no-repeat 0px -2px;
}
.eui-loginList li textarea:focus { border-color: #00C01B;}
.eui-loginInput1 { background-image: url(../images/loginIcon1.png); }
.eui-loginInput2 { background-image: url(../images/loginIcon2.png); }
.eui-loginInput3 { background-image: url(../images/loginIcon3.png); }
.eui-loginInput4 { background-image: url(../images/loginIcon4.png); }
.eui-loginInput5 { background-image: url(../images/loginIcon5.png); }
.eui-loginInput6 { background-image: url(../images/loginIcon6.png); }
.eui-loginInput7 { background-image: url(../images/loginIcon7.png); }
.eui-loginInput8 { background-image: url(../images/loginIcon8.png); }
.eui-loginInput9 { background-image: url(../images/loginIcon9.png); }
.eui-loginInput10 { background-image: url(../images/loginIcon10.png); }
.eui-loginInput11 { background-image: url(../images/loginIcon11.png); }

.eui-enter { padding-top: 40px;}
.eui-enter-code input { width: 256px !important;}
.eui-enter-code a {
	float: right;
	height: 40px;
	width: 104px;
}
.eui-enter-code a img {
	width: 100%;
	height: 100%;
}
.eui-remember input {
	width: 16px !important;
	height: 16px !important;
}
.eui-remember span {
	color: #666;
	font-size: 12px;
	margin-left: 10px;
}
.eui-remember a {
	float: right;
	font-size: 12px;
	color: #00C01B;
}
.eui-otherEnter {
	width: 380px;
	border-top: 1px solid #e4e4e4;
	margin: 30px auto 0;
}
.eui-otherEnter p {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	margin: 25px 0;
}
.eui-otherEnter div {
	width: 100%;
	text-align: center;
}
.eui-otherEnter div a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 30px;
}
/*---注册 登录 end---*/


/*---新书详情 begin---*/
.eui-bd-top { width: 100%; margin: 30px 0;}
.eui-bdTop-img { width: 180px; position: relative; float: left;}
.eui-bdTop-img img { width: 100%;}
.eui-book-finish:before {
	content: ' ';
	width: 180px;
	height: 234px;
	background: url(../images/bookFinish.png) no-repeat;
	position: absolute; 
	top: 0; 
	left: 0;
}
.eui-bdTop-txt { width: 790px; float: right;}
.eui-bdTop-txt h2 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
	margin: 0 auto;
}
.eui-star {
	display: inline-block;
	width: 20px;
	height: 20px;
}
.eui-bdTop-txt .eui-star {
	line-height: 60px;
}
.starLine { background: url(../images/starLine.png) no-repeat;}
.starColor { background: url(../images/starColor.png) no-repeat;}
.eui-bdTop-txt h2 p { float: left;}
.eui-bdTop-txt .eui-stars { float: left; margin: 4px 0 0 20px;}
.eui-bdTop-txt h2 a {
	float: right;
	font-size: 14px;
	color: #00C01B;
	margin-left: 24px;
	margin-top: 4px;
}
.eui-bdTop-txt h2 a i { font-size: 19px; margin-right: 4px;}
.eui-bdTop-txt h2 a:nth-of-type(1) i { font-size: 18px !important;}
.eui-bdTop-txt h3 { line-height: 24px; margin: 5px 0 24px;}
.eui-bdTop-txt h3 span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	border-radius: 2px;
	border: 1px solid #49b80e;
	color: #00C01B;
	font-size: 12px;
	font-weight: normal;
	margin-right: 4px;
}
.eui-bdTop-blue { color: #00a0e9 !important; border-color: #00a0e9 !important; }
.eui-bdTop-red { color: #ff303a !important; border-color: #ff303a !important; }
.eui-bdTop-item { color: #333; font-size: 12px; line-height: 30px;}
.eui-bdTop-item span { margin-right: 50px;}
.eui-bdTop-item span b { font-size: 18px; color: #ff0000; }
.eui-bdTop-item span i { color: #00C01B; font-style: normal; margin: 0 3px;}
.eui-bdTop-btn { margin-top: 25px;}
.eui-bdTop-btn a {
	height: 38px;
	line-height: 38px;
	border: 1px solid #00C01B;
	display: inline-block;
	border-radius: 3px;
	color: #00C01B;
	padding: 0 14px 0 12px;
	margin-right: 20px;
	color: #00C01B;
	transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
}
.eui-bdTop-begin { background: #00C01B; color: #fff !important;}
.eui-bdTop-btn a i { margin-right: 8px;}
.eui-bdTop-btn a:hover { background: #00C01B; color: #fff !important;}

.eui-bdTab .titleHD {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.eui-bdTab .titleHD li {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	float: left;
	text-align: center;
	cursor: pointer;
}
.eui-bdTab .titleHD .on {
	color: #00C01B;
	position: relative;
}
.eui-bdTab .titleHD .on:after {
	content: '';
	width: 100%;
	height: 3px;
	background: #00C01B;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.eui-bdTab .bdTab-left { width: 700px; float: left;}
.eui-bdTab .bdTab-left .bdTab-left-p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 20px;
}
.eui-newChapter {
	width: 100%;
	height: 106px;
	background: #fafafa;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	margin-bottom: 42px;
}
.eui-newChapter-left {
	width: 100px;
	height: 100%;
	float: left;
}
.eui-newChapter-left img { display: block; margin: 16px auto 12px; }
.eui-newChapter-left p { font-size: 14px; color: #00C01B; text-align: center; margin: 0; line-height: 14px;}
.eui-newChapter-right { width: 582px; float: left;}
.eui-newChapter-right h4 { line-height: 46px; margin: 0; font-weight: normal; font-size: 14px;}

.eui-v {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/v.png) no-repeat;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}

.eui-newChapter-right h4 span { float: right; color: #999;}
.eui-newChapter-right p { 
	font-size: 12px; 
	line-height: 24px; 
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}
.bdTab-right {
	width: 250px;
	height: 280px;
	border: 1px solid #e4e4e4;
	float: right;
}
.bdTab-right h4 {
	text-align: center;
	line-height: 72px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
.bdTab-right h4 span {
	margin-left: 6px;
	font-weight: bold;
	color: red;
}
.bdTab-right li {
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 18px;
}
.bdTab-right li .eui-star { vertical-align: middle; margin-top: -5px;}
.bdTab-right li span {
	color: #666;
	margin-right: 12px;
}
.bdTab-right li i {
	margin-left: 12px;
	font-style: normal;
}
.eui-bdTab-index {
	width: 1000px;
}
.eui-bdTab-index .hd{
	width: 100%;
	height: 40px;
	border: 1px solid #e4e4e4;
	margin-bottom: 30px;
}
.eui-bdTab-index .hd li {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 14px;
	float: left;
	border-bottom: 1px solid #e4e4e4;
	cursor: pointer;
	border-right: 1px solid #e4e4e4;
}
.eui-bdTab-index .hd li:hover {
	color: #00C01B;
}
.eui-bdTab-index .hd .on {
	border-bottom: 0;
	position: relative;
	color: #00C01B;
}
.eui-bdTab-index .hd .on:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #00C01B;
	top: -1px;
	left: 0;
	position: absolute;
}
.eui-bdTab-index .hd .on:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;
	left: 0;
	position: absolute;
}
.eui-bdTab-index .bd li {
	display: block;
	width: 320px;
	height: 38px;
	line-height: 38px;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #e4e4e4;
}
.eui-bdTab-index .bd {
	width: 1020px;
}
.eui-bdTab-index .bd li a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	width: 220px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eui-bdTab-index .bd li a:hover {
	color: #00C01B;
}
.eui-bdTab-index .bd li span {
	float: right;
	color: #999;
	font-size: 12px;
}
.eui-bdTab-index .bd .clearfix {
	margin-bottom: 30px;
}
.eui-bdTab-index .bd .eui-v {
	margin: -30px 8px 0 0;
}
.PB50 { padding-bottom: 50px;}
/*---新书详情 end---*/

/*首页begin*/
.eui-index-layout {
	width: 100%;
	height: 100%;
	min-height: 580px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: url(../images/indexBG.jpg) center bottom;
	background-size: 100% 100%;
}
.eui-indexT { border-top: 2px solid #00c01b; width: 100%; height: 40px; }
.eui-indexT-box { width: 990px; height: 40px; margin: 0 auto; }
.eui-indexT-user {
	width: 240px;
	height: 40px;
	background: url(../images/indexT-bg.png) no-repeat center center;
	float: right;
}
.eui-indexT-user a, .eui-indexT-user span{
	float: left;
	line-height: 40px;
	color: #fff;
	margin-left: 9px;
	font-size: 12px;
}
.eui-indexT-user a:last-child {
	float: right;
	margin-right: 32px;
}
.eui-indexT-user .icon { width: 30px; height: 30px; margin: 5px 0 0 30px;}
.eui-indexT-user .icon img { width: 100%; height: 100%;}
.eui-index-logo { position: absolute; top: 78px; left: 50%; display: block;}
.eui-index-logo img { width: 100%;}

.eui-lindex-box {
	width: 100%;
	top: 50%;
	margin-top: -140px;
	position: absolute;
}
.eui-indexC {
	margin: 0 auto;
	text-align: center;
	/* width: 1062px; */
}
.eui-indexC-item {
	width: 240px;
	display: inline-block;
	/* float: left; */
	margin: 0 4%;
	text-align: center;
	position: relative;
	/* display: block; */
}
.eui-indexC-box {
	width: 240px;
	height: 100%;
	overflow: hidden;
}
.eui-indexC-box li {
	margin-left: -4px;
}
.eui-indexC-box li:nth-of-type(2) {
	margin-top: 72px;
}
.front,.back { 
	height: 100%;
	transition: opacity 0.2s ease-in-out;
}
.back {
	opacity: 0;
	margin: 0 auto;
}

.eui-indexC-box {
	background: rgba(255,255,255,0.52);
	box-shadow: 0 0 10px rgba(0,0,0,0.3); 
	border-radius: 6px;
}

.eui-indexC-box img { width: 100px; }
.eui-indexC-box p { color: #000; text-align: center; font-size: 26px; line-height: 1em; margin-top: 14px; }


.eui-indexC-front:before{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.eui-indexC-box div { display: inline-block; vertical-align:middle; }



.eui-indexC-box ul li a {
	display: block;
	width: 170px;
	margin: 0 auto;
	border-radius: 6px;
	margin: 5px 0;
	color: #000;
	transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
}
.eui-indexC-box ul li a:hover { background: rgba(255,255,255,0.5); color: #000;}
.eui-indexC-box ul li a img {
	float: left;
	width: 24px;
}
.eui-indexC-box ul li a span { float: left; margin-left: 20px;}

.eui-indexH {
	width: 100%;
	height: 120px;
	background: rgba(255,255,255,0.5);
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin-top: 40px;
	overflow: hidden;
}
.eui-indexH-box {
	display: table;
	height: 120px;
	margin: 0 auto;
	padding-right: 20px;
}
.eui-indexH-box>a {
	display: table-cell;
	margin: 0 15px;
	float: left;
	/*margin-left: 30px;*/
}
.eui-indexH-box>div{
	display: table-cell;
	margin: 0 15px;
	float: left;
	/*margin-right: 20px;*/
}
.eui-indexH-box div img {
	float: left;
	margin-top: 10px;
}
.eui-indexH-box div p{
	float: left;
	width: 100px;
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin: 42px 0 0 10px;
}
.eui-indexB {
	width: 100%;
	text-align: center;
	color: #E4E4E4;
}
.eui-index-logo { width: 800px; margin-left: -400px; top: 28px;}
.eui-indexC-box ul { height: 176px;}
.eui-indexC-box ul li a { height: 44px; line-height: 44px;}
.eui-indexC-box ul li a img { margin: 10px 0 0 18px; }	

.eui-index-title {
	width: 240px !important;
	left: 4px;
	position: absolute;
	top: 16px;
}

.eui-index-title a {
	width: 100% !important;
	position: relative;
	box-sizing: border-box;
	padding-left: 35px; 
	border-radius: 0 !important;
}

.eui-index-title span {
	font-size: 24px;
	position: absolute;
	left: 70px;
}


@keyframes indexTitleMove
{
	from {margin-left: 0px;}
	to {margin-left: 8px;}
}

.eui-index-title img {
	width: 30px !important;
	height: 30px;
	margin: 6px 0 0 0 !important;
}

.eui-index-title a:hover{  }
.eui-index-title a:hover img{ 
	animation:indexTitleMove 0.5s ease-in-out infinite alternate;
	-moz-animation:indexTitleMove 0.5s ease-in-out infinite alternate; /* Firefox */
	-webkit-animation:indexTitleMove 0.5s ease-in-out infinite alternate; /* Safari and Chrome */
}


@media screen and (max-width: 1366px) {
	.eui-indexB { margin-top: 8px;}
	.eui-indexC,.eui-indexC-item { height: 240px;}
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
	.eui-indexC,.eui-indexC-item { height: 240px;}
	.eui-indexB { margin-top: 15px;}
}
@media screen and (min-width: 1600px) {
	.eui-indexC,.eui-indexC-item { height: 320px;}
	.eui-index-logo { width: 990px; margin-left: -495px; top: 78px;}
	.eui-indexC-box ul { height: 260px;}
	.eui-indexC-box ul li a { height: 60px; line-height: 60px;}
	.eui-indexC-box ul li a img { margin: 18px 0 0 18px; }
	
	.eui-indexB { margin-top: 20px;}
	.eui-indexH { margin-top: 30px;}
	
	.eui-index-title img {  margin-top: 14px !important; }
	
	.eui-indexC-box li:nth-of-type(2) { margin-top: 84px; }
}
/*首页end*/

/*--主播详情 begin--*/
.eui-anchor-p { color: #333; font-size: 12px; line-height: 20px; }
.eui-anchor-info {
	line-height: 24px;
	height: 24px;
	margin: 5px 0 24px;
}
.eui-anchor-info span {
	font-size: 12px;
	margin-right: 46px;
}
.eui-anchor-info i {
	color: #999;
	font-size: 20px;
	margin-right: 10px;
}
.eui-anchor-info b {
	font-weight: normal;
	color: #00C01B;
}
.eui-anchor-more {
	line-height: 50px;
	float: right;
	color: #00C01B;
}
.BD0 {
	border-bottom: 0 !important;
}
.eui-anchor-voice ul li{
	display: block;
	width: 100%;
	height: 128px;
	
	position: relative;
}
.eui-anchor-voice ul li:nth-child(odd) { background: #FAFAFA; }
.eui-anchor-voice ul li:nth-child(even) { background: #FFFFFF; }
.eui-anchor-voice ul li:hover {
	background: #e5f9e8;
}
.eui-av-player {
	width: 488px;
	padding: 0 16px;
	height: 86px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #e4e4e4;
	position: absolute;
	left: 20px;
	top: 21px;
}
.eui-av-playerTop {
	height: 34px;
	line-height: 42px;
	color: #000;
	font-size: 12px;
}
.eui-av-playerTop p {
	width: 382px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eui-av-playerTop em {
	font-size: 14px;
	font-style: normal;
}
.eui-av-playerTop span {
	color: #999;
	margin: 0 1px;
}
.eui-av-playerTop i {
	font-style: normal;
	color: #399be6;
}
.eui-av-playerTop b {
	float: right;
	color: #666;
	font-weight: normal;
}
.eui-av-playerBottom {
	width: 100%;
	height: 30px;
}
.eui-av-playerTip {
	height: 128px;
	line-height: 128px;
	margin-left: 560px;
}
.eui-av-playerTip span {
	display: inline-block;
	width: 106px;
}
.eui-av-playerTip span i {
	font-size: 22px;
	color: #00C01B;
	margin-right: 10px;
	float: left;
}
.eui-av-playerTip span b {
	float: left;
	font-size: 12px;
	color: #00C01B;
	font-weight: normal;
}
.eui-af-left,.eui-af-right {
	width: 484px;
}
.eui-af-left {
	float: left;
}
.eui-af-right {
	float: right;
}
.eui-af-ul { margin-left: 4px;}
.eui-af-ul li{
	display: block;
	width: 60px;
	margin: 0 10px 12px;
	float: left;
}
.eui-af-ul li img {
	width: 60px;
	height: 60px;
}
.eui-af-ul li p{
	font-size: 12px;
	color: #666;
	width: 60px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
}
/*--主播详情 end--*/

/*--沙龙详情 begin--*/
.eui-salon {
	width: 100%;
	height: 470px;
	background: #000;
	margin-top: 30px;
}
.eui-salonL {
	width: 700px;
	height: 100%;
	float: left;
	border-right: 1px solid #333;
}
.eui-salonR {
	width: 299px;
	height: 100%;
	float: right;
	overflow: hidden;
}
.eui-salonR .titleHD li {
	display: block;
	float: left;
	width: 149px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}
.eui-salonR .titleHD .on {
	border-bottom: 0;
	color: #ccc ;
}
.eui-salonR .titleHD .on:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #00C01B;
	top: 0;
	left: 0;
}

.eui-salon-tab .hd,.eui-salon-tabQuestion .hd {
	height: 30px;
	margin: 20px auto 12px;
}
.eui-salon-tab .hd li,.eui-salon-tabQuestion .hd li {
	display: block;
	width: 118px;
	height: 28px;
	border: 1px solid #999999;
	color: #999;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	float: left;
	font-size: 12px;
	margin: 0 14px;
	cursor: pointer;
}
.eui-salon-tab .hd .on,.eui-salon-tabQuestion .hd .on {
	border-color: #00C01B;
	background: #00C01B;
	color: #fff;
}
.eui-salon-tab .bd {
	width: 100%;
	height: 367px;
}

.eui-salon-txtBox {
	width: 264px;
	height: 320px;
	margin: 0 auto;
}
.eui-salon-txt p {
	width: 258px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin-bottom: 18px;
}
.eui-salon-txt p:last-child {
	margin-bottom: 0;
}
.eui-salon-input {
	width: 100%;
	height: 44px;
	position: relative;
	line-height: 48px;
	margin-top: 2px;
}
.eui-salon-inputA,.eui-salon-inputB,.eui-salon-inputC {
	display: inline-block;
	font-size: 12px;
	color: #ccc;
	border: 1px solid #ccc;
	border-radius: 2px;
	height: 20px;
	line-height: 22px;
	padding: 0 9px;
	margin-left: 17px;
}
.eui-salon-inputA:hover,.eui-salon-inputPop a:hover {
	background: #00C01B;
	border-color: #00C01B;
	color: #fff;
}
.eui-salon-inputPop {
	display: block;
	width: 298px;
	height: 120px;
	background: #fff;
	position: absolute;
	bottom: -121px;
	opacity: 0;
	left: 0;
	z-index: 100;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
.eui-salon-inputPop textarea {
	width: 258px;
	border: 0;
	font-size: 12px;
	line-height: 18px;
	padding: 0 20px;
	color: #999;
	margin: 10px 0 0;
	color: #333;
}
.eui-salon-inputB,.eui-salon-inputC {
	float: right;
	margin: 7px 14px 0 0;
	color: #00C01B;
	border-color: #00C01B;
}
.eui-salon-inputC {
	background: #00C01B;
	color: #fff;
}

.eui-salon-tabQuestion .bd ul{
	width: 299px !important;
}

.eui-salon-pinglun ol li {
	margin-bottom: 30px;
}
.eui-salon-pinglun ol li:last-child {
	margin-bottom: 0;
}
.eui-salon-plPhoto {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.eui-salon-plPhoto img {
	width: 100%;
	height: 100%;
}
.eui-salon-plTxt {
	width: 200px;
	float: left;
	margin-left: 14px;
}
.eui-salon-plTxt h4 {
	line-height: 40px;
	height: 40px;
	color: #999;
	font-weight: normal;
	color: #999;
	font-size: 12px;
}
.eui-salon-plTxt h4 span {
	display: inline-block;
	max-width: 100px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-right: 11px;
	float: left;
}
.eui-salon-plTxt h4 a {
	float: right;
	color: #399be6;
}
.eui-salon-plTxt p {
	width: 100%;
	color: #666;
}
.eui-salon-plOther {
	border-top: 1px solid #666;
}
.eui-salon-plOther i {
	display: inline-block;
	max-width: 64px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
	font-weight: normal;
}
.eui-salon-plOther span {
	margin: 0 8px;
}
.eui-salon-video .bdTab-left {
	width: 700px;
	float: left;
}
.eui-salon-video .bdTab-left .bdTab-left-p {
	font-size: 12px;
    line-height: 20px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 20px;
}
.eui-salon-stars {
	width: 100%;
	height: 40px;
	margin: 34px 0 24px;
	line-height: 40px;
}
.eui-salon-stars b {
	cursor: pointer;
	margin: 0 2px;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
.eui-salon-stars .eui-stars {
	float: left;
	margin: 3px 0 0 30px;
}
.eui-salon-stars span {
	color: #666;
	float: left;
	margin-left: 30px;
}
.eui-salon-stars a {
	display: inline-block;
	height: 40px;
	padding: 0 32px;
	background: #00C01B;
	border-radius: 4px;
	color: #fff;
	float: right;
}
.eui-salon-fans {
	width: 100%;
}
.eui-salon-fans .eui-af-ul li {
	margin: 0 11px 15px;
}
.eui-salon-fans .eui-af-ul {
	margin-left: 10px;
}
/*--沙龙详情 end--*/



/*--亲子 begin--*/
.eui-parent .eui-bdTop-img{
	width: 60px;
	height: 60px;
}
.eui-parent .eui-bdTop-txt {
	width: 920px;
}
.eui-parent .eui-bdTop-txt h2{
	line-height: 33px;
}
.eui-parent .eui-bdTop-txt h2 a {
	margin: 0;
	float: right;
	margin-top: -7px;
}
.eui-parent-voicePhoto {
	width: 240px;
	height: 240px;
	position: relative;
	overflow: hidden;
	float: left;
}
.eui-parent-voicePhoto img {
	width: 100%;
	height: 100%;
}
.eui-parent-voicePhoto div {
	position: absolute;
    top: 6px;
    left: -30px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    background: #46b902;
    transform: rotate(-45deg);
}
.eui-parent-voiceTxt {
	width: 730px;
	float: right;
	position: relative;
}
.eui-parent-voiceTxt h4 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 1em;
}
.eui-parent-voiceTxt h4{
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 18px 0;
}
.eui-parent-voiceTxt h4 span {
	color: #00C01B;
	margin: 0 20px 0 6px;
}
.eui-parent-voiceTxt h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}
.eui-parent-voiceTxt .eui-av-player {
	top: 152px;
	left: 0;
}
.eui-parent-list {
	margin-top: 30px;
}
.eui-parent-list li {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.eui-parent-list li:nth-child(odd) { background: #fafafa; }
.eui-parent-list li:nth-child(even) { background: #FFFFFF; }
.eui-parent-list li:hover { background: #e5f9e8 !important;}
.eui-parent-list li:hover b { background: url(../images/musicPlay-on.png) no-repeat; }
.eui-parent-list li:hover .eui-parent-divHover { display: block;}
.eui-parent-list li:hover .eui-parent-div { display: none; }

.eui-parent-list li b {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/musicPlay.png) no-repeat;
	float: left;
	margin: 12px;
}
.eui-parent-listDiv {
	float: right;
	margin-right: 30px;
}
.eui-parent-listDiv a {
	font-size: 20px;
	margin-left: 10px;
	color: #00C01B;
	line-height: 40px;
}
.eui-parent-listDiv a:last-child {
	font-size: 18px;
}
.eui-parent-a {
	float: left;
	font-size: 14px;
	line-height: 40px;
	float: left;
}
.eui-parent-date {
	float: right;
	color: #333;
	font-size: 12px;
	line-height: 40px;
	margin-right: 20px;
}
.eui-parent-divHover {
	display: none;
}
.eui-parent-div {
	line-height: 40px;
}
.eui-parent-div a{
	color: #a4a4a4;
}
.eui-parent-div strong {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	float: right;
	margin-left: 10px;
}
/*--亲子 end--*/

/*--作品管理  begin--*/
.eui-uwT {
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #333;
	text-indent: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
}
.eui-uw-myWork {
	height: 54px;
	line-height: 54px;
	padding-top:8px;
	border-bottom: 1px solid #e4e4e4;
	text-indent: 20px;
	position: relative;
}
.eui-uw-myWork>a {
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #00C01B;
	padding: 0 10px;
	position: absolute;
	top: 20px;
	color: #fff;
	right: 30px;
	text-indent: 0;
}
.eui-uw-myWork a i { margin-right: 7px; font-size: 14px;}

.eui-uw-table {
	width: 100%;
	border: 0;
}
.eui-uw-table tr:hover { background: #fafafa;}
.eui-uw-table th,.eui-uw-table td { border: 0; border-bottom: 1px solid #e4e4e4;}
.eui-uw-table th {
	height: 44px;
	background: #f5f5f5;
	line-height: 44px;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
.eui-uw-table .firstTh {
	text-align: left;
	text-indent: 20px;
}
.eui-uw-table td {
	text-align: center;
	height: 170px;
	padding: 0 6px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
}
.eui-uw-table tr .firstTd {
	text-align: left;
}
.eui-uw-table td img {
	width: 90px;
	border: 3px solid #fff;
	vertical-align: middle;
	margin-right: 16px;
	margin-left: 12px;
}
.eui-uw-table td span {
	display: inline-block;
	width: 124px;
	vertical-align: middle;
}
.eui-uw-writeNew,.eui-uw-writeOld {
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 3px;
	font-size: 12px;
}
.eui-uw-writeNew {
	background: #00C01B;
	color: #fff;
	border: 1px solid #00C01B;
}
.eui-uw-writeOld {
	border: 1px solid #e4e4e4;
	color: #999999;
}
.eui-uw-table td a p {
	font-size: 22px;
	line-height: 1em;
	margin-top: 14px;
	margin-bottom: 4px;
}
.eui-uwT span {
	display: inline-block;
	height: 46px;
	margin-left: 44px;
	position: relative;
}
.eui-uwT span:before {
	content: "";
	width: 24px;
	height: 46px;
	display: block;
	background: url(../images/userWorkTitleBook.png) no-repeat;
	left: -20px;
	top: 0;
	position: absolute;
}
.eui-uw-myWork ul li {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	text-align: center;
	text-indent: 0;
	position: relative;
	float: left;
}
.eui-uw-myWork ul .on a{
	color: #00C01B;
}
.eui-uw-myWork ul .on:after {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	position: absolute;
	background: #00C01B;
	bottom: -1px;
	left: 10%;
}
.eui-uw-EditBox { width: 100%; height: 790px; }
.eui-EditBoxR {
	height: 100%;
	width: 239px;
	border-right: 1px solid #e4e4e4;
	float: left;
}
.eui-EditBoxR ul, .eui-EditBoxR ol{
	display: block;
	width: 100%;
	height: 745px;
	overflow-y: auto;
}
.eui-EditBoxR ul a,.eui-uw-postedA {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	border-bottom: 1px solid #e4e4e4;
}
.eui-EditBoxR ul .on { background: #e5f9e8;}
.eui-EditBoxR ul .on:hover { color: #000;}
.eui-EditBoxR ul a h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	min-height: 28px;
	margin-bottom: 8px;
}
.eui-EditBoxR ul a p,.eui-uw-postedA p {
	font-size: 12px;
	color: #999;
	line-height: 1em;
	width: 100%;
}
.eui-EditBoxR ul a p span,.eui-uw-postedA p span { color: #00C01B; margin: 0 4px;}
.eui-EditBoxR ul a p i { float: right; font-style: normal;}
.eui-EditBoxL {
	width: 620px;
	height: 100%;
	float: left;
}
.eui-EditBox-title {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #e4e4e4;
	background: #f5f5f5;
	line-height: 44px;
}
.eui-EditBox-title b {
	font-weight: normal;
	color: #999;
	font-size: 14px;
	padding-left: 20px;
}
.eui-eb-titleTxt {
	font-size: 12px;
	color: #333;
	margin: 0 0 0 12px;
}
.eui-EditBox-title .eui-eb-titleTxt {
	float: left;
}
.eui-EditBox-title .select {
	float: left;
	background: #fff;
	height: 30px;
	margin-top: 6px;
	border: 1px solid #e4e4e4;
}
.eui-EditBox-title .select .select_text{padding:0 20px 0 10px;height:30px;line-height:30px;}
.eui-EditBox-title .select_ul { top: 30px;}
.eui-EditBox-title .select_ul li { line-height: 30px;}
.eui-EditBox-title a {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e4e4e4;
	color: #333;
	font-size: 12px;
	float: right;
	margin: 6px 10px 0 0 ;
}
.eui-EditBox-title .save {
	color: #fff;
	background: #00C01B;
}
.eui-EditBox-con {
	width: 100%;
	height: 745px;
	box-sizing: border-box;
	padding: 10px 20px;
}
.eui-eb-textarea {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	border: 0;
	height: 650px;
}
.eui-eb-textarea p { text-indent: 2em;}
.eui-eb-input {
	width: 100%;
	height: 52px;
	line-height: 52px;
	border: 0;
	font-size: 14px;
	border-bottom: 1px solid #e4e4e4;
}
.eui-eb-top { font-size: 18px;}
.eui-eb-input span { margin-left: 20px; color: #999; font-size: 12px;}
.eui-uw-writeNew:hover { color:#fff; }
.eui-uw-create {
	background: #fff !important;
	border: 1px solid #e4e4e4;
	height: 28px !important;
	line-height: 28px !important;
	color: #666 !important;
	right: 148px !important;
}
.eui-uw-posted { 
	display: block;
	width: 100%;
}
.eui-uw-postedA {
	position: relative;
}
.eui-uw-postedA a{
	display: inline-block;
	width: 188px;
	font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    min-height: 28px;
    margin-bottom: 8px;
}
.eui-uw-postedA i {
	position: absolute;
    top: 20px;
    right: 14px;
    margin-top: -2px;
    border-top: 5px solid #999999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
}
.eui-uw-posted ul { display: none; overflow: hidden; height: auto;}
.eui-uw-posted ul a { background: #fafafa; }
.eui-uw-postedA a span { color: #999999; margin-left: 12px;}
.eui-uw-postedA .on {
	border-top: 0;
	border-bottom: 5px solid #999999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.eui-eb-name {
	width: 100%;
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	color: #999;
}
.eui-eb-intro {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	color: #999;
	height: 610px;
}
.eui-uw-book {
	float: left;
	width: 194px;
	height: 100%;
}
.eui-uw-book img {
	display: block;
	width: 90px;
	padding: 3px;
	margin: 44px auto 0;
	border: 1px solid #e4e4e4;
}
.eui-uw-set {
	display: block;
	width: 640px;
	float: left;
	margin-top: 28px;
	padding-bottom: 30px;
}
.eui-uw-set>li {
	width: 100%;
	line-height: 30px;
	margin: 7px 30px 7px 0;
	float: left;
	color: #333;
	font-size: 14px;
}
.eui-uw-short { width: 300px !important;
	margin-right: 10px !important;
	height: 30px;
}
.eui-uw-set>li>a {
	display: inline-block;
	background: #00c01b;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	padding: 0 24px;
	font-size: 12px;
}
.eui-uw-set li a:hover { color: #fff;}
.eui-uw-set li input { 
	width: 180px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border: 1px solid #e4e4e4;
}
.eui-uw-set .select,.eui-uw-creatBox .select {
	width: 204px;
	float: left;
	background: #fff;
	height: 28px;
	margin-top: 6px;
	border: 1px solid #e4e4e4;
	margin: 0;
}
.eui-uw-set li em { font-style: normal; float: left;}
.eui-uw-set .select .select_text,.eui-uw-creatBox .select .select_text{padding:0 20px 0 10px;height:28px;line-height:28px;}
.eui-uw-set .select_ul,.eui-uw-creatBox .select_ul { width: 100%; top: 28px;}
.eui-uw-set .select_ul li,.eui-uw-creatBox .select_ul li { line-height: 28px; margin: 0 !important;}

.eui-uw-creatBox .select { margin-right: 10px; width: 213px;}


.eui-uw-sSelect .select { width: 98px; min-width: 98px; margin-right: 6px;}
.eui-uw-sSelect .select_ul { min-width: 98px;}

.eui-uw-sSelect .select .select_text{padding:0 20px 0 10px;height:28px;line-height:28px;}

.eui-uw-label { 
	width: 530px;
	float: left;
}
.eui-uw-label ul,.eui-uw-label textarea {
	display: block;
	padding: 2px 4px;
	border: 1px solid #e4e4e4;
	min-height: 24px;
	width: 430px;
}
.eui-uw-label li {
	display: inline-block;
	padding: 0 8px;
	line-height: 20px;
	height: 20px;
	background: #00c01b;
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 2px 4px 2px 0;
}
.eui-uw-label ul { line-height: 24px;}
.eui-uw-label ul li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/label-delete.jpg) no-repeat 100%;
	margin: 5px 0 0 5px;
}
.eui-uw-label p { color: #999;}
.eui-uw-label textarea {
	font-size: 14px;
	line-height: 24px;
}
.eui-uw-set .eui-uw-cancel {
	height: 28px;
	border: 1px solid #e4e4e4;
	background: #fff;
	color: #999999;
	margin-left: 12px;
}
.eui-uw-set .eui-uw-cancel:hover { color: #999;}
.eui-uw-createTop {
	width: 100%;
	background: #e5f9e8;
	height: 70px;
	border-bottom: 1px solid #7fdf8d;
}
.eui-uw-createTop ul li { 
	display: inline-block;
	padding: 0 36px 0 50px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: #00C01B;
	background: url(../images/userWork-arrow.png) right center no-repeat;
	position: relative;
	float: left;
	margin-right: 20px;
	opacity: 0.4;
}
.eui-uw-createTop ul li:before {
	content: '';
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/uesrWork-create.png) no-repeat;
	position: absolute;
	left: 0;
	top: 16px;
}
.eui-uw-createTop ul .on { opacity: 1;}
.eui-uw-createTop ul .third {background: none;}
.eui-uw-createTop ul .first { margin-left: 184px;}
.eui-uw-createTop ul .first:before { background-position-y: 0;}
.eui-uw-createTop ul .second:before { background-position-y: -38px;}
.eui-uw-createTop ul .third:before { background-position-y: -76px;}
.eui-uw-createCon { padding: 70px 0 0 184px;}
.eui-uw-createCon>ul>li { line-height: 30px; padding: 3px 0; font-size: 14px; margin: 10px 0;}
.eui-uw-createCon>ul>li em { font-style: normal; float: left; margin-right: 4px;}
.eui-uw-createCon>ul>li input[type=checkbox] { line-height: 24px;}
.eui-uw-createCon>ul>li span { margin: 0 30px 0 10px; display: inline-block; width: 80px;}
.eui-uw-createCon>ul>li>p { width: 465px; color: #999; line-height: 24px;}
.eui-uw-createSex { margin-bottom: 20px !important;}
.eui-uw-createCon>ul>li>a,.eui-uw-cSuc a {
	margin-top: 30px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	background: #00C01B;
	color: #fff;
	border-radius: 3px;	
}
.eui-uw-createCon>ul>li input[type=text] {
	width: 414px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e4e4e4;
	padding: 0 12px;
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 10px;
}
.eui-uw-creatBox {
	width: 500px;
	float: left;
}
.eui-uw-creatBox b {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/eui-uw-creatBox.png) no-repeat center center;
	float: left;
	margin: 5px 0 0 0;
}
.eui-uw-creatBox p {
	color: red;
	width: 100%;
	color: #999;
	line-height: 34px;
}
.eui-createATxt {
	display: inline !important;
	background: none !important;
	color: #00C01B !important;
	padding: 0 !important;
}
.eui-uw-createConA { margin: 30px 40px 0 74px;}
.eui-uw-cSuc { text-align: center;}
.eui-uw-cSuc h4 {
	line-height: 30px;
	font-size: 18px;
	color: #00C01B;
	font-weight: normal;
	text-align: center;
	margin: 100px 0 40px;
}
.eui-uw-cSuc h4 img {
	width: 24px;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}
.eui-uw-cSuc p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
/*--作品管理  end--*/

/*--投诉  begin--*/
.eui-complain-header {
	height: 100px;
	overflow: hidden;
	background: #fff;
}
.eui-complain-header a {
	margin-top: -7px;
}
.eui-complain-con {
	margin-top: 30px;
	width: 1000px;
	background: #fff;
	padding-bottom: 80px;
	margin-bottom: 30px;
}
.eui-complain-banner {
	display: block;
	width: 100%;
}
.eui-complain-con h2 {
	font-size: 20px;
	text-align: center;
	line-height: 120px;
}
.eui-complain-con p {
	text-indent: 2em;
	width: 850px;
	font-size: 14px;
	line-height: 38px;
	margin: 0 auto;
}
/*--投诉  end--*/

/*-- 新闻资讯-更多 begin --*/
.eui-newMore ul { width: 100%; margin-top: 30px;}
.eui-newMore ul>li{
	width: 100%;
	height: 220px;
	float: none;
	margin: 0 0 30px 0;
	border: none;
	padding-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
}
.eui-newMore ul>li:hover { box-shadow: none; }
.eui-newMore .eui-news-img { width: 310px; float: left; }
.eui-newMore .eui-news-txt {
	width: 660px !important;
	float: left;
	margin: 18px 0 0 30px !important;
}
.eui-newMore .eui-news-title {
	font-size: 24px !important;
	line-height: 30px !important;
	height: 60px !important;
}
.eui-newMore .eui-news-p {
	height: 54px !important;
	-webkit-line-clamp: 3 !important;
	margin: 22px 0 30px !important;
}
.eui-tabMore {
	margin-top: 30px;
}
.eui-tabL {
	float: left;
	width: 170px;
	display: block;
	border: 1px solid #e4e4e4;
	border-bottom: 0;
}
.eui-tabL a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #e4e4e4;
}
.eui-tabL .on { background: #00C01B !important; color: #fff; }
.eui-tabL .on:hover { color: #fff;}
.eui-tabL a:hover { color: #00C01B;}
.eui-tabMore .eui-tab {
	float: right;
	width: 790px;
}
.eui-tabMore .eui-recomList {
	width: 824px !important;
}
.eui-tabL a:nth-of-type(odd){
	background: #fbfbfb;
}
.eui-newMore .eui-music-img {
	width: 220px;
	height: 134px;
	float: left;
}
.eui-videoMore .eui-news-txt {
	width: 538px !important;
	margin: 11px 0 0 30px !important
}
.eui-videoMore .eui-news-p {
	height: 36px !important;
	-webkit-line-clamp: 2 !important;
	margin: 15px 0 16px !important;
}
.eui-videoMore .eui-news-title {
	height: 30px !important;
	-webkit-line-clamp: 1 !important;
}
.eui-videoMore ul>li { height: 134px; }
.eui-shareMore .eui-news-txt { width: 620px !important; }
.eui-datail-top span {
	float: right;
	font-size: 12px;
	color: #999999;
}
.eui-datail-top span em { color: red; font-style: normal;}
.eui-searchList li {
	padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
}
.eui-searchList { margin-bottom: 30px;}
.eui-searchList li>h4 {
	font-size: 24px;
	color: #00C01B;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.eui-searchList li>h4 a { color: #00C01B;}
.eui-searchList li>h4 a em { color: red; font-style: normal;}
.eui-searchList li p {
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
}
.eui-searchList li p em { font-style: normal; color: red;}
/*-- 新闻资讯-更多 end --*/

/*select修改*/
.eui-tabSelect { margin-bottom: 30px; z-index: 999; position: relative;}
.eui-tabSelect .select { float: left; margin-right: 30px; }
.select{position:relative;width:134px;min-width:134px;height:38px;border:1px solid #eee;cursor:pointer; font-size: 14px;}
.select:after{content:"";position:absolute;top:50%;right:10px;margin-top:-2px;border-top:5px solid #00c01b;border-right:5px solid transparent;border-left:5px solid transparent;}
.select .select_text{padding:0 20px 0 10px;height:38px;line-height:38px;}
.select_ul{  max-height: 240px; overflow: auto;  display:none;position:absolute;top:38px;left:-1px;width:134px;min-width:134px;border:1px solid #D4D4D4;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff; z-index: 2;}
.select_ul li{line-height:38px;text-indent:10px; z-index: 50;}
.select_ul li:hover{color:#000;background:#EEEEEE;}
.select_ul li.cur{color:#fff;background:#00c01b;}


/*---- 正文 begin ------*/
.eui-mainTxt-top { height: 50px; }
.eui-mainTxt-top .eui-contentbox { height: 50px; line-height: 50px;}
.eui-mainTxt-top .eui-contentbox>a,.eui-mainTxt-top i,.eui-mainTxt-top b { line-height: 50px !important; font-size: 14px !important; margin-left: 32px; font-style: normal;}
.eui-mainTxt-top i { display: inline-block; height: 50px;}
.eui-mainTxt-top span {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(../images/mtMessage.png);
	margin: -3px 8px 0 0;
	vertical-align: middle;
	position: relative;
}
.eui-mt-new:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	background: red;
	top: -2px;
	right: -2px;
	border-radius: 50%;
}
.eui-mt-userFace { position: relative; padding: 0 16px 0 10px; border: 1px solid #fff; border-top: 0 !important; z-index: 10;}
.eui-mt-userFace img{
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 1px solid #9b9b9b;
	border-radius: 50%;
	vertical-align: middle;
	margin: -4px 4px 0 0;
}
.eui-mt-userFace:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: url(../images/arrow.png);
	position: absolute;
	right: 4px;
	top: 22px;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}
.eui-mt-userFace ul {
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
}
.eui-mt-userFace ul a {
	display: block;
	height: 40px;
	line-height: 40px !important;
	float: none;
	margin-left: 48px;
	text-align: left;
	font-size: 14px;
}
.eui-mt-userFace>a { margin: 0 !important;}

.eui-mt-quickNav>div:before {
	content: '';
	position: absolute;
	width: 103px;
	height: 5px;
	background: #eee;
	top: -5px;
	left: 0;
}
.eui-mt-quickNav>div {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 250px;
	background: #eeeeee;
	padding: 6px 20px 10px;
	z-index: 100;
}

.eui-mt-userFace:hover { border-color: #e4e4e4; }
.eui-mt-userFace:hover ul {
	height: 80px;
	display: block;
	box-sizing: border-box;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.eui-mt-userFace:hover:after {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.eui-mt-toIndex { float: left; margin-left: 0 !important;}
.eui-mt-quickNav { 
	float: left;
	padding: 0 17px 0 30px;
	background: url(../images/quickNav.png) no-repeat 10px 20px;
	position: relative;
	font-weight: normal;
}

.eui-mt-quickNav h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
	margin: 7px 0;
}
.eui-mt-quickNav ol {
	margin-bottom: 14px;
}
.eui-mt-quickNav ol li{
	color: #767676;
	line-height: 28px;
	font-size: 14px;
	float: left !important;
	margin-right: 30px;
	height: 28px;
}
.eui-mt-quickNav:before {
	content: '';
	display: none;
	width: 100%;
	height: 2px;
	background: #cf0012;
	position: absolute;
	top: 0;
	left: 0;
}
.eui-mt-quickNav:hover {
	color: #000;
	background-color: #eeeeee;
}
.eui-mt-quickNav:hover:before { display: block; }
.eui-mt-quickNav:hover div { display: block;}
.eui-mainTxt-con { width: 100%; padding: 30px 0 20px; background: #51514f; overflow: hidden;}

.eui-mainTxt {
	width: 860px;
	padding: 42px 70px 1px;
	background: #ede9e0;
	color: #333;
	margin: 0 auto;
	position: relative;
	font-size: 17px;
	line-height: 25px;
	font-family: "微软雅黑","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	/*font-family: "楷体";
	font-family: "宋体";*/
}
.eui-mainTxt h2 {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
}
.eui-mainTxt h4 {
	font-weight: normal;
	color: inherit;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	margin: 18px 0 50px;
}
.eui-mainTxt-pBox {
	min-height: 100px;
}
.eui-mainTxt-pBox p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-indent: 2em;
	margin-bottom: 24px;
	font-family: inherit;
}
.eui-mt-next {
	margin-top: 30px;
	width: 1000px;
	height: 50px;
	margin-left: -70px;
	background: #e3dbca;
	display: table;
}
.eui-mt-next a {
	display: table-cell;
	line-height: 50px;
	text-align: center;
	color: #333;
}
.eui-mt-next a.disabled{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ccc;
    cursor: default;
}
.eui-mt-next a:last-child { background: #dcd2bb; }
/*.eui-mt-next a:hover { color: #000; }*/
.eui-mt-share {
	width: 1000px;
	margin-left: -70px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	background: #ede9e0;
}
.eui-mt-share>a {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(../images/mainTxtShare.png) no-repeat;
	margin-top: -3px;
}
.eui-mt-share div { float: right; }
.eui-mt-share div a {
	color: #666;
	font-size: 14px;
	margin-right: 30px;
	float: left;
}
.eui-mt-share div a:nth-of-type(1) i { font-size: 18px;}
.eui-mt-share div a i { margin-right: 6px; font-size: 22px; line-height: 60px; float: left;}
.eui-mt-share>a:nth-of-type(1) { margin-left: 20px;}
.eui-mt-share>a:nth-of-type(2) { background-position: 0 -24px;}
.eui-mt-share>a:nth-of-type(3) { background-position: 0 -48px;}
.eui-mt-share>a:nth-of-type(4) { background-position: 0 -72px;}
.eui-mt-share>a:nth-of-type(5) { background-position: 0 -96px;}
.eui-mt-share>a:nth-of-type(6) { background-position: 0 -120px;}
.eui-mt-slide {
	top: 0;
	height: 497px;
	margin-top: 100px;
	position: absolute;
	bottom: auto;
	margin-right: -570px;
}
.eui-mt-slide>a{
	display: block;
	width: 70px;
	height: 70px;
	background: #ede9e0 url(../images/mainTxtSlide.png) no-repeat;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 1em;
	padding-top: 46px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border: 0;
}
/**屏蔽手机阅读和书架按钮**/
/*
.eui-mt-slide>a:nth-of-type(2) { background-position: 0 -70px;}
.eui-mt-slide>a:nth-of-type(3) { background-position: 0 -140px;}
.eui-mt-slide>a:nth-of-type(4) { background-position: 0 -210px;} 
.eui-mt-slide>a:nth-of-type(5) { background-position: 0 -280px;}
*/
.eui-mt-setA,.eui-mt-setIndexA { position: relative; overflow: visible !important;cursor: pointer;}

.eui-mt-slide>a:nth-of-type(2) { background-position: 0 -140px;}
.eui-mt-slide>a:nth-of-type(3) { background-position: 0 -280px;} 

.eui-mt-set {
	display: none;
	position: absolute;
	width: 450px;
	height: 390px;
	background: #fff;
	right: 100%;
	top: -160px;
	padding-left: 30px;
	
}
.eui-mt-set h5 {
	font-size: 18px;
	color: #333;
	line-height: 70px;
	text-align: left;
	font-weight: normal;
}
.eui-mt-set>div {
	height: 36px;
	margin-bottom: 30px;
}
.eui-mt-set>div>span {
	display: inline-block;
	width: 66px;
	line-height: 36px;
	text-align: left;
	float: left;
	font-size: 14px;
	margin-right: 26px;
}
.eui-mt-setTheme i {
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	float: left;
	border: 1px solid #d7d7d7;
	margin-right: 20px;
	cursor: pointer;
}
.eui-mt-setTheme i:nth-of-type(1) { background-color: #ede9e0; color: #333;}
.eui-mt-setTheme i:nth-of-type(2) { background-color: #eaf3e9; color: #333;}
.eui-mt-setTheme i:nth-of-type(3) { background-color: #e8f2f5; color: #333;}
.eui-mt-setTheme i:nth-of-type(4) { background-color: #f6e8e7; color: #333;}
.eui-mt-setTheme i:nth-of-type(5) { background-color: #e5e5e4; color: #333;}
.eui-mt-setTheme i:nth-of-type(6) { 
	background-image: url(../images/themeNight.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333333;
	color: #aaaaaa;
}
.eui-mt-setTheme .on {
	background-image: url(../images/setTheme.png);
	background-position: center center;
	border-color: #00C01B; 
}
.eui-mt-setFont i {
	display: block;
	height: 34px;
	float: left;
	width: 70px;
	border: 1px solid #d7d7d7;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #000;
	font-style: normal;
	border-radius: 4px;
	margin-right: 20px;
	cursor: pointer;
}
.eui-mt-setFont .on {
	background: #e5f9e8;
	border-color: #00C01B;
	color: #00C01B;
}
.eui-mt-setControl i {
	display: block;
	width: 80px;
	float: left;
	height: 34px;
	line-height: 34px;
	font-style: normal;
	font-size: 14px;
	cursor: pointer;
}
.eui-mt-setControl i:nth-of-type(1) { 
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-radius: 4px 0 0 4px;
	background: url(../images/sizeDown.png) center center no-repeat;
}
.eui-mt-setControl i:nth-of-type(2) {
	border-radius: 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}

.eui-mt-setControl i:nth-of-type(2):before,.eui-mt-setControl i:nth-of-type(2):after {
	content: "";
	display: block;
	width: 1px;
	background: #D7D7D7;
	height: 20px;
	top: 7px;
	position: absolute;
}
.eui-mt-setControl i:nth-of-type(2):after { right: 0;}
.eui-mt-setControl i:nth-of-type(2):before { left: 0;}
.eui-mt-setControl i:nth-of-type(3) { 
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-radius: 0 4px 4px 0 ;
	background: url(../images/sizeUp.png) center center no-repeat;
}
.eui-mt-setSave b {
	display: block;
	height: 34px;
	border-radius: 17px;
	width: 120px;
	color: #fff;
	background: #00C01B;
	text-align: center;
	line-height: 34px;
	float: left;
	border: 1px solid #00C01B;
	font-weight: normal;
	margin-left: 55px;
	cursor: pointer;
}
.eui-mt-setSave b:nth-of-type(2) {
	background: #fff;
	border-color: #d4d4d4;
	color: #333;
}
.eui-mt-setMargin i:nth-of-type(1) { background: url(../images/marginDown.png) center center no-repeat; }
.eui-mt-setMargin i:nth-of-type(3) { background: url(../images/marginUp.png) center center no-repeat; }
/*------正文点赞效果-------*/
.eui-mt-like { width: 110px; height: 110px; border-radius: 50%; margin: 0 auto; position: relative; }
.eui-mt-like p { width: 100%; text-align: center; position: absolute; bottom: 20px; font-size: 14px; }
.grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	max-width: 60em;
	margin: 3em auto 0;
	border: 10px solid #dcd2bb;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	background: #e3dbca;
}
.grid__item { width: 100%; height: 100%; position: relative; text-align: center; margin-top: 15px; }
/* Icons button */
.icobutton {
	font-size: 36px;
	position: relative;
	margin: 0;
	padding: 0;
	color: #666666;
	border: 0;
	background: none;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
}
.icobutton .fa { display: block; padding: 0 0.1em; }
.icobutton__text {
	font-size: 0.75em;
	position: absolute;
	top: 100%;
	left: -50%;
	width: 200%;
	text-align: center;
	line-height: 1.5;
	color: #a6a6a6;
}
.icobutton__text--side { top: 0; left: 100%; width: 100%; width: auto; padding: 0 0 0 0.25em; }
/* fix for mo.js */
.icobutton svg { left: 0; }
.icobutton:hover,.icobutton:focus { outline: none; }
/* Unicorn */
.icobutton--unicorn svg { fill: #c0c1c3; }

/*------直播详情-----*/
.eui-liveDetail p{
	font-size: 14px;
	line-height: 22px;
	color: #333;
	margin-bottom: 18px;
}

.eui-complainList { box-sizing: border-box; padding: 40px 30px 10px; }
.eui-complainList h5 {
	font-weight: normal;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 24px;
}
.eui-complainList h5 a { color: #00C01B;}

.eui-cl-con {
	width: 100%;
	margin-bottom: 40px;
}
.eui-cl-con li:first-child { margin-top: 25px;}
.eui-cl-con li {
	display: block;
	margin: 18px 0;
	line-height: 40px;
	font-size: 12px;
}
.eui-cl-con li b {
	display: block;
	width: 140px;
	padding-left: 28px;
	height: 40px;
	color: #333;
	float: left;
	font-size: 14px;
}
.eui-cl-con li i {
	color: #999;
	font-style: normal;
	margin-left: 20px;
}
.eui-cl-con li span { margin: 0 30px 0 10px; }
.eui-cl-con li input[type=text] {
	font-size: 14px;
	width: 740px;
	box-sizing: border-box;
	padding: 0 12px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #d5d5d5;
}
.eui-cl-con li textarea {
	width: 740px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	padding: 6px 12px;
	line-height: 22px;
	font-size: 14px;
}
.eui-cl-conImp { position: relative; }
.eui-cl-conImp:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00C01B;
	position: absolute;
	top: 16px;
	left: 10px;
}
.eui-cl-con p {
	width: 740px;
	line-height: 40px;
	color: #666;
	margin: 0 0 0 168px;
	text-indent: 0;
	font-size: 12px;
}
.eui-cl-a {
	display: inline-block;
	padding: 0 36px;
	height: 40px;
	float: left;
	border-radius: 4px;
	background: #f5f5f5;
	color: #999;
}
.eui-cl-imgBox {
	width: 740px;
	float: left;
}
.eui-cl-img {
	height: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
.eui-cl-img img {
	display: block;
	height: 100px;
}
.eui-cl-img a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/clImgDelete.png) no-repeat center center;
	position: absolute;
	top: -9px;
	right: -9px;
}
.eui-cl-aMargin { margin-left: 168px;}
.eui-cl-scan { width: 740px; float: left;}
.eui-cl-scan div { min-width: 130px; height: 130px; float: left;}
.eui-cl-scan div img { display: block; height: 130px; margin: 0 auto; }
.eui-cl-scan .eui-cl-a { margin-left: 20px;}
.eui-cl-scan p {
	width: auto !important;
	float: left;
	margin-left: -120px;
	margin-top: 80px;
}
.eui-cl-agent {
	line-height: 20px !important;
}
.eui-cl-save {
	width: 160px;
	padding: 0;
	text-align: center;
	display: block;
	color: #fff;
	background: #00C01B;
	margin: 30px auto 0;
	float: none !important;
}
.eui-cl-save:hover { color: #fff;}

.currentPage {
	color: #00C01B !important;
}

/* 本例子css */
/*.sideMenu{  border:1px solid #ddd;}*/
.eui-mt-setIndex {
	display: none;
	width: 590px;
	height: 390px;
	position: absolute;
	background: #fff;
	right: 100%;
	top: 0;
}
.sideMenu h3{
	font-weight: normal;
	display: block; 
	height:31px;
	line-height:31px;
	padding-left:20px;
	border-top:1px solid #e3e3e3;
	background:#f4f4f4;
	cursor:pointer;
	text-align: left;
	font-size: 14px;
}
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu ul{
	display: block;
	padding:8px 20px 14px;
	color:#000;
	display:none; /* 默认都隐藏 */
	box-sizing: border-box;
	overflow: hidden;
}
.sideMenu ul li {
	display: block;
	width: 250px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: left;
	margin-right: 28px;
	border-bottom: 1px dashed #b7b7b7;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sideMenu ul li a {
	font-size: 14px;
	color: #999;
}
.sideMenu ul li a:hover {
	color: #333;
}
.sideMenu ul li:nth-of-type(even) { margin: 0; }
.ulSlimScroll { 
	width: 100%;
	height: 100%;
}
.indexTop {
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	font-size: 16px;
}
.eui-mt-setIndexA:hover {
	color: #000;
}
.vip {
	background: url(../images/v.png) no-repeat;
	padding-left: 28px;
}

.setOn { background-color: #fff !important; }
.setOn .eui-mt-set { display: block;}

.indexTop i{
	font-size: 20px;
	color: #999;
	float: right;
	margin-right: 20px;
	cursor: pointer;
	margin-top: 10px;
}

/*---- 2017-11-02修改，分享包裹div  -----*/
.eui-aBox { float: right; height: 24px; margin-left: 30px; line-height: 24px;}
.bds_more{ 
	margin: 0;
	font-size: 16px;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/shareIcon.png) no-repeat left center;
}
.eui-detail-tip .bdcollectbuttonbox { float: right; }
.eui-detail-tip .bdcollectbuttonbox a { color: #00C01B !important; }
.eui-detail-tip .bdsharebuttonbox.eui-aBox { margin-left: -25px !important;}
.bds_collect{background: url(../images/eui-icon-collect.png) no-repeat left center!important; padding-left: 22px;}
.eui-news-tip .eui-aBox { height: 20px; line-height: 20px; margin-left: 0;}
.eui-news-tip .eui-aBox a { font-size: 12px; }
.eui-aBox .eui-news-share,.eui-bdTop-txt .eui-aBox a{
	background-size: 15px;
	color: #00C01B;
}
.eui-bdTop-txt .eui-aBox a { background-size: 15px; }
.eui-share-bottom .eui-aBox { height: 20px; line-height: 20px; margin-left: 0;}
.eui-share-bottom .eui-aBox a { font-size: 12px !important;}
.eui-bdTop-txt .eui-aBox { height: 20px; line-height: 20px; margin: 14px 0 0 24px;}
.eui-bdTop-txt .eui-aBox a { margin: 0;}

/*阅览室-更多 筛选条件修改*/
.eui-readRoomMore {
    background-color: #fbfbfb;
    border: 1px solid #ededed;
    min-height: 36px;
    padding: 6px 0;
    margin-bottom: 30px;
}
.eui-readRoomMore h4 {
	padding: 5px 8px;
    height: 14px;
    line-height: 14px;
    color: #555;
    font-size: 14px;
    float: left;
}

.eui-readRoomMore a {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
    padding: 5px 8px;
    height: 14px;
    line-height: 14px;
    color: #333;
    font-size: 14px;
	position: relative;
}
.eui-readRoomMore ul {
	width: 690px;
	float: left;
}
.eui-readRoomMore a:hover {
	color: #fff;
	background: #00C01B;
}
.eui-readRoomMore a.on {
	color: #fff;
	background: #00C01B;
	/*
	padding: 5px 20px 5px 8px;
	padding-right: 20px !important;
	*/
}
.eui-readRoomMore a i {
	display: none;
	background: url(../images/readRoomMoreDelete.png) no-repeat 100%;
	width: 11px;
	height: 11px;
	position: absolute;
	right: 6px;
	top: 8px;
}
.eui-readRoomMore .on i { display: block; }
.eui-readRoomMore>div { padding: 6px 16px; }
.eui-readRoomMore a:nth-of-type(1) { padding: 5px 8px !important; }