html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

i, cite, var, em, address, dfn {
    font-style: normal;
}

[v-cloak] {
    display: none;
}

em {
    color: red;
    margin: 0 3px;
}

img {
    background: url(../images/loading.png) center no-repeat;
    background-size: 100%;
}

header img, .menu img, .searchPage img {
    background: url();
}

.hide {
    display: none;
}

a {
    text-decoration: none;
    color: black;
}

.search-wd {
    font-size: .15rem;
    padding: .1rem .12rem;
}

.search-wd span {
    color: red;
}

.list-a {
    width: 100%;
    height: 80%;
    position: absolute;
}

.flexCenter {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-container {
    position: relative;
}

.banScroll {
    overflow: hidden;
    height: 100vh;
}

#app {
    padding: .96rem 0 .57rem;
}

.menuTemp {
    min-height: calc(100vh - 2rem);
}

.contentList {

}

.contentList ul {
    padding-left: 14px;
    margin-top: -10px;
}

.contentList ul .list {
    border-bottom: 1px solid #f0f0f0;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
}

.contentList ul .list > img {
    width: 110px;
    height: 62px;
    border-radius: 4%;
}

.contentList ul .list .title {
    flex: 1;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
}

.contentList ul .list .title > p {
    font-size: 15px;
    margin-bottom: 6px;
    width: 90%;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contentList ul .list .title > span {
    font-size: 12px;
    color: #ccc;
}

.downloadImg {
    display: flex;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 998;
}

/*返回顶部*/
.toTop {
    position: fixed;
    right: .125rem;
    bottom: .84rem;
    width: .6rem;
    height: .6rem;
    z-index: 999;
    display: none;
}

.toTop img {
    width: 100%;
    height: 100%;
    display: block;
    background: url("");
}

/*page*/

.laypage_main {
    font-size: 0;
    clear: both;
    color: #666;
}

.laypage_main * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.laypage_main a {
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    color: #666;
}

.laypage_main a, .laypage_main span {
    margin: 0 3px 6px;
    padding: 0 10px;
}

.laypage_main span {
    height: 26px;
    line-height: 26px;
}

.laypage_main input, .laypage_main button {
    border: 1px solid #ccc;
    background-color: #fff;
}

.laypage_main input {
    width: 40px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    padding: 0 5px;
}

.laypage_main button {
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    padding: 0 10px;
    color: #666;
}

.laypageskin_default {
    color: #333;
    text-align: center;
}

.laypageskin_default a, .laypageskin_yahei span {
    padding: 0 .08rem;
    border-radius: 2px;
    background-color: #eee;
}

.laypageskin_default .laypage_curr {
    background-color: #333;
    color: #fff;
}
