.Part-info{
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
}
.Part-info li{
    float: left;
    height: 45px;
    width: 50%;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px #cc183b solid;
    position: relative;
}
.Part-info li a{
    display: block;
    color: #cc183b;
    position: relative;
}
.circle,.circle01,.active{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #336699;
    top: 34px;
    left: 50%; }
.circle01{
    background: #fff;
    border: 1px #cc183b solid; }
.active{
    background: url("../images/active.png") no-repeat;
}
.add-con{
    padding:20px 40px;
    display: block;
}
.add-btn,.submit-btn{
    height: .4rem;
    line-height: .35rem;
    border: 1px #cc183b solid;
    border-radius: 15px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #cc183b;
    font-size: 16px;
}
.add-btn i:before,.submit-btn i:before{
    content: "\e607";
    color: #cc183b;
    font-size: 25px;
    margin-right:5px;
}
.submit-btn i:before{
    content: "\e631";
    font-size: 20px;
}
.remarks{
    padding:15px;
}
label{
    color: #6e6e6e;
}
/*采购单列表样式*/
.form-box{
    padding: 15px 10px 0 10px;
    position: relative;
    margin-bottom: 0 !important;}
.icon-search{
    position: absolute;
    top: 19px;
    left: 19px;
    display:block;
}
.icon-search i:before{
    content: "\e620";
    color: #989898;
    font-size: 20px;
}
.input-text{
    padding: 6px 0 6px 40px!important;
    border-radius: 10px !important;
}
.claim-title-type{
    overflow: hidden;
    width: 100%;
    display:flex;
    padding: 0 10px;
}
.claim-title-type li{
    font-size: 12px;
    color: #cc183b;
    float: left;
    padding:0!important;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
}
.untreated-btn{
    color:#cc183b;}
.upload-file-btn{
    display: block;
    border: 1px #ddd dashed;
    width: 1rem;
    height: 1rem;
    position: relative;
}
.upload-file-btn i:before{
    content: "\e607";
    color: #b0b0b0;
    font-size: 50px;
    position: absolute;
    left: 25px;
    top:10px;
}
.upload_file{
    width: 100%;
    height:1rem;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
.info-title{
    height: .35rem;
    line-height: .35rem;
    font-size: 16px;
    color: #cc183b;
}
.red{
    color: #cc183b;
}
/*筛选样式修改*/
.selectR{
    position: absolute;
    width: 230px;
    min-height: 100%;
    right: 0;
    top:0;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;}
.master{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(13, 13, 13);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 8888;}
.menu-section {
    overflow:hidden;
    display: block;}
.menu-section-title {
    text-transform: uppercase;
    color: #393939;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 10px;
    height: .40rem;
    line-height: .4rem;
    background: #fff;}
.menu-section-list {
    display: block;}
.menu-section-list li{
    height: .35rem;
    line-height: .35rem;
    border-bottom: 0px #ddd solid;
    position: relative;}
.menu-section-list a {
    display: block;
    padding-left: 10px;
    color: #393939;}
.menu-section-list a i:after{
    content: "\e623";
    font-size: 25px;
    color: #bbb;
    position: absolute;
    top:-2px;
    right: 10px; }
.menu-section-list a.on i:after{
    color:#cc1a3e; }
.new-btn-slid{
    position: absolute;
    top: 40%;
    width: 58px;
    height: 50px;
    display: none;
    z-index: 8889;
    left: auto;
    right: 210px;}
.new-btn-slid i:before{
    content: "\e611";
    font-size: 25px;
    color: #bbb;
}
/*质量索赔明细*/
.state-type-info{
    display: block;
    padding: 10px;
    color: #cc183b;
    border-bottom: 1px #cc183b solid;
}
.state-type-info span{
    display: block;}
.new-brn-tab01{
    position: absolute;
    z-index: 1000; 
    width: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    height:58px;
    -webkit-transform: translateZ(0);
     overflow:hidden;
    z-index: 98;
 }