﻿body {
    background-color: #f2f2f2;
  }
  
  a {
    color: black;
  }
  
  .h-section {
    margin-bottom: 0.2rem;
    background-color: white;
  }
  
  .h-section:last-child {
    margin-bottom: 0;
  }
  
  .h-section-top {
    padding: 0.35rem 0.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .h-section-title {
    font-size: 0.32rem;
  }
  
  .h-section-more {
    font-size: 0.26rem;
    color: #666;
    background: url("../image/icon-right.png") right 0.05rem center no-repeat;
    padding-right: 0.25rem;
    background-size: 0.1rem;
  }
  
  .h-section-items {
    padding: 0.1rem 0.35rem;
  }
  
  .h-section-items-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  
  .h-section-items-2 .h-book {
    display: flex;
    width: 50%;
    padding-right: 0.1rem;
    margin-bottom: 0.28rem;
    box-sizing: border-box;
  }
  
  .h-section-items-2 .h-book-img {
    width: 1.2rem;
    height: 1.65rem;
  }
  
  .h-section-items-2 .h-book-img img {
    width: 1.2rem;
    height: 1.65rem;
  }
  
  .h-section-items-2 .h-book-info {
    margin-left: 0.16rem;
  }
  
  .h-section-items-2 .h-book-title {
    font-size: 0.28rem;
    line-height: 0.36rem;
    max-height: 0.72rem;
    overflow: hidden;
  }
  
  .h-section-items-2 .h-book-text {
    font-size: 0.24rem;
    color: #b9b9b9;
    margin-top: 0.05rem;
  }
  
  .h-section-items-4 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .h-section-items-4 .h-book {
    display: flex;
    flex-direction: column;
    padding-right: 0.05rem;
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
  }
  
  .h-section-items-4 .h-book-img {
    width: 2rem;
    height: 2.6rem;
  }
  
  .h-section-items-4 .h-book-img img {
    width: 2rem;
    height: 2.6rem;
  }
  
  .h-section-items-4 .h-book-info {
    margin-left: 0rem;
    margin-top: 0.15rem;
    width: 2rem;
  }
  
  .h-section-items-4 .h-book-title {
    font-size: 0.28rem;
    line-height: 0.35rem;
    max-height: 0.7rem;
    overflow: hidden;
  }
  
  .h-section-items-4 .h-book-text {
    font-size: 0.24rem;
    color: #b9b9b9;
    margin-top: 0.05rem;
  }
  
  .h-section-items-bar {
    display: flex;
    padding-top: 0;
    padding-bottom: 0.2rem;
    justify-content: space-between;
  }
  
  .h-section-items-bar .h-book {
    width: 48%;
  }
  
  .h-section-items-bar img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .h-subnav {
    padding: 0rem 0.1rem 0.3rem 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin-bottom: 0.16rem;
  }
  
  .h-subnav-item {
    text-align: center;
    width: 1.6rem;
    display: block;
    color: #333;
  }
  
  .h-subnav-item img {
    height: 1rem;
  }
  
  .h-subnav-text {
    font-size: 0.26rem;
    margin-top: 0rem;
  }
  
  .h-section-items-pd {
    overflow-x: scroll;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.35rem;
  }
  
  .pd-container {
    display: flex;
  }
  
  .pd-container .h-book-img, .pd-container .h-book-img img {
    width: 5.2rem;
    height: 4.4rem;
    border-radius: 0.1rem;
  }
  
  .pd-container .h-book-info {
    position: absolute;
    bottom: 0.4rem;
    left: 0.26rem;
    color: white;
    font-size: 0.32rem;
    padding-right: 0.2rem;
    line-height: 0.36rem;
  }
  
  .pd-container .h-book-text {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    line-height: 0.32rem;
  }
  
  .pd-container .h-book {
    width: 5.2rem;
    height: 4.4rem;
    position: relative;
    margin-right: 0.3rem;
    border-radius: 0.1rem;
    flex-shrink: 0;
  }
  
  .pd-container .h-decorate {
    width: 0.3rem;
    height: 4.4rem;
    display: block;
    flex-shrink: 0;
  }
  
  .pd-container .h-decorate2 {
    width: 0.01rem;
    height: 4.4rem;
    display: block;
    flex-shrink: 0;
  }
  
  .pd-container .h-book-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    border-radius: 0 0 0.14rem 0.14rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  }
  
  .h-search {
    padding: 0.2rem;
    background-color: #ecf7ff;
  }
  
  .h-search-wrap {
    display: flex;
    width: 100%;
    border-radius: 1000px;
    border: 1px solid #3262de;
    background: white;
  }
  
  .h-search-input {
    width: 100%;
    padding: 0.23rem 0.4rem 0.2rem 0.4rem;
    margin: 0;
    border: 0;
    font-size: 0.28rem;
    height: 0.28rem;
    color: #666;
    background: transparent;
  }
  
  .h-search-btn {
    color: white;
    background-size: 0.36rem;
    width: 1.6rem;
    border-radius: 0 1000rem 1000rem 0;
    position: relative;
    background-color: #3262de;
    font-weight: bold;
    text-align: center;
    line-height: 0.68rem;
    font-size: 0.28rem;
    position: relative;
    border: 1px solid #3262de;
    padding-top: 0.03rem;
  }
  
  .homelogo img {
    width: 4.78rem;
    height: auto;
  }
  
  .c-nav-home {
    display: block !important;
    padding: 0.2rem 0 0.2rem 0.2rem;
    box-sizing: border-box;
  }
  
  .h-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    background-color: #f0f0f0;
    z-index: 10000;
    position: relative;
  }
  
  .h-navbar-link {
    font-size: 0.28rem;
    line-height: 0.36rem;
    float: left;
    padding: 0.08rem 0.2rem;
    display: block;
    color: #3a62ca;
    position: relative;
  }
  
  .h-navbar-link:after {
    width: 1px;
    background-color: #999;
    position: absolute;
    right: 0;
    top: 0.1rem;
    height: 0.28rem;
    content: ' ';
  }
  
  .h-navbar-link:last-of-type:after {
    display: none;
  }
  
  .h-navbar-download {
    color: #333;
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding-left: 0.6rem;
    display: block;
    background: url(../image/ilogo.png) left center no-repeat;
    background-size: 0.5rem;
  }
  
  .h-section-title-img {
    height: 0.32rem;
    width: auto;
    display: block;
  }
  
  .h-book-img img {
    box-shadow: 2px 2px 10px 0 rgba(204, 204, 204, 0.4);
    border-radius: 0.1rem;
  }
  
  .h-section-items-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .h-section-items-3 .h-book {
    width: 3.3rem;
    flex-shrink: 0;
    margin-bottom: 0.25rem;
  }
  
  .h-section-items-3 .h-book-img {
    width: 3.3rem;
    height: 2.4rem;
    padding: 0.06rem;
    box-sizing: border-box;
    position: relative;
  }
  
  .h-section-items-3 .h-book-decorate {
    width: 3.3rem;
    height: 1.62rem;
    position: absolute;
    left: 0;
    display: none;
    top: 0;
  }
  
  .h-section-items-3 .h-book-cover {
    width: 3.3rem;
    height: 2.4rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 3px 1px rgba(100, 100, 100, 0.3);
  }
  
  .h-section-items-3 .h-book-title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    height: 0.76rem;
    overflow: hidden;
    margin-top: 0.2rem;
  }
  
  .g-body .c-msubnav {
    left: 0;
  }
  
  #img-group .img-hd {
    display: block;
  }
  
  .h-zt {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.2rem 0.2rem 0 0.2rem;
    background-color: #ecf7ff;
    font-size: 0.32rem;
    flex-wrap: wrap;
  }
  
  .h-zt-item {
    width: 20%;
    padding: 0.1rem 0;
    text-align: center;
    color: #036bc5;
  }
  
  .h-zt-bottom {
    padding-top: 0.24rem;
    background-color: white;
  }
  
  .h-zt-bottom .h-zt-title {
    font-size: 0.32rem;
    padding-left: 0.2rem;
  }
  
  .h-zt-bottom .h-zt {
    padding: 0.18rem;
    background-color: white;
  }
  
  .h-zt-bottom .h-zt-item {
    color: #036bc5;
    font-size: 0.32rem;
  }
  
  .home-read-search {
    background-color: #eff0f4;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.20rem 0;
  }
  
  .home-read-search .home-read-search-text {
    font-size: 0.26rem;
    color: #818181;
    margin-left: 0.1rem;
  }
  
  .home-read-search-container {
    padding: 0.2rem 0;
    background-color: white;
  }
  
  .home-read-search-icon {
    width: 0.28rem;
    display: block;
  }
  
  .read-top {
    padding: 0 0.2rem;
    background: white;
  }
  
  .read-nav {
    background: white;
    position: relative;
  }
  
  .read-nav-inter {
    padding: 0.15rem 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0.2rem;
    background: white;
    z-index: 1000;
    position: relative;
  }
  
  .read-nav-right {
    width: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .read-nav-download {
    display: block;
  }
  
  .read-nav-download img {
    width: 1.35rem;
    display: block;
  }
  
  .read-nav-menu {
    display: block;
  }
  
  .read-nav-menu img {
    width: 0.4rem;
    display: block;
  }
  
  #img-group .img-bd {
    border-radius: 0.2rem;
    overflow: hidden;
  }
  
  .h-read-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.35rem;
    padding-top: 0;
  }
  
  .h-read-img {
    width: 2rem;
    height: 2.6rem;
    flex-shrink: 0;
    border-radius: 0.1rem;
    box-shadow: 2px 2px 10px 0 rgba(204, 204, 204, 0.4);
  }
  
  .h-read-main {
    width: 100%;
    margin-left: 0.25rem;
  }
  
  .h-read-title {
    font-size: 0.34rem;
    line-height: 0.45rem;
    font-weight: bold;
    height: 0.45rem;
    overflow: hidden;
    margin-bottom: 0.05rem;
    letter-spacing: 0.02rem;
  }
  
  .h-read-content {
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: 1rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
    color: #666;
    letter-spacing: 0.02rem;
  }
  
  .h-read-author {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    color: #aaa;
  }
  
  .swiper-slide img {
    width: 100%;
    vertical-align: top;
  }
  
  .swiper-slide a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0.16rem;
  }
  
  .swiper-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0.2rem;
  }
  
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    border-radius: 10px;
    background: #3d3d3d !important;
    margin: 0 0.04rem !important;
  }
  
  .swiper-pagination-bullet-active {
    background-color: white !important;
  }
  
  .read-logo {
    height: 0.5rem;
    transform: scale(1.3);
    margin-left: 0.2rem;
  }
  
  /*# sourceMappingURL=maps/homepage.css.map */
  