@charset "utf-8";
/* CSS Document */
body,div,p,span,ul,li,dl,dt,dd,a,ol,input,button,img,h1,h2,h3,h4,h5,h6{ padding:0; margin:0; list-style:none; border:0;}
body{ font-family:'Microsoft Yahei',arial,'Simsun'; color:#1E202C; font-size:14px; line-height:24px; }
a{ color:#4f4f4f; text-decoration:none;font-family:"微软雅黑";}
/*a:hover{color:#8DC9FF; text-decoration:none;}*/
body,input,button,img{outline:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
i{font-style:normal;}
.hhh{font-weight:normal;}
.dr_center{margin:0 auto;}
.dr_Pcenter{text-align:center;}
.no_padding{padding-left:0!important}
.no_bg{background:none!important}
.green{color:#3575CA;}
.no_margin{margin:0;}
.dr_con_a:hover{color:#333333; text-decoration:underline;}
.dr_cursor{cursor:pointer;}
input,button{font-family:"微软雅黑";}
.fr{ float: right; }
.fl{ float: left; }
.clearfix::after {clear: both; content: ""; display: block; height: 0;}

.index_box{
	width: 100%;
	height: auto;
}






/* 橙色头部2018-10-15 */
.index_header{ width: 100%;height: 80px;background: #fe8800; }
.index_header .header_con{ width: 1200px;margin:0 auto; }
.index_header .header_con .index_logo{ width: 140px;height: 38px;display: inline-block; margin-top: 20px; }
.index_header .login_info{ width: 198px;height: 28px;border: 1px solid #fff;border-radius: 20px; margin-top: 16px; margin-right: 30px; }
.index_header .cutoff_line{ width: 1px;height: 40px;background: #fff;display: inline-block; margin:20px 0 0 25px; }
.index_header .login_info a{ font-size: 14px;color: #fff; display: inline-block; float: left; width:98px;height: 28px;line-height: 28px;text-align:center; }
.index_header .login_info .denglu_button i{ width: 14px;height: 16px; background: url(/data/static/images/index/index_icon.png) no-repeat 0 -38px;display: inline-block; vertical-align: -2px;margin-right: 5px;}
.index_header .login_info .zhuce_button{ background: #fff; border-radius: 20px;color: #fa4d00; border-top-left-radius: 0; border-bottom-left-radius: 0; float: right; }
.index_header .login_info .zhuce_button i{ width: 16px;height: 20px; background: url(/data/static/images/index/index_icon.png) no-repeat 0 -69px;display: inline-block; vertical-align: -5px;margin-right:3px; }
.index_header .phone_info { color: #fff; padding-top: 12px; padding-left: 25px; }
.index_header .phone_info .phone{ font-size: 20px;font-weight: bold;font-style: italic;color: #fff; }
.index_header .phone_info .phone i{ width: 22px;height: 22px; background: url(/data/static/images/index/index_icon.png) no-repeat 0 -107px;display: inline-block; vertical-align: -5px;margin-right:3px;  }
.menu_choice { position: relative; }
.menu_choice .menu_show{ display: block;font-size: 24px;color: #fff;width: 160px;height: 80px;text-align: center;line-height: 80px; }
.menu_choice .menu_icon{ width: 15px;height: 9px;background: url(/data/static/images/index/menu_icon.png) no-repeat 0 0; display: inline-block; position: absolute;top:36px;right: 10px; }
.menu_choice .nav_drop { position: absolute;top:80px;left:0; }
.menu_choice .nav_drop a{ width: 160px;height: 42px;line-height: 42px;text-align: center;display: block;font-size: 18px;color: #fff;background: #fe8800; }
.menu_choice .nav_drop a:hover{ background: #ff9b00; color:#fff; }




.hd_right{
	float: right;
}
.hd_right li{
	float: left;
	line-height: 44px;
	font-size: 12px;
	padding: 0 20px;
	color: #fff;
	position: relative;
}
.hd_right li a{
	color: #fff;
	display: block;
}
.hd_right li.denglu{

	cursor: pointer;
	padding-bottom: 27px;
	padding-top: 10px;
}
.hd_right li.denglu .denglu_touxiang,.hd_right li.denglu p,.hd_right li.denglu .mail{
	float: left;
}
.hd_right .grade{ color: #ff9900; padding-left: 4px; font-size: 16px;  font-style: italic; }
.addJifen{display: none;position: absolute;top: 14px;left: 30px;-webkit-animation: toHide 2s linear both;
	-moz-animation: toHide 2s linear both;
	-o-animation: toHide 2s linear both;
	animation: toHide 2s linear both;
	behavior: url(/data/static/js/ie-css3.htc);}
@keyframes toHide{
	0%   {-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		behavior: url(/data/static/js/ie-css3.htc);}
	25%  {-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
		behavior: url(/data/static/js/ie-css3.htc);}
	50%  {-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		behavior: url(/data/static/js/ie-css3.htc);}
	75%  {-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
		behavior: url(/data/static/js/ie-css3.htc);}
	100% {-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
		behavior: url(/data/static/js/ie-css3.htc);}
}
.hd_right .denglu_user_list{
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 200;
	background-color: #fe8800;
	display: block;
	font-size: 12px;
}
.hd_right  .denglu_user_list li{
	/*width: 150px;*/
	line-height: 38px;
	padding: 0 20px;
	float: none;
	position: relative;
}
.hd_right  .denglu_user_list li:hover{ background: #ff9b00; }
.hd_right  .denglu_user_list li a:hover{ color: #fff; }
.hd_right .denglu .denglu_user_list li a{
	display: block;
}
.hd_right .denglu_user_list li img{
	width: 20px;
	height: 20px;
	position: absolute;
	right:10px;
	top: 8px;

}
.hd_right li.denglu .denglu_touxiang{
	width: 12px;
	height: 12px;
	margin-right: 10px;
	padding-top: 16px;
}
.hd_right .my_point{ float: right; }
.hd_right li.denglu .mail{
	position: relative;
}
.hd_right .denglu_user_list li a div{ float:right; margin-right: 20px; }
.hd_right li.denglu .mail .mail_img{
	margin-right: 15px;
	padding: 16px 0;
}
.hd_right li.denglu .mail .mail_new{
	position: absolute;
	left: 10px;
	top: 2px;
}
.hd_right li.history{
	padding: 0 20px 0 42px;
	background: url(/data/static/images/index/arrow_down.png) no-repeat 26px center;
}
.history_list_box{
	position: absolute;
	right: 0;
	top: 45px;
	z-index: 300;
	width: 195px;
	display: none;
	color: #454545;
	font-size: 12px;
}
.history_list_box span{
	display: block;
	width: 11px;
	height: 9px;
	background: url(/data/static/images/index/history_icon.png) no-repeat;
	position: absolute;
	top: -9px;
	right: 22px;
}
.history_bg{
	display: none;position: fixed;  top: 45px;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:200;  -moz-opacity: 0.5;  opacity:.50;  filter: alpha(opacity=50);
}
.history_list{
	padding-top: 12px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}
.history_list .history_more{
	display: block;
	background: #ececec;
	height: 32px;
	line-height: 32px;
	color: #454545;
	font-size: 12px;
	text-align: center;
}
.history_list_ctn{
	padding-left: 16px;
}
.history_list_ctn dl{
	border-left: 1px solid #e6e6e6;
	padding: 12px;
	padding: 4px 0 4px 12px;
	background: url(/data/static/images/index/circle_cur.png) no-repeat left 12px;
}
.history_list_ctn dt{
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #5e9dfa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.history_list_ctn dd{
	/*padding: 8px 0;*/
	line-height: 30px;
}
.history_list_ctn dd a{
	color: #454545;
}
.history_list_ctn dd a:hover{
	text-decoration: underline;
}

.hd_right li:hover{
	/*background-color: #333;*/
}
.hd_right li.history:hover{
	background: url(/data/static/images/index/arrow_up.png) no-repeat 26px center;
	background-color: #333;
}


/*登陆框*/
/*.denglu_wrap{width:310px; height:380px; background:#FFFFFF; position:absolute; top: 70px; z-index: 999; right: -46px; display: none;border: 1px solid #b1b1b1;}*/
.sanjiao{width:9px; height:6px; background:url(/data/static/images/sanjiao_ico6.png) no-repeat; left: 230px; top: -6px; position: absolute;z-index: 999;}
.denglu_k{width:330px; background:#FFFFFF;  margin:34px auto 0;position: relative;}
.dl_show .text{height:44px; background:#fff;}
.dl_show .user_sex{ margin-bottom: 20px; color:#999; }
.dl_show .user_sex label{ margin-right:40px; cursor:pointer ; }
.dl_show .user_sex input{  width: 15px; height: 15px; display:inline-block; cursor:pointer ; vertical-align: -2px; margin-right: 10px;  }
.dl_show .haoma input{background:#fff url(/data/static/images/index/input_ico1.png) no-repeat 13px center;}
.dl_show .bd_cuowu{font-size:12px; text-align:right; color:#619EF7; line-height:30px; display: block; }
.dl_show .mima input,.dl_show .mima span{float: left;}
.dl_show .mima input{background:#fff url(/data/static/images/index/input_ico2.png) no-repeat 13px center;}
.dl_show .mima #zhuce_inp_code{width: 140px;background: #fff;margin-right: 14px;}
.dl_show .mima button{display: block;cursor:pointer;width: 132px;height:42px;background: #fff; border: 1px solid #619EF7;color: #619EF7;font-size: 14px;text-align: center;line-height: 42px;-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
.address select{  width: 130px; height: 44px; line-height: 44px; border:1px solid #ddd; border-radius: 4px; outline: none; margin-right: 20px; color: #999; }
input::-webkit-input-placeholder{color:#999;}

.f_btn2{width:100%;height: 42px;background: #5e9dfa;font-size: 18px;text-align: center;line-height: 42px;color: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;margin: 15px 0;}
.dl_show .mima button.code_cur{border-color: #ddd;color: #666;background: #ddd;}
.dl_show .yanzheng{background:#fff url(/data/static/images/index/input_ico2.png) no-repeat 13px center;}
.dl_show .email input{ background:#fff url(/data/static/images/index/email_icon.png) no-repeat 13px 14px; }
.dl_show .birthday input{ background:#fff url(/data/static/images/index/birthday_icon.png) no-repeat 13px 16px ; }
.dl_show .address input{ background:#fff url(/data/static/images/index/address_icon.png) no-repeat 13px 15px; }
.success_prompt{ font-size: 20px; color:#ff7800; font-weight: bold; text-align: center; padding:80px 0;  }
.success_prompt .success_icon{background:#fff url(/data/static/images/success_icon.png) no-repeat 0 0; width: 25px; height: 30px; display: inline-block; vertical-align: -7px; margin-right: 16px;  }
.dl_show  input{width:290px; height:42px; font-size: 14px;line-height: 42px;padding-left: 40px;border: 1px solid #ddd;color: #666;-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
input::input-placeholder{color:  #999 ;} /* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder { /* WebKit browsers */ color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999;
}
　　

.dl_show .wangji{position: absolute; font-size:14px;color: #999;right: 20px;top: 85px;}
.wangji a{color:#999;}
.wangji a:hover{color:#4e95f7;}
.dl_show .zidong{cursor: pointer; padding:0 0 0 24px; background:url(../images/index/zidong.png) no-repeat left center; line-height: 42px; color:#999;}
.dl_show .zidong:hover{color:#999;}
.dl_show .zidong1{cursor: pointer; padding:0 0 0 24px; background:url(../images/index/zidong.png) no-repeat left center; line-height: 42px; color:#999;}
.dl_show .zidong1:hover{color:#999;}
.dl_show .current{background:url(../images/index/zidong-h.png) no-repeat left center;}
.f_btn,#email_qr{width:330px; height:42px; background:#5e9dfa; font-size:18px; text-align:center; line-height:42px; color:#fff;-webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius:4px; margin:15px 0 0 0 ;}
.dl_show  p{line-height:24px;color: #686868;}
.dl_show  p.wangji{position: absolute;right: 20px;top:86px;}
.dl_show .qita{margin:0 auto; text-align:center; font-size:12px;}
.dl_show .qita p{color: #999;font-size:14px;line-height: 22px;margin: 20px 0 20px 0;}
.dl_show .qita span{display: inline-block;width: 72px;height: 22px;background: url(/data/static/images/qita_border.png) no-repeat left 15px;}
.qita ul{width: 336px; margin: 0 auto;}
.qita ul li{float:left; width:54px; height:18px;margin:0 29px;cursor: pointer;padding-top: 68px;font-size: 14px;color: #999;}
.qita ul li:hover{color: #666;}
.qita  .weixin{background:url(/data/static/images/index/weixin.png) no-repeat; }
.qita  .weixin:hover{background:url(/data/static/images/index/weixin_h.png) no-repeat; }
.qita  .weixin:active{background:url(/data/static/images/index/weixin_h.png) no-repeat; }
.qita  .qq{background:url(/data/static/images/index/qq.png) no-repeat;}
.qita  .qq:hover{background:url(/data/static/images/index/qq_h.png) no-repeat; }
.qita  .qq:active{background:url(/data/static/images/index/qq_h.png) no-repeat; }
.qita  .weibo{background:url(/data/static/images/index/weibo.png) no-repeat; margin-right:0; }
.qita  .weibo:hover{background:url(/data/static/images/index/weibo_h.png) no-repeat; margin-right:0; }
.qita  .weibo:active{background:url(/data/static/images/index/weibo_h.png) no-repeat; margin-right:0; }

.zhuce{display:none;}
.dl_show .yanzheng{background:#fff url(../images/yanzheng.png) no-repeat 13px center;}
.yanzheng input{float:left; width:179px; height:33px;}
.yanzheng .yanzheng_btn{float:left; width:84px; height:33px; background:#FF6600; color:#fff;}
.yanzheng .yanzheng_btn:hover{background:#f58236;}
.yanzheng .yanzheng_btn:active{background:#FF6600;}
.zhuce .checkbox{height:40px; line-height:40px;}
.zhuce .checkbox input{width:22px; float:left;}
.zhuce .checkbox span{float:left; padding-right:10px;color: #999;}
.checkbox span{padding-left:22px; background:url(/data/static/images/index/zidong.png) no-repeat center left; line-height:17px; width:46px; }
.checkbox span.current{background:url(/data/static/images/index/zidong-h.png) no-repeat center left;}


/*登录提示框*/
#denglu_modal{ display: none;left:50%;top:20%; z-index:1002;margin-left:-195px;  background:#fff;border-radius: 10px;position: fixed;width:390px;height:auto; padding-bottom: 20px; }


.public_modal{  background:#fff;border-radius: 10px;position: fixed;width:390px;height:auto;}
.email_modal,.success_modal,.info_modal{ position: absolute; top:30%; left:50%; margin-left: -195px; }
.denglu_tit{color:#999;font-size:20px;height: 57px;line-height: 55px;border-bottom: 1px solid #e6e6e6;}
.denglu_tit span{display: block; float:left;cursor:pointer;width: 130px;text-align: center;margin: 0 32px;}
.denglu_tit em{cursor: pointer; position: absolute;display: block;width: 64px;height: 64px;background: url(/data/static/images/index/denglu_close.png) no-repeat;right: -4px;top: -6px;}
.denglu_tit span.denglu_cur{color: #5e9dfa;border-bottom: 2px solid #5e9dfa;}
.denglu_k{margin: 26px auto;height: auto;}
.denglu01 .f_btn{margin-bottom: 0;}
.noaccount{font-size: 12px;color: #3575ca;text-decoration: underline;text-align: right;line-height: 36px;cursor: pointer;}
#denglu_bg{display:none;position: fixed;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.7;  opacity:.70;  filter: alpha(opacity=70);width:100%;}
.tologin{font-size: 12px;color: #3575ca;text-decoration: underline;text-align: right;line-height: 24px;cursor: pointer;}









#sho_zccg{display: none;position: fixed;left:50%;top:20%; z-index:1002;width:710px;padding:10px 20px;background:#fff;margin-left:-355px;}
#sho_zccg{padding:0;width:400px;height:200px;margin-left:-225px;overflow:hidden;}
#sho_zccg .con{padding:0;}
#sho_zccg .con p.p_c{width:400px;text-align:right;}
#sho_zccg .con .p_a{text-align: center;}
#sho_zccg .con .p_a a{display:inline-block;width:85px;height:25px;border:1px #4275cd solid;color:#4275cd;font-size:12px;font-weight: bold;text-align: center;line-height: 25px;border-radius: 20px;margin-top: 20px; }
#sho_zccg .con .p_a a:hover{color:#FFFFFF;background: #3575CA;}
#sho_zccg .p_11{background:#3575c8;color:#fff;font-size:14px;padding:8px 25px;}
#sho_zccg .p_11 span{float:right;color:#fff;cursor:pointer;}
#sho_zccg .pp_1{color:#595959;font-size:16px;font-weight: bold;margin:30px 50px 0 50px;line-height: 41px;text-align: center;}
#sho_zccg .pp_1 img{width: 41px;display: inline-block;}
#sho_zccg .pp_1 span{display: inline-block;margin-left: 10px; -webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);}
#alertbg_zccg{display:none;position: fixed;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.7;  opacity:.70;  filter: alpha(opacity=70);width:100%;}






/*模态框*/
#sho_zcsb{display: none;position: fixed;left:50%;top:20%; z-index:1002;width:710px;padding:10px 20px;background:#fff;margin-left:-355px;}
#sho_zcsb{padding:0;width:400px;height:200px;margin-left:-225px;overflow:hidden;}
#sho_zcsb .con{padding:0;}
#sho_zcsb .con p.p_c{width:400px;text-align:right;}
#sho_zcsb .con .p_a {text-align: center;}
#sho_zcsb .con .p_a a{display:inline-block;width:85px;height:25px;border:1px #4275cd solid;color:#4275cd;font-size:12px;font-weight: bold;text-align: center;line-height: 25px;border-radius: 20px;}
#sho_zcsb .con .p_a a:hover{color:#FFFFFF;background: #3575CA;}
#sho_zcsb .p_11{background:#3575c8;color:#fff;font-size:14px;padding:8px 25px;}
#sho_zcsb .p_11 span{float:right;color:#fff;cursor:pointer;}
#sho_zcsb .pp_1{color:#595959;font-size:16px;font-weight: bold;margin:40px 50px 0 50px;line-height: 41px;}
#sho_zcsb .pp_1 span{display: block;text-align: center;margin-bottom: 20px;}
#alertbg_zcsb{display:none;position: fixed;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.7;  opacity:.70;  filter: alpha(opacity=70);width:100%;}







/*底部*/
.footer_box{
	/*height:350px;*/
	width:100%;
	background: #f0f0f0;
}
.footer_box1{
	width: 1140px;
	/*height:310px;*/
	margin: 0 auto;
	/*background: #f66;*/
}
.footer1_help{
	height: 208px;
	border-bottom: 1px solid #e3e3e3;
}
.footer1_help dl{
	float: left;
	padding: 6px 0 0 12px;
}
.footer1_help dl dt{
	font-size: 18px;
	color: #333;
	padding: 20px 0 15px 0;
	font-weight: 400;
}
.footer1_help dl dd{
	font-size: 14px;
	padding-bottom: 8px;
}
.footer1_help dl dd a{
	color: #666;
	font-family:"微软雅黑";
}
.footer1_help dl dd a:hover{
	color: #619EF7;
	font-family:"微软雅黑";
}
.footer1_help dl.newbie_guide{
	width: 236px;
}
.footer1_help dl.about_course{
	width: 212px;
}
.footer1_help dl.help_center{
	width: 220px;
}
.footer1_help .phone_qq{
	float: left;
	padding-top: 24px;
}
.footer1_help .phone_qq img,.footer1_help .phone_qq div{
	float: left;
}
.footer1_help .phone_qq img{
	margin-right: 14px;
}
.footer1_help .phone_qq h3{
	line-height: 24px;
	font-size: 18px;
	color: #333;
}
.footer1_help .phone_qq h4{
	line-height: 48px;
	font-size: 20px;
	color: #999;
}
.footer1_help .phone_qq p{
	padding: 2px 0 18px 0;
	font-size: 14px;
	color: #999;
}
.footer1_help .wechat{
	float: left;
	padding-top: 24px;
	margin-left: 104px;
	width: 125px;
}
.footer1_help .wechat img{
	width: 125px;
	height: 125px;
}
.footer1_help .wechat p{
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top: 12px;
}

.footer_box2{
	height:40px;
	width:100%;
	font-size: 14px;
	color: #999;
	line-height: 40px;
	background: #474747;
}
.footer_box2 div{
	width: 1070px;
	padding-left: 130px;
	margin: 0 auto;
}
.footer_box2 div:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.footer_box2 li{
	float: left;
}
.footer_box2 li a{
	color: #999;
}
.footer_box2 p{
	float: left;
	margin-left: 25px;
}


.wpa{
	position:fixed;
	right:0;
	bottom:200px;
	z-index: 100;

}

/*右悬浮*/
.r_xuanfu{width:40px; height:40px; position:fixed; right:10px; bottom:80px; z-index: 100;}
.r_xuanfu p{width:40px; height:40px; margin-top:7px;}
.r_xuanfu .fanhui{background:url(/data/static/images/Top-01.jpg) no-repeat;background-size: cover;display: none;}
.top_gh{position:absolute; left:-129px; top:8px; display:none;}

.r_xuanfu_wei{width:60px; height:40px; position:fixed;right: 0; top:320px; z-index: 100;}
.r_xuanfu_wei p{width:60px; height:40px;}
.r_xuanfu_wei .wei{background:url(/data/static/images/Wechat-01.png) no-repeat; position:relative;background-size: cover;}
.weixin_gh{position:absolute; left:-120px; top:-66px; display:none;}
.r_xuanfu_wei .wei:hover .weixin_gh{display:block;background-size: cover;}


.hot_img{
	position: fixed;
	top: 50%;
	margin-top: -178px;
	right: 0;
	z-index: 100;
}

.agent .new_gif{background:url(/data/static/images/agent/agent_new.gif) no-repeat; width: 30px; height: 16px;display: inline-block; position: absolute;top:14px;right: -18px;   }