body{ background: #fff; max-width:640px; min-height:100%; height:auto;}
*{outline:none;box-sizing: border-box;}

/* 菜单 */
.h80{height: 1.8rem;}
.h90{height:1.58rem;}
.ph1{height: 1rem;}
.ph1-1{height: 1.01rem;}
/* 大分类吸顶 */
.h180{height: 1.6rem;}
.menu_cont{position: fixed; top: 0.8rem;width:100%;max-width: 640px; background-color: #fff;z-index:99; }
.menu_cont>ul {display:flex;justify-content:flex-start;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:touch;overflow-y:hidden;padding:0.1rem 0 0;}
.menu_cont>ul::-webkit-scrollbar {display:none;}

.menu_cont ul li{ margin:0 0.25rem 0 0.25rem; height: 0.46rem;position: relative;}   
.menu_cont ul li a{font-size: 0.26rem; padding:0;color: #000; } 
.menu_cont ul li.on::before{content: '';display: inline-block; width: 100%; height: 0.06rem; background-color: #3191f5;
     position: absolute; bottom: 0rem; border-radius: 0.04rem;}
.menu_cont ul li.on a{color: #3191f5;}  


/*menu*/
.category {padding:0 0.2rem 0.2rem; background-color: #fff; width: 100%; height: 2.66rem; overflow: hidden; }
.category__row {display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;}
.category__row .category__item{width: 20%; display: flex; justify-content: center; flex-direction: column;}
.category__item__icon {width:100%; text-align:center;}
.category__item__icon img {width:0.6rem;height:auto; margin:0.2rem 0rem 0.12rem}
.category__item__txt {font-size:0.22rem;text-align:center;color:#333;overflow: hidden;white-space: nowrap;text-overflow:ellipsis; width: 100%;}


/* 横幅图 */
.banner-wrap{display: block; margin:0 0.2rem}
.banner-wrap img{width: 100%; border-radius: 0.1rem;}

/* 栏目标题 */
.c_title{ margin:0.24rem 0.24rem 0; clear:both;position: relative;}
.c_title h1{ font-size:0.26rem; font-weight:600; color:#000; display:inline-block; position:relative;letter-spacing:1px;padding-left: 0.2rem;}
.c_title h1:before{ content:''; width:0.05rem; height:0.24rem; background-color:#3191f5; display:inline-block; position:absolute; left:0; top:0.06rem;}

.c_title span{ margin-left:0.2rem; color:#666; font-size: 0.2rem; }
.c_title .c_more{position: absolute;right: 0; top:0;height: 0.4rem; line-height: 0.4rem; color:#555;font-size:0.22rem; background-color: #f5f5f5;border-radius:0.04rem; padding:0 0.2rem;}
.c_title .c_more i{color: #555;font-size: 0.22rem;}



/* 分类列表 */
.cate_list{ border-top: 0.14rem solid #f6f6f6;}
.cate_list_item{ position: relative;}
.cate_list .list_cont{ clear:both; overflow:hidden; padding:0 6px; display: none;}
.cate_list .list_cont.show{display: block;}
.cate_list .list_li {position:relative;width:calc(100% / 3);float:left;padding:0 7px;margin-top:14px;overflow: hidden; }
.cate_list .list_li .item_bg {width:100%;border-radius:3px;overflow:hidden;background-color: #f7f8fa;font-size: 0;position: relative;}
.cate_list .list_li .item_bg img {width:100%;height:100%;}
.cate_list .list_li .icon{padding:0 0.05rem;height: 0.26rem;text-align: center;font-size: 0.2rem; display: flex;  align-items: center;position: absolute; right: 0.1rem; top: 0.1rem; color: #fff;border-radius: 0.05rem; }
.cate_list .list_li .icon.free{background-color: #ff3d3d;}
.cate_list .list_li .icon.vip{background-color: #ffb940;}
.cate_list .list_li .desc{font-size: 0.22rem; color: #f68b0b; margin-top: 0.02rem; height: 0.3rem;}
.cate_list .list_li .item_title {width:100%;display:flex;flex-direction:row;align-items:center;font-size: 0;margin-top: 0.1rem;}
.cate_list .list_li .item_title .title {margin-left:0.1rem;font-size:0.22rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex: 1;  color: #666;}
.scene-category {padding: 0 0.1rem 0 0.06rem;height:0.26rem;text-align:center;font-size:0.2rem;color:#f68b0b;background-color:#fae7bf;border-radius:0 100px 100px 0; display: flex;align-items: center}
.scene-category.H5 {background-color:rgba(21,147,255,.1);color:#1593ff;}
.scene-category.hb {background-color:rgba(111,97,236,.1);color:#6f61ec;}
.scene-category.video {background-color:rgba(58,159,107,.1);color:#3a9f6b;}
.scene-category.long {background-color:rgba(243,113,51,.1);color:#f37133;}
.scene-category.form {background-color:rgba(2,173,191,.1);color:#02adbf;}
.scene-category.gc {background-color:rgba(245,166,35,.1);color:#f5a623;}

/* 专题 */
.cate_list .cate_list_item.zhuanti .list_li{width: 50%;}

/* 社交媒体 */
.cate_list .medier .list_cont {font-size:0;white-space:nowrap;overflow:scroll;padding:0 0.2rem 0;margin-right:0.2rem;display:flex;-webkit-overflow-scrolling: touch}
.cate_list .medier .list_cont::-webkit-scrollbar {display: none;}
.cate_list .medier .list_cont  .list_li {flex-shrink:0;width:2.5rem;margin-right:0.2rem;padding: 0;}
.cate_list .medier .list_cont  .list_li img {width:100%; border-radius: 0.06rem;}

/* 长单页 */
.cate_list .long .list_li .item_bg {width:100%;border-radius:3px;overflow:hidden; height:5rem;background-color: #fff;}
.cate_list .long .list_li .item_bg img {width:100%;height: auto;}
.list_more{ text-align: center;display: flex; justify-content: center;align-items: center;margin: 0.2rem 0;}
.list_more::before,.list_more::after{content: ''; flex: 1; display:inline-block;height: 1px; background: #ddd; width: 0.5rem;margin: 0 0.2rem; }
.list_more a{font-size: 0.26rem;color: #666;}

.category__footer{    display: -webkit-box; display: -webkit-flex;display: flex; padding: 0.2rem 0.2rem 0.1rem;}
.category__btn{flex: 1; height: 0.7rem;border-radius: 0.1rem; color: #444950;font-size: 0.23rem;
    background: #f5f6f8;   display: -webkit-box;
    display: -webkit-flex;
    display: flex;    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;}
    .category__btn:last-child{margin-left: 0.2rem;}
    .category__footer i{font-size: 0.3rem;color: #f68b0b; vertical-align: middle; margin-left: 0.1rem;}
/* 资讯 */
.news_list{background-color: #fff; margin: 0.3rem 0;border-radius: 0.1rem;}
.news_list.news{ padding-bottom:0}
.news_list .new_cont{ clear:both; overflow:hidden; margin:0.06rem 0.2rem 0;}
.news_list .new_item_li {position:relative;width:50%;float:left;padding:0.2rem 0.2rem; border-bottom:1px solid #eee; border-right:1px solid #eee}
.news_list .new_item_li:nth-child(2n){ border-right:none;}
.news_list .new_item_li:nth-child(5),.news_list .new_item_li:nth-child(6){ border-bottom:none;}
.news_list .new_item_li a{ display:flex;}
.left_icon{ width:30px; background:url('../images/index/icon.png') no-repeat left 3px; background-size:20px;}
.right_c{ flex:1}
.r_top{ font-size:0.24rem; color:#000; font-weight:bold; width:100%; height:0.3rem;line-height:0.32rem;text-overflow: ellipsis;overflow:hidden;}
.t_bottom{ font-size:0.2rem; color:#999; margin-top:0.16rem;width:100%; height:0.3rem; line-height:0.3rem; overflow:hidden;}


/* 移动友情链接 */
.links {
    padding: 0 0.3rem;
    margin-top: 0.3rem;
}

.links h3 {
    font-size: 0.24rem;    
    line-height: 0.6rem;
}

.links a {
    font-size: 0.22rem;
    color: #999;
    margin-right: 0.2rem;
}



