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;
   	height: 100%;
}
.headerBox {
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

.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: 439px;
    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: 190px;
}

.avtvar-group{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.avtvar-box{
    width: 98px;
    height: 98px;
    display: block;
    position: relative;
}

.avtvar-img{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.girl-avtvar,.boy-avtvar{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.heart-level{
    width: 126px;
    height: 126px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.heart-img{
    width: 100%;
    height: 100%;
    display: block;
}

.level-num{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.small-heart{
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 5px;
}

.next-level{
    display: flex;
    align-items: center;
}

.bar{
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 10px;
    background-color: #FD399E;
    border-radius: 32px;
    margin: auto;
    font-size: 14px;
    padding: 0 16px;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-top: 16px;
}

.swiper-all{
    width: 100%;
    height: auto;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: 16px;
}

.swiper{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
}


.swiper-slide{
    width: 120px !important;
    height: 180px;
    background-color: #FFEBF6;
    /* border: 1px solid #FFDFFA; */
    /* box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.10); */
    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: 44px;
    height: 38px;
    display: block;
    position: relative;
    /* margin-bottom: 5px; */
}

.level-img>img{
    width: 100%;
    height: 100%;
    display: block;
}

.level-name{
    color: #FF629A;
    text-align: center;
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all; 
}

.level-info{
    text-align: center;
    height: 32px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制2行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all; 
    text-align: center;
}

.level-remark{
    width: 100%;
    height: 43px;
    color: #999999;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制2行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all; 
    margin: 2px 0;
}

.list-box{
    width: 100%;
    
    box-sizing: border-box;
    margin-top: 160px;
}

.list{
    width: 100%;
    height: auto;
    background-color: #fff;
    
    padding: 16px;
    box-sizing: border-box;
    
}

.list-title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.line{
    width: 24px;
    height: 2px;
    background-image: linear-gradient(to left,#FF76E8,#FFE294);
}

.title-text{
    font-size: 18px;
    margin: 0 10px;
}

.list-info{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    margin: 10px 0;
}

.intimacy-time{
    color: #999999;
    text-align: right;
}

.intimacy-value>span{
    color: #F54480;
}

.list-group{
    width: 100%;
}

.list-item{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7E7EB;
    padding: 8px 0;
}

.list-item:last-child{
    border-bottom: 0;
}

.list-item-img{
    width: 44px;
    height: 44px;
    display: block;
    margin-right: 10px;
}

.add-heart{
    width: 20px;
    height: 16px;
    display: block;
}

.finsh-img{
    width: 20px;
    height: 20px;
    /* display: none; */
}

.list-item-info{
    width: 100%;
}

.second-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-item{
    display: flex;
    align-items: flex-end;
    color: #FF3ECB;
    gap: 3px;
}

.item-info-name{
    margin-bottom: 3px;
}

.btn{
    width: fit-content;
    min-width: 54px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #FF6BAE;
    border-radius: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.finsh-btn{
    background-color: #E7E7E7;
    width: fit-content;
    min-width: 54px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.level-num-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 12px;
}

.question-img{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

.level-btn{
    width: fit-content;
    height: 20px;
    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: 4px; */
    flex-shrink: 0;
}

.dis-level-btn{
    color: #1A1A1A;
    background-image: linear-gradient(to left,#EAEAEA,#EAEAEA);
    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: '微软雅黑';
}

.current-level{
    width: 50px;
    height: 20px;
    background-color: #FF8EC9;
    border-radius: 10px;
    padding:0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 16px;
    position: relative;
}

.level-num-2{
    margin-left: 16px;
}

.small-heart-box{
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: #FF83A6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

.small-heart-2{
    width: 11px;
    height: 10px;
    display: block;
    
}
