
*{
    margin: 0;
    padding: 0;
}
[v-cloak] {
    display: none;
}
        
::-webkit-scrollbar{width:4px;height:4px;background-color: #00000040;}
::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.4);border-radius:10px;}
::-webkit-scrollbar-track{background-color:transparent; }

.aside_left{
    width: 80px;
    height: 100%;
    border-right: 1px solid lightgray;
    padding: 12px;
    background-color: white;
}
.aiItem{
    width: 100%;
    height: 70px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: 13px;
    color: rgba(225,65,75,.8);
    white-space: nowrap;
    cursor: pointer;
}
.aiItem:hover{
    color: rgba(225,65,75,1);
}
.fontAi>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/fontai.png);
}
.imageAi>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/imageai.png);
}
.goodsAi>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/goodsai.png);
}
.dressup>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/dressup.png);
}
.shoes>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/shoes.png);
}
.graphy>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/graphy.png);
}
.aiImgList>div{
    background-image: url(https://static-o.oss-cn-shenzhen.aliyuncs.com/sukoutu/icon/aishow.png);
}
.aiItem>div{
    width: 26px;
    height: 26px;
    background-size: 100%;
}


/***************************************以下为文生图、图生图*******START************************************************/
.aside_right .toolTitle:nth-child(1){
    font-size: 24px !important;
    margin-top: 0;
}
.toolTitle{
    display: flex;
    align-items: center;
    text-indent: 6px;
    font-size: 14px !important;
    margin-top: 20px;
}
.toolTitle::before{
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background-color: #008bff;
    border-radius: 6px;
}
        
.el-aside {
    width: 470px !important;
    display: flex;
    border-right: 1px solid lightgray;
    position: relative;
}
.aside_right{
    flex: 1;
    height: calc(100vh - 60px);
    padding: 16px 32px 160px;
    position: relative;
    user-select: none;
    overflow: auto;
    background-color: rgb(221 238 255);
}
.aside_right h1{
    font-size: 24px;
    font-weight: bold;
}  
.aside_right .AiInput{
    width: 100%;
    height: 168px;
    background-color: rgba(240,245,249,.8);
    border-radius: 10px;
    transition: all .2s linear;
    margin-top: 10px;
    padding: 14px 14px 0 14px;
    display: flex;
    flex-direction: column;
    border: 1px solid #c7d4ff;
}
.aside_right .AiInput:hover{
    border: 1px solid #2254f4;
}

.AiInput .textarea,.AiInput .textarea02{
    width: 100%;
    height: 120px;
    resize: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
}   
.AiInput:focus-within{
    border: 1px solid #2254f4;
}
.AiInput_bottom{
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 13px;
    color: lightgrey;
}
        
.titleMsg{
    display: flex;
    font-size: 12px;
    margin-top: 20px;
    color: gray;
    white-space: nowrap;
    cursor: pointer;
}
.enumNameList:hover{
    color: black;
}

.grid-container {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 10px;
    position: relative;
}
.grid-item {
    height: 94px;
    padding: 2px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
/* 风格选择时 */
.grid-itemSelect {
    border: 2px solid rgb(34,84,244);
}
.grid-item>img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.styleName{
    width: calc(100% - 4px);
    height: calc(30% - 4px);
    background-color: rgba(0,0,0,.04);
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 0 2px black;
    text-align: center;
    line-height: 2.4;
    border-radius: 0 0 10px 10px;
}
        
.openMore{
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 0 0 8px 8px;
    position: absolute;
    bottom: -20px;
    left: 0;
    cursor: pointer;
}
.openMore:hover{
    background-color: #e1e1e1;
}
.openMore>.el-icon-arrow-down,.openMore>.el-icon-arrow-up{
    font-size: 20px;
    font-weight: 600;
    color: black;
}
        
.scale{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.is-dark{
    width: auto;
    max-width: 200px;
}
.scale div{
    width: 90px;
    height: 100px;
    border: 2px solid #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(72, 72, 72, 1);
    border-radius: 6px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    margin-top: 8px;
}
.scale div>img{
    width: 36px;
    height: 40px;
}
/* 生成尺寸选择时 */
.scaleSelect{
    border-color: #4e9dff !important;
}
        
/* 开始作图 */
.startDesign{
    position: absolute;
    left: 80px;
    bottom: 0;
    width: calc(100% - 80px);
    height: 128px;
    border-top: 1px solid lightgray;
    padding: 20px 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
}

.vipNum{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.vipNum span:nth-child(1){
    color: black;
    font-weight: 700;
    letter-spacing: 2px;
}
.vipNum .mzsm{
    color: rgba(0,0,0,.6);
}
.startDesign .startBtn{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(90deg,rgba(35,87,244,1),rgba(67,185,255,1));
    border-radius: 5px;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
.el-container{
    overflow: hidden;
}

.el-main {
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(246,247,249,1);
    padding: 0 !important;
    position: relative;
}    
.center_main{
    width: 100%;
    height: 100%;
    color: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.centerResult{
    width: 100%;
    height: 100%;
    min-width: 260px;
    min-height: 500px;
    border: 2px dashed gray;
    border-radius: 20px;
    color: rgba(0,0,0,.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}
.centerResult .imgBox{
    width: 46%;
    height: 72%;
    border-radius: 12px;
    background-color: white;
    box-shadow: 0 0 1px 0 gray;
    padding: 24px;
    margin: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.centerHead{
    width: 100%;
    height: 40px;
    background-color: #e7e7e7;
    box-shadow: 0 0 5px 0 #a5a5a5;
    color: #4d4d4d;
    display: flex;
    align-items: center;
}
.centerHead>span{
    font-size: 20px;
    margin: 0 10px 0 20px;
}
.c_showBox{
    flex: 1;
    background-color: white;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.c_show_item{
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    border-left: 2px solid #ffb217;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 10px;
}
.c_show_item>h1{
    width: fit-content;
    font-size: 12px;
    color: white;
    padding: 4px 8px;
    background-color: #0d21ff80;
    border-radius: 4px;
}
.c_show_item>p{
    font-size: 14px;
    line-height: 30px;
}
.c_show_item>p>span{
    font-size: 14px;
    color: #323232;
}
.c_show_item>img{
    width: fit-content;
    max-height: 500px;
}

.imgBox .zhezhaoDown{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .1s linear;
    z-index: 1;
}
.imgBox .downImg{
    width: 90px;
    height: 40px;
    background-color: transparent;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: transparent;
    transition: all .1s linear;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 3;
}
.imgBox:hover .downImg{
    color: black;
    background-color: white;
}
.imgBox:hover .zhezhaoDown{
    background-color: rgba(0,0,0,.1);
}

.centerResult .imgBox .el-image{
    width: 100%;
    height: auto;
    max-height: 100%;
    z-index: 2;
}

@media screen and (max-width: 1660px) {
    .centerResult .imgBox{
        height: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .centerResult .imgBox{
        width: 100%;
        height: 60%;
    }
}/*
*  h5LookImg h5展示图片按钮
*/
.h5LookImg,.h5LookImg02{
    display: none;
    height: 64px;
    line-height: 45px;
    padding: 8px;
    background: #f1f2f4;
    border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 600px) {
    .el-main{
        margin-left: 10vw;
    }
    .el-aside{
        width: 100% !important;
    }
    .h5LookImg{
        display: block;
    }
    .headerVip{
        display: none !important;
    }
    .centerResult .imgBox{
        height: 40%;
    }
    
    
    .imgBox a{
        color: black;
        background-color: white;
    }
    .imgBox .zhezhaoDown{
        background-color: rgba(0,0,0,.1);
    }
}
@media screen and (min-width: 600px) {
    .el-aside{
        margin-left: 0 !important;
    }
}
/* 历史图片 */
.imagePreview{
    width: 104px;
    height: calc(100vh - 176px);
    position: absolute;
    top: 56px;
    right: 10px;
    overflow-y: auto;
}
.imagePreview .el-image{
    width: 100px; 
    height: 100px;
}




.cursesAlertBox{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cursesAlert{
    width: 50%;
    height: 70%;
    min-width: 600px;
    min-height: 500px;
    background-color: white;
    border-radius: 6px;
    position: relative;
    display: flex;
}
.cursesAlert_left{
    width: 72%;
    height: 100%;
    border-right: 2px solid lightgray;
    display: flex;
    flex-direction: column;
}
.cursesAlert_left_header{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid rgba(40,40,40,.1);
}
.cursesAlert_left_nav{
    flex: 1;
}
.el-tabs__content {
    height: 100%;
    overflow: auto;
    padding-bottom: 20px;
}
.el-tabs__item{
    padding: 0 30px;
}
.cursesItem{
    border: 1px solid lightgray;
    padding: 4px 6px;
    border-radius: 5px;
    cursor: pointer;
    color: rgba(40,40,40,.8);
}
.cursesItem:hover{
    border-color: blue;
}
.activeBorderColor{
    border-color: blue;
}

.cursesAlert_right{
    flex: 1;
    padding: 14px;
}
/***************************************文生图、图生图*******END************************************************/











/***************************************以下为商品图、模特换装、AI写真*******START************************************************/
#bgound {
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    background-color: #eee;
    font-size: 14px;
    display: flex;
}

@media (max-width: 1280px) {
    #app {
        overflow-x: auto !important;
        /* 确保在小屏幕上也可以水平滚动 */
    }

    .el-col {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

#app {
    min-width: 1280px;
    user-select: none;
    /* 标准语法 */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}
/***************************************商品图、模特换装、AI写真*******END************************************************/