header {
    background: linear-gradient(to right, #ff99c8, #b478fe)
}

.bg {
    position: relative;
    width: 6.9rem;
    margin: 0 auto;
    height: auto;
    overflow: visible;
    padding-top: .5rem;
}

.question {
    position: relative;
    width: 6.7rem;
    margin: 0 auto;
    min-height: .8rem;
    overflow: visible;
    display: flex;
    margin-bottom: .5rem;
    box-shadow: 0 0 0.5rem #e9e4ecd4;
    /* border: 1px solid #f0e9f5de; */
    margin-left: 0;
}

.question .ask {
    width: .44rem;
    height: .44rem;
    line-height: .44rem;
    background: #ff5664;
    border-radius: 50%;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-right: .2rem;
    margin-top: .24rem;
    font-size: .24rem
}

.question .answer {
    width: 7.1rem;
    font-size: .26rem;
    color: rgb(102, 102, 102);
    padding: .2rem .32rem;
    background: #fff;
    border-radius: .1rem;
    letter-spacing: .01rem;
}


.question .answer .title {
    font-size: .3rem;
    color: rgb(46, 46, 46);
    text-align: center;
    font-weight: 600
}

.question_logo img {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    right: -.25rem;
    top: -.25rem
}

.answer_info {
    margin-top: .2rem;
    margin-bottom: .3rem;
    line-height: .45rem;
    letter-spacing: .01rem;
    background: #f9fafc;
    padding: .14rem;
    overflow: hidden;
    transition: all 2s;
}

.contact {
    width: 6.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.contact span {
    width: 45%;
}
.serve_num {
    height: .4rem;
    color: #fee879;
}

.serve_num img {
    width: .45rem;
    height: auto;
    margin-right: .08rem;
}