html{
    font-size: 50px;
    max-width:640px;
    margin: 0 auto;
}
*{
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
body{
    max-width:640px;
    margin: 0 auto;
    color: #666;
    font: 0.28rem Arial, "Microsoft Yahei";
}
i{
    font-style: normal;
    font-family: iconfont;
}

.container{
    width: 7.1rem;
    margin: 0 auto;
}
@media screen and (min-width: 320px){
    html{
        font-size: 42.6666667px;
    }
}
@media screen and (min-width: 360px){
    html{
        font-size: 48px;
    }
}
@media screen and (min-width: 375px){
    html{
        font-size: 50px;
    }
}
@media screen and (min-width: 411px){
    html{
        font-size: 54.8px;
    }
}
@media screen and (min-width: 414px){
    html{
        font-size: 55.2px;
    }
}
@media screen and (min-width: 750px){
    html{
        font-size:100px;
    }
}
@media screen and (min-width: 768px){
    html{
        font-size:102.4px;
    }
}
@media screen and (min-width: 1024px){
    html{
        font-size:136.5333px;
    }
}
header,nav,article,section,aside,footer{display:block;}

/* 头部开始 */
.header {
    background-color:#94c418;
    height: 0.8rem;
    width: 100%;
    padding: 0 0.2rem;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.header img{
    height: 0.4rem;
}
/*头部结束*/
/*轮播图开始*/
.banner{
    width: 100%;
    height: 3.5rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    border-radius: 10px;
    overflow: hidden;
}
.banner img{
    width:7.1rem;
    height: 3.5rem;
}
/*轮播图结束*/
/*少儿简笔开始*/
.timeduration{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	right: 3px;
	bottom: 3px;
	padding: 4px 6px;
	font-size: 10px;
	border-radius: 10px;
}
.timeduration img{
	width: 0.14rem !important;
	height: 0.16rem !important;
}
.chi{
    width: 100%;
    height: auto;
    padding-left: 0.2rem;
}
.chiTitle{
    padding-top: 0.3rem;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
    /* margin-bottom: 0.2rem; */
    margin-top: 0.2rem;
}
.chiTitle img{width: 0.12rem;height: 0.2rem;}
.chiTitle h2 {
    font-size:0.42rem;
	font-weight: bold;
    color: #333333;
	font-family: PingFang-SC-Bold;
}
.chiTitle h2 span{
    font-size: 0.24rem;
    color: #808080;
    margin-left: 0.1rem;
}
.chiTitle a{
    font-size: 0.28rem;
    color: #aaaaaa;
    padding-top: 0.1rem;
}
.chiLists{
    width: 100%;
    height: auto;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.chiList{
    width:3.45rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;

}
.chiListImg{
    width: 100%;
    height: 1.94rem;
    position: relative;
}
.chiListImg img{
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}
.chiList p{
    margin-top: 0.2rem;
    font-size: 0.3rem;
    color: #333333;
    padding: 0 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-family: PingFang-SC-Medium !important;
}
.chiLists a{
	margin-bottom: 0.3rem;
	display: inline-block;
}
.chiListCon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.78rem;
    height: 0.78rem;
}
.chiListCon img{

    width: 100%;
    height: 100%;
}
/*少儿简笔结束*/
/*文学故事开始*/
.lit{
    width: 100%;
}
.litTitle{
    padding: 0.3rem 0.2rem 0.1rem;
}
.litImg{
    padding: 0 0.2rem;
    width: 100%;
    height: 3.8rem;
    border-radius: 0.08rem;
    position:relative ;
}
.litImg>img{
    width: 100%;
    height: 100%;
}
.litLists{
    padding-left: 0.2rem;
}
.lit p{
    font-size: 0.32rem;
    color: #333333;
    margin: 0.3rem 0.2rem;
}
.lit a:last-child .informationList:last-child{border-bottom: none !important;}
/*文学故事结束*/
/*资讯推荐开始*/
.informationLists{
    padding: 0 0.2rem;
}

.informationList{
    width: 100%;
    border-bottom:0.02rem solid #e6e6e6 ;
    padding-bottom: 0.4rem;
    overflow: hidden;
    padding-top: 0.4rem;
}
.informationList.active{
    border-bottom: none;
}
.informationListLife{
    width: 4.5rem;
    float: left;
}
.informationListText{
    font-size:16px;
    line-height: 0.45rem;
    color: #333333;
    height: 0.9rem;
    overflow: hidden;
    position: relative;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.informationListLifeTime{
    font-size: 14px;
    color: #777;
	margin-top: 0.16rem;
}
.informationListText:after{
    content: "";
    position: absolute;
    display: block;
}
.informationListImg{
    width:108px;
    height:70px;
    border-radius: 0.10rem;
    overflow: hidden;
    float: right;
    position: relative;
}
.informationListImg img{
    width: 100%;
    height: 100%;
}
/*资讯推荐结束*/
/*footer*/
.footer {
    display: block;
    clear: both;
    text-align: center;
    background-color: #f7f7f7;
    border-top: 0.02rem solid #e3e3e3;
    padding: 0.2rem 0;
    margin-top: 0.2rem;
    font-size: 0.24rem;
}

/*swiper*/
html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	border-radius: 0.2rem;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 0.5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #94c418 !important;
}
.seek_more{width: 100%;height: 0.72rem;text-align: center;padding: 0 0.2rem;box-sizing: border-box;}
.seek_more a{width: 100%;height: 100%;line-height: 0.72rem;font-size: 0.28rem;background-color: #f6f6f6;display: inline-block;border-radius:8px;color: #999999;}
.seek_more a img{width: 0.2rem;height: 0.2
rem;margin-left: 0.2rem;}
.header1{width:5%;}
.header2 img{height: 0.46rem;}

