.search{display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 15px;}
.search_input{height: 40px;
    line-height: 40px;
    padding: 0 5px;
    border: 2px solid #1e90ff;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    flex: 1;}    
.search-btn{width:40px;height:40px;background:#1e90ff;border-radius: 0 5px 5px 0;color: #fff;border: 0;cursor: pointer;} 

.wens .record-item {
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
    justify-content: normal;
}

.record-item a {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.record-item a:hover {
    transform: scale(1.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wens .record-item a {
    width: calc(50% - 5px);
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wens .record-item a img {
    width: 100%;
    height: auto;
    display: block;
}

.member-tab-row {
    gap: 5px;
    margin: 0;
    flex-wrap: wrap;
    justify-content: normal;
}

.member-tab-grid {
    flex: unset;
    width: calc(50% - 5px);
}

.imginfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255);
    color: #000;
    padding: 2px 6px;
}

.imginfo p {
    display: flex;
    gap: 10px;
}
.preview-areas{
    flex:1;
    margin: 20px;
}

.preview-aread{
    flex: 1;
    background-color: #f9f9f9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: auto;
    gap: 30px;
}
.lbimg{height:auto;width:100%}
.catmod{display: flex;gap: 30px;}
.catmod h3{display: flex;    gap: 5px;    align-items: center;}
.catbm{flex:1;}
.catbm ul{display: flex;flex-wrap: wrap;}
.catbm ul li{padding:0 15px}

.special ul{display:flex;flex-wrap: wrap;gap:15px}
.special ul li{max-width:calc(20% - 15px);}
.special ul li img{width:100%;}

.sucaiku ul{display:flex;flex-wrap: wrap;gap:15px}
.sucaiku ul li{max-width: calc(20% - 15px); width: calc(20% - 15px);height: 0; padding-bottom: calc(20% - 15px);position: relative; overflow: hidden;}
.sucaiku ul li a{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;background-image: linear-gradient(45deg, #e0e0e0 25%, transparent 25%), linear-gradient(-45deg, #e0e0e0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e0e0e0 75%), linear-gradient(-45deg, transparent 75%, #e0e0e0 75%);
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;}
.sucaiku ul li img{width:100%;}
.sucaibar{display:flex;justify-content: space-between;align-items: center;}
@media (max-width: 768px){
    .special{display:none}
    .tab-content.active{display:flex;gap:5px;flex-wrap: wrap;justify-content: center;}
    .tab-content a{width:calc(50% - 5px);}
    .home-image{margin-bottom:0}
    .sucaiku ul li{    max-width: calc(50% - 15px);
    width: calc(50% - 15px);
    height: 0;
    padding-bottom: calc(50% - 15px);
    position: relative;
    overflow: hidden;}
    .sucaiku ul{justify-content: center;}
}
