html {
  height: 100%;
}

body {
  height: 100%;
}

body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.7vw;
  font-weight: normal;
  list-style: none;
}
.banner{
  width: 100%;
  height: 500px;
  background: url('../images/banner11.jpg') no-repeat center center;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.banner-content{
  position: relative;
  max-width: 1120px;
  min-width: 1060px;
  height: 435px;
  left: 0;
  top: 100px;
  margin: 0 auto;
  background-color: transparent;
  display: flex;
}
.content-left{
  width: 575px;
  height: 100%;
  background-color: transparent;
}
.left-text-box1{
  position: relative;
  margin-top: 40px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  letter-spacing: 1.5px;
  padding-bottom: 14px;
}
.left-text-box1>.t-1 {
  font-size: 39px;
  font-weight: 700;
  line-height: 46px;
  color: #f7dd5c;
  text-shadow: -1px 1px 1px #616161;
}
.left-text-box2 {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 44px;
    width: 100%;
    line-height: 22px;
    background-image: url(../images/banner-text.png);
    background-repeat: no-repeat;
    padding-bottom: 28px;
}
.left-text-box2>p {
  line-height: 42px;
  font-size: 16px;
  letter-spacing: .4px;
}
.h-banner-btn {
  position: relative;
  left: 3px;
}
.h-banner-btn>a, .h-banner-btn>div {
  display: inline-block;
  width: 207px;
  height: 67px;
  cursor: pointer;
}
.templates-make {
  background-image: url(../images/templates-make.png);
  background-position: -10px -16px;
}
.free-upload {
  margin-right: 23px;
  background-image: url(../images/free-upload.png);
  background-position: -12px -11px;
}

.content-right{
  width: 570px;
  height: 100%;
  margin-left: 10px;
  background-color: transparent;
}
.book-bg{
  position: absolute;
  width: 570px;
  height: 350px;
  margin-top: 50px;
  background: url('../images/banner-shelf.png') no-repeat center center;
}
.book-ul{
  /* position: absolute; */
  list-style: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.book-row1{
  position: absolute;
  top: -85px;
  left: 65px;
  right: 46px;
  height: 160px;
}
.book-row2{
  position: absolute;
  top: 120px;
  left: 65px;
  right: 46px;
  height: 160px;
}
.book-row1>div, .book-row2>div {
  position: relative;
  font-size: 0;
  line-height: 0;
  width: 120px;
  height: 160px;
  display: inline-block;
  margin: 0 13px;
  float: left;
}
.h-banner-hover {
  height: 134px;
  width: 94px;
  left: 11px;
  top: 1px;
  position: absolute;
}
.h-banner-hover>.hover-demo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.5);
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.book-img{
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
  cursor: pointer;
  text-align:center
}
.book-img img{
	width:100px;
	height:132px
}
.book-text{
  position: absolute;
    width: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    bottom: -30px;
    text-shadow: 0 2px 0 #2d2d2d;
}

.h-info {
  position: relative;
  background: #f6f6f6;
  padding: 8px 0;
}
.h-info-list {
  position: relative;
  max-width: 1220px;
  min-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.h-info-item {
  width: calc(25% - 1px);
  float: left;
  border-right: 1px solid #ececec;
  height: 60px;
  text-align: center;
  font-size: 0;
}
.h-info-item:nth-child(4){
  border-right: 0;
}
.h-info-item .text {
  color: #797979;
  font-size: 16px;
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.h-info-item .icon {
  background-image: url(../images/index_icon.png);
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.h-info-item .icon.user {
  background-position: -10px -5px;
}
.h-info-item .icon.run {
  background-position: -58px -3px;
}
.h-info-item .icon.book {
  background-position: -113px -3px;
}
.h-info-item .icon.view {
  background-position: -163px -3px;
}
.example{
  padding: 35px 0 10px;
  background: #fff;
}
.example>h4 {
  text-align: center;
  margin: 0;
  color: #333;
  font-size: 40px;
  padding: 30px 0 45px;
}
.example-centent{
  position: relative;
  max-width: 1220px;
  min-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
.h-example-c {
  position: relative;
}
.water-item {
  /* position: absolute; */
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  background-color: #fff;
}
.water-img-content {
  width: 220px;
    height: 293.333px;
  position: relative;
}
.water-book-img {
  width: 220px;
  height: 255px;
  position: absolute;
  inset: 36.664px auto auto 0px;
  display: inline;
  max-width: 100%;
  max-height: 100%;
}
.water-book-title {
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  line-height: 20px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  padding: 10px;
  word-break: break-word;
}
.water-book-title>a {
  color: #333;
  text-decoration: none;
}
.water-book-title>a:hover {
  text-decoration: underline;
}
.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 1260px;
}