body{
    background-color: #fff6c4;
}
img{
    width: 100%;
}
.black-bgc{
    background-color: #e7e7e7;
    height: 0.625rem;
}
.main{
    margin-bottom: 1rem;
}
.swiper-container {
    width: 100%;
}
.themes{
    width: 100%;
}
.themes-left{
    float: left;
    width: 35%;
}
.themes-right{
    width: 100%;
  /*  float: left; */
}
.themes-right img{
    float: left;
    width: 50%;
}
.themes-right img:nth-of-type(2n){
    width: 50%;
}
.white-bgc{
    background-color: #fff;
    padding: .6rem .5rem .6rem .5rem;
    margin: .6rem .5rem .5rem .5rem;
}
.theme-text{
    font-size: 0.85rem;
    line-height: 1.5rem;
    height: 1.5rem;
    font-weight: 700;
    position: relative;
}
.theme-text a{
    font-size: 0.6rem;
    font-weight: 500;
    position: absolute;
    right: 0.1rem;
    top: 0.13rem;
}
.books{
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #8e8e8e;
    margin-top: .4rem;
    width: 99%;
}
.books a{
    width: 48%;
}
.books a img{
    width: 100%;
    height: 4.5rem;
    margin-bottom: .2rem;
}
.books a p{
    font-size: .6rem;
    line-height: .9rem;
}
.vip{
    border: .5rem solid #F6f6f6;
    text-align: center;
    padding: .4rem .4rem .5rem .4rem;
}
.vip .text1{
    font-size: 1rem;
    line-height: 2rem;
    color: #ee6338;
    font-weight: 700;
}
.vip .text2{
    font-size: .5rem;
    color: #9e9e9e;
    margin-bottom: .6rem;
}
.vip-card{
    height: 4rem;
    width: 7.86rem;
    font-size: .8rem;
    line-height: 4rem;
    color: #fff;
    background-color: #f65f5d;
    float: left;
    margin-top: .2rem;
    text-align: center;
}
.vip-card img{
    height: 2.3rem;
    width: 3rem;
    display: inline-block;
    vertical-align: middle;
}
.vip-card:nth-of-type(2n-1){
    margin-right: .2rem;
}
.vip-card:nth-of-type(2){
    background-color: #f2cc64;
}
.vip-card:nth-of-type(3){
    background-color: #7ba5e8;
}
.vip-card:nth-of-type(4){
    background-color: #abee84;
}
.free-audio img{
    width: 50%;
    float: left;
}
.free-audio{
    margin-bottom: 1rem;
}
.books-card{
    background-color: #f6f6f6;
    margin: .6rem .75rem 1rem .75rem;
    padding: .9rem;
}
.book-card{
    background-color: #fff;
    width: 100%;
    height: 6.5rem;
    margin-bottom: .5rem;
}
.book-img{
    float: left;
    margin-left: .7rem;
    width: 5.5rem;
    height: 5.5rem;
    margin-top: .7rem;
}
.book-detail{
    float: left;
    margin-left: 1.3rem;
    margin-top: .7rem;
    color: #000;
    font-size: .65rem;
    line-height: .9rem;
    position: relative;
}
.book-title{
    word-wrap: break-word;
    word-break: normal;
    width: 7.2rem;
    font-weight: 700;
}
.book-dec{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 7.2rem;
    font-size: .5rem;
    color: #929292;
}
.book-money{
    font-size: .6rem;
    color: #4ab898;
    font-weight: 700;
    margin-top: 1.8rem;
}
.book-detail img{
    width: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.dianpu.book-img{
   margin-top: .4rem;
}
.more{
    text-align: center;
    font-size: .6rem;
    color: #bdbdbd;
    font-weight: 700;
    line-height: .55rem;
    margin-top: .7rem;
}
.more img{
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    vertical-align: top;
}