/*通用类*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input,
textarea {
    -webkit-user-select: auto;
}

.clearfix {
    clear: both;
}

.notScroll {
    overflow: hidden !important;
}

/*兼容老设备的rem-px基准*/

html {
    font-size: 42.6667px;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width: 415px) and (max-width: 484px) {
    html {
        font-size: 64px;
    }
}

@media screen and (min-width: 485px) and (max-width: 720px) {
    html {
        font-size: 96px;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
    html {
        font-size: 144px;
    }
}

@media screen and (min-width: 1080px) {
    html {
        font-size: 144px;
    }
}

/*新设备的rem-vw标准*/

html {
    overflow-x: hidden;
    font-size: 13.3333333333vw;
    /*一便rem.js失效，这里起作用*/
}

body {
    width: 100%;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    overflow-x: hidden;
    text-align: left;
    position: relative;
    font-size: 0.26rem;
    line-height: 1.8;
    color: #1a1a1a;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
button,
select,
textarea,
th,
td,
pre {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

input,
textarea,
select {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    font-size: 1em;
    outline: none;
    margin: 0;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #a0a0a0;
}

textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}

input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

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

em {
    font-style: normal;
}

input.sub,
label {
    border: none;
    cursor: pointer;
}

input,
textarea {
    font-family: Helvetica;
    outline: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

.line24 {
    width: 100%;
    height: 0.24rem;
}

.line28 {
    width: 100%;
    height: 0.28rem;
}

.line32 {
    width: 100%;
    height: 0.32rem;
}

.line40 {
    width: 100%;
    height: 0.4rem;
}


.line108 {
    width: 100%;
    height: 1.12rem;
}


/* 我的等级*/
.wrapper-bg {
    width: 100%;
    height: 100vh;
    background-color: #f7f7f7;
}

.dj-item {
    padding: 0 0.26rem;
}

.zzzx {
    width: 6.98rem;
    border-radius: 0.16rem;
    background-color: #fff;
    padding: 0 0.24rem;
    box-sizing: border-box;
    margin-top: 0.24rem;
}

.zzzx .title {
    font-size: 0.32rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 0.36rem;
    padding-top: 0.32rem;
    padding-bottom: 0.04rem;
}

.zzzx a {
    display: flex;
    justify-content: space-between;
}

.zzzx a p {
    font-size: 0.28rem;
    color: #1a1a1a;
    line-height: 0.8rem;
    width: 4.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zzzx a span {
    font-size: 0.26rem;
    color: #9c9c9c;
    line-height: 0.8rem;
}


.kefu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.98rem;
    border-radius: 0.16rem;
    background-color: #fff;
    padding: 0 0.24rem;
    box-sizing: border-box;
    margin-top: 0.24rem;
    height: 1.28rem;
}

.kefu-l {
    display: flex;
}

.kefu-l img {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.16rem;
}

.kefu-l-info p:nth-child(1) {
    font-size: 0.28rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 0.32rem;
}

.kefu-l-info p:nth-child(2) {
    font-size: 0.22rem;
    color: #7c7c7c;
}

.kefu button {
    width: 1.36rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background: linear-gradient(90deg, #ffa0a9, #fb6976);
    border-radius: 0.4rem;
    font-size: 0.24rem;
    color: #ffffff;
}

.duzhe {
    display: flex;
}

.duzhe-l {
    margin-right: 0.24rem;
    padding-top: 0.32rem;
}

.duzhe-l-pic {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    background-color: #FFF1F1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.duzhe-l-pic img {
    width: 0.32rem;
    height: 0.32rem;
}

.duzhe-l p {
    font-size: 0.28rem;
    font-weight: 700;
    color: #fb6976;
}

.duzhe-r {
    padding-top: 0.08rem;
}

.duzhe-r a {
    display: block;
    line-height: 0.88rem;
    font-size: 0.28rem;
    color: #1a1a1a;
    width: 5.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #F2F0F0;
}

.duzhe-r a:nth-last-child(1) {
    border-bottom: 1px solid #fff;
}

.jt {
    text-align: center;
    width: 100%;
    padding: 0.12rem 0 0 0;
}

.jt img {
    width: 0.18rem;
    height: 0.1rem;
}


/* 查看二维码弹窗 */
.pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 7.5rem;
    margin: 0 auto;
}

.pop-box {
    width: 5.66rem;
    border-radius: 0.2rem;
    background-color: #fff;
    position: relative;
    z-index: 1000;
    font-size: 0.3rem;
    min-height: 3.26rem;
    box-sizing: border-box;
}

.pop-box .ewm {
    width: 100%;
    text-align: center;
    margin: 0.3rem 0 0;
}

.pop-box .ewm img {
    width: 3.2rem;
    height: 3.2rem;
}

.pop-box .text {
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.4rem;
    padding-bottom: 0.38rem;
    color: #7c7c7c;
}

.pop-del {
    position: absolute;
    bottom: -0.72rem;
    left: 0rem;
    text-align: center;
    width: 5.66rem;
}

.pop-del img {
    width: 0.48rem;
    height: 0.48rem;
}




.con-box {
    padding: 0 0.26rem;

}

.con-title {
    display: flex;
    align-items: center;
    font-size: 0.34rem;
    color: #222222;
    padding-top: 0.28rem;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-bottom: 0.08rem;
}

.con-title span {
    width: 0.06rem;
    height: 0.34rem;
    background-color: #fb6976;
    border-radius: 0.08rem;
    margin-right: 0.12rem;
}

.main {
    line-height: 0.4rem;
    color: #1a1a1a;
    margin-top: 0.3rem;
}

.main .wen {
    margin-bottom: 0.1rem;
}


.foot-bz {
    width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
}

.ybz-btn {
    width: 3.24rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 0.4rem;
    color: #666;
    font-size: 0.3rem
}

.ybz-btn img {
    margin-right: 0.12rem;
    width: 0.3rem;
    height: 0.3rem;
}

.ybz-btn.cheng {
    color: #fb6976;
}






.kf-title {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #1a1a1a;
}


.kf-title {
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #1a1a1a;
    font-weight: 700;
}

.kf-title span {
    width: 0.06rem;
    height: 0.32rem;
    background-color: #fb6976;
    border-radius: 0.08rem;
    margin-right: 0.12rem;
}

.kf-title em {
    font-weight: normal;
    font-size: 0.22rem;
    color: #9c9c9c;
    margin-left: 0.1rem;
}


.ewm-box {
    text-align: center;
}

.ewm-box-bg {
    width: 3.48rem;
    height: 3.48rem;
    border-radius: 0.16rem;
    background-color: #fff;
    box-shadow: 0 0 0.12rem #ddd;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewm-box-bg img {
    width: 3.48rem;
    height: 3.48rem;
    border-radius: 0.16rem;
}

.line72 {
    width: 100%;
    height: 0.72rem;
}

.ewm-box .msg {
    font-size: 0.24rem;
    color: #9c9c9c;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
}


.id-txt {
    font-size: #9c9c9c;
    font-size: 0.24rem;
    padding-left: 0.2rem;
}

.qd-title {
    font-size: 0.32rem;
    color: #1a1a1a;
    margin-bottom: 0.16rem;
    text-align: center;
}


.xxqd-list table {
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    color: #1a1a1a;
}

.xxqd-list th,
td {
    border: 1px solid #eee;
    padding: 0.2rem 0;
}

.xxqd-list table tr th {
    font-size: 0.26rem;
}

.xxqd-list table tr td:nth-child(1) {
    width: 31%;
    font-size: 0.24rem;
}

.xxqd-list table tr td:nth-child(2) {
    width: 40%;
}


/* 阅读引导 */

.zanwei {
    width: 100%;
    height: 1.2rem;
}

.download {
    width: 100%;
    height: 1.06rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 666;
}

.download-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    width: 7.5rem;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #FCECE8;
    height: 1.06rem;
}

.download-box-left {
    display: flex;
    align-items: center;
    color: #1a1a1a;
}

.download-box-left p {
    margin-left: 0.14rem;
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #fb6976;
    font-weight: bold;
}

.download-box-left img {
    width: 0.56rem;
    height: 0.56rem;
    border-radius: 0.12rem;
}

.download-box button {
    background: linear-gradient(90deg, #ffa0a9, #fb6976);
    height: .56rem;
    text-align: center;
    line-height: .56rem;
    width: 1.56rem;
    border-radius: .3rem;
    color: #fff;
    font-size: .26rem;
}

.warp {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
}

.chapter {
    width: 100%;
    text-align: justify;
    font-size: .36rem;
}

.chapter p {
    color: #1a1a1a;
    line-height: 1.7;
    margin-bottom: .4rem;
}

.chapter-title {
    font-weight: bold;
    font-size: 0.44rem;
    margin-bottom: 0.34rem;
    margin-top: 0.24rem;
}

.db-jinqun {
    margin-top: .52rem;
    position: relative;
}

.jxyd {
    width: 100%;
    height: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), #fff 55%);
    position: absolute;
    top: -1.06rem;
    left: 0;
    right: 0;
    text-align: center;
}

.jxyd p {
    font-size: .28rem;
    color: #fe9329;
    font-weight: 700;
    line-height: .30rem;
    margin-top: .64rem;
}

.btn button {
    background: linear-gradient(90deg, #ffa0a9, #fb6976);
    height: .88rem;
    text-align: center;
    line-height: .88rem;
    width: 6.90rem;
    border-radius: .50rem;
    color: #fff;
    font-size: .30rem;
    margin-top: .24rem
}



.downguide {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 888;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
}

.downguide img {
    width: 6.3rem;
    height: 9.1rem;
    display: block;
    margin-top: 0.26rem;
}


/* 新版本下载 */
.xb-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.app-logo {
    width: 1.86rem;
    height: 1.86rem;
    margin-top: 1rem;
}

.app-logo img {
    width: 1.86rem;
    height: 1.86rem;
    border-radius: 0.12rem;
}

.xxx-title {
    font-size: 0.34rem;
    color: #333;
    line-height: 0.48rem;
}

.pingfen {
    font-size: 0.24rem;
    color: #333;
    margin-bottom: 1.38rem;
}

.app-btn {
    width: 5.44rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.2rem;
    background-color: #1c82ff;
    text-align: center;
    color: #fff;
    margin-bottom: 0.38rem;
}

.aq-btn {
    width: 5.44rem;
    height: 0.88rem;
    line-height: 0.88rem;
    border-radius: 0.2rem;
    background-color: #1c82ff;
    text-align: center;
    color: #fff;
}

.xz-wenzi {
    font-size: 0.24rem;
    color: #1c82ff;
    width: 100%;
    text-align: center;
    margin-top: 0.1rem;
}

.foot-bb {
    font-size: 0.28rem;
    color: #999;
    position: fixed;
    bottom: 0.3rem;
    right: 0;
    left: 0;
    width: 100%;
}

.foot-bb p {
    width: 100%;
    text-align: center;
}

.foot-bb p:nth-child(2) {
    color: #1c82ff;
}

.foot-bb p:nth-child(2) span {
    color: #c2c2c2;
    font-size: 0.26rem;
    padding: 0 0.16rem;
}


.xiazai-bg {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
}

.xiazai-bg img {
    width: 7.5rem;
    height: 9.92rem;
}




.db-xiazai {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
}

.db-xiazai button {
    width: 6.8rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(90deg, #ffa0a9, #fb6976);
    font-weight: normal;
    border-radius: 0.6rem;
    font-size: 0.3rem;
    animation: scale-infinite-data 1s linear infinite;
}


.wap-bg {
    background: url(../images/bg.png);
    width: 100%;
    height: 100vh;
}

.pic-con {
    width: 100%;
}

.pic-con-jj2 {
    margin-top: 0.3rem;
}
.zhangjie-btn {
    width: 6.1rem;
    height: 0.96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(-90deg, #ff6d94, #ffab91);
    font-weight: 500;
    border-radius: 0.6rem;
    font-size: 0.32rem;
    margin: 0.4rem auto;
}


/* 详情页分享 */
.top-xf {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    background-color: #fff;
    z-index: 888;
}
.top-xff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    height: 1.2rem;
    margin: 0 auto;
    max-width: 7.5rem;
}


.top-xf.bai {
    background: rgba(0, 0, 0, 0.72);
}

.top-left-box  {
    display: flex;
}

.top-left-box img {
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 0.12rem;
}

.top-left-text {
    margin-left: 0.16rem;
}

.top-left-text p:nth-child(1) {
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.42rem;
}

.top-left-text p:nth-child(2) {
    font-size: 0.24rem;
    color: #d3d3d3;
    line-height: 0.36rem;
}

.top-right-btn {
    width: 1.54rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(-90deg, #fb6976, #ffa0a9);
    border-radius: 0.6rem;
    font-size: 0.26rem;
    display: block;
}

.cover {
    width: 100%;
    height: 4.62rem;
    position: relative;
}

.cover-con {
    position: absolute;
    bottom: -0.88rem;
    left: 0.3rem;
    width: 6.9rem;
    height: 2.32rem;
    border-radius: 0.16rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem #d6d2d3;
    padding: 0.24rem 0.2rem;
    box-sizing: border-box;
}

.cover-con {
    display: flex;
}

.cover-pic {
    width: 1.44rem;
    height: 1.84rem;
}

.cover-pic img {
    width: 1.44rem;
    height: 1.84rem;
}

.cover-wz {
    width: 4.8rem;
    margin-left: 0.2rem;
}

.cover-wz h5 {
    font-size: 0.3rem;
    color: #333;
    display: flex;
    align-items: center;
}

.cover-wz h5 span {
    font-size: 0.22rem;
    color: #fb6976;
    background-color: #ffebed;
    padding: 0 0.1rem;
    line-height: 0.34rem;
    border-radius: 0.04rem;
    margin-left: 0.15rem;

}

.cover-wz .zuozhe {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.cover-wz .text {
    font-size: 0.24rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.38rem;
}

.yugao {
    font-size: 0.32rem;
    text-align: center;
    width: 100%;
    color: #333;
    padding-top: 1.26rem;
}


.book {
    width: 100%;
    padding-top: 0.2rem;
}


.book {
    width: 100%;
    padding-top: 0.2rem;
}



.xq-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0.4rem;
    z-index: 120;
    width: 100%;
    display: flex;
    justify-content: center;
}

.xq-btn .anniu {
    width: 6.1rem;
    height: 0.96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(-90deg, #fb6976, #ffa0a9);
    font-weight: 500;
    border-radius: 0.6rem;
    font-size: 0.32rem;
    animation: scale-infinite-data 1s infinite ;
}


@keyframes scale-infinite-data {
    from {
        transform: scale3d(1, 1, 1);
    }

    3% {
        transform: scale3d(1.01, 1.01, 1);
    }

    6% {
        transform: scale3d(1.02, 1.02, 1);
    }

    9% {
        transform: scale3d(1.03, 1.03, 1);
    }

    12% {
        transform: scale3d(1.04, 1.04, 1);
    }

    15% {
        transform: scale3d(1.05, 1.05, 1);
    }

    18% {
        transform: scale3d(1.049, 1.049, 1);
    }

    21% {
        transform: scale3d(1.044, 1.044, 1);
    }

    24% {
        transform: scale3d(1.035, 1.035, 1);
    }

    27% {
        transform: scale3d(1.022, 1.022, 1);
    }

    30% {
        transform: scale3d(1, 1, 1);
    }

    33% {
        transform: scale3d(0.991, 0.991, 1);
    }

    36% {
        transform: scale3d(0.986, 0.986, 1);
    }

    39% {
        transform: scale3d(0.985, 0.985, 1);
    }

    42% {
        transform: scale3d(0.988, 0.988, 1);
    }

    45% {
        transform: scale3d(0.993, 0.993, 1);
    }

    51% {
        transform: scale3d(0.999, 0.999, 1);
    }

    54% {
        transform: scale3d(1.004, 1.004, 1);
    }

    57% {
        transform: scale3d(1.007, 1.007, 1);
    }

    60% {
        transform: scale3d(1.008, 1.008, 1);
    }

    63% {
        transform: scale3d(1.007, 1.007, 1);
    }

    69% {
        transform: scale3d(1.005, 1.005, 1);
    }

    72% {
        transform: scale3d(1.001, 1.001, 1);
    }

    75% {
        transform: scale3d(0.999, 0.999, 1);
    }

    78% {
        transform: scale3d(0.997, 0.997, 1);
    }

    81% {
        transform: scale3d(0.996, 0.996, 1);
    }

    84% {
        transform: scale3d(0.996, 0.996, 1);
    }

    87% {
        transform: scale3d(0.997, 0.997, 1);
    }

    90% {
        transform: scale3d(0.999, 0.999, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.fk {
    position: fixed;
    left: 0;
    bottom: 0.3rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.fk a {
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8rem;
    font-size: 0.3rem;
    color: #1a1a1a;
    text-align: center;
    line-height: 0.8rem;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow:  0 2px 0.2rem #e5e5e5;
}

.fk a img {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.10rem;
}

.jy-title {
    font-size: 0.32rem;
    color: #222;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
}

.ts-inp {
    width: 4.88rem;
    border: 1px solid #eee;
    height: 2rem;
    border-radius: 0.08rem;
    margin-left: 0.4rem;
    padding: 0.12rem 0.2rem;
    font-size: 0.28rem;
    color: #222222;
}
.ndjy {
    font-size: 0.28rem;
    color: #666;
    margin-left: 0.4rem;
}
.tj-btn {
    width: 4.88rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: linear-gradient(90deg, #ffa0a9, #fb6976);
    border-radius: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #ffffff;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
    margin-top: 0.16rem;
}