*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,ol,dl{list-style: none;}
body{
    font-size: 16px;
    color: #333;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5rem;
}
a,button {
    color: inherit;
    outline: medium none;
}
a:hover {
    text-decoration: none;
    color: #e23435;
}
h1 {
    font-size: 2rem;
    font-weight: 600;
}
h2 {font-size: 1.6rem;}
h3 {font-size: 1.2rem;}
h4 {font-size: 1rem;}
h5 {font-size: 0.8rem;}
img {max-width: 100%;height: auto;}
.t12{font-size: 12px;}
.t14{font-size: 14px;}
.red{color: #e23435;}


/* ####header#### */
#searchForm>input{border-radius: 5px 0 0 5px;}
#searchForm>button{border-radius: 0 5px 5px 0;}
/* =========首页========= */

/* main */
/* =========分类页========= */
/* =========文章页========= */
/* ####footer#### */