html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /*text-decoration: underline;*/
    cursor: pointer;
}

input {
    border: 0;
}

input:focus {
    outline: none;
    border: 0;
}

ul li {
    list-style: none;
}

.hide {
    display: none !important;
}
.isinline {
    display: block !important;
}

body {
    font-family: "Microsoft YaHei", "PingFangSC-Medium", "sans-serif";
    max-width: 1000px;
    margin: auto;
    padding-bottom: env(safe-area-inset-bottom);
    word-wrap: break-word;
    word-break: break-all;
    background-color: #FFFFFF;
    font-size: 16px;
    font-size: 0.16rem;
}
.top img { width: 100%; }
.search {
    padding: 0.44rem 0.3rem 0.32rem;
    border-bottom: 0.1rem solid #f8f8f8;
}
.search .cont {
    position: relative;
    width: 100%;
    height: 0.6rem;
    padding: 0.1rem 0.35rem 0.1rem 0.65rem;
    border: 1px solid #E6E6E6;
    border-radius: 0.28rem;
}
.search .cont::before {
    content: '';
    display: block;
    background: url("../img/search.png") no-repeat;
    width: 0.28rem;
    height: 0.29rem;
    background-size: 100% 100%;
    position: absolute;
    left: 0.18rem;
    top: 50%;
    margin-top: -0.14rem;
}
.search .cont #t_search {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

/* 针对大部分浏览器的隐藏方法 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
}

/* 针对Firefox的隐藏方法 */
input[type="search"] {-moz-appearance: textfield;}

/* 针对IE的隐藏方法 */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
    display: none;
}

.data {
    padding: 0 0.3rem;
}
.data .item {
    display: none;
    padding: 0.21rem 0 0.24rem;
    border-bottom: 1px solid #eee;
}
.data .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.34rem;
    color: #000000;
    line-height: 0.5rem;
}
.data .item .time {
    margin-top: 0.28rem;
    font-weight: 500;
    font-size: 0.22rem;
    color: #999999;
}
.data .more {
    width: 100%;
    height: 0.9rem;
    background: #FFFFFF;
    border: 0.01rem solid #DDDDDD;
    border-radius: 0.1rem;
    margin: 0.3rem auto;
    font-size: 0.3rem;
    font-weight: 500;
    color: #999999;
    line-height: 0.9rem;
    text-align: center;
    padding-bottom: 0.1rem;
    cursor: pointer;
}
.tips {
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #999999;
}
