.ai-media .ai-shipin-sc>.content{
    flex: 1;scrollbar-width: none;overflow: auto;
}
.ai-media .image-container {
    max-height: calc(50vh - 100px);
    overflow-y: auto;
}

.ai-media .title .generate-media-image.checked {
    background: #e7244e !important;
}
.duo_image_form{
    border: 1px solid gray;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.ai-media .image-wrapper {
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #e5e7eb;
    border-radius: 0.375rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}
.show-example{
    height:200px;
    border: 1px solid gray;
    border-radius: 8px;
    overflow: hidden;
}
.ai-media .image-wrapper img {
    height: 160px;
    width: auto;
    display: block;
    float: left;
    margin-left: 10px;
}
.ai-media .image-wrapper video {
    height: 160px !important;
    width: auto;
    display: block;
    float: left;
    margin-left: 10px;
}

.ai-media .action-buttons {
    position: absolute;
    top: 5px;
    right: 5px;
}
select {
    padding: 8px 30px 8px 12px;
    border: 1px solid gray;
    border-radius: 6px;
    background: black;
    width: 73px;
    height:26px;
    font-size: 14px;
    transition: all 0.3s;
    color: white;
}
.parameter{
    height: 33px;
    margin-top: 2px;
    color:white;
}
select:focus {
  border-color: white;
  box-shadow: 0 0 5px black;
  outline: none;
}
.ai-media .action-buttons button {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.generate-media{
    position: relative;
    top: 22px;
}
.ds-generate{
    position: relative;
    top:10px;
}
.generate-media-image{
    position: relative;
    margin-top: 5px;
    justify-content: center;
    color: white;
}
.ai-media .action-buttons button:hover {
    background-color: rgba(209, 213, 219, 0.8);
}

.ai-media .custom-file-input {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #3c4758;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    height: 170px;
    font-size: 12px;
}
.generate-media-content .store{
    float: left;
    line-height: 55px;
    color: white;
    margin-left: 45px;
}
.ai-media .custom-file-input input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.ai-media .image-text-input {
    background: #4a4b4d;
    width: 97%;
    margin-top: 6px;
    margin-left: 8px;
    padding: 0px 0px 0px 8px;
    color: #fff;
    border-radius: 6px;
    border: 1px solid gray;
    background: #252728;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.ai-media .showCreatingImgClass{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai-media .showCreatingImgClass::before {
    content: "创作中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.ai-media .image-preview {
    outline: none;
    -webkit-font-smoothing: antialiased;
    scrollbar-width: none;
    user-select: none;
    align-items: center;
    border-radius: 8px;
    box-sizing: initial;
    cursor: pointer;
    display: flex;
    width: 47%;
    float: left;
    height: 138px;
    line-height: 111px;
    justify-content: center;
    transition: background-color .16s ease-in-out;
    background-color: rgba(204, 221, 255, .06);
    border: 1px dashed gray;
    color: rgba(224, 245, 255, .6);
}

.ai-media .image-preview img{
    width: 50%;
    height: 100%;
}