*{
    margin:0;padding:0;box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    background-color: #d1d4d74d;
}
main{
    padding:1rem;
}
section{
    background-color: #fff;
    padding:1rem;
    border-radius: .75rem;
    margin:1rem 0;
}
section h2{
    font-size:1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
#fc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#fc img{
    width: 41vw;
    height: 41vw;
    object-fit: cover;
    border-radius:12px;
    margin:0.2rem 0;
}
#sl img{
    width: 100%;
    height: 92vw;
    border-radius:12px;
    object-fit:cover;
}
#sl video{
    width: 100%;
    height: 92vw;
    border-radius:12px;
    object-fit:cover;
}
#zy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#zy .item{
    width: 49.5%;
    height: 10vh;
    border-radius: .75rem;
    padding:2.5vw 2vw;
    gap:.2rem;
    display: flex;
    overflow: hidden;
}
#zy .item .ico{
    width: 30%;
    height: 10vh;
}
#zy .item .msg{
    width: 45%;
    display: flex;
    flex-direction: column;
}
#zy .item .msg p{
    font-size:0.8rem;
    color:rgb(107 114 128 / var(--tw-text-opacity, 1));
    margin-top:1vh;
}
#zy .item .msg span{
    font-size:1.3rem;
    font-weight: bold;
}
#province{
    background-color: #faf5ff;
}
#days{
    background-color: #eef2ff;
}
#height{
    background-color: #f0fdf4;
}
#cup{
    background-color: #fdf2f8;
}
#age{
    background-color: #eff6ff;
}
#weight{
    background-color: #fffbeb;
}
#jc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#jc .item{
    width: 49%;
    margin:1vh 0;
}
#jg{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#ver{
    background-image: url(/static/assert/ver.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 75vw;
}
.item .ico img{
    width: 6vw !important;
    position: relative;
    top: 3vh;
    left: 1vh;

}
@media screen and (min-width:1200px){
    main{
        width: 864px;
        margin:0 auto;
    }
    .item .ico img{
        width: 2vw;
        position: relative;
        top: -1vh;
    }
}
.icon img{
    width: 6vw;
}
#jg .item{
    display: flex;
    width: 30%;
}
.w {
    font-size:0.62rem;
    padding-left:1vw;
}
.ic {
    padding-left:1.5vw;
    font-weight: bold;
}
#fee{
    color:#f46b6b;
}
#pro{
    color:#a855f7;
}
#day{
    color:#78d2fa;
}

/* admin start */
.panel{
    border-radius: 16px;
    min-height: 420px;
    padding: 12px;
    /* display: flex; */
    box-shadow: 0 0 1px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .02), 0 12px 36px rgba(0, 0, 0, .06);
    margin: 25vh auto;
    width: 30%;
}
input {
    display: block;
    height: 50px;
    width: 80%;
    margin:0 auto;
    padding-left:20px;
    border-radius: 6px;
}
button{
    background-color: #000;
    color:#fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 12px;
    width: 80%;
    display: block;
    cursor: pointer;
}
h3{
    color:#a3a3a3;
    font-size:14px;
    margin:12px 0;
    text-align: center;
}
.logo{
    text-align: center;
    font-weight: bold;
    font-size:30px;
    margin:30px 0;
}
@media only screen and (max-width:500px) {
    .panel {
        width: 95% !important;
        box-shadow: none;
        
    }
    input{
        width: 100%;
        height: 50px !important;
    }
    button{
        width: 100%;
        height: 50px !important;
        font-size:16px;
    }
}
/* admin end */
.page-numbers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-numbers button{
    width: 10%;
}
.users-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:.2vh;
}
.user-card{
    border-radius: .375rem;
    margin: 0.5rem 0;
}
.user-info img{
   width: 41vw;
  
}
.user-info img{
    height: 41vw;
    object-fit: cover;
    border-radius: 12px;
    margin: 0.2rem 0;
}
.view-detail-btn{
    background-color: #4f46e5;
    color:#fff;
    width: 100%;
    text-align: center;
    display: block;
    padding-top: .375rem;
    padding-bottom: .375rem;
    text-decoration: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    font-size: .75rem;
}
.user-info{
    padding-top: 14vh;
}

.pagination-controls .page-btn{
    width: 17%;
    margin: 0 !important;
    background: #d1d5db !important;
    color: #000;
    border: 0;
    margin:0 1vw !important
}
.age {
    color:#fff;
    font-size:.72rem;
}
.price{
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}

.oth{display: flex;
    justify-content: space-between;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: left
}
.oth p img{
    width: 10vw;
}

.adr{
    width: 5.1rem;
    text-align: center;
    font-size: .75rem;
    border-radius: 4px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
}
.adr img{
    width: 3.5vw !important;
    display: inline-block;
    margin-right: 1vw;
}

/* cover */
.filter-toggle-btn {
        display: block;
        margin: 10px auto;
        padding: 8px 16px;
        background-color: #4f46e5;
        color: white;
        border: none;
        cursor: pointer;
        line-height: 11px;
    }
    
    .filter-container {
        margin: 10px auto;
        padding: 15px;
    }
    
    .filter-container.show {
        display: block;
    }
    
    .filter-item {
        margin-bottom: 15px;
    }
    
    .filter-item label {
        display: block;
        margin-bottom: 5px;
    }
    
    .input-group {
        display: flex;
        align-items: center;
    }
    
    .input-group input {
        width: 43%;
        padding: 5px;
        margin: 0 5px;
    }
    
    .chest-size {
        display: flex;
        flex-wrap: wrap;
    }
    
    .chest-size button {
        padding: 5px 10px;
        margin: 3px;
        border: 1px solid #ccc;
        background-color: #fff;
        cursor: pointer;
    }
    
    .chest-size button.active {
        background-color: #b3d9ff;
        border-color: #80bfff;
    }
    
    .filter-buttons {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 15px;
    }
    
    .filter-btn {
        border: none;
        cursor: pointer;
    }
    
    .filter-btn.confirm {
        background-color: #28a745;
        color: white;
    }
    
    .filter-btn.reset {
        background-color: #dc3545;
        color: white;
    }
    #jobSelect{
            width: 100%;
height: 3rem;
padding-left: 1rem;
    }
    .filter-containerr{
        display: none;
    }
    /* 弹窗样式 */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 92%;
    max-height: 80%;
    overflow-y: auto;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #ff0000;
}
.show {
    display: block !important;
}
.pagination-controls button{
    color:#fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 12px;
    width: 20%;
    display: block;
    cursor: pointer;
    border: 2px solid #4f46e5;
    background: #4f46e5;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 10px auto;
}

@media only screen and (max-width: 500px) {
    .pagination-controls button {
        padding:0;
    }
}
.meets{
    background-image: linear-gradient(to top, #333, rgba(0, 0, 255, 0));
    position: relative;
    top:  -2.4rem;
    padding: .2rem;
}
.meets .price {
    font-weight: bold;
    color: #fff;
    font-size: 1.2rem;
}
.meets .age {
    color: #fff;
    font-size: .72rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

#signin{
    background-color: #4f46e5;
    border: 0;
    margin-top: 2rem;
}

#sec {
    border: 1px solid #4f46e5;
}
.logo{
    color:#4f46e5;
    font-size: 2.5rem;
}



section #name{
    display: inline-block;
    font-size: 0.8rem;
    background: #ec4899e6;
    color: #fff;
    text-align: center;
    border-radius: .4rem;
}

/* cover style */
.user-card a{
    display: flex;
    flex-direction: column;
}
.user-panel{
    height: 29vh !important;
}
@media screen and (max-width: 375px) {
    .meets {
       top: -3.4rem;
    }
}
.jn {
    width: 30%;
    overflow: hidden;
    font-size: 0.65rem;
    color: #fff !important;
    text-align: center;
    border-radius: .4rem;
    height: 1rem;
    line-height: 1rem;
    margin-left:.2rem !important;
        white-space: nowrap;
}
.imp{
    display: flex;
    justify-content: flex-start;
}
.imp .name{
    background-color: #ec4899e6;
}
.imp .sjob{
    background-color: #eab308e6;
}
.imp .cupsize{
    background-color: #28a745;
}
.imp .weight{
    background-color: chocolate;
}
.imp .height{
    background-color: #4f46e5;
}
.imp .pro{
    background-color: #dc3545;
}