﻿/*头部*/
.top_place{
    width: 100%;
    height: .98rem;
}
header .h-title{
    position: fixed;
    top:0;
    max-width: 1024px;
    font-size: .32rem;
    line-height: .98rem;
    text-align: center;
    height: .98rem;
    width: 100%;
    background-color: #fff;
	color: #333;
	font-weight: bold;
    z-index: 11;
}
.headRightWhite{
    color: white;
    font-size: .32rem;
    font-weight: bold;
}
header .back,header .btnRight {/*回退*/
    top: 0;
    position: fixed;
    width: 1.5rem;
    height: .98rem;
    display: flex;
    align-items: center;
    z-index: 12;
    cursor: pointer;
}
header .back > img {
    display: inline-flex;
    width: .21rem;
    height: .36rem;
    margin-left: .36rem;
}
header .btnRight{/*头部右侧按钮*/
    justify-content: flex-end;
    margin-left: 5.66rem;
}
header .btnRight>img{
    width: .48rem;
    height: .48rem;
 }
.shadowBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
}
/*黑色弹窗*/
.toust_box {
    display: none;
    padding:0 .36rem;
    min-width: 3rem;
    box-sizing: border-box;
    white-space: nowrap;
    height: 1.15rem;
    background-color: rgba(0, 0, 0, .7);
    border-radius:3px;
    position: fixed;
    text-align: center;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    justify-content: center;
    align-items: center;
    line-height: 1.15rem;
    font-size: .32rem;
    color: white;
    z-index: 9999;
}
.icon-success::before{
    content: '';
    display: block;
    background: url(../iconyun1.5/icon_1.5_113.png);
    background-size: 100% 100%;
    width: .35rem;
    height: .35rem;
    margin-right: .18rem;
}
.noPass{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 4rem;
}
.noPass>div{
    background: url("../imgs/png_yun_28.png")no-repeat center;
    background-size: 100% 100%;
    width: 3.17rem;
    height: 2.3rem;
}
.noPass>p{
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    text-align: center;
    font-size: .32rem;
    line-height: .32rem;
    color: #999999;
    margin-top: .44rem;
}
/*yun1.4*/
/*进度条*/
.loadbox .loadingbar{
    height: 2.58rem;
    width: 4.4rem;
    font-size: .32rem;
    line-height: .32rem;
    padding: .48rem .36rem;
    box-sizing: border-box;
}
#progressbar{
    position: relative;
    width:100%;
    height:.1rem;
    background-color: #f0f0f0;
    margin:.52rem 0 .37rem 0;
}
#fill{
    position: absolute;
    text-align: center;
    width:0;
    height:.1rem;
    background-color: #fa7298;
}
.loadbox .numBox{
    color: #999;
    font-size: .24rem;
    line-height: .24rem;
}
.filter-model::before{
    content: "";
    position: absolute;
    filter: blur(8px) brightness(25%);
    background: inherit;
    top: -0.2rem;
    right: -0.2rem;
    width: 4rem;
    height: 5.48rem;
    /* top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    left: -0.2rem; */
    z-index: 1;
    /* margin: -0.2rem; */
}
.fliter-photo-wrap{
    width: 5.2rem;
    height: 7.28rem;
    border: .08rem solid #f0f0f0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.fliter-photo::before, .fliter-photo-lock::before {
    content: "";
    position: absolute;
    /* filter: blur(15px) brightness(30%);
    -webkit-filter: blur(15px) brightness(30%); */
    filter: blur(8px) brightness(25%);
    background: inherit;
    top:0;right:0;bottom:0;left:0;
    z-index: 1;
    margin: -0.2rem;
}
.pre_photo{
    display:block;
    width: .7rem;
    height: .4rem;
    background-color: #fa7298;
    text-align: center;
    font-size: .24rem;
    line-height: .4rem;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
}
.fliter-photo-lock::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: url(../idolIcon/png_suo_02.png)no-repeat center;
    background-size: 100% 100%;
    width: .36rem;
    height: .47rem;
}
.filter-wrap,.filter-wrap-small {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top:0;right:0;bottom:0;left:0;
    color: rgba(255,255,255,.7);
    font-size: .28rem;
    z-index: 3;
}
.filter-wrap .filter-lock {
    width: .46rem;
    height: .57rem;
}
.filter-wrap-small .filter-lock{
    width: .36rem;
    height: .47rem;
}
.filter-wrap .filter-txt {
    margin: .48rem 0;
}
.filter-wrap-small .filter-txt {
    margin: .40rem 0;
}
.filter-wrap .filter-btn, .filter-wrap-small .filter-btn {
    width: 2.3rem;
    height: .66rem;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 30px;
    text-align: center;
    line-height: .66rem;
    cursor: pointer;
}
.filter-wrap-small .filter-btn{
    width: 1.9rem;
}