body {
    width: 100vw;
    background-image: url('../imgs/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    display: flex;
    justify-content: center;
}

body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

* {
    box-sizing: border-box;
}

/* @font-face {
    font-family: 'myfont';
    src: url('./YouSheBiaoTiHei-2.ttf') format('truetype'),
        url('./HongLeiXingShuJianTi-2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */

.page-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 430px;

}

.img-1 {
    width: 336px;
    height: 162.2px;
}



.img-2 {
    width: 320px;
    height: 569px;
    margin-top: 10px;
    border-radius: 10px;

}

.img-8 {
    width: 336px;
    height: 232.064px;
    margin-top: -50px;
}

.img-3,
.img-4,
.img-11 {
    width: 12px;
    height: 12px;
}

.img-wrp img {
    width: 184px;
    border-radius: 20px;

}
.vip{
   position: relative;
   width: 54px;
   height: 20px;
}
.vip.hide{
    display: none;
}
.vip-txt{
    font-style: italic;
    font-weight: bold;
    color:#F3B181 ;
    position: absolute;
    right: 7px;
    bottom: 0;
    font-size: 12px;
}
.img-9 {
    width: 54px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.img-10 {
    width: 20px;
    height: 17px;
    position: absolute;
    left: 3px;
    bottom: 2px;
    z-index: 111;
}
.name{
    margin-left: 5px;
}
.women-lists {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.women-lit-wrps {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.women-list {
    width: 184px;
    height: 331px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-radius: 20px;
}

.women-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    padding: 10px 5px;
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.women-name {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.women-desc {
    margin: 5px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.women-info {
    display: flex;
    justify-content: flex-start;
}

.women-age {
    padding: 2px 5px;
    display: flex;
    background-color: #9797FB;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px;
    align-items: center;
}

.women-height {
    padding: 2px 5px;
    display: flex;
    background-color: #97B8FB;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px;

    align-items: center;
}
.women-xuewei {
    padding: 2px 5px;
    display: flex;
    background-color: #A2EDED;
    border-radius: 10px;
    color: #fff;
    align-items: center;
}
.gender-w .women-age{
    background-color: #fb97da;

}
.gender-w .women-height{
    background-color: #fb9f97;
    
}
.gender-w .women-xuewei{
    background-color: #FBC197;
    
}
.btns {
    display: flex;
    justify-content: center;
    width: 100vw;
    position: fixed;
    bottom: 20px;
    z-index: 1111111;
}

.btn {
    width: 343px;
    height: 64px;
    background: url('../imgs/5.png') no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: relative;
}

.btn-img{
    width: 375px;
    height: 127px;

}
.img-12{
    width: 20px;
    height: 17px;
    position: absolute;
    left: 190px;
    bottom: 15px;
    z-index: 111;
}

footer{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

footer p{
    margin:3px 0
}