/* 内容区 */
@media screen and (min-width: 1000px){
  .conBox{
    background-color: #ecf1f5;
    overflow: hidden;
    min-height: 790px;
    padding: 100px 0 40px;
  }

  .conBox .cantainer{
    position: relative;
  }
  
  .conBox .down{
    position: absolute;
    right: 0;
    top: -60px;
    width: 270px;
  }

  .conBox .title{
    width: 410px;
    margin: 0 auto;
    display: block;
  }

  #flipbook {
    height: 900px;
    margin: 20px auto !important;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
}

#flipbook .turn-page {
    background-color: white;
}

#flipbook .cover {
    background: #333;
}

#flipbook .cover h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    line-height: 500px;
    margin: 0px;
}

#flipbook .loader {
    /* background-image: url(loader.gif); */
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 238px;
    left: 188px;
}

#flipbook .data {
    text-align: center;
    font-size: 40px;
    color: #999;
    line-height: 500px;
}

#flipbook .odd {
    background-image: -webkit-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(left, #FFF 95%, #ddd 100%);
    box-shadow: 0 3px 15px #4d4c4c;
}

#flipbook .even {
    background-image: -webkit-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(right, #FFF 95%, #ddd 100%);
    box-shadow: 0 3px 15px #4d4c4c;
}
.page {
    background-color: #fff;
}
.he{
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    box-shadow: 0 3px 15px #4d4c4c;
    margin-bottom: 20px;
    margin-top: 20px;
}


.btnGroup{
  justify-content: center;
}
.btnGroup img{
  height: 20px;
  margin: 20px;
}
.btnGroup .prev,
.btnGroup .next{
  cursor: pointer;
}
}


/* 内容区 */
@media screen and (max-width: 1000px){
  .conBox{
    background-color: #fff;
    overflow: hidden;
    /* min-height: 790px; */
    /* padding: 100px 0 40px; */
  }

  .conBox .cantainer{
    position: relative;
    padding-bottom: 2.4rem;
  }
  
  .conBox .down{
    /* display: none; */
    position: absolute;
    left: calc(50% - 1.7rem);
    bottom: .8rem;
    width: 3.4rem;
  }

  .conBox .title{
    width: 5.4667rem;
    margin: .5333rem auto;
    display: block;
  }

  #flipbook {
    /* height: 1900px; */
    margin: .2667rem auto !important;
    box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, .04), 0px 8px 20px rgba(0, 0, 0, .08);
}

#flipbook .turn-page {
    background-color: white;
}

#flipbook .cover {
    background: #333;
}

#flipbook .cover h1 {
    color: white;
    text-align: center;
    font-size: 50px;
    line-height: 500px;
    margin: 0px;
}

#flipbook .loader {
    /* background-image: url(loader.gif); */
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 238px;
    left: 188px;
}

#flipbook .data {
    text-align: center;
    font-size: 40px;
    color: #999;
    line-height: 500px;
}

#flipbook .odd {
    background-image: -webkit-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(left, #FFF 95%, #ddd 100%);
    box-shadow: 0 3px 15px #4d4c4c;
}

#flipbook .even {
    background-image: -webkit-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(right, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(right, #FFF 95%, #ddd 100%);
    box-shadow: 0 3px 15px #4d4c4c;
}
.page {
    background-color: #fff;
}
.he{
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    box-shadow: 0 3px 15px #4d4c4c;
    margin-bottom: 20px;
    margin-top: 20px;
}


.btnGroup{
  justify-content: center;
}
.btnGroup img{
  height: .4rem;
  margin: .4rem;
}
.btnGroup .prev,
.btnGroup .next{
  cursor: pointer;
}
}