.hide,
.hidden {
  display: none !important;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  color: #333;
}
a:hover {
  color: #333;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.font20 {
  font-size: 20px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*******************************
--------[分页条]-------
********************************/
.pagebar {
  color: #808080;
  text-align: center;
  margin: 60px 0;
}
.pagebar a,
.pagebar .pageBtnWrap span {
      display: inline-block;
    width: auto;
    min-width: 35px;
    padding: 0px 10px;
    height: 35px;
    border: solid 1px #e5e5e5;
    color: #808080;
    line-height: 33px;
    margin: 0 2px;
}
.pagebar a:hover,
.pagebar .pageBtnWrap span.curr {
  background-color: #617cdc;
  border-color: #617cdc;
  color: #fff;
}
.pagebar .pageBtnWrap span.goPageBox,
.pagebar .pageBtnWrap span.totalPage{
  border:none;
  padding: 0;
  margin: 0;
}

.pagebar .pageBtnWrap span.disabled {
  background: #eee;
  cursor: no-drop;
}
.pagebar .pageBtnWrap,
.pagebar .goPageBox {
  margin-right: 20px;
}
.pagebar input {
  width: 35px;
  height: 35px;
  border: solid 1px #e5e5e5;
  text-align: center;
  margin: 0 10px;
  color: #808080;
  padding: 0 10px;
}
.pagebar .page-ellipsis {
  display: inline-block;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 5px;
  color: #808080;
}
.pagebar .page-btn-prev,
.pagebar .page-btn-next {
  padding: 0 12px;
}
.pagebar .totalPage {
  margin-left: 5px;
}
/* 首页 */
/* 头部 */
.select-list {
  display: none;
  position: absolute;
  right: 10px;
  top: 35px;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 0 20px 0px rgb(93 93 93 / 55%);
  border: solid 1px #eeeeee;
  height:30px;
  line-height:30px;
}
.select-list:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.header-menu i {
  color: #fff;
  font-size: 24px;
}
.header-phoneNav {
  background-color: #fff;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
  text-align:left;
  display: none;
}
.header-phoneNav ul li {
  padding: 20px;
  border: 1px solid #d6d6d6;
  font-size: 20px;
}
.header-phoneNav ul li:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
}
.header-phoneNav ul li i {
  color: #000;
  font-size: 25px;
}
.phoneNav-searchGroup {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 10px 20px;
}
.phoneNav-searchGroup input {
  border: none;
  outline: none;
  background-color: #fff;
}
.index-header {
  background: url("../images/index/headerbg.png") no-repeat center center;
  background-size: auto 102px;
}
.searchBody .index-header {
  background: url("../images/resourceCenter/headerbg.png") no-repeat center center;
  background-size: 100% 102px;
}
.index-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding: 0 20px;
}
.header-title > div {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
}
.header-nav > ul {
  display: flex;
}
.header-nav > ul > li {
  margin: 0 12px;
  padding: 36px 0;
  cursor: pointer;
}
.header-nav > ul > li.active {
  border-bottom: 3px solid #fff;
}
.header-nav > ul > li.active a{color:#ffffff;}
.header-nav > ul > li > a {
  font-size: 20px;
  color: #e0ecff;
}
.header-user:hover .select-list{display:block;}
.header-login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-login > a {
  font-size: 16px;
  color: #fff;
  margin-right: 25px;
  flex-shrink: 0;
}
.header-user > a{
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}
.username{margin-left:5px;}
.header-user {
  float:right;
  margin-left: 20px;
}
.header-user > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.J-headers .index-header-top{
  height:80px;
}
.J-headers .header-nav > ul > li{
  padding:26px 0;
}
/* 主体 */
.index-main {
  background: url("../images/index/bannerbg.png") no-repeat center top;
  background-size: auto 556px;
  overflow: hidden;
  text-align: center;
}
.header-searchGroup {
  margin: 45px auto 50px;
  display: inline-block;
  text-align: left;
}
/* 搜索关键词标签 */
.header-searchKeywords {
    display: flex;
}
.header-searchKeywords ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-top-left-radius: 8px;
    overflow: hidden;
    padding-right:15px;
    margin-left:-2px;
}

.header-searchKeywords > ul > li {
    padding:10px 26px 10px 32px;
    cursor: pointer;
    /* transition: all 0.3s ease; */
    border-right: 1px solid #ddd;
    margin-top:10px;
    background-color: #f0f0f0;
    margin-left:-1px;
    transform: skewX(30deg);
}
    
.header-searchKeywords > ul > li.keywords1{background-color: #F9F9F9;}
.header-searchKeywords > ul > li.keywords2{background-color: #F2F2F2;}
.header-searchKeywords > ul > li.keywords3{background-color: #EDEDED;}
.header-searchKeywords > ul > li.keywords4{background-color: #E9E9E9;}
.header-searchKeywords > ul > li.keywords5{background-color: #E5E5E5;}
.header-searchKeywords > ul > li.keywords6{background-color: #E0E0E0;}
.header-searchKeywords > ul > li.keywords7{background-color: #D7D7D7;}
.header-searchKeywords li div{
    transform: skewX(-30deg);
    text-decoration: none;
    color: #999;
    font-size: 14px;
}
.header-searchKeywords li.active {
    background-color: white!important;
    font-weight: bold;
    color: #007bff;
    clip-path: inset(0 0 0 0 round 8px 8px 0 0);
    margin-top:0px;
    margin-left: -4px;
    margin-right: 3px;
    transform: skewX(30deg);
}
.header-searchKeywords li.active div {
    padding-top:5px;
    font-size: 16px;
    color: #6177DD;
}
.header-searchKeywords > ul > li.keywords1 {
    border-top-left-radius: 8px;
    padding-right:41px;
    margin-right:-15px;
    transform: skewX(0deg);
}
.header-searchKeywords li.keywords1 div {
    transform: skewX(0deg);
}
.header-searchKeywords > ul > li.keywords1.active{
    padding-left: 47px;
    padding-right: 30px;
    margin-right: 3px;
    margin-left: -15px;
    transform: skewX(30deg);
}
.header-searchKeywords > ul > li.keywords1.active div{
    transform: skewX(-30deg);
}
.header-searchKeywords li:last-child {
    border-right: none;
}
.header-searchInput {
  display: flex;
}
.header-searchInput > input {
  width: 750px;
  border: none;
  outline: none;
  padding: 15px;
  margin-left: -2px;
}
.header-searchInput > input::-webkit-input-placeholder {
  color: #d6d6d6;
  font-size: 15px;
}
.header-searchInput > .header-searchBtn {
  width: 120px;
  border: none;
  outline: none;
  background-color: #60d8d6;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px;
}
.header-searchInput > .header-searchAdvanced {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  margin-left: 5px;
  background-color: #445e99;
  border: none;
  outline: none;
  width: 60px;
  line-height: 20px;
  text-align: center;
}
.header-searchCondition {
  margin-top: 20px;
}
.header-searchCondition > ul {
  display: flex;
}
.header-searchCondition > ul > li {
  margin: 0 10px;
  color:#fff;
}
.header-searchCondition > ul > li input[type="checkbox"] {
  margin: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 10px;
  position: relative;
  outline: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin-right:5px;
}
.header-searchCondition > ul > li input[type="checkbox"]::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -2px;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
  line-height: 16px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 2px;
  color: #e4e4e4;
}
.header-searchCondition > ul > li input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -2px;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
  background-color:#fff;
  color: #6177dd;
  font-size: 12px;
}
.header-searchCondition > ul > li label {
  font-size: 15px;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.bookModule {
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
}
.bookModule > .moduleCard {
  background-color: #fff;
  width: 49%;
  /* margin-right: 30px; */
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 170px;
}
.bookModule > .moduleCard:first-child {
  border-bottom: 3px solid #00bdee;
}
.bookModule > .moduleCard:nth-child(2) {
  border-bottom: 3px solid #8ee3de;
}
.bookModule > .moduleCard:nth-child(3) {
  margin-right: 0px;
  border-bottom: 3px solid #617cdc;
}
.bookModule > .moduleCard > .moduleCard-l {
  padding-left: 20px;
}
.bookModule > .moduleCard > .moduleCard-r {
  margin-top: -60px;
}
.bookModule > .moduleCard > .moduleCard-l .moduleCard-l-title {
  font-size: 24px;
  color: #242424;
  margin-bottom: 10px;
  text-align: left;
}
.bookModule > .moduleCard:first-child > .moduleCard-l .moduleCard-l-link a {
  font-size: 15px;
  color: #00bdee;
}
.bookModule > .moduleCard:nth-child(2) > .moduleCard-l .moduleCard-l-link a {
  font-size: 15px;
  color: #8ee3de;
}
.bookModule > .moduleCard:nth-child(3) > .moduleCard-l .moduleCard-l-link a {
  font-size: 15px;
  color: #617cdc;
}
.return-btn{margin-right:30px;}
  .return-btn a{color:#e0ecff;font-size:20px;line-height:25px;}
/* 01图书推荐 */
.index-booklist {
  margin-top: 60px;
  display: flex;
  margin-bottom: 60px;
}
.index-booklist-l {
  background: url("../images/index/recommend1.png") no-repeat;
  background-size: 100%;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  width: 102px;
  position: relative;
  flex-shrink: 0;
}
.index-booklist-l-title > div:first-child {
  font-size: 50px;
}
.index-booklist-l-title > div:last-child {
  font-size: 12px;
}
.index-booklist-l-plus {
  font-size: 20px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.index-booklist-r {
  width: calc(100% - 102px);
}
.index-booklist-r-title {
  display: flex;
  height: 70px;
  background-color: #f6f6f6;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 40px;
}
.index-booklist-r-title-l > ul {
  display: flex;
  align-items: center;
}
.index-booklist-r-title-l > ul > li {
  margin-right: 40px;
}
.index-booklist-r-title-l > ul > li a {
  font-size: 20px;
  color: #666;
}
.index-booklist-r-title-l > ul > li.active a {
  font-size: 25px;
  color: #242424;
}
.index-booklist-r-title-r a {
  font-size: 14px;
  color: #999;
}
.index-booklist-r-books {
  display: flex;
}
.index-booklist-r-books-l {
  width: 40%;
  text-align: left;
  padding: 15px 0 9px 30px;
  border: 1px solid #f6f6f6;
}
.index-booklist-r-books-l > div {
  margin-bottom: 15px;
}
.index-booklist-r-books-discount {
  background: url("../images/index/discount.png") no-repeat;
  background-size: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.index-booklist-r-books-l-img {
  position: relative;
  text-align: center;
}
.index-booklist-r-books-l-img img {
  width: 200px;
  height: 286px;
  object-fit: contain;
}
.index-booklist-r-books-discount > div:nth-child(2) {
  font-size: 14px;
}
.index-booklist-discounted {
  color: #e62e20;
  font-size: 20px;
  margin-right: 20px;
}
.index-booklist-setPrice {
  color: #999;
  font-size: 14px;
}
.lineThrough {
  text-decoration: line-through;
}
.index-booklist-r-books-l-title > a {
  font-size: 18px;
  color: #242424;
}
.index-booklist-r-books-l-author > span {
  color: #6177dd;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
  font-style: normal;
  width: calc(100% - 70px);
  display: inline-block;
  vertical-align: bottom;
}
.index-booklist-r-books-l-author > i {
  color: #999;
  font-size: 14px;
  font-style: normal;
}
.index-booklist-r-books-r {
  width: 60%;
  border: 1px solid #f6f6f6;
  display: flex;
  flex-wrap: wrap;
}
.index-booklist-r-books-r-item {
  width: 50%;
  border: 1px solid #f6f6f6;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  height: 50%;
}
.index-booklist-r-books-r-item .item-l {
  float: left;
  width: 45%;
}
.index-booklist-r-books-r-item .item-l .item-l-img {
  position: relative;
  padding-top: 10px;
}
.index-booklist-r-books-r-item .item-l .item-l-img img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.index-booklist-r-books-r-item
  .item-l
  .item-l-img
  .index-booklist-r-books-discount {
  width: 50px;
  height: 50px;
}
.index-booklist-r-books-r-item .item-r {
  float: left;
  width: 55%;
  padding: 15px 0 10px 15px;
}
.index-booklist-r-books-r-item .item-r .item-r-title a {
  font-size: 15px;
  color: #242424;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.index-booklist-r-books-r-item .item-r .item-r-author {
  margin-top: 25px;
}
.index-booklist-r-books-r-item .item-r .item-r-author > span,
.index-booklist-newBook-item-author > span {
  font-size: 14px;
  color: #6177dd;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  vertical-align:bottom;
  width: calc(100% - 25px);
}
.index-booklist-r-books-r-item .item-r .item-r-author i,
.index-booklist-newBook-item-author i {
  color: #999;
  font-style: normal;
}
.index-booklist-r-books-r-item .item-r .item-r-price,
.index-booklist-newBook-item-price {
  font-size: 16px;
  color: #e62e20;
  font-weight: 600;
  margin-top: 20px;
}
.index-booklist-r-books-r-item .item-r .item-r-setPrice {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
/* 02新书预售 */
.newBookbg {
  background: url("../images/index/recommend2.png") no-repeat;
}
.index-booklist-newBook {
  width: 72%;
  float: left;
}
.index-booklist-newBook-main {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 13px 20px;
}
.index-booklist-newBook .index-booklist-newBook-img img {
  width: 100%;
  height: 299px;
  object-fit: contain;
}
.index-booklist-newBook-item {
  width: 25%;
  text-align: left;
  padding: 0px 0 0px 20px;
}
.index-booklist-newBook-item > div {
  margin-bottom: 10px;
}
.index-booklist-newBook-item-img a > img {
  width: 120px;
  height: 170px;
  object-fit: contain;
}
.index-booklist-newBook-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #242424;
  font-weight: 600;
}
/* 图书销量 */
.index-booklist-saleCount {
  float: left;
  width: 28%;
}
.index-saleCount-top {
  display: flex;
  align-items: center;
}
.index-saleCount-top > div {
  width: 50%;
  height: 70px;
  background-color: #f6f6f6;
  line-height: 70px;
}
.index-saleCount-top > div a {
  color: #666;
  font-size: 18px;
  display: block;
  font-weight: 700;
}
.index-saleCount-top > div.active a {
  background-color: #fff;
  color: #242424;
}
.index-saleCount-list {
  padding-top: 7px;
  text-align: left;
}
.index-saleCount-list-item {
  display: flex;
  border: 1px solid #e6e6e6;
  padding: 14px 10px;
  border-top: none;
}
.index-saleCount-list-item-sort {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #c5ccd0;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
}
.index-saleCount-list
  > .index-saleCount-list-item:nth-child(1)
  .index-saleCount-list-item-sort {
  position: absolute;
}
.index-saleCount-list-item-img {
  width: 50%;
  flex-shrink: 0;
}
.index-saleCount-list-item-r {
  width: 50%;
}
.booksSaleCount:nth-child(2) .index-saleCount-list-item-sort,.collectRate:nth-child(2) .index-saleCount-list-item-sort  {
  background-color: #FF8A3B;
}
.booksSaleCount:nth-child(3) .index-saleCount-list-item-sort,.collectRate:nth-child(3) .index-saleCount-list-item-sort  {
  background-color: #FFD43D;
}
.index-saleCount-list-item-img > img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.index-saleCount-list-item-img > a > img {
  width: 100%;
  height: 120px;
  object-fit: contain;
}
.index-saleCount-list-item-name {
  width: calc(100% - 30px);
}
.index-saleCount-list-item-name a {
  font-size: 15px;
  color: #242424;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.index-saleCount-list-item-nameFirst {
  font-size: 15px;
  color: #242424;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.index-saleCount-list-item-author {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.index-saleCount-list-item-price {
  font-size: 16px;
  color: #e62e20;
  margin-top: 10px;
  font-weight: 700;
}
/* 03视频图书 */
.videoReadBook {
  background: url("../images/index/recommend3.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 80px;
  height: 420px;
  text-align: left;
}
.videoReadBook-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}
.videoReadBook-title-l {
  display: flex;
}
.videoReadBook-title-l > div:first-child {
  font-size: 50px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.4);
}
.videoReadBook-title-l > div:nth-child(2) {
  font-size: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
}
.videoReadBook-title-r a {
  font-size: 16px;
  color: #fff;
}
/* 轮播 */
.swiper {
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.videoReadBook-item-img {
  position: relative;
}
.videoReadBook-item-img > img {
  height: 160px;
  width: 100%;
}
.videoReadBook-item-playInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(24, 24, 24, 0.01), rgba(0, 0, 0, 0.6));
  padding: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoReadBook-item-playInfo img {
  vertical-align: baseline;
  margin-right: 10px;
}
.videoReadBook-item-title {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-prevBtn,
.swiper-nextBtn {
  position: absolute;
  top: 50%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1;
}
.swiper-prevBtn {
  left: -55px;
}
.swiper-prevBtn div {
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: translate(17px, 15px) rotate(135deg);
}
.swiper-nextBtn {
  right: -55px;
}
.swiper-nextBtn div {
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: translate(13px, 15px) rotate(-45deg);
}
/* 04有声书 */
.audioBook {
  margin-top: 80px;
  text-align: left;
}
.audioBook .index-booklist-l {
  background: url("../images/index/recommend4.png") no-repeat;
  background-size: 100%;
}
.index-audioBook-list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  padding-bottom: 0;
  border: 1px solid #f6f6f6;
}
.index-audioBook-item {
  display: flex;
  width: 33.3%;
  margin-bottom: 40px;
}
.index-audioBook-item-img {
  flex-shrink: 0;
}
.index-audioBook-item-img img {
  width: 100px;
  height: 100px;
}
.index-audioBook-item-text {
  padding: 10px 50px 0 25px;
}
.index-audioBook-item-text-title a {
  font-size: 16px;
  color: #242424;
  line-height: 25px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-audioBook-item-text-author a {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  margin-top: 10px;
  display: block;
}
/* 05特色子库 */
.specialLibrary {
  background-color: #f6f6f6;
  margin-top: 80px;
  text-align: left;
}
.specialLibrary-content {
  margin: 30px -25px 35px 0;
  overflow: hidden;
}
.specialLibrary-content-item {
  width: 25%;
  padding: 0 25px 25px 0;
  float: left;
}
.specialLibrary-content-item-img {
  width: 100%;
  height: 150px;
  position: relative;
}
.specialLibrary-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialLibrary .videoReadBook-title .specialLibrary-number {
  color: rgba(24, 24, 24, 0.4);
  margin-right: 5px;
}
.specialLibrary .videoReadBook-title .specialLibrary-title {
  color: rgb(24, 24, 24);
}
.specialLibrary .videoReadBook-title-r a {
  color: #999;
}
.specialLibrary-content-item-title {
  display: block;
  position: absolute;
  width: 90%;
  height: 135px;
  top: 7.5px;
  left: 5%;
  background: url("../images/index/specialLibrary.png") no-repeat;
  background-size: 100% 100%;
  line-height: 135px;
}
.specialLibrary-content-item-title div {
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 100%;
}
/* 电梯导航 */
.index-nav-fixed {
  position: fixed;
  top: 30%;
  left: calc(50% - 660px);
  z-index: 999;
  display: none;
}
.index-nav-fixed-box {
  width: 50px;
  height: 50px;
  background: url("../images/index/recommend2.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}
.index-nav-fixed ul {
  margin: 0 3px;
}
.index-nav-fixed ul li {
  background-color: #f6f6f6;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.index-nav-fixed ul li a {
  color: #8d93a6;
  font-size: 14px;
  font-weight: 700;
}
/* 尾部 */
.index-footer-top {
  background-color: #2a2a2a;
}
.index-footer-copyright {
  background-color: #1a1a1b;
  font-size: 16px;
  color: #999;
  line-height: 55px;
  height: 55px;
  text-align: center;
  font-weight: bold;
}
.index-footer-main {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.index-footer-info > .index-footer-info-title {
  font-size: 25px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a5a5a;
  position: relative;
}
.index-footer-info > .index-footer-info-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0%;
  width: 50px;
  height: 3px;
  background-color: #617cdc;
}
.index-footer-info-content > .index-footer-info-content-item {
  margin: 30px 0;
  font-size: 16px;
  color: #999;
  font-weight: bold;
}
.quickLink {
  padding-left: 4vw;
}
.index-footer-qrcode {
  width: 90%;
  float: right;
}
.index-footer-qrcode .qrcode-workTime-top {
  background-color: #617cdc;
  color: #fff;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.index-footer-qrcode .index-footer-workTime {
  display: flex;
  border: 1px solid #a0a0a0;
  justify-content: space-between;
}
.index-footer-workTime > .workTime {
  padding: 20px 30px 0;
}
.workTime > div {
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 25px;
}
/* 网页阅读 */
.pageView {
  background: url(../../images/icon1.png) no-repeat;
  background-size: 100% 339px;
}
.pageView-tit {
  font-size: 40px;
  color: #fff;
  /* letter-spacing: 5px; */
  text-shadow: 2px 2px 5px rgba(80, 101, 129, 0.3);
  font-weight: bold;
}
.chapter {
  font-size: 14px;
  color: #617cdc;
}
.pageView-content {
  background: #fff;
  box-shadow: 1px 7px 11px rgba(164, 174, 185, 0.3);
  border-radius: 5px;
      max-height: 800px;
    overflow-y: scroll;
    margin-bottom: 50px;
}
.pageView-content .t_1_part {
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica,
    "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN",
    "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
    SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  /* 二号等于22磅 */
  font-size: 22pt;
  text-align: center;
}
/* chapter标签：章或单元，3号黑体居中 */
.pageView-content .t_chapter,
.pageView-content .t_1_dedication,
.pageView-content .t_1_colophon {
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica,
    "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN",
    "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
    SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  /* 三号等于16磅 */
  font-size: 16pt;
  text-align: center;
}
/* sect1标签：节，4号黑体居中 */
.pageView-content .t_sect1 {
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica,
    "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB",
    "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN",
    "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
    SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  /* 四号等于14磅 */
  font-size: 14pt;
  text-align: center;
}
/* sect2、sect3、sect4、sect5：小节，五号仿宋，居左空两格 */
.pageView-content .t_sect2,
.pageView-content .t_sect3,
.pageView-content .t_sect4,
.pageView-content .t_sect5 {
  font-family: Baskerville, "Times New Roman", "Liberation Serif", STFangsong,
    FangSong, FangSong_GB2312, "CWTEX\-F", serif;
  /* 与正文小四16px保持一致，小四等于12磅 */
  /* 修改为四号，四号等于14磅 */
  font-size: 14pt;
  text-align: left;
  text-indent: 2em;
}
.pageView-content h4{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 45px;
}
.pageView-summary {
  background: #f8f8f8;
  height: 46px;
  line-height: 46px;
  padding: 0px 15px;
  border-radius: 5px;
}
.fonfize {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  float: right;
  display: flex;
  align-items: center;
}
.fonfize i {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
.fonfize .font14 {
  background: #fff url(../../images/icon4.png) center no-repeat;
}
.fonfize .font18 {
  background: #fff url(../../images/icon5.png) center no-repeat;
}
.fonfize .cur.font14 {
  background: #fff url(../../images/icon6.png) center no-repeat;
}
.fonfize .cur.font18 {
  background: #fff url(../../images/icon3.png) center no-repeat;
}
.pageView-content-tit {
  font-size: 20px;
  color: #333;
}
.pageView-content-w {
  padding: 30px 20px;
  position: relative;
}
.pageView-content-buy{
  position: absolute;
  bottom:0;
  width: 100%;
  height: 180px;
  left: 0;
}
.pageView-content-transparent{
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
}
.pageView-content-buyBtn{
  background: #fff;
  height: 150px;
  color:#fc846b;
  font-size: 20px;
  text-align: center;
  line-height: 100px;
}
.pageView-content-buyBtn span{
  font-size: 18px;
  color:#fff;
  background: linear-gradient(to right,#fc876c,#feae7c);
  border-radius: 30px;
  padding:5px 15px;
  margin-left: 10px;
}
.article-detail-content p {
  color: #676767;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
}
.detail-content-sharebox {
  width: 62px;
  position: absolute;
  left: -60px;z-index:9;
  top: -3%;
}
.share-left {
  box-shadow: 1px 7px 11px rgba(164, 174, 185, 0.3);
  border: 1px solid #eee;
  border-top: 5px solid #eee;
  background: rgba(255, 255, 255, 0.3);
}
.share-left .box {
  width: 45px;
  display: inline-block;
  margin-bottom: 10px;
}
.share-left .bshare-collect {
  background: url(../../images/icon7.png) center no-repeat;
  width: 25px;
  height: 22px;
  display: inline-block;
}

.share-left .bshare-error {
  background: url(../../images/icon9.png) center no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.share-left .bshare-citation {
  background: url(../../images/icon10.png) center no-repeat;
  width: 25px;
  height: 18px;
  display: inline-block;
}
.share-left .bshare-collect {
  background: url(../../images/icon7.png) center no-repeat;
  width: 25px;
  height: 22px;
  display: inline-block;
}
.share-left .font {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.share-left {
  width: 62px;
  text-align: center;
}
.voice {
  background: #617cdc;
  border: 1px solid #fff;
  display: inline-block;
  width: 62px;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  padding: 6px 0;
}
.voice.chapter-download{
  background: #a88ec8 ;
}
.voice-pdf{
  background: linear-gradient(to right,#fc6b7b,#fea6aa) ;
}
.bshare-voice {
  background: url(../../images/icon11.png) center no-repeat;
  width: 18px;
  height: 22px;
  display: inline-block;
}
.voice .font {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
.bshare-download {
  background: url(../../images/icon12.png) center no-repeat;
  width: 18px;
  height: 22px;
  display: inline-block;
}
.bshare-pdf {
  background: url(../../images/icon21.png) center no-repeat;
  width: 21px;
  height: 20px;
  display: inline-block;
}
/* 分享 */
.shareBar .social-share {
  width: 0px;
  height: 0;
  overflow: Hidden;
  float: right;
  display: none;
}
.shareBar:hover .social-share {
  width: 150px;
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  position: absolute;
  left: 75%;
  top: 18%;
}
.shareBar .social-share .icon-wechat .wechat-qrcode * {
  opacity: 1;
}
.shareBar .social-share .icon-wechat {
  color: #7bc549;
  opacity: 1;
}
.shareBar .social-share .icon-weibo {
  color: #ff763b;
  opacity: 1;
}
.shareBar .social-share .icon-qq {
  color: #56b6e7;
  opacity: 1;
}
.shareBar .social-share .icon-qzone {
  color: #fdbe3d;
  opacity: 1;
}
/* 分享 */
.shareBar{position:relative;}
.shareGroup{background-color: #fff;border-radius:3px; box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);;left:100%;top:0;height:60px;}
.shareGroup::after{
  content:'';
  position: absolute;
  top: 12px;
  left: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2);}
.readView .shareBar .shareGroup img{max-height:100px;}


.pageView-search div {
  cursor: pointer;
  background: #8ee3de;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: right;
  box-shadow: 1px 7px 11px rgba(74, 175, 169, 0.3);
  position: relative;
}
.pageView-search img {
  position: absolute;
  top: 30%;
  left: 30%;
}
.con {
  margin-top: 25px;
  background: #fff;
  box-shadow: 1px 7px 11px rgba(164, 174, 185, 0.3);
  border-radius: 5px;
}
.left-nav {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 18px;
  color: #fff;
  background: #8ee3de;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  letter-spacing: 2px;
}
.menu_second,
.menu_three {
  /* border: none; */
  padding: 10px 0px;
}
.menu_three a span.help_arrow,
.vertical_nav a span.menuThree_arrow {
  background: url(../../images/search-arrow-cur.png) no-repeat left top;
  width: 12px;
  height: 16px;
  display: inline-block;
  float: left;
  margin: 3px 10px 0 0;
}
.menu_three li,
.menu_second li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu_second ul {
  /* display: none; */
}
.menu_second li.open_nav {
  background: #f8f8f8;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}
.menu_second li a {
  color: #4b4b4b;
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
  padding: 0 15px;
}
.menu_second li a.name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:0 15px;
}
.vertical_nav a.open span.help_arrow {
  background: url(../../images/icon16.png) no-repeat right center;
  width: 13px;
  height: 13px;
}
.vertical_nav a span.help_arrow {
  background: url(../../images/icon15.png) no-repeat right center;
  width: 14px;
  height: 14px;
  display: inline-block;
  float: right;
  margin: 15px 0px 0 0;
}
.menu_second .open_nav li{text-indent: 2em;}
.menuThree_arrow_down {
  background: url(../../images/icon17.png) no-repeat left top;
  width: 6px;
  height: 6px;
  display: inline-block;
  float: left;
  position:relative;
  left:35px;
  top:18px;
  /* margin: 18px 0px 0 0; */
}
.vertical_nav>li {
  line-height: 34px;
  background: none;
}
.vertical_nav>li li {
  line-height: 34px;
  padding-top: 0;
}
.vertical_nav>li li li .on {
  background: #e5f3f2;
  color: #59a7a2;
  border-left: 4px solid #8ee3de;
}
.vertical_nav .on .menuThree_arrow_down {
  background: url(../../images/icon18.png) no-repeat left top;
  width: 6px;
  height: 6px;
  display: inline-block;
  float: left;
  margin: 17px 5px 0 0;
}
.vertical_nav>li li li {
  line-height: 34px;
  margin-top: 0px;
}
.dialogBg.verticalDialog{
  padding:0;
  top:50px;
  height:calc(100vh - 100px);
}
.dialogBg.verticalDialog .dialog_close{color:#fff;}
.verticalDialog .vertical_nav{height:calc(100vh - 160px); overflow: auto;}
#pageViewSearch {
  display: none;
}
.con_seach {
  display: none;
}
.con_seach .left-nav {
  background: none;
  color: #666666;
}
.subsearch-query {
  padding: 0 15px;
  position: relative;
}
.con_seach .form-control {
  height: 45px;
  border-radius: 3px;
  background: #f8f8f8;
  border: none;
  box-shadow: none;
}
.con_seach .start-btn {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 20px;
  padding: 8px 14px;
  color: #b0b6bb;
  height: 45px;
}
.con_seach .text-red {
  color: #e03636;
}
.list-unstyled {
  max-height: 100%;
  overflow: auto;
  padding: 0 15px;
  padding-bottom: 10px;
}
.list-unstyled h4 {
  font-size: 14px;
  color: #4b4b4b;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.result-list li {
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}
.result-list p {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*******************************
    -------[公共样式]--------
********************************/
.header,
.footer {
  padding: 0;
}

.dialogMask {
  position: fixed;
  z-index: 988;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.dialogBg {
  position: fixed;
  z-index: 990;
  top: 200px;
  left: 50%;
  margin-left: -275px;
  width: 550px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 60px;
}
.booksearchDialog {
  width: 700px;
  margin-left: -350px;
  top: 100px;
}
.dialogBg .dialog_close {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 40px;
  color: #333;
  text-decoration: none;
}
.loginMethodTab {
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 92px;
}
.loginMethodTab span {
  cursor: pointer;
  display: inline;
}
.loginMethodTab span.on {
  display: none;
}
.dialogTab {
  text-align: center;
  margin-bottom: 30px;
  height: 42px;
}
.dialogTab span {
  position: relative;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  margin: 0 30px;
  font-size: 24px;
  color: #bfbfbf;
}
.dialogTab span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: none;
  background-size: 100% 100%;
}
.dialogTab span.on {
  color: #333333;
}
.dialogTab span.on::after {
  background-image:linear-gradient(to right,rgb(96 222 214),rgb(96 109 221));
  background-size: 100% 100%;
}
.dialogBg .input-group-addon {
  background: none;
  border: none;
}
.dialogBg .input-group-addon img {
  min-width: 80px;
  cursor: pointer;
}
.dialogBg .form-control {
  background: none;
  border: none;
  font-size: 16px;
}
.dialogBg select {
  border: none;
  background: None;
  padding: 0;
}
.dialogBg .item {
  background: #f9f9f9;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
}
.dialogBg .item input {
  height: 48px;
  line-height: 48px;
  box-shadow: none;
}
.dialogBg .btn {
  width: 100%;
  height: 48px;
  line-height: 36px;
  background-image:linear-gradient(to right,rgb(96 222 214),rgb(96 109 221));
  background-size: 100% 100%;
  border: none;
  font-size: 20px;
  letter-spacing: 1rem;
}
.dialogBg input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.dialogBg .regulations {
  color: #bfc4cd;
  font-size: 16px;
}
.dialogBg a {
  color: #2378e4;
}
.dialogBg a.carsi {
  color: #33b18f;
}
.dialogBg a.forget {
  color: #bfc4cd;
}
.dialogBg a.disabled {
  color: #999;
}
.retrieve-dialog .dialogTab span.on::after {
  background: #3dcdaa;
}
.retrieve-dialog .btn {
  background: #3dcdaa;
}
.retrieve-dialog a {
  color: #3dcdaa;
}

.dialogLoginBox .other a:not(:last-child) {
  margin-right: 20px;
}
/* 观点详情 */
.pageView-content-tit1{font-size: 20px;color:#333}
.pageViewViewpoint .point{       margin-top: 85px; background: #fff;box-shadow: 1px 7px 11px rgba(164,174,185,0.3);border-radius: 5px;}
.pageViewViewpoint .title{    border-top-right-radius: 5px;border-top-left-radius: 5px;font-size: 18px;color: #242424;
    background: #f8f8f8;height: 47px;line-height: 47px;padding: 0px 20px;letter-spacing: 2px;}
/*******************************
-------[数字图书馆-分类]--------
********************************/
.classify-header {
    background-color: #fff;
    border-bottom: 1px solid #e4e5e7;
    font-weight: 600;
    font-family: "Adobe 黑体 Std";
  }
  .classify-header .index-header-top {
    border: none;
  }
  .classify-header-nav ul li.active a {
    color: #617cdc;
  }
  .classify-header-nav ul li.active {
    border-bottom: 3px solid #617cdc;
  }
  .classify-header-nav ul li a {
    color: #666;
  }
  .classify-main {
    overflow: hidden;
    padding: 0 15px;
  }
  .classify-main-left {
    width: 200px;
    background-color: #fff;
    float: left;
    padding-top: 20px;
    cursor: pointer;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .classify-main-left ul li {
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
  }
  .classify-main-left ul li.active {
    border-left: 3px solid #617cdc;
    background-color: #adc9f5;
    font-weight: 700;
  }
  .classify-main-left ul li a {
    color: #333;
    font-size: 20px;
  }
  .classify-main-middle {
    width: 260px;
    float: left;
    background-color: #f8f9fa;
    padding-top: 20px;
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .classify-main-middle ul {
    display: none;
  }
  .classify-main-middle ul.active {
    display: block;
  }
  .classify-main-middle ul li {
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    cursor: pointer;
  }
  .classify-main-middle ul li.active {
    border-left: 3px solid #617cdc;
    background-color: #cedeee;
  }
  .classify-main-middle ul li.active a {
    color: #617cdc;
  }
  .classify-main-middle ul li a {
    font-size: 18px;
    color: #333;
    font-family: "Adobe 黑体 Std";
    font-weight: 500;
  }
  .classify-main-right {
    float: left;
    padding: 20px 0;
    background-color: #f0f2f4;
    width: calc(100% - 460px);
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .classify-main-right-masonry {
    width: 90%;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    padding: 0 30px;
  }
  .classify-main-right-masonry.active {display: block;}
  .classify-main-right-masonry-item {
    padding: 0 30px;
    margin-bottom: 20px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  .classify-main-right-masonry-item-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d7dbe3;
  }
  .classify-main-right-masonry-item-title i {
    float: right;
    height: 50px;
    line-height: 50px;
    color: #d7dbe3;
    font-weight: bold;
    font-size: 18px;
  }
  .classify-main-right-masonry-item-title span {font-size: 18px;
      color: #4483ec;
      font-weight: 600;
  }
  .classify-main-right-masonry-item-title span a {color: #4483ec;}
  .classify-main-right-masonry-item ul {padding: 10px 0;}
  .classify-main-right-masonry-item ul li{line-height: 36px;font-size: 16px;color: #666768;}
  .classify-main-right-masonry-item ul li a{color: #666768;}
  /*******************************
	-------[购买]--------
********************************/
.purchase-dialog.dialogBg {
  padding: 0 30px 40px;
  transform: translateY(-50%);
  top: 50%;
}
.purchase-dialog .dialog-title {
  text-align: left;
}
.purchase-dialog .dialog-title span {
  margin-left: 0;
  font-size: 20px;
  margin-top: 18px;
  color: #333333;
}
.purchase-dialog .purchase-radio {
  padding-bottom: 20px;
  font-size: 14px;
  color: #000;
}
.purchase-dialog .purchase-radio label {
  color: #000;
}
.purchase-dialog .purchase-radio label span {
  color: #935352;
  margin: 0 5px;
}
.purchase-dialog .purchase-radio p {
  font-size: 12px;
  text-indent: 2em;
  color: #999;
}
.purchase-dialog .purchase-radio .purchase-price {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #c51a17;
}
.purchase-dialog .purchase-radio .bank-icon {
  display: inline-block;
  width: 147px;
  height: 47px;
  background: #fff;
  border: 1px solid #ddd;
}
.purchase-dialog .dialog-footer {
  margin-top: 20px;
}
.purchase-dialog .purchase-dialog-btn {
  width: 40%;
  float: left;
  /* background: url(../../images/dialogBtnBg.png) no-repeat; */
  background-image:linear-gradient(to right,rgb(96 222 214),rgb(96 109 221));
  background-size: 100% 100%;
  margin: 0 5%;
}
.purchase-dialog .cancel-dialog-btn {
  background: #ccc;
  color: #333;
}
.purchase-mask {
  position: fixed;
  z-index: 988;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.shareBar > a > img {
  height: 14px;
  vertical-align: center;
}


  /*******************************
      -------[数字图书馆-资源中心]--------
    ********************************/
.resource-center{background: url(../images/resourceCenter/bannerbg.png) no-repeat center top;background-size: auto 216px;overflow: hidden;text-align: center;}
.resCenter-searchGroup {margin: 30px 0;display: inline-block;}
.resCenter-typeCount {width: 100%;margin-bottom: 35px;overflow: hidden;display: flex;align-items: center;border-radius: 5px;height: 70px;}
.resCenter-typeCount ul {display: flex;background-color: #fff;align-items: center;width: 100%;border-radius: 0 5px 5px 0;box-shadow: 0px 1px 3px 0px #ededee;height: 60px;}
.resCenter-typeCount ul li {position:relative; text-align: center;padding: 15px 0 10px;display: flex;flex-direction: column;justify-content: center;height: 60px;width: 105px;cursor: pointer;}
.resCenter-typeCount ul li input[type=radio]{position:absolute;width:100%;height:100%;left:0;top:0;opacity: 0;}
.resCenter-typeCount ul li span:first-child {font-size: 15px;color: #666;}
.resCenter-typeCount ul li span:last-child {font-size: 14px;color: #999;}
.resCenter-typeCount ul li.active {background-color: #617cdc;border-radius: 5px;height: 70px;width: 130px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.resCenter-typeCount ul li.active span:first-child {font-size: 18px;color: #fff;}
.resCenter-typeCount ul li.active span:last-child {font-size: 14px;color: #fff;}
.resCenter-main {background-color: #fafafa;}
.resCenter-searchResult {background: url('../images/resourceCenter/searchResult.png') no-repeat;width: calc(100% - 20px);padding: 13px 20px;text-align: left;background-size: 100% 100%;padding-bottom: 17px;}
.searchResult-total {font-size: 18px;color: #fff;background-size: 100% 100%;}
.resCenter-searchResult ul {margin: 20px 0;display: flex;flex-wrap: wrap;}
.resCenter-searchResult ul li {padding: 5px 10px;background-color: #fff;color: #617cdc;font-size: 16px;margin-right: 5px;margin-bottom: 5px;border-radius: 2px;}
.resCenter-searchResult ul li i {width: 12px;height: 12px;background: url('../images/resourceCenter/close.png') no-repeat;background-size: 100% 100%;display: inline-block;margin-left: 10px;cursor: pointer;}
.searchResult-buttons span{font-size: 14px;color: rgba(255, 255, 255, 0.6);margin-right: 20px;cursor: pointer;}
.resCenter-classify {width:calc(100% - 20px);text-align: left;}
.resCenter-classify-item {background-color: #fff;padding: 24px 20px;margin-top: 10px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.resCenter-classify-item-title {font-size: 18px;color: #6b6d78;font-weight: 700;}
.resCenter-classify-item-title::before {content: "";width: 8px;height: 8px;background-color: #617cdc;border-radius: 50%;display: inline-block;margin-right: 10px;margin-bottom: 2px;}
.resCenter-classify-item-title i {background: url('../images/resourceCenter/arrowup.png') no-repeat;background-size: 100% 100%;width: 14px;height: 8px;display: block;cursor: pointer;float: right;margin: 8px 0;transition: all 0.3s;}
.resCenter-classify-item-content {margin-top: 20px;}
.resCenter-classify-item-content ul {display: flex;flex-wrap: wrap;padding: 0 15px;}
.resCenter-classify-item-content ul li {width: calc(50% - 2.5px);padding: 10px;background-color: #f2f4fc;margin-bottom: 5px;margin-right: 5px;border-radius: 3px;position: relative;}
.resCenter-classify-item-content ul li label{width:100%;height:100%;position:relative;}
.resCenter-classify-item-content ul li label input[type=checkbox]{width:100%;height:100%;position:absolute;left:0;top:0;opacity:0;}
.resCenter-classify-item-content ul li:nth-child(2n) {margin-right: 0;}
.resCenter-classify-item-content ul li a {display: block;}
.resCenter-classify-item-content ul li a div:first-child{font-size: 16px;color: #617cdc;font-weight: 600;word-wrap: break-word;}
.resCenter-classify-item-content ul li a div:nth-child(2){font-size: 14px;color: #b9bcca;}
.resCenter-classify-item-content ul li.active {background-color: #617cdc;color: #fff;}
.resCenter-classify-item-content ul li img {display: none;}
.resCenter-classify-item-content ul li.active img{position: absolute;bottom: 5px;right: 0px;display: block;}
.rotate180deg {transform: rotate(180deg);}
.resCenter-options {height: 55px;display: flex;justify-content: space-between;align-items: center;padding: 10px 15px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.resCenter-bookDownload{background-color: #617cdc;padding: 7px 15px;border-radius: 3px;}
.resCenter-bookDownload a {color: #fff;}
.resCenter-sort  ul {display: flex;align-items: center;}
.resCenter-sort ul li {margin-right: 20px;font-size: 14px;color: #999;cursor: pointer;}
.resCenter-sort ul li img{vertical-align: middle;margin-bottom: 2px;}
.resCenter-sort ul li img:first-child{display: none;}
.resCenter-sort ul li.active {color: #617cdc;font-size: 14px;}
.resCenter-sort ul li.active img:first-child{display: inline-block;}
.resCenter-sort ul li.active img:nth-child(2){display: none;}
.resCenter-right-main {margin-top: 10px;padding: 10px 25px;background-color: #fff;text-align: left;margin-bottom: 100px;}
.resCenter-main-item {padding: 20px 0;border-bottom: 1px solid #edeef1;}
.resCenter-main-item-con{display:flex;}
.resCenter-item-img {padding-right: 40px;max-width: 128px;flex-shrink: 0;position: relative;border-radius: 5px;overflow: hidden;}
.resCenter-item-img img{width: 100%;object-fit: contain;}
.resCenter-item-img > div {position: absolute;top: 5px;left: 5px;color: #fff;font-size: 12px;font-weight: 700;text-align: center;background-color: rgba(0, 0, 0, 0.6);border-radius: 20px;width: 40px;height: 20px;line-height: 20px;}
.resCenter-item-content{flex:1;}
.resCenter-item-content-title {margin-bottom: 20px;}
.resCenter-item-content-title a{font-size: 20px;color: #242424;font-weight: 700;margin-bottom:10px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.resCenter-item-content-desc {display: flex;flex-wrap: wrap;font-size: 16px;color: #666;}
.resCenter-item-content-desc > div {margin: 3px 0;}
.resCenter-item-content-author,.resCenter-item-content-classify {width: 50%;display: inline-block;line-height: 25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.resCenter-item-content-intro {line-height: 25px;display: flex;align-items: flex-start;}
.resCenter-item-content-intro > div:first-child {flex-shrink: 0;}
.resCenter-item-content-intro > div:nth-child(2) {display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}
.resCenter-item-content-origin > span:nth-child(2) {color: #617cdc;}
.resCenter-chapter .resCenter-item-content-author,.resCenter-chapter .resCenter-item-content-classify {width: auto;margin-left: 40px;}
.resCenter-chapter .resCenter-item-content-title {margin-top: 0;}
.resCenter-report {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;width: 100%;}
.resCenter-report .resCenter-item-content-author {width: auto;}
.resCenter-audio .resCenter-item-content-title {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.resCenter-audio .resCenter-item-content-title .count {font-size: 14px;color: #999;}
.resCenter-audio .resCenter-item-content-title .count i{font-style: normal;color: #617cdc;font-weight: 400;margin: 0 3px;}
.resCenter-allType {float: left;font-size: 18px;color: #fff;background-color: #fff;padding: 10px 20px;border-radius:5px;width: 130px;color: #242424;margin: 10px 0;text-align: left;display: none;border: 1px solid #d8d7d7;}
.resCenter-allType i {margin-left: 40px;transition: all 0.3s;}
.resCenter-allType div:nth-child(2){color: #999;font-size: 14px;text-align: left;}
.phone-sortBtn {margin-right: 10px;display: none;}
.resCenter-item-content-origin {width: 50%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/* 分页 */
.resCenter-pagination {text-align: right;padding: 50px 0;display: flex;justify-content: flex-end;align-items: center;flex-wrap: wrap;}
.resCenter-pagination-page {display: flex;}
.resCenter-pagination a {display: inline-block;width: 35px;height: 35px;border: 1px solid #e5e5e5;text-align: center;line-height: 35px;font-size: 16px;color: #808080;margin-right: 10px;}
.resCenter-pagination-page a.active {background-color: #bac1ce;color: #fff;}
.resCenter-pagination-goto {display: flex;font-size: 16px;color: #808080;margin: 0 10px;align-items: center;}
.resCenter-pagination > a:first-child {display: none;}
.resCenter-pagination > a:first-child ,.resCenter-pagination > a:nth-of-type(2){line-height: 30px;}
.resCenter-pagination-goto input {width: 35px;height: 35px;border: 1px solid #e5e5e5;text-align: center;line-height: 35px;font-size: 16px;color: #808080;margin: 0 10px;}
.resCenter-pagination-total {font-size: 16px;color: #808080;margin-left: 10px;}
/*******************************
  -------[尾部]--------
********************************/
.footer{color:#fff;line-height: 30px;padding:24px 0;font-size:16px;}
/*******************************
  -------[集刊-PDF]--------
********************************/

.read-bg{background: url(../../images/read-bg.png) no-repeat;}
.read-bg .pageView,.read-bg  .index-header,.book-detail  .index-header{background: none;max-height:inherit;}
.fullReadView .container{width:100%;padding-left:80px;}
.readView.fullReadView{ background: url(../../images/read-bg.png) no-repeat;}
/* 搜索 */
.zhezhao_fullbg {
  left: 0;
  opacity: 0.2;
  /* display: none; */
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);}
#demoTable .layui-table-header{display:none;}
.layui-table-view .layui-table{display:block;}
#demoTable .layui-table tr{padding: 10px 0!important;border-bottom: 1px solid #e6e6e6;}
#demoTable .layui-table td, #demoTable .layui-table tr, #demoTable .layui-table tbody{display: block;width: 100%;padding: 0;border:none;}
.result-list .layui-table-view{border:none;}
#demoTable .laytable-cell-1-0-0{color:#4b4b4b;font-size:14px;width:100%;}
#demoTable .laytable-cell-1-0-1{color:#999999;font-size:14px;width:100%;height:84px;display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;    white-space: normal;}

/* 工具条 */
.toolbarRow{position:relative;}
.toolbar-share{margin-bottom:10px;border:1px solid #fafafa; border-top-width: 4px;width:62px; box-shadow: 1px 7px 11px rgba(164, 174, 185, 0.3);background: rgba(255, 255, 255, 0.3);}
.toolbar-share:last-child{margin-bottom:0;}
.toolbar-share .tool-item{font-size:14px;color:#fff;line-height:25px;padding-bottom:10px;cursor:pointer;}
.toolbar-share .tool-item:first-child{padding-top:10px;}
.toolbar-voice{border-top-width:1px;background-color: #617cdc;}
.readView{padding-top:30px;}
.readView .detail-content-sharebox{top:10px;}
.readView .detail-content-sharebox img{max-height:28px;}

/*******************************
  -------[视频详情]--------
********************************/
.recommend{background-color: #fff;border-radius:5px;padding:20px;margin-top:20px;}
.recommend h4{font-size:18px;color:#242424;line-height:25px;font-weight:500;margin-bottom:15px;}
.recommend .recommend-list{margin-left:-9px;margin-right:-9px;}
.recommend .recommend-item{float:left;width:25%;padding:0 9px;}
.recommend-item .recommend-pic{position: relative;}
.recommend-pic .video-title{position:absolute;bottom: 0; width:100%;left:0;background: linear-gradient(rgba(24, 24, 24, 0.01), rgba(0, 0, 0, 0.6));padding: 10px; color: #fff; display: flex; justify-content: space-between; align-items: center;}
.recommend-item .recommend-title{font-size:16px; line-height:28px;color:#333333;}

.detail-right{background-color: #fff;border-radius:5px;overflow: hidden;}
.detail-right .right-title{background-color: #f8f8f8;padding:10px 20px;color:#242424;font-size:18px;}
.detail-right .detail-info{padding:10px;}
.detail-right .detail-info .info-item{line-height:38px;padding:0 10px;color:#747474;overflow:hidden;}
.detail-right .info-item label{float:left;color:#999999;font-size:14px;margin-bottom: 0;width:68px;font-weight:500;}
.detail-right .info-item a{color:#617cdc;}
.detail-right .info-item .keyWord{float:left;width:calc(100% - 68px);margin-left:-5px;margin-right:-5px;}
.detail-right .keyWord a{line-height:30px;height:30px;color:#617cdc;border:1px solid #617cdc;border-radius:3px; background-color: #e3e9ff;padding:0px 10px;white-space:nowrap;font-style:normal;float:left;margin:5px;}
.detail-right .video-info{padding:10px;border-top:1px dashed #eeeeee; margin-top:20px;padding-top:20px;}
.detail-right .video-info h5{font-size:14px;color:#999999;margin-bottom:10px;}
.detail-right .video-info p{color:#747474;font-size:14px;line-height:25px;}
/*******************************
  -------[图片图表详情]--------
********************************/
.imgDetail {border-radius:5px;overflow: hidden;background-color: #fff;position:relative;}
.imgDetail .imgDetail-for{position:relative;padding:0 20px;text-align: center;}
.imgDetail .slick-arrow{font-size:0;border:none;background: #eeeeee url('../../images/for-left.png') no-repeat center center; position:absolute;height:100%;width:9px;text-align:center;left:0;top:0;}
.imgDetail .slick-next{left:auto;right:0;background: #eeeeee url('../../images/for-right.png') no-repeat center center;}
.imgDetail .imgDetail-item{padding:20px 0;position:relative;}
.imgDetail .imgDetail-item h5{position:absolute;text-align:left; left:0;bottom:20px;height:48px;line-height:48px;background-color: rgba(0,0,0,0.4);font-size:14px;color:#fff;width:100%;padding:0 20px;}
.imgDetail .slick-dots{width:60px;float:right;position:absolute; right:30px;bottom:32px;background-color: #fff;border-radius:2px; height:28px;line-height:28px;text-align: center;}
.imgDetail .slick-dots li{display:none;color:#4b4b4b;font-size:14px;}
.imgDetail .slick-dots li span{font-size:20px;color:#617cdc;}
.imgDetail .slick-dots li.slick-active{display:block;}
.imgDetail .imgDetail-nav{padding:20px;}
.imgDetail .imgDetail-nav .nav-item{position:relative;padding:0 2px;}
.imgDetail .imgDetail-nav .nav-item img{height:90px;}
.imgDetail .imgDetail-nav .nav-item em{position:absolute;left:2px;top:0; width:calc(100% - 4px);height:100%;background-color: rgba(0,0,0,0.5);}
.imgDetail .imgDetail-nav .slick-current em{display:none;}
.imgDetail .imgDetail-nav .slick-arrow{z-index:1; border:none;font-size:0;background:url('../../images/nav-left.png') no-repeat center center ;background-color: rgba(96,131,219,0.4); position:absolute;width:35px;height:35px;border-radius:50%;left:4px;top:50%;transform: translateY(-50%);}
.imgDetail .imgDetail-nav .slick-next{left:auto;right:4px;background:url('../../images/nav-right.png') no-repeat center center ;background-color: rgba(96,131,219,0.4);}
.imgDetail .imgDetail-nav .slick-arrow:hover{background-color: #6083db;}
/*******************************
  -------[数字图书馆-搜索结果页]--------
********************************/
.resource-checkedCount {display: flex;align-items: center;font-size: 14px;width: 150px;justify-content: space-between;margin-top: 20px;}
.resource-count {display: flex;align-items: center;color: #666;}
.resource-checkedCount input {margin-right: 10px;margin-top: 0;}
.resource-checkedCount i {font-style: normal;color: #617cdc;margin: 0 3px;}
.resource-checkedCount a {color: #999;font-size: 14px;}
.resCenter-main-item-checkBox input{margin-right: 10px;margin-top:8px;}
.resCenter-right-btn > div {float: left;width: 40px;height: 45px;line-height: 45px;text-align: center;cursor: pointer;}
.resCenter-sort {display: flex;align-items: center;}
.resCenter-right-btn > div.cur {background-color: #f0f0f0;}
.resCenter-chartList {display: flex;flex-wrap: wrap;margin: 0 -15px;}
.resCenter-chartList .resCenter-main-item {flex-wrap: wrap;}
.resCenter-chartList .resCenter-main-item .resCenter-item-content {width: 100%;padding: 0;}
.resCenter-chartList .resCenter-main-item {padding: 20px 15px;width: 33.333333333%;}
.resCenter-chartList .resCenter-item-content-author,.resCenter-chartList .resCenter-item-content-classify {width: 100%;}
/* .search-result .resCenter-item-content {width: calc(100% - 151px);} */
.resCenter-right-btn {flex-shrink: 0;}
/*******************************
  -------[报告详情]--------
********************************/
.reportDetail{border-radius:5px;background-color: #fff; padding:20px;margin-top:30px;}
.related-list{padding:15px;font-size:14px; color:#333333;line-height:25px;}
.related-list li{background: url('../../images/drop-icon.png') no-repeat 3px 10px;padding-left:16px;margin-bottom:10px;}
.related-list li:last-child{margin-bottom:0;}
.reportDetail .slick-dots{width:60px;float:right;position:absolute; right:30px;bottom:32px;background-color: #fff;border-radius:2px; height:28px;line-height:28px;text-align: center;}
.reportDetail .slick-dots li{display:none;color:#4b4b4b;font-size:14px;}
.reportDetail .slick-dots li span{font-size:20px;color:#617cdc;}
.reportDetail .slick-dots li.slick-active{display:block;}
.toolbar-down{background-color: #a88ec8;border-top-width: 1px;}
.pageView .hotWords{background-color: #617cdc;border-radius: 6px;padding: 0px 20px;box-sizing: border-box;color: #fff;padding-bottom:20px}
.pageView .hotWords .right-title{background: none;color: #fff;padding: 15px 0;}
.pageView .hotWords .hotWords-list li{ border-radius: 3px;margin-bottom: 10px;margin-right: 6px;border: solid 1px #ffffff;display: inline-block;    padding: 3px 5px;box-sizing: border-box;background: rgba(193, 193, 193, 0.1);}
.pageView .hotWords .hotWords-list a {color:#fff;}
/* 全屏后样式 */
.fullScrentDom .slick-slide img{width:100%;}
.fullScrentDom .reportDetail{height:100%;}
/* 退出全屏 */
.fullScrentDom{position:relative;}
.cancelFullscreen{display:none;position:absolute;right:0; top:20px;z-index:9; height:40px;line-height:30px;font-size:16px;padding:5px 15px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;background-color: #fff;color:#333;box-shadow: 0 0 10px rgba(0,0,0,0.4);}
.fullScrentDom .cancelFullscreen{display:block;}
/* 论文详情 */
.paper-buy{background: linear-gradient(to right,#fc846b,#feb07d);border-radius: 30px;color:#fff;font-size:24px;line-height: 56px;height: 56px;text-align: center;}
.paper-buy span{border-left:1px solid #fcac8e;font-size:16px;margin-left:10px;padding-left:10px;}
/* 引文 */
.citation {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
}
.citation .back {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #1e1e1e;
  opacity: 0.3;
}
.citation .content {
  width: 50%;
  z-index: 120;
  max-height: 660px;
  background-color: #fff;
  position: absolute;
  top: 40%;
  right: 50%;
  transform: translate(50%, -50%);
}
.citation .content .top {
  height: 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #f4f4f4;
  border-bottom: #e5e5e5 1px solid;
}
.citation .content .top h3 {
  font-size: 20px;
  color: #585858;
  line-height:60px;
  font-weight: 500;
}
.citation .content .top span {
  line-height: 60px;
  font-size: 30px;
  color: #b0b0b0;
  cursor: pointer;
}
.citation .content .c-body .item {
  line-height: 2;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0 35px 0 45px;
}
.citation .content .c-body .item:nth-child(2n-1) {
  border-bottom: #e5e5e5 1px solid;
}
.citation .content .c-body .item .left {
  width: 150px;
}
.citation .content .c-body .item .right {
  flex: 1;
}
.citation .content .c-body .item .cp-yin {
  border-radius: 3px;
  display: inline-block;
  padding: 0px 5px;
  background: #f4f4f4;
  cursor: pointer;
}
/*******************************
   --------[作者库列表]-------
********************************/
.left-list {
  border: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
}
.left-list.left {
  border: 1px solid #ebebeb;
}
.left-list .list-title {
  border-top: 2px solid #617cdc;
  background-color: #f9f9f8;
  color: #333333;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
}
.left-list.left .list-title {
  border-top: none;
  border-left: 2px solid #617cdc;
}
.left-list .list-title h4 {
  margin:0;
  height: 100%;
  line-height: 48px;
}
.left-list .list-title a {
  color: #787878;
  font-size: 22px;
}
.list-search {
  border: 1px solid #ebebeb;
  background: #f9f9f8;
  line-height: 34px;
  font-size: 14px;
  color: #b0b0b0;
}
.list-search .search-result {
  padding: 9px 20px;
  border-bottom: 1px solid #ebebeb;
}
.list-search .letter-search span {
  height: 30px;
  line-height: 30px;
}
.list-search .subsearch-query {
  width: calc(100% - 90px);
}
.list-search .subsearch-query .input-group {
  width: calc(100% - 120px);
  color: #999999;
}
.list-search .subsearch-query .input-group .input-group-addon {
  background: #ffffff;
}
.list-search .subsearch-query .input-group input {
  border-left: none;
  background: #ffffff;
}
.list-search .subsearch-query .input-group .search-select {
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 13px;
  border: none;
  background: none;
}
.list-search .subsearch-query .retrieval-btn {
  width: 52px;
  text-align: center;
  background: #4583ea;
  border-radius: 0;
  color: #fff;
  margin-left: 8px;
}
.list-search .subsearch-query .empty-btn {
  width: 52px;
  text-align: center;
  background: #d9d9d9;
  border-radius: 0;
  color: #fff;
  margin-left: 8px;
}
.class-works ul li{    padding: 0 20px;
  background: #fff;
  white-space: nowrap;
  overflow: Hidden;
  cursor: pointer;}
.class-works ul li a{color:#3c3c3c;font-size:16px;float: left;
  max-width: 84%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0;}
.class-works ul li:hover{background:#f9f9f8;}
.class-works ul li:hover a{color:#617cdc;}

.letter-search .subsearch-query{width:100%;}
.letter-search .subsearch-query a{float:left; height:30px;line-height:30px;padding:0 4px;text-align:center;margin:1px 2px 0;min-width:2.76%;}
.letter-search .subsearch-query a.on{background:#ff9c3b;color:#fff;}
.popular-authors{padding:10px;}
.popular-authors dl{padding:20px 10px;padding-right:0;border-bottom:1px dashed #ebebeb;margin:0;}
.popular-authors dl:last-child{border:none;padding-bottom:0px;}
.popular-authors dl dt{float:left; width:100px;}
.popular-authors dl dd{float:left; width:calc(100% - 110px);margin-left:10px;}
.popular-authors dl dd h4{margin:12px auto;color:#333;font-size:18px;font-weight:bold;}
.popular-authors dl dd h4 a{color:#333;display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;}
.popular-authors dl dd p{color:#999999;}
.author-library-item{border:1px solid #ebebeb;padding:20px;margin:15px auto 10px;}
.author-library-item .pic{position: relative;overflow:hidden;height:216px;line-height:216px;text-align:center;}
.author-library-item .pic .introduce-mask{position: absolute;background:rgba(0,0,0,0.6);width:100%;height:100%;left:0;top:100%;padding:20px;color:#fff; -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
transition: .5s;}
.author-library-item .pic img{max-height:100%;}
.author-library-item .pic .introduce-mask p{text-align:left;margin-top:10px;line-height:24px; max-height: 144px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.author-library-item:hover{border-color:#4583ea;box-shadow: 0 0 10px 0 rgba(0, 21, 32 , 0.1);}
.author-library-item:hover .pic .introduce-mask{top:0;}
.author-library-item .introduce h4{font-size:20px;font-weight:bold;line-height:20px;margin:20px auto 10px;    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;}
.author-library-item .introduce h4 a{color:#333333}
.author-library-item .introduce p{color:#999999;line-height:28px;}
.author-library-item .introduce p span{color:#c6c6c6; margin-right:15px;}
.author-library-item:hover .introduce h4 a{color:#4583ea}
/*******************************
   --------[作者库详情]-------
********************************/
.my-works{padding:25px 40px;}
.my-works .work-item{margin:15px auto;}
.my-works .work-item .pic{height:124px;line-height:124px;text-align:center;}
.my-works .pic img{box-shadow: 0 0 5px 1px rgba(93, 93, 93, 0.2);max-width:100%;max-height:100%;}
.my-works .work-name{margin-top:10px;height:52px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;}
.my-works .work-name a{color:#333333;font-size:16px;line-height:26px;}
.book-con .author-pic{float:left;width:248px;line-height: 260px;}
.book-con .author-info{float:right;width:calc(100% - 268px);max-height:220px;margin:20px 0px 20px 20px;padding-right:20px;overflow-y:auto;}
.book-con .author-info p{text-indent:2rem;line-height:1.6;font-size:16px;}
@media (min-width: 1200px){
  .container {
      width: 1200px;
      padding: 0px;
  }
}
@media screen and (min-width: 1921px) {
  .index-header{background-size: 100% 102px;}
  .index-main{background-size: 100% 556px;}
  .resource-center{background-size: 100% 216px;}
}
@media screen and (max-width: 1537px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1199px) {
  /*******************************
      -------[数字图书馆-首页]--------
    ********************************/
  .header-title > div {
    font-size: 26px;
  }
  .header-nav > ul > li {
    margin: 0 10px;
    padding: 36px 0;
  }
  .index-booklist-r-books-r-item .item-r .item-r-author {
    margin-top: 11px;
  }
  .index-booklist-newBook .index-booklist-newBook-img img {
    height: 230px;
  }
  .index-booklist-newBook-main {
    padding: 47px 20px;
  }
  .index-footer-workTime > .workTime {padding: 0 10px;}
  /*******************************
    -------[数字图书馆-分类]--------
  ********************************/
  .classify-main-right-masonry {
    width: 100%;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  /*******************************
    -------[数字图书馆-资源中心]--------
  ********************************/
  .resCenter-item-content  .resCenter-item-content-desc > div {width: 100%;margin-left: 0;}
  .resCenter-searchGroup {margin: 40px 0;}
}
@media screen and (max-width: 992px) {
  .citation .content{width:80%;}
  /*******************************
      -------[数字图书馆-首页]--------
    ********************************/
  .index-booklist-newBook-main {
    border-left: 1px solid #f6f6f6;
  }
  .index-booklist-newBook-main {
    padding: 63px 20px;
    padding-bottom: 64px;
  }
  .index-audioBook-item-text {
    padding: 10px;
  }
  .index-booklist-newBook .index-booklist-newBook-img img {
    height: 197px;
  }
  .header-title > div {
    font-size: 20px;
  }
  .header-nav > ul > li > a {
    font-size: 16px;
  }
  .index-booklist-r {
    width: 100%;
  }
  .index-footer-info-content > .index-footer-info-content-item {
    margin: 15px 0;
  }
  .index-footer-copyright {
    height: auto;
    line-height: 30px;
  }
  /*******************************
    -------[数字图书馆-分类]--------
  ********************************/
  .classify-main-right-masonry {
      width: 100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0;
  }
  /*******************************
  -------[数字图书馆-资源中心]--------
  ********************************/
  .resCenter-bookDownload {padding: 7px 10px;}
  /* 网页阅读 */
  .myNavBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
  }
  .catelog-phone {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: flex;
    left: 0px;
    height: 50px;
    line-height: 50px;
  }
  .catelog-phone > div {
    flex: 1;
  }
  .pageView-tit{font-size:30px;}
  /* pdf目录样式 */
  .readView{padding-top:15px;}
  .menu_second, .menu_three{display:none;}
  .pageView-nav{display:none;z-index:2;position:fixed;width:100%;height:100%;top:0;left:0;padding:20px 15px;}
  .pageView-tree,.pageView_search{max-height:calc(100vh - 90px); overflow:auto;margin-top:0;}

  .toolbar{padding:0 15px;display:block;clear:both;overflow:hidden; width:100%;position:static;margin-top:10px;}
  .toolbar-share{width:auto;float:left;}
  .toolbar-share .tool-item{float:left;padding:5px;}
  .toolbar-share .tool-item:first-child{padding:5px;}
  .toolbar-share{border-top-width: 1px;border-left-width:4px;margin-right:10px;}
  .toolbar-voice{border-left-width: 1px;}
  .toolbar-share:last-child{margin-right:0;}
  .toolbar .shareBar{display:none;}
  .readView .detail-content-sharebox img{float:left;}
  .readView .detail-content-sharebox .font{float:left;}


  .pageView-content{margin-top:15px;}
  .resCenter-chartList .resCenter-main-item {width: 50%;}
  .reportDetail,.imgDetail{margin-top:15px;}
}
@media screen and (max-width: 768px) {
  .citation .content{width:90%;}
  /*******************************
    -------[数字图书馆-首页]--------
  ********************************/
  .bookModule > .moduleCard{width:100%;margin-bottom: 50px;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
  .bookModule > .moduleCard:last-child{margin-bottom:20px;}
  .index-booklist-r-books-l,.index-booklist-newBook-item{padding:10px;}
  .index-booklist-newBook-main{padding:0;}
  .index-booklist-newBook-item > div{text-align:center;}
  .index-booklist-r-books-r-item{height:auto;}
  .index-booklist{    margin-top: 10px;}
  .index-header-top {
    justify-content: space-between;
    height: 70px;
    padding:0 15px;
  }
  .header-title > div{font-size:16px;}
  .bookModule,
  .index-booklist-r-books,
  .index-booklist-newBook-main,
  .index-footer-main {
    flex-wrap: wrap;
  }
  .bookModule > .moduleCard {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index-booklist-r-title {
    padding: 0 10px;
  }
  .index-booklist-r-books-l,
  .index-booklist-r-books-r,
  .index-booklist-r-books-r-item .item-l,
  .index-booklist-r-books-r-item .item-r,
  .index-booklist-newBook,
  .index-booklist-saleCount,
  .index-booklist-r,
  .index-footer-qrcode {
    width: 100%;
  }
  .index-footer-qrcode{margin-top:20px;}
  .index-footer-qrcode .index-footer-workTime{border:none;}
  .index-booklist-newBook .index-booklist-newBook-img img {
    height: auto;
  }
  .index-audioBook-list {
    padding: 0px;
    padding-top: 30px;
  }
  .index-audioBook-item {
    width: 50%;
    flex-direction: column;
  }
  .index-audioBook-item-text {
    padding: 10px;
  }
  .index-audioBook-item-img {
    text-align: center;
  }
  .specialLibrary-content-item,
  .index-booklist-newBook-item {
    width: 50%;
  }
  .index-footer-copyright {
    height: auto;
    line-height: 30px;
    padding: 10px 0;
    font-weight: normal;
  }
  .index-footer-workTime > .workTime {
    padding: 0;
  }
  .index-footer-info-content{margin-top:10px;}
  .index-footer-info-content > .index-footer-info-content-item {
    margin: 3px 0;font-weight:normal;
  }
  .index-footer-info-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .swiper-prevBtn {
    left: 10px;
  }
  .swiper-nextBtn {
    right: 10px;
  }
  /*******************************
    -------[数字图书馆-分类]--------
  ********************************/
  .classify-main-middle,.classify-main-left {width: 150px;}
  .classify-main-right {width:calc(100% - 300px);}
  .classify-main-middle ul li ,.classify-main-left ul li{padding: 0 10px;}
  .header-menu .classify-menu{color: #aaa;}
  .resCenter-searchResult ,.resCenter-classify{width: 100%;}
  .pageView-tit{font-size:20px;letter-spacing: 1px;}
  .resCenter-options {margin-top: 20px;}
  /* 论文详情 */
  .paper-buy{margin-top:20px}
  .share-left{width:auto;    display: inline-block;}
  .bshare-custom{margin:0;}
  .share-left .box{        margin-bottom: 5px;}

  .list-search .search-result{padding:9px 12px;}
  .list-search .subsearch-query{width:100%;}
  .list-search .subsearch-query .input-group{width: calc(100% - 86px);}
  .list-search .subsearch-query .input-group input{border-left: 1px solid #ccc;}
  .list-search .subsearch-query .retrieval-btn,
  .list-search .subsearch-query .empty-btn{font-size: 12px; width: 38px; padding: 6px;margin-left: 5px;}
  .author-library-item .pic{height: 170px;line-height:170px;}
  /* 搜索结果页 */
  .class-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 991;
    left: 0;
    top: 0;
}
  .resCenter-classify{    display: None;background: #fff;overflow-y: auto;position: fixed;width: 80%;height: 100%;z-index: 999;right: 0;top: 0; padding-bottom: 50px;}
  .resCenter-classify-item{padding:10px;}
  .resCenter-classify-item-content{margin-top:10px;}
  .resCenter-classify-item-content ul li{padding:0;}
  .resCenter-classify-item-content ul li label{margin:0;padding:10px;padding-right:20px;}
  .resCenter-classify-item-content ul li label>div{float:left;}
  .resCenter-classify-item-content ul li label input[type=checkbox]{margin:0;}
  .resCenter-classify-item-content ul li.active img{bottom: 15px;right: 10px;}
  .class-list-close {width: 80%;position: fixed;right: 0; bottom: 0;background: #fff; z-index: 999;}
  .class-list-close a {
    padding: 3px 8px;
    height: 30px;
    background: #617cdc;
    color: #fff;
    margin-left: 10px;
    display: block;
    width: 80%;
    margin: 10px auto;
}
}
@media only screen and (max-width: 650px) {
  /*******************************
    -------[数字图书馆-分类]--------
  ********************************/
  .classify-main-right-masonry {
      width: 100%;
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
    }
  /* .resCenter-sort ul {display:none;position: absolute;top: 75px;right: 20px;}
  .resCenter-sort ul li {padding: 5px 10px;background-color: #fff;border: 1px solid #ccc;}
  .phone-sortBtn {display: block;} */
}
@media only screen and (max-width: 479px) {
  .citation .content{width: calc(100% - 30px);}
  .detail-content-sharebox {
    display: none;
  }
  .classify-main-left {width: 100%;height:auto;}
  .classify-main-left ul li,.classify-main-middle ul li{height:30px;line-height:30px;}
  .classify-main-left ul li a{font-size:15px;}
  .classify-main-middle ul li a{font-size:14px;}
  .classify-main-right {width: calc(100% - 150px);padding:10px 0;}
  
  .classify-main-right-masonry-item{padding:0 10px;margin-bottom:10px;}
  .classify-main-right-masonry-item-title span{font-size:15px;}
  .classify-main-right-masonry-item ul li{line-height:30px;}
  .classify-main-right-masonry-item-title i{height:30px;line-height:30px;}
  /* 资源中心 */
  .resCenter-right-main{margin-bottom: 20px;}
  .pagebar {text-align: center; margin: 20px 0;}
  .pageBtnWrap{display:block;}
  .pagebar a, .pagebar .pageBtnWrap span {min-width: 24px;line-height: 24px;height: 24px;margin: 2px;}
  .pagebar input { height: 24px;}
  .resCenter-right-main{padding:10px;}
  .resCenter-item-img {max-width: 80px;}
  .resCenter-item-content-title{margin-bottom:0;}
  .resCenter-main-item .resCenter-item-img{padding-right: 10px;/*width: calc(100% - 80px);*/}
  .resCenter-allType {display: block;}
  .resCenter-typeCount{margin:15px 0;}
}

@media screen and (max-width: 321px) {
}
