@charset "utf-8";

html { width:100%;margin:0px;padding:0px;overflow:auto;background-color:#f5f5f5;background-repeat:no-repeat;background-position:center top; }
body { width:100%;margin:0px;padding:0px;background:none; }
html,body,input,button { font-family:"Microsoft yahei","微软雅黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; }
a { cursor:pointer; }

/*主体数据的宽度*/
._databody { position:relative;width:1190px;margin:0px auto;padding:0px; }

/*页面顶部工具栏*/
#_pagetopbar { width:100%;min-width:1200px;height:28px;line-height:28px;font-size:12px;background-color:#15131d;color:#fff;overflow:hidden;margin:0px; }
#_pagetopbar ._homelink { margin-left:50px; }
#_pagetopbar ._userinfo { display:inline-block;margin-left:50px; }
#_pagetopbar a { color:#fff;padding:0px 10px;text-decoration:none; }
#_pagetopbar a:hover { color:#ff0606; }

/*页面顶部导航栏*/
#_pageheader { position:relative;left:0px;top:0px;z-index:99;width:100%;height:60px;min-width:1200px;margin:0px;padding:0px;background-color:#fff;overflow:hidden;border-bottom:1px solid #e5e5e5; }
#_pageheader ._nav { position:absolute;top:0px;right:30px;list-style:none;height:60px;color:#666; }
#_pageheader ._nav > li { position:relative;float:left;text-align:center; }
#_pageheader ._nav li > a { display:inline-block;color:#333333;height:100%;line-height:60px;font-size:16px;font-weight:400;padding:0px 30px;text-decoration:none;cursor:pointer;outline:none; }
#_pageheader ._nav li > a:hover { color:#ff0606; }
#_pageheader ._nav ._loginbtn { background-color:#00aa00;border-radius:3px;height:34px;line-height:34px;margin-left:30px;margin-top:13px;padding:0px 20px;color:#fff; }
#_pageheader ._nav ._loginbtn:hover { background-color:#008000;color:#fff; }

/*zeditor编辑器效果输出的数据盒子*/
._zeditorbox { position:relative;font-family:"Microsoft yahei";background-color:transparent;overflow:hidden; }
._zeditorbox p { margin:0px;padding:0px; }
/*zeditor中的视频播放器*/
._zeditorbox ._zeditorvideo { position:absolute;background-repeat:no-repeat;background-size:100% 100%; }
._zeditorbox ._zeditorvideo .jp-video { display:none; }
._zeditorbox ._zeditorvideo ._playbtn { position:absolute;left:50%;top:50%;width:50px;height:50px;margin-left:-25px;margin-top:-25px;background: url(../../resource/images/zeditor/play1.png) no-repeat;cursor:pointer; }
._zeditorbox ._zeditorvideo ._playbtn:hover { background-image:url(../../resource/images/zeditor/play2.png); }


/*保存提示框*/
#_savemodal { position:fixed;z-index:9001;left:50%;top:90px;width:500px;margin-left:-250px;border-radius:3px;padding:10px 30px;color:#996600;background:#fff;font-family:"Microsoft yahei"; }
#_savemodal ._uicon { position:absolute;left:0px;top:50%;margin-top:-30px; }
#_savemodal ._ucontent { position:relative;left:75px;width:425px;min-height:45px;display:table-cell;vertical-align:middle; }
#_savemodal .icon-spinner { font-size:64px; }
#_savemodal .icon-ok { font-size:64px;color:#006600; }
#_savemodal .icon-remove { font-size:64px;color:red; }
#_savemodal .tfooter { border-top:1px solid #DDDDDD;padding:10px 0px 0px;margin-top:10px;text-align:center; }
#_savemodal h4 { padding:0px;line-height:24px;margin-bottom:10px; }
#_savemodal h4.success { color:#006600; }


/*遮挡层*/
._backdrop { position:fixed;left:0px;top:0px;z-index:9000;width:100%;height:100%;background-color:#000000;opacity:0.3;filter:alpha(opacity=30);display:none; }
/*页面数据主体*/
#_pagebody { position:relative;width:100%;min-height:500px;padding:0px;margin:0px; }


/*页脚*/
#_pagefooter { position:relative;color:#4F4F4C;background-color:#f0f0f0;padding:20px;text-align:right; }
#_pagefooter a { margin:0px 10px;color:#4F4F4C;text-decoration:none;font-size:16px; }
#_pagefooter a:hover { color:#0066ff; }


/*在线客服*/
#_onlinehelp { position:fixed;top:40%;right:0px;padding:0px;width:30px;min-height:160px;margin-top:-100px;background:#fff;font-size:0px;line-height:0px;overflow-x:hidden; }
#_onlinehelp > ._leftbar,
#_onlinehelp > ._content > ._titlebar > ._bgimg,
#_onlinehelp > ._content > ._listbox > ul > li > a { background-image:url(./image/onlinehelp.png?t=1);background-repeat:no-repeat;display:inline-block; }
#_onlinehelp > ._leftbar { width:30px;height:160px;background-position:0px 0px;cursor:pointer; }
#_onlinehelp > ._leftbar:after { content:'';display:block;position:absolute;left:10px;top:125px;width:0px;height:0px;border-style:solid;border-width:8px 8px 8px 0px;border-color:transparent #FDFDFE transparent transparent; }
#_onlinehelp > ._content { width:158px;min-height:160px;border:1px solid #62B651;display:none; }
#_onlinehelp > ._content > ._titlebar { position:relative;height:34px;background-color:#F4F7FA;border-bottom:1px solid #f0f0f0; }
#_onlinehelp > ._content > ._titlebar > ._bgimg { display:inline-block;width:94px;height:20px;margin:7px 20px;background-position:-35px 0px; }
#_onlinehelp > ._content > ._titlebar > ._minimize { position:absolute;top:10px;right:10px;display:inline-block;width:0px;height:0px;border-style:solid;border-width:8px 0px 8px 8px;border-color:transparent transparent transparent #70CA5D;cursor:pointer; }
#_onlinehelp > ._content > ._titlebar > ._minimize:hover { border-left-color:#ff3300; }
#_onlinehelp > ._content > ._listbox { padding:10px; }
#_onlinehelp > ._content > ._listbox > ul { list-style:none;margin:0px;padding:0px; }
#_onlinehelp > ._content > ._listbox > ul > li { padding:6px 0px;margin:0px;line-height:0px;font-size:0px; }
#_onlinehelp > ._content > ._listbox > ul > li > span { display:inline-block;font-size:14px;height:22px;line-height:22px;margin-right:8px;float:left; }
#_onlinehelp > ._content > ._listbox > ul > li > a { width:70px;height:22px;background-position:-35px -25px;outline:none; }

._fans-cnt{display:inline-block;font-size:24px;font-weight:bolder;color:red;line-height:40px;padding:5px 20px;border-radius:6px;margin-left:200px;font-family:Arial ;}