/* CSS Document */

/*所有页面共用样式*/
@charset "utf-8";

/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/

body {margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif,'Microsoft YaHei';
background:#ffffff;}
/*背景设置*/
.User-Extend
{background:#e4ebee;}
.Extend-AuthorBg
{background:#e4ebee;}
table {margin:0px;}
th,td {line-height:180%; text-align:left;}
img,textarea {border:0px; font-size:12px; -webkit-transition: 1s; -moz-transition:1s; -o-transition:1s; transition:1s;}
dl,dt,dd,h1,h2,h3,h4,p,form {margin:0px; padding:0px;}
ul {margin:0px; padding:0px; list-style:none;}
input,textarea,radio,select
{outline:none;}
input[disabled], input[readonly], fieldset[disabled]
{cursor: not-allowed; background-color: #eeeeee;}

/*通用链接*/
a
{-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
a:link,a:visited{}
a:hover,a:active{}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

/* 清除滑条样式 */
::-webkit-scrollbar
{width: 0; height: 0; background: none;}
/*chrome--------------------------------------------start*/
::-webkit-scrollbar
{width: 12px; height: 6px;}
/* Track */
::-webkit-scrollbar-track
{background: rgba(255, 255, 255, 0); border-radius: 6px;}
/* Handle */
::-webkit-scrollbar-thumb
{background: rgba(201, 201, 202, 1); border-radius: 6px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{background: rgba(162, 162, 163, 1);}
/*chrome--------------------------------------------end*/
/*IE--------------------------------------------start*/
*
{
    /*三角箭头的颜色*/
    scrollbar-arrow-color: #c0c4cc;
    /*滚动条滑块按钮的颜色*/
    scrollbar-face-color: #A2A2A3;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #A2A2A3;
    /*滚动条阴影*/
    scrollbar-shadow-color: #A2A2A3;
    /*滚动条轨道颜色*/
    scrollbar-track-color: #f4f4f5;
    /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
    scrollbar-3dlight-color: #A2A2A3;
    /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
    scrollbar-darkshadow-color: #A2A2A3;
    /*滚动条基准颜色*/
    scrollbar-base-color: #f4f4f5;
}
/*IE--------------------------------------------end*/

/* 图片动画 */
.transformImg
{transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2);
-webkit-transform: scale(1.2); -o-transform: scale(1.2);}

/* 图片懒加载 */
.lazyload
{background-color: #FFF; background-image: url(../images/lazyload.gif); background-repeat: no-repeat;
background-position: center center;}

/* 公共顶部 */
#global-header-bg
{width:100%; min-width: 1200px; height:260px; overflow: visible; margin:0px auto; background: url("../ImgV3/bng140.png") center 0px no-repeat;
position: relative; z-index: 10;}
#global-header
{width:1200px; height:200px; overflow: visible; margin:0px auto; position: relative; z-index:20;}
#global-header .category-list
{width:776px; height:50px; line-height:40px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:14px;}
#global-header .category-list a:link,
#global-header .category-list a:visited
{color:#ffffff; text-decoration: none;}
#global-header .category-list a:hover,
#global-header .category-list a:active
{color:#FF417A; text-decoration: underline;}
#global-header .header-nav
{width:190px; height:50px; line-height: 50px; overflow: hidden; position: absolute; right:190px; top:0px;
font-size:14px; color:#ffffff; text-align: right;}
#global-header .header-nav-nologin
{right:110px;}
#global-header .header-nav a:link,
#global-header .header-nav a:visited
{color:#ffffff; text-decoration: none;}
#global-header .header-nav a:hover,
#global-header .header-nav a:active
{color:#FF417A; text-decoration: underline;}
#global-header .noLogin
{width:100px; height:36px; line-height: 36px; overflow: visible; position: absolute; right:0px; top:7px;
border-radius: 18px; font-size:14px; color:#ffffff; text-align: center;}
#global-header .noLogin a:link,#global-header .noLogin a:visited
{color:#ffffff; text-decoration: none;}
#global-header .noLogin a:hover,#global-header .noLogin a:active
{color:#FF417A; text-decoration: underline;}
#global-header .loginout
{width:180px; height:50px; overflow: visible; position: absolute; right:0px; top:0px;}
#global-header .loginout .face
{width:36px; height:36px; overflow: hidden; position: absolute; left: 0px; top:8px;}
#global-header .loginout .face img
{position:absolute; left: 0px; top:0px; border-radius: 50%; z-index: 99;}
#global-header .loginout .nickname
{width:130px; height:36px; line-height: 36px; overflow: hidden; position: absolute; left: 40px; top:8px;
font-size:14px; font-family: "Microsoft Yahei"; color:#ffffff; padding: 0px 5px;
background:url(../ImgV3/bng32.png) right center no-repeat;}
#global-header .loginout .nickname a:link,
#global-header .loginout .nickname a:visited
{color:#ffffff; text-decoration: none;}
#global-header .loginout .nickname a:hover,
#global-header .loginout .nickname a:active
{color:#FF417A; text-decoration: underline;}
/* 弹窗 */
#global-header .loginout .sub-nav-dialog
{width:440px; height:242px; overflow: hidden; position: absolute; right:0px; top:50px; display: none;
background:url(../ImgV3/bng34.png) no-repeat;}
#global-header .loginout .sub-nav-dialog .theFace
{width:60px; height:60px; overflow: hidden; position: absolute; left:20px; top:26px;}
#global-header .loginout .sub-nav-dialog .theFace img
{float:left; border-radius: 50%;}
#global-header .loginout .sub-nav-dialog .isVip
{width:23px; height:23px; overflow: hidden; position: absolute; left:62px; top:59px; z-index: 9;}
#global-header .loginout .sub-nav-dialog .isVip img
{float:left;}
#global-header .loginout .sub-nav-dialog .nickname
{width:220px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:89px; top:40px;
font-size:14px; color:#333333; text-align: left;}
#global-header .loginout .sub-nav-dialog .goMyindex
{width:99px; height:32px; line-height: 32px; overflow: hidden; position: absolute; right:12px; top:40px;
font-size:14px; color:#6184DE; text-align: center;}
#global-header .loginout .sub-nav-dialog .goMyindex a:link,
#global-header .loginout .sub-nav-dialog .goMyindex a:visited
{color:#6184DE; text-decoration: none;}
#global-header .loginout .sub-nav-dialog .goMyindex a:hover,
#global-header .loginout .sub-nav-dialog .goMyindex a:active
{color:#6184DE; text-decoration: underline;}
#global-header .loginout .props
{width:400px; height:72px; overflow: hidden; position: absolute; left:20px; top:92px;}
#global-header .loginout .props ul li
{width:80px; height:72px; overflow: hidden; float:left;}
#global-header .loginout .props ul li span
{width:80px; height:38px; line-height: 38px; overflow: hidden; display: block; float: left; margin-top:10px; font-size:16px;
color:#333333; text-align: center; font-weight: bold;}
#global-header .loginout .props ul li em
{width:80px; height:26px; line-height: 26px; overflow: hidden; display: block; float: left; font-size:14px; color:#666666;
text-align: center; font-style: normal;}
#global-header .loginout .sub-nav-dialog .goRecharge
{width:80px; height:26px; line-height: 26px; overflow: hidden; font-size:12px; color:#ffffff; text-align: center;
position: absolute; left:20px; top:187px; background:#FF417A; border-radius: 5px;}
#global-header .loginout .sub-nav-dialog .goRecharge a:link,
#global-header .loginout .sub-nav-dialog .goRecharge a:visited
{color:#ffffff; text-decoration: none;}
#global-header .loginout .sub-nav-dialog .goRecharge a:hover,
#global-header .loginout .sub-nav-dialog .goRecharge a:active
{color:#ffffff; text-decoration: underline;}
#global-header .loginout .sub-nav-dialog .login-out
{width:48px; height:26px; line-height: 26px; overflow: hidden; position: absolute; right:12px; top:187px; font-size:14px;
text-align: center;}
#global-header .loginout .sub-nav-dialog .login-out a:link,
#global-header .loginout .sub-nav-dialog .login-out a:visited
{color:#999999; text-decoration: none;}
#global-header .loginout .sub-nav-dialog .login-out a:hover,
#global-header .loginout .sub-nav-dialog .login-out a:active
{color:#FF417A; text-decoration: underline;}
#global-header .logo
{width:171px; height:113px; overflow: hidden; position: absolute; right:70px; top:65px;}
#global-header .logo img
{float:left;}

/* 网站导航 */
#global-nav-main
{width:100%; height:60px; overflow: hidden; position: absolute; left:0px; top:200px; z-index: 9;}
#global-nav-main .global-nav-bg
{width:100%; height:60px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 1;
background: #ffffff; opacity: 0.8;}
#global-nav-main .global-nav
{width:1200px; height:60px; overflow: hidden; margin:0px auto; position: relative; z-index: 2;}
#global-nav-main .global-nav .navlist
{width:720px; height:60px; overflow: hidden; position: absolute; left:0px; top:0px;}
#global-nav-main .global-nav .navlist ul li
{width:120px; height:60px; line-height: 60px; overflow: hidden; float:left; position: relative; font-size:14px; text-indent: 45px;
position: relative;}
#global-nav-main .global-nav .navlist ul li i.l1
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) 0px 0px no-repeat;}
#global-nav-main .global-nav .navlist ul li i.l2
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -36px 0px no-repeat;}
#global-nav-main .global-nav .navlist ul li i.l3
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -72px 0px no-repeat;}
#global-nav-main .global-nav .navlist ul li i.l4
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -108px 0px no-repeat;}
#global-nav-main .global-nav .navlist ul li i.l5
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -144px 0px no-repeat;}
#global-nav-main .global-nav .navlist ul li i.l6
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -180px 0px no-repeat;}
#global-nav-main .global-nav .navlist ul li a:link,
#global-nav-main .global-nav .navlist ul li a:visited
{color:#333333; text-decoration: none;}
#global-nav-main .global-nav .navlist ul li a:hover,
#global-nav-main .global-nav .navlist ul li a:active
{color:#FF417A; text-decoration: underline;}
#global-nav-main .global-nav .search
{width:340px; height:40px; overflow: hidden; position: absolute; right:0px; top:10px; background: url(../ImgV3/bng39.png) no-repeat;}
#global-nav-main .global-nav .search .thetxt
{width:264px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:11px; top:5px; border:0px;
background:none; font-size:14px; color:#333333;}
#global-nav-main .global-nav .search .thetxt::-webkit-input-placeholder
{color:#333333;}
#global-nav-main .global-nav .search .thetxt::-moz-placeholder
{color:#333333;}
#global-nav-main .global-nav .search .thetxt::-ms-input-placeholder
{color:#333333;}
#global-nav-main .global-nav .search .btn
{width:60px; height:40px; overflow: hidden; position: absolute; right:0px; top:0px; border:0px;
background:none; cursor: pointer; outline: none;}

/* 公共底部 */
#global-footer-bg
{width:100%; min-width: 1200px; height:auto; overflow: hidden; margin-top: 30px; background: #ffffff;}
#global-footer
{width:1200px; height:auto; overflow: hidden; margin:0px auto; position: relative; padding-top:10px;}
#global-footer .nav
{width:1200px; height:140px; overflow: hidden; position: relative; font-size:16px; color:#999999;}
#global-footer .nav dl
{width:200px; height:140px; overflow: hidden; float:left;}
#global-footer .nav dl dt
{width:200px; height:45px; line-height:45px; overflow: hidden; float:left; font-size:14px; color:#999999;}
#global-footer .nav dl dd
{width:200px; height:30px; line-height:30px; overflow: hidden; float:left; font-size:12px;}
#global-footer .nav dl dd a:link,#global-footer .nav dl dd a:visited
{color:#333333; text-decoration: none;}
#global-footer .nav dl dd a:hover,#global-footer .nav dl dd a:active
{color:#6184DF; text-decoration: underline;}
#global-footer .nav dl.link
{width:400px;}
#global-footer .nav dl.link dt
{width:400px; height:45px; line-height:45px; overflow: hidden; float:left; font-size:14px; color:#999999;
text-align: left;}
#global-footer .nav dl.link dd
{width:400px; height:auto; line-height:180%; overflow: hidden; float:left; font-size:12px;}
#global-footer .copyright
{width:1200px; height:70px; line-height: 180%; overflow: hidden; padding-top:24px; font-size:12px; color:#999999; text-align: center;}
#global-footer .copyright a:link,#global-footer .copyright a:visited
{color:#999999; text-decoration: none;}
#global-footer .copyright a:hover,#global-footer .copyright a:active
{color:#6184DF; text-decoration: underline;}

/* 悬浮网站导航 */
#global-fixednav-main
{width:100%; height:60px; overflow: hidden; position: fixed; left:0px; top:0px; z-index: 999999; display: none;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);}
#global-fixednav-main .global-nav-bg
{width:100%; height:60px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 1;
background: #ffffff;}
#global-fixednav-main .global-nav
{width:1200px; height:60px; overflow: hidden; margin:0px auto; position: relative; z-index: 2;}
#global-fixednav-main .global-nav .navlist
{width:720px; height:60px; overflow: hidden; position: absolute; left:0px; top:0px;}
#global-fixednav-main .global-nav .navlist ul li
{width:120px; height:60px; line-height: 60px; overflow: hidden; float:left; position: relative; font-size:14px; text-indent: 45px;
position: relative;}
#global-fixednav-main .global-nav .navlist ul li i.l1
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) 0px 0px no-repeat;}
#global-fixednav-main .global-nav .navlist ul li i.l2
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -36px 0px no-repeat;}
#global-fixednav-main .global-nav .navlist ul li i.l3
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -72px 0px no-repeat;}
#global-fixednav-main .global-nav .navlist ul li i.l4
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -108px 0px no-repeat;}
#global-fixednav-main .global-nav .navlist ul li i.l5
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -144px 0px no-repeat;}
#global-fixednav-main .global-nav .navlist ul li i.l6
{width:36px; height:36px; display: block; font-style: normal; position: absolute; left:0px; top:12px;
background:url(../ImgV3/bng36.png) -180px 0px no-repeat;}
#global-fixednav-main .global-nav .navlist ul li a:link,
#global-fixednav-main .global-nav .navlist ul li a:visited
{color:#333333; text-decoration: none;}
#global-fixednav-main .global-nav .navlist ul li a:hover,
#global-fixednav-main .global-nav .navlist ul li a:active
{color:#FF417A; text-decoration: underline;}
#global-fixednav-main .global-nav .notes
{width:320px; height:60px; overflow: hidden; position: absolute; right:0px; top:0px;}
#global-fixednav-main .global-nav .notes .icon
{width:23px; height:20px; overflow: hidden; position: absolute; left:0px; top:20px;
background:url(../ImgV3/bng37.png) no-repeat;}
#global-fixednav-main .global-nav .notes .list
{width:289px; height:60px; overflow: hidden; position: absolute; right:0px; top:0px;}
#global-fixednav-main .global-nav .notes .list .global-swiper-notice-container
{width:289px; height:60px; overflow: hidden; position: relative; margin:0px auto;}
#global-fixednav-main .global-nav .notes .list .global-swiper-notice-container .swiper-slide
{line-height: 60px; font-size:16px;}
#global-fixednav-main .global-nav .notes .list .global-swiper-notice-container .swiper-slide a:link,
#global-fixednav-main .global-nav .notes .list .global-swiper-notice-container .swiper-slide a:visited
{color:#333333; text-decoration: none;}
#global-fixednav-main .global-nav .notes .list .global-swiper-notice-container .swiper-slide a:hover,
#global-fixednav-main .global-nav .notes .list .global-swiper-notice-container .swiper-slide a:active
{color:#FF417A; text-decoration: underline;}

/* 悬浮下载二维码 */
#global-fix-code
{width:138px; height:199px; overflow: hidden; position: fixed; right: calc((100% - 1200px) / 2 - 160px); bottom:130px; z-index: 999999;
background:url(../ImgV3/fix_code.jpg) 0px 0px no-repeat; display: none;}

/* 首页Banner */
#Index-Banner
{width:100%; height:430px; overflow:hidden; position: relative; z-index: 9;}
#swiper1
{width:1200px; height:430px; overflow: hidden; position: relative; margin:0px auto;}
.swiper-container
{width:1200px; height:420px; overflow: hidden; position: relative; margin:0px auto;}
.swiper-next
{width:38px; height:62px; overflow: hidden; position: absolute; right:0px; top:204px; z-index: 999;
background:url(../ImgV3/bng127.png) -31px 0px no-repeat; cursor: pointer;}
.swiper-prev
{width:38px; height:62px; overflow: hidden; position: absolute; left:0px; top:204px; z-index: 999;
background:url(../ImgV3/bng127.png) 0px 0px no-repeat; cursor: pointer;}

/* 首页轮播图 */
#index-slider-box
{width:100%; min-width: 1200px; height:420px; overflow: hidden; position: relative; background:#F4F8FB; margin-top:10px;}
#index-slider
{width:1200px; height:420px; overflow: hidden; margin:0px auto; position: relative;}
#index-slider .theLeft
{width:895px; height:420px; overflow: hidden; position: absolute; left:0px; top:0px;}
/* 幻灯片 */
#swiper1
{width:895px; height:420px; overflow:hidden; position:relative;}
#swiper1 .swiper-pagination
{width:895px; height:38px; overflow:hidden; position:absolute; left:0px; bottom:0px;}
#swiper1 .swiper-pagination .swiper-pagination-bullet
{width:179px; height:38px; overflow:hidden; display:block; float:left; margin:0px; padding:0px;
background:#404040; border-radius:0px; opacity:1;
color:#fff; line-height:38px; text-align:center; font-size:14px;}
#swiper1 .swiper-pagination .swiper-pagination-bullet span
{width:179px; height:38px; line-height: 38px; overflow:hidden; display:block; float:left; font-style:normal;}
#swiper1 .swiper-pagination .swiper-pagination-bullet-active
{background:#6184de;}
#swiper1 .box-button
{width:38px; height:62px; overflow: hidden; position: absolute; top:179px; z-index: 100; cursor: pointer; outline: none;}
#swiper1 .swiper-next
{left:857px; background:url(../ImgV3/bng127.png) -38px 0px no-repeat;}
#swiper1 .swiper-prev
{left:0px; background:url(../ImgV3/bng127.png) 0px 0px no-repeat;}

/* 首页公告 */
#index-slider .theRight
{width:295px; height:420px; overflow: hidden; position: absolute; right:0px; top:0px; background:#ffffff;}
#index-slider .theRight .title
{width:295px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:0px; top:0px; text-indent: 40px;
font-size:16px; font-weight: bold; color:#ffffff; background:#6184de url(../ImgV3/msg_write.png) 10px 10px no-repeat;}
#index-slider .theRight .list
{width:275px; height:350px; overflow: hidden; position: absolute; left:10px; top:50px;}
#index-slider .theRight .list ul li
{width:275px; height:35px; line-height: 35px; overflow: hidden; float:left;}
#index-slider .theRight .list ul li a:link,#index-slider .theRight .list ul li a:visited
{color:#333333; text-decoration: none;}
#index-slider .theRight .list ul li a:hover,#index-slider .theRight .list ul li a:active
{color:#FF417A; text-decoration: underline;}

/* 首页火热连载 */
#index-hot-list
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;}
#index-hot-list .hot-left-main
{width:870px; height:586px; overflow: hidden; float:left; position: relative}
#index-hot-list .hot-left-main .title
{width:870px; height:67px; line-height: 67px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
color:#666666; background:url(../ImgV3/bng48.png) 0px center no-repeat; text-indent: 50px;}
#index-hot-list .hot-left-main .title span
{font-size:24px; color:#333333;}
#index-hot-list .hot-left-main .title em
{font-style: normal;}
#index-hot-list .hot-left-main .top-list
{width:870px; height:240px; overflow: hidden; position: absolute; left:0px; top:67px;}
#index-hot-list .hot-left-main .top-list .list
{width:425px; height:240px; overflow: hidden; float:left; position: relative; background:#F4F8FB;}
#index-hot-list .hot-left-main .top-list .list .img
{width:150px; height:200px; overflow: hidden; position: absolute; left:21px; top:21px;}
#index-hot-list .hot-left-main .top-list .list .img img
{float:left; -webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
#index-hot-list .hot-left-main .top-list .list .img img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
#index-hot-list .hot-left-main .top-list .list .img em
{width:auto; height:24px; line-height: 24px; display: block; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 9;
background: #FB72B0; border-radius: 0px 0px 15px 0px; font-size:12px; color:#ffffff; font-style:normal;
padding:2px 6px 2px 6px;}
#index-hot-list .hot-left-main .top-list .list .caption
{width:228px; height:31px; line-height: 31px; overflow: hidden; position: absolute; left:187px; top:21px;
font-size:16px; font-weight: bold;}
#index-hot-list .hot-left-main .top-list .list .caption a:link,
#index-hot-list .hot-left-main .top-list .list .caption a:visited
{color:#333333; text-decoration: none;}
#index-hot-list .hot-left-main .top-list .list .caption a:hover,
#index-hot-list .hot-left-main .top-list .list .caption a:active
{color:#FF417A; text-decoration: underline;}
#index-hot-list .hot-left-main .top-list .list .penName
{width:228px; height:27px; line-height: 27px; overflow: hidden; position: absolute; left:187px; top:52px;
font-size:12px; color:#666666;}
#index-hot-list .hot-left-main .top-list .list .renqi
{width:228px; height:25px; line-height: 25px; overflow: hidden; position: absolute; left:187px; top:79px;
font-size:12px; color:#FF417A;}
#index-hot-list .hot-left-main .top-list .list .jianjie
{width:228px; height:76px; line-height: 200%; overflow: hidden; position: absolute; left:187px; top:104px;
font-size:12px; color:#999999;}
#index-hot-list .hot-left-main .top-list .list .btn
{width:90px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:187px; top:190px;
font-size:12px; color:#ffffff; text-align: center; background:#6184DE; border-radius: 5px;}
#index-hot-list .hot-left-main .top-list .list .btn a:link,
#index-hot-list .hot-left-main .top-list .list .btn a:visited
{color:#ffffff; text-decoration: none;}
#index-hot-list .hot-left-main .top-list .list .btn a:hover,
#index-hot-list .hot-left-main .top-list .list .btn a:active
{color:#ffffff; text-decoration: underline;}
#index-hot-list .hot-left-main .top-list .clear-y
{width:20px; height:240px; overflow: hidden; float:left;}

#index-hot-list .hot-left-main .bottom-list
{width:870px; height:256px; overflow: hidden; position: absolute; left:0px; bottom:0px;}
#index-hot-list .hot-left-main .bottom-list ul li
{width:155px; height:256px; overflow: hidden; float:left; position: relative;}
#index-hot-list .hot-left-main .bottom-list ul li i
{width:155px; height:207px; overflow: hidden; display: block; font-style:normal; position:absolute; left:0px; top:0px;}
#index-hot-list .hot-left-main .bottom-list ul li img
{-webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
#index-hot-list .hot-left-main .bottom-list ul li img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
#index-hot-list .hot-left-main .bottom-list ul li em
{width:155px; height:28px; line-height: 32px; overflow: hidden; display: block; position: absolute; left:0px; top:207px;
font-size:14px; font-style: normal;}
#index-hot-list .hot-left-main .bottom-list ul li em a:link,
#index-hot-list .hot-left-main .bottom-list ul li em a:visited
{color:#333333; text-decoration: none;}
#index-hot-list .hot-left-main .bottom-list ul li em a:hover,
#index-hot-list .hot-left-main .bottom-list ul li em a:active
{color:#FF417A; text-decoration: underline;}
#index-hot-list .hot-left-main .bottom-list ul li span
{width:155px; height:21px; line-height: 25px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px;
font-size:12px; font-style: normal;}
#index-hot-list .hot-left-main .bottom-list ul li.clear-y
{width:23px; height:256px; overflow: hidden; float:left;}

/* 右边内容 */
#index-hot-list .hot-right-main
{width:310px; height:586px; overflow: hidden; float:right; position: relative;}
#index-hot-list .hot-right-main .title
{width:310px; height:67px; line-height: 67px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:24px;
color:#333333;}
#index-hot-list .hot-right-main .list
{width:310px; height:516px; overflow: hidden; position: absolute; left:0px; top:67px;
background:url(../ImgV3/bng49.png) no-repeat;}
#index-hot-list .hot-right-main .list .slide
{width:310px; height:478px; overflow:hidden; position:relative;}
.zy-Slide img
{border-radius:0px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .caption
{width:264px; height:40px; overflow:hidden; text-align:center; line-height:40px; color:#333333; font-size:16px;
position:absolute; left:23px; top:224px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .penName
{width:264px; height:26px; overflow:hidden; text-align:center; line-height:26px; color:#666666; font-size:12px;
position:absolute; left:23px; top:263px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .renqi
{width:264px; height:26px; overflow:hidden; text-align:center; line-height:26px; color:#FF417A; font-size:12px;
position:absolute; left:23px; top:289px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .txt
{width:264px; height:72px; line-height: 180%; overflow:hidden; position:absolute; left:23px; top:315px; font-size: 12px; color:#666666;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .tags
{width:264px; height:30px; overflow:hidden; text-align:center; position: absolute; left:23px; top:394px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .tags span
{width:auto; height:22px; overflow:hidden; display:inline-block; padding:0px 5px; border:1px solid #666666; border-radius:2px;
line-height:22px; color:#000000; font-size:12px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .btn
{width:90px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:111px; top:447px;
font-size:12px; color:#ffffff; text-align: center; background:#6184DE; border-radius: 5px;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .btn a:link,
#index-hot-list .hot-right-main .list .slide .slideTxt .item .btn a:visited
{color:#ffffff; text-decoration: none;}
#index-hot-list .hot-right-main .list .slide .slideTxt .item .btn a:hover,
#index-hot-list .hot-right-main .list .slide .slideTxt .item .btn a:active
{color:#ffffff; text-decoration: underline;}

/* 广告位占位图片 */
.Index-Adv
{width:1200px; height:110px; overflow: hidden; margin:0px auto; margin-top:30px;}
.Index-Adv img
{float:left;}

/* 排行榜 */
#index-ranking
{width:1200px; height:796px; overflow: hidden; margin:0px auto; margin-top:20px;}
#index-ranking .ranking-list
{width:285px; height:720px; overflow: hidden; float:left;}
#index-ranking .ranking-list .title
{width:285px; height:66px; line-height: 66px; overflow: hidden; float: left; font-size:24px; color:#333333;
text-indent: 45px; position: relative;}
#index-ranking .ranking-list .favo
{background:url(../ImgV3/bng50.png) 0px center no-repeat;}
#index-ranking .ranking-list .selling
{background:url(../ImgV3/bng51.png) 0px center no-repeat;}
#index-ranking .ranking-list .recommend
{background:url(../ImgV3/bng52.png) 0px center no-repeat;}
#index-ranking .ranking-list .hits
{background:url(../ImgV3/bng53.png) 0px center no-repeat;}
#index-ranking .ranking-list .title em
{line-height: 66px; font-style:normal; font-size:14px; position: absolute; right:0px;}
#index-ranking .ranking-list .title em a:link,
#index-ranking .ranking-list .title em a:visited
{color:#666666; text-decoration: none;}
#index-ranking .ranking-list .title em a:hover,
#index-ranking .ranking-list .title em a:active
{color:#FF417A; text-decoration: underline;}
#index-ranking .ranking-list .list-bg
{width:285px; height:654px; overflow: hidden; float:left; position: relative; background:#F4F8FB;}
#index-ranking .ranking-list .list-bg .list
{width:250px; height:645px; overflow: hidden; position: absolute; left:20px; top:0px;}
#index-ranking .ranking-list .list-bg .list .pic-list
{width:250px; height:107px; overflow: hidden; float:left; position: relative; margin-top:16px;}
#index-ranking .ranking-list .list-bg .list .pic-list .img
{width:80px; height:107px; overflow: hidden; position: absolute; left:0px; top:0px;}
#index-ranking .ranking-list .list-bg .list .pic-list .img img
{float:left;}
#index-ranking .ranking-list .list-bg .list .pic-list .img .angle
{position:absolute; left:0px; top:0px; z-index: 9;}
#index-ranking .ranking-list .list-bg .list .pic-list .caption
{width:162px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:88px; top:12px;
font-size:14px;}
#index-ranking .ranking-list .list-bg .list .pic-list .caption a:link,
#index-ranking .ranking-list .list-bg .list .pic-list .caption a:visited
{color:#333333; text-decoration: none;}
#index-ranking .ranking-list .list-bg .list .pic-list .caption a:hover,
#index-ranking .ranking-list .list-bg .list .pic-list .caption a:active
{color:#FF417A; text-decoration: underline;}
#index-ranking .ranking-list .list-bg .list .pic-list .penName
{width:162px; height:22px; line-height: 22px; overflow: hidden; position: absolute; left:88px; top:42px;
font-size:12px; color:#666666;}
#index-ranking .ranking-list .list-bg .list .pic-list .renqi
{width:162px; height:30px; line-height: 32px; overflow: hidden; position: absolute; left:88px; top:64px; text-indent: 18px;
font-size:12px; color:#FF417A; background:url(../ImgV3/bng57.png) 0px center no-repeat;}

#index-ranking .ranking-list .list-bg .list .font-list
{width:250px; height:40px; overflow: hidden; float:left; position: relative;}
#index-ranking .ranking-list .list-bg .list .font-list em
{font-style:normal;}
#index-ranking .ranking-list .list-bg .list .font-list .num
{width:24px; height:40px; line-height: 40px; overflow: hidden; float:left; display: block; font-size:14px; color:#999999;
font-weight: bold; text-indent: 5px;}
#index-ranking .ranking-list .list-bg .list .font-list .link
{width:150px; height:40px; line-height: 40px; overflow: hidden; float:left; display: block; font-size:14px;}
#index-ranking .ranking-list .list-bg .list .font-list .link a:link,
#index-ranking .ranking-list .list-bg .list .font-list .link a:visited
{color:#333333; text-decoration: none;}
#index-ranking .ranking-list .list-bg .list .font-list .link a:hover,
#index-ranking .ranking-list .list-bg .list .font-list .link a:active
{color:#FF417A; text-decoration: underline;}
#index-ranking .ranking-list .list-bg .list .font-list .penName
{width:72px; height:40px; line-height: 40px; overflow: hidden; display: block; float:left; font-size:12px; color:#999999;}
#index-ranking .clear-y
{width:20px; height:720px; overflow: hidden; float:left; background:none;}
#index-ranking .ranking-btn
{width:1200px; height:76px; overflow: hidden; float:left; position: relative;}
#index-ranking .ranking-btn .btn
{width: 180px; height: 35px; line-height: 35px; overflow: hidden; margin:0px auto; border: 1px solid #6184DE; border-radius: 5px;
font-size:16px; text-align: center; background:url(../ImgV3/bng58.png) 147px 14px no-repeat; margin-top:29px;}
#index-ranking .ranking-btn .btn a:link,#index-ranking .ranking-btn .btn a:visited
{color:#6184DE; text-decoration: none;}
#index-ranking .ranking-btn .btn a:hover,#index-ranking .ranking-btn .btn a:active
{color:#6184DE; text-decoration: underline;}

/* 首页优质新书 */
#index-youzhi-book
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:10px;}

/* 左侧内容 */
#index-youzhi-book .youzhi-left-main
{width:870px; height:600px; overflow: hidden; float:left; position: relative;}
#index-youzhi-book .youzhi-left-main .title
{width:870px; height:67px; line-height: 67px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
color:#666666; background:url(../ImgV3/bng59.png) 0px center no-repeat; text-indent: 50px;}
#index-youzhi-book .youzhi-left-main .title span
{font-size:24px; color:#333333;}
#index-youzhi-book .youzhi-left-main .title em
{font-style: normal;}
#index-youzhi-book .youzhi-left-main .book-list
{width:870px; height:532px; overflow: hidden; position: absolute; left:0px; bottom:0px;}
#index-youzhi-book .youzhi-left-main .book-list ul li
{width:155px; height:256px; overflow: hidden; float:left; position: relative;}
#index-youzhi-book .youzhi-left-main .book-list ul li i
{width:155px; height:207px; overflow: hidden; display: block; font-style:normal; position:absolute; left:0px; top:0px;}
#index-youzhi-book .youzhi-left-main .book-list ul li img
{-webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
#index-youzhi-book .youzhi-left-main .book-list ul li img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
#index-youzhi-book .youzhi-left-main .book-list ul li em
{width:155px; height:28px; line-height: 32px; overflow: hidden; display: block; position: absolute; left:0px; top:207px;
font-size:14px; font-style: normal;}
#index-youzhi-book .youzhi-left-main .book-list ul li em a:link,
#index-youzhi-book .youzhi-left-main .book-list ul li em a:visited
{color:#333333; text-decoration: none;}
#index-youzhi-book .youzhi-left-main .book-list ul li em a:hover,
#index-youzhi-book .youzhi-left-main .book-list ul li em a:active
{color:#FF417A; text-decoration: underline;}
#index-youzhi-book .youzhi-left-main .book-list ul li span
{width:155px; height:21px; line-height: 25px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px;
font-size:12px; font-style: normal;}
#index-youzhi-book .youzhi-left-main .book-list ul li.clear-y
{width:23px; height:256px; overflow: hidden; float:left;}
#index-youzhi-book .youzhi-left-main .book-list ul li.clear-x
{width:870px; height:20px; overflow: hidden; float:left;}

/* 右侧内容 */
#index-youzhi-book .youzhi-right-main
{width:310px; height:600px; overflow: hidden; position: relative; float:right;}
#index-youzhi-book .youzhi-right-main .title
{width:310px; height:67px; line-height: 67px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
color:#666666;}
#index-youzhi-book .youzhi-right-main .title span
{font-size:24px; color:#333333;}
#index-youzhi-book .youzhi-right-main .list
{width:310px; height:498px; overflow: hidden; position: absolute; left:0px; top:67px;}
#index-youzhi-book .youzhi-right-main .list .one
{width:310px; height:189px; overflow: hidden; position: relative; border-bottom: 1px solid #E6EAEE;}
#index-youzhi-book .youzhi-right-main .list .one .caption
{width:310px; height:36px; /*line-height: 36px;*/ overflow: hidden; position: absolute; left:0px; top:0px; font-size: 16px;}
#index-youzhi-book .youzhi-right-main .list .one .caption a:link,
#index-youzhi-book .youzhi-right-main .list .one .caption a:visited
{color:#333333; text-decoration: none;}
#index-youzhi-book .youzhi-right-main .list .one .caption a:hover,
#index-youzhi-book .youzhi-right-main .list .one .caption a:active
{color:#FF417A; text-decoration: underline;}
#index-youzhi-book .youzhi-right-main .list .one .img
{width:100px; height:133px; overflow: hidden; position: absolute; left:0px; top:36px;}
#index-youzhi-book .youzhi-right-main .list .one .img img
{float:left;}
#index-youzhi-book .youzhi-right-main .list .one .sortName
{width:197px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:113px; top:36px;
font-size:14px; color:#999999;}
#index-youzhi-book .youzhi-right-main .list .one .jianjie
{width:197px; height:68px; line-height: 180%; overflow: hidden; position: absolute; left:113px; top:66px;
font-size:12px; color:#666666;}
#index-youzhi-book .youzhi-right-main .list .one .renqi
{width:197px; height:26px; line-height: 30px; overflow: hidden; position: absolute; left:113px; top:134px;
font-size:12px; color:#FF417A; background:url(../ImgV3/bng57.png) 0px center no-repeat; text-indent: 21px;}
#index-youzhi-book .youzhi-right-main .list .list-data
{width:310px; height:76px; overflow: hidden; float:left; position: relative; border-bottom: 1px solid #E6EAEE;}
#index-youzhi-book .youzhi-right-main .list .list-data .caption
{width:310px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:14px; color:#999999;}
#index-youzhi-book .youzhi-right-main .list .list-data .caption a
{font-size:16px;}
#index-youzhi-book .youzhi-right-main .list .list-data .caption a:link,
#index-youzhi-book .youzhi-right-main .list .list-data .caption a:visited
{color:#333333; text-decoration: none;}
#index-youzhi-book .youzhi-right-main .list .list-data .caption a:hover,
#index-youzhi-book .youzhi-right-main .list .list-data .caption a:active
{color:#FF417A; text-decoration: underline;}
#index-youzhi-book .youzhi-right-main .list .list-data .renqi
{width:310px; height:26px; line-height: 30px; overflow: hidden; position: absolute; left:0px; top:40px;
font-size:12px; color:#FF417A; background:url(../ImgV3/bng57.png) 0px center no-repeat; text-indent: 21px;}
#index-youzhi-book .youzhi-right-main .more
{width:310px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:0px; bottom:0px;
font-size:12px; text-align: center; background:#F4F8FB url(../ImgV3/bng60.png) 185px 12px no-repeat;}
#index-youzhi-book .youzhi-right-main .more a:link,
#index-youzhi-book .youzhi-right-main .more a:visited
{color:#333333; text-decoration: none;}
#index-youzhi-book .youzhi-right-main .more a:hover,
#index-youzhi-book .youzhi-right-main .more a:active
{color:#FF417A; text-decoration: underline;}

/* 首页最近新书 */
#index-xinshu-book
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:10px;}

/* 左侧内容 */
#index-xinshu-book .xinshu-left-main
{width:870px; height:600px; overflow: hidden; float:left; position: relative;}
#index-xinshu-book .xinshu-left-main .title
{width:870px; height:67px; line-height: 67px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
color:#666666; background:url(../ImgV3/bng61.png) 0px center no-repeat; text-indent: 50px;}
#index-xinshu-book .xinshu-left-main .title span
{font-size:24px; color:#333333;}
#index-xinshu-book .xinshu-left-main .title em
{font-style: normal;}
#index-xinshu-book .xinshu-left-main .book-list
{width:870px; height:532px; overflow: hidden; position: absolute; left:0px; bottom:0px;}
#index-xinshu-book .xinshu-left-main .book-list ul li
{width:155px; height:256px; overflow: hidden; float:left; position: relative;}
#index-xinshu-book .xinshu-left-main .book-list ul li i
{width:155px; height:207px; overflow: hidden; display: block; font-style:normal; position:absolute; left:0px; top:0px;}
#index-xinshu-book .xinshu-left-main .book-list ul li img
{-webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
#index-xinshu-book .xinshu-left-main .book-list ul li img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
#index-xinshu-book .xinshu-left-main .book-list ul li em
{width:155px; height:28px; line-height: 32px; overflow: hidden; display: block; position: absolute; left:0px; top:207px;
font-size:14px; font-style: normal;}
#index-xinshu-book .xinshu-left-main .book-list ul li em a:link,
#index-xinshu-book .xinshu-left-main .book-list ul li em a:visited
{color:#333333; text-decoration: none;}
#index-xinshu-book .xinshu-left-main .book-list ul li em a:hover,
#index-xinshu-book .xinshu-left-main .book-list ul li em a:active
{color:#FF417A; text-decoration: underline;}
#index-xinshu-book .xinshu-left-main .book-list ul li span
{width:155px; height:21px; line-height: 25px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px;
font-size:12px; font-style: normal;}
#index-xinshu-book .xinshu-left-main .book-list ul li.clear-y
{width:23px; height:256px; overflow: hidden; float:left;}
#index-xinshu-book .xinshu-left-main .book-list ul li.clear-x
{width:870px; height:20px; overflow: hidden; float:left;}

/* 右侧内容 */
#index-xinshu-book .xinshu-right-main
{width:310px; height:600px; overflow: hidden; position: relative; float:right;}
#index-xinshu-book .xinshu-right-main .title
{width:310px; height:67px; line-height: 67px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
color:#666666;}
#index-xinshu-book .xinshu-right-main .title span
{font-size:24px; color:#333333;}
#index-xinshu-book .xinshu-right-main .list
{width:310px; height:498px; overflow: hidden; position: absolute; left:0px; top:67px;}
#index-xinshu-book .xinshu-right-main .list .one
{width:310px; height:189px; overflow: hidden; position: relative; border-bottom: 1px solid #E6EAEE;}
#index-xinshu-book .xinshu-right-main .list .one .caption
{width:310px; height:36px; /*line-height: 36px;*/ overflow: hidden; position: absolute; left:0px; top:0px; font-size: 16px;}
#index-xinshu-book .xinshu-right-main .list .one .caption a:link,
#index-xinshu-book .xinshu-right-main .list .one .caption a:visited
{color:#333333; text-decoration: none;}
#index-xinshu-book .xinshu-right-main .list .one .caption a:hover,
#index-xinshu-book .xinshu-right-main .list .one .caption a:active
{color:#FF417A; text-decoration: underline;}
#index-xinshu-book .xinshu-right-main .list .one .img
{width:100px; height:133px; overflow: hidden; position: absolute; left:0px; top:36px;}
#index-xinshu-book .xinshu-right-main .list .one .img img
{float:left;}
#index-xinshu-book .xinshu-right-main .list .one .sortName
{width:197px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:113px; top:36px;
font-size:14px; color:#999999;}
#index-xinshu-book .xinshu-right-main .list .one .jianjie
{width:197px; height:68px; line-height: 180%; overflow: hidden; position: absolute; left:113px; top:66px;
font-size:12px; color:#666666;}
#index-xinshu-book .xinshu-right-main .list .one .renqi
{width:197px; height:26px; line-height: 30px; overflow: hidden; position: absolute; left:113px; top:134px;
font-size:12px; color:#FF417A; background:url(../ImgV3/bng57.png) 0px center no-repeat; text-indent: 21px;}
#index-xinshu-book .xinshu-right-main .list .list-data
{width:310px; height:76px; overflow: hidden; float:left; position: relative; border-bottom: 1px solid #E6EAEE;}
#index-xinshu-book .xinshu-right-main .list .list-data .caption
{width:310px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:14px; color:#999999;}
#index-xinshu-book .xinshu-right-main .list .list-data .caption a
{font-size:16px;}
#index-xinshu-book .xinshu-right-main .list .list-data .caption a:link,
#index-xinshu-book .xinshu-right-main .list .list-data .caption a:visited
{color:#333333; text-decoration: none;}
#index-xinshu-book .xinshu-right-main .list .list-data .caption a:hover,
#index-xinshu-book .xinshu-right-main .list .list-data .caption a:active
{color:#FF417A; text-decoration: underline;}
#index-xinshu-book .xinshu-right-main .list .list-data .renqi
{width:310px; height:26px; line-height: 30px; overflow: hidden; position: absolute; left:0px; top:40px;
font-size:12px; color:#FF417A; background:url(../ImgV3/bng57.png) 0px center no-repeat; text-indent: 21px;}
#index-xinshu-book .xinshu-right-main .more
{width:310px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:0px; bottom:0px;
font-size:12px; text-align: center; background:#F4F8FB url(../ImgV3/bng60.png) 185px 12px no-repeat;}
#index-xinshu-book .xinshu-right-main .more a:link,
#index-xinshu-book .xinshu-right-main .more a:visited
{color:#333333; text-decoration: none;}
#index-xinshu-book .xinshu-right-main .more a:hover,
#index-xinshu-book .xinshu-right-main .more a:active
{color:#FF417A; text-decoration: underline;}

/* 最近更新 */
#Index-Updatelist
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:30px;}
#Index-Updatelist .title
{width:1200px; height:67px; line-height: 67px; overflow: hidden; float:left;
background:url(../ImgV3/bng62.png) 0px center no-repeat;
font-size:24px; color:#333333; text-indent: 50px;}
#Index-Updatelist .title em
{font-size:16px; color:#999999; font-style: normal; font-weight: normal;}
#Index-Updatelist .list
{width:1200px; height:auto; overflow: hidden; margin:0px auto;}
#Index-Updatelist .list table tr th
{height:46px; font-size:14px; color:#999999; text-align: left; font-weight: normal;
background:#E6F1EE;}
#Index-Updatelist .list table tr th.a
{text-align: center;}
#Index-Updatelist .list table tr td
{height:46px; font-size:14px; color:#999999; text-align: left;}
#Index-Updatelist .list table tr td.sort
{text-align:center; color:#666666;}
#Index-Updatelist .list table tr td .chapter-title
{}
#Index-Updatelist .list table tr td.b
{font-weight: bold;}
#Index-Updatelist .list table tr td.d
{color:#FF417A;}
#Index-Updatelist .list table tr td.b a:link,
#Index-Updatelist .list table tr td.b a:visited
{color:#333333; text-decoration: none;}
#Index-Updatelist .list table tr td.b a:hover,
#Index-Updatelist .list table tr td.b a:active
{color:#FF417A; text-decoration:underline;}
#Index-Updatelist .list table tr td.c a:link,
#Index-Updatelist .list table tr td.c a:visited
{color:#333333; text-decoration: none;}
#Index-Updatelist .list table tr td.c a:hover,
#Index-Updatelist .list table tr td.c a:active
{color:#FF417A; text-decoration:underline;}
#Index-Updatelist .list table tr:nth-child(odd)
{background:#F4F8FB;}
#Index-Updatelist .list table tr td.a .block
{width:79px; height:30px; line-height: 30px; overflow: hidden; margin:0px auto; border-radius: 27px; text-align: center;
color:#ffffff;}

/* 排行榜页面——首页 */
.rankingMenu
{width:1200px; height:64px; overflow: hidden; margin:0px auto; background: url(../ImgV3/bng64.png) repeat-x;}
.rankingMenu ul li
{width:120px; height:64px; line-height: 64px; overflow: hidden; float:left; font-size:16px; text-align: center;
margin-left:30px;}
.rankingMenu ul li.onfocus
{font-weight: bold; background: url(../ImgV3/bng65.png) repeat-x;}
.rankingMenu ul li a:link,.rankingMenu ul li a:visited
{color:#333333; text-decoration: none;}
.rankingMenu ul li a:hover,.rankingMenu ul li a:active
{color:#FF417A; text-decoration: underline;}
.rankingMenu ul li.onfocus a:link,.rankingMenu ul li.onfocus a:visited
{color:#6184DE; text-decoration: none;}
.rankingMenu ul li.onfocus a:hover,.rankingMenu ul li.onfocus a:active
{color:#FF417A; text-decoration: underline;}

.ranking-sub-nav
{width:1200px; height:40px; overflow: hidden; margin:0px auto; margin-top:20px;}
.ranking-sub-nav ul li
{width:120px; height:40px; line-height: 40px; overflow: hidden; float: left; font-size:14px; margin-right:15px; text-align: center;
background:#F4F8FB; border-radius: 20px;}
.ranking-sub-nav ul li a:link,.ranking-sub-nav ul li a:visited
{color:#333333; text-decoration: none;}
.ranking-sub-nav ul li a:hover,.ranking-sub-nav ul li a:active
{color:#FF417A; text-decoration:underline;}
.ranking-sub-nav ul li.onfocus
{background:#6184DE;}
.ranking-sub-nav ul li.onfocus a:link,.ranking-sub-nav ul li.onfocus a:visited
{color:#ffffff; text-decoration: none;}
.ranking-sub-nav ul li.onfocus a:hover,.ranking-sub-nav ul li.onfocus a:active
{color:#ffffff; text-decoration:underline;}

/* 排行榜列表页面 */
.ranking-main
{width:1200px; height:auto; overflow: hidden; margin:0px auto;}
.ranking-main .list
{width:386px; height:734px; overflow: hidden; float: left; position: relative; margin-top:38px;
background:#F4F8FB; border-radius: 0px 20px 20px 20px;}
.ranking-main .list .title
{width:386px; height:50px; overflow: hidden; position: relative; left:0px; top:0px; background:#ffffff;}
.ranking-main .list .title span
{width:130px; height:50px; line-height: 50px; overflow: hidden; display: block; position: absolute; left:0px; top:0px; font-size:20px;
font-weight: bold; color:#ffffff; text-indent: 18px;}
.ranking-main .list .title span.favo
{background:url(../ImgV3/bng63.png) no-repeat;}
.ranking-main .list .title span.selling
{background:url(../ImgV3/bng63.png) -130px 0px no-repeat;}
.ranking-main .list .title span.recommend
{background:url(../ImgV3/bng63.png) -260px 0px no-repeat;}
.ranking-main .list .title span.hits
{background:url(../ImgV3/bng63.png) -390px 0px no-repeat;}
.ranking-main .list .title span.pushmore
{background:url(../ImgV3/bng63.png) -520px 0px no-repeat;}
.ranking-main .list .title span.monthly
{background:url(../ImgV3/bng63.png) -650px 0px no-repeat;}
.ranking-main .list .title span.goldmaster
{background:url(../ImgV3/bng63.png) -390px 0px no-repeat;}
.ranking-main .list .title em
{width:90px; height:50px; line-height: 69px; overflow: hidden; display: block; font-style: normal; position: absolute; right:0px; top:0px;
font-size:12px; text-align: center; background:url(../ImgV3/bng60.png) 65px 29px no-repeat;}
.ranking-main .list .title em a:link,.ranking-main .list .title em a
{width:90px; height:50px; display: block;}
.ranking-main .list .title em a:link,.ranking-main .list .title em a:visited
{color:#666666; text-decoration: none;}
.ranking-main .list .title em a:hover,.ranking-main .list .title em a:active
{color:#FF417A; text-decoration:underline;}
.ranking-main .list .pic-list
{width:345px; height:356px; overflow: visible; position: absolute; left:20px; top:82px;}
.ranking-main .list .pic-list .pic-list-clear-y
{width:345px; height: 16px; overflow: hidden;}
.ranking-main .list .top
{width:345px; height:108px; overflow: visible; float:left; position: relative;}
.ranking-main .list .top .num
{width:45px; height:11px; overflow: hidden; position: absolute; left:6px; top:52px;}
.ranking-main .list .top .icon-top1
{background: url(../ImgV3/bng66.png) 0px 0px no-repeat;}
.ranking-main .list .top .icon-top2
{background: url(../ImgV3/bng66.png) -45px 0px no-repeat;}
.ranking-main .list .top .icon-top3
{background: url(../ImgV3/bng66.png) -90px 0px no-repeat;}
.ranking-main .list .top .caption
{width:162px; height:28px; line-height: 28px; overflow: hidden; position: absolute; left:55px; top:10px; font-size:14px;}
.ranking-main .list .top .caption a:link,
.ranking-main .list .top .caption a:visited
{color:#333333; text-decoration: none;}
.ranking-main .list .top .caption a:hover,
.ranking-main .list .top .caption a:active
{color:#FF417A; text-decoration:underline;}
.ranking-main .list .top .info
{width:162px; height:25px; line-height: 25px; overflow: hidden; position: absolute; left:55px; top:45px; font-size:12px;
color:#666666;}
.ranking-main .list .top .hot
{width:162px; height:25px; line-height: 25px; overflow: hidden; position: absolute; left:55px; top:77px; font-size:12px;
color:#FF417A; background:url(../ImgV3/bng57.png) 0px 3px no-repeat; text-indent: 15px;}
.ranking-main .list .top .img-a
{width:80px; height:108px; overflow: hidden; position: absolute; right:0px; top:0px; /* box-shadow:0px 4px 6px 0px rgba(0,0,0,0.31); */}
.ranking-main .list .top .img-a img
{}

.ranking-main .list .top .nickname
{width:162px; height:28px; line-height: 28px; overflow: hidden; position: absolute; left:78px; top:25px; font-size:16px;}
.ranking-main .list .top .nickname a:link,
.ranking-main .list .top .nickname a:visited
{color:#333333; text-decoration: none;}
.ranking-main .list .top .nickname a:hover,
.ranking-main .list .top .nickname a:active
{color:#FF417A; text-decoration:underline;}
.ranking-main .list .top .money
{width:162px; height:25px; line-height: 25px; overflow: hidden; position: absolute; left:78px; top:60px; font-size:12px;
color:#FF417A;}
.ranking-main .list .top .theFace
{width:70px; height:70px; overflow: visible; position: absolute; left:255px; top:20px;}
.ranking-main .list .top .theFace img
{border-radius: 50%; box-shadow:0px 4px 6px 0px rgba(0,0,0,0.31);}

.ranking-main .list ul
{position:absolute; left:21px; top:438px;}
.ranking-main .list ul li
{width:345px; height:40px; overflow: hidden; float: left;}
.ranking-main .list ul li dl
{width:345px; height:40px; overflow: hidden; position: relative;}
.ranking-main .list ul li dl .num
{width:55px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px; font-weight: bold;
color:#999999; text-indent: 7px;}
.ranking-main .list ul li dl .font
{width:208px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:55px; top:0px; font-size:14px;}
.ranking-main .list ul li dl .font a:link,.ranking-main .list ul li dl .font a:visited
{color:#333333; text-decoration: none;}
.ranking-main .list ul li dl .font a:hover,.ranking-main .list ul li dl .font a:active
{color:#FF417A; text-decoration: underline;}
.ranking-main .list ul li dl .hot
{width:58px; height:40px; line-height: 40px; overflow: hidden; position: absolute; right:0px; top:0px; font-size:14px; color:#999999;
text-align: center;}
.ranking-main .clear-y
{width:20px; height:734px; overflow: hidden; float: left;}

/* 排行榜页面——列表页 */
.ranking-piclist
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;}
.ranking-piclist .list
{width:1200px; height:212px; overflow: hidden; position: relative; border-bottom:1px solid #e9e9e9;}
.ranking-piclist .listHover
{/*background:#F8F8F8;*/}
.ranking-piclist .list .icon
{width:50px; height:213px; overflow: hidden; position: absolute; left:0px; top:0px;}
.ranking-piclist .list .icon-1
{background:url(../ImgV3/bng67.png) 0px center no-repeat;}
.ranking-piclist .list .icon-2
{background:url(../ImgV3/bng67.png) -50px center no-repeat;}
.ranking-piclist .list .icon-3
{background:url(../ImgV3/bng67.png) -100px center no-repeat;}
.ranking-piclist .list .number
{width:50px; height:213px; line-height: 213px; overflow: hidden; font-size:20px; font-weight: bold; color:#fd1412;
position: absolute; left:0px; top:0px; color:#999999;}
.ranking-piclist .list .picture
{width:130px; height:173px; overflow: hidden; position: absolute; left:74px; top:21px; box-shadow:0px 4px 6px 0px rgba(0,0,0,0.31);
border:1px solid #f5f5f5;}
.ranking-piclist .list .picture img
{position: absolute; left:0px; top:0px; -webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
.ranking-piclist .list .picture img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
.ranking-piclist .list .title
{width:550px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:216px; top:21px; font-size:18px;
font-weight: bold;}
.ranking-piclist .list .title a:link,
.ranking-piclist .list .title a:visited
{color:#333333; text-decoration: none;}
.ranking-piclist .list .title a:hover,
.ranking-piclist .list .title a:active
{color:#FF417A; text-decoration:underline;}
.ranking-piclist .list .jianjie
{width:972px; height:64px; line-height: 180%; overflow: hidden; position: absolute; left:216px; top:92px; font-size:14px; color:#666666;}
.ranking-piclist .list .hots
{width:340px; height:42px; line-height: 42px; overflow: hidden; position: absolute; left:216px; top:152px; font-size:12px; color:#FF417A;}
.ranking-piclist .list .info
{width:550px; height:27px; line-height: 27px; overflow: hidden; position: absolute; left:216px; top:61px; font-size:12px;
color:#666666;}
.ranking-piclist .list .read
{width:105px; height:34px; line-height: 34px; overflow: hidden; position: absolute; right:116px; top:157px; font-size:16px; text-align: center;
background:#FF417A; border-radius: 5px;}
.ranking-piclist .list .read a
{color:#ffffff; text-decoration: none;}
.ranking-piclist .list .addBookcase
{width:103px; height:32px; line-height: 32px; overflow: hidden; position: absolute; right:0px; top:157px; font-size:14px;
background:url(../ImgV3/bng68.png) 15px 9px no-repeat; text-indent: 32px; border-radius: 5px; border:1px solid #6184DE;}
.ranking-piclist .list .delBookcase
{width:103px; height:32px; line-height: 32px; overflow: hidden; position: absolute; right:0px; top:157px; font-size:14px;
background:url(../ImgV3/bng69.png) 15px 9px no-repeat; text-indent: 32px; border-radius: 5px; border:1px solid #cccccc;}
.ranking-piclist .list .addBookcase a
{color:#6184DE; text-decoration: none;}
.ranking-piclist .list .delBookcase a
{color:#666666; text-decoration: none;}

/* 排行榜页面——金主榜 */

/* 网站位置信息 */
.web-address
{width:1200px; height:50px; line-height:50px; overflow: hidden; margin:0px auto; font-size:12px; color:#333333; text-indent: 25px;
background:url(../ImgV3/bng40.png) 0px center no-repeat;}
.web-address em,.web-address i
{font-style:normal;}
.web-address a:link,.web-address a:visited
{color:#333333; text-decoration: none;}
.web-address a:hover,.web-address a:active
{color:#FF417A; text-decoration: underline;}

/* 书库页面 */
.Booklibrary-content
{width:1200px; height:auto; overflow: hidden; margin:0px auto;}
.Booklibrary-content .Left-Nav
{width:240px; height:auto; overflow: hidden; float: left; background:#F4F8FB;}
.Booklibrary-content .Left-Nav .List-menu
{width:220px; height:auto; overflow: hidden; margin:0px auto; padding-bottom: 20px; border-bottom:1px solid #f0f0f0;}
.Booklibrary-content .Left-Nav .List-menu .title
{width:220px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; color:#333333; font-weight: bold;}
.Booklibrary-content .Left-Nav .List-menu .list
{width:220px; height:auto; overflow: hidden;}
.Booklibrary-content .Left-Nav .List-menu .list ul li
{width:auto; height:26px; line-height: 26px; overflow: hidden; float: left; font-size:12px; margin-right:10px; margin-top:5px; padding:0px 6px;
text-align: center;}
.Booklibrary-content .Left-Nav .List-menu .list ul li.onfocus
{background:#6184DE;}
.Booklibrary-content .Left-Nav .List-menu .list ul li a:link,
.Booklibrary-content .Left-Nav .List-menu .list ul li a:visited
{color:#333333; text-decoration: none;}
.Booklibrary-content .Left-Nav .List-menu .list ul li a:hover,
.Booklibrary-content .Left-Nav .List-menu .list ul li a:active
{color:#6184DE; text-decoration: underline;}
.Booklibrary-content .Left-Nav .List-menu .list ul li.onfocus a:link,
.Booklibrary-content .Left-Nav .List-menu .list ul li.onfocus a:visited
{color:#ffffff; text-decoration: none;}
.Booklibrary-content .Left-Nav .List-menu .list ul li.onfocus a:hover,
.Booklibrary-content .Left-Nav .List-menu .list ul li.onfocus a:active
{color:#ffffff; text-decoration: underline;}

/* 书库内容 */
.Booklibrary-content .Right-content
{width:935px; height:auto; overflow: hidden; float: right;}
.Booklibrary-content .Right-content .Top-nav
{width:935px; height:50px; overflow: hidden; position: relative; background: #F9F9F9;}
.Booklibrary-content .Right-content .Top-nav .nav
{width:675px; height:50px; overflow: hidden; position: absolute; left:0px; top:0px;}
.Booklibrary-content .Right-content .Top-nav .nav ul li
{width:75px; height:50px; line-height: 50px; overflow: hidden; float: left; font-size:12px; text-align: center;}
.Booklibrary-content .Right-content .Top-nav .nav ul li a:link,
.Booklibrary-content .Right-content .Top-nav .nav ul li a:visited
{color:#333333; text-decoration: none;}
.Booklibrary-content .Right-content .Top-nav .nav ul li a:hover,
.Booklibrary-content .Right-content .Top-nav .nav ul li a:active
{color:#6184DE; text-decoration:underline;}
.Booklibrary-content .Right-content .Top-nav .nav ul li.onfocus
{background:#6184DE;}
.Booklibrary-content .Right-content .Top-nav .nav ul li.onfocus a:link,
.Booklibrary-content .Right-content .Top-nav .nav ul li.onfocus a:visited
{color:#ffffff; text-decoration: none;}
.Booklibrary-content .Right-content .Top-nav .nav ul li.onfocus a:hover,
.Booklibrary-content .Right-content .Top-nav .nav ul li.onfocus a:active
{color:#ffffff; text-decoration:underline;}

.Booklibrary-content .Right-content .Top-nav .style
{width:108px; height:50px; overflow: hidden; position: absolute; right:0px; top:0px;}
.Booklibrary-content .Right-content .Top-nav .style ul li
{width:54px; height:50px; overflow: hidden; float: left; position: relative;}
.Booklibrary-content .Right-content .Top-nav .style ul li img
{position:absolute; left:19px; top:17px; display: none;}
.Booklibrary-content .Right-content .Top-nav .style ul li img.img
{display: block;}
.Booklibrary-content .Right-content .Top-nav .style ul li.onfocus img.img
{display: none;}
.Booklibrary-content .Right-content .Top-nav .style ul li.onfocus img.imgB
{display: block;}

/* 图片列表模式 */
.Booklibrary-content .Right-content .BookPicList
{width:935px; min-height:800px; overflow: visible;}
.Booklibrary-content .Right-content .BookPicList ul li
{width:454px; height:162px; overflow: visible; float: left; margin-top:25px;}
.Booklibrary-content .Right-content .BookPicList ul li.clear-y
{width:27px; height:162px; overflow: hidden; float: left; margin-top:25px;}
.Booklibrary-content .Right-content .BookPicList ul li dl
{width:454px; height:162px; overflow: visible; position: relative;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.img
{width:120px; height:160px; overflow: hidden; position: absolute; left:0px; top:0px;
border:1px solid #ffffff; border-radius: 4px; box-shadow:0px 4px 6px 0px rgba(0,0,0,0.31);}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.img img
{-webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.img img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.title
{width:315px; height:40px; line-height: 40px; overflow: hidden; position: absolute; right:0px; top:0px; font-size:16px; font-weight: bold;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.title a:link,
.Booklibrary-content .Right-content .BookPicList ul li dl dd.title a:visited
{color:#333333; text-decoration: none;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.title a:hover,
.Booklibrary-content .Right-content .BookPicList ul li dl dd.title a:active
{color:#FF417A; text-decoration: underline;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.author
{width:315px; height:20px; line-height: 20px; overflow: hidden; position: absolute; right:0px; top:40px; font-size: 12px; color:#666666;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.author a:link,
.Booklibrary-content .Right-content .BookPicList ul li dl dd.author a:visited
{color:#666666; text-decoration: none;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.author a:hover,
.Booklibrary-content .Right-content .BookPicList ul li dl dd.author a:active
{color:#FF417A; text-decoration: underline;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.jianjie
{width:315px; height:60px; line-height: 180%; overflow: hidden; position: absolute; right:0px; top:69px; font-size:14px; color:#666666;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.newChapter
{width:315px; height:34px; line-height: 34px; overflow: hidden; position: absolute; right:0px; bottom:0px; font-size:12px;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.newChapter a:link,
.Booklibrary-content .Right-content .BookPicList ul li dl dd.newChapter a:visited
{color:#6184DE; text-decoration: none;}
.Booklibrary-content .Right-content .BookPicList ul li dl dd.newChapter a:hover,
.Booklibrary-content .Right-content .BookPicList ul li dl dd.newChapter a:active
{color:#FF417A; text-decoration:underline;}

/* 文字列表模式 */
.Booklibrary-content .Right-content .BookFontList
{width:935px; min-height:800px; overflow: visible; margin-top:30px;}
.Booklibrary-content .Right-content .BookFontList .table
{width:935px; height:auto; overflow: hidden; margin:0px auto;}
.Booklibrary-content .Right-content .BookFontList .table tr th,.Booklibrary-content .Right-content .BookFontList .table tr td
{padding:12px 0px; border-bottom: 1px solid #eaeaea;}
.Booklibrary-content .Right-content .BookFontList .table tr th
{font-size:14px; color:#666666;}
.Booklibrary-content .Right-content .BookFontList .table tr td
{font-size:14px;}
.Booklibrary-content .Right-content .BookFontList .table tr.hover:hover td
{background:#F9F9F9;}
.Booklibrary-content .Right-content .BookFontList .table tr td.a
{color:#666666; padding-right:10px;}
.Booklibrary-content .Right-content .BookFontList .table tr td.b
{font-weight: bold;}
.Booklibrary-content .Right-content .BookFontList .table tr td.b a:link,
.Booklibrary-content .Right-content .BookFontList .table tr td.b a:visited
{color:#333333; text-decoration: none;}
.Booklibrary-content .Right-content .BookFontList .table tr td.b a:hover,
.Booklibrary-content .Right-content .BookFontList .table tr td.b a:active
{color:#FF417A; text-decoration:underline;}
.Booklibrary-content .Right-content .BookFontList .table tr td.c a:link,
.Booklibrary-content .Right-content .BookFontList .table tr td.c a:visited
{color:#333333; text-decoration: none;}
.Booklibrary-content .Right-content .BookFontList .table tr td.c a:hover,
.Booklibrary-content .Right-content .BookFontList .table tr td.c a:active
{color:#FF417A; text-decoration:underline;}
.Booklibrary-content .Right-content .BookFontList .table tr td.d
{color:#999999;}
.Booklibrary-content .Right-content .BookFontList .table tr td.d a:link,
.Booklibrary-content .Right-content .BookFontList .table tr td.d a:visited
{color:#999999; text-decoration: none;}
.Booklibrary-content .Right-content .BookFontList .table tr td.d a:hover,
.Booklibrary-content .Right-content .BookFontList .table tr td.d a:active
{color:#FF417A; text-decoration: underline;}

/* 暂无书籍样式 */
.Booklibrary-NoBooks
{width:100%; height:auto; overflow: hidden; text-align: center; font-size:14px; color:#333333;
padding-top:140px;}
.Booklibrary-NoBooks img
{margin-bottom:30px;}
.Booklibrary-NoBooks a.button
{width: 178px; height: 34px; line-height: 34px; display: inline-block; text-decoration: none;
position: relative; border-radius: 2px; text-align: center; margin-top:12px;
color: #FFF; background: #6184DF;}
.Booklibrary-NoBooks a.button:hover
{background:#86a4f3;}

/* 书籍详情页面 */
.bookdetail-header
{width:100%; height:350px; overflow: hidden; background:url(../ImgV3/bng97.png) center 0px no-repeat;
background-size: 100% auto; position: relative; z-index: 99;}
.bookdetail-top
{width:1200px; height:330px; overflow: visible; position: relative; z-index: 9999; margin:0px auto; margin-top:-230px;
background:url(../ImgV3/bng98.png) no-repeat;}
.bookdetail-top .cover-bg
{width:200px; height:266px; overflow: hidden; position: absolute; left:35px; top:36px; background:#E5E8F2;}
.bookdetail-top .cover
{width:200px; height:266px; overflow: hidden; position: absolute; left:30px; top:30px;}
.bookdetail-top .cover img
{float:left;}
.bookdetail-top .bookdetail-name
{width:715px; height:41px; line-height: 41px; overflow: hidden; position: absolute; left:254px; top:40px; color:#9a9a9a;}
.bookdetail-top .bookdetail-name .status
{width:auto; height:auto; overflow: hidden; background:#FF903D; font-size:16px; color:#ffffff;
border-radius: 5px; padding:5px 6px; font-style: normal;}
.bookdetail-top .bookdetail-name .lianzai
{background:#FF417A;}
.bookdetail-top .bookdetail-name .title
{font-size:26px; color:#333333; padding-left:5px;}
.bookdetail-top .bookdetail-name .penName
{font-size:14px; color:#6184DE;}
.bookdetail-top .bookdetail-name .penName a:link,.bookdetail-top .bookdetail-name .penName a:visited
{color:#6184DE; text-decoration: none;}
.bookdetail-top .bookdetail-name .penName a:hover,.bookdetail-top .bookdetail-name .penName a:active
{color:#6184DE; text-decoration: underline;}
.bookdetail-top .bookdetail-name .penName em
{font-style:normal; color:#333333; padding-left:5px;}
.bookdetail-top .bookdetail-hits
{width:206px; height:47px; line-height: 47px; overflow: hidden; position: absolute; right:0px; top:40px; text-indent: 62px;
font-size:20px; color:#FF903D; background:url(../ImgV3/bng99.png) 23px 6px no-repeat;}
.bookdetail-top .label-list
{width:815px; height:24px; overflow: hidden; position: absolute; left:254px; top:93px;}
.bookdetail-top .label-list em
{width:50px; height:24px; line-height: 24px; overflow: hidden; display: block; float: left; font-style: normal;
font-size:14px; color:#999999;}
.bookdetail-top .label-list span
{width:auto; height:24px; line-height: 24px; overflow: hidden; display: block; float: left; font-size:12px;
padding:0px 15px; margin-right:12px; color:#F86442; background: #FFF1EE;}
.bookdetail-top .label-list span.lianzai
{color:#E6A300; background:#fff8e8;}
.bookdetail-top .label-list span.qianyue
{color:#ED2AFB; background:#fde9fe;}
.bookdetail-top .font-list
{width:715px; height:47px; line-height: 47px; overflow: hidden; position: absolute; left:254px; top:163px;
font-size:12px; color:#333333;}
.bookdetail-top .font-list span
{font-size:18px; font-weight: bold;}
.bookdetail-top .reward-list
{width:682px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:273px; top:192px;
font-size:12px; color:#666666;}
.bookdetail-top .reward-list span
{font-size:20px;}
.bookdetail-top .bookdetail-btnlist
{width:715px; height:34px; overflow: hidden; position: absolute; left:254px; top:224px;}
.bookdetail-top .bookdetail-btnlist .btn
{width: 103px; height: 32px; line-height: 34px; overflow: hidden; display: block; float: left; margin-right: 15px;
border: 1px solid #FF417A; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
text-align: center; color: #ffffff; font-size: 14px; text-decoration: none;}
.bookdetail-top .bookdetail-btnlist .goRead
{color:#ffffff; background:#FF417A;  border:1px solid #FF417A;}
.bookdetail-top .bookdetail-btnlist .goRead a
{display: block; color:#ffffff; text-decoration: none;}
.bookdetail-top .bookdetail-btnlist .goRead a:hover,
.bookdetail-top .bookdetail-btnlist .goRead a:active
{text-decoration: none; background:#f27da0;}
.bookdetail-top .bookdetail-btnlist .addBookcase
{color:#6184DE; border:1px solid #6184DE; text-align: left; background: url(../ImgV3/bng68.png) 15px 9px no-repeat;
text-indent: 32px;}
.bookdetail-top .bookdetail-btnlist .addBookcase a
{text-decoration: none; color:#6184DE;}
.bookdetail-top .bookdetail-btnlist .delBookcase
{color:#6184DE; border: 1px solid #cccccc; text-align: left; background: url(../ImgV3/bng69.png) 15px 9px no-repeat;
text-indent: 32px;}
.bookdetail-top .bookdetail-btnlist .delBookcase a
{text-decoration: none; color:#666666;}
.bookdetail-top .bookdetail-btnlist .addDy
{width:83px; color:#6184DE; border:1px solid #6184DE; text-align: left; background: url(../ImgV3/bng100.png) 20px 9px no-repeat;
text-indent: 39px;}
.bookdetail-top .bookdetail-btnlist .addDy a
{text-decoration: none; color:#6184DE;}
.bookdetail-top .bookdetail-btnlist .addYb
{width:83px; color:#6184DE; border:1px solid #6184DE; text-align: left; background: url(../ImgV3/bng136.png) 20px 9px no-repeat;
text-indent: 39px;}
.bookdetail-top .bookdetail-btnlist .addYb a
{text-decoration: none; color:#6184DE;}
.bookdetail-top .bookdetail-btnlist .addDs
{width:83px; color:#6184DE; border:1px solid #6184DE; text-align: left; background: url(../ImgV3/bng137.png) 20px 9px no-repeat;
text-indent: 39px;}
.bookdetail-top .bookdetail-btnlist .addDs a
{text-decoration: none; color:#6184DE;}

/* 书籍详情内容 */
.bookdetail-main
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;}

/* 书籍详情左侧内容 */
.bookdetail-left
{width:870px; height:auto; overflow: hidden; float:left; background: #ffffff; border-radius: 10px;}
.bookdetail-left .readdirnav
{width:870px; height:60px; overflow: hidden; margin:0px auto; background:url(../ImgV3/bng64.png) 0px bottom repeat-x;}
.bookdetail-left .readdirnav ul li
{width:80px; height:60px; line-height: 60px; overflow: hidden; float: left; font-size:16px;
color:#333333; text-align: center; cursor: pointer;}
.bookdetail-left .readdirnav ul li.readdir
{width:120px; margin-left:40px;}
.bookdetail-left .readdirnav ul li.onfocus
{color:#6184DE; font-weight: bold; background: url(../ImgV3/bng65.png) 0px bottom repeat-x;}
.bookdetail-left .bookdetail-left-list
{width:870px; height:auto; overflow: hidden; margin:0px auto; display: none;}
.bookdetail-left .bookdetail-left-list .bookdetial-jianjie
{width:870px; height:auto; line-height: 180%; overflow: hidden; margin:0px auto; font-size:14px; color:#666666;
padding-top:20px;}

/* 作品目录 */
.bookdetail-left-list .BookDir
{width:870px; height: auto; overflow: hidden; margin:0px auto; background:#ffffff; padding-bottom: 20px;}

/* 暂无数据 */
.bookdetail-left-list .BookDir .noneData
{width: 870px; height: auto; overflow: hidden; text-align: center; font-size: 14px; color: #333333; padding-top: 140px;
margin: 0px auto;}
.bookdetail-left-list .BookDir .noneData img
{margin-bottom:30px;}

.bookdetail-left-list .BookDir .volume_name
{width:870px; height:52px; overflow: hidden; padding-top:10px;}
.bookdetail-left-list .BookDir .volume_name span
{width:870px; height:52px; line-height: 52px; overflow: hidden; display: block; float: left; text-indent: 28px;
font-size:18px; color:#333333; font-weight: bold; background:url(../ImgV3/bng109.png) 0px center no-repeat;}

.bookdetail-left-list .BookDir .chapter_list
{width:870px; height:auto; overflow: hidden; margin:0px auto;}
.bookdetail-left-list .BookDir .chapter_list ul li .chapterRead:link,
.bookdetail-left-list .BookDir .chapter_list ul li .chapterRead:visited
{color: #FC1733;}
.bookdetail-left-list .BookDir .chapter_list ul li
{width:270px; height:49px; line-height: 49px; overflow: hidden; float: left; font-size:14px;
padding-right:20px; border-bottom:1px dotted #cccccc;}
.bookdetail-left-list .BookDir .chapter_list ul li.lock_fill
{background:url(../ImgV3/lock_fill.png) 225px center no-repeat;}
.bookdetail-left-list .BookDir .chapter_list ul li.unlock
{background:url(../ImgV3/unlock.png) 225px center no-repeat;}
.bookdetail-left-list .BookDir .chapter_list ul li a:link,
.bookdetail-left-list .BookDir .chapter_list ul li a:visited
{color:#333333; text-decoration: none;}
.bookdetail-left-list .BookDir .chapter_list ul li a:hover,
.bookdetail-left-list .BookDir .chapter_list ul li a:active
{color:#FC1733; text-decoration:underline;}

/* 书籍最新章节 */
.bookdetail-left .bookdetail-left-list .bookdetial-newchapter
{width:870px; height:auto; overflow: hidden; margin:0px auto; margin-top:15px;}
.bookdetial-newchapter .caption
{width:870px; height:40px; line-height: 40px; overflow: hidden; font-size:16px;
color:#333333; text-indent: 42px; background:#F4F8FB url(../ImgV3/bng110.png) 17px 12px no-repeat;}
.bookdetial-newchapter .caption a:link,.bookdetial-newchapter .caption a:visited
{color:#6184DE; text-decoration: none;}
.bookdetial-newchapter .caption a:hover,.bookdetial-newchapter .caption a:active
{color:#FF417A; text-decoration: underline;}
.bookdetial-newchapter .caption span
{font-size:12px; color:#999999; font-weight: normal;}

/* 书籍粉丝互动 */
.bookdetail-fans-dynamic
{width:868px; height:287px; overflow: hidden; margin:0px auto; margin-top:30px; position: relative;
border:1px solid #DCE4E9;}
.bookdetail-fans-dynamic .list
{width:216px; height:287px; overflow: hidden; float:left; position: relative; border-right: 1px solid #DCE4E9;}
.bookdetail-fans-dynamic .list .title
{width:216px; height:38px; line-height: 38px; overflow: hidden; position: absolute; left:0px; top:20px;
font-size:18px; text-align: center; font-weight: bold; color:#333333;}
.bookdetail-fans-dynamic .list .icon
{width:60px; height:60px; overflow: hidden; position: absolute; left:77px; top:67px;}
.bookdetail-fans-dynamic .list .icon img
{float:left;}
.bookdetail-fans-dynamic .list .note
{width:216px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:0px; top:143px;
font-size:12px; text-align: center; color:#999999;}
.bookdetail-fans-dynamic .list .num
{width:216px; height:30px; overflow: hidden; position: absolute; left:0px; top:173px;
font-size:16px; text-align: center; color:#999999;}
.bookdetail-fans-dynamic .list .btn
{width:166px; height:34px; line-height: 34px; overflow: hidden; position: absolute; left:25px; top:218px;
font-size:14px; text-align: center; border-radius: 17px; color:#ffffff; cursor: pointer;}
.bookdetail-fans-dynamic .list .a
{background: #FE9E2D;}
.bookdetail-fans-dynamic .list .b
{background: #27D3D1;}
.bookdetail-fans-dynamic .list .c
{background: #5DC580;}
.bookdetail-fans-dynamic .list .d
{background: #32B7EF;}
.bookdetail-fans-dynamic .clear-y
{border:0px;}

/* 相关作品 */
.bookdetail-left .bookdetail-left-list .bookdetail-otherbook
{width:870px; height:auto; overflow: hidden; margin:0px auto; margin-top:15px;}
.bookdetail-otherbook .title
{width:870px; height:66px; line-height: 66px; overflow: hidden; margin:0px auto; text-indent: 40px;
font-size:18px; font-weight: bold; color:#333333;
border-bottom:1px solid #DCE4E9; background:url(../ImgV3/bng116.png) 0px center no-repeat;}
.bookdetail-otherbook .list
{width:870px; height:256px; overflow: hidden; position: relative; margin-top:25px;}
.bookdetail-otherbook .list ul li
{width:160px; height:256px; overflow: visible; float: left; position: relative;}
.bookdetail-otherbook .list ul li.clear-y
{width:17px; height:256px; overflow: hidden; float: left;}
.bookdetail-otherbook .list ul li span
{width:160px; height:210px; overflow: hidden; display: block; position: absolute; left:0px; top:0px;}
.bookdetail-otherbook .list ul li img
{position: absolute; left:0px; top:0px;}
.bookdetail-otherbook .list ul li img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
.bookdetail-otherbook .list ul li em
{width:160px; height:40px; line-height: 40px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px;
font-size:14px; text-align: center; font-style: normal;}
.bookdetail-otherbook .list ul li em a:link,
.bookdetail-otherbook .list ul li em a:visited
{color:#333333; text-decoration: none;}
.bookdetail-otherbook .list ul li em a:hover,
.bookdetail-otherbook .list ul li em a:active
{color:#FF417A; text-decoration: underline;}

/* 书评区 */
.bookdetail-left .bookdetail-left-list .bookdetail-comments
{width:870px; height:auto; overflow: visible; margin:0px auto; margin-top:15px;}
.bookdetail-comments .title
{width:870px; height:66px; line-height: 66px; overflow: hidden; margin:0px auto; text-indent: 40px;
font-size:18px; font-weight: bold; color:#333333;
border-bottom:1px solid #DCE4E9; background:url(../ImgV3/bng117.png) 0px center no-repeat;}
.bookdetail-comments .nologin
{width:870px; height:88px; overflow: hidden; position: relative; margin-top:25px;
background: #EFEFEF; border-radius: 6px;}
.bookdetail-comments .nologin .note
{width:222px; height:88px; line-height: 88px; overflow: hidden; position: absolute; left:40px; top:0px;
font-size:14px; text-align: center; color:#00C1BE;}
.bookdetail-comments .nologin .reg
{width:92px; height:88px; line-height: 88px; overflow: hidden; position: absolute; right:175px; top:0px;
font-size:14px; text-align: center;}
.bookdetail-comments .nologin .reg a:link,
.bookdetail-comments .nologin .reg a:visited
{color:#666666; text-decoration: none;}
.bookdetail-comments .nologin .reg a:hover,
.bookdetail-comments .nologin .reg a:active
{color:#00C1BE; text-decoration: underline;}
.bookdetail-comments .nologin .login
{width:107px; height:44px; line-height: 44px; overflow: hidden; font-size:14px; text-align: center;
background:rgba(0,193,190,1); box-shadow:0px 4px 8px 0px rgba(0,193,190,0.2);
border-radius:22px; position: absolute; right:48px; top:22px;}
.bookdetail-comments .nologin .login a
{color:#ffffff; text-decoration: none;}

/* 评论提交 */
.bookdetail-comments .CommentForm
{width:870px; height:auto; overflow: visible; margin:0px auto; position: relative; z-index: 999;}
.bookdetail-comments .CommentForm .textarea
{width:870px; height:140px; overflow: hidden; margin-top:15px;}
.bookdetail-comments .CommentForm .textarea .a
{width:846px; height:100px; line-height: 150%; overflow: hidden; overflow-y:auto; border:1px solid #ededed;
color:#333333; font-size:12px; font-family: "Microsoft YaHei", '微软雅黑'; padding:10px;
background:#fafafa; resize: none; outline: none;}
.bookdetail-comments .CommentForm .textarea .a:focus
{border:1px solid #FF417A;}
.bookdetail-comments .CommentForm .Submit
{width:870px; height:45px; overflow:visible; margin-top:5px; position: relative;}
.bookdetail-comments .CommentForm .Submit .emotion
{width:92px; height: 45px; overflow: visible; position: absolute; left: 0px; top:0px; background:#F4F8FB; border-radius: 5px;
cursor: pointer;}
.bookdetail-comments .CommentForm .Submit .emotion .cover
{width:20px; height:28px; overflow: hidden; position: absolute; left:17px; top:8px;}
.bookdetail-comments .CommentForm .Submit .emotion .cover img
{}
.bookdetail-comments .CommentForm .Submit .emotion .note
{width:30px; height:45px; line-height: 45px; overflow: hidden; position: absolute; left:43px; top:0px;
font-size:14px; color:#666666;}
.bookdetail-comments .CommentForm .Submit .emotion .emotion_more
{width:25px; height:45px; overflow: hidden; position: absolute; right:0px; top:0px; cursor: pointer;
background: url(../ImgV3/bng21.png) center center no-repeat;}
.bookdetail-comments .CommentForm .Submit .emotion .emotion_moreB
{width:25px; height:45px; overflow: hidden; position: absolute; right:0px; top:0px; cursor: pointer;
background: url(../ImgV3/bng22.png) center center no-repeat;}
.bookdetail-comments .CommentForm .Submit .emotion .emoptionList
{width:330px; height:140px; overflow: hidden; position: absolute; left: 0px; top:50px; display: none;
background: #ffffff;}
.bookdetail-comments .CommentForm .Submit .emotion .showemotionList
{display: block;}
.bookdetail-comments .CommentForm .Submit .emotion .emoptionList table
{background:#cccccc;}
.bookdetail-comments .CommentForm .Submit .emotion .emoptionList table tr td
{background: #ffffff; cursor: pointer;}
.bookdetail-comments .CommentForm .Submit .emotion .emoptionList table tr td img
{float: left;}
.bookdetail-comments .CommentForm .Submit a
{width:80px; height: 34px; line-height: 34px; overflow: hidden; float:right; display: block; text-align: center;
color:#ffffff; text-decoration: none; background:#6184DE; font-size:14px; border-radius: 5px;}
.bookdetail-comments .CommentForm .Submit a:hover
{background:#FF417A;}

/* 评论合计 */


/* 书评列表 */
.CommentList,.CommentList .listMain
{width:870px; height:auto; overflow:hidden; margin:0px auto; margin-top:15px; padding-top:10px;}
.CommentList .clearHR
{width:870px; height:10px; overflow:hidden;}
.CommentList .listMain .theLeft
{width:41px; height:41px; overflow:hidden; float:left;}
.CommentList .listMain .theLeft img
{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.CommentList .listMain .theRight
{width:815px; height:auto; overflow: hidden; float:right; font-family: "Microsoft YaHei", '微软雅黑';}
.CommentList .listMain .theRight .nickname
{width:815px; height:26px; line-height: 26px; overflow: hidden;}
.CommentList .listMain .theRight .nickname span
{font-size:16px; color:#323232; font-weight: bold;}
.CommentList .listMain .theRight .nickname em
{font-size:12px; color:#a9a9a9; font-style:normal; float:right;}
.CommentList .listMain .theRight .contnet
{width:815px; height:auto; line-height: 200%; overflow: hidden; font-size:14px; color:#666666;
padding:10px 0px;}
.CommentList .listMain .theRight .contnet p img
{width:45px;}
.CommentList .listMain .theRight .iconList
{width:815px; height:42px; overflow: hidden; font-size:14px; border-bottom:1px solid #ededed;}
.CommentList .listMain .theRight .iconList a
{width:55px; height:42px; line-height: 42px; overflow: hidden; display: block; float:right;
color:#8a8a8a; text-decoration: none;}
.CommentList .listMain .theRight .iconList a.a
{width:auto; height:auto; overflow: hidden; padding-left:25px; padding-right:20px;
background:url(../ImgV3/bng118.png) 0px 12px no-repeat;}
.CommentList .listMain .theRight .iconList a.b
{width:auto; height:auto; overflow: hidden; padding-left:25px; padding-right:10px;
background:url(../ImgV3/bng119.png) 0px 9px no-repeat;}
.CommentList .listMain .theRight .iconList a.a1
{}
.CommentList .listMain .theRight .iconList a.b1
{width:auto; height:auto; overflow: hidden; padding-left:25px; padding-right:10px;
background:url(../ImgV3/bng120.png) 0px 9px no-repeat;}

.CommentList .listMain .theRight .CommentFormA
{width:815px; height:auto; overflow: hidden; margin:0px auto; padding-bottom:10px; display: none;}
.CommentList .listMain .theRight .CommentFormA .textarea
{width:815px; height:140px; overflow: hidden; margin-top:15px;}
.CommentList .listMain .theRight .CommentFormA .textarea .a
{width:791px; height:110px; line-height: 150%; overflow: hidden; overflow-y:auto; border:1px solid #ededed;
color:#333333; font-size:12px; font-family: "Microsoft YaHei", '微软雅黑'; padding:10px;
background:#fafafa; resize: none; outline: none;}
.CommentList .listMain .theRight .CommentFormA .textarea .a:focus
{border:1px solid #FF417A;}
.CommentList .listMain .theRight .CommentFormA .Submit
{width:815px; height:45px; overflow: hidden; margin-top:5px;}
.CommentList .listMain .theRight .CommentFormA .Submit a
{width:80px; height: 34px; line-height: 34px; overflow: hidden; float:right; display: block; text-align: center;
color:#ffffff; text-decoration: none; background:#6184DE; font-size:14px; border-radius: 5px;}
.CommentList .listMain .theRight .CommentFormA .Submit a:hover
{background:#FF417A;}

/* 二级书评 */
.CommentList .listMaina
{width:815px; height:auto; overflow:hidden; margin:0px auto; padding-top:10px;
background:#f8f8f8;}
.CommentList .reply_hide
{display: none;}
.CommentList .listMaina .theLefta
{width:41px; height:41px; overflow:hidden; float:left; padding-left:10px;}
.CommentList .listMaina .theLefta img
{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.CommentList .listMaina .theRighta
{width:740px; height:auto; overflow: hidden; float:right; padding-right:10px; font-family: "Microsoft YaHei", '微软雅黑';}
.CommentList .listMaina .theRighta .nicknamea
{width:740px; height:26px; line-height: 26px; overflow: hidden;}
.CommentList .listMaina .theRighta .nicknamea span
{font-size:16px; color:#323232; font-weight: bold;}
.CommentList .listMaina .theRighta .nicknamea em
{font-size:12px; color:#a9a9a9; font-style:normal; float:right;}
.CommentList .listMaina .theRighta .contneta
{width:740px; height:auto; line-height: 200%; overflow: hidden; font-size:14px; color:#666666;
padding:10px 0px;}
.CommentList .listMaina .theRighta .contneta p img
{width:45px;}
.CommentList .listMaina .theRighta .iconList
{width:740px; height:auto; overflow: hidden; font-size:14px; border-bottom:1px solid #ededed;}
.CommentList .listMaina .theRighta .iconList a
{width:55px; height:20px; line-height: 20px; overflow: hidden; display: block; float:left;
color:#8a8a8a; text-decoration: none;}
.CommentList .listMaina .theRighta .iconList a.a
{}
.CommentList .listMaina .theRighta .iconList a.b
{}
.CommentList .listMaina .theRighta .iconList a.c
{}
.CommentList .listMaina .theRighta .iconList a.a1
{}
.CommentList .listMaina .theRighta .iconList a.b1
{}
.CommentList .listMaina .theRighta .iconList a.c1
{}

/* 查看更多书评 */
.CommentList .moreReply
{width:815px; height:40px; overflow: hidden;}
.CommentList .moreReply a
{width:815px; height:40px; display: block; height: 40px; line-height: 40px; text-align: center;
background-color: #eff4f6; color: #739faf; font-size: 14px; float: right; text-decoration: none;}

/* 书评回复列表 */
.Main-replyCount
{width:100%; height:45px; overflow: hidden; border-bottom:1px solid #ededed;}
.Main-replyCount span
{width:772px; height:45px; line-height: 45px; overflow: hidden; display: block; margin:0px auto; font-size:14px;
font-weight: bold; color:#333333;}
.replyMainList,.replyMainList .listMain
{width:772px; height:auto; overflow:hidden; margin:0px auto; padding-top:10px;
border-bottom:1px solid #ededed;}
.replyMainList .clearHR
{width:772px; height:10px; overflow:hidden;}
.replyMainList .listMain .theLeft
{width:41px; height:41px; overflow:hidden; float:left;}
.replyMainList .listMain .theLeft img
{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.replyMainList .listMain .theRight
{width:717px; height:auto; overflow: hidden; float:right; font-family: "Microsoft YaHei", '微软雅黑';}
.replyMainList .listMain .theRight .nickname
{width:717px; height:26px; line-height: 26px; overflow: hidden;}
.replyMainList .listMain .theRight .nickname span
{font-size:16px; color:#323232; font-weight: bold;}
.replyMainList .listMain .theRight .nickname em
{font-size:12px; color:#a9a9a9; font-style:normal; float:right;}
.replyMainList .listMain .theRight .contnet
{width:717px; height:auto; line-height: 200%; overflow: hidden; font-size:14px; color:#666666;
 padding:10px 0px;}
.replyMainList .listMain .theRight .contnet p img
{width:45px;}
.replyMainList .listMain .theRight .iconList
{width:717px; height:42px; overflow: hidden; font-size:14px; border-bottom:1px solid #ededed;}
.replyMainList .listMain .theRight .iconList a
{width:55px; height:42px; line-height: 42px; overflow: hidden; display: block; float:right;
color:#8a8a8a; text-decoration: none;}
.replyMainList .listMain .theRight .iconList a.a
{width:auto; height:auto; overflow: hidden; padding-left:25px; padding-right:20px;
background:url(../ImgV3/bng118.png) 0px 12px no-repeat;}
.replyMainList .listMain .theRight .iconList a.b
{width:auto; height:auto; overflow: hidden; padding-left:25px; padding-right:10px;
background:url(../ImgV3/bng119.png) 0px 9px no-repeat;}
.replyMainList .listMain .theRight .iconList a.a1
{text-indent:20px; background:url(../Img/bng47.png) 0px -17px no-repeat;}
.replyMainList .listMain .theRight .iconList a.b1
{width:auto; height:auto; overflow: hidden; padding-left:25px; padding-right:10px;
background:url(../ImgV3/bng120.png) 0px 9px no-repeat;}

.replyMainList .listMain .theRight .CommentFormA
{width:717px; height:auto; overflow: hidden; margin:0px auto; padding-bottom:10px; display: none;}
.replyMainList .listMain .theRight .CommentFormA .textarea
{width:717px; height:140px; overflow: hidden; margin-top:15px;}
.replyMainList .listMain .theRight .CommentFormA .textarea .a
{width:693px; height:110px; line-height: 150%; overflow: hidden; overflow-y:auto; border:1px solid #ededed;
color:#333333; font-size:12px; font-family: "Microsoft YaHei", '微软雅黑'; padding:10px;
background:#fafafa; resize: none; outline: none;}
.replyMainList .listMain .theRight .CommentFormA .textarea .a:focus
{border:1px solid #00C1BE;}
.replyMainList .listMain .theRight .CommentFormA .Submit
{width:815px; height:45px; overflow: hidden; margin-top:5px;}
.replyMainList .listMain .theRight .CommentFormA .Submit a
{width:130px; height: 42px; line-height: 42px; overflow: hidden; float:right; display: block; text-align: center;
color:#ffffff; text-decoration: none; background:#00C1BE;}
.replyMainList .listMain .theRight .CommentFormA .Submit a:hover
{background:#099e9b;}

.bookdetail-right
{width:310px; height:auto; overflow: hidden; float:right;}

/* 作者资料 */
.bookdetail-right .Author
{width:310px; height:356px; overflow: hidden; position: relative; background: #F4F8FB;}
.bookdetail-right .Author .Face
{width:96px; height:96px; overflow: hidden; position: absolute; left:107px; top:25px;}
.bookdetail-right .Author .Face img
{border-radius: 50%;}
.bookdetail-right .Author .penName
{width:290px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:0px; top:136px;
font-size:16px; font-weight: bold; color:#333333; text-align: center; padding:0px 10px; padding-bottom: 10px;
border-bottom:1px solid #DCE4E9;}
.bookdetail-right .Author .level
{width:78px; height:22px; overflow: hidden; position: absolute; left:116px; top:112px; z-index: 9;}
.bookdetail-right .Author .level img
{float:left;}
.bookdetail-right .Author .Con li
{width:103px; height:121px; overflow: hidden; position: absolute; top:212px;}
.bookdetail-right .Author .Con li.a
{left:5px;}
.bookdetail-right .Author .Con li.b
{left:112px;}
.bookdetail-right .Author .Con li.c
{left:220px;}
.bookdetail-right .Author .Con li img
{position:absolute; left:25px; top:0px;}
.bookdetail-right .Author .Con li em
{width:103px; height:32px; line-height: 32px; overflow: hidden; position:absolute; left:0px; top:62px;
font-style:normal; font-size:12px; color:#333333; text-align: center;}
.bookdetail-right .Author .Con li span
{width:103px; height:24px; line-height: 24px; overflow: hidden; position:absolute; left:0px; top:92px;
font-size:14px; color:#FF417A; text-align: center;}

/* 粉丝榜 */
.bookdetail-right .fans-list
{width:310px; min-height:250px; overflow: hidden; position: relative; background: #F4F8FB;
margin-top:20px;}
.bookdetail-right .fans-list .title
{width:310px; height:62px; overflow: hidden; position: relative; border-bottom:1px solid #E8E8E8;}
.bookdetail-right .fans-list .title span
{width:160px; height:62px; line-height: 62px; overflow: hidden; display: block; position: absolute; left:0px; top:0px;
font-size:18px; font-weight: bold; color:#333333; text-indent: 20px;}
.bookdetail-right .fans-list .title em
{width:74px; height:30px; line-height: 30px; overflow: hidden; position: absolute; right:20px; top:16px; font-size:14px;
text-align: center; font-style:normal; background:url(../ImgV3/bng60.png) right center no-repeat;}
.bookdetail-right .fans-list .title em a:link,
.bookdetail-right .fans-list .title em a:visited
{color:#666666; text-decoration: none;}
.bookdetail-right .fans-list .title em a:hover,
.bookdetail-right .fans-list .title em a:active
{color:#FF417A; text-decoration: underline;}
.bookdetail-right .fans-list .list
{width:290px; height:auto; overflow: hidden; margin:0px auto; padding-bottom:20px;}
.bookdetail-right .fans-list .list dl
{width:290px; height:70px; overflow: hidden; float: left; position: relative;
/*border-bottom:1px solid #D8D8D8;*/}
.bookdetail-right .fans-list .list dl.clear
{border:0px;}
.bookdetail-right .fans-list .list dl dd.num
{width:28px; height:70px; line-height: 70px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
font-weight: bold; color:#666666; text-align: center;}
.bookdetail-right .fans-list .list dl dd.num i
{font-style:normal;}
.bookdetail-right .fans-list .list dl dd.icon-1 i
{width:20px; height:20px; line-height: 20px; overflow: hidden; display: block; margin:0px auto; margin-top:25px;
text-align: center; background:#FC1733; border-radius: 5px; color:#ffffff;}
.bookdetail-right .fans-list .list dl dd.icon-2 i
{width:20px; height:20px; line-height: 20px; overflow: hidden; display: block; margin:0px auto; margin-top:25px;
text-align: center; background:#FD7247; border-radius: 5px; color:#ffffff;}
.bookdetail-right .fans-list .list dl dd.icon-3 i
{width:20px; height:20px; line-height: 20px; overflow: hidden; display: block; margin:0px auto; margin-top:25px;
text-align: center; background:#F8BB15; border-radius: 5px; color:#ffffff;}
.bookdetail-right .fans-list .list dl dd.face
{width:40px; height:40px; overflow: hidden; position: absolute; left:35px; top:17px; border-radius: 50%;}
.bookdetail-right .fans-list .list dl dd.nickname
{width:96px; height:38px; line-height: 38px; overflow: hidden; position: absolute; left:82px; top:18px; font-size:14px;
font-weight: bold; color:#333333; text-indent: 6px;}
.bookdetail-right .fans-list .list dl dd.notes
{width:105px; height:38px; line-height: 38px; overflow: hidden; position: absolute; right:0px; top:18px; font-size:12px;
color:#666666; text-align: right;}

/* 粉丝榜-暂无数据 */
.bookdetail-right .fans-list .list .noneData
{width:100%; height:300px; overflow: hidden; position: relative;}
.bookdetail-right .fans-list .list .noneData .img
{width:90px; height:128px; overflow: hidden; margin:0px auto; padding-top:50px;}
.bookdetail-right .fans-list .list .noneData .notes
{width:100%; height:250px; overflow: hidden; font-size:14px; color:#333333; text-align: center; padding-top:20px;}

/* 粉丝动态 */
.bookdetail-right .fans-dongtai
{width:310px; min-height:250px; overflow: hidden; position: relative; border-radius: 4px; background: #F4F8FB;
margin-top:20px;}
.bookdetail-right .fans-dongtai .title
{width:310px; height:62px; overflow: hidden; position: relative; border-bottom:1px solid #E8E8E8;}
.bookdetail-right .fans-dongtai .title span
{width:160px; height:62px; line-height: 62px; overflow: hidden; display: block; position: absolute; left:0px; top:0px;
font-size:18px; font-weight: bold; color:#333333; text-indent: 20px;}
.bookdetail-right .fans-dongtai .list
{width:290px; height:auto; overflow: hidden; margin:0px auto; padding-bottom:20px;}
.bookdetail-right .fans-dongtai .list dl
{width:290px; height:35px; overflow: hidden; float: left; position: relative; margin-top:10px;}
.bookdetail-right .fans-dongtai .list dl.clear
{border:0px;}
.bookdetail-right .fans-dongtai .list dl dd.face
{width:26px; height:26px; overflow: hidden; position: absolute; left:10px; top:5px; border-radius: 50%;}
.bookdetail-right .fans-dongtai .list dl dd.notes
{width:250px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:45px; top:0px; font-size:14px;
color:#333333;}
.bookdetail-right .fans-dongtai .list dl dd.notes span
{color:#999999;}

/* 粉丝动态-暂无数据 */
.bookdetail-right .fans-dongtai .list .noneData
{width:100%; height:300px; overflow: hidden; position: relative;}
.bookdetail-right .fans-dongtai .list .noneData .img
{width:90px; height:128px; overflow: hidden; margin:0px auto; padding-top:50px;}
.bookdetail-right .fans-dongtai .list .noneData .notes
{width:100%; height:250px; overflow: hidden; font-size:14px; color:#333333; text-align: center; padding-top:20px;}

/* 书籍粉丝列表 */
.bookfans-bookinfo
{width:1200px; height:150px; overflow: hidden; margin:0px auto; position: relative; background:#F4F8FB;}
.bookfans-bookinfo .img
{width:82px; height:110px; overflow: hidden; position: absolute; left:20px; top:20px;}
.bookfans-bookinfo .img img
{float:left;}
.bookfans-bookinfo .title
{width:302px; height:30px; line-height: 30px; overflow:hidden; position: absolute; left:118px; top:46px;
font-size:18px; font-weight: bold;}
.bookfans-bookinfo .title a:link,.bookfans-bookinfo .title a:visited
{color:#333333; text-decoration: none;}
.bookfans-bookinfo .title a:hover,.bookfans-bookinfo .title a:active
{color:#FF417A; text-decoration: underline;}
.bookfans-bookinfo .penName
{width:302px; height:30px; line-height: 30px; overflow:hidden; position: absolute; left:118px; top:76px;
font-size:12px; color:#666666;}
.ranking-booklist
{width:1200px; min-height:650px; overflow: hidden; margin:10px auto;}
.ranking-booklist .list
{width:580px; height:130px; overflow: hidden; float: left; border-bottom:2px solid #f9f9f9;}
.ranking-booklist .listOnfocus
{background:#f9f9f9;}
.ranking-booklist .list dl
{width:580px; height:130px; overflow: hidden; position: relative;}
.ranking-booklist .list dl dd.num
{width:68px; height:130px; line-height: 130px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:30px; font-weight: bold; color:#999999; text-align: center;}
.ranking-booklist .list dl dd.face
{width:63px; height:63px; overflow: hidden; position: absolute; left:72px; top:34px; border:2px solid #cccccc;
border-radius: 50%;}
.ranking-booklist .list dl dd.face img
{float:left;}
.ranking-booklist .list dl dd.crown
{}
.ranking-booklist .list dl dd.nickname
{width:180px; height:36px; line-height: 36px; overflow: hidden; position: absolute; left:163px; top:34px;
font-size:16px;}
.ranking-booklist .list dl dd.nickname a:link,
.ranking-booklist .list dl dd.nickname a:visited
{color:#333333; text-decoration: none;}
.ranking-booklist .list dl dd.nickname a:hover,
.ranking-booklist .list dl dd.nickname a:active
{color:#333333; text-decoration: underline;}
.ranking-booklist .list dl dd.level
{width:52px; height:20px; line-height: 20px; overflow: hidden; position: absolute; left:163px; top:71px;
background:#FFEFC1; font-size:14px; color:#444444; text-align: center; border-radius: 3px;}
.ranking-booklist .list dl dd.money
{width:237px; height:30px; line-height: 30px; overflow: hidden; position: absolute; right:0px; top:50px; text-indent: 30px;
font-size:14px; color:#999999; background:url(../ImgV3/fansicon/bng4.png) 0px center no-repeat;}
.ranking-booklist .clear-y
{width:40px; height:130px; overflow: hidden; float:left;}
.ranking-booklist .listOne
{}
.ranking-booklist .listOne dl dd.num
{color:#FB2733;}
.ranking-booklist .listOne dl dd.face
{border:2px solid #FB2733;}
.ranking-booklist .listOne dl dd.crown
{width:35px; height:33px; overflow: hidden; background:url(../ImgV3/fansicon/bng5.png) no-repeat;
position: absolute; left:104px; top:19px; z-index: 9;}
.ranking-booklist .listOne dl dd.money
{color:#FB2733; background:url(../ImgV3/fansicon/bng1.png) 0px center no-repeat;}
.ranking-booklist .listTwo
{}
.ranking-booklist .listTwo dl dd.num
{color:#FEC420;}
.ranking-booklist .listTwo dl dd.face
{border:2px solid #FEC420;}
.ranking-booklist .listTwo dl dd.crown
{width:35px; height:33px; overflow: hidden; background:url(../ImgV3/fansicon/bng6.png) no-repeat;
position: absolute; left:104px; top:19px; z-index: 9;}
.ranking-booklist .listTwo dl dd.money
{color:#FEC420; background:url(../ImgV3/fansicon/bng2.png) 0px center no-repeat;}
.ranking-booklist .listThree
{}
.ranking-booklist .listThree dl dd.num
{color:#2E98FB;}
.ranking-booklist .listThree dl dd.face
{border:2px solid #2E98FB;}
.ranking-booklist .listThree dl dd.crown
{width:35px; height:33px; overflow: hidden; background:url(../ImgV3/fansicon/bng7.png) no-repeat;
position: absolute; left:104px; top:19px; z-index: 9;}
.ranking-booklist .listThree dl dd.money
{color:#2E98FB; background:url(../ImgV3/fansicon/bng3.png) 0px center no-repeat;}

/* 书籍暂无粉丝数据 */
.ranking-nonefansData
{width:1200px; min-height:650px; overflow: hidden; margin:0 auto; margin-top:20px; background:#F4F8FB;}
/* 暂无数据 */
.ranking-nonefansData .noneData
{width:100%; height:600px; overflow: hidden; position: relative;}
.ranking-nonefansData .noneData .img
{width:180px; height:256px; overflow: hidden; margin:0px auto; padding-top:100px;}
.ranking-nonefansData .noneData .notes
{width:100%; height:250px; overflow: hidden; font-size:14px; color:#333333; text-align: center; padding-top:20px;}

/* 章节阅读 */

.chaptershow
{/* background:#323137; */}
#ChapterMain
{width:1000px; height:auto; overflow:hidden; margin:0px auto; margin-bottom:40px; background:#F6F4EC;}
#ChapterMain .title
{width:92%; overflow:hidden; margin:0px auto; font-size:36px; font-family:"Microsoft YaHei";
text-align:center; color:#969696; padding-top:20px;}
#ChapterMain .arthor
{width:100%; height:50px; line-height:50px; overflow:hidden; margin:0px auto; font-size:12px; font-family:"Microsoft YaHei";
text-align:center; color:#666666; border-bottom:1px solid #dddddd;}
#ChapterMain .arthor a:link,#ChapterMain .arthor a:visited
{color:#666666; text-decoration: none;}
#ChapterMain .arthor a:hover,#ChapterMain .arthor a:active
{color:#ee5048; text-decoration:underline;}
#ChapterMain .theContent
{width:100%; min-height:550px; line-height:200%; overflow:visible; margin:0px auto; font-size:16px; padding: 0 80px; box-sizing:border-box;
color:#646464; padding-top:20px; position: relative;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}
#ChapterMain .theContent p.chapter
{padding:8px 0px; position:relative;}
#ChapterMain .theContent p:after
{position: absolute; display: block; height: 100%; top: 0; right: -40px; border-right: solid 1px #d7d7d7;
content: ''; z-index: 0;}
#ChapterMain .theContent p.chapterpic
{text-align: center;}
#ChapterMain .theContent p.chapterpic img
{max-width: 100%;vertical-align: middle;}
#ChapterMain .theContent p i.num
{cursor: pointer; display: block; position: absolute; bottom: 10px; right: -48px;
width: 16px; height: 16px; border-radius: 50%; background: #d7d7d7; z-index: 1; text-align: center;}
#ChapterMain .theContent p i.num1
{right: -49px; width: 20px; height: 20px; line-height: 20px; background-color: #FF417A; color: #fff;
font-size:12px;}

#ChapterMain .theContent .authorContent
{width:100%; height:auto; line-height: 200%; overflow: hidden; padding:15px 0px; margin-top:15px;
border-top:1px solid #646464;}
#ChapterMain .BtnList
{width:600px; height:96px; overflow:hidden; margin:0px auto; margin-top:25px; position:relative;}
#ChapterMain .BtnList ul li
{width:96px; height:96px; line-height: 96px; overflow: hidden; float: left; font-size:24px;
text-align:center; color:#ffffff; cursor: pointer;}
#ChapterMain .BtnList ul li.clear
{width:30px; height:96px; overflow:hidden; float:left; background:none;}
#ChapterMain .BtnList ul li:hover
{}
#ChapterMain .BtnList ul li.clear:hover
{background:none;}
#ChapterMain .chapterBtn
{width:750px; height:50px; overflow: hidden; margin:50px auto;}
#ChapterMain .chapterBtn ul li
{width:245px; height:50px; line-height: 50px; overflow: hidden; float: left; font-size:16px; text-align:center;
background:#F7F3E9;}
#ChapterMain .chapterBtn ul li.clear-y
{width:5px; height:50px; overflow: hidden; float: left; background:none;}
#ChapterMain .chapterBtn ul li.last
{background-image:none;}
#ChapterMain .chapterBtn ul li a
{color:#333333; text-decoration: none; display: block;}
#ChapterMain .chapterBtn ul li:hover
{background:#FF417A;}
#ChapterMain .chapterBtn ul li:hover a
{color:#ffffff;}

/*吐槽start*/
.chapter-comment-wrap
{padding-top: 13px;margin-left: -80px; width: 1100px;
    /*width: 100%; background: url(*//*/images/chapter-comment-t.png) no-repeat right top;*/}
.chapter-comment
{/*margin-bottom: 30px;*/ padding-bottom: 30px;
    /*background: #f6f3ec url(../images/chapter-comment-b.png) no-repeat right bottom;*/ /*width: 980px;*/}
.chapter-bg {background-color: #f2f2f2;position: relative;}
.chapter-comment-form
{width:64%;text-align: center; padding: 10px 0; position: absolute; bottom: 8px; right: 90px;}
.chapter-comment-form i
{width: 36px;height: 36px;display: inline-block;font-size: 14px;font-style: normal; cursor: pointer;
background:url(../ImgV3/shut-a.png) no-repeat;background-size: cover;float: right;}
.chapter-comment-form input
{height: 28px; line-height: 28px; width: 70%; padding: 0 5px; border: 1px solid #dcdcdc;
border-radius: 2px; font-size: 14px; vertical-align: middle;}
.chapter-comment-form input:focus, .book-chapter-comment .comment-input:focus
{outline:none; border-color: #FF417A; -webkit-box-shadow:0 0 3px #fa7298; -moz-box-shadow:0 0 3px #FF417A;
-o-box-shadow:0 0 3px #FF417A; box-shadow:0 0 3px #FF417A;
-webkit-transition:border linear .2s, -webkit-box-shadow linear .2s;
-moz-transition:border linear .2s, -moz-box-shadow linear .2s;
-o-transition: border linear .2s, -o-box-shadow linear .2s;
transition:border linear .2s, box-shadow linear .2s;}
.chapter-comment-form input
{height: 36px; border: none; background: #fff; border-radius: 6px;}
.chapter-comment-form .chapter-comment-submit
{border-radius: 6px; height: 36px; line-height: 36px; width: 100px; margin-left: 10px; font-size: 14px;
outline: none; cursor: pointer; background: #FF417A; color: #fff; border: 0px;}
.chapter-comment-submit:hover
{background:#f27da0;}
.chapter-comment-list
{/*width: 800px;*/ margin: 0 10%; /*font-family: "Microsoft Yahei";*/ font-size: 14px;}
.chapter-comment-list .img
{display: inline-block; position: relative; width: 30px; height: 30px; margin: 0 6px 0 -5px; padding: 5px;}
.chapter-comment-list .img img
{width: 30px; height: 30px; border-radius: 50%; vertical-align: middle;}
.chapter-comment-list ul
{padding: 12px 0;}
.chapter-comment-list li a:link,.chapter-comment-list li a:visited
{color:#323232; text-decoration: none;}
.chapter-comment-list li a:hover,.chapter-comment-list li a:active
{color:#ef5148; text-decoration:underline;}
.chapter-comment-list li .date
{color: #969696; font-size: 12px; vertical-align: bottom;}
.chapter-comment-list li .name b
{display: inline-block; width: 54px; height: 16px; background: #ac7a23; border: 1px solid #ac7a23;
border-radius: 2px; text-align: center; line-height: 16px; color: #fff; font-size: 12px; margin-left: 10px;}
.chapter-comment-list li
{border-bottom: 1px dotted #c8c8c8; padding: 10px 0;}
.chapter-comment-list li .bd
{line-height: 26px; margin-left: 40px; position: relative; font-size: 14px; color: #323232;
height: 52px; overflow: hidden;}
.chapter-comment-list li .state
{position: absolute; right: 0; bottom: 0;}
.chapter-comment-list li .state a
{font-size: 12px; margin-left: 46px; color: #969696;}
.chapter-comment-list li .state .zan.done
{color: #ed5565;}
.chapter-comment-list li .state .hei.done
{color: #4acbff;}
.chapter-comment-list li .tsukkomi_content img
{width:60px;}
.chapter-comment-page
{width: 800px; margin: 0 auto; padding: 10px 0 20px; color: #969696; font-size: 14px;}
.chapter-comment-page i
{font-style: normal;}
.chapter-comment-page a
{display: inline-block; width: 21px; height: 20px; line-height: 20px;
background: url(http://www.shubl.com/resources/images/page-tsukkomi.png) no-repeat;
margin: 0 5px;}
.chapter-comment-page a.prev
{background-position: 0 0;}
.chapter-comment-page a.next
{background-position: 0 -20px;}
.chapter-comment-page a.noprev
{background-position: -21px 0;}
.chapter-comment-page a.nonext
{background-position: -21px -20px;}
.chapter-comment-page span
{margin-right: 15px;}

/* 章节左侧导航 */
#ChapterNav
{width:60px; height:187px; overflow:visible; position:absolute; left: 50%; margin-left: -540px; top: 122px; z-index:999;
border:1px solid #DEDAD1; background:#F7F3E9;}
#ChapterNav ul
{position: relative; z-index: 12;}
#ChapterNav ul li
{width:60px; height:77px; overflow: hidden; float:left; border-bottom:1px solid #DEDAD1; font-size:12px; color:#999999;
text-align: center; cursor: pointer;}
#ChapterNav ul li a
{width:60px; height:29px; overflow: hidden; float:left; font-size:12px; color:#999999;
padding-top:48px; text-align: center; display: block; text-decoration: none;}
#ChapterNav ul li.a
{background:url(../ImgV3/readicon/bng1.png) 18px 17px no-repeat;}
#ChapterNav ul li.b
{background:url(../ImgV3/readicon/bng2.png) 18px 17px no-repeat;}
#ChapterNav ul li.c
{background:url(../ImgV3/readicon/bng3.png) 18px 17px no-repeat;}
#ChapterNav ul li.d
{background:url(../ImgV3/readicon/bng4.png) 18px 17px no-repeat; border-bottom: 0px;}
#ChapterNav ul li.onsetting
{width:70px; background:#ffffff url(../ImgV3/readicon/bng3.png) 18px 17px no-repeat;}

/* 章节右侧导航 */
#ChapterRightNav
{width:60px; height:auto; overflow: hidden; position: absolute; right:50%; top:122px; margin-right:-540px; z-index:999;
border:1px solid #DEDAD1; background:#F7F3E9;}
#ChapterRightNav ul li
{width:60px; height:77px; overflow: hidden; float:left; border-bottom:1px solid #DEDAD1; font-size:12px; color:#999999;
text-align: center; cursor: pointer;}
#ChapterRightNav ul li a
{width:60px; height:29px; overflow: hidden; float:left; font-size:12px; color:#999999;
padding-top:48px; text-align: center; display: block; text-decoration: none;}
#ChapterRightNav ul li.a
{background:url(../ImgV3/readicon/bng5.png) 18px 17px no-repeat;}
#ChapterRightNav ul li.b
{background:url(../ImgV3/readicon/bng6.png) 18px 17px no-repeat;}
#ChapterRightNav ul li.c
{background:url(../ImgV3/readicon/bng7.png) 18px 17px no-repeat;}
#ChapterRightNav ul li.d
{background:url(../ImgV3/readicon/bng8.png) 18px 17px no-repeat;}
#ChapterRightNav ul li.e
{background:url(../ImgV3/readicon/bng9.png) 18px 17px no-repeat; border-bottom: 0px;}


/* 设置面板 */
.cnt
{position:absolute; left:62px; top:0px; z-index: 9; padding: 15px 26px; box-shadow:2px 0px 6px #a9a9a9;}
.cnt-shezhi
{width: 420px; background: #fff; overflow:hidden; font-family:"Microsoft YaHei"; display: none;}
.cnt-shezhi a
{color:#000; text-decoration: none;}
.cnt-shezhi a:hover
{color:#ed5565; text-decoration: underline;}

.cnt-hd
{font-size: 18px; color: #969696;}
.cnt-shezhi dl
{margin-bottom: 18px; overflow: hidden;	*zoom:1;}
.cnt-shezhi dt
{line-height: 30px; font-size: 14px; float: left;}
.cnt-shezhi dd
{font-size: 14px; float: left;}
.dl-theme
{}
.dl-theme a
{width:26px; height:26px; border:2px solid #fff; display:inline-block; border-radius:50%; margin:0 5px;}
.dl-theme .write
{border-color:#F4E4D0; background: #F4E4D0}
.dl-theme .white
{border-color:#D7E0CF; background: #D7E0CF}
.dl-theme .gray
{border-color:#E0C2C2; background: #E0C2C2}
.dl-theme .pink
{border-color:#C8D9DE; background: #C8D9DE}
.dl-theme .night
{border-color:#666666; background: #666666 }
.dl-theme .act
{border-color: #ed5565;}
.dl-font-family a
{float: left; vertical-align: middle; text-align: center; padding: 3px 13px; font-size: 14px; border:1px solid #c8c8c8;line-height: 20px;
margin: 0 5px; border-radius: 2px;}
.dl-font-read a
{float: left; vertical-align: middle; text-align: center; padding: 3px 13px; font-size: 14px; border:1px solid #c8c8c8;
margin: 0 5px; border-radius: 2px;}
.dl-font-read a.act
{border-color: #ed5565}
.dl-font-read a img {width:24px;height: 17px;}
.dl-font-family a.microsoft-yahei
{font-family: "Microsoft Yahei"}
.dl-font-family a.simsun
{font-family: Simsun}
.dl-font-family a.kaiti
{font-family: kaiti}
.dl-font-family a.act
{border-color: #ed5565}
.dl-font-size a
{border: 1px solid #c8c8c8; height: 28px; display: inline-block; vertical-align: middle; padding: 0 22px; line-height: 28px;}
.dl-font-width a
{border: 1px solid #c8c8c8; height: 28px; display: inline-block; vertical-align: middle; padding: 0 22px; line-height: 28px;}
.dl-font-size a.small
{margin-left: 5px; border-right: none; border-radius: 5px 0 0 5px;}
.dl-font-size a.big
{border-left: none; border-radius: 0 5px 5px 0;}
.dl-font-size span
{display: inline-block; color: #999; padding: 0 22px; border: 1px solid #c8c8c8; height: 28px; line-height: 28px;vertical-align: middle;}
.dl-font-width a.reduce
{margin-left: 5px; border-right: none; border-radius: 5px 0 0 5px;}
.dl-font-width a.add
{border-left: none; border-radius: 0 5px 5px 0;}
.dl-font-width span
{display: inline-block; color: #999; padding: 0 22px; border: 1px solid #c8c8c8; height: 28px; line-height: 28px;vertical-align: middle;}
.dl-btn
{margin-top: 30px;}
.dl-btn a
{width: 82px; height: 30px; border: 1px solid #c8c8c8; display: inline-block;}
.dl-btn a
{width: 82px; height: 30px; border: 1px solid #c8c8c8; display: inline-block; vertical-align: middle;
margin-right: 20px; color: #969696; text-align: center; line-height: 30px;}
.dl-btn .submit
{background: #ed5565; color: #fff; border-color: #ed5565;}
.dl-btn .submit:hover
{color:#fff; text-decoration: underline;}
.dl-btn dd
{margin-left: 74px;}
.J_Close
{position: absolute; right: 10px; top: 0; color: #ed5565; font-size:22px; cursor: pointer;}

/* 作品目录--弹出层 */
.BookDirB
{width:840px; height: auto; overflow: hidden; margin:0px auto; position:relative;
background:#ffffff; padding-bottom: 20px;}
.BookDirB .Sort{position:absolute;top:22px;right:0;z-index:100;}
.BookDirB .Sort span{float: left;}
.BookDirB .Sort img{width:20px;float: right;margin-top: 2px;}
.BookDirB .Sort a{color: black;text-decoration: none;}
.BookDirB .Top
{width:100%; height:65px; line-height: 65px; overflow: hidden; margin: 0px auto; font-size:24px;
font-family: "Microsoft YaHei", '微软雅黑'; color:#323137;
border-bottom:1px solid #ededed;}
.BookDirB .volume_name
{width:100%; height:46px; overflow: hidden; border-bottom: 1px solid rgb(237, 237, 237);
cursor: pointer; transition: 0.3s; background: url(../ImgV3/bng109.png) 0px center no-repeat;}
.BookDirB .volume_name:hover
{/* background:#cccccc url(../ImgV3/bng109.png) 0px center no-repeat; */}
.BookDirB .volume_name span
{width:auto; height:46px; line-height: 46px; overflow: hidden; display: block; float: left;
font-size:18px; color:#333333; text-indent: 28px; font-weight: bold;}
.BookDirB .volume_name em
{width:auto; height:18px; line-height: 18px; overflow: hidden; float: left; font-size:12px; margin-left: 10px;
color:#ee5048; border:1px solid #ee5048; padding: 0px 3px; margin-top: 12px; font-style:normal;
-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.BookDirB .volume_name i
{width:auto; height:43px; line-height: 43px; overflow: hidden; display: block; float: left; font-style: normal;
font-size:14px; color:#808080; margin-left: 10px;}

.BookDirB .chapter_list
{width:100%; height:auto; overflow: hidden; margin:0px auto;}
.BookDirB .chapter_list ul li
{width:46%; height:42px; line-height: 42px; overflow: hidden; float: left; font-size:14px;
border-bottom:1px dashed #ededed; padding:0px 2%;}
.BookDirB .chapter_list ul li.lock_fill
{background:url(../ImgV3/lock_fill.png) 90% center no-repeat;}
.BookDirB .chapter_list ul li.unlock
{background:url(../ImgV3/unlock.png) 90% center no-repeat;}
.BookDirB .chapter_list ul li a:link,
.BookDirB .chapter_list ul li a:visited
{color:#333333; text-decoration: none;}
.BookDirB .chapter_list ul li a:hover,
.BookDirB .chapter_list ul li a:active
{color:#FC1733; text-decoration:underline;}

/* 投票dialog */
.global-vote-dialog-top
{width:116px; height:154px; overflow: hidden; position: fixed; left:50%; top:50%; margin-left:-58px; margin-top:-360px;
z-index: 198910161235458777; display: none;}
.global-vote-dialog-top img
{float:left;}
#votelist
{width:600px; height:540px; overflow:hidden; position: relative;}
#votelist .close-dialog
{width:25px; height:25px; overflow: hidden; position: absolute; right:10px; top:10px; background:url(../ImgV3/bng75.png) no-repeat;
background-size: 100% 100%; cursor: pointer;}
#votelist .book-note
{width:600px; height:47px; line-height: 47px; overflow: hidden; font-size:12px; color:#666666; text-align: center;
margin-top:60px;}
#votelist .TabTop
{width:600px; height:42px; overflow:hidden; background:url(../ImgV3/bng64.png) 0px bottom repeat-x;}
#votelist .TabTop ul li
{width:120px; height:42px; line-height:42px; overflow: hidden; float:left; font-size:16px;
text-align:center; color:#333333; cursor: pointer;}
#votelist .TabTop ul li em
{width:90px; height:42px; line-height: 42px; overflow: hidden; display: block; margin:0px auto; font-style:normal;}
#votelist .TabTop ul li.onfocus em
{font-weight: bold; color:#333333; background:url(../ImgV3/bng65.png) 0px bottom repeat-x;}
#votelist .TabBottom
{display:none;}
.tuijianB
{width:348px; height:285px; overflow: hidden; margin:0px auto; padding-top:10px; position: relative;}
.tuijianB .icon
{width:90px; height:90px; overflow: hidden; position: absolute; left:129px; top:30px;
background:url(../ImgV3/bng111.png) no-repeat;}
.tuijianB .note
{width:296px; height:34px; line-height: 34px; overflow: hidden; position: absolute; left:26px; top:131px;
font-size:14px; color:#333333; text-align: center;}
.tuijianB .note span
{color:#6184DE; font-weight: bold; padding-right:5px;}
.tuijianB .num-list
{width:120px; height:46px; overflow: hidden; position: absolute; left:114px; top:170px;}
.tuijianB .num-list em
{width:32px; height:30px; line-height:30px; overflow:hidden; display:block; text-align:center; float:left;
font-size:14px; font-weight: bold; font-family:"Microsoft YaHei"; color:#333333; cursor:pointer; font-style:normal; border-radius: 5px;
border:1px solid #d6d6d6;}
.tuijianB .num-list input
{width:44px; height:30px; line-height:30px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
color:#333333; text-align:center; margin:0px 5px; border:1px solid #d6d6d6; border-radius: 5px;}
.tuijianB .btnList
{width:308px; height:40px; overflow: hidden; position: absolute; left:20px; top:227px;}
.tuijianB .a
{width:140px; height:40px; line-height:40px; overflow:hidden; float:right; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; background:#FF417A; border-radius: 2px;}
.tuijianB .a a:link,
.tuijianB .a a:visited
{color:#ffffff; text-decoration:none;}
.tuijianB .a a:hover,
.tuijianB .a a:active
{color:#ffffff; text-decoration:underline;}
.tuijianB .BtnA
{width:140px; height:40px; line-height:40px; overflow:hidden; float:left; font-size:14px; border-radius: 2px;
font-family:"Microsoft YaHei"; text-align:center; background:#ffffff; border:1px solid #dddddd;}
.tuijianB .BtnA a:link,
.tuijianB .BtnA a:visited
{color:#333333; text-decoration:none;}
.tuijianB .BtnA a:hover,
.tuijianB .BtnA a:active
{color:#333333; text-decoration:underline;}
.monthlyTickets .icon
{width:90px; height:90px; overflow: hidden; position: absolute; left:129px; top:30px;
background:url(../ImgV3/bng112.png) no-repeat;}

/*刀片面板*/
.daopianB
{width:520px; height:348px; margin:0px auto; padding-top:10px; position: relative;}
.daopianB .icon
{width:90px; height:90px; overflow: hidden; position: absolute; left:215px; top:10px;
background:url(../ImgV3/bng113.png) no-repeat;}
.daopianB .note
{width:520px; height:90px; line-height: 200%; overflow: hidden; position: absolute; left:0px; top:100px;
font-size:14px; color:#333333; text-align: center; border-bottom: 1px dotted #dddddd;}
.daopianB .note span
{font-size:18px; font-weight: bold; color:#6184DE;}
.daopianB .note i
{font-style:normal; color:#FF417A;}
.daopianB table
{margin-top:180px;}
.daopianB table tr th,.daopianB table tr td
{line-height:100%; font-size:14px; font-family:"Microsoft YaHei"; color:#333333;
border-bottom:1px dotted #dddddd;}
.daopianB table tr td.line
{line-height:220%;}
.daopianB .btnList
{width:308px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;}
.daopianB .a
{width:140px; height:40px; line-height:40px; overflow:hidden; float:right; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; border-radius: 2px; background:#FF417A;}
.daopianB .a a:link,
.daopianB .a a:visited
{color:#ffffff; text-decoration:none;}
.daopianB .a a:hover,
.daopianB .a a:active
{color:#ffffff; text-decoration:underline;}
.daopianB .BtnA
{width:140px; height:40px; line-height:40px; overflow:hidden; float:left; font-size:14px; margin-left:15px; border-radius: 2px;
font-family:"Microsoft YaHei"; text-align:center; background:#ffffff; border:1px solid #dddddd;}
.daopianB .BtnA a:link,
.daopianB .BtnA a:visited
{color:#333333; text-decoration:none;}
.daopianB .BtnA a:hover,
.daopianB .BtnA a:active
{color:#333333; text-decoration:underline;}

/* 订阅面板 */
#SubscribeBook
{width:520px; height:388px; overflow:hidden; margin:0px auto;}
#SubscribeBook .hlb
{width:520px; height:35px; line-height:35px; overflow:hidden; margin:0px auto; font-size:14px;
font-family:"Microsoft Yahei"; color:#333333; margin-top:10px;}
#SubscribeBook .hlb span
{color:#6184DE; font-weight: bold;}
#SubscribeBook .list
{width:520px; height:auto; overflow:hidden; margin:0px auto; padding-bottom:10px;}
#SubscribeBook .list ul
{}
#SubscribeBook .list ul li
{width:520px; height:auto; overflow:hidden; float:left; padding:10px 0px; border:1px solid #DCE4E9; border-radius: 5px;
margin-top:10px;}
#SubscribeBook .list ul li span
{width:510px; height:25px; line-height:25px; overflow:hidden; float:left; display:block; font-size:14px;
font-family:"Microsoft YaHei"; color:#333333; padding-left:10px;}
#SubscribeBook .list ul li span label
{cursor:pointer;}
#SubscribeBook .list ul li em
{width:520px; height:auto; line-height:180%; overflow:hidden; float:left; display:block; font-size:14px;
font-family:"Microsoft YaHei"; color:#333333; font-style:normal; padding-left:25px;}
#SubscribeBook .list ul li.clear
{border:0px; font-size:14px;}
#SubscribeBook .btnList
{width:308px; height:auto; overflow: hidden; margin:0px auto; margin-top:10px;}
#SubscribeBook .a
{width:140px; height:40px; line-height:40px; overflow:hidden; float:right; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; border-radius: 2px; background:#FF417A;}
#SubscribeBook .a a:link,
#SubscribeBook .a a:visited
{color:#ffffff; text-decoration:none;}
#SubscribeBook .a a:hover,
#SubscribeBook .a a:active
{color:#ffffff; text-decoration:underline;}
#SubscribeBook .BtnA
{width:140px; height:40px; line-height:40px; overflow:hidden; float:left; font-size:14px; margin-left:15px; border-radius: 2px;
font-family:"Microsoft YaHei"; text-align:center; background:#ffffff; border:1px solid #dddddd;}
#SubscribeBook .BtnA a:link,
#SubscribeBook .BtnA a:visited
{color:#333333; text-decoration:none;}
#SubscribeBook .BtnA a:hover,
#SubscribeBook .BtnA a:active
{color:#333333; text-decoration:underline;}

/*打赏面板*/
.dashangDialog
{width:520px; height:388px; overflow:hidden; margin:0px auto;}
.dashangDialog .list
{width:520px; height:auto; overflow:hidden; margin:0px auto; margin-top:5px; padding-bottom:5px;}
.dashangDialog .list ul
{width:560px;}
.dashangDialog .list ul li
{width:100px; height:110px; line-height: 150%; overflow: hidden; float:left; position: relative; margin-right:38px;
font-size:14px; text-align: center; margin-top:10px; cursor:pointer; border:1px solid #ffffff; border-radius: 5px;}
.dashangDialog .list ul li img
{position: absolute; left:10px; top:0px;}
.dashangDialog .list ul li span
{width:100px; height:27px; line-height: 27px; overflow: hidden; display: block; position: absolute; left:0px; top:60px;
font-size:14px; color:#333333;}
.dashangDialog .list ul li em
{width:100px; height:27px; line-height: 27px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px;
font-size:14px; color:#333333; font-style:normal;}
.dashangDialog .list ul li i
{width:100px; height:110px; overflow: hidden; display: block; position: absolute; left:0px; top:0px; z-index: 9;
background:url(../ImgV3/bng115.png); display: none;}
.dashangDialog .list ul li.onfocus
{border:1px solid #FF417A;}
.dashangDialog .list ul li.onfocus i
{display: block;}
.dashangDialog .note
{width:100%; height:35px; line-height: 35px; overflow: hidden; font-size:14px; color:#333333; text-align: center;
padding-top:10px;}
.dashangDialog .note span
{color:#6184DE; font-weight: bold;}
.dashangDialog .btnList
{width:308px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;}
.dashangDialog .a
{width:140px; height:40px; line-height:40px; overflow:hidden; float:right; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; border-radius: 2px; background:#FF417A;}
.dashangDialog .a a:link,
.dashangDialog .a a:visited
{color:#ffffff; text-decoration:none;}
.dashangDialog .a a:hover,
.dashangDialog .a a:active
{color:#ffffff; text-decoration:underline;}
.dashangDialog .BtnA
{width:140px; height:40px; line-height:40px; overflow:hidden; float:left; font-size:14px; margin-left:15px; border-radius: 2px;
font-family:"Microsoft YaHei"; text-align:center; background:#ffffff; border:1px solid #dddddd;}
.dashangDialog .BtnA a:link,
.dashangDialog .BtnA a:visited
{color:#333333; text-decoration:none;}
.dashangDialog .BtnA a:hover,
.dashangDialog .BtnA a:active
{color:#333333; text-decoration:underline;}


/* 专题书单页面 */
.booklisting-sorting
{width:530px; height:44px; overflow: hidden; margin:0px auto; margin-top:40px;}
.booklisting-sorting ul li
{width:130px; height:44px; line-height: 44px; overflow: hidden; float: left; font-size:16px; text-align: center;
background: #F9F9F9; border-radius: 22px;}
.booklisting-sorting ul li.clear-y
{width:70px; height:44px; overflow: hidden; float: left; background:none;}
.booklisting-sorting ul li a:link,.booklisting-sorting ul li a:visited
{color:#333333; text-decoration: none;}
.booklisting-sorting ul li a:hover,.booklisting-sorting ul li a:active
{color:#00C1BE; text-decoration: underline;}
.booklisting-sorting ul li.onfocus a:link,.booklisting-sorting ul li.onfocus a:visited
{color:#00C1BE; text-decoration: none;}
.booklisting-sorting ul li.onfocus a:hover,.booklisting-sorting ul li.onfocus a:active
{color:#00C1BE; text-decoration: underline;}

.booklisting-list
{width:1200px; min-height:650px; overflow: hidden; margin:0px auto;}
.booklisting-list ul li
{width:380px; height:180px; overflow: hidden; float: left; margin-top:30px;}
.booklisting-list ul li.clear-y
{width:30px; height:180px; overflow: hidden; float: left; margin-top:30px;}
.booklisting-list ul li a
{color:#ffffff; text-decoration: none;}
.booklisting-list ul li dl
{width:380px; height:180px; overflow: hidden; float: left; position: relative;}
.booklisting-list ul li dl dd.img
{width:380px; height:180px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 9;}
.booklisting-list ul li dl dd.img img
{border-radius: 5px;}
.booklisting-list ul li dl dd.title
{width:240px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:0px; bottom:0px; font-size:14px; z-index: 99;
color:#ffffff; text-indent: 10px;}
.booklisting-list ul li dl dd.num
{width:86px; height:30px; line-height: 30px; overflow: hidden; position: absolute; right:0px; bottom:0px; font-size:14px;
color:#ffffff; text-align: center; z-index: 99;}
.booklisting-list ul li dl dd.bg
{width:380px; height:180px; overflow: hidden; position: absolute; left:0px; top:0px; border-radius: 5px; z-index: 999;
background:url(../ImgV3/bng128.png); display: none;}
.booklisting-list ul li dl dd.info
{width:176px; height:109px; overflow: hidden; position: absolute; left:102px; top:36px; z-index: 9999; border:2px solid #ffffff;
display: none;}
.booklisting-list ul li dl dd.info em
{font-style:normal;}
.booklisting-list ul li dl dd.info em.a
{width:172px; height:36px; line-height: 36px; overflow: hidden; display: block; position: absolute; left:0px; top:17px; font-size:18px;
font-weight: bold; text-align: center; color:#ffffff;}
.booklisting-list ul li dl dd.info em.b
{width:105px; height:2px; overflow: hidden; position: absolute; left:34px; top:56px; background: #ffffff;}
.booklisting-list ul li dl dd.info em.c
{width:172px; height:26px; line-height: 26px; overflow: hidden; position: absolute; left:0px; top:62px; font-size:12px; text-align: center;
color:#ffffff;}
.booklisting-list ul li.onfocus dd.title
{display: none;}
.booklisting-list ul li.onfocus dd.num
{display: none;}
.booklisting-list ul li.onfocus dd.bg
{display: block;}
.booklisting-list ul li.onfocus dd.info
{display: block;}

/* 下载页面 */
.download-top
{width:100%; min-width: 1200px; height:790px; overflow: hidden; background:url(../ImgV3/download/bng1.png);
background-position: 0px center; background-size: auto 100%;}
.download-top .content
{width:1200px; height:790px; overflow: hidden; position: relative; margin:0px auto;}
.download-top .content .miaoshuImg
{width:338px; height:108px; overflow: hidden; position: absolute; right:104px; top:252px;}
.download-top .content .android-qrcode
{width:150px; height:160px; overflow: hidden; position: absolute; right:52px; top:494px;
background:url(../ImgV3/download/bng5.png) center 0px no-repeat; display: none;}
.download-top .content .android-qrcode img
{width:150px; height:150px; overflow: hidden; position: absolute; left:0px; bottom:0px;}
.download-top .content .btn-list
{width:520px; height:66px; overflow: visible; position: absolute; right:0px; top:416px;}
.download-top .content .btn-list ul li
{width:250px; height:66px; line-height: 66px; overflow: visible; font-size:20px; font-weight: bold; color:#ffffff;
text-align: left; text-indent: 80px; border-radius: 33px; cursor: pointer;}
.download-top .content .btn-list .ios
{position: absolute; left:0px; top:0px; background:#F75E7E url(../ImgV3/download/bng4.png) 28px 7px no-repeat;}
.download-top .content .btn-list .android
{position: absolute; right:0px; top:0px; background:#F75E7E url(../ImgV3/download/bng3.png) 28px 7px no-repeat;}
.download-top .content .qrcode
{width:140px; height:140px; overflow: hidden; position: absolute; right:176px; top:232px;}

/* 用户个人主页 */


/* 书籍列表 */
#User-Index .user-booklist-bg
{width:100%; height:auto; overflow: hidden;}
#User-Index .top-title
{width:1200px; height:40px; line-height: 40px; overflow: hidden; font-size:18px; font-weight: bold; color:#333333;
background:#ffffff; margin:0px auto; margin-top:20px; text-indent: 30px; padding-top:10px;}
#User-Index .user-booklist
{width:1200px; min-height:650px; overflow: hidden; margin:0px auto; background:#ffffff;}
#User-Index .user-booklist .list
{width:550px; height:160px; overflow: visible; float: left; position: relative; margin-top:30px;}
#User-Index .user-booklist .clear-y
{width:35px; height:160px; overflow: hidden; float:left;}
#User-Index .user-booklist .list .cover
{width:120px; height:160px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 9;}
#User-Index .user-booklist .list .cover img
{float:left;}
#User-Index .user-booklist .list .notes
{width:419px; height:160px; overflow: hidden; position: absolute; right:0px; bottom:0px; background:#ffffff;}
#User-Index .user-booklist .list .notes .title
{width:400px; height:34px; line-height: 34px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:16px; font-weight: bold;}
#User-Index .user-booklist .list .notes .title a:link,
#User-Index .user-booklist .list .notes .title a:visited
{color:#333333; text-decoration: none;}
#User-Index .user-booklist .list .notes .title a:hover,
#User-Index .user-booklist .list .notes .title a:active
{color:#FF417A; text-decoration: underline;}
#User-Index .user-booklist .list .notes .label
{width:400px; height:37px; line-height: 37px; overflow: hidden; position: absolute; left:0px; top:34px;
font-size: 12px; color:#666666;}
#User-Index .user-booklist .list .jianjie
{width:419px; height:55px; line-height: 180%; overflow: hidden; position: absolute; left:0px; top:68px;
font-size:14px; color:#666666;}
#User-Index .user-booklist .list .notes .btnList
{width:220px; height:34px; overflow: hidden; position: absolute; left:0px; top:121px;}
#User-Index .user-booklist .list .notes .btnList ul li
{width:103px; height: 32px; line-height: 32px; overflow: hidden; font-size:14px; border-radius: 5px;}
#User-Index .user-booklist .list .notes .btnList ul li.a
{float:left; border:1px solid #FF417A; background:#FF417A; text-align: center;}
#User-Index .user-booklist .list .notes .btnList ul li.a a:link,
#User-Index .user-booklist .list .notes .btnList ul li.a a:visited
{color:#ffffff; text-decoration: none;}
#User-Index .user-booklist .list .notes .btnList ul li.a a:hover,
#User-Index .user-booklist .list .notes .btnList ul li.a a:active
{color:#ffffff; text-decoration: none;}
#User-Index .user-booklist .list .notes .btnList ul li.addBookcase
{float:right; color: #6184DE; border: 1px solid #6184DE; text-align: left;
background: url(../ImgV3/bng68.png) 15px 9px no-repeat; text-indent: 32px;}
#User-Index .user-booklist .list .notes .btnList ul li.addBookcase a:link,
#User-Index .user-booklist .list .notes .btnList ul li.addBookcase a:visited
{color:#6184DE; text-decoration: none;}
#User-Index .user-booklist .list .notes .btnList ul li.addBookcase a:hover,
#User-Index .user-booklist .list .notes .btnList ul li.addBookcase a:active
{color:#6184DE; text-decoration: none;}
#User-Index .user-booklist .list .notes .btnList ul li.delBookcase
{float:right; color: #6184DE; border: 1px solid #cccccc; text-align: left;
background: url(../ImgV3/bng69.png) 15px 9px no-repeat; text-indent: 32px;}
#User-Index .user-booklist .list .notes .btnList ul li.delBookcase a:link,
#User-Index .user-booklist .list .notes .btnList ul li.delBookcase a:visited
{color:#666666; text-decoration: none;}
#User-Index .user-booklist .list .notes .btnList ul li.delBookcase a:hover,
#User-Index .user-booklist .list .notes .btnList ul li.delBookcase a:active
{color:#666666; text-decoration: none;}

/* 用户关注列表 */
#User-Index .follow-list
{width:1200px; height:145px; overflow: hidden; margin:0px auto; margin-top:20px; position: relative; background:#ffffff;}
#User-Index .follow-list .title
{width:578px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:28px; top:20px;
font-size:18px; font-weight: bold; color:#333333;}
#User-Index .follow-list .list
{width:1150px; height:66px; overflow: hidden; position: absolute; left:28px; top:65px;}
#User-Index .follow-list .list ul li
{width:47px; height:47px; overflow: hidden; float:left; margin-right:10px;}
#User-Index .follow-list .list ul li img
{float:left; border-radius: 50%;}
#User-Index .follow-list .list .emptyData
{line-height:66px; font-size:14px; color:#333333;}

#User-Index .BookFavoNone
{width:1200px; height:450px; line-height: 180%; overflow: hidden; margin:0px auto; margin-top:20px; font-size:14px; color:#333333;
position:relative; text-align: center; padding-top:100px; background:#ffffff;}

/* 用户个人中心Start */
.user-top-bg
{width:100%; min-width: 1200px; height:200px; overflow: hidden; background:#88334a url(../ImgV3/bng107.png) center 0px no-repeat;}
.user-top-bg .user-top-main
{width:1200px; height:200px; overflow: hidden; margin:0px auto; position: relative;}
.user-top-bg .user-top-main .theFace
{width:110px; height:110px; overflow: hidden; position: absolute; left:0px; top:73px;}
.user-top-bg .user-top-main .theFace img
{float:left; border-radius: 50%; background:#ffffff;}
.user-top-bg .user-top-main .nickname
{width:500px; height:36px; overflow: hidden; position: absolute; left:121px; top:93px;}
.user-top-bg .user-top-main .nickname em
{width:auto; height:36px; line-height: 36px; overflow: hidden; display: block; float:left; font-size:26px; color:#ffffff;
font-style:normal; padding-right:10px;}
.user-top-bg .user-top-main .nickname i
{width:73px; height:22px; line-height: 22px; overflow: hidden; display: block; float:left; font-size:12px; color:#F84F14;
font-style:normal; margin-top:8px; text-indent:26px; background: url(../ImgV3/bng77.png) no-repeat;}
.user-top-bg .user-top-main .nickname span
{width:32px; height:20px; overflow: hidden; display: block; float:left; margin-top:15px; padding-left:10px;}
.user-top-bg .user-top-main .nickname span img
{width:100%; float:right;}
.user-top-bg .user-top-main .jianjie
{width:736px; height:37px; line-height: 37px; overflow: hidden; position: absolute; left:121px; top:129px; font-size:14px;
color:#ffffff;}

/* 私信、关注 */
.user-top-bg .user-top-main .sixin
{width:40px; height:40px; overflow: hidden; position: absolute; right:0px; top:108px; border-radius: 50%; cursor: pointer;
background:#ffffff url(../ImgV3/bng106.png) center center no-repeat;}
.user-top-bg .user-top-main .sixin:hover
{background:#6184DE url(../ImgV3/bng105.png) center center no-repeat;}
.user-top-bg .user-top-main .follow
{width:100px; height:40px; line-height: 40px; overflow: hidden; position: absolute; right:52px; top:108px;
background:#6184DE url(../ImgV3/bng11.png) 19px center no-repeat; font-size:16px; color:#ffffff; border-radius: 20px;
text-indent: 40px; cursor: pointer;}

#UserCenter
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;}

/* 用户个人中心——左侧导航 */
#UserCenter .UserLeft
{width:250px; height:auto; overflow: hidden; float: left;}

/* 用户道具信息 */
#UserCenter .UserLeft .userInfo
{width:250px; height:160px; overflow: hidden; float:left; position: relative; margin-bottom:20px; background:#ffffff;}
#UserCenter .UserLeft .userInfo .list
{width:250px; height:92px; overflow: hidden; position: absolute; left:0px; top:0px;}
#UserCenter .UserLeft .userInfo .list ul li
{width:83px; height:92px; overflow: hidden; float:left;}
#UserCenter .UserLeft .userInfo .list ul li em
{width:83px; height:36px; line-height: 36px; overflow: hidden; display: block; float:left; text-align: center;
font-size:18px; font-weight: bold; font-style:normal; margin-top:16px;}
#UserCenter .UserLeft .userInfo .list ul li span
{width:83px; height:30px; overflow: hidden; float:left; display: block; font-size:14px; color:#666666;
text-align: center;}
#UserCenter .UserLeft .userInfo .goRecharge
{width:103px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:73px; top:99px;
border:1px solid #FF417A; text-align: center; font-size:14px; border-radius: 5px;}
#UserCenter .UserLeft .userInfo .goRecharge a:link,
#UserCenter .UserLeft .userInfo .goRecharge a:visited
{color:#FF417A; text-decoration: none;}
#UserCenter .UserLeft .userInfo .goRecharge a:hover,
#UserCenter .UserLeft .userInfo .goRecharge a:active
{color:#FF417A; text-decoration: underline;}

/* 用户VIP导航 */
#UserCenter .UserLeft .user-vip-nav
{width:250px; height:140px; overflow: hidden; position: relative; float:left; margin-bottom:20px; background:url(../ImgV3/bng78.png) no-repeat;}
#UserCenter .UserLeft .user-vip-nav .note
{width:215px; height:38px; line-height: 38px; overflow: hidden; position: absolute; left:28px; top:25px;
font-size:18px; font-weight: bold; color:#7B5224;}
#UserCenter .UserLeft .user-vip-nav .goVip
{width:105px; height:34px; line-height: 34px; overflow: hidden; position: absolute; left:28px; top:70px;
font-size:14px; text-align: center; background: linear-gradient(270deg, #FF437B, #F91559); border-radius: 17px;}
#UserCenter .UserLeft .user-vip-nav .goVip a:link,
#UserCenter .UserLeft .user-vip-nav .goVip a:visited
{color:#ffffff; text-decoration: none;}
#UserCenter .UserLeft .user-vip-nav .goVip a:hover,
#UserCenter .UserLeft .user-vip-nav .goVip a:active
{color:#ffffff; text-decoration: underline;}

/* 个人中心左侧导航 */
#UserCenter .UserLeft .user-nav
{width:250px; height:auto; overflow: hidden; float: left; margin-bottom: 20px; background:#ffffff;}
#UserCenter .UserLeft .user-nav .list
{width:210px; height:auto; overflow: hidden; margin:0px auto; padding:15px 0px 27px 0px;}
#UserCenter .UserLeft .user-nav .list ul li
{width:210px; height:40px; overflow: hidden; float:left; position: relative; margin-top:10px;}
#UserCenter .UserLeft .user-nav .list ul li i
{width:10px; height:10px; overflow: hidden; position: absolute; left:155px; top:16px; z-index: 9; background: #f00;
border-radius: 50%;}
#UserCenter .UserLeft .user-nav .list ul li span
{width:24px; height:24px; overflow: hidden; display: block; position: absolute; left:50px; top:8px;}
#UserCenter .UserLeft .user-nav ul li em
{width:125px; height:24px; line-height: 24px; overflow: hidden; display: block; font-style: normal; position: absolute;
left:75px; top:8px; font-size:14px; text-indent: 14px;}
#UserCenter .UserLeft .user-nav ul li em a:link,#UserCenter .UserLeft .user-nav ul li em a:visited
{color:#333333; text-decoration: none;}
#UserCenter .UserLeft .user-nav ul li em a:hover,#UserCenter .UserLeft .user-nav ul li em a:active
{color:#FF417A; text-decoration: underline;}
#UserCenter .UserLeft .user-nav ul li.icon1 span
{background:url(../ImgV3/icon/user_nav_1.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon2 span
{background:url(../ImgV3/icon/user_nav_2.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon3 span
{background:url(../ImgV3/icon/user_nav_3.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon4 span
{background:url(../ImgV3/icon/user_nav_4.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon5 span
{background:url(../ImgV3/icon/user_nav_5.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon6 span
{background:url(../ImgV3/icon/user_nav_6.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon7 span
{background:url(../ImgV3/icon/user_nav_7.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon8 span
{background:url(../ImgV3/icon/user_nav_8.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.icon9 span
{background:url(../ImgV3/icon/user_nav_9.png) 0px 0px no-repeat;}
#UserCenter .UserLeft .user-nav ul li.onfocus
{font-weight: bold; background:#F4F8FB; border-radius: 5px;}
#UserCenter .UserLeft .user-nav ul li.onfocus em a:link,#UserCenter .UserLeft .user-nav ul li.onfocus em a:visited
{color:#6184DE; text-decoration: none;}
#UserCenter .UserLeft .user-nav ul li.onfocus em a:hover,#UserCenter .UserLeft .user-nav ul li.onfocus em a:active
{color:#6184DE; text-decoration: underline;}
#UserCenter .UserLeft .user-nav ul li.onfocus span
{background-position: 0px -24px;}

/* 个人中心右侧内容 */
#UserCenter .UserRight
{width:930px; height:auto; overflow: hidden; float: right;}

/* 个人中心-我的首页 */
#UserCenter .UserRight .UserRight-Hr
{width:930px; height:20px; overflow: hidden; background:none;}

/* 个人中心-我的首页-等级展示 */
.my-index-level
{width:930px; height:160px; overflow: hidden; position: relative; background:#ffffff;}
.my-index-level .level-note
{width:565px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:30px; top:24px;
font-size:14px; color:#666666;}
.my-index-level .level-note em
{font-style:normal; font-size:18px; font-weight: bold; color:#333333; padding-right:12px;}
.my-index-level .level-note a:link,.my-index-level .level-note a:visited
{color:#666666; text-decoration: none;}
.my-index-level .level-note a:hover,.my-index-level .level-note a:active
{color:#FF417A; text-decoration: underline;}
.my-index-level .my-level
{width:868px; height:60px; overflow: hidden; position: absolute; left:30px; top:71px;}
.my-index-level .my-level .level-upgrade
{width:868px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:14px; color:#666666; text-align: center;}
.my-index-level .my-level .level-process
{width:774px; height:7px; overflow: hidden; background: #6184DE; opacity: 0.2; border-radius: 4px;
position: absolute; left:45px; top:39px;}
.my-index-level .my-level .level-process-background
{width:auto; height:7px; overflow: hidden; background: #6184DE; border-radius: 4px; position: absolute; left:45px; top:39px;}
.my-index-level .my-level .start-level
{width:36px; height:24px; overflow: hidden; position: absolute; left:0px; top:33px;}
.my-index-level .my-level .start-level img
{width:100%;}
.my-index-level .my-level .end-level
{width:36px; height:24px; overflow: hidden; position: absolute; right:0px; top:33px;}
.my-index-level .my-level .end-level img
{width:100%;}
.my-index-level .go-level
{width:103px; height:32px; line-height: 32px; overflow: hidden; position: absolute; right:30px; top:27px;
font-size:14px; border:1px solid #6184DE; background:url(../ImgV3/bng79.png) 15px 9px no-repeat; text-indent: 35px;
border-radius: 5px;}
.my-index-level .go-level a:link,.my-index-level .go-level a:visited
{color:#6184DE; text-decoration: none;}
.my-index-level .go-level a:hover,.my-index-level .go-level a:active
{color:#6184DE; text-decoration: underline;}

/* 个人中心-我的首页-我的资产 */
.MyIndex-props
{width:930px; height:225px; overflow: hidden; position: relative; background:#ffffff;}
.MyIndex-props .title
{width:226px; height:44px; line-height: 44px; overflow: hidden; position: absolute; left:30px; top:17px;
font-size:18px; font-weight: bold; color:#333333;}
.MyIndex-props .list
{width:202px; height:130px; overflow: hidden; position: absolute; top:65px; border-radius: 5px;}
.MyIndex-props .a
{left:30px; background:#FCF5EC url(../ImgV3/bng80.png) 147px 76px no-repeat;}
.MyIndex-props .b
{left:252px; background:#E3F7F7 url(../ImgV3/bng81.png) 147px 76px no-repeat;}
.MyIndex-props .c
{left:475px; background:#F2F8F4 url(../ImgV3/bng82.png) 147px 76px no-repeat;}
.MyIndex-props .d
{left:697px; background:#EFF7FA url(../ImgV3/bng83.png) 147px 76px no-repeat;}
.MyIndex-props .list .title
{width:138px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:21px; top:20px; font-size:14px;
font-weight: bold;}
.MyIndex-props .a .title
{color:#FF9921;}
.MyIndex-props .b .title
{color:#0AB4B2;}
.MyIndex-props .c .title
{color:#57B877;}
.MyIndex-props .d .title
{color:#22A9E1;}
.MyIndex-props .list .money
{width:170px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:21px; top:50px; font-size:12px;
color:#666666;}
.MyIndex-props .list .money span
{font-size:16px; font-weight: bold; color:#333333;}
.MyIndex-props .list .gotoUrl
{width:70px; height:22px; line-height: 22px; overflow: hidden; position: absolute; left:21px; top:89px; border:1px solid #999999;
font-size:12px; text-align: center; border-radius: 5px;}
.MyIndex-props .list .gotoUrl a:link,.MyIndex-props .list .gotoUrl a:visited
{color:#999999; text-decoration: none;}
.MyIndex-props .list .gotoUrl a:hover,.MyIndex-props .list .gotoUrl a:active
{color:#999999; text-decoration:none;}
.MyIndex-props .a .gotoUrl
{width:50px; height:22px; line-height: 22px; overflow: hidden; position: absolute; left:21px; top:89px; border:1px solid #FF9921;
font-size:12px; text-align: center; border-radius: 5px;}
.MyIndex-props .a .gotoUrl a:link,.MyIndex-props .a .gotoUrl a:visited
{color:#FF9921; text-decoration: none;}
.MyIndex-props .a .gotoUrl a:hover,.MyIndex-props .a .gotoUrl a:active
{color:#FF9921; text-decoration:none;}

/* 个人中心-我的首页-猜你喜欢 */
.MyIndex-Like
{width:930px; height:408px; overflow: hidden; position: relative; background:#ffffff;}
.MyIndex-Like .title
{width:232px; height:58px; line-height: 58px; overflow: hidden; position: absolute; left:30px; top:0px; font-size:18px; font-weight: bold;
color:#333333;}
.MyIndex-Like .list
{width:870px; height:272px; overflow: hidden; position: absolute; left:30px; top:65px;}
.MyIndex-Like .list ul li
{width:155px; height:272px; overflow: visible; float: left; position: relative;}
.MyIndex-Like .list ul li.clear-y
{width:22px; height:270px; overflow: hidden; float: left;}
.MyIndex-Like .list ul li span
{width:160px; height:210px; overflow: hidden; display: block; position: absolute; left:0px; top:10px;
box-shadow:0px 4px 6px 0px rgba(0,0,0,0.31); border:1px solid rgba(245,245,245,1);}
.MyIndex-Like .list ul li img
{position: absolute; left:0px; top:0px; -webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
.MyIndex-Like .list ul li img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
.MyIndex-Like .list ul li em
{width:162px; height:45px; line-height: 45px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px;
font-size:14px; text-align: center; font-style: normal;}
.MyIndex-Like .list ul li em a:link,
.MyIndex-Like .list ul li em a:visited
{color:#333333; text-decoration: none;}
.MyIndex-Like .list ul li em a:hover,
.MyIndex-Like .list ul li em a:active
{color:#FF417A; text-decoration: underline;}

/* 用户个人中心-头像处理 */
#MakeFaceOne
{width:440px; height:550px; overflow:hidden; margin:0px auto;}

/*头像处理-One*/
#MakeFaceMain
{width:403px; height:470px; overflow:hidden; margin:0px auto; margin-top:30px; position:relative;}
#MakeFaceTop
{width:403px; height:403px; overflow:hidden; position:absolute; left:0px; top:0px;
background:url(../ImgV3/bng128.jpg);}
#MakeFaceTop .Bg
{width:403px; height:403px; overflow:hidden; position:absolute; left:0px; top:0px; z-index:99;}
#MakeFaceTop .Bg img
{-webkit-transition: 0s; -moz-transition:0s; -o-transition:0s; transition:0s;}
#MakeFaceTop .BgOne
{width:403px; height:403px; overflow:hidden; position:absolute; left:0px; top:0px; z-index:999;
background:url(../ImgV3/bng129.png) no-repeat;}
#MakeFaceTop .BgTwo
{width:200px; height:200px; overflow:hidden; position:absolute; left:103px; top:101px;
z-index:999; cursor:move;}

#MakeFaceBottom
{width:403px; height:58px; overflow:hidden; position:absolute; left:0px; bottom:0px;}
#MakeFaceBottom .One
{width:165px; height:57px; overflow:hidden; position:absolute; left:5px; top:0px;}
#MakeFaceBottom .One img.img
{position:absolute; left:0px; top:0px;}
#TheFileTxtOne
{width:165px; height:57px; overflow:hidden; position:absolute; left:-50px; top:0px; cursor:pointer;
filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
#MakeFaceBottom .Two
{width:66px; height:57px; overflow:hidden; position:absolute; left:192px; top:0px;}
#MakeFaceBottom .Three
{width:66px; height:57px; overflow:hidden; position:absolute; left:262px; top:0px;}
#MakeFaceBottom .Four
{width:66px; height:57px; overflow:hidden; position:absolute; left:332px; top:0px;}

#UserCenter .UserRight .User-Content
{width:930px; height:auto; overflow: hidden; background:#ffffff;}
#UserCenter .UserRight .User-Content .RightTop
{width:100%; height:45px; overflow: hidden; background: #F6F9FA; border-radius: 0px 30px 0px 0px;
position: relative;}
#UserCenter .UserRight .User-Content .RightTop span.placeholder
{width:19px; height:45px; overflow: hidden; display: block; float: left;}
#UserCenter .UserRight .User-Content .RightTop em.theName
{line-height: 45px; font-style: normal; float: left; font-size:14px; color:#333333;}
#UserCenter .UserRight .User-Content .RightTop em.theName a:link,
#UserCenter .UserRight .User-Content .RightTop em.theName a:visited
{color:#999999; text-decoration: none;}
#UserCenter .UserRight .User-Content .RightTop em.theName a:hover,
#UserCenter .UserRight .User-Content .RightTop em.theName a:active
{color:#6184DF; text-decoration: underline;}
#UserCenter .UserRight .User-Content .RightTop i.bread-crumbs
{width:35px; height:45px; overflow: hidden; display: block; float: left; background:url(../ImgV3/bng84.png) 0px 0px no-repeat;}

/* 个人中心-账户中心 */
#UserCenter .UserRight .wallet-top
{width:870px; height:78px; overflow: hidden; margin:0px auto; position: relative;}
#UserCenter .UserRight .wallet-top .notes
{width:472px; height:58px; line-height: 58px; overflow: hidden; position: absolute; left:0px; top:10px;}
#UserCenter .UserRight .wallet-top .notes span
{font-size:18px; color:#666666;}
#UserCenter .UserRight .wallet-top .notes em
{font-style:normal; font-size:24px; font-weight: bold; color:#FF417A;}
#UserCenter .UserRight .wallet-top .notes em i
{}
#UserCenter .UserRight .wallet-top .goRecharge
{width:105px; height:34px; line-height: 34px; overflow: hidden; position: absolute; right:0px; top:22px; font-size:16px;
color:#ffffff; background: #FF417A; border-radius: 5px; text-align: center; cursor: pointer;}
#UserCenter .UserRight .wallet-top .goRecharge a:link,
#UserCenter .UserRight .wallet-top .goRecharge a:visited
{color:#ffffff; text-decoration: none;}
#UserCenter .UserRight .wallet-top .goRecharge a:hover,
#UserCenter .UserRight .wallet-top .goRecharge a:active
{color:#ffffff; text-decoration: underline;}
#UserCenter .UserRight .wallet-list
{width:870px; height:70px; overflow: hidden; margin:0px auto; margin-top:10px;}
#UserCenter .UserRight .wallet-list ul li
{width:276px; height:70px; overflow: hidden; float: left; position: relative; background:#F4F8FB; border-radius: 5px;}
#UserCenter .UserRight .wallet-list ul li em
{width:26px; height:26px; overflow: hidden; display: block; position: absolute; left:86px; top:23px;}
#UserCenter .UserRight .wallet-list ul li.a em
{background:url(../ImgV3/bng85.png) 0px 0px no-repeat;}
#UserCenter .UserRight .wallet-list ul li.b em
{background:url(../ImgV3/bng85.png) -26px 0px no-repeat;}
#UserCenter .UserRight .wallet-list ul li.c em
{background:url(../ImgV3/bng85.png) -52px 0px no-repeat;}
#UserCenter .UserRight .wallet-list ul li span
{width:150px; height:70px; line-height: 70px; overflow: hidden; display: block; position: absolute; left:115px; top:0px;
font-size:14px; color:#666666;}
#UserCenter .UserRight .wallet-list ul li span i
{font-style:normal; font-weight: bold; font-size: 18px; color:#333333; padding:0px 5px;}
#UserCenter .UserRight .wallet-list ul li.clear-y
{width:21px; height:70px; overflow: hidden; float: left; background: none;}

/* 账户中心导航 */
#UserCenter .UserRight .wallet-nav
{width:870px; height:50px; overflow: hidden; margin:0px auto; margin-top:30px; margin-bottom: 20px; background: #F9F9F9;}
#UserCenter .UserRight .wallet-nav ul
{width:870px; height:50px; overflow: hidden; margin:0px auto;}
#UserCenter .UserRight .wallet-nav ul li
{width:110px; height:50px; line-height: 50px; overflow: hidden; float: left; font-size:14px; text-align: center;}
#UserCenter .UserRight .wallet-nav ul li a:link,
#UserCenter .UserRight .wallet-nav ul li a:visited
{color:#333333; text-decoration: none;}
#UserCenter .UserRight .wallet-nav ul li a:hover,
#UserCenter .UserRight .wallet-nav ul li a:active
{color:#FF417A; text-decoration: underline;}
#UserCenter .UserRight .wallet-nav ul li.onfocus
{background: #6184DE;}
#UserCenter .UserRight .wallet-nav ul li.onfocus a:link,
#UserCenter .UserRight .wallet-nav ul li.onfocus a:visited
{color:#ffffff; text-decoration: none;}
#UserCenter .UserRight .wallet-nav ul li.onfocus a:hover,
#UserCenter .UserRight .wallet-nav ul li.onfocus a:active
{color:#ffffff; text-decoration: underline;}
#UserCenter .UserRight .wallet-nav ul li.wallet-selectDate
{width:220px; height:50px; overflow: hidden; float:right; position: relative; cursor: pointer;
background:url(../ImgV3/bng21.png) 200px center no-repeat;}
#UserCenter .UserRight .wallet-nav ul li.wallet-selectDate em
{width:120px; height:50px; line-height: 50px; overflow: hidden; display: block; position: absolute; right:82px; top:0px;
font-size:14px; color:#333333; text-align: center; font-style: normal;}
#UserCenter .UserRight .wallet-nav ul li.wallet-selectDate .txt
{width:80px; height:32px; line-height: 32px; overflow: hidden; position: absolute; right:0px; top:9px; padding:0px 10px;
background:none; border:0px; cursor: pointer;}

/* 数据列表 */
#UserCenter .UserRight .Wallet-GridList
{width:870px; height:700px; overflow:hidden; margin:0px auto;}
#UserCenter .UserRight .Wallet-GridList table
{background:#E6EBF5;}
#UserCenter .UserRight .Wallet-GridList table tr th,
#UserCenter .UserRight .Wallet-GridList table tr td
{height:42px; font-size:14px; font-family:"Microsoft YaHei"; text-align:center; color:#333333;}
#UserCenter .UserRight   .Wallet-GridList table tr th
{background:#F6F9FA;}
#UserCenter .UserRight .Wallet-GridList table tr td
{background:#ffffff;}
#UserCenter .UserRight .Wallet-GridList table tr:nth-child(even) td
{background:#F4F8FB;}
#UserCenter .UserRight .Wallet-GridList table tr td a:link,
#UserCenter .UserRight .Wallet-GridList table tr td a:visited
{color:#333333; text-decoration: none;}
#UserCenter .UserRight .Wallet-GridList table tr td a:hover,
#UserCenter .UserRight .Wallet-GridList table tr td a:active
{color:#ef5148; text-decoration:underline;}

/* 暂无数据 */
#UserCenter .UserRight .Wallet-GridList table tr td .noneData
{width:100%; height:600px; overflow: hidden; position: relative;}
#UserCenter .UserRight .Wallet-GridList table tr td .noneData .img
{width:238px; height:258px; overflow: hidden; margin:0px auto; padding-top:100px;}
#UserCenter .UserRight .Wallet-GridList table tr td .noneData .notes
{width:100%; height:250px; overflow: hidden; font-size:14px; color:#333333; text-align: center; padding-top:20px;}

/* 个人设置导航 */
#UserCenter .UserRight .userinfo-nav
{width:930px; height:50px; overflow: hidden; margin-top:20px; background: url(../ImgV3/bng5.png) 0px bottom repeat-x;}
#UserCenter .UserRight .userinfo-nav ul
{width:860px; height:50px; overflow: hidden; margin:0px auto;}
#UserCenter .UserRight .userinfo-nav ul li
{width:90px; height:50px; line-height: 50px; overflow: hidden; float: left; font-size:16px; text-align: center;}
#UserCenter .UserRight .userinfo-nav ul li a:link,
#UserCenter .UserRight .userinfo-nav ul li a:visited
{color:#333333; text-decoration: none;}
#UserCenter .UserRight .userinfo-nav ul li a:hover,
#UserCenter .UserRight .userinfo-nav ul li a:active
{color:#FF417A; text-decoration: underline;}
#UserCenter .UserRight .userinfo-nav ul li.onfocus
{background: url(../ImgV3/bng4.png) 0px bottom repeat-x; font-weight: bold;}
#UserCenter .UserRight .userinfo-nav ul li.onfocus a:link,
#UserCenter .UserRight .userinfo-nav ul li.onfocus a:visited
{color:#FF417A; text-decoration: none;}
#UserCenter .UserRight .userinfo-nav ul li.onfocus a:hover,
#UserCenter .UserRight .userinfo-nav ul li.onfocus a:active
{color:#FF417A; text-decoration: underline;}

/* 基本资料 */
#UserCenter .UserRight .UserInfo
{width:860px; min-height:550px; overflow: hidden; margin:0px auto; margin-top:20px;}
#UserCenter .UserRight .UserInfo .list
{width:100%; height:auto; overflow: hidden;}
#UserCenter .UserRight .UserInfo .list dl
{width:100%; height:auto; overflow: hidden; padding-top:10px;}
#UserCenter .UserRight .UserInfo .list dl dd.left
{width:90px; height:44px; line-height: 44px; overflow: hidden; float: left; font-size:14px; color:#333333; text-align: right;
font-weight: bold;}
#UserCenter .UserRight .UserInfo .list dl dd.right
{width:756px; height:auto; overflow: hidden; float: right;}

/* 昵称 */
#UserCenter .UserRight .UserInfo .list dl dd.nicknamelist
{width:756px; height:44px; line-height: 44px; overflow: hidden; font-size:14px; color:#333333;}
#UserCenter .UserRight .UserInfo .list dl dd.nicknamelist span.nickname
{padding-right:10px;}
#UserCenter .UserRight .UserInfo .list dl dd.nicknamelist span.editNickname a:link,
#UserCenter .UserRight .UserInfo .list dl dd.nicknamelist span.editNickname a:visited
{color:#6184DE; text-decoration: none;}
#UserCenter .UserRight .UserInfo .list dl dd.nicknamelist span.editNickname a:hover,
#UserCenter .UserRight .UserInfo .list dl dd.nicknamelist span.editNickname a:active
{color:#6184DE; text-decoration: underline;}
/* 会员类型 */
#UserCenter .UserRight .UserInfo .list dl dd.viplist
{width:756px; height:44px; line-height: 44px; overflow: hidden; position: relative; font-size:14px; color:#333333;}
#UserCenter .UserRight .UserInfo .list dl dd.viplist span.goVip
{width:72px; height:22px; line-height: 22px; overflow: hidden; display: block; border:1px solid #6184DE; text-align: center;
color:#6184DE; position: absolute; left:75px; top:10px; font-size:12px; border-radius: 11px;}
#UserCenter .UserRight .UserInfo .list dl dd.viplist span.goVip a:link,
#UserCenter .UserRight .UserInfo .list dl dd.viplist span.goVip a:visited
{color:#6184DE; text-decoration: none;}
#UserCenter .UserRight .UserInfo .list dl dd.viplist span.goVip a:hover,
#UserCenter .UserRight .UserInfo .list dl dd.viplist span.goVip a:active
{color:#6184DE; text-decoration: underline;}
/* 性别 */
#UserCenter .UserRight .UserInfo .list dl dd.sexlist
{width:756px; height:44px; line-height: 44px; overflow: hidden; position: relative; font-size:14px; color:#333333;}
#UserCenter .UserRight .UserInfo .list dl dd.sexlist label
{width:auto; height:44px; overflow: hidden; float: left; margin-right: 10px;}
/* 生日 */
#UserCenter .UserRight .UserInfo .list dl dd.birthdaylist
{width:756px; height:44px; overflow: hidden; position: relative; font-size:14px; color:#333333;}
#UserCenter .UserRight .UserInfo .list dl dd.birthdaylist .birthday
{width:173px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:0px; top:6px; padding-left:10px;
font-size:14px; color:#333333; border:1px solid #E6EBF5; cursor: pointer; background:url(../ImgV3/bng21.png) 149px 15px no-repeat;}
/* 个性签名 */
#UserCenter .UserRight .UserInfo .list dl dd.jianjielist
{width:756px; height:160px; overflow: hidden; position: relative;}
#UserCenter .UserRight .UserInfo .list dl dd.jianjielist .jianjie
{width:500px; height:120px; line-height: 180%; overflow: hidden; position: absolute; left:0px; top:10px; font-size:14px;
color:#333333; border:1px solid #E6EBF5; font-family: "Microsoft YaHei"; padding: 5px; border-radius: 2px;}
#UserCenter .UserRight .UserInfo .list dl dd.jianjielist .wordsCount
{width:70px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:440px; top:110px; z-index: 99;
text-align: center; font-size:12px; color:#999999;}
/* 提交按钮 */
#UserCenter .UserRight .UserInfo .list dl dd.submit
{width:756px; height:160px; overflow: hidden; position: relative;}
#UserCenter .UserRight .UserInfo .list dl dd.submit .btn
{width:97px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
color:#ffffff; background:#6184DF; border-radius: 2px; border:0px; cursor: pointer;}
/* 作者申请表单 */
#UserCenter .UserRight .UserInfo .list dl dd.inputlist
{width:756px; height:56px; overflow: hidden; position: relative; font-size:14px; color:#333333;}
#UserCenter .UserRight .UserInfo .list dl dd.inputlist .input
{width:320px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:0px; top:6px; padding-left:10px;
font-size:14px; color:#333333; border:1px solid #CCCCCC;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#UserCenter .UserRight .UserInfo .list dl dd.inputlist .input:focus
{border:1px solid #6184DF;}

/* 修改昵称 */
.User-editNickname
{width:500px; height:247px; overflow: hidden; position: relative;}
.User-editNickname .notes
{width:470px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:21px; top:26px;
font-size:14px; color:#666666;}
.User-editNickname .nickname
{width:468px; height:40px; overflow: hidden; position: absolute; left:21px; top:64px;}
.User-editNickname .nickname .txt
{width:456px; height:38px; line-height: 38px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:14px; color:#666666; padding:0px 5px; border:1px solid #cccccc;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
.User-editNickname .nickname .txt:focus
{border:1px solid #6184DF;}
.User-editNickname .btnlist
{width:122px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:181px; top:164px;
font-size:14px; color:#ffffff; text-align: center; background: #6184DF; cursor: pointer;}

/* 安全设置 */
#UserCenter .UserRight .SecuritySettings
{width:860px; height:520px; overflow: hidden; margin:0px auto; margin-top:20px;}
#UserCenter .UserRight .SecuritySettings .list
{width:860px; height:80px; overflow: hidden; position: relative; border-bottom:1px solid #eeeeee;}
#UserCenter .UserRight .SecuritySettings .list .title
{width:218px; height:80px; line-height: 80px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:16px; color:#333333;}
#UserCenter .UserRight .SecuritySettings .list .notes
{width:340px; height:80px; line-height: 80px; overflow: hidden; position: absolute; left:340px; top:0px; font-size:14px;
color:#999999;}
#UserCenter .UserRight .SecuritySettings .list .bindbtn
{width:80px; height:30px; line-height: 30px; overflow: hidden; font-size:12px; color:#ffffff; text-align: center;
position: absolute; right:0px; top:25px; background: #6184DF; border-radius: 4px; cursor: pointer;}
#UserCenter .UserRight .SecuritySettings .list .bindbtn a:link,
#UserCenter .UserRight .SecuritySettings .list .bindbtn a:visited
{color:#ffffff; text-decoration: none;}
#UserCenter .UserRight .SecuritySettings .list .bindbtn a:hover,
#UserCenter .UserRight .SecuritySettings .list .bindbtn a:active
{color:#ffffff; text-decoration: underline;}

/* 修改手机号 */
#editphonestepone
{width:700px; height:499px; overflow: hidden; position: relative;}
#editphonestepone .step
{width:600px; height:78px; overflow: hidden; position: absolute; left:50px; top:10px;}
#editphonestepone .stepone
{background:url(../ImgV3/bng86.png) no-repeat;}
#editphonestepone .steptwo
{background:url(../ImgV3/bng87.png) no-repeat;}
#editphonestepone .stepdone
{background:url(../ImgV3/bng88.png) no-repeat;}
#editphonestepone .mainlist
{width:600px; height:330px; overflow: hidden; position: absolute; left:50px; top:88px;}
#editphonestepone .mainlist .notes
{width:600px; height:330px; line-height: 330px; overflow: hidden; text-align: center; font-size:26px; font-weight: bold;
color:#6184DE;}
#editphonestepone .mainlist table tr td
{height:46px; font-size:16px; color:#666666; padding-top:30px;}
#editphonestepone .mainlist table tr td.left
{text-align: center;}
#editphonestepone .mainlist table tr td .inputlist
{width:411px; height:46px; overflow: hidden; position: relative;}
#editphonestepone .mainlist table tr td .inputlist .txt
{width:263px; height:44px; line-height: 44px; overflow: hidden; position: absolute; left:0px; top:0px; border:1px solid #cccccc;
font-size:14px; color:#666666; padding:0px 10px; border-radius: 4px;}
#editphonestepone .mainlist table tr td .inputlist span.yzm
{width:114px; height:44px; line-height: 44px; overflow: hidden; display: block; position: absolute; right:0px; top:0px;
border:1px solid #6184DF; text-align: center; font-size:14px; font-weight: bold; color:#6184DF; cursor: pointer;
border-radius: 4px;}
#editphonestepone .mainlist table tr td .btnlist
{width:410px; height:50px; line-height: 50px; overflow: hidden; background:#6184DF; text-align: center; font-size:14px;
font-weight: bold; cursor: pointer; color:#ffffff;}

/*重置密码*/
#resetpassword
{width:700px; height:499px; overflow: hidden; position: relative;}
#resetpassword .mainlist
{width:600px; height:489px; overflow: hidden; position: absolute; left:50px; top:10px;}
#resetpassword .mainlist .notes
{width:600px; height:489px; line-height: 489px; overflow: hidden; text-align: center; font-size:26px; font-weight: bold;
color:#6184DE;}
#resetpassword .mainlist table tr td
{height:46px; font-size:16px; color:#666666; padding-top:24px;}
#resetpassword .mainlist table tr td.left
{text-align: center;}
#resetpassword .mainlist table tr td .inputlist
{width:411px; height:46px; overflow: hidden; position: relative;}
#resetpassword .mainlist table tr td .inputlist .txt
{width:263px; height:44px; line-height: 44px; overflow: hidden; position: absolute; left:0px; top:0px; border:1px solid #cccccc;
font-size:14px; color:#666666; padding:0px 10px; border-radius: 4px;}
#resetpassword .mainlist table tr td .inputlist span.yzm
{width:114px; height:44px; line-height: 44px; overflow: hidden; display: block; position: absolute; right:0px; top:0px;
border:1px solid #6184DF; text-align: center; font-size:14px; font-weight: bold; color:#6184DF; cursor: pointer;
border-radius: 4px;}
#resetpassword .mainlist table tr td .btnlist
{width:410px; height:50px; line-height: 50px; overflow: hidden; background:#6184DF; text-align: center; font-size:14px;
font-weight: bold; cursor: pointer; color:#ffffff;}

/* 个人中心-VIP特权 */
.my-vip
{width: 870px; height: auto; overflow: hidden; margin: 0px auto;}
.my-vip .vip-note
{width:870px; height:36px; overflow: hidden; position: relative; margin-top:30px;}
.my-vip .vip-note em
{width:auto; height:36px; line-height: 36px; overflow: hidden; display: block; float:left; font-size:20px; color:#666666;
font-style:normal; padding-right:10px;}
.my-vip .vip-note i
{width:73px; height:22px; line-height: 22px; overflow: hidden; display: block; float:left; font-size:12px; color:#F84F14;
font-style:normal; margin-top:8px; text-indent:26px; background: url(../ImgV3/bng77.png) no-repeat;}
.my-vip .vip-note span
{width:500px; height:36px; line-height: 36px; overflow: hidden; display: block; float:left; padding-left:10px;
font-size:12px; color:#FF437B;}
.my-vip .my-vip-select-list
{width:891px; height:130px; overflow: visible; margin:0px auto; margin-top:20px;}
.my-vip .my-vip-select-list .list
{width:276px; height:130px; overflow: visible; float:left; position: relative; cursor: pointer; margin-right:20px;}
.my-vip .my-vip-select-list .list .border
{width:273px; height:126px; overflow: hidden; border:2px solid #DCE4E9; position: absolute; left:0px; top:0px;}
.my-vip .my-vip-select-list .list .nabla
{width:13px; height:10px; overflow: hidden; position: absolute; left:132px; bottom:-7px; display: none;}
.my-vip .my-vip-select-list .list .nabla img
{float:left;}
.my-vip .my-vip-select-list .list .icon
{width:66px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:2px; top:2px;
background:url(../ImgV3/myvip/bng1.png) no-repeat; font-size:14px; color:#7B5224; text-align: center; font-weight: bold;}
.my-vip .my-vip-select-list .list .price
{width:172px; height:50px; line-height: 50px; overflow: hidden; position: absolute; left:52px; top:13px;
font-size:20px; color:#FF437B; text-align: center;}
.my-vip .my-vip-select-list .list .price span
{font-weight: bold; font-size:36px;}
.my-vip .my-vip-select-list .list .givemoney
{width:276px; height:27px; line-height: 27px; overflow: hidden; position: absolute; left:0px; top:63px; font-size:14px;
color:#333333; text-align: center;}
.my-vip .my-vip-select-list .list .zhekou
{width:276px; height:27px; line-height: 27px; overflow: hidden; position: absolute; left:0px; top:90px; font-size:14px;
color:#333333; text-align: center;}
.my-vip .my-vip-select-list .onlist .border
{border:2px solid #F91559;}
.my-vip .my-vip-select-list .onlist .nabla
{display: block;}
.my-vip .my-vip-select-list .onlist .icon
{background:url(../ImgV3/myvip/bng2.png) no-repeat; color:#ffffff;}

/* 个人中心-VIP特权-福利 */
.my-vip .my-vip-props
{width:870px; height:126px; overflow: hidden; margin:0px auto; margin-top:30px; background:#F4F8FB; display: none;}
.my-vip .my-vip-props .list
{width:108px; height:110px; overflow: hidden; float:left; margin-top:10px; position: relative;}
.my-vip .my-vip-props .list .img
{width:30px; height:30px; overflow: hidden; position: absolute; left:41px; top:11px;}
.my-vip .my-vip-props .list .img img
{float:left;}
.my-vip .my-vip-props .list .caption
{width:108px; height:27px; line-height: 27px; overflow: hidden; position: absolute; left:0px; top:48px;
font-size:12px; color:#666666; text-align: center;}
.my-vip .my-vip-props .list .desc
{width:108px; height:25px; line-height: 25px; overflow: hidden; position: absolute; left:0px; top:75px;
font-size:12px; color:#999999; text-align: center;}
.my-vip .my-vip-props .list .desc em
{font-style:normal; font-size:18px; font-weight: bold; color:#FF4179; padding-right:5px;}

/* 个人中心-VIP特权-开通VIP */
.my-vip .vipdialog-selectPay
{width:470px; height:50px; overflow: hidden; margin:30px auto;}
.my-vip .vipdialog-selectPay ul
{width:495px}
.my-vip .vipdialog-selectPay ul li
{width:208px; height:48px; line-height: 48px; overflow: hidden; float: left; margin-right: 25px; border: 1px solid #FF417A;
border-radius: 25px; position: relative; cursor: pointer;}
.my-vip .vipdialog-selectPay ul li img
{position: absolute; left:35px; top:9px;}
.my-vip .vipdialog-selectPay ul li em
{width:120px; height:48px; line-height: 48px; overflow: hidden; position: absolute; left:70px; top:0px; font-size:16px;
color:#FE3D77; font-style: normal;}

/* 个人中心-VIP特权-温馨提示 */
.my-vip .my-vip-desc
{width:870px; height:auto; line-height: 180%; overflow: hidden; font-size:14px; color:#666666; padding:20px 0px;
border-top:1px solid #eee;}
.my-vip .my-vip-desc p
{padding:5px 0px;}

/* 个人中心-经验等级 */
.my-level-main
{width:930px; height:160px; overflow: hidden; position: relative; background:#ffffff;}
.my-level-main .level-note
{width:565px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:30px; top:24px;
font-size:14px; color:#666666;}
.my-level-main .level-note em
{font-style:normal; font-size:18px; font-weight: bold; color:#333333; padding-right:12px;}
.my-level-main .level-note a:link,.my-level-main .level-note a:visited
{color:#6184DE; text-decoration: none;}
.my-level-main .level-note a:hover,.my-level-main .level-note a:active
{color:#FF417A; text-decoration: underline;}
.my-level-main .level-note span
{width:42px; height:22px; line-height: 22px; overflow: hidden; display: inline-block; font-size:12px; color:#ffffff; background:#00C176;
text-align:center; border-radius: 10px;}
.my-level-main .my-level
{width:868px; height:60px; overflow: hidden; position: absolute; left:30px; top:71px;}
.my-level-main .my-level .level-upgrade
{width:868px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:14px; color:#666666; text-align: center;}
.my-level-main .my-level .level-process
{width:774px; height:7px; overflow: hidden; background: #6184DE; opacity: 0.2; border-radius: 4px;
position: absolute; left:45px; top:39px;}
.my-level-main .my-level .level-process-background
{width:auto; height:7px; overflow: hidden; background: #6184DE; border-radius: 4px; position: absolute; left:45px; top:39px;}
.my-level-main .my-level .start-level
{width:36px; height:24px; overflow: hidden; position: absolute; left:0px; top:33px;}
.my-level-main .my-level .start-level img
{width:100%;}
.my-level-main .my-level .end-level
{width:36px; height:24px; overflow: hidden; position: absolute; right:0px; top:33px;}
.my-level-main .my-level .end-level img
{width:100%;}
.my-level-main .go-level
{width:103px; height:32px; line-height: 32px; overflow: hidden; position: absolute; right:30px; top:27px;
font-size:14px; border:1px solid #6184DE; background:url(../ImgV3/bng79.png) 15px 9px no-repeat; text-indent: 35px;
border-radius: 5px;}
.my-level-main .go-level a:link,.my-level-main .go-level a:visited
{color:#6184DE; text-decoration: none;}
.my-level-main .go-level a:hover,.my-level-main .go-level a:active
{color:#6184DE; text-decoration: underline;}

/* 个人中心-经验历史列表 */
#UserCenter .UserRight .mylevel-history-title
{width:870px; height:75px; line-height: 85px; overflow: hidden; margin:0px auto; font-size:14px; color:#666666;}
#UserCenter .UserRight .mylevel-history-title em
{font-size:16px; font-style:normal; font-weight: bold; color:#333333;}
#UserCenter .UserRight .mylevel-history-list
{width:870px; min-height:450px; overflow: hidden; margin:0px auto;}
#UserCenter .UserRight .mylevel-history-list table
{background:#E6EBF5;}
#UserCenter .UserRight .mylevel-history-list table tr th,
#UserCenter .UserRight .mylevel-history-list table tr td
{height:40px; font-size:14px; color:#333333; text-align: center;}
#UserCenter .UserRight .mylevel-history-list table tr th
{background:#F6F9FA;}
#UserCenter .UserRight .mylevel-history-list table tr td
{background:#ffffff;}
#UserCenter .UserRight .mylevel-history-list table tr td .noneData
{width:100%; height:500px; overflow: hidden; position: relative;}
#UserCenter .UserRight .mylevel-history-list table tr td .noneData .img
{width:238px; height:258px; overflow: hidden; margin:0px auto; padding-top:50px;}
#UserCenter .UserRight .mylevel-history-list table tr td .noneData .notes
{width:100%; height:250px; overflow: hidden; font-size:14px; color:#333333; text-align: center; padding-top:20px;}

/* 个人中心-等级福利 */
#UserCenter .UserRight .levelWelfare
{width:870px; height:126px; overflow: hidden; margin:0px auto; position: relative; background:#F4F8FB;}
#UserCenter .UserRight .levelWelfare .title
{width:177px; height:126px; line-height: 126px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:16px;
color:#333333; text-align: center; background:url(../ImgV3/bng93.png) right 0px no-repeat;}
#UserCenter .UserRight .levelWelfare .list
{width:530px; height:126px; overflow: hidden; position: absolute; left:177px; top:0px;}
#UserCenter .UserRight .levelWelfare .list ul li
{width:176px; height:126px; overflow: hidden; float: left; position: relative;}
#UserCenter .UserRight .levelWelfare .list ul li .icon
{position: absolute; left:72px; top:19px;}
#UserCenter .UserRight .levelWelfare .list ul li em
{width:176px; height:32px; line-height: 32px; overflow: hidden; display: block; font-style:normal; text-align: center;
position: absolute; left:0px; top:49px; font-size:12px; color:#666666;}
#UserCenter .UserRight .levelWelfare .list ul li span
{width:176px; height:27px; line-height: 27px; overflow: hidden; display: block; text-align: center;
position: absolute; left:0px; top:81px; font-size:12px; color:#999999;}
#UserCenter .UserRight .levelWelfare .list ul li span i
{font-style:normal; font-weight: bold; font-size:18px; color:#FF3F78; padding-right:5px;}

/* 个人中心-我的书架 */
.favoNoneData
{width:870px; height:600px; line-height: 500px; overflow: hidden; text-align: center; margin:0px auto;
position: relative;}
.favoNoneData .nofavo
{position: absolute; left:50%; margin-left:-90px; top:100px;}
.favoNoneData span
{width:870px; height:40px; line-height: 40px; overflow: hidden; display: block; position: absolute; left:0px; top:365px;
font-size:14px; color:#333333;}
.favoNoneData a:link,.favoNoneData a:visited
{color:#6184DE; text-decoration: none;}
.favoNoneData a:hover,.favoNoneData a:active
{color:#6184DE; text-decoration: underline;}
.user-favoList
{width:870px; min-height:600px; overflow:visible; margin:0px auto; position: relative; padding-top:10px;
padding-left:16px; padding-bottom: 10px;}

.user-favoList ul
{list-style:none;}
.user-favoList ul li
{width:425px; height:160px; overflow:visible; position:relative; float:left; margin-top:20px;}
.user-favoList ul li dl
{width:425px; height:160px; overflow:visible; position:relative;}
.user-favoList ul li dl dd.img
{width:120px; height:160px; overflow: hidden; position: absolute; left:0px; top:0px;}
.user-favoList ul li dl dd.img img
{float:left; -webkit-transition: 0.7s; -moz-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s;}
.user-favoList ul li dl dd.img img:hover
{-webkit-transform: scale(1.3); -moz-transform: scale(1.3); transform: scale(1.3);}
.user-favoList ul li dl dd.caption
{width:248px; height:34px; line-height: 34px; overflow: hidden; position: absolute; left:134px; top:0px;
font-size:16px;}
.user-favoList ul li dl dd.caption a:link,
.user-favoList ul li dl dd.caption a:visited
{color:#333333; text-decoration: none;}
.user-favoList ul li dl dd.caption a:hover,
.user-favoList ul li dl dd.caption a:active
{color:#FF417A; text-decoration: underline;}
.user-favoList ul li dl dd.penName
{width:248px; height:26px; line-height: 26px; overflow: hidden; position: absolute; left:134px; top:34px;
font-size:12px; color:#666666;}
.user-favoList ul li dl dd.chapter
{width:290px; height:33px; line-height: 33px; overflow: hidden; position: absolute; left:134px; top:72px;
font-size:12px;}
.user-favoList ul li dl dd.chapter a:link,
.user-favoList ul li dl dd.chapter a:visited
{color:#6184DE; text-decoration: none;}
.user-favoList ul li dl dd.chapter a:hover,
.user-favoList ul li dl dd.chapter a:active
{color:#FF417A; text-decoration: underline;}
.user-favoList ul li dl dd.goRead
{width:103px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:134px; top:116px;
border:1px solid #6184DE; border-radius: 5px; font-size:14px; text-align: center;}
.user-favoList ul li dl dd.goRead a:link,
.user-favoList ul li dl dd.goRead a:visited
{color:#6184DE; text-decoration: none;}
.user-favoList ul li dl dd.goRead a:hover,
.user-favoList ul li dl dd.goRead a:active
{color:#FF417A; text-decoration: underline;}
.user-favoList ul li dl dd.setting
{width:16px; height:24px; overflow: visible; position: absolute; left:400px; top:11px; cursor: pointer;}
.user-favoList ul li dl dd.setting .icon
{width:16px; height:17px; overflow: visible; position: absolute; left:0px; top:0px;
background:url(../ImgV3/bng90.png) no-repeat;}
.user-favoList ul li dl dd.onSetting .icon
{width:16px; height:17px; overflow: visible; position: absolute; left:0px; top:0px;
background:url(../ImgV3/bng91.png) no-repeat;}
.user-favoList ul li dl dd.setting .mianban
{width:90px; height:80px; overflow: visible; position: absolute; left:-38px; top:24px; border-top:2px solid #FF417A;
background:#ffffff; box-shadow: 0px 1px 7px 0px rgba(183, 189, 204, 0.57); border-radius: 3px; z-index: 9; display: none;}
.user-favoList ul li dl dd.setting .mianban .jian
{width:12px; height:6px; overflow: hidden; position: absolute; left:39px; top:-6px; background:url(../ImgV3/bng92.png) no-repeat;}
.user-favoList ul li dl dd.setting .mianban .del
{width:90px; height:40px; line-height:40px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:14px;
text-indent: 17px;}
.user-favoList ul li dl dd.setting .mianban .del a:link,
.user-favoList ul li dl dd.setting .mianban .del a:visited
{color:#666666; text-decoration: none;}
.user-favoList ul li dl dd.setting .mianban .del a:hover,
.user-favoList ul li dl dd.setting .mianban .del a:active
{color:#FF417A; text-decoration: underline;}
.user-favoList ul li dl dd.onSetting .mianban
{display: block;}
.user-favoList ul li.clear-y
{width:10px; height:160px; overflow: hidden; float: left;}

/*我的消息*/
.UserRight .MemberMessage
{width:850px; min-height:760px; overflow:hidden; margin:0px auto;}
.UserRight .MemberMessage .list
{width:850px; height:145px; overflow:hidden; float:left; position:relative; border-bottom:1px dotted #b3b3b3;}
.UserRight .MemberMessage .list .img
{width:65px; height:65px; overflow:hidden; position:absolute; left:0px; top:21px;}
.UserRight .MemberMessage .list .img img
{float:left; border-radius: 50%;}
.UserRight .MemberMessage .list .addTime
{width:326px; height:22px; line-height:22px; overflow:hidden; position:absolute; left:84px; top:21px; font-size:12px;
font-family:"Microsoft YaHei"; color:#333333;}
.UserRight .MemberMessage .list .addTime span
{color:#999999;}
.UserRight .MemberMessage .list .caption
{width:840px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:84px; top:43px;
font-size:16px; font-weight: bold; font-family: "Microsoft YaHei"; color:#333333;}
.UserRight .MemberMessage .list .caption a:link,
.UserRight .MemberMessage .list .caption a:visited
{color:#333333; text-decoration: none;}
.UserRight .MemberMessage .list .caption a:hover,
.UserRight .MemberMessage .list .caption a:active
{color:#6184DF; text-decoration:underline;}
.UserRight .MemberMessage .list .jianjie
{width:840px; height:39px; line-height:39px; overflow:hidden; position:absolute; left:84px; top:83px;
font-size:14px; font-family:"Microsoft YaHei"; color:#333333;}
.UserRight .MemberMessage .list .jianjie a:link,
.UserRight .MemberMessage .list .jianjie a:visited
{color:#6184DF; text-decoration:none;}
.UserRight .MemberMessage .list .jianjie a:hover,
.UserRight .MemberMessage .list .jianjie a:active
{color:#6184DF; text-decoration:underline;}

/*我的消息-查看*/
#MemberMessageShow
{width:650px; height:auto; overflow:hidden; margin:0px auto;}
#MemberMessageShow .title
{width:650px; height:50px; line-height:50px; overflow:hidden; font-size:16px; font-family:"Microsoft YaHei"; color:#333333;
text-align:center; padding:10px 0px;}
#MemberMessageShow .miaoshu
{width:650px; height:30px; line-height:30px; overflow:hidden; text-align:center; font-size:12px; font-family:"Microsoft YaHei";
color:#666666;}
#MemberMessageShow .theContent
{width:650px; height:auto; line-height:180%; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei"; color:#333333;
padding-bottom:15px;}

/* 书评管理 */
.UserRight .myBookReview
{width: 870px; min-height:550px; overflow: hidden; margin: 0 auto; margin-top:10px;}
.UserRight .myBookReview .list
{width:870px; height:auto; overflow: hidden; float:left; border-bottom: 1px solid #E6EBF5; padding:15px 0px;}
.UserRight .myBookReview .list .top
{width:870px; height:32px; overflow: hidden; float:left;}
.UserRight .myBookReview .list .title
{width:560px; height:32px; line-height: 32px; overflow: hidden; float:left; font-size:12px; color:#999999;}
.UserRight .myBookReview .list .title em
{font-style:normal; font-size:14px; font-weight: bold;}
.UserRight .myBookReview .list .title span
{font-size:14px;}
.UserRight .myBookReview .list .title em a:link,
.UserRight .myBookReview .list .title em a:visited,
.UserRight .myBookReview .list .title span a:link,
.UserRight .myBookReview .list .title span a:visited
{color:#333333; text-decoration: none;}
.UserRight .myBookReview .list .title em a:hover,
.UserRight .myBookReview .list .title em a:active,
.UserRight .myBookReview .list .title span a:hover,
.UserRight .myBookReview .list .title span a:active
{color:#FF417A; text-decoration: underline;}
.UserRight .myBookReview .list .agree
{width:62px; height:32px; line-height: 32px; overflow: hidden; float:right; font-size:12px; color:#333333; text-align: right;}
.UserRight .myBookReview .list .reply
{width:62px; height:32px; line-height: 32px; overflow: hidden; float:right; font-size:12px; color:#6184DE; text-align: right;}
.UserRight .myBookReview .list .theContnt
{width:870px; height:auto; line-height: 180%; overflow: hidden; float:left; font-size:14px; color:#333333;}
.UserRight .myBookReview .list .theContnt img
{width:80px;}

/* 暂无数据 */
.UserRight .myBookReview .noneData
{width:100%; height:500px; overflow: hidden; position: relative;}
.UserRight .myBookReview .noneData .img
{width:238px; height:258px; overflow: hidden; margin:0px auto; padding-top:50px;}
.UserRight .myBookReview .noneData .notes
{width:100%; height:250px; overflow: hidden; font-size:14px; color:#333333; text-align: center; padding-top:20px;}

/* 个人中心End */

/* 作者中心Start */

/* 作者个人主页 */
#Author-Index .userTop-bg
{width: 100%; min-width: 1200px; height: 270px; overflow: hidden; background: #010209 url(../ImgV3/bng108.png) center 0px no-repeat;
position: relative; z-index: 9;}
#Author-Index .userTop-bg .userTop
{width:1200px; height:240px; overflow: hidden; margin:0px auto; position: relative;}
#Author-Index .userTop-bg .userTop .theFace
{width:110px; height:110px; overflow: hidden; position: absolute; left:545px; top:30px;}
#Author-Index .userTop-bg .userTop .theFace img
{float:left; border-radius: 50%;}
#Author-Index .userTop-bg .userTop .sign-icon
{width:78px; height:22px; overflow: hidden; position: absolute; left:561px; top:120px; z-index: 9;
background:url(../ImgV3/bng101.png) no-repeat;}
#Author-Index .userTop-bg .userTop .penName
{width:402px; height:43px; line-height: 43px; overflow: hidden; position: absolute; left:395px; top:142px;
font-size:18px; font-weight: bold; text-align: center; color:#ffffff;}
#Author-Index .userTop-bg .userTop .btnList
{width:218px; height:40px; overflow: hidden; position: absolute; left:491px; top:198px;}
#Author-Index .userTop-bg .userTop .btnList ul li
{width:100px; height:40px; line-height: 40px; overflow: hidden; background:#6184DE; border-radius: 20px;}
#Author-Index .userTop-bg .userTop .btnList ul li.a
{background: #6184DE url(../ImgV3/bng11.png) 19px center no-repeat; float:left;
font-size: 16px; color: #ffffff; text-indent: 40px; cursor: pointer;}
#Author-Index .userTop-bg .userTop .btnList ul li.b
{background: #6184DE url(../ImgV3/bng105.png) 19px center no-repeat; float:right;
font-size: 16px; color: #ffffff; text-indent: 48px; cursor: pointer;}
#Author-Index .userTop-bg .userTop .leftList
{width:350px; height:80px; overflow: hidden; position: absolute; left:100px; bottom:0px;}
#Author-Index .userTop-bg .userTop .leftList ul li
{width:175px; height:65px; line-height: 180%; overflow: hidden; float: left; font-size:14px;
color:#ffffff; text-align: center; padding-top:15px;}
#Author-Index .userTop-bg .userTop .leftList ul li span
{font-size:18px; font-weight: bold;}
#Author-Index .userTop-bg .userTop .rightList
{width:350px; height:80px; overflow: hidden; position: absolute; right:100px; bottom:0px;}
#Author-Index .userTop-bg .userTop .rightList ul li
{width:175px; height:65px; line-height: 180%; overflow: hidden; float: left; font-size:14px;
color:#ffffff; text-align: center; padding-top:15px;}
#Author-Index .userTop-bg .userTop .rightList ul li span
{font-size:18px; font-weight: bold;}
#Author-Index .authorFace
{width:118px; height:118px; overflow: hidden; position: relative; z-index: 10; margin:0px auto;
margin-top:-59px; border:4px solid #FFE7E7; border-radius: 50%;}

/* 书籍列表 */
#Author-Index .author-booklist-bg
{width:100%; min-width: 1200px; height:auto; overflow: hidden;}
#Author-Index .author-booklist-bg .top-title
{width:1200px; height:40px; line-height: 40px; overflow: hidden; font-size:18px; font-weight: bold; color:#333333;
background:#ffffff; margin:0px auto; margin-top:20px; text-indent: 30px; padding-top:10px;}
#Author-Index .author-booklist
{width:1200px; min-height:650px; overflow: hidden; margin:0px auto; background:#ffffff;}
#Author-Index .author-booklist .list
{width:550px; height:160px; overflow: visible; float: left; position: relative; margin-top:30px;}
#Author-Index .author-booklist .clear-y
{width:35px; height:160px; overflow: hidden; float:left;}
#Author-Index .author-booklist .list .cover
{width:120px; height:160px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 9;}
#Author-Index .author-booklist .list .cover img
{float:left;}
#Author-Index .author-booklist .list .notes
{width:419px; height:160px; overflow: hidden; position: absolute; right:0px; bottom:0px; background:#ffffff;}
#Author-Index .author-booklist .list .notes .title
{width:400px; height:34px; line-height: 34px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:16px; font-weight: bold;}
#Author-Index .author-booklist .list .notes .title a:link,
#Author-Index .author-booklist .list .notes .title a:visited
{color:#333333; text-decoration: none;}
#Author-Index .author-booklist .list .notes .title a:hover,
#Author-Index .author-booklist .list .notes .title a:active
{color:#FF417A; text-decoration: underline;}
#Author-Index .author-booklist .list .notes .label
{width:400px; height:37px; line-height: 37px; overflow: hidden; position: absolute; left:0px; top:34px;
font-size: 12px; color:#666666;}
#Author-Index .author-booklist .list .jianjie
{width:419px; height:55px; line-height: 180%; overflow: hidden; position: absolute; left:0px; top:68px;
font-size:14px; color:#666666;}
#Author-Index .author-booklist .list .notes .btnList
{width:220px; height:34px; overflow: hidden; position: absolute; left:0px; top:121px;}
#Author-Index .author-booklist .list .notes .btnList ul li
{width:103px; height: 32px; line-height: 32px; overflow: hidden; font-size:14px; border-radius: 5px;}
#Author-Index .author-booklist .list .notes .btnList ul li.a
{float:left; border:1px solid #FF417A; background:#FF417A; text-align: center;}
#Author-Index .author-booklist .list .notes .btnList ul li.a a:link,
#Author-Index .author-booklist .list .notes .btnList ul li.a a:visited
{color:#ffffff; text-decoration: none;}
#Author-Index .author-booklist .list .notes .btnList ul li.a a:hover,
#Author-Index .author-booklist .list .notes .btnList ul li.a a:active
{color:#ffffff; text-decoration: none;}
#Author-Index .author-booklist .list .notes .btnList ul li.addBookcase
{float:right; color: #6184DE; border: 1px solid #6184DE; text-align: left;
background: url(../ImgV3/bng68.png) 15px 9px no-repeat; text-indent: 32px;}
#Author-Index .author-booklist .list .notes .btnList ul li.addBookcase a:link,
#Author-Index .author-booklist .list .notes .btnList ul li.addBookcase a:visited
{color:#6184DE; text-decoration: none;}
#Author-Index .author-booklist .list .notes .btnList ul li.addBookcase a:hover,
#Author-Index .author-booklist .list .notes .btnList ul li.addBookcase a:active
{color:#6184DE; text-decoration: none;}
#Author-Index .author-booklist .list .notes .btnList ul li.delBookcase
{float:right; color: #6184DE; border: 1px solid #cccccc; text-align: left;
background: url(../ImgV3/bng69.png) 15px 9px no-repeat; text-indent: 32px;}
#Author-Index .author-booklist .list .notes .btnList ul li.delBookcase a:link,
#Author-Index .author-booklist .list .notes .btnList ul li.delBookcase a:visited
{color:#666666; text-decoration: none;}
#Author-Index .author-booklist .list .notes .btnList ul li.delBookcase a:hover,
#Author-Index .author-booklist .list .notes .btnList ul li.delBookcase a:active
{color:#666666; text-decoration: none;}

/* 用户关注列表 */
#Author-Index .follow-list
{width:1200px; height:145px; overflow: hidden; margin:0px auto; margin-top:20px; position: relative; background:#ffffff;}
#Author-Index .follow-list .title
{width:578px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:28px; top:20px;
font-size:18px; font-weight: bold; color:#333333;}
#Author-Index .follow-list .list
{width:1150px; height:66px; overflow: hidden; position: absolute; left:28px; top:65px;}
#Author-Index .follow-list .list ul li
{width:47px; height:47px; overflow: hidden; float:left; margin-right:10px;}
#Author-Index .follow-list .list ul li img
{float:left; border-radius: 50%;}
#Author-Index .follow-list .list .emptyData
{line-height:66px; font-size:14px; color:#333333;}

#Author-Index .BookFavoNone
{width:1200px; height:450px; line-height: 180%; overflow: hidden; margin:0px auto; margin-top:20px; font-size:14px; color:#333333;
position:relative; text-align: center; padding-top:100px; background:#ffffff;}

/* 作者中心登录 */
#AuthorLogin-Bg
{width:100%; min-width: 1200px; height:790px; overflow: hidden; background:url(../ImgV3/bng3.png) center 0px no-repeat;
background-size: auto 100%;}
#AuthorLogin
{width:1200px; height:790px; overflow: visible; margin:0px auto; position: relative;}
#AuthorLogin .login
{width:430px; height:430px; overflow: hidden; position: absolute; right:0px; top:180px; background: #ffffff;
box-shadow: 0px 0px 18px 0px rgba(124, 141, 161, 0.19); border-radius: 10px;}
/* 作者登录界面 */
#AuthorLogin .userLogin
{width:356px; height:320px; overflow: hidden; position:absolute; left:36px; top:28px;}
#AuthorLogin .userLogin .nav
{width:356px; height:52px; overflow: hidden; position: absolute; left:0px; top:0px;
background:url(../ImgV3/bng5.png) 0px bottom repeat-x;}
#AuthorLogin .userLogin .nav ul li
{width:178px; height:52px; line-height: 52px; overflow: hidden; float:left; font-size:20px; color:#333333; text-align: center;
cursor: pointer;}
#AuthorLogin .userLogin .nav ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng4.png) 0px bottom repeat-x;}
#AuthorLogin .userLogin .loginlist
{width:356px; height:166px; overflow: hidden; position: absolute; left:0px; top:92px; display: none;}
#AuthorLogin .userLogin .phoneLogin dl
{width:356px; height:166px; overflow: hidden; position: relative;}
#AuthorLogin .userLogin .phoneLogin dl dd
{width:356px; height:42px; overflow: hidden; position: relative; float:left;}
#AuthorLogin .userLogin .phoneLogin dl dd.a input
{width:334px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#AuthorLogin .userLogin .phoneLogin dl dd.a input:focus
{border:1px solid #6184DF;}
#AuthorLogin .userLogin .phoneLogin dl dd.b,#AuthorLogin .userLogin .phoneLogin dl dd.c
{margin-top:20px;}
#AuthorLogin .userLogin .phoneLogin dl dd.b input
{width:210px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
position: absolute; left:0px; top:0px;}
#AuthorLogin .userLogin .phoneLogin dl dd.b input:focus
{border:1px solid #6184DF;}
#AuthorLogin .userLogin .phoneLogin dl dd.b .yzm
{width:112px; height: 40px; line-height: 40px; overflow: hidden; display: block; position: absolute; right:0px; top:0px;
font-size:14px; text-align: center; cursor: pointer; border:1px solid #e6e6e6; background: #f7f7f7; color:#333333;}
#AuthorLogin .userLogin .phoneLogin dl dd.btn-list
{position: absolute; left:0px; bottom:0px;}
#AuthorLogin .userLogin .phoneLogin dl dd a.red-btn
{width:356px; height: 42px; line-height: 42px; overflow: hidden; display: block; text-align: center; font-size:14px;
color:#ffffff; text-decoration: none; background:#FF417A; border-radius: 2px; font-size: 16px; font-weight: bold;}
#AuthorLogin .userLogin .forget
{width:356px; height:62px; line-height: 62px; overflow: hidden; position: absolute; left:0px; bottom:0px; font-size:14px;
text-align: right;}
#AuthorLogin .userLogin .forget a:link,
#AuthorLogin .userLogin .forget a:visited
{color:#666666; text-decoration: none;}
#AuthorLogin .userLogin .forget a:hover,
#AuthorLogin .userLogin .forget a:active
{color:#6184DF; text-decoration: underline;}
#AuthorLogin .userLogin .forget a.reg:link,
#AuthorLogin .userLogin .forget a.reg:visited
{color:#6184DF; text-decoration: none;}
#AuthorLogin .userLogin .forget a.reg:hover,
#AuthorLogin .userLogin .forget a.reg:active
{color:#6184DF; text-decoration: underline;}

/* 作者中心顶部——管理中心 */
#Author-Top-Bg
{width:100%; min-width: 1200px; height:70px; overflow: visible; position: relative; z-index: 9999;
/*border-top:3px solid #6184DF;*/ border-bottom:2px solid #e0e7ed; background: #ffffff;}
#Author-Top
{width:1200px; height:70px; overflow: visible; margin:0px auto; position: relative;}
#Author-Top .logo
{width:200px; height:50px; overflow: hidden; position: absolute; left:0px; top:10px;}
#Author-Top .logo img
{float:left;}
#Author-Top .search
{width:340px; height:40px; overflow: hidden; position: absolute; left:430px; top:15px; background: url(../ImgV3/bng39.png) no-repeat;}
#Author-Top .search .thetxt
{width:250px; height:37px; line-height: 37px; overflow: hidden; position: absolute; left:11px; top:0px; border:0px;
background:none; font-size:14px; color:#333333; border:1px solid #FF417A; border-right: 0px; padding:0px 10px;
border-radius: 20px 0px 0px 20px;}
#Author-Top .search .thetxt::-webkit-input-placeholder
{color:#333333;}
#Author-Top .search .thetxt::-moz-placeholder
{color:#333333;}
#Author-Top .search .thetxt::-ms-input-placeholder
{color:#333333;}
#Author-Top .search .btn
{width:60px; height:40px; overflow: hidden; position: absolute; right:0px; top:0px; border:0px;
background:none; cursor: pointer; outline: none;}
#Author-Top .noLogin
{width:100px; height:36px; line-height: 36px; overflow: visible; position: absolute; right:5px; top:15px;
border:1px solid #8C8C8C; border-radius: 18px; font-size:14px; color:#333333; text-align: center;}
#Author-Top .noLogin a:link,#global-Top .noLogin a:visited
{color:#333333; text-decoration: none;}
#Author-Top .noLogin a:hover,#global-Top .noLogin a:active
{color:#FF417A; text-decoration: underline;}
#Author-Top .loginout
{width:180px; height:55px; overflow: visible; position: absolute; right:0px; top:17px;
cursor:pointer;}
#Author-Top .loginout .face
{width:36px; height:36px; overflow: hidden; position: absolute; left: 0px; top:0px;}
#Author-Top .loginout .face img
{position:absolute; left: 0px; top:0px; border-radius: 50%; z-index: 99;}
#Author-Top .loginout .nickname
{width:130px; height:36px; line-height: 36px; overflow: hidden; position: absolute; left: 40px; top:0px;
font-size:14px; font-family: "Microsoft Yahei"; color:#333333; padding: 0px 5px;
background:url(../ImgV3/bng33.png) right center no-repeat;}
#Author-Top .loginout .nickname a:link,
#Author-Top .loginout .nickname a:visited
{color:#333333; text-decoration: none;}
#Author-Top .loginout .nickname a:hover,
#Author-Top .loginout .nickname a:active
{color:#333333; text-decoration: underline;}
#Author-Top .loginout .tools-list
{width:180px; height:72px; overflow: visible; position: absolute; right:0px; top:53px;
background:#ffffff; border:1px solid #ededed; cursor:pointer; display: none;}
#Author-Top .loginout .tools-list ul li
{width:180px; height:34px; line-height: 34px; overflow: hidden; float: left; font-size: 14px; text-align: center;
text-indent:0px;}
#Author-Top .loginout .tools-list ul li:hover
{background:#6184DF;}
#Author-Top .loginout .tools-list ul li.first
{border-bottom:1px solid #ededed;}
#Author-Top .loginout .tools-list ul li a:link,
#Author-Top .loginout .tools-list ul li a:visited
{color:#333333; text-decoration: none;}
#Author-Top .loginout .tools-list ul li:hover a:link,
#Author-Top .loginout .tools-list ul li:hover a:visited
{color:#ffffff; text-decoration:none;}

/* 作者中心管理主体样式 */
#AuthorMain
{width:1200px; height:auto; overflow: hidden; margin:0px auto; margin-top:20px;
background:#ffffff url(../ImgV3/bng6.png) 0px 0px repeat-y;}
#ManagerLeft
{width:154px; min-height:850px; overflow: hidden; float:left; padding-top:20px;
background:url(../ImgV3/bng7.png) 0px bottom no-repeat;}
#ManagerLeft ul li
{width:154px; height:50px; line-height: 50px; overflow: hidden; float: left; font-size:14px; text-indent: 72px;
position: relative;}
#ManagerLeft ul li i
{width:10px; height:10px; overflow: hidden; position: absolute; left:135px; top:20px; z-index: 9; background: #f00;
border-radius: 50%;}
#ManagerLeft ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng8.png) right 0px no-repeat;}
#ManagerLeft ul li.onfocus i
{display: none;}
#ManagerLeft ul li span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:45px; top:15px;}
#ManagerLeft ul li.icon1 span
{background:url(../ImgV3/icon/bng1.png) 0px center no-repeat;}
#ManagerLeft ul li.icon2 span
{background:url(../ImgV3/icon/bng2.png) 0px center no-repeat;}
#ManagerLeft ul li.icon3 span
{background:url(../ImgV3/icon/bng3.png) 0px center no-repeat;}
#ManagerLeft ul li.icon4 span
{background:url(../ImgV3/icon/bng4.png) 0px center no-repeat;}
#ManagerLeft ul li.icon5 span
{background:url(../ImgV3/icon/bng5.png) 0px center no-repeat;}
#ManagerLeft ul li.icon6 span
{background:url(../ImgV3/icon/bng6.png) 0px center no-repeat;}
#ManagerLeft ul li.onicon1 span
{background:url(../ImgV3/icon/onbng1.png) 0px center no-repeat;}
#ManagerLeft ul li.onicon2 span
{background:url(../ImgV3/icon/onbng2.png) 0px center no-repeat;}
#ManagerLeft ul li.onicon3 span
{background:url(../ImgV3/icon/onbng3.png) 0px center no-repeat;}
#ManagerLeft ul li.onicon4 span
{background:url(../ImgV3/icon/onbng4.png) 0px center no-repeat;}
#ManagerLeft ul li.onicon5 span
{background:url(../ImgV3/icon/onbng5.png) 0px center no-repeat;}
#ManagerLeft ul li.onicon6 span
{background:url(../ImgV3/icon/onbng6.png) 0px center no-repeat;}
#ManagerLeft ul li a:link,#ManagerLeft ul li a:visited
{color:#ffffff; text-decoration: none;}
#ManagerLeft ul li a:hover,#ManagerLeft ul li a:active
{color:#ffffff; text-decoration: underline;}
#ManagerLeft ul li.onfocus a:link,#ManagerLeft ul li.onfocus a:visited
{color:#6184DF; text-decoration: none;}
#ManagerLeft ul li.onfocus a:hover,#ManagerLeft ul li.onfocus a:active
{color:#6184DF; text-decoration: underline;}
#ManagerRight
{width:1046px; height: auto; overflow: hidden; float: right;}
#ManagerRight .RightTop
{width:100%; height:45px; overflow: hidden; background: #F6F9FA; border-radius: 0px 30px 0px 0px;
position: relative;}
#ManagerRight .RightTop span.placeholder
{width:19px; height:45px; overflow: hidden; display: block; float: left;}
#ManagerRight .RightTop em.theName
{line-height: 45px; font-style: normal; float: left; font-size:14px; color:#333333;}
#ManagerRight .RightTop em.theName a:link,
#ManagerRight .RightTop em.theName a:visited
{color:#999999; text-decoration: none;}
#ManagerRight .RightTop em.theName a:hover,
#ManagerRight .RightTop em.theName a:active
{color:#6184DF; text-decoration: underline;}
#ManagerRight .RightTop i.bread-crumbs
{width:35px; height:45px; overflow: hidden; display: block; float: left; background:url(../ImgV3/bng132.png) 0px 0px no-repeat;}
#ManagerRight .RightTop .RightBtn
{position:absolute; right:10px; top:7px;}
#ManagerRight .RightTop .RightBtn a
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; text-indent: 27px;
font-size:14px; color:#ffffff; background:#FF417A url(../ImgV3/bng20.png) 9px 8px no-repeat; text-decoration: none;}
#ManagerRight .RightTop .RightBtn a:hover
{background:#f97fa4 url(../ImgV3/bng20.png) 9px 8px no-repeat;}
#ManagerRight .RightTop .RightBtn span.CreateBtn a
{width:110px;}

/* 作品管理列表 */
#ManagerRight .WorksList
{width:985px; height:auto; overflow:hidden; margin:0px auto; margin-top:25px;}
#ManagerRight .WorksList .RightBtn
{width:985px; height:40px; overflow: hidden; position: relative; padding-bottom: 30px;}
#ManagerRight .WorksList .RightBtn a
{width:90px; height:40px; line-height: 40px; overflow: hidden; display: inline-block; text-align: center;
font-size:14px; color:#ffffff; background:#FF417A; text-decoration: none; border-radius: 2px;}
#ManagerRight .WorksList .RightBtn a:hover
{background:#f27da0;}
#ManagerRight .WorksList .RightBtn span.CreateBtn a
{width:110px;}
#ManagerRight .WorksList table
{background:#dddddd;}
#ManagerRight .WorksList table tr th
{height:40px; font-size:14px; font-family:"Microsoft YaHei"; color:#333333;
text-align:center; background:#F6F9FA;}
#ManagerRight .WorksList table tr td
{font-size:14px; font-family:"Microsoft YaHei"; color:#333333; padding:10px; text-align:center; background:#ffffff;
position:relative;}
/* 封面图样式 */
#ManagerRight .WorksList table tr td .cover
{width:88px; height:118px; overflow: hidden; position: relative;}
#ManagerRight .WorksList table tr td .cover img
{position: absolute; left:0px; top:0px;}
#ManagerRight .WorksList table tr td span.maskbg
{width:100%; height:30px; line-height: 30px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px; z-index: 2;
background:#333333; opacity: 0.8;}
#ManagerRight .WorksList table tr td em.favo
{width:100%; height:30px; line-height: 30px; overflow: hidden; display: block; position: absolute; left:0px; bottom:0px; z-index: 10;
color:#ffffff; font-style: normal; font-size:12px;}
#ManagerRight .WorksList table tr td a:link,
#ManagerRight .WorksList table tr td a:visited
{color:#333333; text-decoration: none;}
#ManagerRight .WorksList table tr td a:hover,
#ManagerRight .WorksList table tr td a:active
{color:#FF417A; text-decoration:underline;}
#ManagerRight .WorksList table tr td img.img
{position:absolute; left:50%; top:50%; margin-left:-32px; margin-top:-20px; z-index:999;}

#ManagerRight .WorksList table tr td.a
{font-size:12px;}
#ManagerRight .WorksList table tr td.a a.UploadChapter
{width:80px; height:30px; line-height:30px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; border:1px solid #FF417A; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
color:#FF417A;}

#ManagerRight .WorksList table tr td a.Btns
{width:80px; height:30px; line-height:30px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; border:1px solid #1165df; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
color:#1165df;}
#ManagerRight .WorksList table tr td a.Btns:hover
{color:#1165df; text-decoration:underline;}
#ManagerRight .WorksList table tr td ul
{width:216px; margin:0px auto;}
#ManagerRight .WorksList table tr td ul li
{width:100px; height:30px; line-height:30px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
text-indent: 23px; border:1px solid #00C1BE; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
position: relative; margin-top:3px;}
#ManagerRight .WorksList table tr td ul li.clear
{width:12px; height:30px; overflow:hidden; float:left; border:0px;}
#ManagerRight .WorksList table tr td ul li.clear-x
{width:176px; height:5px; overflow:hidden; float:left; border:0px;}
#ManagerRight .WorksList table tr td ul li a:link,
#ManagerRight .WorksList table tr td ul li a:visited
{color:#333333; text-decoration:none;}
#ManagerRight .WorksList table tr td ul li a:hover,
#ManagerRight .WorksList table tr td ul li a:active
{color:#00C1BE; text-decoration:none;}
#ManagerRight .WorksList table tr td ul li.icon1
{border: 1px solid #3EB3E8;}
#ManagerRight .WorksList table tr td ul li.icon3
{border: 1px solid #FB6666;}
#ManagerRight .WorksList table tr td ul li.icon4
{border: 1px solid #2DAD42;}
#ManagerRight .WorksList table tr td ul li.icon1 span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/icon/book1.png) 0px 0px no-repeat;}
#ManagerRight .WorksList table tr td ul li.a span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/icon/book5.png) 0px 0px no-repeat;}
#ManagerRight .WorksList table tr td ul li.b span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/icon/book2.png) 0px 0px no-repeat;}
#ManagerRight .WorksList table tr td ul li.c span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/icon/book6.png) 0px 0px no-repeat;}
#ManagerRight .WorksList table tr td ul li.icon3 span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/icon/book3.png) 0px 0px no-repeat;}
#ManagerRight .WorksList table tr td ul li.icon4 span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/icon/book4.png) 0px 0px no-repeat;}
#ManagerRight .WorksList table tr td ul li.icon1 a:link,
#ManagerRight .WorksList table tr td ul li.icon1 a:visited
{color:#3EB3E8; text-decoration: none;}
#ManagerRight .WorksList table tr td ul li.icon1 a:hover,
#ManagerRight .WorksList table tr td ul li.icon1 a:active
{color:#3EB3E8; text-decoration: underline;}
#ManagerRight .WorksList table tr td ul li.icon3 a:link,
#ManagerRight .WorksList table tr td ul li.icon3 a:visited
{color:#FB6666; text-decoration: none;}
#ManagerRight .WorksList table tr td ul li.icon3 a:hover,
#ManagerRight .WorksList table tr td ul li.icon3 a:active
{color:#FB6666; text-decoration: underline;}
#ManagerRight .WorksList table tr td ul li.icon4 a:link,
#ManagerRight .WorksList table tr td ul li.icon4 a:visited
{color:#2DAD42; text-decoration: none;}
#ManagerRight .WorksList table tr td ul li.icon4 a:hover,
#ManagerRight .WorksList table tr td ul li.icon4 a:active
{color:#2DAD42; text-decoration: underline;}
#ManagerRight .WorksList table tr td ul li.a
{border: 1px solid #F5781C;}
#ManagerRight .WorksList table tr td ul li.a a:link,
#ManagerRight .WorksList table tr td ul li.a a:visited
{color:#F5781C; text-decoration:none;}
#ManagerRight .WorksList table tr td ul li.a a:hover,
#ManagerRight .WorksList table tr td ul li.a a:active
{color:#F5781C; text-decoration:underline;}

#ManagerRight .WorksList table tr td ul li.b
{border:1px solid #999999;}
#ManagerRight .WorksList table tr td ul li.b a:link,
#ManagerRight .WorksList table tr td ul li.b a:visited
{color:#999999; text-decoration:none;}
#ManagerRight .WorksList table tr td ul li.b a:hover,
#ManagerRight .WorksList table tr td ul li.b a:active
{color:#999999; text-decoration:none;}

#ManagerRight .WorksList table tr td ul li.c
{border:1px solid #00C1BE;}
#ManagerRight .WorksList table tr td ul li.c a:link,
#ManagerRight .WorksList table tr td ul li.c a:visited
{color:#00C1BE; text-decoration:none;}
#ManagerRight .WorksList table tr td ul li.c a:hover,
#ManagerRight .WorksList table tr td ul li.c a:active
{color:#00C1BE; text-decoration:none;}

#ManagerRight .WorksList table tr td ul li.d
{border:1px solid #df8acc;}
#ManagerRight .WorksList table tr td ul li.d a:link,
#ManagerRight .WorksList table tr td ul li.d a:visited
{color:#df8acc; text-decoration:none;}
#ManagerRight .WorksList table tr td ul li.d a:hover,
#ManagerRight .WorksList table tr td ul li.d a:active
{color:#df8acc; text-decoration:none;}

/* 没有书籍的时候 */
#ManagerRight .NoBooks
{width:959px; height:auto; overflow: hidden; text-align: center; font-size:14px; color:#333333;
padding-top:140px;}
#ManagerRight .NoBooks img
{margin-bottom:30px;}
#ManagerRight .NoBooks a.button
{width: 178px; height: 34px; line-height: 34px; display: inline-block; text-decoration: none;
position: relative; border-radius: 2px; text-align: center;
color: #FFF; background: #6184DF;}
#ManagerRight .NoBooks a.button:hover
{background:#86a4f3;}

/* 书籍管理——顶部导航管理 */
#ManagerRight .TopNav
{width:100%; height:55px; overflow: hidden; margin: 0px auto; position: relative; z-index: 9;
background:url(../ImgV3/bng9.png) left bottom repeat-x;}
#ManagerRight .TopNav ul li
{width:auto; height:55px; line-height: 55px; overflow: hidden; float: left; font-size:16px; padding:0px 20px;
position: relative;}
#ManagerRight .TopNav ul li i
{width:10px; height:10px; overflow: hidden; position: absolute; right:10px; top:15px; z-index: 9; background: #f00;
border-radius: 50%;}
#ManagerRight .TopNav ul li a:link,#ManagerRight .TopNav ul li a:visited
{color:#333333; text-decoration: none;}
#ManagerRight .TopNav ul li a:hover,#ManagerRight .TopNav ul li a:active
{color:#FF417A; text-decoration:none;}
#ManagerRight .TopNav ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng10.png) left bottom repeat-x;}
#ManagerRight .TopNav ul li.onfocus a:link,#ManagerRight .TopNav ul li.onfocus a:visited
{color:#FF417A; text-decoration: none;}
#ManagerRight .TopNav ul li.onfocus a:hover,#ManagerRight .TopNav ul li.onfocus a:active
{color:#FF417A; text-decoration:none;}
#ManagerRight .TopNav .Top
{width:300px; height:50px; overflow: hidden; text-align: right; float:right;}
/*顶部新建章节*/
#ManagerRight .TopNav .Top a.top-addChapter
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:14px; text-align:left; text-indent: 27px;
color:#ffffff; margin-top:10px; text-decoration: none; background:#6184DF url(../ImgV3/bng25.png) 9px 8px no-repeat;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#ManagerRight .TopNav .Top a.top-addChapter:hover
{background:#86a4f3 url(../ImgV3/bng25.png) 9px 8px no-repeat;}
#ManagerRight .TopNav .Top a.juan
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
text-align:center; color:#ffffff; margin-top:10px; text-decoration: none;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#ManagerRight .TopNav .Top a.update
{background:#ffffff; border:1px solid #dddddd; color:#999999;}
#ManagerRight .TopNav .Top a.update:hover
{background:#f6f6f6;}
#ManagerRight .TopNav .Top a.del
{color:#ffffff; border:1px solid #00C1BE; background:#00C1BE;}
#ManagerRight .TopNav .Top a.del:hover
{background:#099e9b; border:1px solid #099e9b;}
#ManagerRight .TopNav .Top a.total
{width:auto; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
text-align:center; color:#ffffff; margin-top:10px; text-decoration: none; padding:0px 8px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
background:#ffffff; border:1px solid #dddddd; color:#999999;}
#ManagerRight .TopNav .Top a.total:hover
{background:#f6f6f6;}
#ManagerRight .TopNav .Top a.fabu
{width:auto; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
text-align:center; color:#ffffff; margin-top:10px; text-decoration: none; padding:0px 8px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
background:#00C1BE;}
#ManagerRight .TopNav .Top a.fabu:hover
{background:#099e9b;}

/* 草稿箱顶部按钮 */
#ManagerRight .TopNav .Top a.delete
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
margin-top:13px; text-decoration: none; border-radius: 2px; text-align: left;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
color: #6184DF; border: 1px solid #6184DF; background: url(../ImgV3/bng26.png) 8px 8px no-repeat;
text-indent: 26px;}
#ManagerRight .TopNav .Top a.restore
{width:100px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
margin-top:13px; text-decoration: none; border-radius: 2px; text-align: left;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
color: #ffffff; background:#6184DF url(../ImgV3/bng24.png) 8px 8px no-repeat;
text-indent: 26px;}
#ManagerRight .TopNav .Top a.restore:hover
{background:#86a4f3 url(../ImgV3/bng24.png) 8px 8px no-repeat;}

/* 创建书籍 */
#ManagerRight .createBook
{width:700px; height:auto; overflow: hidden; text-align: center; font-size:14px; color:#333333;
margin:0px auto;}
#ManagerRight .createBook table tr th
{text-align:right; font-weight:normal;}
#ManagerRight .createBook table tr th,
#ManagerRight .createBook table tr td
{height:55px; font-size:14px; font-family:"Microsoft YaHei"; color:#333333;}
/*编辑器统计栏*/
#ManagerRight .createBook table tr td#edui1_elementpath,
#ManagerRight .createBook table tr td#edui1_wordcount
{height:35px; color:#333333;}
#ManagerRight .createBook table tr th span
{color:#f00;}
#ManagerRight .createBook table tr td input.txt
{width:350px; height:35px; line-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; padding:0px 10px; margin-right:10px; border:1px solid #dddddd;
 -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .createBook table tr td .input
{width:350px; min-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; padding:0px 10px; margin-right:10px; border:1px solid #E6EBF5; padding-bottom:5px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .createBook table tr td .input ul
{}
#ManagerRight .createBook table tr td .input ul li
{width:auto; height:25px; line-height: 25px; overflow: hidden; float: left; padding:0px 10px; margin-top:5px;
margin-right:10px; cursor: pointer; background:#6184DF; color:#ffffff;}
#ManagerRight .createBook table tr td .txt1
{width:238px; height:35px; line-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; padding:0px 10px; margin-right:10px; border:1px solid #E6EBF5; border-radius: 2px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .createBook table tr td .labelAdd
{width:100px; height:37px; line-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#ffffff; padding:0px 10px; margin-right:10px; background:#6184DF; border:0px; cursor: pointer;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .createBook table tr td .labelAdd:hover
{background:#86a4f3;}
#ManagerRight .createBook table tr td .content
{width:580px; height:150px; line-height:180%; overflow:hidden; overflow-y:auto; float:left; border-radius: 2px;
font-size:12px; font-family:"Microsoft YaHei"; color:#333333; margin-right:10px; border:1px solid #E6EBF5; padding:5px 10px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .createBook table tr td input.txt:focus,
#ManagerRight .createBook table tr td .content:focus
{border:1px solid #6184DF;}
#ManagerRight .createBook table tr td .select
{width:300px; height:35px; line-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
border:1px solid #E6EBF5; color:#333333; border-radius: 2px;}
#ManagerRight .createBook table tr td .addFenJuan
{width:58px; height:28px; line-height:28px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
text-align:center; color:#ffffff; margin-left:10px; cursor:pointer; background:#ff7200; border:0px;}
#ManagerRight .createBook table tr td .btn
{width:220px; height:40px; line-height:40px; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; background:#6184DF; border:0px; cursor:pointer; color:#ffffff; margin-top:10px;}
#ManagerRight .createBook table tr td .btn:hover
{background:#86a4f3;}
#ManagerRight .createBook table tr td .default
{width:88px; height:118px; overflow:hidden; float:left; border:1px solid #dddddd;}
#ManagerRight .createBook table tr td .default img
{float:left;}
#ManagerRight .createBook table tr td .upload
{width:500px; height:35px; overflow:hidden; float:left; margin-top:85px; margin-left:10px; cursor: pointer;
position:relative; background:url(../ImgV3/bng18.png) no-repeat; border-radius: 2px;}
#ManagerRight .createBook table tr td .upload .a
{width:500px; height:500px; overflow:hidden; position:absolute; left:0px; top:0px; cursor:pointer;
filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity:0;}
#ManagerRight .createBook table tr td label.a
{width:200px; height:22px; line-height:22px; overflow:hidden; position:absolute; left:90px; top:0px;
font-size:12px; font-family:"Microsoft YaHei";
margin-top:5px; margin-bottom:5px; text-indent:20px; background:url(../ImgV3/validateIcon/onFocus.gif) 0px center no-repeat;}
#ManagerRight .createBook table tr td label.b
{width:200px; height:22px; line-height:22px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
margin-top:5px; margin-bottom:5px; text-indent:20px; background:url(../ImgV3/validateIcon/error.png) 5px center no-repeat;}
#ManagerRight .createBook table tr td label.valid
{width:200px; height:22px; line-height:22px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
margin-top:5px; margin-bottom:5px; text-indent:20px; background:url(../ImgV3/validateIcon/succes3.png) 2px center no-repeat;}

#ManagerRight .createBook table tr td .uploadA
{width:500px; height:80px; overflow:hidden; position:relative; /*background:url(../Img/bng74.png) no-repeat;*/}
#ManagerRight .createBook table tr td .uploadA .a
{width:500px; height:80px; overflow:hidden; position:absolute; left:0px; top:0px; cursor:pointer;
filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity:0;}

#ManagerRight .createBook table tr td .labelList
{width:450px; height:auto; overflow: hidden;}
#ManagerRight .createBook table tr td .labelList ul li.a
{width:auto; height:30px; line-height: 30px; overflow: hidden; float: left; padding:0px 10px; margin-bottom:10px;
margin-right:10px; cursor: pointer; border:1px solid #E6EBF5; border-radius: 2px;}
#ManagerRight .createBook table tr td .labelList ul li.b
{width:auto; height:30px; line-height: 30px; overflow: hidden; float: left; padding:0px 10px; margin-bottom:10px;
margin-right:10px; cursor: pointer; border:1px solid #dddddd; background:#dcdcdc;}

#ManagerRight .createBook table tr td .miaoshu
{width:100%; height:auto; line-height:180%; overflow:hidden; float:left; font-size:12px; padding:10px 0px;
font-family:"Microsoft YaHei"; color:#999999;}

/* 上传章节 */
#ManagerRight .createChapter
{width:1200px; height: auto; overflow: hidden; margin: 0px auto; margin-top:-1px;
position: relative; z-index: 8;}
#ManagerRight .createChapter .ChapterLeft
{width:229px; height:auto; overflow: hidden; float: left; border: 1px solid #e6e6e6; border-bottom:0px;
border-left:0px;}
#ManagerRight .createChapter .ChapterLeft .Top
{width:229px; height: 50px; overflow: hidden; float:left; position: relative; border-bottom: 1px solid #E6EBF5;
background:#F6F9FA;}
#ManagerRight .createChapter .ChapterLeft .Top span
{width:126px; height:50px; line-height: 50px; overflow: hidden; position: absolute; left:0px; top:0px;
font-size:12px; color:#8a8a8a; text-indent: 10px;}
#ManagerRight .createChapter .ChapterLeft .Top a
{width:58px; height:28px; line-height: 28px; overflow:hidden; display: inline-block; position: absolute;
right:10px; top:10px; font-size:12px; text-decoration: none; text-align: left; text-indent: 24px; color:#FF417A;
border: 1px solid #FF417A; background:url(../ImgV3/bng23.png) 8px 8px no-repeat;}
#ManagerRight .createChapter .ChapterLeft .Top a:hover
{text-decoration: underline;}

#ManagerRight .createChapter .ChapterLeft .list
{width:229px; height:auto; min-height:870px; overflow:auto; float: left; border:1px solid #e6e6e6; border-bottom: 0px;
border-top:0px; border-left:0px; position: relative;}
#ManagerRight .createChapter .ChapterLeft .list .one
{width:229px; min-height:66px; overflow: auto; float: left; padding-bottom:10px; border-bottom: 1px solid #E6EBF5;
background:#F6F9FA url(../ImgV3/bng22.png) 207px 16px no-repeat; cursor: pointer;}
#ManagerRight .createChapter .ChapterLeft .list .onOne
{background:#F6F9FA url(../ImgV3/bng21.png) 207px 16px no-repeat;}
#ManagerRight .createChapter .ChapterLeft .list .one .juan
{width:162px; height:30px; line-height: 30px; overflow: hidden; float: left; margin-top:6px;
font-size:12px; color:#333333; text-indent: 10px;}
#ManagerRight .createChapter .ChapterLeft .list .one .juan em
{font-style:normal; color:#999999;}
#ManagerRight .createChapter .ChapterLeft .list .one .name
{width:178px; height:auto; line-height: 180%; overflow: hidden; float: left; font-size:14px;
color:#333333; padding:0px 10px;}
#ManagerRight .createChapter .ChapterLeft .list .two
{width:229px; height:auto; overflow: hidden; float: left; background:#fafafa; border-bottom:1px solid #ededed;
display: none;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li
{width:229px; height:66px; overflow: hidden; cursor: pointer; border-bottom:1px solid #E6EBF5;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li.onfocus
{background:#e7edfa;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li.last
{border:0px;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl
{width:229px; height:66px; overflow: hidden; position: relative;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.name
{width:209px; height:29px; line-height: 29px; overflow: hidden; position: absolute;
left:10px; top:8px;white-space: nowrap; text-overflow: ellipsis;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.font
{width:87px; height:23px; line-height: 23px; overflow: hidden; color:#999999; font-size:12px; position: absolute;
left:10px; bottom:2px;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.time
{width:92px; height:23px; line-height: 23px; overflow: hidden; color:#999999; font-size:12px; text-align:right;
position: absolute; right:10px; bottom:2px;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.clock
{background:url(../ImgV3/clock.png) 0px 0px no-repeat;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.checkbox
{position: absolute; right:5px; top:2px;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.isvip
{width:24px; height:16px; overflow: hidden; position:absolute; top:15px; right:5px; z-index: 99;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li dl dd.isvip img
{float:left;}

#ManagerRight .createChapter .ChapterLeft .list .two ul li.onfocus dl dd.name
{width:209px; height:29px; line-height: 29px; overflow: hidden; color:#6184DF; position: absolute;
left:10px; top:8px;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li.onfocus dl dd.font
{width:86px; height:23px; line-height: 23px; overflow: hidden; color:#6184DF; font-size:12px; position: absolute;
left:10px; bottom:2px;}
#ManagerRight .createChapter .ChapterLeft .list .two ul li.onfocus dl dd.time
{width:92px; height:23px; line-height: 23px; overflow: hidden; color:#6184DF; font-size:12px; text-align:right;
position: absolute; right:10px; bottom:2px;}

#ManagerRight .createChapter .ChapterRight
{width:970px; height:auto; overflow: hidden; float: left;}
#ManagerRight .createChapter .ChapterRight .Top
{width:970px; height:50px; overflow: visible; text-align: right; border: 1px solid #E6EBF5; border-left:0px;
border-right:0px; background:#F6F9FA; position: relative;}
#ManagerRight .createChapter .ChapterRight .Top span
{width:500px; height:50px; line-height: 50px; overflow: hidden; display: inline-block; float: left;
font-size:12px; color:#333333; text-align: left; text-indent: 10px;}
#ManagerRight .createChapter .ChapterRight .Top span i
{font-style:normal; color:#6184DF;}
#ManagerRight .createChapter .ChapterRight .Top a.juan
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
text-align:center; color:#ffffff; margin-top:10px; text-decoration: none; border-radius: 2px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#ManagerRight .createChapter .ChapterRight .Top a.total
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
color:#6184DF; margin-top:10px; text-decoration: none; text-align: left; text-indent: 26px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius: 2px;
background:url(../ImgV3/bng28.png) 8px 8px no-repeat; border:1px solid #6184DF;}
#ManagerRight .createChapter .ChapterRight .Top a.total:hover
{}
#ManagerRight .createChapter .ChapterRight .Top a.typography
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
color:#6184DF; margin-top:10px; text-decoration: none; text-align: left; text-indent: 26px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius: 2px;
background:url(../ImgV3/bng142.png) 8px 8px no-repeat; border:1px solid #6184DF;}
#ManagerRight .createChapter .ChapterRight .Top a.typography:hover
{}
#ManagerRight .createChapter .ChapterRight .Top a.update
{background:#6184DF url(../ImgV3/bng24.png) 22px 8px no-repeat; color:#ffffff;
text-align: left; text-indent: 40px; border:0px;}
#ManagerRight .createChapter .ChapterRight .Top a.update:hover
{background:#86a4f3 url(../ImgV3/bng24.png) 22px 8px no-repeat;}
#ManagerRight .createChapter .ChapterRight .Top a.saveVolume
{background:#6184DF url(../ImgV3/bng27.png) 22px 8px no-repeat; color:#ffffff;
text-align: left; text-indent: 40px; border:0px;}
#ManagerRight .createChapter .ChapterRight .Top a.saveVolume:hover
{background:#86a4f3 url(../ImgV3/bng27.png) 22px 8px no-repeat;}
#ManagerRight .createChapter .ChapterRight .Top a.del
{color:#6184DF; border:1px solid #6184DF; background:url(../ImgV3/bng26.png) 22px 8px no-repeat;
text-align: left; text-indent: 40px;}
#ManagerRight .createChapter .ChapterRight .Top a.del:hover
{}

/* 发布章节样式 */
.maskBUI
{width:453px; height:351px; overflow: hidden; position:fixed; left: 50%; top:50%; margin-left: -226px; margin-top: -175px;
z-index: 1000; background:url(../ImgV3/bng121.png) no-repeat;}
.maskBUI .title
{width:453px; height:43px; line-height: 43px; overflow: hidden; font-size:14px; color:#333333; position: absolute;
left:0px; top:0px; text-align: center;}
.maskBUI .title .close
{width:11px; height:11px; overflow: hidden; position: absolute; right:23px; top:15px; cursor: pointer;}
.maskBUI .content
{width:401px; height:296px; overflow: hidden; position: absolute; left: 27px; top:43px;}
.maskBUI .content ul
{margin-top:10px;}
.maskBUI .content ul li
{width:100%; height: auto; line-height:320%; overflow: hidden; float: left; font-size: 14px; color:#333333;}
.maskBUI .content ul li.date
{display:none;}
.maskBUI .content ul li .input
{width:120px; height: 25px; line-height: 25px; overflow: hidden;}
.maskBUI .content ul li span
{color:#999999;}
.maskBUI .content ul li em
{font-style:normal;}
.maskBUI .content ul li a
{width:395px; height: 36px; line-height: 36px; overflow: hidden; display: inline-block; text-align: center; color:#ffffff;
background: #FF417A; margin-top: 10px; text-decoration: none;}
.maskBUI .content ul li a:hover
{background:#f97fa4;}

/* 批量上次章节 */
#ManagerRight .MuiltChapter
{width:927px; height:auto; overflow:hidden; margin:0px auto; padding-bottom:40px; border-top:1px solid #ededed;}
#ManagerRight .MuiltChapter table tr th
{text-align:right; font-weight:normal;}
#ManagerRight .MuiltChapter table tr th,
#ManagerRight .MuiltChapter table tr td
{height:55px; font-size:14px; font-family:"Microsoft YaHei"; color:#333333;}
#ManagerRight .MuiltChapter table tr th span
{color:#f00;}
#ManagerRight .MuiltChapter table tr td input.txt
{width:295px; height:35px; line-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; padding:0px 10px; margin-right:10px; border:1px solid #dddddd;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .MuiltChapter table tr td .content
{width:650px; height:150px; line-height:180%; overflow:hidden; overflow-y:auto; float:left;
font-size:12px; font-family:"Microsoft YaHei"; color:#333333; margin-right:10px; border:1px solid #dddddd; padding:5px 10px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .MuiltChapter table tr td .select
{width:150px; height:30px; line-height:30px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; border:1px solid #dddddd;}
#ManagerRight .MuiltChapter table tr td .btn
{width: 120px; height: 40px; line-height: 40px; overflow: hidden; font-size: 14px;
font-family: "Microsoft YaHei"; text-align: center; background: #6184DF; border: 0px;
cursor: pointer; color: #ffffff; margin-top: 10px; border-radius: 2px;}
#ManagerRight .MuiltChapter table tr td .btn:hover
{background: #86a4f3;}
#ManagerRight .MuiltChapter table tr td .default
{width:88px; height:118px; overflow:hidden; float:left; border:1px solid #dddddd;}
#ManagerRight .MuiltChapter table tr td .default img
{float:left;}
#ManagerRight .MuiltChapter table tr td .uploadA
{width:500px; height:80px; overflow:hidden; position:relative; background:url(../ImgV3/bng19.png) no-repeat;}
#ManagerRight .MuiltChapter table tr td .uploadA .a
{width:500px; height:80px; overflow:hidden; position:absolute; left:0px; top:0px; cursor:pointer;
filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity:0;}
#ManagerRight .MuiltChapter table tr td .miaoshu
{width:100%; height:auto; line-height:180%; overflow:hidden; float:left; font-size:12px; padding:10px 0px;
font-family:"Microsoft YaHei"; color:#999999;}

/* 批量上传 */
#step-2
{width:980px; height:auto; overflow:hidden; margin:0px auto; border-top:1px solid #ededed; padding:20px 0px; display:none;}
#step-2 .list
{width:980px; height:650px; overflow:hidden; overflow-y:auto;}
#step-2 table
{background:#dddddd;}
#step-2 table tr th
{height:30px; font-size:14px; font-family:"Microsoft YaHei"; color:#333333; text-align:center;
background:#ffffff;}
#step-2 table tr td
{height:35px; font-size:14px; font-family:"Microsoft YaHei"; color:#333333; text-align:center;
background:#ffffff;}
#step-2 .data-container
{width:980px; height:auto; overflow:hidden; margin-top:15px;}
#step-2 .data-container .btn-primary
{width:140px; height:30px; line-height:28px; overflow:hidden; float:left;
font-size:14px; font-family:"Microsoft YaHei"; text-align:center; border:1px solid #6184DF; cursor:pointer;
background:#6184DF; color:#ffffff;}
#step-2 .data-container .btn-primary:hover
{background:#86a4f3; border:1px solid #86a4f3;}
#step-2 .data-container .btn-default
{width:60px; height:28px; line-height:28px; overflow:hidden; display:block; float:left; margin-left:10px; text-decoration:none;
font-size:14px; font-family:"Microsoft YaHei"; text-align:center; border:1px solid #dddddd; cursor:pointer;
background:#ffffff; color:#333333;}
#step-2 .data-container .btn-default:hover
{background:#eeeeee;}

/* 草稿箱顶部样式 */
#ManagerRight .createChapter .ChapterRight .Top .addJuan
{width:240px; height:50px; overflow: visible; position: absolute; left: 0px; top:0px;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .label
{width:80px; height:50px; line-height: 50px; overflow: hidden; position: absolute; left: 0px; top:0px;
font-size: 12px; color:#999999;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select
{width:150px;height: 30px; overflow: visible; position: absolute; left: 87px; top:10px;
border: 1px solid #dddddd; background:#ffffff url(../ImgV3/bng21.png) 134px 13px no-repeat;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select em
{width:132px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-style:normal;
position: absolute; left:0px; top:0px; font-size: 12px; color:#333333; text-align: left; cursor: pointer;
white-space: nowrap; text-indent: 10px;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select ul
{position:absolute; left: -1px; top:30px; z-index: 9; background:#ffffff; border: 1px solid #dddddd;
display: none;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select ul li
{width:250px; height:30px; line-height: 30px; overflow: hidden; float: left; padding:0px 10px;
text-align: left; font-size:12px; border-bottom:1px solid #dddddd;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select ul li:hover
{background:#efefef; cursor: pointer;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select ul li.clear
{text-align: center; border:0px;}
#ManagerRight .createChapter .ChapterRight .Top .addJuan .select ul li.clear a
{color:#ee5047; text-decoration: none;}

#ManagerRight .createChapter .ChapterRight .Top .addType
{width:180px; height:50px; overflow: visible; position: absolute; left: 245px; top:0px;}
#ManagerRight .createChapter .ChapterRight .Top .addType .label
{width:80px; height:50px; line-height: 50px; overflow: hidden; position: absolute; left: 0px; top:0px;
font-size: 12px; color:#999999;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select
{width:82px;height: 30px; overflow: visible; position: absolute; left: 87px; top:10px;
border: 1px solid #dddddd; background:#ffffff url(../ImgV3/bng21.png) 66px 13px no-repeat;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select em
{width:64px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-style:normal;
position: absolute; left:0px; top:0px; font-size: 12px; color:#333333; text-align: center; cursor: pointer;
white-space: nowrap; text-indent: 10px;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select ul
{position:absolute; left: -1px; top:30px; z-index: 9; background:#ffffff; border: 1px solid #dddddd;
display: none;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select ul li
{width:62px; height:30px; line-height: 30px; overflow: hidden; float: left; padding:0px 10px;
text-align: left; font-size:12px; border-bottom:1px solid #dddddd;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select ul li:hover
{background:#efefef; cursor: pointer;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select ul li.clear
{text-align: center; border:0px;}
#ManagerRight .createChapter .ChapterRight .Top .addType .select ul li.clear a
{color:#ee5047; text-decoration: none;}

/*草稿箱顶部按钮*/
#ManagerRight .createChapter .ChapterRight .tmpChapter a.juan
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
text-align:left; color:#ffffff; margin-top:10px; text-decoration: none; border-radius: 2px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#ManagerRight .createChapter .ChapterRight .tmpChapter a.del
{color: #6184DF; border: 1px solid #6184DF; background: url(../ImgV3/bng26.png) 22px 8px no-repeat; text-align: left;
text-indent: 40px;}
#ManagerRight .createChapter .ChapterRight .tmpChapter a.total
{background:url(../ImgV3/bng28.png) 8px 8px no-repeat;}
#ManagerRight .createChapter .ChapterRight .tmpChapter a.fabu
{width:90px; height:30px; line-height: 30px; overflow: hidden; display: inline-block; font-size:12px;
text-align:left; color:#ffffff; margin-top:10px; text-decoration: none; text-indent: 40px;
box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius: 2px;
background:#FF417A url(../ImgV3/bng20.png) 22px 8px no-repeat;}
#ManagerRight .createChapter .ChapterRight .tmpChapter a.fabu:hover
{background:#f97fa4 url(../ImgV3/bng20.png) 22px 8px no-repeat;}

/* 回收站样式 */
#ManagerRight .createChapter .thoroughlyChapterList
{width:1180px; min-height:750px; overflow: hidden; margin: 0px auto; margin-top:25px;}
#ManagerRight .createChapter .thoroughlyChapterList table
{background:#ededed;}
#ManagerRight .createChapter .thoroughlyChapterList table tr th
{height:40px; text-align: center; color:#333333; font-size: 14px; background:#F6F9FA;}
#ManagerRight .createChapter .thoroughlyChapterList table tr td
{height:40px; font-size: 14px; color:#000000; background:#ffffff;}
#ManagerRight .createChapter .thoroughlyChapterList table tr td.center
{text-align: center;}
#ManagerRight .createChapter .thoroughlyChapterList table tr td a:link,
#ManagerRight .createChapter .thoroughlyChapterList table tr td a:visited
{color:#333333; text-decoration: none;}
#ManagerRight .createChapter .thoroughlyChapterList table tr td a:hover,
#ManagerRight .createChapter .thoroughlyChapterList table tr td a:active
{color:#ee5047; text-decoration:underline;}

/*新增卷——草稿箱*/
#addVolume
{width:310px; height:292px; overflow: hidden; margin:0px auto; padding-top:10px;}
#addVolume ul li
{width:310px; height:auto; line-height: 150%; overflow: hidden; float: left; position: relative;
font-size:14px; color:#858585;}
#addVolume ul li em
{width:76px; height:30px; overflow: hidden; display: inline-block; float:left;
font-style:normal;}
#addVolume ul li .txt
{width:300px; height:28px; line-height: 28px; overflow: hidden; float: left; font-size:14px; color:#333333; padding:0px 4px;
border:1px solid #dddddd; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#addVolume ul li .onfocus
{border:1px solid #ee5048;}
#addVolume ul li .desc
{width:304px; height:78px; line-height: 180%; overflow: hidden; float: left; font-size:14px; color:#333333;
border: 1px solid #dddddd; outline: none; resize: none;}
#addVolume ul li.submit a
{width: 308px; height: 35px; line-height: 35px; overflow: hidden; display: block; margin:0px auto; text-align: center;
color: #ffffff; text-decoration: none; margin-top:10px; background: #FF417A;}
#addVolume ul li.submit a:hover
{background:#f97fa4;}

/*查看、编辑章节*/
#ManagerRight .createChapter .ChapterRight .chapter
{width:935px; height:auto; overflow: hidden; margin: 0px auto;}
#ManagerRight .createChapter .ChapterRight .chapter .position
{width:935px; height: auto; overflow: hidden;}
#ManagerRight .createChapter .ChapterRight .chapter .title
{width:935px; height:50px; line-height: 50px; overflow: hidden; float: right; border-bottom:1px solid #ededed;
font-weight: bold; font-size:18px;}
#ManagerRight .createChapter .ChapterRight .chapter .title span
{width:935px; height:50px; line-height: 50px; overflow: hidden; display: inline-block; font-size:16px;}
#ManagerRight .createChapter .ChapterRight .chapter .title .txt
{width:935px; height:50px; line-height: 50px; overflow: hidden; font-size:16px; border:0px;}
#ManagerRight .createChapter .ChapterRight .chapter .content
{width:935px; height: auto; line-height:222%; overflow: hidden; float: right; padding:15px 0px; font-size: 14px;
color:#333333; font-family: 'simsun';}
#ManagerRight .createChapter .ChapterRight .chapter .content .chapterContentInput
{width:927px; height:475px; line-height: 180%; overflow: hidden; overflow-y: auto; font-size:14px;
font-family: 'simsun'; resize: none; outline: none; color:#333333; border:0px;}

#ManagerRight .createChapter .ChapterRight .chapter .clear-x
{width:935px; height: 1px; overflow: hidden; float: right; background: #ededed;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic_main
{}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic
{width:935px; height: 160px; overflow: hidden; float: right;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list
{float:left;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list ul li
{width:90px; height:130px; overflow: hidden; margin-top:10px; float:left; position: relative;
padding-right:10px;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list ul li img
{position:absolute; left:0px; top:0px; z-index: 9; border:1px solid #cccccc;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list ul li .maskbg
{width:90px; height:130px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 99;
background: url(../ImgV3/bng122.png); display: none;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list ul li a.glyphicon
{width:30px; height:30px; overflow: hidden; display: block; position: absolute; left:50%; top:50%; margin-left: -15px;
margin-top: -15px; background:url(../ImgV3/delpic.png) no-repeat; background-size: 100%; z-index: 999; display: none;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list ul li.showDel .maskbg
{display: block;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .list ul li.showDel a.glyphicon
{display: block;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB
{float:left;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB ul li
{width:90px; height:130px; overflow: hidden; margin-top:10px; float:left;
padding-right:10px;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB ul li img
{border:1px solid #cccccc;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB ul li .maskbg
{width:90px; height:130px; overflow: hidden; position: absolute; left:0px; top:0px; z-index: 99;
background: url(../ImgV3/bng122.png); display: none;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB ul li a.glyphicon
{width:30px; height:30px; overflow: hidden; display: block; position: absolute; left:50%; top:50%; margin-left: -15px;
margin-top: -15px; background:url(../ImgV3/delpic.png) no-repeat; background-size: 100%; z-index: 999; display: none;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB ul li.showDel .maskbg
{display: block;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .listB ul li.showDel a.glyphicon
{display: block;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .addPic
{width:80px; height:130px; overflow: hidden; float:left; margin-top: 10px; position: relative;}
#ManagerRight .createChapter .ChapterRight .chapter .chapterpic .addPic a
{width:68px; height:20px; overflow: hidden; display: block; position: absolute; left:0px; top:0px; color:#333333;
background: url(../ImgV3/bng29.png) center center no-repeat; background-size:100% auto;
text-decoration: none; font-size:12px; text-align: center; padding-top:108px;}
#ManagerRight .createChapter .ChapterRight .chapter .author
{width:935px; height: 140px; overflow: hidden; float: right;}
#ManagerRight .createChapter .ChapterRight .chapter .author .authorContent
{width:935px; height: 140px; line-height: 222%; overflow: hidden; font-size:14px; color:#575757;}
#ManagerRight .createChapter .ChapterRight .chapter .author .chapterextra
{width:927px; height:132px; line-height: 180%; overflow: hidden; overflow-y: auto; font-family: "simsun";
font-size:14px; color:#333333; border:0px; resize: none; outline: none;}

/* 章节查看 */
#MemberChater
{width:650px; height:auto; overflow:hidden; margin:0px auto;}
#MemberChater .title
{width:100%; height:50px; line-height:50px; overflow:hidden; text-align:center; font-size:24px; font-weight:bold;
font-family:"Microsoft YaHei"; color:#333333;}
#MemberChater .miaoshu
{width:100%; height:35px; line-height:35px; overflow:hidden; text-align:center; font-size:12px; font-family:"Microsoft YaHei";
color:#666666;}
#MemberChater .theContent
{width:100%; height:auto; line-height:180%; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; padding-bottom:10px;}

/* 查看、编辑卷 */
#ManagerRight .createChapter .ChapterRight .volume
{width:915px; height:auto; overflow: hidden; margin:0px auto;}
#ManagerRight .createChapter .ChapterRight .volume .title
{width:915px; height:54px; overflow: hidden; border-bottom:1px solid #6184DF;}
#ManagerRight .createChapter .ChapterRight .volume .title span
{width:300px; height:54px; line-height: 54px; overflow: hidden; float: left; display: inline-block;
font-size:18px; color:#000000;}
#ManagerRight .createChapter .ChapterRight .volume .title em
{width:200px; height:54px; line-height:54px; overflow: hidden; float: right; font-style:normal;
font-size:12px; color:#a0a0a0; text-align: right;}
#ManagerRight .createChapter .ChapterRight .volume .content
{width:915px; height:214px; overflow: hidden; border-bottom:1px solid #6184DF;}
#ManagerRight .createChapter .ChapterRight .volume .content ul li
{width:511px; height:auto; line-height: 180%; overflow: hidden; float: left; position: relative; margin-top: 20px;
font-size:14px; color:#333333;}
#ManagerRight .createChapter .ChapterRight .volume .content ul li em
{width:76px; height:30px; overflow: hidden; display: inline-block; float:left;
font-style:normal;}
#ManagerRight .createChapter .ChapterRight .volume .content ul li .txt
{width:370px; height:28px; line-height: 28px; overflow: hidden; float: left; font-size:14px; color:#333333; padding:0px 4px;
border:1px solid #E6EBF5; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
border-radius: 2px;}
#ManagerRight .createChapter .ChapterRight .volume .content ul li .onfocus
{border:1px solid #6184DF;}
#ManagerRight .createChapter .ChapterRight .volume .content ul li .desc
{width:374px; height:78px; line-height: 180%; overflow: hidden; float: left; font-size:14px; color:#333333;
border: 1px solid #E6EBF5; outline: none; resize: none; font-family: 'Microsoft YaHei'; border-radius: 2px;}
#ManagerRight .createChapter .ChapterRight .volume .content ul li .desc:focus
{border:1px solid #6184DF;}
#ManagerRight .createChapter .ChapterRight .volume .miaoshu
{width:915px; height:auto; line-height: 200%; overflow: hidden; font-size:14px; color:#333333; padding-top:10px;}

/* 滚动条 */
.scroll_wrap .scroll_bar {
    position: absolute;
    top:0;
    right:0;
    width: 5px;
    height: 100%;
    background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 48px;
    background-color: #525252;
    border-radius:5px;
    opacity: .5
}
.scroll_wrap .scroll_slider:hover{
    opacity: 1
}

/* 书评-作者 */
#ManagerRight .AuthorCommentsList
{width:985px; height:auto; overflow:hidden; margin:0px auto;}
#ManagerRight .AuthorCommentsList .Search
{width:985px; height:95px; overflow:hidden; float:left; border-bottom:1px solid #dddddd;}
#ManagerRight .AuthorCommentsList .Search em
{width:90px; height:40px; line-height:40px; overflow:hidden; display:block; font-style:normal; float:left;
text-align:right; font-size:14px; font-weight:bold; font-family:"Microsoft YaHei"; margin-top:28px;}
#ManagerRight .AuthorCommentsList .Search .select
{width:188px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:28px; border:1px solid #cccccc;}
#ManagerRight .AuthorCommentsList .Search .theType
{width:108px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:28px; border:1px solid #cccccc;}
#ManagerRight .AuthorCommentsList .Search .txt
{width:198px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:28px; border:1px solid #cccccc; padding:0px 5px;}
#ManagerRight .AuthorCommentsList .Search .btn
{width:65px; height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei"; margin-left:10px;
color:#ffffff; margin-top:29px; background:#6184DF; border:0px; cursor:pointer; border-radius: 2px;}
#ManagerRight .AuthorCommentsList .Search .btn:hover
{background:#86a4f3;}
#ManagerRight .AuthorCommentsList .list
{width:985px; height:auto; overflow:hidden; float:left; position:relative; border-bottom:1px solid #dddddd;
padding:20px 0px; position:relative;}
#ManagerRight .AuthorCommentsList .list .Face
{width:55px; height:55px; overflow:hidden; float:left; border-radius: 50%;}
#ManagerRight .AuthorCommentsList .list .Face img
{float:left;}
/*书评管理列表*/
#ManagerRight .AuthorCommentsList .list .FontContent
{width:730px; height:auto; overflow:hidden; line-height:180%; float:left; font-size:14px;
font-family:"Microsoft YaHei"; color:#323232; margin-left:15px;}
#ManagerRight .AuthorCommentsList .list .FontContent a:link,
#ManagerRight .AuthorCommentsList .list .FontContent a:visited
{color:#6184DF; text-decoration:none;}
#ManagerRight .AuthorCommentsList .list .FontContent a:hover,
#ManagerRight .AuthorCommentsList .list .FontContent a:active
{color:#6184DF; text-decoration:underline;}
#ManagerRight .AuthorCommentsList .list .FontContent span
{font-size:12px; color:#333333;}
#ManagerRight .AuthorCommentsList .list .FontContent em
{font-size:12px; color:#999999; font-style:normal;}
#ManagerRight .AuthorCommentsList .list .FontContent img
{height:30px;}
/*间帖管理列表*/
#ManagerRight .AuthorCommentsList .list .tucao-FontContent
{width:860px; height:auto; overflow:hidden; line-height:180%; float:left; font-size:14px;
font-family:"Microsoft YaHei"; color:#323232; margin-left:15px;}
#ManagerRight .AuthorCommentsList .list .tucao-FontContent a:link,
#ManagerRight .AuthorCommentsList .list .tucao-FontContent a:visited
{color:#6184DF; text-decoration:none;}
#ManagerRight .AuthorCommentsList .list .tucao-FontContent a:hover,
#ManagerRight .AuthorCommentsList .list .tucao-FontContent a:active
{color:#6184DF; text-decoration:none;}
#ManagerRight .AuthorCommentsList .list .tucao-FontContent i
{font-style: normal; color:#999;}
#ManagerRight .AuthorCommentsList .list .tucao-FontContent span
{font-size:12px; color:#333333;}
#ManagerRight .AuthorCommentsList .list .tucao-FontContent em
{font-size:12px; color:#999999; font-style:normal;}
#ManagerRight .AuthorCommentsList .list .tucao-FontContent img
{height:30px;}

#ManagerRight .AuthorCommentsList .list .LinkBtn
{width:220px; height:60px; overflow:hidden; font-size:12px; color:#5d5d5d; text-align:right;
font-family:"Microsoft YaHei"; position:absolute; right:0px; top:20px;}
#ManagerRight .AuthorCommentsList .list .LinkBtn a:link,
#ManagerRight .AuthorCommentsList .list .LinkBtn a:visited
{color:#6184DF; text-decoration:none;}
#ManagerRight .AuthorCommentsList .list .LinkBtn a:hover,
#ManagerRight .AuthorCommentsList .list .LinkBtn a:active
{color:#6184DF; text-decoration:underline;}
#ManagerRight .AuthorCommentsList .list .LinkBtn a.a
{color:#1165df;}
#ManagerRight .AuthorCommentsList .list .LinkBtn a.btn
{width:57px; height:22px; overflow:hidden; display:block; line-height:22px; float:right; margin-top:10px; color:#6184DF;
text-align:center; border:1px solid #6184DF; -moz-border-radius:3px;
-webkit-border-radius:3px; border-radius:3px;}

/* 作者回复 */
#ReplyComments
{width:600px; height:160px; overflow:hidden;}
#ReplyComments .content
{width:560px; height:100px; overflow:hidden; margin:0px auto; margin-top:10px;}
#ReplyComments .content .contentA
{width:550px; height:90px; line-height:180%; overflow:hidden; margin:0px auto; border:1px solid #dddddd;
font-size:12px; font-family:"Microsoft YaHei"; color:#333333;}
#ReplyComments .BtnA
{width:560px; height:35px; overflow:hidden; margin:0px auto; margin-top:5px;}
#ReplyComments .BtnA .btn
{width:130px; height: 35px; line-height: 35px; overflow: hidden; float:right; display: block;
text-align: center; color:#ffffff; text-decoration: none; background:#6184DF; border:0px; cursor: pointer;}
#ReplyComments .BtnA .btn:hover
{background:#86a4f3;}

/* 禁言回收站 */
#ManagerRight .AuthorCommentsList .bannedmanagement
{width:985px; height:auto; overflow:hidden; float:left; position:relative; border-bottom:1px solid #dddddd;
padding:20px 0px; position:relative;}
#ManagerRight .AuthorCommentsList .bannedmanagement .Face
{width:55px; height:55px; overflow:hidden; float:left; border-radius: 50%;}
#ManagerRight .AuthorCommentsList .bannedmanagement .Face img
{float:left;}
#ManagerRight .AuthorCommentsList .bannedmanagement .nickname
{width:150px; height:55px; line-height: 55px; overflow: hidden; float:left; font-size:14px; color:#333333; padding-left:20px;}
#ManagerRight .AuthorCommentsList .bannedmanagement .type
{width:120px; height:55px; line-height: 55px; overflow: hidden; float:left; font-size:14px; color:#333333; padding-left:20px;}
#ManagerRight .AuthorCommentsList .bannedmanagement .LinkBtn
{width:70px; height:45px; overflow: hidden; float:left; font-size:14px; color:#999999; margin-left:20px;
text-align: center; background: #FFEEF0; padding-top:7px; cursor: pointer;}
#ManagerRight .AuthorCommentsList .bannedmanagement .LinkBtn p
{color:#EA283F; font-weight: bold;}


/* 作品订阅搜索样式 */
#ManagerRight .AuthorSubscribe
{width:985px; height:auto; overflow:hidden; margin:0px auto; margin-top:25px;}
#ManagerRight .AuthorSubscribe .Search
{width:985px; height:70px; overflow:hidden; float:left; position: relative;}
#ManagerRight .AuthorSubscribe .Search em
{width:90px; height:40px; line-height:40px; overflow:hidden; display:block; font-style:normal; float:left;
text-align:right; font-size:14px; font-weight:bold; font-family:"Microsoft YaHei"; margin-top:20px;}
#ManagerRight .AuthorSubscribe .Search .select
{width:188px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:20px; border:1px solid #cccccc;}
#ManagerRight .AuthorSubscribe .Search .theType
{width:108px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:20px; border:1px solid #cccccc;}
#ManagerRight .AuthorSubscribe .Search .txt
{width:198px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:20px; border:1px solid #cccccc; padding:0px 5px;}
#ManagerRight .AuthorSubscribe .Search .btn
{width:65px; height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei"; margin-left:10px;
color:#ffffff; margin-top:20px; background:#6184DF; border:0px; cursor:pointer; border-radius: 2px;}
#ManagerRight .AuthorSubscribe .Search .btn:hover
{background:#86a4f3;}
#ManagerRight .AuthorSubscribe .Search .totalList
{width:525px; height:70px; overflow: hidden; position: absolute; right:0px; top:0px;}
#ManagerRight .AuthorSubscribe .Search .totalList dl
{width:120px; height:70px; overflow: hidden; float:left; position: relative; border-radius: 3px;}
#ManagerRight .AuthorSubscribe .Search .totalList dl.clear-y
{width:15px; height:70px; overflow: hidden; float:left;}
#ManagerRight .AuthorSubscribe .Search .totalList dl.a
{background:#FB6666;}
#ManagerRight .AuthorSubscribe .Search .totalList dl.b
{background:#3ACBE8;}
#ManagerRight .AuthorSubscribe .Search .totalList dl.c
{background:#55AB63;}
#ManagerRight .AuthorSubscribe .Search .totalList dl.d
{background:#8869C7;}
#ManagerRight .AuthorSubscribe .Search .totalList dl dt
{width:120px; height:32px; line-height: 32px; overflow: hidden; position: absolute; left:0px; top:7px;
font-size:18px; font-weight: bold; color:#ffffff; text-align: center;}
#ManagerRight .AuthorSubscribe .Search .totalList dl dd
{width:120px; height:22px; line-height: 22px; overflow: hidden; position: absolute; left:0px; top:39px;
font-size:12px; color:#ffffff; text-align: center;}

/* 作品订阅 */
#ManagerRight .TotalA
{width:985px; height:auto; overflow:hidden; margin:0px auto; margin-top:25px;}
#ManagerRight .TotalA table
{background:#dddddd;}
#ManagerRight .TotalA table tr th
{height:40px; font-size:14px; font-family:"Microsoft YaHei"; color:#333333;
text-align:center; background:#F6F9FA;}
#ManagerRight .TotalA table tr td
{font-size:14px; font-family:"Microsoft YaHei"; color:#333333; padding:10px; text-align:center; background:#ffffff;
position:relative;}
#ManagerRight .TotalA table tr td a:link,
#ManagerRight .TotalA table tr td a:visited
{color:#333333; text-decoration: none;}
#ManagerRight .TotalA table tr td a:hover,
#ManagerRight .TotalA table tr td a:active
{color:#ef5148; text-decoration:underline;}
#ManagerRight .TotalA table tr td img.img
{position:absolute; left:50%; top:50%; margin-left:-32px; margin-top:-20px; z-index:999;}

#ManagerRight .gridListA
{width:985px; height:auto; overflow:hidden; margin:0px auto; margin-top:20px;}
#ManagerRight .gridListA table
{background:#dddddd;}
#ManagerRight .gridListA table tr th,
#ManagerRight .gridListA table tr td
{font-size:14px; font-family:"Microsoft YaHei"; text-align:center;}
#ManagerRight .gridListA table tr th
{height:40px; background:#F6F9FA;}
#ManagerRight .gridListA table tr td
{height:48px; background:#ffffff;}
#ManagerRight .gridListA table tr td a
{color:#00C1BE; text-decoration:none; border:1px solid #00C1BE; padding:5px;}
#ManagerRight .gridListA table tr td a:hover,#ManagerRight .gridListA table tr td a:active
{text-decoration:underline;}

#ManagerRight .gridListA table tr td a.a
{color:#b0b0b0; text-decoration:none; border:1px solid #b0b0b0; padding:5px;}
#ManagerRight .gridListA table tr td a.a:hover,#ManagerRight .gridListA table tr td a.a:active
{text-decoration:underline;}

#ManagerRight .gridListA table tr td a.b
{color:#ff0000; text-decoration:none; border:1px solid #ff0000; padding:5px;}
#ManagerRight .gridListA table tr td a.b:hover,#ManagerRight .gridListA table tr td a.b:active
{text-decoration:underline;}

#ManagerRight .gridListA table tr td .incomelist-btn
{width:100px; height:30px; line-height:30px; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei";
text-indent: 23px; border:1px solid #00C1BE; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
position: relative; margin:0px auto; border: 1px solid #6184DF;}
#ManagerRight .gridListA table tr td .incomelist-btn span
{width:20px; height:20px; overflow: hidden; display: block; position: absolute; left:8px; top:5px;
background: url(../ImgV3/bng17.png) 0px 0px no-repeat;}
#ManagerRight .gridListA table tr td .incomelist-btn a
{border:0px;}
#ManagerRight .gridListA table tr td .incomelist-btn a:link,
#ManagerRight .gridListA table tr td .incomelist-btn a:visited
{color:#6184DF; text-decoration: none;}
#ManagerRight .gridListA table tr td .incomelist-btn a:hover,
#ManagerRight .gridListA table tr td .incomelist-btn a:active
{color:#6184DF; text-decoration: underline;}

/* 作者收入注意事项 */
#ManagerRight .author-attention-to
{width:985px; height:auto; line-height:220%; overflow: hidden; margin:0px auto; font-size:14px;
color:#333333; padding-top:15px;}

/* 作者收入书籍明细 */
.Incomebooksdetails-gridList
{width:850px; height:auto; overflow:hidden; margin:0px auto; margin-top:20px;}
.Incomebooksdetails-gridList table
{background:#dddddd;}
.Incomebooksdetails-gridList table tr th,
.Incomebooksdetails-gridList table tr td
{font-size:14px; font-family:"Microsoft YaHei"; text-align:center;}
.Incomebooksdetails-gridList table tr th
{height:40px; background:#F6F9FA;}
.Incomebooksdetails-gridList table tr td
{height:48px; background:#ffffff;}
.Incomebooksdetails-gridList table tr td a
{color:#00C1BE; text-decoration:none; border:1px solid #00C1BE; padding:5px;}
.Incomebooksdetails-gridList table tr td a:hover,
.Incomebooksdetails-gridList table tr td a:active
{text-decoration:underline;}

.Incomebooksdetails-gridList table tr td a.a
{color:#b0b0b0; text-decoration:none; border:1px solid #b0b0b0; padding:5px;}
.Incomebooksdetails-gridList table tr td a.a:hover,
.Incomebooksdetails-gridList table tr td a.a:active
{text-decoration:underline;}

.Incomebooksdetails-gridList table tr td a.b
{color:#ff0000; text-decoration:none; border:1px solid #ff0000; padding:5px;}
.Incomebooksdetails-gridList table tr td a.b:hover,
.Incomebooksdetails-gridList table tr td a.b:active
{text-decoration:underline;}

/* 作者道具统计 */
#ManagerRight .authorProps
{width:985px; height:80px; overflow:hidden; margin:0px auto; margin-top:20px;}
#ManagerRight .authorProps ul li
{width:150px; height:80px; overflow: hidden;float: left; margin-right: 15px; position: relative; border-radius: 3px;}
#ManagerRight .authorProps ul li.a
{background:#FE9E2D url(../ImgV3/bng12.png) 24px 18px no-repeat;}
#ManagerRight .authorProps ul li.b
{background:#27D3D1 url(../ImgV3/bng13.png) 24px 18px no-repeat;}
#ManagerRight .authorProps ul li.c
{background:#5DC580 url(../ImgV3/bng14.png) 24px 18px no-repeat;}
#ManagerRight .authorProps ul li.d
{background:#32B7EF url(../ImgV3/bng15.png) 24px 18px no-repeat;}
#ManagerRight .authorProps ul li.question
{line-height: 80px; font-size:14px; float:right; text-align: center; background:url(../ImgV3/bng139.png) right center no-repeat;}
#ManagerRight .authorProps ul li span
{width:75px; height:26px; line-height: 26px; overflow: hidden; display: block; text-align: left; font-size: 16px;
font-weight: bold; color:#ffffff; position: absolute; left:75px; top:15px;}
#ManagerRight .authorProps ul li em
{width:120px; height:26px; line-height: 26px; overflow: hidden; display: block; text-align: left; font-size:14px;
font-style: normal; color:#ffffff; position: absolute; left:75px; top:41px;}
#ManagerRight .authorProps ul li.question a:link,
#ManagerRight .authorProps ul li.question a:visited
{color:#6184DF; text-decoration: none;}
#ManagerRight .authorProps ul li.question a:hover,
#ManagerRight .authorProps ul li.question a:active
{color:#6184DF; text-decoration: underline;}

/*作者全勤顶部搜索*/
#ManagerRight .FulltimeSearch
{width:985px; height:95px; overflow:hidden; margin:0px auto; border-bottom:1px solid #dddddd;}
#ManagerRight .FulltimeSearch em
{width:90px; height:40px; line-height:40px; overflow:hidden; display:block; font-style:normal; float:left;
text-align:right; font-size:14px; font-weight:bold; font-family:"Microsoft YaHei"; margin-top:28px;}
#ManagerRight .FulltimeSearch .select
{width:188px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:28px; border:1px solid #cccccc;}
#ManagerRight .FulltimeSearch .theType
{width:108px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:28px; border:1px solid #cccccc;}
#ManagerRight .FulltimeSearch .txt
{width:198px; height:38px; line-height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#555555; margin-top:28px; border:1px solid #cccccc; padding:0px 5px;}
#ManagerRight .FulltimeSearch .btn
{width:65px; height:38px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei"; margin-left:10px;
color:#ffffff; margin-top:29px; background:#6184DF; border:0px; cursor:pointer;}
#ManagerRight .FulltimeSearch .btn:hover
{background:#86a4f3;}

/* 会员中心表单 */
#ManagerRight .MemberForm
{width:926px; height:auto; overflow:hidden; margin:0px auto; position:relative;}
#ManagerRight .MemberForm table
{}
#ManagerRight .MemberForm table tr th
{text-align:right;}
#ManagerRight .MemberForm table tr th,
#ManagerRight .MemberForm table tr td
{height:55px; font-size:14px; font-family:"Microsoft YaHei"; color:#3333333;}
#ManagerRight .MemberForm table tr th span
{color:#f00;}
#ManagerRight .MemberForm table tr td input.txt
{width:378px; height:40px; line-height:40px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; border: 1px solid #E6EBF5; padding:0px 10px; border-radius: 2px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .MemberForm table tr td input.txtOne
{width:165px; height:35px; line-height:35px; overflow:hidden; float:left; font-size:14px; font-family:"Microsoft YaHei";
color:#333333; padding:0px 10px; margin-right:10px; border: 1px solid #E6EBF5; border-radius: 2px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .MemberForm table tr td .content
{width:295px; height:100px; line-height:180%; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
color:#333333; margin-right:10px; border:1px solid #E6EBF5; padding:5px 10px; border-radius: 2px;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#ManagerRight .MemberForm table tr td input.txt:focus
{border:1px solid #6184DF;}
#ManagerRight .MemberForm table tr td .btn
{width:120px; height:40px; line-height:40px; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; background:#6184DF; border:0px; cursor:pointer; color:#ffffff; border-radius: 2px;}
#ManagerRight .MemberForm table tr td .btn:hover
{background:#86a4f3;}
#ManagerRight .MemberForm table tr td .btnOne
{width:100px; height:35px; line-height:35px; overflow:hidden; font-size:14px; font-family:"Microsoft YaHei";
text-align:center; background:#ff7200; border:0px; cursor:pointer; color:#ffffff;}
#ManagerRight .MemberForm table tr td label.a
{width:400px; height:22px; line-height:22px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
margin-top:5px; margin-bottom:5px; text-indent:20px; background:url(../ImgV3/validateIcon/onFocus.gif) 0px center no-repeat;}
#ManagerRight .MemberForm table tr td label.b
{width:400px; height:22px; line-height:22px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
margin-top:5px; margin-bottom:5px; text-indent:20px; background:url(../ImgV3/validateIcon/error.png) 5px center no-repeat;}
#ManagerRight .MemberForm table tr td label.valid
{width:400px; height:22px; line-height:22px; overflow:hidden; float:left; font-size:12px; font-family:"Microsoft YaHei";
margin-top:5px; margin-bottom:5px; text-indent:20px; background:url(../ImgV3/validateIcon/succes3.png) 2px center no-repeat;}

/* 作者信箱 */
#ManagerRight .MemberMessage
{width:985px; min-height:760px; overflow:hidden; margin:0px auto;}
#ManagerRight .MemberMessage .list
{width:985px; height:145px; overflow:hidden; float:left; position:relative; border-bottom:1px dotted #b3b3b3;}
#ManagerRight .MemberMessage .list .img
{width:65px; height:65px; overflow:hidden; position:absolute; left:0px; top:21px;}
#ManagerRight .MemberMessage .list .img img
{float:left; border-radius: 50%;}
#ManagerRight .MemberMessage .list .addTime
{width:326px; height:22px; line-height:22px; overflow:hidden; position:absolute; left:84px; top:21px; font-size:12px;
font-family:"Microsoft YaHei"; color:#333333;}
#ManagerRight .MemberMessage .list .addTime span
{color:#999999;}
#ManagerRight .MemberMessage .list .caption
{width:860px; height:40px; line-height: 40px; overflow: hidden; position: absolute; left:84px; top:43px;
font-size:16px; font-weight: bold; font-family: "Microsoft YaHei"; color:#333333;}
#ManagerRight .MemberMessage .list .caption a:link,
#ManagerRight .MemberMessage .list .caption a:visited
{color:#333333; text-decoration: none;}
#ManagerRight .MemberMessage .list .caption a:hover,
#ManagerRight .MemberMessage .list .caption a:active
{color:#6184DF; text-decoration:underline;}
#ManagerRight .MemberMessage .list .jianjie
{width:860px; height:39px; line-height:39px; overflow:hidden; position:absolute; left:84px; top:83px;
font-size:14px; font-family:"Microsoft YaHei"; color:#333333;}
#ManagerRight .MemberMessage .list .jianjie a:link,
#ManagerRight .MemberMessage .list .jianjie a:visited
{color:#6184DF; text-decoration:none;}
#ManagerRight .MemberMessage .list .jianjie a:hover,
#ManagerRight .MemberMessage .list .jianjie a:active
{color:#6184DF; text-decoration:underline;}

/* 作者中心End */

/*翻页样式1,2,3样式*/
.pageInfo
{width:100%; height:auto; overflow:hidden; padding:60px 0px 20px 0px; text-align:right;
font-size:12px;}
.pageInfo em
{line-height:100%; padding:8px 12px; color:#949494; font-style:normal; background:#fff;
border:1px solid #d6d6d6; margin-left:6px; border-radius:4px;}
.pageInfo a:link,.pageInfo a:visited
{color:#979797; text-decoration:none;}
.pageInfo a:hover,.pageInfo a:active
{text-decoration:underline;}
.pageInfo em.onfocus
{line-height:100%; padding:8px 12px; color:#fff; font-style:normal; background:#6184DF;
border:1px solid #6184DF;}
.pageInfo em.onfocus a:link,.pageInfo em.onfocus a:visited
{color:#fff; text-decoration:none;}
.pageInfo em.onfocus a:hover,.pageInfo em.onfocus a:active
{text-decoration:underline;}
.pageInfo span
{color:#676767;}

/* 充值中心 */
#Recharge
{width:1200px; height:auto; overflow: hidden; margin: 0px auto;}
#Recharge .Recharge
{width:1200px; height:800px; overflow: hidden; position: relative;}
#Recharge .Recharge .userInfo
{width:1200px; height:98px; overflow: hidden; position: absolute; left:0px; top:0px; border-bottom: 1px solid #DCE4E9;}
#Recharge .Recharge .userInfo .theFace
{width:62px; height:62px; overflow: hidden; position: absolute; left:0px; top:16px;}
#Recharge .Recharge .userInfo .theFace img
{float:left; border-radius: 50%; border:1px solid #dddddd;}
#Recharge .Recharge .userInfo .nickname
{width:200px; height:36px; line-height: 36px; overflow: hidden; position: absolute; left:75px; top:16px; font-size:14px; color:#333333;}
#Recharge .Recharge .userInfo .num
{width:230px; height:36px; line-height: 36px; overflow: hidden; position: absolute; left:75px; top:42px; font-size:14px; color:#FF417A;}
#Recharge .Recharge .RechargeList
{width:1200px; height:300px; overflow: hidden; position: absolute; left:0px; top:98px; border-bottom: 1px solid #DCE4E9;}
#Recharge .Recharge .RechargeList .title
{width:304px; height:58px; line-height: 58px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:18px; font-weight: bold;
color:#333333;}
#Recharge .Recharge .RechargeList ul
{position:absolute; left:0px; top:65px;}
#Recharge .Recharge .RechargeList ul li
{width:179px; height:96px; overflow: visible; float:left; position: relative; border:2px solid #DCE4E9; cursor: pointer;
border-radius: 5px;}
#Recharge .Recharge .RechargeList ul li.onfocus
{width:179px; height:96px; overflow: visible; border:2px solid #F91559;}
#Recharge .Recharge .RechargeList ul li.clear
{width:20px; height:100px; overflow: hidden; float: left; border:0px; cursor: inherit;}
#Recharge .Recharge .RechargeList ul li em
{width:179px; height:40px; line-height: 40px; overflow: hidden; display: block; position: absolute; left:0px; top:14px;
font-style:normal; font-size:24px; font-weight: bold; text-align: center; color:#333333;}
#Recharge .Recharge .RechargeList ul li.onfocus em
{color:#FF417A;}
#Recharge .Recharge .RechargeList ul li em i
{font-style:normal; font-size:18px; padding:0px 5px;}
#Recharge .Recharge .RechargeList ul li span
{width:179px; height:30px; line-height: 30px; overflow: hidden; display: block; position: absolute; left:0px; top:50px;
font-size:16px; color:#333333; text-align: center;}
#Recharge .Recharge .RechargeList ul li span.a
{width:183px; height:30px; line-height: 30px; overflow: hidden; display: block; position: absolute; left:-2px; top:94px;
font-size:14px; color:#7B5224; text-align: center; background:url(../ImgV3/bng70.png) no-repeat;}
#Recharge .Recharge .otherMoney
{width:490px; height:60px; overflow: hidden; position: absolute; left:0px; top:314px; border:2px solid #DCE4E9;
border-radius: 5px;}
#Recharge .Recharge .otherMoneyFocus
{border:2px solid #F91559;}
#Recharge .Recharge .otherMoney label
{width:490px; height:60px; overflow: hidden; display: block; position: relative;}
#Recharge .Recharge .otherMoney label em
{width:90px; height:50px; line-height: 50px; overflow: hidden; display: block; position: absolute; left:7px; top:6px;
font-size:16px; color:#333333; text-align: center; font-style: normal;}
#Recharge .Recharge .otherMoney label .t
{width:108px; height:36px; line-height: 36px; overflow: hidden; position: absolute; left:103px; top:11px; font-size:14px; color:#666666;
border:1px solid #E6EBF5; padding:0px 10px; border-radius: 2px;}
#Recharge .Recharge .otherMoney label .unit
{width:38px; height:38px; line-height:38px; overflow: hidden; display: block; position: absolute; left:233px; top:11px;
font-size:16px; color:#333333; text-align: center;}
#Recharge .Recharge .otherMoney label .tips
{width:198px; height:38px; line-height: 38px; overflow: hidden; display: block; position: absolute; left:271px; top:11px;
font-size:12px; color:#999999;}
#Recharge .Recharge  .payMethod
{width:1200px; height:135px; overflow: hidden; position: absolute; left:0px; top:404px;}
#Recharge .Recharge  .payMethod .title
{width:304px; height:58px; line-height: 58px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:18px; font-weight: bold;
color:#333333;}
#Recharge .Recharge  .payMethod ul
{position:absolute; left:0px; top:66px;}
#Recharge .Recharge  .payMethod ul li
{width:179px; height:56px; overflow: hidden; float: left; position: relative; margin-right:20px; border:2px solid #DCE4E9;
border-radius: 5px; cursor: pointer;}
#Recharge .Recharge  .payMethod ul li img
{position: absolute; left:39px; top:16px;}
#Recharge .Recharge  .payMethod ul li em
{width:100px; height:30px; line-height: 32px; overflow: hidden; position: absolute; left:72px; top:15px; font-size:16px;
color:#333333; font-style: normal; padding-left:10px;}
#Recharge .Recharge .payMethod ul li.onfocus
{border:2px solid #F91559;}
#Recharge .Recharge .Btn
{width:130px; height:50px; overflow: hidden; position: absolute; left:0px; top:588px;}
#Recharge .Recharge .Btn .b
{width:130px; height:50px; overflow: hidden; position: absolute; left:0px; top:0px; font-size:16px; color:#ffffff; text-align: center;
background: #FF417A; border:0px; cursor: pointer; border-radius: 5px;}
#Recharge .wenxinNote
{width:1200px; height:140px; overflow: hidden; position: absolute; left:0px; top:658px; border-top:1px solid #DCE4E9;}
#Recharge .wenxinNote .title
{width:304px; height:58px; line-height: 58px; overflow: hidden; font-size:18px; font-weight: bold;
color:#F91559;}
#Recharge .wenxinNote .note
{width:1200px; height:auto; line-height: 180%; overflow: hidden; font-size:14px; color:#333333;}

#Recharge .Recharge .wechat
{width:1142px; height:37px; overflow: hidden; margin:0px auto; text-align: center; margin-top:45px;}
#Recharge .Recharge .notes
{width:1142px; height:60px; line-height: 60px; overflow: hidden; margin:0px auto; font-size:16px; color:#000000; text-align: center;}
#Recharge .Recharge .qcode
{width:1142px; height:158px; overflow: hidden; margin:0px auto; margin-top:20px; text-align: center;}
#Recharge .Recharge .wetips
{width:1142px; height:54px; line-height: 54px; overflow: hidden; margin:0px auto; text-align: center; font-size:16px;
color:#a6a6a6; margin-top:36px;}
#Recharge .Recharge .company
{width:1142px; height:56px; line-height: 56px; overflow: hidden; margin:0px auto; margin-top:12px; text-align: center;
font-size:20px; color:#000000;}
#Recharge .Recharge .money
{width:1142px; height:52px; line-height: 52px; overflow: hidden; margin:0px auto; margin-top:12px; text-align: center;
font-size:16px; color:#333333;}
#Recharge .Recharge .money span
{font-size:40px; color:#ed4259;}

.recharge-mask-bg
{width:100%; height:100%; overflow: hidden; position: fixed; left:0px; top:0px; z-index: 9999991; background: url(../ImgV3/bng73.png);
display:none;}
.recharge-mask
{width:400px; height:194px; overflow: hidden; position: absolute; left:50%; top:50%; margin-left:-200px; margin-top:-97px;
z-index: 9999992; background: #ffffff;}
.recharge-mask .title
{width:400px; height:38px; line-height: 38px; overflow: hidden; position: absolute; left:0px; top:0px; border-bottom:1px solid #e6e6e6;
font-size:14px; color:#262626; text-indent: 15px; background: #fafafa;}
.recharge-mask .title img
{position: absolute; right:15px; top:12px;}
.recharge-mask .content
{width:400px; height:155px; overflow: hidden; position: absolute; left:0px; bottom:0px;}
.recharge-mask .content .notes
{width:400px; height:58px; line-height: 58px; overflow: hidden; position: absolute; left:0px; top:20px; font-size:14px;
color:#262626; text-align: center;}
.recharge-mask .content .done
{width:98px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:94px; top:99px; background: #2e9de7;
font-size:14px; color:#ffffff; cursor: pointer; text-align: center; border:1px solid #298cd0; border-radius: 2px;}
.recharge-mask .content .close
{width:98px; height:35px; line-height: 35px; overflow: hidden; position: absolute; left:206px; top:99px; background: #fafafa;
font-size:14px; color:#a6a6a6; cursor: pointer; text-align: center; border:1px solid #e1e1e1; border-radius: 2px;}

#Recharge .RechargeDone
{width:1200px; height:745px; overflow: hidden; position: relative; display: none;}
#Recharge .RechargeDone .icon
{width:280px; height:280px; overflow: hidden; position: absolute; left:50%; margin-left:-140px; top:100px;}
#Recharge .RechargeDone .btn
{width:330px; height:70px; line-height: 70px; overflow: hidden; position: absolute; left:50%; margin-left:-165px; top:460px;
font-size:18px; color:#ffffff; text-align: center; background: #FF417A; cursor: pointer;}

/* 登录页面 */
#UserLogin-Bg
{width:100%; min-width: 1200px; height:790px; overflow: hidden; background:url(../ImgV3/bng3.png) center 0px no-repeat;
background-size: auto 100%;}
#UserLogin-Main
{width:1200px; height:790px; overflow: hidden; margin: 0px auto; position: relative;}

#UserLogin
{width:430px; height:430px; overflow: hidden; position: absolute; right:0px; top:180px; background: #ffffff;
box-shadow: 0px 0px 18px 0px rgba(124, 141, 161, 0.19); border-radius: 10px;}
#UserLogin .userLogin
{width:356px; height:320px; overflow: hidden; position:absolute; left:36px; top:28px;}
#UserLogin .userLogin .nav
{width:356px; height:52px; overflow: hidden; position: absolute; left:0px; top:0px;
background:url(../ImgV3/bng5.png) 0px bottom repeat-x;}
#UserLogin .userLogin .nav ul li
{width:178px; height:52px; line-height: 52px; overflow: hidden; float:left; font-size:20px; color:#333333; text-align: center;
cursor: pointer;}
#UserLogin .userLogin .nav ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng4.png) 0px bottom repeat-x;}
#UserLogin .loginlist
{width:358px; height:190px; overflow: hidden; position: absolute; left:0px; top:92px; display: none;}
#UserLogin .phoneLogin dl
{width:358px; height:190px; overflow: hidden; position: relative;}
#UserLogin .phoneLogin dl dd
{width:358px; height:42px; overflow: hidden; position: relative;}
#UserLogin .phoneLogin dl dd.a input
{width:326px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#UserLogin .phoneLogin dl dd.a input:focus
{border:1px solid #6184DF;}
#UserLogin .phoneLogin dl dd.b,#UserLogin .phoneLogin dl dd.c
{margin-top:20px;}
#UserLogin .phoneLogin dl dd.b input
{width:200px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
position: absolute; left:0px; top:0px;}
#UserLogin .phoneLogin dl dd.b input:focus
{border:1px solid #6184DF;}
#UserLogin .phoneLogin dl dd.b .yzm
{width:112px; height: 40px; line-height: 40px; overflow: hidden; display: block; position: absolute; left:233px; top:0px;
font-size:14px; text-align: center; cursor: pointer; border:1px solid #e6e6e6; background: #f7f7f7;}
#UserLogin .userLogin .forget
{width:356px; height:62px; line-height: 62px; overflow: hidden; position: absolute; left:0px; bottom:0px; font-size:14px;
text-align: right;}
#UserLogin .userLogin .forget a:link,
#UserLogin .userLogin .forget a:visited
{color:#666666; text-decoration: none;}
#UserLogin .userLogin .forget a:hover,
#UserLogin .userLogin .forget a:active
{color:#6184DF; text-decoration: underline;}
#UserLogin .userLogin .forget a.reg:link,
#UserLogin .userLogin .forget a.reg:visited
{color:#6184DF; text-decoration: none;}
#UserLogin .userLogin .forget a.reg:hover,
#UserLogin .userLogin .forget a.reg:active
{color:#6184DF; text-decoration: underline;}
#UserLogin .userLogin .phoneLogin dl dd.btn-list
{position: absolute; left:0px; bottom:24px;}
#UserLogin .userLogin .phoneLogin dl dd a.red-btn
{width:356px; height: 42px; line-height: 42px; overflow: hidden; display: block; text-align: center; font-size:14px;
color:#ffffff; text-decoration: none; background:#FF417A; border-radius: 2px; font-size: 16px; font-weight: bold;}
#UserLogin .other
{width:358px; height:60px; line-height: 60px; overflow: hidden; position: absolute; left:36px; bottom:60px; font-size:14px; color:#999999;
text-align: center;}
#UserLogin .loginType
{width:358px; height:46px; overflow: hidden; position: absolute; left:36px; bottom:20px; text-align: center;}

/* 注册页面 */
#Register
{width: 430px; height: 484px; overflow: hidden; position: absolute; right:0px; top:150px; background: #ffffff;
box-shadow: 0px 0px 18px 0px rgba(124, 141, 161, 0.19); border-radius: 10px;}
#Register .nav
{width:356px; height:52px; overflow: hidden; margin:0px auto; margin-top:28px; background:url(../ImgV3/bng5.png) 0px bottom repeat-x;}
#Register .nav ul li
{width:178px; height:52px; line-height: 52px; overflow: hidden; font-size:20px; color:#333333; text-align: center;
cursor: pointer; margin:0px auto;}
#Register .nav ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng4.png) 0px bottom repeat-x;}
#Register .loginlist
{width:358px; height:auto; overflow: hidden; margin:0px auto; margin-top:16px;}
#Register .loginlist dl
{width:358px; height:auto; overflow: hidden;}
#Register .loginlist dl dd
{width:358px; height:42px; overflow: hidden; position: relative;}
#Register .loginlist dl dd.a
{margin-bottom:10px;}
#Register .loginlist dl dd.a input
{width:326px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#Register .loginlist dl dd.a input:focus
{border:1px solid #6184DF;}
#Register .loginlist dl dd.b,#Register .loginlist dl dd.c
{margin:10px 0px;}
#Register .loginlist dl dd.b input
{width:200px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
position: absolute; left:0px; top:0px;}
#Register .loginlist dl dd.b input:focus
{border:1px solid #6184DF;}
#Register .loginlist dl dd.b .yzm
{width:112px; height: 40px; line-height: 40px; overflow: hidden; display: block; position: absolute; left:233px; top:0px;
font-size:14px; text-align: center; cursor: pointer; border:1px solid #e6e6e6; background: #f7f7f7;}
#Register .loginlist dl dd.e
{height:48px;}
#Register .loginlist dl dd.btn
{margin-top:25px;}
#Register .loginlist dl dd.btn .red-btn
{width:354px; height: 42px; line-height: 42px; overflow: hidden; display: block; text-align: center;
color:#ffffff; text-decoration: none; background:#FF417A; border-radius: 2px; font-size: 16px; font-weight: bold;}
#Register .loginlist dl dd.xieyi
{width:358px; height:52px; line-height: 52px; overflow: hidden; font-size:12px; color:#333333;}
#Register .loginlist dl dd.xieyi label
{cursor: pointer;}
#Register .loginlist dl dd.xieyi a:link,#Register .loginlist dl dd.xieyi a:visited
{color:#6184DE; text-decoration: none;}
#Register .loginlist dl dd.xieyi a:hover,#Register .loginlist dl dd.xieyi a:active
{color:#6184DE; text-decoration: underline;}
#Register .loginlist dl dd.xieyi em
{float:right; font-size:14px; text-align: right; font-style:normal;}
#Register .loginlist dl dd.xieyi em a:link,#Register .loginlist dl dd.xieyi em a:visited
{color:#6184DF; text-decoration: none;}
#Register .loginlist dl dd.xieyi em a:hover,#Register .loginlist dl dd.xieyi em a:active
{text-decoration: underline;}

/* 三方登录绑定手机号 */
#AuthorRegister
{width:1200px; height:790px; overflow: hidden; margin: 0px auto; position: relative;}
#AuthorRegister .register
{width:430px; height:585px; overflow: hidden; position: absolute; right:0px; top:90px; background: #ffffff;
box-shadow: 0px 0px 18px 0px rgba(124, 141, 161, 0.19); border-radius: 10px;}
#AuthorRegister .userLogin
{width:354px; height:auto; overflow: visible; margin:0px auto; margin-top:28px;}
#AuthorRegister .userLogin .nav
{width:356px; height:52px; overflow: hidden; background:url(../ImgV3/bng5.png) 0px bottom repeat-x;}
#AuthorRegister .userLogin .nav ul li
{width:178px; height:52px; line-height: 52px; overflow: hidden; font-size:20px; color:#333333; text-align: center;
cursor: pointer; margin:0px auto;}
#AuthorRegister .userLogin .nav ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng4.png) 0px bottom repeat-x;}
#AuthorRegister .userLogin dl
{width:354px; height:auto; overflow: visible; margin-top:16px;}
#AuthorRegister .userLogin dl dd
{width:352px; height:42px; overflow:visible; float: left; position: relative; margin-top: 10px;
box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing:content-box;
-webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#AuthorRegister .userLogin dl dd span
{float:left;}
#AuthorRegister .userLogin dl dd label
{margin:0px; padding:0px; font-size:12px; color:#646464; cursor: pointer;}
#AuthorRegister .userLogin dl dd a:link,#AuthorRegister .userLogin dl dd a:visited
{font-size:12px; color:#646464; text-decoration:none;}
#AuthorRegister .userLogin dl dd a:hover,#AuthorRegister .userLogin dl dd a:active
{color:#ef5148; text-decoration:none;}
#AuthorRegister .userLogin dl dd em
{float:right; font-style:normal; font-size:12px; color:#646464;}
#AuthorRegister .userLogin dl dd em a:link,#AuthorRegister .userLogin dl dd em a:visited
{color:#646464; text-decoration: none;}
#AuthorRegister .userLogin dl dd em a:hover,#AuthorRegister .userLogin dl dd em a:active
{color:#ef5148; text-decoration:underline;}
#AuthorRegister .userLogin dl dd.a
{border:1px solid #D3DAE9; border-radius: 2px;}
#AuthorRegister .userLogin dl dd.b
{padding-top:10px; height:32px;}
#AuthorRegister .userLogin dl dd.c
{line-height: 42px; font-size:12px; text-align: center; color:#646464;}
#AuthorRegister .userLogin dl dd.d
{width:217px; border-radius: 2px;}
#AuthorRegister .userLogin dl dd.e
{border:0px;}
#AuthorRegister .userLogin dl dd.c a:link,#AuthorRegister .userLogin dl dd.c a:visited
{color:#646464; text-decoration: none;}
#AuthorRegister .userLogin dl dd.c a:hover,#AuthorRegister .userLogin dl dd.c a:active
{color:#ef5148; text-decoration:underline;}
#AuthorRegister .userLogin dl dd.a span
{width:23px; height: 23px; overflow: hidden; display: block; position: absolute; left: 10px; top:11px;}
#AuthorRegister .userLogin dl dd.a span.iconfontA
{background:url(../ImgV3/bng123.png) no-repeat;}
#AuthorRegister .userLogin dl dd.a span.iconfontB
{background:url(../ImgV3/bng124.png) no-repeat;}
#AuthorRegister .userLogin dl dd.a span.iconfontC
{background:url(../ImgV3/bng125.png) no-repeat;}
#AuthorRegister .userLogin dl dd.a span.iconfontD
{background:url(../ImgV3/bng126.png) no-repeat;}
#AuthorRegister .userLogin dl dd.b em
{float:right; font-size:14px; text-align: right; padding-top:3px;}
#AuthorRegister .userLogin dl dd.b em a:link,#AuthorRegister .userLogin dl dd.b em a:visited
{color:#6184DF; text-decoration: none;}
#AuthorRegister .userLogin dl dd.b em a:hover,#AuthorRegister .userLogin dl dd.b em a:active
{text-decoration: underline;}
#AuthorRegister .userLogin dl dd.d span.yzm
{width:118px; height: 42px; line-height: 42px; overflow: hidden; display: block; position: absolute; left:233px; top:0px;
font-size:14px; text-align: center; cursor: pointer; border:1px solid #e6e6e6; background: #f7f7f7;}
#AuthorRegister .userLogin dl dd.a input
{width:268px; height: 35px; line-height: 35px; overflow: hidden; position: absolute; left: 42px; top:3px;
font-size: 14px; color:#a6a6a6; border:0px; background:none;}
#AuthorRegister .userLogin dl dd.d input
{width:128px; height: 35px; line-height: 35px; overflow: hidden; position: absolute; left: 42px; top:3px;
font-size: 14px; color:#a6a6a6; border:0px; background:none;}
#AuthorRegister .userLogin dl dd.onInput,#AuthorRegister .userLogin dl dd.onInputd
{border:1px solid #6184DF;}
#AuthorRegister .userLogin dl dd a.red-btn
{width:354px; height: 42px; line-height: 42px; overflow: hidden; display: block; text-align: center;
color:#ffffff; text-decoration: none; background:#FF417A; border-radius: 2px; font-size: 16px; font-weight: bold;}

#AuthorRegister .icon
{width:1238px; height: 50px; overflow: hidden; text-align: center; margin: 0px auto; margin-top: 80px;}
#AuthorRegister .tips
{width:1238px; height: 50px; line-height: 50px; overflow: hidden; text-align: center; margin: 0px auto;
font-size:18px; color:#232323;}
#AuthorRegister .username
{width:1238px; height: 30px; line-height: 30px; overflow: hidden; text-align: center; margin: 0px auto;
font-size:12px; color:#818181;}
#AuthorRegister .BtnList
{width:390px; height: 44px; overflow: hidden; margin: 0px auto; margin-top: 25px;}
#AuthorRegister .BtnList a.Left
{width:180px; height: 42px; line-height: 42px; overflow: hidden; float:left; display: block; text-align: center;
color:#ffffff; text-decoration: none; background:#232323;}
#AuthorRegister .BtnList a.Left:hover
{background:#ef5148;}
#AuthorRegister .BtnList a.Right
{width:178px; height: 42px; line-height: 42px; overflow: hidden; float:right; display: block; text-align: center;
color:#808080; text-decoration: none; border:1px solid #dfdfdf; background:#ffffff;}
#AuthorRegister .BtnList a.Right:hover
{color:#ffffff; background:#232323;}

/* 单页面样式 */
.onepage-hr
{width:100%; height:1px; overflow: hidden; background:#ededed;}
#OnePage
{width:1200px; min-height: 650px; line-height: 180%; overflow: hidden; margin:15px auto; background:#ffffff; padding:15px;
box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing:content-box; border:1px solid #ededed;
font-size:14px;}

/*等级表格样式*/
.levelOnepage
{width:1240px; height:auto; overflow: hidden; margin:20px auto; padding:20px 0px; background:#ffffff;
border:1px solid #dddddd;}
.levelOnepage table
{margin:0px auto; background:#eeeeee;}
.levelOnepage table tr td
{font-size:12px; text-align:center; padding:0px 5px; background:#ffffff;}

/* 网站公告内容 */
.siteNotice
{width:1200px; min-height:650px; overflow: hidden; margin:15px auto;
box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing:content-box; border:1px solid #ededed;}
.siteNotice .title
{width:1200px; height:80px; line-height: 80px; overflow: hidden; font-size:18px; color:#333333; text-align: center;
padding-top:15px;}
.siteNotice .author
{width:1200px; height:50px; line-height: 50px; overflow: hidden; font-size:14px; color:#FF417A; text-align: center;}
.siteNotice .theContent
{width:1200px; height:auto; line-height: 180%; overflow: hidden; padding:15px; font-size:14px;}

/* 登录弹出层 */
#user-login-dialog
{width:430px; height:430px; overflow: hidden; position: relative; background: #ffffff;
box-shadow: 0px 0px 18px 0px rgba(124, 141, 161, 0.19); border-radius: 10px;}
#user-login-dialog .close-dialog
{width:30px; height:30px; overflow: hidden; position: absolute; right:10px; top:10px; background:url(../ImgV3/bng75.png) no-repeat;
background-size: 100% 100%; cursor: pointer;}
#user-login-dialog .userLogin
{width:356px; height:320px; overflow: hidden; position:absolute; left:36px; top:28px;}
#user-login-dialog .userLogin .nav
{width:356px; height:52px; overflow: hidden; position: absolute; left:0px; top:0px;
background:url(../ImgV3/bng5.png) 0px bottom repeat-x;}
#user-login-dialog .userLogin .nav ul li
{width:178px; height:52px; line-height: 52px; overflow: hidden; float:left; font-size:20px; color:#333333; text-align: center;
cursor: pointer;}
#user-login-dialog .userLogin .nav ul li.onfocus
{font-weight: bold; background:url(../ImgV3/bng4.png) 0px bottom repeat-x;}
#user-login-dialog .loginlist
{width:358px; height:190px; overflow: hidden; position: absolute; left:0px; top:92px; display: none;}
#user-login-dialog .phoneLogin dl
{width:358px; height:190px; overflow: hidden; position: relative;}
#user-login-dialog .phoneLogin dl dd
{width:358px; height:42px; overflow: hidden; position: relative;}
#user-login-dialog .phoneLogin dl dd.a input
{width:326px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
#user-login-dialog .phoneLogin dl dd.a input:focus
{border:1px solid #6184DF;}
#user-login-dialog .phoneLogin dl dd.b,#user-login-dialog .phoneLogin dl dd.c
{margin-top:20px;}
#user-login-dialog .phoneLogin dl dd.b input
{width:200px; height:40px; line-height: 40px; overflow: hidden; font-size:14px; border:1px solid #D3DAE9; border-radius: 2px;
padding:0px 10px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;
position: absolute; left:0px; top:0px;}
#user-login-dialog .phoneLogin dl dd.b input:focus
{border:1px solid #6184DF;}
#user-login-dialog .phoneLogin dl dd.b .yzm
{width:112px; height: 40px; line-height: 40px; overflow: hidden; display: block; position: absolute; left:233px; top:0px;
font-size:14px; text-align: center; cursor: pointer; border:1px solid #e6e6e6; background: #f7f7f7;}
#user-login-dialog .userLogin .forget
{width:356px; height:62px; line-height: 62px; overflow: hidden; position: absolute; left:0px; bottom:0px; font-size:14px;
text-align: right;}
#user-login-dialog .userLogin .forget a:link,
#user-login-dialog .userLogin .forget a:visited
{color:#666666; text-decoration: none;}
#user-login-dialog .userLogin .forget a:hover,
#user-login-dialog .userLogin .forget a:active
{color:#6184DF; text-decoration: underline;}
#user-login-dialog .userLogin .forget a.reg:link,
#user-login-dialog .userLogin .forget a.reg:visited
{color:#6184DF; text-decoration: none;}
#user-login-dialog .userLogin .forget a.reg:hover,
#user-login-dialog .userLogin .forget a.reg:active
{color:#6184DF; text-decoration: underline;}
#user-login-dialog .userLogin .phoneLogin dl dd.btn-list
{position: absolute; left:0px; bottom:24px;}
#user-login-dialog .userLogin .phoneLogin dl dd a.red-btn
{width:356px; height: 42px; line-height: 42px; overflow: hidden; display: block; text-align: center; font-size:14px;
color:#ffffff; text-decoration: none; background:#FF417A; border-radius: 2px; font-size: 16px; font-weight: bold;}
#user-login-dialog .other
{width:358px; height:60px; line-height: 60px; overflow: hidden; position: absolute; left:36px; bottom:60px; font-size:14px; color:#999999;
text-align: center;}
#user-login-dialog .loginType
{width:358px; height:46px; overflow: hidden; position: absolute; left:36px; bottom:20px; text-align: center;}

/* 遮罩层 */
.datagrid-mask
{position:fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.6; filter: alpha(opacity=60); display: none;
background:#ccc;}
.datagrid-mask-msg
{position:fixed; top: 50%; margin-top: -20px; padding: 10px 5px 10px 30px; width: auto; height: 16px; border-width: 2px;
border-style: solid; border-color: #95B8E7; display: none;
background: #ffffff url('..images/lazyload.gif') no-repeat scroll 5px center;
box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 404页面 */
#page-empty
{width:1200px; height:714px; overflow: hidden; margin:0px auto; position: relative;}
#page-empty .img
{width:328px; height:200px; overflow: hidden; margin:0px auto; margin-top:150px;}
#page-empty .img img
{float:left;}
#page-empty .notes
{width:500px; height:134px; overflow: hidden; margin:0px auto; text-align: center;}
#page-empty .notes p.a
{font-size:26px; font-weight: bold; color:#666666; padding:10px 0px;}
#page-empty .notes p.b
{font-size:14px; color:#FF417A;}

/* 返回顶部 */
.back-top
{width:74px; height:74px; position:fixed; right: calc((100% - 1200px) / 2 - 130px); bottom:40px; z-index: 999999; cursor: pointer; display: none;
background:url(../ImgV3/returnTop.png) 0px 0px no-repeat;}

/* 签到奖励弹窗 */
.website-welcome
{width:100%; height:100%; overflow: hidden; position: fixed; left:0px; top:0px; z-index: 9999991;
background: url(../ImgV3/bng73.png);}
.website-welcome .welcome
{width:612px; height:265px; overflow: visible; position: fixed; left:50%; top:50%; margin-left:-306px;
margin-top:-132px; z-index: 9999992; background:#ffffff; border-radius: 20px;}
.website-welcome .welcome .close
{width:22px; height:22px; overflow: hidden; position: absolute; right:18px; top:18px; cursor:pointer;
background:url(../ImgV3/bng75.png) center center no-repeat; background-size: 100%;}
.website-welcome .welcome .figure-icon
{width:277px; height:319px; overflow: hidden; position: absolute; left:11px; bottom:0px;
background:url(../ImgV3/bng95.png) 0px 0px no-repeat;}
.website-welcome .welcome .nickname
{width:232px; height:48px; line-height: 48px; overflow: hidden; position: absolute; left:313px; top:36px;
font-size:12px; color:#333333; text-align: center;}
.website-welcome .welcome .nickname .img
{border-radius: 50%;}
.website-welcome .welcome .desc
{width:281px; height:30px; line-height: 30px; overflow: hidden; position: absolute; left:290px; top:84px;
font-size:16px; font-weight: bold; color:#333333; text-align: center;}
.website-welcome .welcome .sign
{width:231px; height:70px; line-height: 180%; overflow: hidden; position: absolute; left:313px; top:118px;
font-size:14px; color:#FD3470; text-align: center; padding-top:20px; background:url(../ImgV3/bng96.png) no-repeat;}
.website-welcome .welcome .time
{width:232px; height:48px; line-height: 48px; overflow: hidden; position: absolute; left:313px; top:208px;
font-size:12px; color:#999999; text-align: center;}









