body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    color: #222;
    font-size: 14px;
    padding-bottom: 2rem;
}

@font-face {
    font-family: june;
    src: url('tdsp.otf');
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
object {
    padding: 0;
    margin: 0
}

table,
td,
tr,
th {
    font-size: 14px
}

li {
    list-style-type: none
}

img {
    vertical-align: top;
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

address,
cite,
code,
em {
    font-weight: normal;
    font-style: normal
}

a {
    text-decoration: none;
    color: #222
}

a:hover {
    text-decoration: none;
}

*:focus {
    outline: none;
}
#banners {
    width: 100%;
    overflow: hidden;
    height: 6rem;
    position: relative;
}
#banners .swiper-slide {
    height: 6rem;
}
#banners .swiper-slide a {
    display: block;
    height: 6rem;
}
.swiper-pagination {
    position: absolute;
    bottom: .2rem;
    text-align: center;
    z-index: 9;
    height: .5rem;
    left: 0;
}
.tit {
    padding: .2rem 4%;
    font-size: .56rem;
    font-weight: 500;
}
.tit .more {
    float: right;
    color: #666;
    font-size: .4rem;
}
.jp_box {
    padding: 0 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jp_item {
    width:48%;
    min-height: 0;
    overflow: hidden;
    margin-bottom: .2rem;
    
}
.jp_img {
    width: 100%;
    height: 5rem;
}
.jp_img a {
    display: block;
    width: 100%;
    height: 5rem;
}
.jp_tit {
    width: 100%;
    height: 1rem;
    font-size: .4rem;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jp_info {
    background-color: #f4f4f4;
    padding: .2rem;
}
.jp_info .jp_tit {
    text-align: left;
    height: .8rem;
    line-height: .8rem;
}
.item_meta {
    height: .8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .4rem;
    color: #c1c1c1;

}
.item_meta img {
    width: .5rem;
    margin-right: .1rem;
}
.item_meta span {
    margin-right: .3rem;
}

#fix_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 .5rem rgba(0,0,0,.1);
    border-top: 1px solid #f1f1f1;
}
#fix_bar a {
    padding: .15rem 0;
    display: block;
    width: 33%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: .4rem;
}
#fix_bar a img {
    width: .6rem;
    height: .6rem;
}
.pages {
    text-align: center;
    margin-top: .3rem;
}

.pages a {
    display: inline-block;
    padding: .1rem .3rem;
    margin: 0 5px;
    font-size: .4rem;
}

.current {
    background-color: #dd0062;
    color: #fff;
    border-radius: 3px;
}
.album_box {
    background-color: #f1f1f1;
    padding: .3rem .5rem;
    position: relative;
}
.albums {
    width: 100%;
    height: 10rem;
    overflow: hidden;
}
.albums .swiper-wrapper {
    width: 100%;
    height: 10rem;
}
.albums .swiper-slide {
    width: 100%;
    height: 10rem;
}
.albums .swiper-slide a {
    display: block;
    width: 100%;
    height: 10rem;
}
.infos {
    padding: .6rem .4rem;
}
.infos h1.tit {
    text-align: center;
    font-size: .56rem;
    font-weight: 500;
}
.infos .meta {
    text-align: center;
    font-size: .4rem;
    color: #939393;
    margin-bottom: .5rem;
}
.infos .meta span {
    padding: 0 10px;
    display: inline-block;
}
.infos .detail {
    font-size: .48rem;
    color: #666;
}
.swiper-button-next {
    position: absolute;
    top: 5rem;
    right: .2rem;
    width: 1rem;
    height: 1rem;
    z-index: 2;
    box-shadow: 0 0 .5rem rgba(0,0,0,.1);
}
.swiper-button-prev {
    position: absolute;
    top: 5rem;
    left: 0.2rem;
    width: 1rem;
    height: 1rem;
    z-index: 2;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .1);
}