.ppt-new-workspace{
    width: 1200px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 16px;
    box-sizing: border-box;
}
.ppt-new-workspace textarea{
    width: 100%;
    height: 140px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    border: none;
    resize: none;
}
.ppt-new-workspace textarea:placeholder{
    color: #999;
}
.ppt-new-workspace .button{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ppt-new-workspace .button .options{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ppt-new-workspace .button .options .select{
    min-width: 132px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
}
.ppt-new-workspace .button .options .select span{
    width: 68%;
    text-align: center;
}
.ppt-new-workspace .button .options .select i{
    margin-left: 10px;
}
.ppt-new-workspace .send{
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.ppt-new-workspace .send > img{
    width: 18px;
    cursor: pointer;
}
.ppt-new-workspace .send span{
    width: 1px;
    height: 19px;
    background: #EBEBEB;
    margin: 0 15px;
}
.ppt-new-workspace .send .next{
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
.ppt-new-workspace .send .next.show{
    background: #2c64ff;
}
.ppt-new-workspace .send .next img{
    width: 14px;
}
.upload-model{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.upload-model .tabs{
    width: 100%;

    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #dadada;
    margin-bottom: 35px;
    margin-top: 10px;
}
.upload-model .tabs .tab{
    text-align: center;
    border-bottom: 2px solid transparent;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 16px;
}
.upload-model .tabs .tab:first-child{
    margin-left: 20px;
}
.upload-model .tabs .tab.active{
    border-color: #336fff;
}
.upload-model .content{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.upload-model .content .file{
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;

    border-radius: 6px;
    background-color: rgb(246, 246, 255);
}
.upload-model .content .file .desc{
    font-size: 14px;
    color: #333;
    margin: 50px 0 70px;
    line-height: 1.8;
    position: relative;
}
.upload-model .content .file .select{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.upload-model .content .file .select > div{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.upload-model .content .file .select > div img{
    width: 56px;
    object-fit: contain;
    margin-bottom: 12px;
}
.upload-model .content .file .select > div .button{
    width: 100px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #3e77ff;
    color: #3e77ff;
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
    transition: .3s;
}
.upload-model .content .file .select > div span{
    font-size: 14px;
    color: #888d95;
    margin: 15px 0;
    line-height: 1.8;
}
.upload-model .content .markdown,.upload-model .content .free{
    width: 100%;
    height: 460px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;

    border-radius: 6px;
    display: none;
    position: relative;
}
.upload-model .content .markdown .tip{
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 1.8;
    font-size: 13px;
    color: rgb(170, 170, 170);
    z-index: 0;
}
.upload-model .content .markdown textarea,.upload-model .content .free textarea{
    outline: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 10px;
    transition: border-color .25s;
    box-sizing: border-box;
    line-height: 1.675;
    min-height: 32px;
    resize: none;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    background: none;
    padding: 15px;
}
.upload-model .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.upload-model .btns button{
    width: 120px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 4px;
    margin: 0 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #41464b;
    cursor: pointer;
}
.upload-model .btns button.next{
    background-color: #336fff;
    border: 1px solid #336fff;
    color: #fff;
    display: none;
}