body{
    background: #f2f2f2;
}
#page {
     overflow: inherit;
}
.profile-wrap{
    width: 100%;
    height: 53vw;
    position: relative;
}
.profile-bg{
    width: 100%;
    height: 53vw;
    overflow: hidden;
}
.profile-bg img{
    width: 100%;
}
.avatar-wrap{
    width: 40vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom:-17vw;
}
.avatar-img-wrap{
    width: 22vw;
    height: 22vw;
    box-sizing: content-box;
    border: 0.4vh solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888888;
    text-align: center;
    line-height: 0vw;
}
.avatar-img-wrap img{
    width: 22vw;
    height: 22vw;
    border-radius: 50%;
}
.audio-wrap{
    width: 18vw;
    border: 1px solid #fdc11c;
    border-radius: 200px;
    height: 5vw;
    font-size: 3vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    position: relative;
    top: -4vw;
    text-align: left;
    color: #343434;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.audio-wrap img{
    width: 8vw;
    height: 3.2vw;
    margin-left: 4px;
}
.info-wrap{
    background: #fff;
    width: 100%;
    padding:0 5vw;
}
.btn-wrap{
    display: flex;
    width: 100%;
    margin: 4vw 0 2vw;
    justify-content: flex-end;
}
.btn-wrap img{
    height: 5vw;
}
.btn-wrap div{
    padding: 0 4vw;
    height: 7.5vw;
    line-height: 7.5vw;
    border-radius: 200px;
    text-align: center;
    font-size: 4vw;
    font-family: Arial, Arial-Bold;
    font-weight: 800;
    color: #343434;
    letter-spacing: 0px;
}
.btn-wrap div:first-child{
    background: #efefef;
    color: #000;
    margin-right: 4vw;
 }
.btn-wrap div:last-child{
    background: #ffef35;
    color: #000;
}
.idol-info{
    display: flex;
    flex-direction: column;
    font-size: 3.5vw;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #313131;
    line-height: 5vw;
    padding: 2vw 0 3vw;
}
.idol-info text:first-child{
    font-size: 6vw;
    line-height: 8vw;
}
.line{
    border-bottom: 2px dotted #313131;
    margin: 2.5vw 0;
}
.tags{
    display: flex;
}
.tags-item{
    width: 14vw;
    height: 6.5vw;
    line-height: 6.5vw;
    background: #efefef;
    border-radius: 4px;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 700;
    margin-right: 3vw;
}
.follow-wrap{
    display: flex;
    font-size: 3.5vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: center;
    color: #b6b6b6;
    line-height: 16px;
    margin: 4vw 0;
}
.follow-wrap div:first-child{
    margin-right:5vw;
}
.follow-wrap div text{
    font-size: 5vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: center;
    color: #313131;
    line-height: 16px;
    margin-right: 1.2vw;
}
.spec{
    margin-top: 2.2vw;
    padding: 0 4vw;
}
.skill-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4vw 0;
}
.skill-wrap>div:first-child{
    font-size: 4.6vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 19px;
}
.skill-wrap>div:last-child{
    display: flex;
    align-items: center;
}
.more{
    font-size: 3.5vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: center;
    color: #b3b3b3;
    line-height: 19px;
}
.right{
    width: 4vw;
    height: 4vw;
    margin-left: 2vw;
    opacity: .5;
}
.skill-item{
    display: flex;
    align-items: flex-end;
    margin-bottom: 4vw;
}
.skill-item img{
    width: 24vw;
    height: 24vw;
    border-radius: 3vw;
}
.item-info{
    height: 24vw;
    display: flex;
    flex-direction: column;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #343434;
    width: 47vw;
    margin-left: 2vw;
    justify-content: space-between;
}
.item-game{
    font-size: 4.5vw;
    width: 100%;
    word-break: break-all;
    text-overflow: inherit;
    overflow: inherit;
    white-space: nowrap;
}
.item-rank{
    display: flex;
    font-size: 3.9vw;
    align-items: center;
}
.item-rank img{
    height: 2.5vw;
    width: 3.5vw;
    margin-right: 1vw;
    margin-bottom: 0.3vw;
}
.item-tips{
    font-size: 2.8vw;
    font-weight: 400;
    color: #787878;
    word-break: break-all;
    text-overflow: inherit;
    overflow: inherit;
    white-space: nowrap;
}
.item-price{
    display: flex;
    color: #F50606;
    align-items: baseline;
    font-size: 4vw;
}
.item-price text{
    font-size: 5vw;
}
.item-price img{
    height: 5.6vw;
    width: 5.6vw;
    margin-right: 1vw;
    position: relative;
    top: .8vw;
}
.item-btn{
    width: 19vw;
    height: 7.5vw;
    line-height: 7.5vw;
    border-radius: 200px;
    background: #ffef35;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #343434;
}
.post-wrap{
    margin-top: 2.2vw;
    width: 100%;
}
.post-tab-wrap{
    width: 100%;
    background: #fff;
}
.post-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 57vw;
    margin: 0 auto;
    padding: 0 4vw;
}
.post-tab div{
    height: 14vw;
    line-height: 14vw;
    width: 22vw;
    text-align: center;
    font-size: 5vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    color: #808080;
}
.tab-item div{
    position: absolute;
    height: 0;
}
.selected{
    color: #343434!important;
}
.selected div{
    height: 3px;
    width: 100%;
    background: #FFEF35;
    border-radius: 3px;
    position: relative;
    top: -3px;
}
.post-list{
    width: 100%;
}
.post-item{
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
    padding-top: 4vw;
}
.item-header{
    padding: 0 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-header div{
    display: flex;
    align-items: center;
}
.item-header div:first-child img{
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
    margin-right: 2vw;
}
.item-header div:first-child text{
    font-size: 4vw;
    font-family: Arial Black, Arial Black-Regular;
    font-weight: 400;
    text-align: left;
    color: #343434;
}
.item-header div:last-child text{
    font-size: 4vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #808080;
}
.item-header div:last-child img{
    height: 7vw;
    opacity: .7;
    margin-left: 1vw;
}
.post-content{
    width: 100%;
    margin: 2vw 0;
    font-size: 4vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    padding: 0 4vw;
}
.mask{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    top: 0;
    left: 0;
    z-index:1;
    background: #000;
}
.play_btn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:2;
    line-height: 56vw;
}
.play_btn img{
    width: 16vw!important;
    height: 16vw!important;
}
.post-image img{
    width: 100%;
    overflow: hidden;
    /*height: 60vw;*/
}
.post-time{
    font-size: 3.5vw;
    font-family: Arial, Arial-Regular;
    font-weight: 400;
    text-align: left;
    color: #b3b3b3;
    padding: 3vw 4vw;
}
.post-operation{
    padding: 3vw 4vw;
    border-top: 1px solid #f6f6f6;
}
.post-operation div{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 8vw;
}
.post-operation div img{
    width: 6vw;
    height: 6vw;
}
.post-operation div text{
    font-size: 3.2vw;
    font-family: Arial, Arial-Bold;
    font-weight: 700;
    text-align: center;
    color: #343434;
}
.together{
    float: right;
    margin: 0!important;
}
.nickname{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 54vw;
}
.row{
    margin: 0;
    width: 100%;
}
.grey{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}