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: #5cbf4c;
    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;
}
.banner img{
    width:7.5rem;
    height: 3.5rem;
}
/*轮播图结束*/
/*少儿简笔开始*/
.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;
}
.chiTitle h2 {
    font-size: 0.34rem;
    color: #333333;
}
.chiTitle h2 span{
    font-size: 0.24rem;
    color: #808080;
    margin-left: 0.1rem;
}
.chiTitle a{
    font-size: 0.24rem;
    color: #808080;
    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: 2.37rem;
    position: relative;
}
.chiListImg img{
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}
.chiList p{
    margin-top: 0.2rem;
    font-size: 0.32rem;
    color: #333333;
    padding: 0 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.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{
    border-top: 0.05rem solid  #e5e5e5;
    padding: 0.3rem 0.2rem 0.2rem;
}
.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;
}
/*文学故事结束*/
/*资讯推荐开始*/
.informationLists{
    padding: 0 0.2rem;
}

.informationList{
    width: 100%;
    border-bottom:0.02rem solid #e6e6e6 ;
    padding-bottom: 0.2rem;
    overflow: hidden;
    padding-top: 0.2rem;
}
.informationList.active{
    border-bottom: none;
}
.informationListLife{
    width: 4.58rem;
    float: left;
}
.informationListText{
    font-size:16px;
    line-height: 0.45rem;
    color: #333333;
    height: 0.9rem;
    overflow: hidden;
    position: relative;
}
.informationListLifeTime{
    font-size: 14px;
    color: #777;
}
.informationListText:after{
    content: "";
    position: absolute;
    display: block;
}
.informationListImg{
    width:108px;
    height:70px;
    border-radius: 0.08rem;
    float: right;
}
.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;
}
.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;
}

/* 组词 笔画板块 */
.bihua_search{width: 7.1rem;height: 0.7rem;background: #ffffff;border: 1px solid #cccccc;border-radius: 0.09rem;position: relative;overflow: hidden;margin: 0 auto;margin-bottom: 0.5rem;margin-top: 0.2rem;}
.bihua_search img{position: absolute;width: 0.32rem;height: 0.32rem;left: 0.18rem;top: 0.18rem;}
.bihua_search input{float: left;padding-left: 0.66rem;font-size: 0.26rem;font-weight: 500;color: #333333;line-height: 0.7rem;border: none;outline: none;width: 5.66rem;box-sizing: border-box;}
.bihua_search button{width: 1.4rem;height: 0.7rem;background: #5cbf4c;border-radius: 0px 0.09rem 0.09rem 0px;box-sizing: border-box;float: left;font-size: 0.26rem;line-height: 0.26rem;font-weight: 500;text-align: center;color: #ffffff;border: none;outline: none;}
.right_bihua_title{font-size: 0.3rem;font-weight: bold;text-align: left;color: #333333;line-height: 0.6rem;margin: 0.2rem 0;}
.right_bihua_title_list {overflow: hidden;    padding: 0 0.25rem;}
.right_bihua_title_list li{float: left;margin-right: 0.45rem;margin-bottom: 0.3rem;}
.right_bihua_title_list li:nth-of-type(5n){margin-right: 0;}
.right_bihua_title_list li p{width: 1.04rem;height: 1.04rem;background: url(/static/img/bhbg.png)no-repeat center center;background-size: contain;text-align: center;line-height: 1.04rem;font-size: 0.6rem;font-weight: 500;color: #333333;}
.right_bihua_title span{width: 0.12rem;height: 0.12rem;border-radius: 50%;background: #5cbf4c;display: inline-block;margin-right: 0.15rem; position: relative; top: -0.05rem;margin-left: 0.2rem;}
.zuci_list{overflow: hidden;    padding: 0 0.15rem;}
.zuci_list li{ padding: 0 0.2rem;box-sizing: border-box;float: left;width: 1.6rem;height: 0.6rem;border: 1px solid #e6e6e6;border-radius: 0.05rem;margin-right: 0.2rem;margin-bottom: 0.28rem;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.zuci_list li a{font-size: 0.26rem;font-weight: 500;line-height: 0.58rem;}
.zuci_list li:nth-of-type(4n){margin-right: 0;}
.hide{display: none;}

/* 友情链接 */
.mlinks {
    float: left;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
}
.mlinks h4 {
    float: left;
    padding: 0 0 0 0.1rem;
    font-size: 0.32rem;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-weight: 400;
    color: #5cbf4c;
}
.mlinksCont {
    float: left;
    width: 100%;
    padding: 0.04rem 0;
}
.mlinksCont .cont {
    padding: 0 0.1rem;
}
.mlinksCont .cont p {
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 0.2rem 0.1rem;
}
.mlinksCont .cont p a {
    line-height: 0.24rem;
    padding: 0 0.06rem 0 0;
    color: #888;
    display: inline;
}