* {
    margin: 0;
    padding: 0;
}
.fans-intimacy-rule {
    width: 7.5rem;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100vh;
    padding: 0.4rem 0.4rem 0.68rem;
    background: url('../img1/left_bgc.png') no-repeat left 0/2.74rem 1.76rem, url('../img1/right_bgc.png') no-repeat right 0/1.86rem 0.9rem;
    background-color: #fff;
}
.fans-intimacy-title {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
}
.fans-intimacy-title span {
    font-size: 0.32rem;
    font-family:PingFang SC;
    font-weight:500;
    line-height:0.36rem;
    color:rgba(65,65,65,1);
    background-image: linear-gradient(#ffffff 50%, #FFCBD2 50%);
}
.fans-intimacy-mean p {
    font-size:0.28rem;
    font-family:PingFang SC;
    font-weight:400;
    line-height:0.4rem;
    color:rgba(102,102,102,1);
    margin-bottom: 0.6rem;
   
}
.fans-intimacy-arrive table {
    width: 100%;
}
.fans-intimacy-arrive th{
    background-color: #FE4561;
    height: 0.8rem;
    color: #fff;
    font-size:0.28rem;
    font-family:PingFang SC;
    font-weight:400;
    line-height:0.36rem;
    color:rgba(255,255,255,1);
}
.fans-intimacy-arrive th:first-child {
    border-radius: 0.2rem 0 0 0;
}
.fans-intimacy-arrive th:last-child {
    border-radius: 0 0.2rem 0 0;
}
.fans-intimacy-arrive tr {
    width: 100%;
}
.fans-intimacy-arrive td:first-child {
    width: 50%;
}
.fans-intimacy-arrive tr:last-child td:first-child {
    border-radius: 0 0 0 0.2rem;
    overflow: hidden;
}
.fans-intimacy-arrive tr:last-child td:last-child {
    border-radius: 0 0 0.2rem 0px;
    overflow: hidden;
}
.fans-intimacy-arrive tr td:last-child {
    border-right: 0.02rem solid #FEE1E6;
}
td {
    border-left: 0.02rem solid #FEE1E6;
    border-bottom: 0.02rem solid #FEE1E6;
    font-size:0.28rem;
    font-family:PingFang SC;
    font-weight:400;
    line-height:0.36rem;
    color:rgba(65,65,65,1);
    text-align: center;
    height: 0.8rem;
    box-sizing: border-box;
    background-color: #FFF7F9;
}
.explain {
    font-size:0.24rem;
    font-family:PingFang SC;
    font-weight:400;
    line-height:0.4rem;
    color:rgba(102,102,102,1);
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}
.fans-intimacy-improve td {
    height: 1.2rem;
    font-size: 0.26rem;
}
.fans-intimacy-improve tr td:last-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fans-intimacy-improve tr td:last-child span:first-child {
    color: #FE4561;
}
.fans-intimacy-improve tr td:last-child span:last-child {
    color: #999999;

}
.fans-intimacy-special-detail {
    display: flex;
}
.fans-intimacy-special-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 1.04rem;
}
.fans-intimacy-special-item img {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.14rem;
}
.fans-intimacy-special-item span{
    font-size:0.24rem;
    font-family:PingFang SC;
    font-weight:400;
    line-height:0.36rem;
    color:rgba(102,102,102,1);
}