html {
    position: relative;
    min-height: 100%;
    padding-bottom:180px;
    box-sizing: border-box;
}

body {
    background-color: #cceaf7;
}
/*背景云*/
.cloud img:nth-child(1){
    position: fixed;
    left: 0;
    bottom: 0;


}

.cloud img:nth-child(2){
    position: fixed;
    right: 0;
    bottom: 0;

}


.clear {
    clear:both;
    content: ".";

}
.header {
    height: 88px;
    font-size: 22px;
    line-height: 88px;
    position: fixed;
    top:0;
    z-index: 10000;
}
.header >div {
    width: 1280px;
    height: 98px;
    margin: 0 auto;
    vertical-align: middle;

}
.header ul {
    padding:9px 0;
    height: 80px;
    line-height: 80px;
    float:right;
    position: relative;
}


.header ul li {
    float: left;
    cursor: pointer;
    /*margin-left:110px;*/
    padding-left:5px;
    padding-right:25px;
    color:#919191;

}
.header ul li:nth-child(1){
    /* margin-left:75px; */
    color: #1eb2d5;
}
/* .header ul li:nth-child(7){
    margin-top:10px;
} */

.header .load,.header .sign  {
    font-size: 16px;
    /* padding-left:10px;
    padding-right:10px; */
}
.indexlogo {
    height:60px;
    margin-top:20px;

}

/*banner*/
.banner {
    margin: 88px auto 0;
    width: 1280px;
    height: 400px;
}
.swiper-slide {
    width: 100%;
    height:100%;
}


#swiper-button-prev{
    background: url("../img/goodfather10.png") no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius:50%;
}
#swiper-button-next{
    background: url("../img/goodfather11.png") no-repeat;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius:50%;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #80cdee;
}
    /*筛选*/
.filter {
    width: 1280px;
    position: relative;
    margin: 0 auto ;
    background-color: #fff;
    margin-top:-26px;
    /*padding-bottom:10px ;*/
}
#find ,#picBook ,#picVideo{
    width:1280px;
    padding-bottom:50px;

}
.subject {
    overflow: hidden;
}
.subject:nth-child(1){
    padding-top: 35px;
}
.subject ul {
    display: inline-block;
    width: 90%;

}

.subject ul li {
    float:left;
    margin-left:22px;
    cursor: pointer;
    height: 25px;
    line-height:25px;
    transition: all .5s;


}
.subject  ul li:hover {
    font-size: 17px;
    /*transform: scale(1.1);*/
}


#find>div ,#picBook>div ,#picVideo>div {

    margin-left:40px;
    font-size:14px ;
    color:#4b4b4b;
    height:auto;
    /*min-height:50px;*/
    width: 90%;


}
 .subject >div {
    font-weight: bolder;
     height: 50px;
    float: left;
}


.public{
    background-color: #8ec7ed;
    padding:0 5px;
    border-radius: 15px;
}
.search {
    background: url("../img/goodfather03.png") no-repeat 225px 4px;
    position: absolute;
    right: 40px;
    top:15px;
    width: 245px;
    padding-left:15px;
    height: 25px;
    border-radius: 25px;
    border: 1px solid #afafaf;
}
.search::placeholder{
    color:#afafaf;
}
.searchr {
    position: absolute;
    right: 45px;
    top: 16px;
    width: 30px;
    height: 28px;
    cursor: pointer;
}

.no-data{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

/*!*书架*!*/
.bookcase {
    width: 1280px;
    height:auto;
    margin:0 auto;
    background-color: #fff;
    position: relative;
    padding-top: 20px;
}


.bookbtall{
    width: 1280px;
    position: absolute;
    left:50%;
    margin-left:-640px;
}
.bookbt{
    width: 1280px;
    height:127px;
    background:url("../img/goodfather08.png") no-repeat 20px 0;
    margin-top:290px;

}
.bookbg{
    margin-top:215px;
}


.bookcover {
    cursor: pointer;
}
.book{
    overflow: hidden;
}
.onebook {
    float: left;
    width: 240px;
    position: relative;
    height: 306px;
    margin-left: 60px;
    background: url("../img/goodfather06.png") no-repeat 20px 0;
    display: inline-block;
    margin-bottom:111px;
    transition: all .5s;
    
}

.onebook a {
    display: inline-block;
    position: relative;
    height: 292px;
    width: 198px;
    overflow: hidden;
    margin-left:20px;
    margin-top:8px;
    text-align: center;
    border: 1px solid #ccc;
}
.onebook  img {
    /*width: 198px;*/
    position: absolute;
    transform:translateX(-50%);
    left:50%;
    height: 292px;
    -ms-transform:translateX(-50%); 	/* IE 9 */
   -moz-transform:translateX(-50%); 	/* Firefox */
   -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
   -o-transform:translateX(-50%); 	/* Opera */

}

.onebook div {
    /*position: relative;*/
    width: 218px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color:#323232;
    font-size: 18px;
    z-index: 1000;
    overflow: hidden;
    margin-top:5px;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.onevideo{
    width: 330px;
    background: none;
    height: 231px;
    float: left;
}
.onevideo a{
    display: inline-block;
    width: 100%;
    height: 220px;
    box-sizing: border-box;
}
.onevideo img{
    width: 100%;
    height: 100%;
    /* height: 220px; */
}
.onevideo div{
    width: 320px;

}
.onebook:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px); 	/* IE 9 */
    -moz-transform: translateY(-5px); 	/* Firefox */
    -webkit-transform: translateY(-5px); /* Safari 和 Chrome */
    -o-transform: translateY(-5px); 	/* Opera */
}

.reback {
    position: fixed;
    bottom: 50px;
    right:100px;
    display: none;
    cursor: pointer;
    z-index: 99999;
}

.store {
    width: 184px;
    height: 58px;
    position: absolute;
    z-index: 1000;
    top: 233px;
    left: 414px;
    cursor: pointer;
}
.andriod {
    width: 184px;
    height: 58px;
    position: absolute;
    z-index: 1000;
    top: 304px;
    left: 414px;
    cursor: pointer;
}

.user {
    /* position: absolute; */
    right: -110px;
    top:0;
    font-size:16px;
    display: none;
}
.username {
    margin-left:5px;
}
.userimage{
    width: 60px;
    display: inline-block;
    height: 60px;
    border-radius: 50%;
    vertical-align: -30%;
    overflow: hidden;


}
.userimage img{
    width: 100%;
}

/*7条颜色*/
.colorBar {
    position: fixed;
    width: 100%;
    height: 4px;
    overflow-x: hidden;
    z-index:999;
    top: 88px;
}

.colorBar ul {
    height: 4px;
    margin: 0 auto;
}
.colorBar ul li {
    float: left;
    height:4px;
}
.colorBar ul li:nth-child(1){
    background-color: #fa8c8e;
    width: 22%;
}
.colorBar ul li:nth-child(2){
    background-color: #fcb88b;
    width: 8%;
}
.colorBar ul li:nth-child(3){
    background-color: #f5e467;
    width:7.8%;
}
.colorBar ul li:nth-child(4){
    background-color: #c0ed98;
    width: 8.5%;
}
.colorBar ul li:nth-child(5){
    background-color: #88ebd5;
    width: 11%;
}
.colorBar ul li:nth-child(6){
    background-color: #8ec7ed;
    width: 11%;
}
.colorBar ul li:nth-child(7){
    background-color: #fac3f6;
    width:11%;
}
.colorBar ul li:nth-child(8){
    background-color: #fa8c8e;
    width:20.7%;
}
[v-cloak] {
    display: none;
}

    /*底部信息*/
.foot {
    width: 1280px;
    margin:80px auto 45px ;
    font-size: 20px;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.foot div {
  text-align: center;

}

.suggest a {
    width: 100%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 0;
    background-color: rgba(248,234,193,0.75);
    text-align: center;
    visibility: hidden;
    z-index: 9000000;
}

/*绘本添加导航*/
.nav {
    height:55px;
    background-color: #C4C8CF;

}
.nav li {
    width:200px;
    /* line-height:55px; */
    height:55px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    box-shadow: -4px 0 1px rgba(0,0,0,0.25) ;
    border-top-right-radius:10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;

}
.nav .navCurrent {
    background-color: #fff;
    border-top-left-radius:10px;
    box-shadow:none;
    color: #fcb88b;
}

#picBook {
    display: none;
}
#picVideo{
    display: none;
}
.vip-show{
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
}
.vip-show img{
    width: 100%;
    height: 100%;
}
.tips-show{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 32px;
    background: url("../img/btn-bg.png") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

/*.nav {*/
    /*visibility: hidden;*/
/*}*/
.nav .search-box{
    width: 360px;
    padding-left: 80px;
    cursor: default;
}
.nav .search-box input{
    font-size: 14px;
    width: 220px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #C4C8CF;
    padding-left: 5px;
}
.nav .search-box span{
    cursor: pointer;
    font-size: 1.2rem;
    margin-left: 10px;
    display: inline-block;
}





