@charset "UTF-8";
/* ==========================================================================
   lay-ui Font
   ========================================================================== */
/*--------------没有数据时显示数据为空----------------*/
@media (max-width: 1200px) {
  .container {
    width: 1170px; } }

body {
  background-image: url("../../lar-ui/imgs/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center; }

.mainLeft {
  width: 80%;
  float: left; }
  .mainLeft .leftBottom {
    width: 98%;
    margin-top: 70px;
    display: inline-block; }

.mainRight {
  width: 20%;
  float: right; }
  .mainRight .libraryInfo, .mainRight .friendLibrary, .mainRight .orderInfo, .mainRight .moreResourceInfo {
    width: 100%;
    height: 205px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin-bottom: 20px; }
    .mainRight .libraryInfo .titleBackColor, .mainRight .friendLibrary .titleBackColor, .mainRight .orderInfo .titleBackColor, .mainRight .moreResourceInfo .titleBackColor {
      background-color: #da2d29;
      height: 40px;
      padding: 0px 10px;
      text-align: center; }
      .mainRight .libraryInfo .titleBackColor .titleFont, .mainRight .friendLibrary .titleBackColor .titleFont, .mainRight .orderInfo .titleBackColor .titleFont, .mainRight .moreResourceInfo .titleBackColor .titleFont {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        color: #ffffff; }
    .mainRight .libraryInfo .libraryResults, .mainRight .friendLibrary .libraryResults, .mainRight .orderInfo .libraryResults, .mainRight .moreResourceInfo .libraryResults {
      padding: 10px;
      height: 160px;
      overflow-y: auto; }
      .mainRight .libraryInfo .libraryResults .libraryItem, .mainRight .friendLibrary .libraryResults .libraryItem, .mainRight .orderInfo .libraryResults .libraryItem, .mainRight .moreResourceInfo .libraryResults .libraryItem {
        line-height: 20px;
        height: 20px; }
        .mainRight .libraryInfo .libraryResults .libraryItem .libName, .mainRight .friendLibrary .libraryResults .libraryItem .libName, .mainRight .orderInfo .libraryResults .libraryItem .libName, .mainRight .moreResourceInfo .libraryResults .libraryItem .libName {
          float: left;
          width: 80%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .mainRight .libraryInfo .libraryResults .libraryItem .libNum, .mainRight .friendLibrary .libraryResults .libraryItem .libNum, .mainRight .orderInfo .libraryResults .libraryItem .libNum, .mainRight .moreResourceInfo .libraryResults .libraryItem .libNum {
          float: right;
          width: 20%;
          text-align: right; }
    .mainRight .libraryInfo .orderResults, .mainRight .friendLibrary .orderResults, .mainRight .orderInfo .orderResults, .mainRight .moreResourceInfo .orderResults {
      padding: 10px;
      height: 180px;
      overflow-y: auto; }
      .mainRight .libraryInfo .orderResults .orderItem, .mainRight .friendLibrary .orderResults .orderItem, .mainRight .orderInfo .orderResults .orderItem, .mainRight .moreResourceInfo .orderResults .orderItem {
        line-height: 20px;
        margin-bottom: 10px;
        cursor: pointer; }
      .mainRight .libraryInfo .orderResults .orderItem:hover, .mainRight .friendLibrary .orderResults .orderItem:hover, .mainRight .orderInfo .orderResults .orderItem:hover, .mainRight .moreResourceInfo .orderResults .orderItem:hover {
        color: #da2d29; }

.leftTop .bookIcon {
  width: 24%;
  height: 290px;
  line-height: 290px;
  overflow: hidden;
  float: left; }
  .leftTop .bookIcon img {
    width: 100%;
    height: 100%; }

.leftTop .bookInfoRect {
  margin-left: 30px;
  width: 70%;
  float: left;
  height: 240px;
  overflow: hidden; }
  .leftTop .bookInfoRect .bookName {
    font-size: 16px;
    font-weight: bold;
    height: 31.25px;
    line-height: 31.25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .leftTop .bookInfoRect .bookItemInfo {
    line-height: 30px; }
    .leftTop .bookInfoRect .bookItemInfo > li:last-child {
      height: 90px;
      overflow: hidden; }

.leftTop .operationRect {
  margin-left: 30px;
  float: left; }
  .leftTop .operationRect .operationBtn {
    margin: 16px 25px 0px 0px;
    display: none; }

.lar-tab .nav-tabs.nav-justified {
  width: 500px; }
  .lar-tab .nav-tabs.nav-justified .disabled {
    cursor: not-allowed;
    color: #ccc; }

.lar-tab .tab-content {
  margin-top: -1px;
  padding: 15px 20px;
  border: 1px solid #ccc;
  min-height: 320px; }
  .lar-tab .tab-content .tab-pane
> li {
    line-height: 25px; }
  .lar-tab .tab-content p {
    line-height: 25px; }

.libraryRule a {
  color: #da2d29; }

.libraryRule a:focus {
  text-decoration: none; }

.readingNoteTitle {
  text-align: center;
  font-size: 16px; }

.opertionTip {
  margin-top: 10px; }

.orderItem span img {
  margin-right: 10px;
  width: 40px;
  height: 20px; }
