body {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-family:'微软雅黑';
	height: 100%;
}
html{
    width: 100%;
    height: 100%;
    font-size: 16px;
	
}
.header {
    width: 100%;
    display: flex;
    justify-content: center;
   	min-height: 100%;
    height: auto;
}
.headerBox {
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
	min-height: 100%;
    height: auto;
	background-color: #292451;
}

.message {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.message span {
    background: rgb(0 0 0 / 70%);
    color: white;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.topBg{
    width: 100%;
    height: 408px;
    background-image: url('../image/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.pos-all{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 160px;
}

.avtvar-group{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.avtvar-box{
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
   
}

.avtvar-img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.girl-avtvar,.boy-avtvar{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #fff;
}

.heart-level{
    width: 60px;
    height: 60px;
    margin: 0 16px;
}

.heart-img{
    width: 100%;
    height: 100%;
    display: block;
}

.level-num{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bar{
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    background-image: linear-gradient(to right,rgba(182, 1, 173, 0),rgba(182, 1, 173, 1),rgba(182, 1, 173, 1),rgba(182, 1, 173, 0));
}

.swiper-all{
    width: 100%;
    height: 175px;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.swiper{
    width: 100%;
    height: 100%;
    
}


.swiper-slide{
    width: 130px !important;
    height: 160px;
    background: #2B245D;
    color: #999999;
    border: 2px solid #3D366A;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    font-size: 10px;
    padding:5px;
}



/* 可选：自定义分页器圆点样式 */
.swiper-pagination-bullet {
 
  background: rgba(255, 255, 255, 0.6);
  
}

.swiper-pagination-bullet-active {
  background: #fff; /* 激活态颜色 */
}

.level-img{
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
   
}

.level-img>img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.level-num-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.level-name{
    max-width: 100%;
    height: 30px;
    font-size: 12px;
    text-align: center;
    
    overflow: hidden;   /* 超出隐藏 */
    text-overflow: ellipsis; /* 省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.level-info{
    max-width: 100%;
    height: 30px;
    text-align: center;
    font-size: 12px;
    text-overflow: ellipsis; /* 省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
   margin-bottom: 5px;
    color: #fff;
    
}

.round-box{
    width: 93px;
    height: 50px;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.round-img{
    width: 93px;
    height: 50px;
    display: block;
    
}

.level-avtvar-group{
    display: flex;
    align-items: center;
    justify-content: center;
    
}


.left-avtvar,.right-avtvar{
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.avtvar-wrap{
    position: relative;
}

.wrap{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.right-wrap{
    margin-left: -16px;
}

/* .right-avtvar{
    margin-left: -16px;
} */

.level-remark{
    width: 100%;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制2行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    text-align: center;
    word-break: break-all; 
    color: rgba(255, 255, 255, 0.70);
}

.list-box{
    width: 100%;
    border-top: 1px solid #8E85D9;
    box-sizing: border-box;
    border-radius: 16px;
    /* margin-top: 16px; */
}

.list{
    width: 100%;
    
    height: auto;
    
    border-radius: 16px;
    padding:16px;
    box-sizing: border-box;
   
}

.list-title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
   
}

.line{
    width: 24px;
    height: 2px;
    background-image: linear-gradient(to left,#FF76E8,#FFE294);
}

.title-text{
    font-size: 18px;
    
    color: #C2B9FC;
    font-style: italic;
}

.list-info{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    margin: 10px 0;
}

.intimacy-time{
    color: #958F9B;
    text-align: right;
}
.intimacy-value{
    color: #958F9B;
}
.todayAddedValue{
    color: #9A44FD;
}

.list-group{
    width: 100%;
}

.list-item{
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    border: 1px solid #3C3762;
    padding: 8px;
    border-radius: 16px;
    margin-bottom: 8px;
    box-sizing: border-box;
}


.list-item-img{
    width: 44px;
    height: 44px;
    display: block;
    margin-right: 10px;
}

.add-heart{
    width: 16px;
    height: 16px;
    display: block;
}

.finsh-img{
    width: 20px;
    height: 20px;
    /* display: none; */
}

.list-item-info{
    text-align: right;
    color: #fff;
}

.first-item{
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 5px;
    font-size: 14px;
}

.second-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-item{
    display: flex;
    align-items: flex-end;
    color: #9A44FD;
    gap: 3px;
    font-size: 12px;
}

.item-info-name{
    /* margin-bottom: 5px; */
    color: #fff;
}

.btn{
    width: fit-content;
    min-width: 54px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    background-image: linear-gradient(to left,#7565E1,#C2A5FF);
    border-radius: 24px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.finsh-btn{
    background-color: #A9A9A9;
    width: fit-content;
    min-width: 54px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.level-num-text{
    position: absolute;
    top: 75%;
    left: 45%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 8px;
}

.question-img{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

.level-btn{
    width: fit-content;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to left,#FA4477,#FD66B0);
    color:#fff;
    font-size: 10px;
    box-sizing: border-box;
    padding: 0 8px;
    border-radius: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.dis-level-btn{
    color: #1A1A1A;
    background-image: linear-gradient(to left,#fff,#fff);
    pointer-events: none;
}

.address-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display:none;
}

.address-modal-content{
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    background-color: #F4F6FA;
    border-radius: 16px 16px 0 0;
    z-index: 1;
    padding: 16px;
    box-sizing: border-box;
    display:none;
}

.input-label{
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.textarea-label{
    width: 100%;
    height: 128px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.myInput{
	font-size: 16px;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
    border-radius: 12px;
	/*去除阴影*/
	box-shadow:none;
	/*聚焦input的蓝色边框*/
	outline: none;
	/*textarea 禁止拖拽*/
	resize: none; 
	/*去除边框*/
	border: none; 
	/*常用于IOS下移除原生样式*/
	-webkit-appearance: none;
	/*点击高亮的颜色*/
	-webkit-tap-highlight-color:#fff; 
	background-color: #fff;
	
}

.modal-img{
    width: 26px;
    height: 26px;
    display: block;
}

.close-img{
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

.modal-title{
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.submit-btn{
    width: 100%;
    height: 48px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(to left,#FA4477,#FD66B0);
}

.mytextarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-family: '微软雅黑';
}

.step-all{
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 60px;
}

.step{
    width: 100%;
    height: 10px;
    
    display: flex;
    align-items: center;
    padding: 1px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-sizing: border-box;
}

.step-line{
    max-height: 100%;
    width: 0%;
    max-width: 100%;
    height: 100%;
    
    box-sizing: border-box;
    border-radius: 16px;
    background-image: linear-gradient(to left,#D39EFF,#EED8FD);
}

.step-heart{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 0 15px -20px;
}

.lock-img{
    width: 40px;
    height: 32px;
    display: block;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.currentLevel{
    background-image: linear-gradient(210deg,#F6ECFF 0%,#967BE6,#4E37BA);
    
}

.unlock{
    color: #fff;
}

.step-text-box{
    width: 100%;
    
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}

.currentLevel-text{
    width: fit-content;
    padding: 0 10px;
    height: 20px;
    box-sizing: border-box;
    border-radius:16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to left,#7565E1,#C2A5FF);
}

.nextLevel-text{
    width: fit-content;
    padding: 0 10px;
    height: 20px;
    box-sizing: border-box;
    border-radius:16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to left,#FF4E9F,#FF64E2);
}

.gift-img{
    width: 50px;
    height: 50px;
    display: block;
}

.gift-img2{
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: -12px;
    right: -12px;
}


.left-gift{
    position: absolute;
    top: -5px;
    left: 10px;
}

.right-gift{
    position: absolute;
    top:-5px;
    right: 10px;
}

.lockLevel{
    width: fit-content;
    padding: 0 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to left,#7565E1,#C2A5FF);
    border-radius: 16px;
    font-size: 10px;
   
    color: #fff;
    
}

.lock2-img{
    width: 16px;
    height: 16px;
    display: block;
}