body {
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  line-height: 1;
  font-size: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  _zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true);}(this));
  _text-overflow: ellipsis;
}
a{
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  _zoom: 1;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Internet Explorer 7.0+ 鐢婚潰澶辩湡鍛堥敮榻跨姸 */
  image-rendering: optimizeQuality;
  /* Firefox 3.6+ */
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* for webkit textarea resize enable! */
textarea {
  resize: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  background: #EFF1F5;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.mt20{
  margin-top: 20px;
}
.f-fc3 {
    color: #333;
}
.f-fc6 {
    color: #666;
}
.f-fc9 {
    color: #999;
}
.f-fs12 {
    font-size: 12px;
}
.f-fs14 {
    font-size: 14px;
}
.f-pos-r {
    position: relative;
}
.red{ color: #d43a1f }

 #header {
  width: 100%;
  height: 132px;
  background: #fff;
}
 #header .wrap {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
 #header .logo {
  width: 240px;
  height: auto;
  margin-top: 17px;
  float: left;
  overflow: hidden;
}
 #header .search {
  margin-left: 87px;
  margin-top: 29px;
  width: 608px;
  height: 60px;
  float: left;
}
 #header .search .search-box {
  width: 608px;
  height: 42px;
  position: relative;
}
 #header .search .search-box .search-input {
  width: 520px;
  height: 40px;
  float: left;
  border-right: none;
  border: 1px solid #eee;
  font-size: 14px;
  color: #999;
  padding: 0 10px;
  line-height: 42px;
}
 #header .search .search-box #searchBtn {
  width: 62px;
  height: 42px;
  float: left;
  background: #5195F7;
  border: none;
}
 #header .search .search-box i {
  position: absolute;
  right: 26px;
  top: 13px;
  color: #fff;
  cursor: pointer;
}
 #header .search .link-recommend {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #C0CBDA;
  line-height: 30px;
  margin-top: 10px;
  font-size: 12px;
}
 #header .search .link-recommend a:link,
 #header .search .link-recommend a:visited {
  color: #C0CBDA;
  text-decoration: none;
  margin-right: 10px;
}
 #header .search .link-recommend a:link:hover,
 #header .search .link-recommend a:visited:hover {
  color: #5195f7;
}
 #header .search .search-pull-down {
  position: absolute;
  top: 72px;
  display: none;
  width: 540px;
  background: #fff;
  z-index: 3;
}
 #header .search .search-pull-down .recently {
  height: 30px;
  font-size: 12px;
  text-align: left;
  line-height: 30px;
  background: #F4F5F8;
  padding-left: 10px;
}
 #header .search .search-pull-down .list li {
  width: 507px;
  height: 40px;
  padding: 7px 15px;
  overflow: hidden;
  cursor: pointer;
}
 #header .search .search-pull-down .list li .img {
  float: left;
}
 #header .search .search-pull-down .list li .text {
  width: 390px;
  height: 40px;
  margin-left: 10px;
  float: left;
}
 #header .search .search-pull-down .list li .text .top {
  height: 14px;
  font-size: 14px;
}
 #header .search .search-pull-down .list li .text .top span {
  float: left;
  margin-right: 10px;
  line-height: 18px;
}
 #header .search .search-pull-down .list li .text .top span a:link,
 #header .search .search-pull-down .list li .text .top span a:visited {
  text-decoration: none;
  color: #000;
}
 #header .search .search-pull-down .list li .text .top .user {
  float: left;
}
 #header .search .search-pull-down .list li .text .top .user img {
  float: left;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
 #header .search .search-pull-down .list li .text .top .name {
  font-size: 12px;
  line-height: 10px;
  margin-left: 6px;
  margin-top: 3px;
  color: #b1b1b1;
  float: left;
}
 #header .search .search-pull-down .list li .text .article {
  overflow: hidden;
  clear: both;
  font-size: 12px;
  color: #b1b1b1;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
 #header .search .search-pull-down .list li .free-btn {
  width: 56px;
  height: 20px;
  border: 1px solid #5195F7;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  font-size: 12px;
  color: #5195F7;
  padding: 3px 5px;
  margin-top: 5px;
  float: right;
}
 #header .search .search-pull-down .list li:hover {
  background: #f4f5f8;
}
 #header .search .search-pull-down .search-ing {
  height: 42px;
  display: none;
  cursor: pointer;
  line-height: 42px;
  font-size: 14px;
}
 #header .search .search-pull-down .search-ing .item {
  height: 42px;
  clear: both;
}
 #header .search .search-pull-down .search-ing .item i {
  float: left;
  margin-left: 15px;
  margin-top: 2px;
}
 #header .search .search-pull-down .search-ing .item a:link,
 #header .search .search-pull-down .search-ing .item a:visited {
  color: #000;
  text-decoration: none;
}
 #header .search .search-pull-down .search-ing .item p {
  float: left;
  margin-left: 10px;
}
 #header .search .search-pull-down .search-ing .item:hover {
  background: #5FA1F5;
  color: #fff;
}
 #header .p-center {
  width: 200px;
  height: 50px;
  margin-left: 50px;
  margin-top: 30px;
  float: left;
}
 #header .p-center .head-login {
  margin-left: -1px;
  line-height: 40px;
  font-size: 14px;
  text-decoration: none;
  color:#333;
  margin: 0 12px;
  /*padding: 0px 21px;*/
  /*color: #979797;*/
  /*border-radius: 4px 0px 0px 4px;*/
  /*float: left;*/
  /*border: 1px solid #eee;*/
}
#header .p-center .head-login:hover {
  color: #5195F7;
}
#header .p-center .peopleLogin {
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 8px;
}
 #header .p-center a {
  text-decoration: none;
}
 #header .p-center .msg {
  width: 36px;
  height: 36px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  float: left;
  margin-right: 10px;
  position: relative;
}
 #header .p-center .msg i {
  color: #d8d8d8;
  font-size: 38px;
}
 #header .p-center .tip {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -6px;
  right: -6px;
  border-radius: 50%;
  line-height: 18px;
  color: #fff;
  background: red;
  font-size: 12px;
}
 #header .p-center .vertical {
  float: left;
  border-right: 2px solid #E6E5E2;
  display: block;
  height: 36px;
  margin-left: 18px;
}
 #header .p-center .img {
  width: 130px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  float: left;
  position: relative;
  margin-left: 18px;
  font-size: 14px;
}
 #header .p-center .img img {
  border-radius: 50%;
  height: 36px;
  margin-right: 10px;
}
 #header .p-center .img .menu {
  width: 120px;
  display: none;
  position: absolute;
  top: 47px;
  padding-bottom: 10px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
  color: #9EA8C2;
}
 #header .p-center .img .menu li{
  font-size: 14px;
 }
 #header .p-center .img .menu a {
  text-decoration: none;
  color: #333;
}
 #header .p-center .arrow-down {
  float: left;
  margin-left: 8px;
  margin-top: 14px;
}
 #header .p-center .arrow-up {
  float: left;
  margin-left: 8px;
  display: none;
  margin-top: 14px;
}
#nav {
  width: 100%;
  height: 48px;
  background: #5195F7;
}
#nav .nav-wrap {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
}
#nav .nav-wrap a:link,
#nav .nav-wrap a:visited {
  text-decoration: none;
  float: left;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 15px 20px;
  text-align: center;
}
#nav .nav-wrap a:link:hover,
#nav .nav-wrap a:visited:hover {
  background: #3C82E8;
}
#nav .nav-wrap a.active {
  background: #3C82E8;
}

#nav .nav-wrap .notice {
  float: right;
  height: 48px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  overflow: hidden;
}
#nav .nav-wrap .notice span {
  margin-top: 18px;
}
#nav .nav-wrap .notice i {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(../images/author.png);
}


#content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 21px;
}
#content .left {
  width: 320px;
  float: left;
}
#content .types{
  background: #fff;
}




#content .left .box {
  clear: both;
  margin: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f4f4f4;
}
#content .left .box:last-child{
  border:none
}

#content .left .box .title {
  font-size: 14px;
  font-weight: bold;
}
#content .left .box .list {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
#content .left .box .list li {
  padding: 5px 10px;
  float: left;
  font-size: 14px;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 10px;
}
#content .left .box .list li.active{
    background: #5195f7;
    color: #fff;
}
#content .left .box .list li a:link,
#content .left .box .list li a:visited {
  text-decoration: none;
  float: left;
  font-size: 14px;
  color: #4D4B6B;
  cursor: pointer;
}
#content .left .box .list li a:link:hover,
#content .left .box .list li a:visited:hover {
  background: #5195f7;
  color: #fff;
}
#content .left .box .list li:hover {
  background: #5195f7;
  color: #fff;
}
#content .left .box .list li:hover a {
  color: #fff;
}
#content .left .box .list li.active a {
    color: #fff;
}

#content .right {
  width: 858px;
  float: right;
}
#content .right .banner {
  width: 858px;
  height: 340px;
  background: #fff;
  position: relative;
}
#content .right .banner .tempWrap {
  width: 858px;
}
#content .right .banner img {
  height: auto;
}
#content .right .banner .hd {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0px;
  overflow: hidden;
}
#content .right .banner .hd li {
  width: 286px;
  height: 36px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  float: left;
  background: #000;
  color: #fff;
  opacity: 0.6;
}
#content .right .banner .hd li.on {
  background: #5195F7;
  opacity: 1;
}


#content .cbox{
  background: #fff;
  width: 100%;
}

#content .cbox .book-shelf {
  height: 260px;
  background: #fff;
  margin-top: 20px;
}
#content .cbox .book-shelf .head {
  width: 100%;
  height: 60px;
  float: left;
  border-bottom: 1px solid #F4F5F8;
  position: relative;
}
#content .cbox .book-shelf .head .tab {
  width: 183px;
  height: 60px;
  float: left;
  line-height: 60px;
}
#content .cbox .book-shelf .head .tab .item {
  float: left;
  height: 60px;
  margin-left: 24px;
  cursor: pointer;
}
#content .cbox .book-shelf .head .line {
  width: 40px;
  height: 3px;
  background: #5195F7;
  display: block;
  margin: 0 auto;
  margin-top: -3px;
  position: absolute;
  bottom: 0;
  left: 35px;
  transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
}
#content .cbox .book-shelf .head .bookrack {
  float: right;
  cursor: pointer;
  background: #ECF4FF;
  color: #5195F7;
  padding: 10px;
  line-height: 20px;
  margin-right: 20px;
  margin-top: 10px;
}
#content .cbox .book-shelf .head .bookrack i {
  color: #5195F7;
}
#content .cbox .book-shelf .content {
  clear: both;
}
#content .cbox .book-shelf .content .item {
  width: 299px;
  height: 197px;
  border-right: 1px solid #f4f5f8;
  float: left;
  transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
}
#content .cbox .book-shelf .content .item:Hover {
  margin-top: -10px;
}
#content .cbox .book-shelf .content .item:last-child {
  border-right: 1px solid transparent;
}
#content .cbox .book-shelf .content .item .book {
  width: 250px;
  height: 114px;
  margin: 0 auto;
  margin-top: 20px;
}
#content .cbox .book-shelf .content .item .book dt {
  width: 90px;
  height: 110px;
  /*background: red;*/
  float: left;
}
#content .cbox .book-shelf .content .item .book dt img {
  width: 100%;
  height: 100%;
}
#content .cbox .book-shelf .content .item .book dd {
  width: 140px;
  height: 110px;
  float: right;
}
#content .cbox .book-shelf .content .item .book dd .title {
  font-weight: 500;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
#content .cbox .book-shelf .content .item .book dd .title a {
  text-decoration: none;
  color: #000;
}
#content .cbox .book-shelf .content .item .book dd .title a:hover {
  color: #5195F7;
}
#content .cbox .book-shelf .content .item .book dd .article {
  font-size: 12px;
  margin-top: 10px;
  line-height: 17px;
  color: #82819C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 96px;
}
#content .cbox .book-shelf .content .item .user {
  width: 240px;
  height: 24px;
  margin: 0 auto;
  margin-top: 20px;
}
#content .cbox .book-shelf .content .item .user dt {
  width: 100px;
  float: left;
}
#content .cbox .book-shelf .content .item .user dt .img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  float: left;
}
#content .cbox .book-shelf .content .item .user dt .name {
  font-size: 12px;
  float: left;
  line-height: 16px;
  margin-left: 6px;
  margin-top: 3px;
  color: #b1b1b1;
}
#content .cbox .book-shelf .content .item .user dd {
  float: right;
}
#content .cbox .book-shelf .content .item .user dd .tag {
  padding: 3px 6px;
  border: 1px solid #f4f5f8;
  font-size: 12px;
  color: #b1b1b1;
  float: left;
}
/*完结*/
#content .cbox .book-shelf .detail-list {
  margin-top: 2px;
  position: relative;
  width: 100%;
  font-size: 14px;
  padding: 0 20px;
}

.detail-list li {
    float: left;
}
.book-detail {
    height: 224px;
    width: 142px;
    margin: 20px 25px;
    overflow: hidden;
}
.book-detail .book-cover {
    width: 142px;
    height: 194px;
    display: block;
    overflow: hidden;
    position: relative;
}
.book-cover .book-img {
    margin-top: 4px;
}
.book-detail .book-cover .slide-cover, .book-detail .book-cover img {
    width: 142px;
    height: 190px;
}
.slide-cover .cover-mask {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    right: 0;
}
.slide-cover p {
    position: absolute;
    padding: 0 10px 8px;
    line-height: 22px;
    height: 126px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}

.book-cover .slide-cover {
    position: absolute;
    top: 167px;
    left: 0;
    z-index: 6;
}
.book-cover .slide-cover p {
    margin-top: 3px;
}
.slide-cover .read-btn {
    width: 122px;
    height: 30px;
    line-height: 30px;
    background: #5195F7;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    color: #fff;
}
.book-detail .book-name {
    display: block;
    height: 16px;
    line-height: 16px;
    width: 100%;
    margin-top: 12px;
    color: #4c4c4c;
    text-decoration: none;
}
.book-detail a.book-name:hover {
  color: #5195F7;
}

/*首页男女*/
.u-index-box {
    margin-top: 20px;
    padding: 5px 30px 26px;
    background: #fff;
    font-size: 0;
}
.u-index-freeNew {
    width: 885px;
    display: inline-block;
    padding-top: 11px;
}
.f-index-title {
    height: 25px;
    width: 100%;
    position: relative;
    margin-top: 21px;
    border-bottom: 1px solid #F4F5F8
}
.f-index-title span {
    position: absolute;
    top: -9px;
    left: 0;
    height: 38px;
    width: 148px;
    font-size: 18px;
}

.m-3dSlider {
  position:relative;
  width:100%;
  margin-bottom:15px;
  margin-top: 10px;
}

.m-3dSlider:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.m-3dSlider .inner {
  float:left;
  position:relative;
  width:160px;
  height:152px;
  margin-right:80px;
  margin-left: 50px;
}
.m-3dSlider .inner .j-sliderItem {
  position:absolute;
  top:0;
  width:114px;
  height:150px;
  background-color:#fff;
  display:inline-block;
  box-shadow:1px 1px 30px -6px #333;
}
.m-3dSlider .inner .j-sliderItem img{
  width: 100%;
  height: 100%;
}
.m-3dSlider .m-intro {
  display:none;
}
.m-3dSlider .m-intro.active {
  display:block;
}
.m-3dSlider .m-intro.active a h2,.m-3dSlider .m-intro.active p {
  -webkit-animation:b .25s ease-in-out;
  animation:b .25s ease-in-out;
}
.m-3dSlider .m-intro a h2 {
  height:36px;
  line-height:36px;
  font-size:18px;
  color:#06080a;
  overflow:hidden;
}
.m-3dSlider .m-intro a h2:hover {
  color:#5195F7;
}
.m-3dSlider .m-intro p {
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  text-overflow:ellipsis;
  overflow:hidden;
  height:44px;
  font-size:14px;
  line-height:22px;
  color:#545c66;
}
.btn-base, .btn-red-fill, .m-3dSlider .m-intro .btn, .m-ycmm .btn-red-fill {
    display: inline-block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
.btn-red-fill, .m-3dSlider .m-intro .btn {
    color: #fff;
    background-color: #5195F7;
}
.m-3dSlider .m-intro .btn {
  margin-top:21px;
  font-size:14px;
}
.m-book-row {
    padding: 24px 0 12px;
    border-top: 1px dashed #eee;
}
.m-book-row .bookLink {
    width: 33.3%;
    float: left;
}
.m-book-row .bookLink a {
    margin-bottom: 33px!important;
}
.bookLink a {
    display: block;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    padding-right: 33px;
    margin-bottom: 25px;
}
.bookLink a .bookImg {
    overflow: hidden;
    width: 94px;
    height: 125px;
    float: left;
    margin-right: 23px;
}
.bookLink a img {
    width: 100%;
    height: 100%;
    transition: transform .3s ease-out;
}
.bookLink a:hover img {
    transform: scale(1.1)
}
.bookLink a h2 {
    color: #000;
    font-size: 14px;
    margin: 7px 0 6px;
}
.bookLink a span {
    display: block;
}
.bookLink a p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 8px;
    height: 44px;
    overflow: hidden;
}


.u-ranking-list {
    display: inline-block;
    width: 215px;
    vertical-align: top;
    margin-left: 20px;
    padding-left: 17px;
    margin-top: 30px;
}
.f-ranking-title{
  border-bottom: 1px solid #F4F5F8;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.f-ranking-title i,.recommend .title i{
    width: 21px;
    height: 17px;
    background: url(../images/king-icon.png);
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.f-ranking-title i.hot{
  background: url(../images/tuijian.png);
  background-size:cover;
  height: 21px;
}
.f-ranking-title i.soso{
  background: url(../images/soso.png);
  background-size:cover;
  height: 21px;
}
.f-ranking-time {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
}
.f-ranking-time span {
    text-align: center;
    line-height: 20px;
    width: 32px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.f-ranking-time span.z-current {
    background: #5195F7;
    color: #fff;
}
.u-ranking-list .recommend{
  display: none;
}
.u-ranking-list ul {
    margin-top: 10px;
}
.f-bookstyle-picSyn {
    padding: 10px 0;
    font-size: 0;
}
.picSyn-title {
    display: inline-block;
    width: 18px;
    line-height: 18px;
    background: #5195F7;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 10px;
    color: #fff;
    font-style:normal
}
.f-bookstyle-picSyn>a {
    width: 72px;
    height: 96px;
    display: inline-block;
}
.f-bookstyle-picSyn>a img {
    width: 100%;
    height: 100%;
}
.f-bookstyle-picSyn>div {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-left: 14px;
    line-height: 2.4em;
    font-size: 12px;
}
.f-bookstyle-picSyn>div .f-picSyn-bookname {
    width: 100%;
}
.f-picSyn-bookname {
    display: inline-block;
}
.f-bookstyle-picSyn>div>span {
    display: block;
    line-height: 2em;
    overflow: hidden;
    white-space: nowrap;
}
.f-bookstyle-picSyn>div>span a:visited {
    color: #666;
}
.f-picSyn-bookSyn {
    width: 100px;
    height: 38px;
    display: inline-block;
    overflow: hidden;
    line-height: 1.5em;
}
.f-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u-ranking-list ul li {
    line-height: 34px;
    color: #333;
    font-size: 14px;
}
.u-ranking-list li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #bfbfbf;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    margin-right: 10px;
    font-style:normal
}
.u-ranking-list li:nth-child(1) i, .u-ranking-list li:nth-child(2) i, .u-ranking-list li:nth-child(3) i {
    background: #5195F7;
}
.u-ranking-list ul li a, .u-ranking-list ul li a:link, .u-ranking-list ul li a:visited {
    color: #333;
}

/*分类推荐*/
.c-box {
    padding-top: 20px;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}
.c-box-title {
    height: 25px;
    width: 100%;
    position: relative;
    margin-top: 21px;
    border-bottom: 1px solid #F4F5F8;
}
.c-box-title span {
    position: absolute;
    top: -9px;
    left: 0;
    height: 38px;
    width: 148px;
    font-size: 16px;
    margin-left: 24px
}
.m-book{
  padding:20px;
}
.m-book-cata {
    float: left;
    width: 275px;
    margin: 0 20px 27px 0;
}
.m-book-cata:nth-child(4n){
  margin-right: 0px;
}
.m-book-cata h4 {
    height: 24px;
    line-height: 24px;
    margin-bottom: 25px;
}
.m-book-cata h4 span {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 13px;
    display: inline-block;
    background-color: #f8f8f8;
    border-radius: 15px;
    color: #5e8cbd;
}
.m-book-cata .m-bookele {
    position: relative;
}
.m-book-cata .m-bookele .cover {
    float: left;
    display: inline;
    width: 97px;
    height: 136px;
    margin: 0 16px 0 0;
    border: 1px solid #f8f8f8;
    overflow: hidden;
}
.m-book-cata .m-bookele .cover img {
    -webkit-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
}
.m-book-cata .m-bookele h5 {
    line-height: 22px;
    font-size: 16px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 6px;
}
.m-book-cata .m-bookele h5 a {
    font-size: 14px;
    color: #06080a;
}
.m-book-cata .m-bookele p {
    color: #545c66;
}
.m-book-cata .m-bookele p.desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 54px;
    line-height: 18px;
    margin: 11px 0 0;
    font-size: 12px;
}
.m-book-cata .m-bookele a.read {
    position: absolute;
    bottom: -2px;
    left: 115px;
    color: #5e8cbd;
}
.m-book-cata .m-bookele:after,.m-book:after,.update_list:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.m-book-cata .m-bookele a.read i {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAMAAAAYuxziAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTIzNURBN0YwOURCMTFFNUEzODc5QjQyMDY3NTJCMUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTIzNURBN0UwOURCMTFFNUEzODc5QjQyMDY3NTJCMUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mzg1QTAwNDNGM0MyMTFFNDkxQjZCMkYzOTFCMEIzMEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mzg1QTAwNDRGM0MyMTFFNDkxQjZCMkYzOTFCMEIzMEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YHFy/AAAABlBMVEVjlccAAADZe7rkAAAAAnRSTlP/AOW3MEoAAAAaSURBVHjaYmBgZGRkAEIIAvOgLAYIkxEgwAABkQAWw3EVfwAAAABJRU5ErkJggg==) 0 0 no-repeat;
    display: inline-block;
    position: relative;
    width: 4px;
    height: 7px;
    top: 0;
    left: 6px;
}
.m-book-cata .m-listele {
    margin: 12px 0 0;
}
.m-book-cata .m-listele li {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.m-book-cata .m-listele li a {
    font-size: 14px;
}
.m-book-cata .m-listele li a span {
    margin-right: 11px;
    color: #606975;
}

.update_list {
    padding: 20px;
}
.update_list li {
    height: 51px;
    line-height: 50px;
    border-bottom: 1px solid #E8E8E8;
}
.update_list li .update_list_con {
    height: 50px;
    line-height: 50px;
    float: left;
}
.update_list li .book_lei {
    width: 12%;
}
.update_list li .book_name {
    width: 24%;
    font-size: 14px;
    padding-right: 30px;
}
.update_list li .book_chap {
    width: 35%;
    padding-right: 30px;
}
.update_list li .book_chap a {
    max-width: 84%;
    color: #666;
    float: left;
}
.update_list li .book_aut {
    width: 12%;
}
.update_list li .update_time {
    width: 10%;
    text-align: right;
}
.arow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*友情连接*/
.link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    height: 86px;
    font-size: 12px;
    padding: 1px;
    background: #fff;
}
.link .title {
    float: left;
    width: 15px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 7px 9px;
    background: #5195F7;
    color: #fff;
}
.link .word {
    float: right;
    width: 1120px;
    color: #ddd;
    line-height: 38px;
    padding: 5px 10px;
}
.link .word a {
    color: #666;
    margin-right: 25px; 
    display: inline-block;
}

/*书库*/
#content .lists .content {
    width: 100%;
    background: #fff;
}
#content .lists .content .u-ranking-list {
  width: 800px;
}
#content .lists .content .title {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #F2F3F7;
}
#content .lists .content .title li {
    float: left;
    padding: 0px 30px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
}
#content .lists .content .title .pointer {
    color: #000;
    cursor: pointer;
}
#content .lists .content .title li.active {
    background: #ECF4FF;
    font-size: 14px;
    color: #5195F7;
}
#content .lists .content .list .item {
  border-bottom: 2px solid #F2F3F7;
  height: 160px;
  padding: 20px 25px;
}
#content .lists .content .list .item:last-child {
  border: none;
}
#content .lists .content .list .item:hover {
  background: #f4f5f8;
}
#content .lists .content .list .item a {
  text-decoration: none;
}
#content .lists .content .list .item .images {
  float: left;
}
#content .lists .content .list .item .images img {
  width: 106px;
  height: 148px;
}
#content .lists .content .list .item .text {
  float: left;
  width: 680px;
  margin-left: 15px;
}
#content .lists .content .list .item .text .text-head {
  overflow: hidden;
}
#content .lists .content .list .item .text .text-head .tit {
  float: left;
}
#content .lists .content .list .item .text .text-head .tit a {
  color: #000;
}
#content .lists .content .list .item .text .text-head .font-size {
  float: right;
  color: #999;
}
#content .lists .content .list .item .text .text-head .font-size span {
  font-weight: bold;
  color: #4D4B6B;
}
#content .lists .content .list .item .text .fu-title {
  clear: both;
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}
#content .lists .content .list .item .text .fu-title a {
  color: #999;
}
#content .lists .content .list .item .text .article {
  font-size: 14px;
  line-height: 23px;
  margin-top: 20px;
  height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#content .lists .content .list .item .text .article a {
  color: #4D4B6B;
}
#content .lists .content .list .item .text .foot {
  margin-top: 15px;
  font-size: 12px;
  height: 26px;
}
#content .lists .content .list .item .text .foot .left {
  float: left;
  height: 26px;
  width: 390px;
  background: none;
}
#content .lists .content .list .item .text .foot .left .update-time {
  float: left;
  color: #b1b1b1;
  margin-right: 10px;
}
#content .lists .content .list .item .text .foot .left .zhang {
  margin-right: 10px;
}
#content .lists .content .list .item .text .foot .left .zhang a {
  color: #5195f7;
}
#content .lists .content .list .item .text .foot .left .name a {
  color: #5195f7;
}
#content .lists .content .list .item .text .foot .right {
  float: right;
  height: 36px;
  width: 230px;
  margin-top: -10px;
}
#content .lists .content .list .item .text .foot .right .read-btn {
  width: 100px;
  height: 33px;
  line-height: 35px;
  color: #fff;
  background: #5195f7;
  display: block;
  text-align: center;
  font-size: 14px;
}
#content .lists .content .list .item .text .foot .right .add-book {
  width: 100px;
  height: 33px;
  line-height: 35px;
  color: #5195f7;
  border: 1px solid #5195f7;
  text-align: center;
  display: block;
  float: left;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 20px;
}
.page{
  clear:both;
  float:right;
  margin-top:21px;
}
.pagination li {
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 35px;
}
.pagination li.active {
    background: #5195f7;
    color: #fff;
}
.pagination li a {
    display:block;
    height:100%;
    color: #000;
    text-decoration: none;
}


/*内容*/
.position {
    width: 1200px;
    display: block;
    margin: 0 auto;
    background: #fff;
    margin-top: 15px !important;
}
.position span {
    padding: 20px;
    font-size: 12px;
    display: block;
    color: #666;
}
.position span a {
    padding: 0 0.2rem;
    color: #333;
}
.book_box{
    width: 1200px;
    display: block;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 15px !important;
    padding-bottom: 20px;
}
.book_box  .u-ranking-list {
  margin-left: 10px;
  padding-left: 0;
  width: 270px;
}
.book_box .book-block{
  margin-left: 10px;
}
.book_box .recommend{
  width: 300px;
}
.f_fr {
    width: 300px;
    float: right;
    margin-right: 20px;
}
.synopsis {
    display: flex;
    width: 850px;
}
.synopsis .cover {
    width: 190px;
    height: 254px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
}
.synopsis .cover img {
    width: 190px;
    height: 254px;
    display: block;
}
.synopsis .item {
    flex: 1;
    padding-left: 17px;
}
.synopsis .item .t {
    padding-top: 12px;
    line-height: 45px;
}
.synopsis .item .t h1 {
    font-size: 26px;
    color: #000;
    display: inline-block;
    font-weight: bold;
}
.synopsis .item .t .author {
    display: inline-block;
    padding-left: 14px;
    font-size: 13px;
    color: #333;
}
.synopsis .item .t .author a{
    color: #333;
}
.synopsis .item .t .serialize {
    display: inline-block;
    padding-left: 14px;
}
.synopsis .item .t .serialize i {
    float: left;
    width: 73px;
    height: 24px;
    margin-bottom: -5px;
    display: inline-block;
    background: url(../images/icon_book_end.png) no-repeat;
    background-position: 0 bottom;
}
.synopsis .item .t .serialize .icon_book_end {
    background: url(../images/icon_book_end.png) no-repeat;
    background-position: 0 top;
}
.synopsis .item .t .number {
    float: right;
    text-align: center;
    padding-right: 10px;
    padding-top: 4px;
}
.synopsis .item .t .number img {
    width: 18px;
    height: 22px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 1px;
}
.synopsis .item .t .number .people {
    font-size: 22px;
    color: #333;
    display: inline-block;
    font-style: normal;
}
.synopsis .item .tag {
    margin-top: 8px;
    min-height: 28px;
}
.synopsis .item .tag a {
    display: inline-block;
    padding: 0 20px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #5195F7;
    color: #5195F7 !important;
    margin-right: 5px;
}
.synopsis .item .intro {
    font-size: 13px;
    color: #555;
    padding-top: 10px;
    display: block;
    line-height: 25px;
    padding-bottom: 10px;
}
.synopsis .item .intro .arr {
    padding: 0 0.5rem;
}
.synopsis .item .talk_one {
    line-height: 24px;
    height: 50px;
    color: #666;
    overflow-y: scroll;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    font-size: 14px;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.synopsis .item .talk_one::-webkit-scrollbar {
  width:3px
}
.synopsis .item .talk_one::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.3)
}
.synopsis .item .talk_one::-webkit-scrollbar-thumb {
  background:rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.5)
}
.synopsis .item .talk_one::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,0.4)
}
.synopsis .item .btnbox {
    margin-top: 16px;
    position: relative;
}
.synopsis .item .btnbox  a.btn {
    display: inline-block;
    width: 168px;
    height: 40px;
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    margin-right: 20px;
}
.synopsis .item .btnbox a.freeTrials {
    color: #fff;
    background: #d43a1f;
    border-color: #d43a1f;
}
.synopsis .item .btnbox a.zhan {
    color: #fff;
    background: #05c4b8;
    border-color: #05c4b8;
    text-align: left;
}
.synopsis .item .btnbox a .dianzhan {
    float: left;
    margin-top: 11px;
    margin-left: 12px;
}

.recommend {
    margin-top: 20px;
}
.recommend .title {
    width: 270px;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}
.recommend .title h3 {
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    float: left;
}
.recommend .entry li {
    padding: 10px 10px;
    font-size: 14px;
    display: block;
    position: relative;
    padding-right: 8px;
}
.recommend .entry li .number {
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    background: #eee;
    border-radius: 18px;
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}
.recommend .entry li .number {
    display: inline-block;
}
.recommend .entry li:nth-child(1) .number, .recommend .entry li:nth-child(2) .number, .recommend .entry li:nth-child(3) .number {
    background: #5195F7;
    color: #fff;
}
.recommend .entry li .t {
    display: inline-block;
}
.recommend .entry li .t a{
    color: #333;
}
.chapter_box {
    width: 800px;
    margin-top: 20px;
    margin-left: 16px;
    background: #fafafa;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
}
.chapter_box .t {
    font-size: 15px;
    color: #000;
    float: left;
}
.chapter_box .item {
    margin-left: 40px;
    float: left;
}
.chapter_box .item a {
    font-size: 15px;
    float: left;
    color: #e2a478;
}
.chapter_box .item em {
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    padding-right: 10px;
    position: absolute;
    right: 15px;
    top: 0;
}
.chapter {
    width: 830px;
    margin-top: 16px;
    margin-left: 16px;
    background: #fafafa;
}
.chapter .title {
    margin: 0 16px;
    border-bottom: 1px solid #eee;
    padding-top: 16px;
}
.chapter .title h3 {
    border-bottom: 3px solid #5195f7;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    padding-bottom: 10px;
    padding-right: 20px;
}
.chapter .entry {
    overflow: hidden;
    padding: 14px 0;
}
.chapter .entry li {
    width: 379px;
    float: left;
    padding-right: 20px;
    height: 32px;
    line-height: 32px;
    margin-left: 16px;
    overflow: hidden;
}
.chapter .entry li a {
    font-size: 14px;
    float: left;
    color: #333;
}
.chapter .more {
    margin: 0 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #f3f3f3;
}
.chapter .more a {
    font-size: 14px;
    color: #777;
}
.chapter .more .arrowUp:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #656565;
    border-left: 1px solid #656565;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.comment {
    width: 830px;
    margin-top: 16px;
    margin-left: 16px;
    overflow: hidden;
}
.comment .title {
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.comment .title h3 {
    border-bottom: 3px solid #5195f7;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    padding-bottom: 10px;
    padding-right: 20px;
}

/*排行*/
.paihang_left{
  width: 240px;
  background: #fff;
}
.paihang_right{
  width: 950px;
}
.paihang_left h2 {
    height: 47px;
    line-height: 47px;
    color: #5195f7;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 600;
}
.paihang_left h2 img {
    vertical-align: middle;
    margin: 0 10px 3px 0;
    width: 20px;
    height: 20px;
}
.paihang_left ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    border-right: 4px solid #fff;
}
.paihang_left ul li.on {
    border-right: 4px solid #d43a1f;
}
.paihang_left ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.paihang_left ul li.on a {
    color: #d43a1f;
}
.paihang_list {
    width: 301px;
    float: left;
    background: #fff;
    padding: 0 0 8px;
    margin: 0 0 10px 15px;
}
.content_bg {
    width: 100%;
    background: #fff;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.content_bg .list_details li {
    padding: 20px 0;
    border-bottom: 1px dashed #d8d8d8;
}
.content_bg .list_details li:last-child {
    border: none;
}
.content_bg .list_details li .colO {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #9c9c9c;
    color: #fff;
    margin: 54px 10px 0 5px;
    border-radius: 50%;
}
.content_bg .list_details li:nth-child(1) .colO,.content_bg .list_details li:nth-child(2) .colO,.content_bg .list_details li:nth-child(3) .colO{
    background: #5195F7;
}
.content_bg .list_details li .hover-img {
    display: inline-block;
    vertical-align: top;
    width: 102px;
    height: 137px;
    overflow: hidden;
}
.content_bg .list_details li .content {
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin-left: 15px;
}
.content_bg .list_details li .content h3 {
    margin-bottom: 15px;
    font-weight: normal;
}
.content_bg .list_details li .content h3 a{
    color: #333;
}
.content_bg .list_details li .content .author a {
    color: #999;
    font-size: 12px;
}
.content_bg .list_details li .content .intro {
    width: 610px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    color: #4D4B6B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content_bg .list_details li .content .details {
    position: relative;
    margin-top: 10px;
}
.content_bg .list_details li .content .details>span {
  font-size: 12px;
}
.content_bg .list_details li .content .details>span>a {
    color: #5195f7;
    margin-right: 5px;
    font-size: 12px;
    margin-left: 15px;
}
.content_bg .list_details li .content .details>i {
    color: #b1b1b1;
    font-size: 12px;
    font-style: normal;
}
.content_bg .list_details li .content .details .href_btn {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.content_bg .list_details li .content .details .href_btn>a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 33px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    margin-left: 15px;
    background: #5195f7;
    color: #fff;
    font-size: 14px;
}
.right-cont-box {
    width: 860px;
    background: #fff;
    min-height: 840px;
}
.right-cont-box .rankdatacont {
    clear: both;
    padding-bottom: 0;
    overflow: hidden;
}
.news-list {
    padding: 20px 25px;
}
.news-list>ul li {
    position: relative;
    padding: 20px 20px 20px 118px;
    height: 128px;
    border-bottom: 1px solid #ebebeb;
}
.news-list>ul li:last-child{
  border:none;
}
.news-list>ul li .pic {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    width: 98px;
    height: 128px;
}
.news-list>ul li .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.news-list>ul li .pic:hover img{
  -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)
}
.news-list>ul li .tit {
    margin-bottom: 12px;
    line-height: 24px;
}
.news-list>ul li .tit a{
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.news-list>ul li .info {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 24px;
    color: #999;
}
.news-list>ul li .info span {
    margin-right: 15px;
}
.news-list>ul li .info span em {
    color: #666;
}
.news-list>ul li .text {
    height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.left-cont-box {
    width: 300px;
    background: #fff;
    padding-bottom: 20px;
}
.left-cont-box .u-ranking-list{
  width: 260px;
  padding-left: 5px;
}
.left-cont-box .u-ranking-list .f-bookstyle-picSyn>div{
  width: 140px;
}

.book-block {
    width: 270px;
    overflow: hidden;
    float: left;
    margin: 20px 0 0 20px;
}
.book-block dt {
    float: left;
}
.book-block dt img {
    width: 68px;
    height: 85px;
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.book-block dd {
    float: left;
    margin-left: 13px;
    width: 170px;
}
.book-block dd a.book-name {
    font-size: 14px;
    color: #333;
}
.book-block dd .book-author {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}
.book-block dd a.book-info {
    margin-top: 10px;
    height: 32px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    color: #999;
    cursor: default;
    display: block;
}
.book-block dd .book-author a {
    display: inline-block;
    color: #999;
    font-size: 12px;
}

.news-info {
    float: left;
    padding: 25px 30px 30px 30px;
    background: #fff;
}
.news-info .title h1 {
    margin-bottom: 15px;
    line-height: 34px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.news-info .title p {
    margin-bottom: 15px;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.news-info .title p span {
    margin: 0 10px;
}
.news-info .cover {
    margin-top: 30px;
}
.news-info .cover .pic {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    height: 266px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.news-info .cover .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.news-info .content {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 16px;
}
.news-info .content p{margin:.7em 0;line-height:1.8;}
.news-info .content p img{margin:.3em 0;vertical-align:top}
.news-info .related {
    margin-top: 30px;
}
.news-info .related h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.news-info .related ul {
    margin-right: -30px;
}
.news-info .related li {
    float: left;
    position: relative;
    margin-right: 30px;
    padding-right: 80px;
    width: 305px;
    line-height: 40px;
    border-top: 1px dashed #e4e4e4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-info .related li a {
    font-size: 16px;
}
.news-info .related li span {
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 22px;
    font-size: 14px;
    color: #999;
}


.ad {
    margin-top: 20px;
}

#footer {
  width: 100%;
  height: 117px;
  background: #E6E9EE;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  line-height: 54px;
  color: #999;
  font-size: 13px;
  padding-top: 10px;
}
#footer p {
  line-height: 20px;
  font-size: 13px;
}
#footer a:link,
#footer a:visited {
  text-decoration: none;
  margin-left: 15px;
  font-size: 14px;
  color: #5195F7;
}
#footer #toTop {
  width: 36px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #5195F7;
  position: fixed;
  bottom: 46px;
  right: 0px;
  background: #fff;
}
#footer #toTop:hover {
  color: #fff;
  background: #5195f7;
}

/* 遮罩层基础样式 */
.dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: var(--dialog-z-index);
    opacity: 0;
    /* transition: opacity var(--animation-duration) ease-out; */
    transition: opacity var(--animation-duration) cubic-bezier(0.4, 0, 0.2, 1), transform translateZ(0);
}

/* 模态框容器 */
.dialog-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    /* transform: translate(-50%, -50%); */
    background: #fff;
    border-radius: var(--border-radius);
    padding: 24px;
    box-shadow: var(--shadow-base);
    z-index: calc(var(--dialog-z-index) + 1);
    opacity: 0;
    animation: modalIn var(--animation-duration) ease-out forwards;
    transition: opacity var(--animation-duration) ease-out, transform var(--animation-duration) cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(-50%, -60%, 0) scale(0.98);
}

/* 关闭按钮 */
.dialog-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    font-size: 24px;
    color: #666;
    /* transition: transform 0.2s ease; */
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

/* 内容区域 */
.dialog-modal div[style*="text-align: center"] {
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}

.dialog-modal p[style*="text-align: center"] {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 25px 0;
}

/* 按钮容器 */
.dialog-modal div[style*="text-align: center; margin-top: 20px;"] {
    display: flex;
    gap: 12px;
    justify-content: center;
}

/* 操作按钮 */
.dialog-modal button {
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    min-width: 80px;

    &:first-child {
        background: #ff5b43;
        color: white;

        &:hover {
            background: #ff4830;
        }
    }

    &:last-child {
        background: #fff;
        border: 1px solid #ddd;
        color: #333;

        &:hover {
            border-color: #ccc;
            background: #f8f8f8;
        }
    }
}

/* Toast 样式 */
.dialog-toast {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
    z-index: 9999;
    pointer-events: none; /* 禁用交互 */
    animation: toastFloat 3s ease-in-out;
}

/* 图标动画优化 */
.dialog-toast-icon {
    animation: iconPulse 0.6s ease-in-out both;
}

@keyframes toastFloat {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -55%) scale(1.02); }
}

@keyframes iconPulse {
    0% { transform: scale(0.9); opacity: 0; }
    70% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
}

/* 动画定义 */
@keyframes modalIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes toastIn {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}



/* 移动端优化 */
@media (hover: none) and (pointer: coarse) {
    .dialog-modal {
        width: 90vw;
        /* 更好的移动端适配 */
        max-width: 400px;
        padding: 18px;
    }

    .dialog-close {
        top: 12px;
        right: 12px;
        font-size: 20px;
    }

    /* 禁用移动端长按菜单 */
    .dialog-modal * {
        -webkit-touch-callout: none;
        user-select: none;
    }
}

/* 显示时的优化状态 */
.dialog-modal.active {
    opacity: 1;
    transform:
        translate3d(-50%, -50%, 0) scale(1);
}

.dialog-toast.active {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
}


.pagination, .pager {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 5px;
}

/* 通用项样式 */
.pagination li, .pager li {
    margin: 0 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* 页码/箭头基础样式 */
.pagination li a, 
.pagination li span,
.pager li a, 
.pager li span {
    display: block;
    min-width: 36px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
}

/* 当前页样式 */
.pagination li.active span, .pager li.active span {
    background: #4299e1;
    border-color: #4299e1;
    color: white;
    font-weight: 500;
}

/* 可点击项悬停效果 */
.pagination li:not(.disabled):not(.active):hover, .pager li:not(.disabled):not(.active):hover {
    transform: translateY(-2px);
}
.pagination li:not(.disabled):not(.active) a:hover, .pager li:not(.disabled):not(.active) a:hover {
    background: #ebf8ff;
    border-color: #90cdf4;
    color: #2b6cb0;
}

/* 禁用状态 */
.pagination li.disabled span, .pager li.disabled span {
    background: #f7fafc;
    color: #a0aec0;
    cursor: not-allowed;
    font-weight: bold;
    font-size: 1.1em;
}

/* 箭头特殊样式 */
.pagination li:first-child a,
.pagination li:last-child a,
.pager li:first-child a,
.pager li:last-child a {
    font-weight: bold;
    font-size: 1.1em;
}

/* 省略号样式 */
.pagination li.disabled span[aria-hidden="true"], .pager li.disabled span[aria-hidden="true"] {
    border: none;
    background: transparent;
    min-width: auto;
}