.hairline .g-scrollview {
    margin-top: 0;
}
.m-header {
    width: 100%;
    overflow: hidden;
    background: transparent url(/images/center@2x.png) no-repeat;
    background-size: cover;
    margin: auto auto 30px;
}
.m-header-cnt {
    position: relative;
    width: 100%;
    height: calc(43vw);
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}
.m-header-cnt .m-header-nickname {
    position: absolute;
    top: 0.55rem;
    left: 36%;
    font-size: .3rem;
    color: white;
    z-index: 2;
    line-height: 25px;
    padding-top: .1rem;
    text-align: left;
    font-weight: 400;
}
.m-header-cnt img {
    border-radius: 50%;
    width: calc(21vw);
    position: absolute;
    top: 0.6rem;
    left: 10%;
    z-index: 2;
}
.cell-left img {
    width: auto;
    margin: 15px 15px 15px 0;
}
/*猜你喜欢title*/
.guess .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.guess .title .left-line {
    height: 1px;
    width: 36%;
    background: #C5C5C5;
    position: relative;
}
.guess .title .left-line:after {
    content: " ";
    display: block;
    position: absolute;
    top: -4px;
    right: -4px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #C5C5C5;
}

.guess .title .mid {
    font-size: 16px;
    color: #999999;
}

.guess .title .right-line {
    height: 1px;
    width: 36%;
    background: #C5C5C5;
    position: relative;
}
.guess .title .right-line:before {
    content: " ";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #C5C5C5;
}