/* 商品清单 */
   .inventory{
       padding-top: 15px;
       padding-bottom: 37px;
   }
     .inventory .subject{
        border: 2px solid #EFEFEF;
        border-left: none;
        background: #F9F9F9;
        height: 44px;
        margin-bottom: 34px;
        font-size: 19px;
     }
     .inventory .subject .p1{
         width: 116px;
        padding-left: 16px;
        border-left: 4px solid #ff5f00;
        line-height: 48px;
        height: 48px;
        margin-top: -2px;
     }
     .inventory .information{
         flex: 1;
         padding-left: 18px;
     }
     .information .top{
         height: 33px;
         border-bottom:2px solid #DDE6EA;
         margin-bottom: 17px;
        background: transparent !important;

     }
     .information .top  .fl{
         color:#4E1C1E;
         font-size: 21px;
     }
     .information .top  .fr{
         font-size:17px;
         color:#ADADAD;
         margin-right: 17px;
       background:transparent !important;
     }
     /* 商品清单底部 */
      .bottom{
          width: 100%;
         padding-bottom: 17px;
        display: flex;
}
        .bottom .small{
          width: 94px;
            height: 94px;
            border:2px solid #E9E8E8;
            margin-right: 70px;
        }
        .bottom .text{
            color:#434343;
            line-height: 30px;
            font-size: 20px;
            padding-bottom: 23px;
            width: 422px;
        }
        .bottom .number{
            margin-right: 20px;
            color:#676767;
            font-size:18px;
        }
/* 收货信息 */
     .collect{
         margin-bottom: 132px;
       padding-bottom:90px;
     }
      .collect .subject{
        border: 2px solid #EFEFEF;
        border-left: none;
        background: #F9F9F9;
        height: 44px;
        margin-bottom: 40px;
        
     }
     .collect .subject .p1{
         width: 116px;
        padding-left: 16px;
        border-left: 4px solid #ff5f00;
        line-height: 50px;
        height: 48px;
        margin-top: -2px;
        font-size: 19px;
     }
     .collect .input{
         flex: 1;
         height: 448px;
         margin: 0 auto;
     }
     .collect .input p{
         width: 145px;
         line-height: 38px;
         color:#333333;
         font-size: 18px;
         margin-left: 30px;
     }
     .collect .input p span{
         color:#F75C5C;
     }
     /* 发货日期 */
       .collect .time{
           width: 100%;
           height: 38px;
           display:flex;
           margin-bottom: 17px;
       }
       .collect .time input{
           width: 283px;
           height: 34px;
           border:2px solid rgb(207, 207, 207);
           border-radius: 4px;
           padding-left: 11px;
           background: url(../images/rili.png) no-repeat 259px 4px;
       }
       /* 收件人 */
       .collect .name{
           width: 100%;
           height: 38px;
           display:flex;
           margin-bottom: 17px;
       }
       .collect .name input{
        width: 283px;
        height: 34px;
        border:2px solid rgb(207, 207, 207);
        border-radius: 4px;
        padding-left: 11px;
    }
       /* 手机号 */
         .collect .left{
            width: 100%;
            height: 38px;
            display:flex;
            margin-bottom: 17px;
         }
         .collect .left input{
            width: 283px;
            height: 34px;
            border:2px solid rgb(207, 207, 207);
            border-radius: 4px;
            padding-left: 11px;
        }
         .collect .right{
            width: 100%;
            height: 38px;
            display:flex;
            margin-bottom: 17px;
         }
         .collect .right p{
             width: 145px;
         }
         .collect .right input{
            width: 285px;
            height: 34px;
            border:2px solid rgb(207, 207, 207);
            border-radius: 4px;
            padding-left: 11px;
        }
         /* 地址信息 */
        .collect .address{
            width: 100%;
            height: 38px;
            display:flex;
            margin-bottom: 17px;
        }
        .collect .address .right{
            width: 726px;
            height: 38px;
            display:flex;
            justify-content: space-between;
         }
          .collect .address select{
              width: 212px;
              height: 34px;
              border:2px solid rgb(207, 207, 207);
              border-radius: 4px;
              padding-left: 11px;
              /* background: url(../images/sanjiao.png) no-repeat 200px 13px; */
          }
        /* 详细地址 */
        .collect .detailed{
            width: 100%;
            height: 38px;
            display:flex;
            margin-bottom: 17px;
        }
        .collect .detailed input{
            width: 712px;
            height: 34px;
            border:2px solid rgb(207, 207, 207);
            border-radius: 4px;
            padding-left: 11px;
        }
        /* 备注 */
        .collect .remarks{
            width: 100%;
            height: 72px;
            display:flex;
            margin-bottom: 44px;
        }
        .collect .remarks textarea{
            width: 712px;
            height: 68px;
            border:2px solid rgb(207, 207, 207);
            border-radius: 4px;
            padding-left: 11px;
            line-height: 30px;
        }
        .collect .submit{
            width: 334px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            color:#FFF;
            margin: 0 auto;
            background:#ff5f00; 
            border-radius: 4px;
            margin-bottom: 90px;
            font-size: 22px;
        }

