/* AI脱衣 start */
/* ai noCloth */
@import url(./common.css?v=20260522f);

.ai-wrap {
    width: 95%;
}
.ai-wrap .part0 {
    padding-top: 0.75rem;
    border-top: 0.5px solid #262626;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.ai-wrap .part1 {
    margin: 0.4375rem 0 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ai-wrap .part1 .record1 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}
.ai-wrap .part1 .record2 {
    font-size: 0.75rem;
    font-weight: 500;
    color: #f79004;
    cursor: pointer;
}
.ai-wrap .part2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 15rem;
    border-radius: 0.375rem;
    border: dashed 0.0625rem rgba(255, 240, 240, 0.3);
    background-color: #151515;
}
.ai-wrap .part2 .no-img .img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ai-wrap .part2 .display-img img{
    display: block;
    height: 8.75rem;
}
.ai-wrap .part2 .img img {
    width: 2.5rem;
    height: 2.5rem;
}
.ai-wrap .part2 .msg {
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    color: #959595;
}
.ai-wrap .part3 {
    margin: 1.25rem 0 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai-wrap .part3 .step {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ai-wrap .part3 .step .num img {
    width: 1.125rem;
    height: 1.125rem;
}
.ai-wrap .part3 .step .detail {
    position: absolute;
    left: 50%;
    top: 1.625rem;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap;
    font-size: 0.875rem;
    color: #646464;
}
.ai-wrap .part3 .step .detail {
}
.ai-wrap .part3 .line {
    margin: 0 0.875rem;
    width: 3.425rem;
    height: 0.0375rem;
    border-top: dashed 0.0375rem #f7931d;
}
.ai-wrap .part4 {
}
.ai-wrap .part4 .msg {
    font-size: 0.75rem;
    color: #959595;
}
.ai-wrap .part4 .msg0 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #959595;
}
.ai-wrap .part5 {
}
.ai-wrap .part5 .msg {
    margin: 1.875rem 0 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #959595;
}
.ai-wrap .part5 .list .item img {
    height: 13rem;
}
.ai-wrap .butn {
    margin-top: 1.25rem;
    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;
}
.upload-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.upload-box .van-uploader, .upload-box .van-uploader .van-uploader__preview-image {
    height: 100%;
    width: 100%;
}
.upload-box .van-uploader .van-uploader__wrapper {
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
}
.ai-wrap .upload-box .van-uploader .van-uploader__input-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 桌面样式 */
@media (min-width: 600px) {
    .ai-wrap .part0 {
        font-size: 1.5rem;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }
    .ai-wrap .part1 .record1 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #fff;
    }
    .ai-wrap .part1 .record2 {
        font-size: 1rem;
        font-weight: 500;
        color: #f79004;
        cursor: pointer;
    }
    .ai-wrap .part1 {
        margin: 1rem 0 1rem;
    }
    .ai-wrap .butn {
        margin-top: 1.875rem;
    }
    .ai-wrap .part4 .msg0 {
        font-size: 1rem;
        margin-bottom: 0.625rem;
    }
    .ai-wrap .part4 .msg {
        font-size: 0.875rem;
    }
    .ai-wrap .part5 .msg {
        font-size: 1rem;
    }
    .ai-wrap .part5 .list .item img {
        width: 100%;
        height: 23.3125rem;
    }
}

/* AI脱衣 end */


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