/* 设置常见屏幕尺寸,修改html文字大小 */
/* 320 */
/* 此次定义划分的份数是15 */
html {
    font-size: 75px;
}

body {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*让a标签点击后不出现边框*/
    font-family: "Source Han Sans CN","Microsoft Yahei", Helvetica, Arial,
        "Hiragino Sans GB", "微软雅黑", STHeiti, "华文细黑",
        sans-serif;

}

html,
body {
    margin: 0;
    padding: 0;
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

p {
    text-align: justify;
    margin: 0;
    padding: 0;
}

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

input,
button {
    border: none;
    outline: medium;
    box-sizing: border-box;
}

a {
    outline: none;
    -moz-outline-style: none;
    -webkit-outline-style: none;
}

.gradual_txt {
    color: #d4ad88;
    background-image: -webkit-linear-gradient(top, #ecce9f, #c5a183, #ab8471) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: bold;
}

.pic img {
    width: 10rem;
    display: block;
}

.content {
    padding: 0 0.466666rem;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.selection {
    background: #b50006;
    text-align: center;
}

.selection img {
    width: 6rem;
}



/*海报*/
.poster {
    position: fixed;
    width: 8rem;
    height: 14rem;
    left: 50%;
    top: 50%;
    margin-left: -4rem;
    margin-top: -7rem;
    z-index: 334;
    display: none;
}

.poster-pic {
    margin-top: 0.1rem;
}

.poster-pic img {
    width: 100%;
}

.poster-close {
    width: 100;
    text-align: right;
}

.poster-close img {
    width: 0.4rem;
    margin-right: 0.1rem;
}

.poster-rule {
    position: fixed;
    width: 8rem;
    height: 14rem;
    left: 50%;
    top: 50%;
    margin-left: -4rem;
    margin-top: -7rem;
    z-index: 334;
    display: none;
}

/*顶部扫码按钮*/
.scan-cord,
.rule-cord {
    width: 1.3rem;
    height: 0.64rem;
    position: fixed;
    top: 0.2rem;
    right: 0;
    z-index: 122;
    background: rgba(215, 57, 2, 0.8);
    font-weight: 400;
    font-size: .26rem;
    color: #FFE0CE;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    padding-left: .32rem;
    border: .4px solid rgba(232,142,102);
    border-right: none;

}

.rule-cord {
    top: 2rem;
}

.scan-cord img {
    width: 100%;
}

/*顶部点赞规则*/
.vrule-btn {
    width: 1.64rem;
    height: 0.61rem;
    position: fixed;
    top: 1.2rem;
    right: 0;
    z-index: 98;
}

.vrule-btn img {
    width: 100%;
}

/*系统提示弹层*/
.xitong_tip {
    position: fixed;
    width: 8.26rem;
    height: 3.92rem;
    left: 50%;
    top: 50%;
    margin-left: -4.13rem;
    margin-top: -2.01rem;
    z-index: 334;
    display: none;
    background-color: #fff;
    border-radius: 0.2rem;
    padding-top: 0.35rem;
}

.xt_tip_con {
    width: 7.48rem;
    margin: 0 auto;
    height: 3.5rem;
    border-radius: 0.14rem;
    border: 1px solid #ffb75a;
}

.xt_tip_ctop {
    padding: 0.6rem 0.4rem 0;
    text-align: center;
    color: #333333;
    font-size: 0.36rem;
    height: 1.1rem;
    line-height: 0.5rem;
}

.xt_button {
    width: 100%;
    text-align: center;
}

.xt_button>a {
    width: 2.99rem;
    height: 0.87rem;
    background-color: #ffc05b;
    border-radius: 0.1rem;
    color: #8d4515;
    font-size: 0.4rem;
    text-decoration: none;
    display: inline-block;
    line-height: 0.87rem;
    margin: 0 0.14rem;
}

.mengceng {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 333;
    display: none;
    vertical-align: top;
}

/*系统提示弹层2*/
.xitong_tip_2 {
    position: fixed;
    width: 8.26rem;
    height: 4.52rem;
    left: 50%;
    top: 50%;
    margin-left: -4.13rem;
    margin-top: -2.01rem;
    z-index: 334;
    display: none;
    background-color: #fff;
    border-radius: 0.2rem;
    padding-top: 0.35rem;
}

.xt_tip_con_2 {
    width: 7.48rem;
    margin: 0 auto;
    height: 4.1rem;
    border-radius: 0.14rem;
    border: 1px solid #ffb75a;
}

.xt_tip_ctop_2 {
    padding: 0.6rem 0.4rem 0;
    text-align: left;
    color: #333333;
    font-size: 0.36rem;
    height: 1.7rem;
    line-height: 0.5rem;
    text-indent: 30px;
}

.xt_button_2 {
    width: 100%;
    text-align: center;
}

.xt_button_2>a {
    width: 2.99rem;
    height: 0.87rem;
    background-color: #ffc05b;
    border-radius: 0.1rem;
    color: #8d4515;
    font-size: 0.4rem;
    text-decoration: none;
    display: inline-block;
    line-height: 0.87rem;
    margin: 0 0.14rem;
}

.xt_button_2>a.xt-close-btn {
    background-color: #fff;
    border: 1px solid #ffb75a;
}

/*动态点赞开始*/
/*点赞*/
.praise {
    width: 2.7rem;
    height: 0.82rem;
    margin: 0 auto;
    position: relative;
    background: url(../images/img28.png) no-repeat;
    height: .8rem;
    background-size: 100% 100%;
    z-index: 1;
}

.my_zan {
    position: absolute;
    margin: -0.27rem 0 0 0.4rem;
    display: inline;
    left: 0;
    top: 0.47rem;
}

.my_zan img {
    width: 0.35rem;
    float: left;
}

.dz_shuzi {
    float: right;
    font-size: 0.34rem;
    width: 1.7rem;
    margin-right: 0.25rem;
    display: inline;
    color: #cf0803;
    margin-top: 0.22rem;
    font-weight: bold;
    text-align: center;
}

.jiayi {
    position: absolute;
    top: 0.08rem;
    left: -0.1rem;
    font-size: 0.34rem;
}

.dz_none {
    float: right;
    font-size: 0.34rem;
    width: 1.39rem;
    margin-right: 0.25rem;
    display: inline;
    color: #cf0803;
    margin-top: 0.22rem;
    font-weight: bold;
    text-align: center;
}

.praise img.z_animation {
    animation: myfirst 0.5s;
    -moz-animation: myfirst 0.5s;
    /* Firefox */
    -webkit-animation: myfirst 0.5s;
    /* Safari 和 Chrome */
    -o-animation: myfirst 0.5s;
    /* Opera */
}

.jiayi {
    display: none;
}

.jiayi .add-animation {
    color: #cf0803;
    position: absolute;
    top: -0.8rem;
    left: 5px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
    animation: mypraise 0.5s;
    -moz-animation: mypraise 0.5s;
    /* Firefox */
    -webkit-animation: mypraise 0.5s;
    /* Safari 和 Chrome */
    -o-animation: mypraise 0.5s;
    /* Opera */
    font-style: normal;
}

.praise .hover,
.jiayi .add-animation.hover,
#praise-txt.hover {
    color: #cf0803;
}


/*点赞图标放大动画开始*/
@keyframes myfirst {
    0% {
        width: 0.35rem;
    }

    50% {
        width: 0.45rem;
    }

    100% {
        width: 0.35rem
    }
}

@-moz-keyframes myfirst {
    0% {
        width: 0.35rem;
    }

    50% {
        width: 0.45rem;
    }

    100% {
        width: 0.35rem
    }
}

@-webkit-keyframes myfirst

/* Safari 和 Chrome */
    {
    0% {
        width: 0.35rem;
    }

    50% {
        width: 0.45rem;
    }

    100% {
        width: 0.35rem
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    0% {
        width: 0.35rem;
    }

    50% {
        width: 0.45rem;
    }

    100% {
        width: 0.35rem
    }
}

/*点赞图标放大动画结束*/
/*点赞数量加减动画开始*/
@keyframes mypraise {
    0% {
        top: -0.29rem;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: 0.017rem;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -0.043rem;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -0.26rem;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -0.6rem;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

@-moz-keyframes mypraise

/* Firefox */
    {
    0% {
        top: -15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: -20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

@-webkit-keyframes mypraise

/* Safari 和 Chrome */
    {
    0% {
        top: -15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: -20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

@-o-keyframes mypraise

/* Opera */
    {
    0% {
        top: -15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: -20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

/*点赞数量加减动画结束*/
/*动态点赞结束*/

/* 新增公共样式 */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-fs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

a {
    text-decoration: none;
}

.ption-stck {
    position: sticky;
    z-index: 120;
    left: 0;
    top: 0.75rem;
    width: 100%;
}

.notice {
    position: fixed;
    top: 0;
    left: 0;
    height: 0.81rem;
    /* background: rgba(76, 3, 0, 0.15); */
    background: url("../images/img25.png?id=1") no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 121;
}

.notice .notice-icon {
    width: .4rem;
    height: .4rem;
    margin-right: .24rem;
    vertical-align:-0.06rem;
}

.notice-text {
    max-width: 78vw;
    font-size: .30rem;
    color: #FFE9C1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.people-list {
    margin: 0 .28rem;
}

.people-list .item {
    padding: .1rem;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    background-color: #E81F0B;
    margin-top: .2rem;
}

.people-list .item .img-box {
    width: 1.6rem;
    height: 2rem;
    min-width: 1.6rem;
    min-height: 2rem;
    margin-right: .6rem;
}

.people-list .item .img-box img {
    width: 100%;
    height: 100%;
}

.people-list .item .name {
    font-size: .28rem;
    color: #FDE0AF;
    text-indent: unset;
    margin-bottom: .16rem;
    font-family: Source Han Serif CN;
    font-weight: 800;

}

.people-list .item .cnt {
    font-size: .28rem;
    color: #FDE0AF;
    text-indent: unset;
    font-family: Source Han Serif CN;
    font-weight: 800;
}

.people-list .item .info {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* 返回 */
.back-box {
    position: fixed;
    top: 0.3rem;
    left: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .7rem;
    height: .7rem;
    z-index: 120;
}

.back-box .icon {
    width: .7rem;
    height: .7rem;
}

/* 排行 */
.ranking {
    position: fixed;
    right: .1rem;
    top: 79vh;
    z-index: 121;
}

.ranking .ranking-icon {
    width: 1.5rem;
    height: 1.4rem;
}

/* 导航栏 */
.navi .act-current {
    background: url("../images/img1.png") no-repeat;
    background-size: 100% 100%;
}

.navi .act-current a {
    font-family: Source Han Sans CN;
    font-weight: bolder;
    font-size: .32rem !important;
    color: #CC2400;
    padding-bottom: 14% !important;
}