/*初始化类*/
@charset "UTF-8";
html {
    font-family: "微软雅黑", Verdana, Helvetica, Sans-Serif;
    font-size: 20px;
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #efefef;
}

body {
    font-size: 0.8rem;
    color: #666666;
    outline: 0;
}

html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

::-webkit-scrollbar {
    display: none;/*移动端隐藏滚轮*/
}

@media only screen and (min-width: 400px) {
    html {
        font-size: 21.33333333px !important;
    }
}

@media only screen and (min-width: 410.2rem) {
    html {
        font-size: 21px !important;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 25.6px !important;
    }
}

input {
    -webkit-appearance:none;/*清除ios默认圆角*/
    border-radius:0;
}

/*文字超出变省略号*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none;
}

/*浮动与清浮动*/
.flt-l {
    float: left;
}

.flt-r {
    float: right;
    ;
}

.clear {
    clear: both;
}

/*占位*/
.bgc-eee {
    background-color: #eee;
    min-height: 1.2rem;
}

/*预加载动画*/
.pre-load-box {
    z-index:5;
    /*background-color: rgba(255,255,255,0.9);*/
}

.pre-load-common {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.pre-load {
    display: flex;
    align-items: center;
}

.loading {
    z-index:4;
    background-color: rgba(255,255,255,0);
}

/*加载动画期间禁止滚动*/
.ovfHiden{
    overflow: hidden;
    height: 100%;
}

/*标题栏*/
.top-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #efefef;
    padding: 0.5rem;
}

.top {
    height: 1.5rem;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
}

.top25 {
    height: 2.5rem;
}

.logo {
    margin-right: 0.5rem;
	cursor:pointer;
}

.top-title {
    text-align: center;
	cursor:pointer;
}

/*标题栏图标*/
.icon-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 2.5rem;
    text-align: center;
    padding: 0.5rem 0.75rem;
	cursor:pointer;
}

.icon {
    width: 1.2rem;
    height: auto;
    margin: 0.15rem 0;
}

/*搜索输入*/
.search-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #efefef;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.back {
    text-align: center;
    padding-right: 0.5rem;
    flex-shrink: 0;
	cursor:pointer;
}

.back-icon {
    width: 1rem;
    height: auto;
    margin-top: 0.4rem;
}

.search {
    flex: 1;
}

.search-ipt {
    width: 100%;
    color: #1AAD16;
    height: 1.5rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
    background-color: #efefef;
    border-bottom: 1px solid #1AAD16;
    padding: 0 0.5rem;
}

/*标签*/
.tip-wrap{
	position: fixed;
    top: 2.5rem;
    left: 0;
	width:100%;
	box-sizing:border-box;
	background-color: inherit;
	padding:0 0.5rem 0.5rem 0.5rem;
	z-index:100;
}
.tip-box {
    color: #1AAD16;
    font-size: 0.65rem;
    background-color: white;
    border-radius: 0.3rem;
    padding: 0.75rem;
	width:auto;
}

.tip {
    width: 25%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    margin: 0.5rem 0;
    display: inline-block;
	cursor:pointer;
}

.tip:nth-child(n+2) {
    border-left: 1px solid #efefef;
}

.tip:nth-child(4n+1) {
    border-left: 0;
}

.selected {
    color: #1684ff!important;
}

/*内容列表*/
.content-box {
	padding-top: 5.8rem;
}

.item-box {
    background-color: #efefef;
    padding: 0 0.5rem 0.5rem 0.5rem;
    min-height: 7.8rem;
}

.item {
    background-color: white;
    border-radius: 0.3rem;
    padding: 0.8rem;
    margin-top: 0.5rem;
	cursor:pointer;
}

.item:nth-child(1) {
    margin-top: 0;
}

/*文章类型*/
.title-box {
    flex: 1;
    overflow: hidden;
}
.article-title {
    font-size: 0.75rem;
    line-height: 0.75rem;
    padding-bottom: 0.35rem;
}

.article-content {
    color: #adadad;
    font-size: 0.65rem;
    line-height: 0.65rem;
    padding-top: 0.3rem;
}

/*链接/音/视频类型*/
.media-box {
    display: flex;
}

.media-left {
    width: 3rem;
    height: 3rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.left-pic {
    width: 100%;
    height: 100%;
}

/*出处和时间*/
.item-source {
    display: flex;
    color: #adadad;
    font-size: 0.55rem;
    line-height: 1.3rem;
    margin-top: 0.2rem;
}

.source {
    margin-right: 0.5rem;
}

/*无收藏*/
.item-none {
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.none-img {
    width: 20%;
    height: auto;
}

.none-word {
    line-height: 2.5rem;
    color: #888;
    font-size: 0.7rem;
}

/* 页脚声明 */
.foot {
    font-size: 0.7rem;
    line-height: 2rem;
    text-align: center;
	padding-bottom:1rem;
    color: #a5a5a5;
    margin-top: -2rem;
}
