@import url(./common.css?v=20260522f);


/* AI绘画 start */
.ai-paint {
    width: 95%;
}
.ai-paint img {
    width: 100%;
    height: 100%;
}
.ai-paint .part0 {
    padding-top: 0.75rem;
    border-top: 0.5px solid #262626;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.ai-paint .part1 {
    margin: 0.4375rem 0 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai-paint .part1 .record1 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}
.ai-paint .part1 .record2 {
    font-size: 0.75rem;
    font-weight: 500;
    color: #f79004;
    cursor: pointer;
}
.ai-paint .part2 {
}
.ai-paint .part2 .select {
    margin-top: 1.25rem;
}
.ai-paint .part2 .select.select-mode {
    margin-top: 0.625rem;
}
.ai-paint .part2 .select .name {
    font-size: 0.7rem;
    font-weight: 500;
    color: #080808;
}
.ai-paint .part2 .select .list {
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.ai-paint .part2 .select .list .item {
    width: 5rem;
    line-height: 1.6rem;
    text-align: center;
    border-radius: 0.2rem;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 600;
    color: #f79004;
    border-radius: 0.2rem;
    border: solid 0.1rem #f79004;
    white-space: nowrap;       /* 强制文本不换行 */
    overflow: hidden;          /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;
}
.ai-paint .part2 .select .list .item.act {
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    background-color: #f79004;
}
.ai-paint .part2 .select .list .item-style {
    position: relative;
}
.ai-paint .part2 .select .list .item-style .pick {
    display: none;
}
.ai-paint .part2 .select .list .item-style.act .pick {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
}

.ai-paint .part2 .select .list .item-style .img {
    width: 5rem;
    height: 5rem;
    border-radius: 0.25rem;
    overflow: hidden;
}
.ai-paint .part2 .select .list .item-style .msg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
}
.ai-paint .part2 .select .list .size {
}
.ai-paint .part2 .select .list .size.act .size-wrap {
    border: solid 0.0625rem #f79004;
}
.ai-paint .part2 .select .list .size.act .detail {
    color: #f79004;
}
.ai-paint .part2 .select .list .size .size-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 0.3125rem;

    cursor: pointer;
    background-color: rgba(247, 144, 4, 0.1);
    box-sizing: border-box;
}
.ai-paint .part2 .select .list .size .size-wrap .size-s {
    width: 1.6rem;
    height: 2.2rem;
    background-color: #f79004;
    opacity: 0.3;
}
.ai-paint .part2 .select .list .size .size-wrap .size-s2 {
    width: 1.9rem;
    height: 1.9rem;
}
.ai-paint .part2 .select .list .size .size-wrap .size-s3 {
    width: 1.65rem;
    height: 2.5rem;
}
.ai-paint .part2 .select .list .size .detail {
    margin-top: 0.6rem;
    font-size: 0.7rem;
    color: #222;
    text-align: center;
}

.ai-paint .btun {
    width: 20rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin: 2rem auto 0;
    border-radius: 0.4rem;
    background-color: #3276ff;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.ai-paint .part2 {
    /* padding: 0 1rem; */
}
.ai-paint .part2 .select {
    margin-top: 1.25rem;
}
.ai-paint .part2 .select .name {
    font-size: 1rem;
    font-weight: 600;
    color: #959595;
}
.ai-paint .part2 .select .list {
    gap: 1.25rem;
    margin-top: 0.625rem;
}
.ai-paint .part2 .select .list .item {
    width: 6.25rem;
    height: 2.25rem;
    border-radius: 0.25rem;
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #f79004;
    box-sizing: border-box;
}
.ai-paint .part2 .select .list .item-style .img {
    width: 6.25rem;
    height: 6.25rem;
}
.ai-paint .part2 .select .list .item-style.act .pick {
    width: 1.25rem;
    height: 1.25rem;
}
.ai-paint .part2 .select .list .item-style .msg {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}
.ai-paint .part2 .select .list .size .size-wrap {
    width: 5rem;
    height: 5rem;
    border-radius: 0.3125rem;
}
.ai-paint .part2 .select .list .size .size-wrap .size-s {
    width: 2rem;
    height: 2.68rem;
}
.ai-paint .part2 .select .list .size .size-wrap .size-s2 {
    width: 2.4rem;
    height: 2.4rem;
}
.ai-paint .part2 .select .list .size .size-wrap .size-s3 {
    width: 2.1rem;
    height: 3.2rem;
}
.ai-paint .part2 .select .list .size .detail {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    text-align: center;
    color: #959595;
}

.ai-paint .butn {
    margin-top: 1.875rem;
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 0.375rem;
    background-color: #f79004;
    text-align: center;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
}

/* 专家模式 */
.ai-paint .mode1 {
    /* display: none; */
}

.ai-paint .mode2 {
    display: none;
}
.ai-paint .inp-wrap {
    margin-top: 1.25rem;
}
.ai-paint .inp-wrap .name {
    font-size: 1rem;
    font-weight: 600;
    color: #959595;
}

.ai-paint .inp-wrap .detail {
    outline: none;
    border: none;
    background: none;
    width: 100%;
    margin-top: 0.625rem;
    height: 7.5rem;
    padding: 0.625rem;
    border-radius: 0.375rem;
    border: solid 0.03125rem #373737;
    background-color: #212121;
    box-sizing: border-box;
    font-size: 1rem;
    color: #fff;
}

.ai-paint .inp-wrap .detail::placeholder {
    font-size: 1rem;
    color: #959595;
}
.pc-show {
    display: none;
}
.is-mobile {
    display: block;
}
.is-desktop {
    display: none;
}
.h5-title {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.h5-title .record2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 500;
    color: #f79004;
    cursor: pointer;
}

/* 桌面样式 */
@media (min-width: 600px) {
    .ai-paint .part0 {
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }
    .ai-paint .part1 .record1 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #fff;
    }
    .ai-paint .part1 .record2 {
        font-size: 1rem;
        font-weight: 500;
        color: #f79004;
        cursor: pointer;
    }
    .ai-paint .part1 {
        margin: 1rem 0 1.875rem;
    }
    .ai-paint .butn {
        /* margin-top: 3.125rem; */
        margin-top: 1.875rem;
    }
    .pc-show {
        display: block;
    }
    .is-mobile {
        display: none;
    }
    .is-desktop {
        display: block;
    }
}
/* AI绘画 end */

@media (max-width: 768px) {
    .ai-paint {
        width: 100%;
    }
}
