* {
    margin: 0;
    padding: 0
}

body, button, input, keygen, legend, select, textarea {
    font-family: pingfangsc-light, sans-serif;
    outline: 0;
    color: rgba(0, 0, 0, .6)
}

body {
    font-size: .28rem;
    overflow-x: hidden;
    position: relative;
    background: #f1f1f1
}

textarea {
    resize: none
}

iframe, img {
    border: 0
}

iframe {
    max-width: 100%
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

input::-webkit-input-placeholder {
    color: #ccc
}

input {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

button:focus {
    outline: none
}

button, input {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

a {
    color: rgba(0, 0, 0, .6)
}

img {
    width: 100%;
    height: 100%;
    display: block
}

em, i {
    font-style: normal
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    margin: 0
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix {
    *zoom: 1
}

input {
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.pb-02 {
    padding-bottom: .2rem
}

.wrapper {
    width: 7.5rem;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.con {
    padding: .2rem .3rem
}

.item-text {
    position: relative;
    background: #fff;
    display: block;
    margin-bottom: 0.3rem;
    padding:0.4rem 0.3rem;
    padding-bottom: .3rem;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}
.item-text h1{
    font-size: 0.3rem;
    line-height: 0.5rem;
    letter-spacing: 0.02rem;
    margin-top: 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.item-picture-img {
    width: 100%;height: auto;
}
.img{
    overflow: hidden;
    border-radius: 0.2rem;
    display: inline-block;
}
.item-text p {
    margin: .2rem 0;
    line-height: .5rem;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.item-text p.picture-author, .item-text p.picture-author {
    color: rgba(0, 0, 0, .4)
}
.item-text p.picture-author span{
    margin-right: 0.3rem;
}
.btn {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.btn a {
    flex: 0 0 1.42rem;
    text-align: center;
    padding: .15rem 0;
    margin-bottom: 0.1rem;
    /* font-size: 0.26rem; */
    border-bottom: 0.01rem solid #efefef;
}


.btn a.on {
    color: #bba88b
}
.btn span{
    width: 0.02rem;
    height: 0.6rem;
    background: #efefef;
    margin-top: 0.3rem;
    display: none;
}

.picture {
    position: fixed;
    top: 0;
    width: 7.5rem;
    height: 100%;
    left: 50%;
    z-index: 12;
    margin-left: -3.75rem;
    background: #fff;
    display: none
}

.picture img {
    height: auto
}

.foot {
    font-size: .26rem;
    color: #fff;
    position: fixed;
    z-index: 12;
    bottom: 0;
    letter-spacing: .01rem;
    width: 7.5rem;
    padding: .2rem;
    text-align: center;
    line-height: .45rem;
    background: rgba(0, 0, 0, .4);
    display: none
}

.code {
    width: 2rem;
    margin: auto
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.shuiyin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.list {
    padding: 0.1rem .2rem;
    text-align: center;
    background: #fff;
    margin: .2rem 0
}

.list p {
    font-size: .3rem;
    color: #af8e53;
    letter-spacing: .02rem
}

.list p span {
    width: .3rem;
    height: .3rem;
    background: url(../image/xs.png);
    background-size: 100% 100%;
    display: inline-block;
    margin-top: -.05rem;
    vertical-align: middle;
    margin-left: .05rem
}

.list p span.open {
    width: .3rem;
    height: .3rem;
    background: url(../image/xx.png);
    background-size: 100% 100%;
    display: inline-block;
    margin-top: -.05rem;
    vertical-align: middle;
    margin-left: .05rem
}

.cover {
    width: 2rem;
    height: 2rem;
    position: absolute;
    background: #fff
}

.back {
    width: .7rem;
    height: .7rem;
    display: inline-block;
    position: fixed;
    border-radius: 50%;
    background: #0000005e;
    top: .2rem;
    left: .2rem;
    z-index: 1
}

.back img {
    width: .4rem;
    height: .4rem;
    margin-top: .15rem;
    margin-left: .1rem
}

.picture-author.f-6 {
    font-size: .26rem
}
.tx {
    width: 0.6rem;
    margin: 0 auto 0.1rem;
    border-radius: 50%;
    overflow: hidden;
}
.other{
    margin-top: 0.3rem;

}
.other a{
    font-size: 0.26rem;
    color: rgba(0,0,0,0.3);
}
.hb img{
    width: 0.35rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    margin-bottom: 0.05rem;
}
.look img{
    width: 0.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
    margin-bottom: 0.05rem;
}
.top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 11;
    width: 35px;
}