body {
    background: #fafafa;
    padding-bottom: 100px;
}

/*.cc-main {
  padding-top: 120px; 
}*/

.basic-container {
    text-align: left;
    padding-top: 17px;
}

.basic-title-container {
    overflow: hidden;
}

.basic-book-title-group {
    font-size: 15px;
  line-height: 23px;
  padding-bottom: 3px;
  color: #333;
}

.basic-title-fullscreen {
    margin-left: 10px;
}


.basic-book-title {
max-width: 500px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.basic-book-nav > * {
    float: left;
      line-height: 23px;
}

.basic-book-nav > i {
    margin: 0 10px;
}


.basic-book-desc h2 {
      font-size: 14px;
  color: #888;
  margin: 0px;
  overflow: hidden;
  text-align: left;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.basic-part {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.basic-part.big {
    padding: 20px;
}

.basic-part.no-margin {
    margin-bottom: 0px;
}

.basic-hint {
    border: 1px solid #FFF1B2;
  background: rgb(255, 255, 221);
  color: #383838;
}

.basic-tips-container {
      font-size: 15px;
  color: #373737;
}

.basic-left-container .basic-iframe-container {
    width: 100%;
    height: 473px;
}

.basic-left-container .cc-spin-loading-40 {
  z-index: 1;
}

.basic-left-container iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.basic-left-container, .basic-right-container {
    height: 530px;
    overflow: hidden;
}

.basic-publish-tip {
    text-align: center;
    margin-top: 10px;
}

.basic-user {
    padding-left: 80px;
    min-height: 60px;
    position: relative;
}

.basic-user img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
}

.basic-user-name {
    font-size: 15px;
  color: #333;
  font-weight: bold;
  margin-bottom: 19px;
}

.basic-btn-group {
    margin-top: 10px 
}

.basic-btn-group .button-pure {
       width: 48%;
  float: left;
  padding: 8px;
  border-radius: 0px;
  font-weight: normal;
}

.basic-btn-group .button-pure > i {
    margin-right: 4px;
}

.basic-btn-group .button-pure.first {
    margin-right: 2%;
}

.basic-btn-group .button-pure.last {
    margin-left: 2%;
}

.basic-rel-container {
    padding-top: 24px;
}

.basic-rel-container > p {
      position: relative;
  top: -11px;
  display: inline-block;
  background-color: #fff;
  padding-right: 8px;
  font-weight: bold;
  color: #6F6F6F;
}

.basic-rel-books {
  height: 342px;
}

@media (min-width: 960px) {
    .basic-rel-books {
        overflow-x: hidden;
    }
}

@media (min-width: 1200px) {
    .basic-rel-books {
        overflow: hidden;
    }
}

.basic-rel-books > ul {
    margin-bottom: 8px;
}

.basic-rel-books > ul > li {
    width: 95px;
  margin: 1px 4px;
}

/*.basic-rel-books > ul > li:not(:last-child) {
    margin-right: 5px;
}*/

.basic-rel-books > ul > li > a > p {
      text-align: center;
  font-size: 12px;
  color: #808080;
}

.basic-rel-book-shot {
      width: 100%;
  max-height: 131px;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.51);
  position: relative;
  background: #ddd;
}

.basic-rel-book-shot img {
    width: 100%;
    cursor: pointer;
}

.basic-rel-book-mask {
      opacity: 0;
  background: rgba(40, 40, 40, 0.5);
  color: #F0F0F0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.15s;
}

.basic-rel-book-mask:hover {
    opacity: 1;
}

.basic-rel-more {
    text-align: center;
    font-size: 13px;
}

.basic-rel-more a:hover {
    text-decoration: underline;
}




.basic-border {
    border-bottom: 1px solid #ececec;
}

.basic-page-container {
    position: relative;
    color: black;
    line-height: 22px;
    text-align: left;
    min-height: 100%;
    padding: 40px;
    overflow: hidden;
}
.basic-page-context {
    position: relative;
}
.basic-page-context-title {
        line-height: 50px;
  font-size: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.basic-hide-to-others {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-color: #fff;
    font-size: 20px;
    position: relative;
    padding: 17px 0;
}
.basic-hide-inner {
    width: 460px;
    background: #f8f8f8;
    position: relative;
    margin: 0px auto;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 70px 0px;
}
.basic-hide-inner>.input-error {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 12px;
    color: #973a3a;
    left: 0px;
    bottom: 74px;
}
.basic-hide-inner>.basic-img {
    border: none;
    line-height: 0px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.basic-hide-inner>.basic-img>img {
    min-height: 60px;
    width: 160px;
    border: none;
    vertical-align: middle;
    border: 1px solid #E4E4E4;
}
.basic-hide-inner>p.user-name {
    margin-top: 8px;
    margin-bottom: 24px;
    color: #333;
    height: 1.7em;
    font-size: 16px;
}
.basic-hide-inner>p {
    line-height: 1.7em;
    /*height: 1.7em;*/
    overflow: hidden;
    padding: 0px 40px;
    margin-bottom: 6px;
    font-size: 15px;
    color: #666;
}
.basic-hide-inner>p>a {
    text-decoration: underline;
}
.basic-hide-inner>.input-content {
    padding-bottom: 14px;
}
.basic-hide-inner>.input-content>input {
    width: 280px;
    height: 26px;
}
.basic-hide-inner>.button-pure {
    /*width: 269px;*/
    padding: 8px 10px;
    font-size: 15px;
}
.basic-desc {
    word-break: break-word;
  font-size: 15px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #888;
}
.basic-keyword {
    font-size: 15px;
margin-top: 0px;
margin-bottom: 12px;
color: #888;
}
.basic-desc b, .basic-keyword b{
    color: #000;
}
.basic-edit-page-size.margin-bottom {
    margin-bottom: 24px;
}
.basic-edit-page-size.margin-top {
    margin-top: 40px;
}
.basic-edit-page-size > div {
    display: inline-block;
    margin-right: 16px;
}
.basic-edit-page-size li {
    display: inline-block;
    line-height: 20px;
    font-size: 0;
    margin: 3px 0;
}
.basic-edit-page-size li > a {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 2px;
    padding: 0 4px;
}
.basic-edit-page-size li.active > a {
    background: rgb(27, 127, 204);
    color: #ffffff;
}
.basic-edit-page-size li:not(.active):hover a {
    background: #e1e1e1;
    color: #323436;
}
.basic-author-text {
    color: #A09999;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
      margin-bottom: 23px;
}
.basic-author-text > a {
    color: inherit;
    text-decoration: underline;
}

.basic-tags {
    text-align: left;
font-size: 13px;
margin-bottom: 15px;
}

.basic-tags a {
    color: inherit;
}


/*Explore Search*/
.basic-search-container {
  padding: 20px 40px;
  color: #515151;
}

.basic-search-container > span {
    font-size: 17px;
  line-height: 30px;
  font-weight: bold;
    display: block;
  margin-bottom: 12px;
}

.basic-search-group {
    height: 42px;
    position: relative;
}

.basic-search-group input {
      border: 1px solid #ddd;
  padding: 13px;
  background: #FFFFFF;
  height: 100%;
  width: 100%;
  border-right: none;
  border-radius: 0px;
  padding-right: 117px;
}

.basic-search-group .button-pure {
    background: #2584E0;
    color: #fff;
    height: 100%;
    width: 100px;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 32px;
}

.basic-search-group .button-pure i {
    margin-top: 7px;
}

/*tag*/
.basic-tag-container {
    font-size: 13px;
    line-height: 22px;
    margin-top: 8px;
}

.basic-tag-container a {
color: #888;
  text-decoration: underline;
  margin-left: 5px;
}


/*Text Search*/
.basic-text-search-container {
  padding: 20px 40px;
  color: #515151;
}

.basic-text-search-container span {
    font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  color: #515151;
    display: block;
  margin-bottom: 12px;
}

.basic-text-search-group {
    height: 34px;
    position: relative;
      margin-bottom: 13px;
}

.basic-text-search-group input {
      border: 1px solid #ddd;
  padding: 13px;
  background: #FFFFFF;
  height: 100%;
  width: 40%;
  border-right: none;
  border-radius: 0px;
  padding-right: 71px;
  float: right;
}

.basic-text-search-group .button-pure {
    background: #2584E0;
  color: #fff;
  height: 100%;
  width: 58px;
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 0px;
}

.basic-text-search-group .button-pure i {
    margin-top: 5px;
}

.basic-cate-nav {
   position: absolute;
    top: 80px;
    left: 0px;
    background-color: #fff;
    line-height: 45px;
    width: 100%;
    z-index: 110;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.28);
}

.basic-cate-nav ul li {
  margin-right: 20px;
}

.basic-cate-nav ul li a {
  text-decoration: underline;
  color: #666;
}

.basic-cate-nav ul li a:hover {
  color: #aaa;
}







