<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap{
  max-width: 640px;
  width:100%;
  margin: 0 auto;
  /*padding:20px;*/
  background: #fafafa;

}

/*header */
.header{
 font-size: 0;
}
.utilImg{
  display: block;
  width: 100%;
  padding:10% 0;
  /*margin:2px 0;*/
  cursor: pointer;
}
.emphasis{
  display: inline-block;
  width:66.7%;
  padding:10% 0;
  margin:2px 0;
  cursor: pointer;
  background: url("../images/emphasisBook.png")no-repeat;
  background-size:cover;
}
.search{
  display: inline-block;
  width:31.5%;
  padding:10% 0;
  margin:2px 0;
  float: right;
  cursor: pointer;
  background: url("../images/search.png")no-repeat;
  background-size:cover;
}
.recommend{
  background: url("../images/recommendBook.png")no-repeat;
  background-size:cover;
}

.newBook{
  background: url("../images/newBook.png")no-repeat;
  background-size:cover;
}
.commonBook{
  background: url("../images/commonBook.png")no-repeat;
  background-size:cover;
}
.overview{
  background: url("../images/overview.png")no-repeat;
  background-size:cover;
}


/*content*/
.bookContent{
  /*padding:20px;*/
  background: #fff;
}
.crumbs{
  font-size:1.8rem;
  font-weight: bold;
  padding:15px 0;
}
.crumbs .second{
  color: #c70552;
}
.bookContent .sort{
  border-top:1px solid #d4d4d4;
  border-bottom:1px solid #d4d4d4;
  padding:10px 0;
}
.bookContent .sort a{
  padding:0 8px;
  color: #d4d4d4;
  font-size: 1.6rem;
  font-weight: bold;
}
.bookContent .sort .choose{
  color: #c70552;
}
/*.bookContent .sort a &gt;i{*/
/*display: inline-block;*/
/*width: 12px;*/
/*height: 15px;*/
/*vertical-align: middle;*/
/*background: url("../images/sort.png")no-repeat;*/
/*}*/
.bookdes{
  padding:26px 0 22px 5px;
  border-bottom: 1px solid #e7e7e7;

}
.bookdes &gt; a &gt; img {
  float: left;
  margin-right: 23px;
  width: 18.12%;
  height: auto;
  max-width: 116px;
}

.detail{
  padding-left: 20%;
}
.detail h3{
  font-size: 1.6rem;
  font-weight: bold;
}

.abstract{
  font-size: 1.4rem;
  color: #9d9d9d;
  min-height: 42px;

}
.price{
  padding-left: 20px;
}
.nowprice{
  font-size: 2.0rem;
  color: #ff2741;
  margin-right: 5%;
}
.nowprice &gt; i{
  font-style: normal;
  font-size: 12px;
  vertical-align: middle;
}
.linethrou{
  font-style: normal;
  font-size: 1.4rem;
  color: #9d9d9d;
  text-decoration: line-through;
}

.add_cart{
    background: #ff243f;
    color: #fff;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 3px 10px;
    margin-right: 6px;
    float: right;
    margin-top: 3px;

}
.add_cart &gt; a{
  color:#fff!important;
}

/*涓婂垝鍔犺浇鏇村*/
.content .item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align:center;
  -webkit-box-align:center;
  box-align:center;
  -webkit-align-items:center;
  align-items:center;
  padding:3.125%;
  border-bottom: 1px solid #ddd;
  color: #333;
  text-decoration: none;
}
.content .item img{
  display: block;
  width: 40px;
  height: 40px;
  border:1px solid #ddd;
}
.content .item h3{
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  margin: 0 10px;
  font-size: 1.2rem;
}
.content .item .date{
  display: block;
  height: 20px;
  line-height: 20px;
  color: #999;
}
.opacity{
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear;
}
@-webkit-keyframes opacity {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes opacity {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
/*涓婂垝鍔犺浇Done*/
</pre></body></html>