@charset "utf-8";
.page1{
    padding: .88rem 0 1rem 0;
}
#toper{
    width: 100%;
    height: .88rem;
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    box-shadow: 0 0 .06rem rgba(0,0,0,.04);
}
.page1 .list .title{
    margin-bottom: .16rem;
}
.page1 .list .title:before{
    content: "";
    display: block;
    width: .08rem;
    height: .18rem;
    background: #29D350;
    margin-right: .08rem;
}
.page2{
    padding: .88rem 0 0 0;
}
.page3{
    padding: .88rem 0 1rem 0;
}
.page3 .footer{
    width: 100%;
    height: 1rem;
    background: #fff;
    box-shadow: 0 0 .06rem rgba(0,0,0,.04);
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
}
.page3 .footer .btn{
    width: 6.86rem;
    height: .88rem;
    background: #29D350;
    border-radius: .16rem;
    border: none;
    outline: none;
}
.page3 .con{
    padding: .32rem;
    background: #fff;
}
.page3 .con input{
    height: .98rem;
    background: #F7F8FA;
    border-radius: .16rem;
    border: none;
    margin: 0;
    padding: 0 .48rem;
    outline: none;
    width: 100%;
}
.page3 .con textarea{
    padding: .29rem .48rem;
    width: 100%;
    height: 2.4rem;
    background: #F7F8FA;
    border-radius: .16rem;
    border: none;
    outline: none;
    margin: 0;
    resize:none;
}
.page3 .addPic{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .06rem;
    border: 1px dashed #4E5969;
    margin: 0 0 .28rem 0;
}
.page3 .picItem{
    margin: 0 .28rem .28rem 0;
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
}
.page3 .picItem .pic{
    width: 1.6rem;
    height: 1.6rem;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.page3 .picItem .del{
    width: .48rem;
    height: .48rem;
    right: -.24rem;
    top: -.24rem;
    position: absolute;
    z-index: 20;
}
.page3 .picItem .filesLoading{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}
.page3 .picItem .filesLoading_con{
    width: 80%;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    z-index: 20;
    left: 10%;
    top: 50%;
    margin-top: -6px;
}
.page3 .picItem .filesLoading_state{
    height: 6px;
    border-radius: 3px;
    background: #29D350;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
}
.page3 .picItem .filesLoading_text{
    width: 100%;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 50%;
    margin-top: 8px;
}
.page4{
    padding: .88rem 0 1rem 0;
}
.page4 .footer{
    width: 100%;
    height: 1rem;
    background: #fff;
    box-shadow: 0 0 .06rem rgba(0,0,0,.04);
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
}
.page4 .footer .btn{
    width: 6.86rem;
    height: .88rem;
    background: #29D350;
    border-radius: .16rem;
    border: none;
    outline: none;
}
.page4 .con{
    padding: .32rem;
    background: #fff;
}
.page4 .con input{
    height: .98rem;
    background: #F7F8FA;
    border-radius: .16rem;
    border: none;
    margin: 0;
    padding: 0 .48rem;
    outline: none;
    width: 100%;
}
.page4 .con textarea{
    padding: .29rem .48rem;
    width: 100%;
    height: 2.4rem;
    background: #F7F8FA;
    border-radius: .16rem;
    border: none;
    outline: none;
    margin: 0;
    resize:none;
}