@charset "UTF-8";
/* 隐藏头部 */
.home-banner{
    display: none;
}
.hd{
    position: absolute;
    z-index: -1;
    width: 100%;
    height:1.365rem;
}
.form-con{
    margin: .94rem .15rem .15rem .15rem;
    width: 3.45rem;
    padding: .15rem .1rem .1rem;
    border-radius: .08rem;
    box-shadow: 1.1px 1.6px 4.5px 0.5px rgba(216, 160, 99, 0.1);
}
.form-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: .1rem;
}
.form-con .select-box{
    display: flex;
    margin-top: .1rem;
    position: relative;
}
.form-con .select-box .iden{
    width: .17rem;
    height: 100%;
    position: absolute;
    left: .37rem;
    top: .01rem;
}
.form-con .select-box .iden img{
    width: 100%;
    height: 100%;
}
.form-con .select-box:first-child{
    margin: 0;
}
.form-con .select-box input{
    width: 1rem;
}
.form-con select {
    height: 0.3rem;
}
.form-con .select-type{
    width: .55rem;
    padding: 0 .05rem 0 .05rem;
    margin-right: .05rem;
}

.form-con  .add_select{
    font-size: .13rem;
    color: #0A79C3;
    padding-left: .9rem;
    margin: .1rem 0 .1rem 0
}
.form-con .nums{
    display: flex;
    width: .6rem;
    align-items: center;
    justify-content: space-between;
    margin-left: .07rem;
}
.form-con .nums input{
    width: .2rem;
    height: 100% !important;
    border-radius: 0;
    border: none;
    border-top: 2px solid #ececec !important;
    border-bottom: 2px solid #ececec !important;
    text-align: center;
    padding: 0;
    height: auto;
}
.form-con .nums span{
    font-size: .15rem;
    width: .2rem;
    text-align: center;
    line-height: .3rem;
    height: 100%;
    background: #ececec;
    cursor: pointer;
}
.form-con .nums sums{
    width: 100%;
    height: 100%;
}
.bottom-tip{
    width:100%;
    margin: 0 auto;
    font-size: .14rem;
    line-height: .3rem;
    padding-left: .8rem;
    color: #999;
}
 .p0{
    padding: 0 !important;
}
.bottom-tip span{
    margin-left: .2rem;
}
.form-item > span{
    font-size: .15rem;
    color: #999;
    letter-spacing: .02rem;
    line-height: .3rem;
}
.form-item > div{
    width: 2.37rem;
    min-height: .3rem;
}
.chioce-type{
    display: flex;
    align-items: center;
}
.chioce-type p{
    display: flex;
    align-items: center;
    margin-right: .2rem;
    font-size: .15rem;
}
.chioce-type .active .icon-fuxuankuang{
    display: block;
}
.chioce-type i{
    font-size: .12rem;
    margin-right: .05rem;
}
.chioce-type i.icon-fuxuankuang{
    color: #d8a063
}


.g-b-cf{
    border: solid 1px #cfcfcf;
    border-radius: 0.04rem;
    position: relative;
}
.g-b-cf input{
    border: none;
}
.g-b-cf select{
    border: none;
    height: .3rem;
    z-index: 1;
    position: absolute;
}
.select-bg{
    position: absolute;
    right: -.01rem;
    top: -.01rem;
    width: .32rem;
    height: .32rem;
}
.select-bg-di{
    width: .3rem;
    height: .3rem;
}
textarea{
    height: .8rem;
    padding:  .1rem .2rem .1rem .05rem ;
    font-size: .15rem;
    border-radius: .04rem;
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    width: 100%;
    resize: none;
    overflow-y: auto;
    outline: none;
}
#submitBtn{
    width: 100%;
}
.tip-msg{
    font-size: .11rem;
    color: #aaa;
    text-align: center;
}
/* 新增地址选择 */
.L-reset-content {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
    overflow-y: auto;
  }
  
  .L-reset-content p {
    margin-bottom: 20px;
  }
  
  .L-reset-content p i {
    display: none;
  }
  
  .L-reset-content p.selected i {
    display: inline-block;
  }
  
  .L-reset-content p.selected {
    color: #e54343;
  }
  
  .L-link-reset {
    display: inline-block;
    height: 100%;
    line-height: .44rem;
    color: #333;
  }
  
  .L-link-reset.active {
    color: #e54343;
    border-bottom: 1px solid #e54343;
  }
  
  .L-subbar-reset {
    height: 38px;
  }
  
  .L-picker-inner {
    font-size: .15rem;
    overflow: auto;
  }
  .justify-start {
    display: flex;
    justify-content: flex-start;
  }
  .change-name-from{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding: 0;
  }
  
  .change-name-from button{
    width: 3.75rem;
    height: .45rem;
    padding: 0;
    background-color: #f36e20;
    font-size: .16rem;
    color: #fff;
  }
  .change-name-from input{
    height: .45rem;
    padding-left: .15rem;
    margin-top: .1rem;
    font-size: .15rem;
    outline: none;
    border: none;
    width: 100%;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .picker-modal {
    background-color: #fff;
}
.subnavbar i{
    display: none;
}
.form-item.store-name-con{
    display: none;
}
.form-item.store-name-con.show{
    display: flex;
    justify-content: space-between;
}
.form-item.order-no-con{
    display: none;
}
.form-item.order-no-con.show{
    display: flex;
    justify-content: space-between;
}
.common-modal{
    width: 3rem;
    min-height: 1.5rem;
    padding: .1rem .38rem .1rem;
    text-align: center;
}
.common-modal i{
    font-size: .3rem;
}
.common-modal div p{
    font-size: .15rem;
    margin: .08rem 0 .12rem;
}
.common-modal > p{
    font-size: .2rem;
    line-height: 1.3;
}
.open-picker{
    height: .3rem;
}



/*用户提报单kaishi*/
.G-upload-con {
    display: flex;
    flex-wrap: wrap;
}

.G-upload-con .G-img-add {
    position: relative;
    width: .65rem;
    height: .65rem;
    border: 1px solid #dee5e7;
    color: #58666e;
    background-color: #edf1f2;
}
.G-upload-con .G-img-item {
    width: .65rem;
    height: .65rem;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ececec;
}
.G-upload-con .G-img-item p {
    display: none;
    position: absolute;
    bottom: 0;
    margin: 0;
    line-height: 20px;
    text-align: center;
    width: 100%;
    z-index: 30;
    color: #58666e;
    background-color: #edf1f2;
}
.G-upload-con .G-img-item:hover p {
    display: block;
}

.G-upload-con .G-img-item img {
    width: 100%;
    height: 100%;
}

.G-upload-con  .icon-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.G-upload-con  .icon-content i {
    font-size: .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.G-upload-con  .choice-file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

/*用户提报单jieshou*/