/*云写真*/
body{
    position: relative;
    background-color: white;
}

header .h-title {
    opacity: 0;
}

header .btnRight {
    width: 1rem;
    justify-content: center;
    margin-left: 6.41rem;
}

header #btn_wb{
    margin-left: 5.3rem;
}

header .img-bg {
    position: relative;
    width: 7.5rem;
    height: 4.48rem;
}

header .img-bg>img{
    width: 100%;
    vertical-align: middle;
}
header .img-bg .shadow {
    position: absolute;
    background: url("../imgs/shadow.png") no-repeat;
    background-size: 100% 100%;
    bottom: 0.02rem;
    width: 100%;
    height: .91rem;
    z-index: 1;
}
figure{/*用户显示信息*/
    position: relative;
    margin-top: -.74rem;
    width: 100%;
    height: auto;
    padding: 0 .36rem;
    box-sizing: border-box;
    margin-bottom: .48rem;
    z-index: 2;
}
figure .photoBox{
    display: flex;
    position: relative;
    align-items: center;
    margin-right: .2rem;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
/*figure .photoBox .img-border{*/
    /*position: relative;*/
    /*background: url("../imgs/icon_yun_16_2.png") no-repeat center;*/
    /*background-size: 100% 100%;*/
    /*width: 1.3rem;*/
    /*height: 1.3rem;*/
    /*z-index: 3;*/
    /*margin-top: 0.04rem;*/
/*}*/
figure .photoBox .img-box-border>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*background-image: -webkit-linear-gradient(120deg, #84e4eb, #fa7298);*/
}
.link-wb {
    background-color: rgb(250, 114, 152);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 1.36rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 6.06rem;
    height: 1.1rem;
    z-index: 15;
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-size: .32rem;
    line-height: .32rem;
    color: white;
    text-align: center;
    justify-content: center;
}
.link-wb >img {
    width: .8rem;
    height: .8rem;
    left: .15rem;
    position: absolute;
    border-radius: 50%;
}
.img-box-border{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: 1rem;
    background: url("../imgs/png_302.png") no-repeat center;
    background-size: cover;
    padding: .1rem;
    box-sizing: border-box;
}
figure .user-age-box{
    position: relative;
    display: flex;
    flex-direction: column;
}
figure .user-age-box .user {
    font-size: .38rem;
    font-weight: bold;
    margin-top: .36rem;
}
figure .user-age-box .user-age, figure .user-age-box .link-wb,#btn_wb {
    width: .8rem;
    height: .36rem;
    font-size: .2rem;
    border-radius: .03rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #F0F0F0;
    color: #999999;
    margin-right: .1rem;
    margin-top: .14rem;
}
figure .user-age-box .new-user{
    display: flex;
}
figure .userBox{
    display: inline-block;
}
figure .userBox .data{
    display: flex;
    font-size: .28rem;
}
figure .userBox .data div{
    margin-right: .64rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
figure .userBox .data div span{
    font-size: .36rem;
    font-weight: bold;
}
.userBox .user-age{
    font-size: .2rem;
    line-height: .32rem;
    height: .32rem;
    padding: 0 .06rem;
    box-sizing: border-box;
    background-color: #F87499;
    color: white;
    border-radius: 1px;
    margin-left: .24rem;
    cursor: pointer;
}
.userBox .user-age>img{
    width: .16rem;
    height: .16rem;
    margin-right: .06rem;
    vertical-align: middle;
}
figure .userBox .user{
    display: inline-block;
    font-size: .38rem;
    font-weight: 500;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
figure .userBox .data div:last-child {
    margin-right: 0;
}
figure .user-info{
    position: relative;
    padding: .2rem .12rem 0.04rem 0;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    height: auto;
}
.user-info>div{
    font-size: .28rem;
    line-height: 1.5;
    color: #999999;
}
.user-info .us-tit{
    display: none;
    position: absolute;
    right: 0;
    top:.6rem;
    font-size: .28rem;
    color: #cccccc;
    cursor: pointer;
    padding: 0 0 .2rem .2rem;
}
    /*图片展示*/
section .list{
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.list ul{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: .1rem;
    padding-bottom: 0;
    box-sizing: border-box;
}
.list ul li:nth-child(odd) {
    margin-right: 1.5%;
}
.list ul li{
    width: 49.25%;
    margin-bottom: .1rem;
    background-color: white;
}
.list ul li>a>img{
    width: 100%;
    vertical-align:top;
    /* height: 5.08rem; */
}
.list ul li:nth-child(odd){
    margin-right: 1.5%;
}
.list ul li>a{
    position: relative;
    display: block;
    cursor: pointer;
    height: 5.08rem;
    overflow: hidden;
}
.list ul li>a .img-lock{
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    background: url("../imgs/icon_yun_21.png")no-repeat center;
    background-size: 100% 100%;
    width: .26rem;
    height: .32rem;
}
.list ul li >div{
    position: relative;
    width: 100%;
    height: auto;
    font-size: .24rem;
    line-height: .24rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    padding: .14rem;
    box-sizing: border-box;
}
.list ul li .l-txt{
    position: relative;
    height: .6rem;
    width: 2.4rem;
}
.list ul li .l-txt h1{
    margin: .02rem 0 .1rem 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list ul li .l-txt>span{
    display: block;
    font-size: .24rem;
    line-height: .24rem;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list ul li .l-data{
    height: .6rem;
    top: .16rem;
    right: .18rem;
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.list ul li .l-data p{
    background: url("../imgs/icon_xiezhen_06.png")no-repeat;
    width: .31rem;
    height: .28rem;
    background-size: cover;
    margin-bottom:.06rem;;
}
.list ul li .l-data span{
    font-size: .18rem;
    display: block;
    color: #999999;
}
/*侧边栏*/
#nav_box{
    cursor: pointer;
}
nav {
    background-color: rgb(255, 255, 255);
    position: fixed;
    right: 0;
    top: 0;
    width: 3.6rem;
    height: 100vh;
    z-index: 13;
    transition: transform .2s ease-in;
    -webkit-transition: -webkit-transform .2s ease-in;
}
.slide{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
}
nav .btn_close{
    background: url("../imgs/icon_yun_22.png")no-repeat center;
    background-size: 50% 50%;
    width: .74rem;
    height: .72rem;
    position: absolute;
    right: .18rem;
    top: .15rem;
}
nav .navList{
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.72rem;
}
nav .navList li:first-child{
    font-size: .6rem;
    line-height: .48rem;
    padding-bottom: .26rem;
}
nav .navList li:nth-child(2){
    font-size: .22rem;
    line-height: .22rem;
    color: #999999;
    padding-bottom: .54rem;
}

nav .navList li{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    display: flex;
    justify-content: center;
    line-height: .28rem;
    font-size: .28rem;
}
nav .navList li a{
    position: relative;
    display: flex;
    width: 100%;
    height: 1.14rem;
    align-items: center;
    justify-content: center;
    color: #333;
}
.one-model-wrap{
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
    padding: .1rem;
    padding-bottom: 0;
    box-sizing: border-box;
}
.one-model-wrap > div{
    background: white;
}
.one-model-wrap a{
    display: block;
}
.one-model-wrap .l-txt {
    font-size: .24rem;
    padding: .15rem;
    box-sizing: border-box;
}
/*开通会员*/
.member{
    width: 7.3rem;
    height: .8rem;
    margin: 0 auto;
    background-color: #faf5d8;
    color: #f39700;
    padding:0 .2rem;
    box-sizing:border-box;
    line-height:.8rem;
    border-radius:5px;
    font-size: .28rem;
    cursor: pointer;
    margin-bottom: .24rem;
}
.member .member-price{
    float: right;
    position: relative;
}
.member .member-price::after{
    display: inline-block;
    content: " ";
    margin-left: .22rem;
    background:url("../imgs1/png_204.png") no-repeat;
    background-size: 100% 100%;
    width: .11rem;
    height: .16rem;
}
/*随拍/写真*/
.menu{
    width: 100%;
    height: .6rem;
    color:#999;
    font-size: .32rem;
    display: flex;
    justify-content: center;
}
.menu > div{
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: .6rem;
}
.menu .menu-li{
    width: 1.97rem;
    height: .6rem;
    position: relative;
}
.menu .blackTxt{
    color: #333;
}
.menu .redLine{
    width: .44rem;
    height: .06rem;
    background-color: #fa7298;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    bottom: .06rem;
    left: 50%;
    margin-left: -0.22rem;
}
/*随拍*/
section{
    background-color: #f0f0f0;
    min-height: 7.8rem;
}
section .list-photo{
    width: 100%;
    height: auto;
    white-space: nowrap;
    padding-bottom: .1rem;
}
.list-photo #contentF{
    position: relative;
    width: 100%;
    padding-left: .1rem;
    box-sizing: border-box;
}
.list-photo #contentF li{
    float: left;
    position: relative;
    width: 2.36rem;
    height: 2.36rem;
    margin:.1rem .1rem 0 0;
    background: no-repeat center center;
    background-size: cover;
}
.list-photo #contentF li .enter-box,.ThumbnailBig .enter-box{
    display: block;width: 100%;height: 100%;
}
.list-photo #contentF li .memberEnter,.ThumbnailBig .memberEnter{
    position: absolute;
    font-size: .28rem;
    color: white;
    background-color: rgba(0,0,0,.3);
    height: .48rem;
    display: flex;
    align-items: center;
}
.list-photo #contentF li .memberEnter{
    bottom: 0;
    width: 2.36rem;
}
.ThumbnailBig .memberEnter{
    bottom: .1rem;
    width: 7.3rem;
 }
.memberEnter::before{
    content: '';
    display: inline-block;
    background: url(../imgs1/png_206.png) no-repeat center;
    background-size: 100% 100%;
    width: .28rem;
    height: .24rem;
    margin: 0 .1rem 0 .2rem;
}
.memberEnter .member_arrow{
    background: url(../imgs1/png_205.png) no-repeat center;
    background-size: 100% 100%;
    width: .11rem;
    height: .16rem;
    position: absolute;
    right: .2rem;
    top: 50%;
    margin-top: -.06rem;
}
section .upPhoto-txt{
    font-size: .24rem;
    color: #999999;
    text-align: center;
    padding:.64rem 0;
    box-sizing: border-box;
}
section .txt-foot{
    padding:.86rem 0;
    box-sizing: border-box;
}
/*图片浏览*/
#photo-box{
    display: none;
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 13;
    overflow-y: scroll;
}
#photo-box img{
    position: relative;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    overflow-y: scroll;
}
/*图片上传*/
.upWrap {
    width: 2.36rem;
    height: 2.36rem;
}
.upWrap > .imgWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    height: auto;
}

.upWrap > .fileWrap > input[type=file] {
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.upWrap > .imgWrap {
    z-index: 1;
}

#upIg{
    position: relative;
    width: 2.36rem;
    height: 2.36rem;
    background-color: #dedede;
    display: flex;
    align-items: center;
    justify-content: center;

}
#upIg img{
    width: .8rem;
    height: .64rem;
}

.btn_delete{
    display: none;
    position: fixed;
    z-index: 14;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 1.1rem;
    height: 1.1rem;
}
.btn_delete img{
    position: absolute;
    right: .36rem;
    top: .36rem;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
}
/*删除弹窗*/
.buy-toast {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 13;
}
.buy-toast .toast-box {
    position: absolute;
    width: 4.8rem;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    top: 4.8rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-height: 2.17rem;

}
.buy-toast .buy-txt{
    font-size: .32rem;
    min-height: 1.29rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}
.buy-toast .btn-buy {
    width: 100%;
    min-height: .88rem;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}
.btn-buy .btn_sure,.btn-buy .btn_dis{
    width: 50%;
    cursor: pointer;
}
.btn-buy .btn_sure{
    color: #fa7298;
    border-right: 1px solid #f0f0f0;
}
.list-photo .count-box{
    height: .52rem;
    position: relative;
    display: flex;
    padding: .1rem .24rem 0 .24rem;
    align-items: center;
    color:#c9c9c9;
    font-size:.24rem;
    line-height:.24rem;
    justify-content: space-between;
}
.count-box .array-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    width: 1.2rem;
    height: 100%;
}
.count-box .array-box .arrIcon{
    position: relative;
    margin-right: .1rem;
    height: .26rem;
    width: .26rem;
}
.count-box .array-box .def-array{
    background: url("../imgs1/png_yun_pl_01.png") no-repeat center;
    background-size: 100% 100%;
}
.count-box .array-box .change-array{
    background: url("../imgs1/png_yun_pl_02.png") no-repeat center;
    background-size: 100% 100%;
}
.count-box .array-box .change-array+span{
    color: #6398c4;
}
/*new1.2*/
.navList .dl_footBtn{
    position: relative;
    width: 1.48rem;
    height: .64rem;
    border: 1px solid #f0f0f0;
    border-radius: 33px;
    color: rgb(250, 114, 152);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
    cursor: pointer;
}
.navList .log-regBtn{
    position: relative;
    width: 2.2rem;
    height: .8rem;
    background-color: #f9f9f9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .28rem;
    cursor: pointer;
}
.navList  .uplink  .arrow-right {
    position: absolute;
    width:0;
    height:0;
    border-top:.08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .11rem solid rgb(250, 114, 152);
    right: .72rem;
    top: 50%;
    margin-top: -.08rem;
}
.navList .uplink{
    margin:.54rem 0 .22rem 0;
}
.navList .grayline{
    position:relative;left:50%;margin:0 0 .22rem -1.1rem;height:1px;width: 2.2rem;background-color: #f0f0f0;
}
.ThumbnailBig ul li{
    position:relative;
}
.ThumbnailBig ul li img{
    width:100%;margin-bottom:.1rem;vertical-align: middle;
}
.member-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width:7.26rem;
    height: .8rem;
    margin: 0 auto;
    margin-bottom: .48rem;
}
.member-link > div{
    width: 100%;
    height: .78rem;
    color: #666666;
    font-size: .28rem;
    border-radius: .1rem;
    border:1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nomant-txt {
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    color: #f39700;
    background-color: #faf5d8;
    font-size: .28rem;
    box-sizing: border-box;
    text-align: center;
    clear: both;
}
.userFlag {
    display: flex;
    align-items: center;
    font-size: .28rem;
    color: #999;
    margin: .16rem 0 .04rem 0;
}
.userFlag img {
    width: .27rem;
    height: .27rem;
    margin-right: .14rem;
}
.tab-wrap {
    position: fixed;
    z-index: 11;
    width: 100%;
    height: .88rem;
    display: flex;
    align-items: center;
    background-color: white;
}
.tab-item {
    position: relative;
    padding: 0 .36rem;
    height: .88rem;
    line-height: .88rem;
    cursor: pointer;
    color: #999;
    font-size: .28rem;
}
.active-black {
    color: #333333;
    font-weight: bold;
}
.active-black .redLine {
    width: 1.2rem;
    height: .03rem;
    background-color: #000;
    border-radius: 1px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;
    margin-left: -0.6rem;
}
.no-tab-item {
    color: #999;
    font-size: .28rem;
    height: calc(100vh - 1.88rem);
    text-align: center;
    line-height: calc(100vh - 1.88rem);
    display: none;
}
.contentUserWrap {
    height: .92rem;
    border-top:.01rem solid #f0f0f0;
    border-bottom:.1rem solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    padding: 0 .24rem;
    box-sizing: border-box;
    margin-bottom: .2rem;
}
.leftImg {
    font-weight: normal;
    display: flex;
    align-items: center;
}
.leftImg img {
    height: .36rem;
    width: .36rem;
    border-radius: 50%;
    margin-right: -.14rem;
    border: 1px solid white;
}
.leftImg span {
    color: #999;
    margin-left: .24rem;
}
.contentShareWrap{
    display: flex;
    align-items: center;
    color: #333;
}
.contentShareWrap img {
    width: .14rem;
    height: .24rem;
    margin-left: .2rem;
}
.pop-bottom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 88;
}
.pop-bottom .pop-toast {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.pop-box {
    background-color: white;
    height: 3.14rem;
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .5rem .36rem 0 .36rem;
    box-sizing: border-box;
}
.pop-btn-gray, .pop-btn-back {
    width: 100%;
    height: .88rem;
    font-size: .32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .05rem;
    cursor: pointer;
}
.pop-btn-gray{
    color: white;
    background-color: #999999;
}
.pop-btn-back{
    color: #333;
    background-color: #f0f0f0;
    margin-top: .36rem;
}
.enter-box-icon {
    width: .36rem;
    height: .36rem;
    position: absolute;
    right: 0;
    top: 0;
    padding: .19rem;
    cursor: pointer;
}