*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background-color: #fff;
}
ul,ol{list-style:none}
a{text-decoration:none} 
h1,h2,h3,h4,h5,h6{font-weight:500}
button{
    border:none;
    outline:none
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
.container {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.box {
    margin: 20px 0;
}
.tit {
    margin-bottom: 10px;
    height: 38px;
    background: url(../img/tit_bg.png) no-repeat;
    background-size: 38px 100%;
}
.tit h3,
.tit a {
    margin-left: 18px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #BB4646;
}
.pop {
    display: flex;
    flex-wrap: wrap;
}
.pop a {
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 10px;
}
.pop a:nth-child(1) {
    margin-top: 0;
}
.pop a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin-bottom: 10px;
}
.pop a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.pop a h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 10px;
}
.pop a .info {
    display: flex;
    justify-content: space-between;
}
.pop a .info .tag {
    width: 100px;
}
.pop a .info .tag span {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    height: 25px;
    border-radius: 25px;
    background-color: rgba(255, 135, 135, 1);
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
}
.pop a .info .parameter {
    width: calc(100% - 100px);
    justify-content: flex-end;
}
.parameter {
    display: flex;
}
.parameter .see i,
.parameter .see span,
.parameter .zan span,
.parameter .zan i{
    font-size: 12px;;
    color: #bfbfbf;
}
.parameter .see {
    width: 100px;
}
.parameter .see i,
.parameter .zan i{
    font-size: 16px;
}
.tre {
    display: flex;
    flex-wrap: wrap;
}
.tre a {
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 20px 20px 20px 10px;
}
.tre a:nth-child(1) {
    margin-top: 0;
}
.tre a h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 10px;
}
.tre a h3 i {
    font-size: 17px;
    font-weight: 400;
    margin-right: 15px;
    color: rgba(255, 135, 135, 1);
}
.tre a p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.rec {
    display: flex;
    flex-wrap: wrap;
}
.rec a {
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 10px 10px 20px;
}
.rec a:nth-child(1) {
    margin-top: 0;
}
.rec a .mas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.rec a .mas .thum {
    width: 155px;
    height: 0;
    padding-bottom: 95px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 35px;
}
.rec a .mas .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.rec a .mas h3 {
    width: calc(100% - 190px);
    font-weight: 700;
    font-size: 15px;
    color: #333;
    height: 63px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rec a .info {
    display: flex;
    justify-content: space-between;
}
.rec a .info .date ,
.rec a .info .zan {
    font-weight: 400;
    font-size: 12px;
    color: #BFBFBF;
}
.lat {
    display: flex;
    flex-wrap: wrap;
}
.lat a {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 15px;
}
.lat a:nth-child(2n) {
    margin-right: 0;
}
.lat a:nth-child(-n+2) {
    margin-top: 0;
}
.lat a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.lat a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.lat a .date {
    font-weight: 400;
    font-size: 12px;
    color: #BFBFBF;
    margin: 10px 0;
}
.lat a h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
footer .container-bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    height: 65px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
footer .container-bottom .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .container-bottom .icon i {
    font-size: 35px;
    color: #bfbfbf;
}
footer .container-bottom .icon.active i {
    color: #ff8788;
}
.banner a {
    display: block;
    position: relative;
}
.banner a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.banner a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.banner a dl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg,#00000000,#fff);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-end;
}
.banner a dl dt {
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #333;
    margin-bottom: 20px;
    text-align: right;
}
.banner a dl dd {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    text-align: right;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.banner a dl dt ,
.banner a dl dd {
    width: 50%;
}
header .container-top {
    height: 65px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container-top a.logo {
    height: 40px;
}
header .container-top a.logo img {
    height: 100%;
}
header .container-top .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
header .container-top .icon i {
    font-size: 28px;
    color: #333;
}
.banner_search_box.active {
    display: block;
}
.banner_search .searrch_box {
    width: 100%;
    height: 44px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.banner_search .searrch_box form {
    height: 100%;
}
.banner_search .searrch_box input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    border: 1px solid #f2f2f2;
    text-indent: 1em;
    background: #fff;
    font-size: 14px;
}
.banner_search {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.banner_search_box ,
.cat_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 65px);
    position: fixed;
    top: 65px;
    z-index: 12;
    background-color: rgba(215, 215, 215, 0.7);
}
.cat_box {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);

}
.cat_box {
    left: 0;
}
.cat_box.active {
    display: flex;
}
.word .ap  {
    width: 100%;
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.word .ap .author {
    margin-right: 10px;
    width: 100px;
    font-size: 12px;
    color: #bfbfbf;
}
.word .date {
    font-weight: 400;
    font-size: 20px;
    color: #FF8787;
    margin-bottom: 10px;
}
.word h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    color: #4D4747;
    margin-bottom: 10px;
}
.desc .dec p {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.word .imgs .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.word .imgs .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.word .tag {
    margin: 10px 0;
}
.word .tag span {
    display: inline-block;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    background-color: rgba(255, 135, 135, 1);
    border-radius: 25px;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
}
.word .button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.word .button button {
    background-color: #fff;
    border-radius: 20px;
    width: calc((100% - 15px)/2);
    height: 50px;
    margin: 20px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.word .button button.active {
    background-color: rgba(255, 135, 135, 1);
}
.word .button button.active i,
.word .button button.active span {
    color: #fff;
}
.word .button button:nth-child(1),
.skip a:nth-child(1) {
    margin-right: 15px;
}
.word .button i {
    color: #BFBFBF;
    font-size: 22px;
    margin-right: 5px;
}
.word .button button span {
    font-size: 20px;
    color: #BFBFBF;
    line-height: 22px;
}
.skip {
    display: flex;
}
.skip a {
    padding: 8px;
    display: flex;
    border-radius: 20px;
    width: calc((100% - 15px)/2);
    height: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.skip a:nth-last-child(1) {
    flex-direction: row-reverse;
}
.skip a:nth-child(1) .icon {
    margin-right: 6px;
}
.skip a:nth-last-child(1) .icon {
    margin-left: 6px;
}
.skip a .icon {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skip a .icon {
    color: #cdcdcd;
}
.skip a .icon {
    font-size: 17px;
}
.skip a p {
    width: calc(100% - 40px);
    height: 34px;
    line-height: 17px;
    font-size: 12px;
    color: #4D4747;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tit_cat h3 {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    background-color: rgba(255, 135, 135, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 11;
}
.tit_cat h3 span {
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}
.tit_cat h3 i {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
}
.category {
    display: flex;
    flex-wrap: wrap;
}
.category a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
    padding: 10px;
    height: 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.category a span {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #6C6C6C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category a:nth-child(2n) {
    margin-right: 0;
}
.category a:nth-child(-n+2) {
    margin-top: 0;
}
.tit_cat {
    margin-bottom: 15px;
}
.cat_box ul {
    width: calc(100% - 20px);
    position: absolute;
    top: 90px;
    left: 10px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    
}
.cat_box ul li {
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0;
}
.cat_box ul li:nth-last-child(1) {
    border-bottom: none;
}
.cat_box ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #ACACAC;
}
.container-top a {
    display: inline-block;
    height: 50px;
}
.container-top a img {
    height: 100%;
}
.desc ol,
.desc ul {
    list-style: auto;
    padding-left: 1em;
}
.desc strong {
    line-height: 40px;
}
.desc ol li,
.desc ul li {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}
.ys {
    display: flex;
    flex-direction: column;
}
.ys a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 10px 0;
}
section {
    min-height: calc(100vh - 170px);
}
footer {
    margin-top: 20px;
}
.tit_sousuo h3 {
    font-weight: 700;
    font-size: 17px;
    color: #DBDBDB;
}
.tit_sousuo {
    margin-bottom: 10px;
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error img {
    width: 80%;
}
.error dl dt {
    font-size: 60px;
    font-weight: 700;
    color: #333;
}
.error dl dd {
    font-size: 20px;
    color: #666;
}
.error dl dd p {
    font-size: 12px;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.no i ,
.error i {
    font-size: 200px;
    color: #dbdbdb;
}
footer,header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}
footer {
    bottom: 0;
}
section {
    padding: 65px 0;
}