
.divboxs{
    margin: 0 50px;
}
.imggenerations-title>h1{
    font-size: 24px;
    font-weight: 700;
    color: #272e3b;
    letter-spacing: 1px;
}
.imggenerations-title>h2{
    width: 100%;
    line-height: 1;
    font-size: 16px;
}

.img-w-300gap {
    width: 300px;
    background: linear-gradient(119deg, #e2eeff, #ffffff0f);
    padding: 10px;
    border-radius: 8px;
}
.model-list label{
    margin-bottom: 6px;
}
.list-imggenerations{
    margin-top:15px;
    display: flex;
    margin-bottom: 35px;
}

.aspect-ratio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}

.aspect-ratio-btn {
    position: relative;
    width: 55px;
    height: 55px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 21%);
}

.aspect-ratio-btn:hover {
    border-color: #0d6efd;
}
.seed-input{
    display: flex;
}

.aspect-ratio-btn.active {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.aspect-ratio-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.aspect-ratio-label>span{
    margin-top: 5px;
}
.aspect-ratio-label>img{
    margin: 0 auto;
}

.ratio-preview {
    width: 100%;
    height: 200px;
    border: 2px dashed #dee2e6;
    border-radius: 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.ratio-info {
    margin-top: 15px;
    font-weight: 500;
}
.kolors-from{
    margin-top: 15px;
}
.form-group .ratio-label{
    margin-bottom: 10px;
}
.kolors-from .form-group{
    margin-top: 15px;
}
.imgseed{
    width: 33.5px;
    height: 33.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 0px 8px 8px 0px;
}
.seedwb>input{
    border-radius: 8px 0px 0px 8px;
}

.tlispan{

    width: 25px;
    height: 25px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}
.fromcus{
    display: flex;
}
.imgupkx {
    border: 1px solid #dee2e6;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
.imgupkx:hover{
    border-color: #0d6efd;
    color: #0d6efd;
}
.ant-radio{
    border-color: #0d6efd;
}
.kojuimg{
    height: 100%;
    /* width: 100%; */
    margin-left: 35px;
}
.imghabout{
    width: 1200px;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 600px;
}
.fullimgheginht{
    align-items: center;
    display: flex;

    overflow: auto;
}
.textprompt{
    margin-top: 35px;
}

.textarea-s textarea.form-control{
    padding-right: 77px;
}
.textarea-s{
    position: relative;
}
.sendtij{
    position: absolute;
    right: 20px;
    top: 43px;
}
.sendtij .button{
    width: 40px;
    height: 40px;
    background: #0d6efd;
    color: #FFFFFF;
    border-radius: 5px;
    transform: rotate(-90deg);
    opacity: .5;
}
.bitian{
    margin-left: 3px;
    color: #f00;
}
.imgseed{
    cursor: pointer;
}
.linimg{
    padding: 15px;
    display: flex;
}
.shanchuimg{
    display: none;
}
#xianshiimg{
    max-width: 25px;
    max-height: 25px;
}
.shanid {
    float: right;
    flex: 1;
}
.sendtij button.seedfasongsee{
    opacity: 1;
}
.linimg #axianshiimg{
    flex: 1;
}
#nameimg{
    width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 3;
}
.fullimgheginht>img{
    max-width: 1024px;
    max-height: 1024px;
}
.fullimgheginht {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 5px), 1fr));
    gap: 10px;
}
.fullimgheginht img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#zhixingz{
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* 在屏幕宽度在768px和1024px之间时应用的样式 */
    .fullimgheginht>img {
        max-width: 320px;
        max-height: 320px;
    }
    .imghabout {
        width: 680px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

    .fullimgheginht>img {
        max-width: 500px;
        max-height: 500px;
    }
    .imghabout {
        width: 835px;
        height: 535px;
    }

}

@media screen and (min-width: 1440px) and (max-width: 1680px) {
    .fullimgheginht>img {
        max-width: 700px;
        max-height: 700px;
    }
    .imghabout {
        width: 1000px;
    }
}
