body {
    max-width: 750px;
    margin: 0 auto;
    font-size: 0.28rem;
    overflow-y: auto;
    overflow-x: hidden;
    color: #333;
    font-family: 'PingFangSC-Regular, sans-serif';
}

[v-cloak] {
    display: none;
}

#app {
    position: relative;
    margin: 0 0.3rem 0.3rem;
}

#app .top_ad img {
    width: 100%;
    height: 1rem;
    border-radius: 5px;
    margin-top: 0.2rem;
}

#app .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#app .head .logo {
    width: 1.76rem;
    height: 0.86rem;
    margin-top: 0.26rem;
}

#app .head .logo img {
    width: 1.76rem;
    height: 0.6rem;
}

#app .head .search {
    position: relative;
    width: 3.6rem;
    box-sizing: border-box;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 26px;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #999999;
    padding-left: 0.3rem;
}

#app .head .search .btn {
    position: absolute;
    background: url(../img/search.png) no-repeat 0/100% 100%;
    top: 0.16rem;
    right: 0.2rem;
    width: 0.32rem;
    height: 0.32rem;
}

#app .head .search a div {
    color: #999999;
}

#app .head .nav_btn {
    width: 0.58rem;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #8d6f4d;
    font-size: 0.24rem;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
}

#app .head .nav_btn_close {
    background: url(../img/close.png) no-repeat 0/100% 100%;
    width: 0.58rem;
    height: 0.58rem;
}

#app .swiper-slide img {
    width: 100%;
    height: 4.6rem;
    border-radius: 8px;
}

#app .swiper-slide .item {
    position: relative;
}

#app .swiper-slide .item .subject {
    position: absolute;
    bottom: 0;
    height: 0.6rem;
    line-height: 0.6rem;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #ffffff;
    border-radius:0 0 8px 8px;
    box-sizing: border-box;
    margin-bottom: 0.03rem;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.7rem;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #ce1211;
}

#app .row {
    margin-top: 0.3rem;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.3rem;
}

#app .row .title {
    font-size: 0.34rem;
    line-height: 0.45rem;
    font-weight: bold;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
}

#app .row .row_item {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}

#app .row .row_item .desc {
    height: 1.2rem;
    font-size: 0.26rem;
    color: #3b3b3b;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding-top: 0.1rem;
}

#app .row .row_item .img {
    width: 2.4rem;
    height: 1.6rem;
    margin-left: 0.5rem;
}

#app .row .row_item img {
    width: 2.4rem;
    height: 1.6rem;
    border-radius: 8px;
}

#app .row .row_item_pro {
    display: flex;
    justify-content: space-between;
    margin-top: 0.06rem;
}

#app .row .row_item_pro .author {
    color: #e60012;
    border: 1px solid #e60012;
    font-size: 0.22rem;
    border-radius: 25px 25px;
    padding: 0.1rem;
    box-sizing: border-box;
}

#app .row .row_item_pro .box {
    display: flex;
    justify-content: space-between;
    font-size: 0.22rem;
    color: #999999;
    padding-right: 0.12rem;
    align-items: center;
}

.m-l-2 {
    margin-left: 0.2rem
}

#app .mad img {
    width: 6.9rem;
    height: 3.6rem;
    border-radius: 8px;
}

#app .menn-nav {
    position: absolute;
    z-index: 1000;
    width: 6.9rem;
    left: 0;
    right: 0;
    margin: 0 auto;

}

#app .menn-nav ul {
    background: #b0883c;
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    border-radius: 8px;
}

#app .menn-nav ul li {
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #ccb280;
    padding-left: 0.2rem;
    color: #ffffff;
    font-size: 0.32rem;
}

#app .menn-nav ul .active {
    /*color: blue;*/
}
#app .empty{
    padding: 0.5rem 0;
    text-align: center;
    font-size: 0.24rem;
    color: #999999;
}
input[type="search"]::-webkit-search-cancel-button{
    display: none;
    autocomplete:off;
}
[type="search"]::-webkit-search-decoration {
    display: none;
}