.module {
    padding: 1.2rem 0 0;
}
.module .module-header {
    -webkit-box-pack: justify;
    box-pack: justify;
    display: -webkit-box;
    display: box;
    display: flex;
/*    height: .05rem;*/
    justify-content: space-between;
    padding: 0 0.35rem 0;
/*    text-align: center;*/
}
.module .module-header .module-header-tit {
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
}
.module .module-header .module-header-tit .module-title {
    color: #2d3035;
    font-size: .4rem;
    font-weight: 500;
    text-align: center;
}
li, ul {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.module .book-ul .book-layout {
    -webkit-box-pack: justify;
    box-pack: justify;
    display: -webkit-box;
    display: box;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

a {
    text-decoration: none;
}

.nav a{
    width: 25%;
}

.module .book-ul .book-layout .book-cover {
    border: 0.025rem solid #dcdddf;
/*    border-radius: 0.3rem;*/
    flex-shrink: 0;
    height: 3.2rem;
    margin-right: 0.2rem;
    overflow: hidden;
    width: 2.4rem;
}

.module .book-ul .book-layout .book-cell {
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
    flex-grow: 1;
}

.module .book-ul .book-layout .book-cell .book-desc, .module .book-ul .book-layout .book-cell .book-title {
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

.module .book-ul .book-layout .book-cell .book-title {
    -webkit-line-clamp: 1;
    color: #2d3035;
    font-size: .35rem;
    font-weight: 500;
/*    line-height: 1rem;*/
    margin-bottom: 0.2rem;
}

.module .book-ul .book-layout .book-cell .book-desc {
    -webkit-line-clamp: 3;
    color: #8d8e91;
    font-size: .35rem;
    font-weight: 400;
    margin-top: .1rem !important;
    margin-bottom: .2rem !important;
}

.module .book-ul .book-layout .book-cell .book-desc, .module .book-ul .book-layout .book-cell .book-title {
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    margin: auto;
}

.module .book-ul .book-layout .book-cell .book-meta {
    bottom: 0;
    left: 0;
    font-size: .35rem;
}


.module .book-ul .book-layout .book-cell .book-meta span {
    color: #8d8e91;
    font-size: .32rem;
    line-height: .6rem;
}

* {
    box-sizing: border-box;
    outline: none;
}

.page {
    box-shadow: 0 5rem #f5f7f9;
}

body {
    margin: 0 auto;
    position: relative;
    padding-bottom: 2rem;
}

body {
    background-color: #F6F6F6;
}

html {
/*   font-size: 37.5px;*/
}

.g-title{
    font-size: .35rem;
    font-weight: 600;
    color:#d81e06;
}

.book-ul {
    padding: 0;
    margin: auto;
}

.book-title {
    margin: auto;
    font-size: .5rem;
}

.row-items{
    background-color: white;
    padding: .15rem;
    margin: .25rem;
    width: 9.36rem;
/*    border-radius: .2rem;*/
}

.group-xianshi {
  margin: 0.1rem 0 0 0.1rem;
}
.xianshi{
    top: .09rem;
    position: relative;
    margin-right: 0.1rem;
}

.heart{
    width: .4rem;
    top: .05rem;
    margin-right: .1rem;
    position: relative;
}


a,a:hover,a:visited,a:link{
   text-decoration: none;
   color:black;
   outline: none;
}

.nav-main{
    align-items: center;
}
.nav {
    width: 9.36rem;
    margin-top: 0.5rem;
    justify-content: space-around;
    background-color: white;
    border-radius: .2rem;
    padding: .5rem 0;
}


.nav-item {
  align-items: center;
 
}

.nav-item-w{
    font-size: .35rem;
    text-align: center;
    padding: .1rem 0 0
}

.main1 {
  width: 10rem;
}

.box7 {
  background: url(/img/m-bg-img.png) 100% no-repeat;
  width: 9.36rem;
  position: relative;
  margin: auto;
  background-size: cover;
/*  border-radius: 0.2rem;*/
}
.group12 {
  width: 8.854rem;
  margin: 0.32rem 0 0.267rem 0.24rem;
}
.block2 {
  z-index: 365;
/*  border-radius: 4px;*/
  overflow: hidden;
  width: 2rem;
  position: relative;
}
.pic2 {
  left: 0;
  top: 0;
  width: 2rem;
  height: 2.66rem;
}
.word14 {
  display: block;
  font-size: 0.32rem;
  line-height: 0.454rem;
  text-align: center;
  padding: 0.1rem 0;
/*  word-break: keep-all;*/
}

