.in_wap {
    width: 100%;
    height: 2.66rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in_wap_bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.in_wap>:nth-child(2) img {
    width: 0.71rem;
    height: 0.64rem;
    margin-right: 0.27rem;
}

.in_wap>div {
    font-size: 0.5rem;
    font-weight: bold;
    color: #FFFFFF;
}

.wap_title {
    font-size: 0.5rem;
    font-weight: bold;
    color: #DCDCDC;
    padding-left: 0.24rem;

}

.wap_line {
    width: 7.09rem;
    height: 0.02rem;
    background: #F1F1F1;
    margin: 0.19rem 0 0.26rem 0.2rem;
}

.wap_contain {
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 2.64rem;
    background: url(../images/profile-bg.png) no-repeat;
    background-size: 100% 5.63rem;
    background-position-y: bottom;
}

.wap_contain p {
    padding: 0 0.42rem 0 0.38rem;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.5rem;
    text-indent: 2em;
}