a,
a:hover,
a:focus{
    text-decoration: none;
}
.container-fluid{
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.header{
    border-bottom: 2px solid #DD4D33;
}
.site-logo:not(.no-style){
    margin: 20px auto;
    padding: 0;
    width: 1200px;
}
.site-logo>a {
    font-size: 0;
}
.site-logo>a * {
    height: 60px;
    line-height: 60px;
    display: inline-block;
}
.site-logo>a>span {
    border-left: 2px solid #DD4D33;
    padding-left: 10px;
    color: #DD4D33;
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    vertical-align: bottom;
}
.site-logo>a>.title-tip {
    color: #333;
    border: none;
    padding-left: 30px;
}
body,
.content{
    background-color: #F4F4F4;
}
.content-progress{
    padding: 40px 20px 36px;
    width: 1200px;
    margin: 0 auto;
}
.round{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    background-color: #CCCCCC;
}
.line{
    height: 16px;
    border-bottom: 2px solid #CCCCCC;
}
.active .line{
    border-color: #DD4D33
}
.active .round{
    background-color: #DD4D33;
}
.progress-tip{
    text-align: center;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 20px;
    color: #333;
}
.active > .progress-tip,
.group-title b,
.color-red{
    color: #DD4D33;
}
.content-detail{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px 60px;
}

.tab-btn,
.save-btn{
    background-color: #E3613E;
    color: #fff;
    border: 1px solid #E3613E;
    border-radius: 4px;
    width: 120px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
}
.tab-btn:hover,
.save-btn:hover{
    background-color: #C6403E;
}
.tab-btn.empty{
    background-color: #fff;
    color: #E3613E;
    border-color: #E3613E;
}
.form-group{
    font-size: 0;
    margin-bottom: 30px;
}
.form-group:not(.file-group){
    display: flex;
}

.form-group .group-title,
.form-group input[type=text],
.form-group input[type=number],
.form-group select,
.form-group .fix{
    height: 30px;
    line-height: 30px;
}
.form-group .fix{
    padding-left: 10px;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group select{
    padding: 0 12px;
}
.group-title,
.group-content{
    font-size: 14px;
    display: inline-block;
}
.group-title{
    width: 130px;
    margin: 0;
}
.group-content{
    width: calc(100% - 130px);
}

.group-title.supply{
    width: auto;
    min-width: 120px;
}
.radio-inline{
    white-space: nowrap;
    padding-top: 6px;
}
.show-img,
.add-pic,
.add-pic-more{
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}
.show-img + .show-img{
    margin-left: 10px;
}
.m-bottom{
    margin-bottom: 10px;
}
.add-pic,
.add-pic-more{
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.add-pic>i,
.add-pic-more>i{
    background:url(./../../img/default-icon.png) no-repeat;
    width: 60px;
    height: 60px;
    background-position: -10px -138px;
    display: block;
}
.img-preview{
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.img-preview i{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #E3613E;
    color: #fff;
    top: -8px;
    right: -8px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
}

.file-btn,
.tel-code,
.work_area-select,
.del-tr{
    cursor: pointer;
    border: 1px solid #eee;
    width: 90px;
    line-height: 30px;
    margin-left: 6px;
    height: 30px;
    line-height: 28px;
}
.file-btn,
.work_area-select,
.del-tr{
    width: 50px;
}
.tel-code.timing{
    background-color: #ccc;
    border-color: #ccc;
    color: #333;
    cursor: initial;
}
.file-btn{
    margin-bottom: 0;
}
.help-block{
    display: none;
    position: absolute;
}
.has-error .help-block{
    display: inline-block;
}
#areaModal [data-toggle="distpicker"]>select{
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}
.area-table{
    width: 100%;
    margin-top: 30px;
}
.area-table th,
.area-table td{
    text-align: center;
    padding: 5px;
    border: 1px solid grey;
}
.file-tip{
    float: left;
    font-size: 12px;
    height: 12px;
    margin: 8px 0 0;
    line-height: 12px;
    padding-left: 120px;
}
fieldset{
    /* border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial; */
    padding: 0 10px;
    margin-bottom: 30px;
    border: 1px solid #979797;
}
legend{
    border: 0;
    width: auto;
}
fieldset .form-control{
    border-radius: 0;
}
fieldset .fix{
    padding: 0 10px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-left: none;
}
.indent-block{
    padding: 40px;
    border: 1px solid #979797;
    position: relative;
    margin-bottom: 20px;
}
.del-block{
    position: absolute;
    font-size: 24px;
    line-height: 18px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    cursor: pointer;
    right: 4px;
    top: 4px;
}
input[type="checkbox"]{
    margin: 0;
    vertical-align: middle;
}
.add-indent{
    width: 200px;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 4px;
}
.skip-btn{
    margin-bottom: 40px;
}
 
.work-type{
    display: block;
}
.add-files-btn,
#add_push,
.ncsc-btn-mini {
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #cc3f42;
    background: #cc3f42;
    border-radius: 4px;
    color: #fff;
    width: auto !important;
    padding: 2px 20px;
    height: 30px;
}
#add_push:hover{
    color: #86bc42;
}
.add-files-btn,
.ncsc-btn-mini{
    background-color : #E3613E;
}
.add-files-btn:hover,
.ncsc-btn-mini:hover{
    color: #fff;
    background-color: #C6403E;
}
.show-span{
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 4px;
    margin-right: 6px;
}
.class_form_div {
    clear: both;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    height: 200px;
}
#sure_class {
    float: right;
    margin-right: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
    background-color: rgb(28, 107, 183);
    display: block;
    height: 30px;
    padding: 0 20px 2px 20px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}
#class_table {
    border: 1px solid #cecece;
}
.work-type{
    font-size: 14px;
}
#class_table td{
    padding: 5px;
}
#class_table thead{
    background: #eee;
}




#addPushOneLabel{
    font-size: 14px;
}
.search-push-box {
    display: inline-block;
    margin-left: 120px;
}
.search-push-box input {
    height: 30px;
    border: 1px solid #ddd;
}
.search-push-btn {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #2196F3;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
}
.res-here {
    overflow: hidden;
}
.push-items {
    float: left;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin: 3px;
    cursor: pointer;
}
.push-items:hover{
    color: #fff;background-color: #ec3441;
}
#change_seller_one {
    line-height: 40px;
    margin-left: 5px;
    float: right;
    margin-right: 5px;
}
span.error {
    margin-top: 5px;
    color: #F30;
    line-height: 22px;
    vertical-align: middle;
    display: inline-block;
    padding: 1px 5px 1px 20px;
    margin-left: 4px;
    border: solid 1px #FCC;
    display: block;
}
#addPush_class_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
#class_table thead, #addPush_class_table thead {
    background: #eee;
}
#class_table td, #addPush_class_table td {
    padding: 5px;
    border: 1px solid #333;
}
.dl-tit h2 b {
    position: relative;
    padding-left: 10px;
    color: #e34b41;
}
.pop-tit h2 {
    padding-left: 0px;
    font-size: 16px;
}
.dl-tit h2 b:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background: #cc3f42;
    top: 0;
}
.pop-tit {
    padding-left: 0;
    margin: 0 0 10px 0;
}
.file-name{
    padding: 0 10px;
}





/* 履约table */
.performance {
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
}
.performance textarea {
    resize: vertical;
}
.performance thead{
    background-color: #f0f0f0;
}
.performance th,
.performance td{
    text-align: center;
    padding: 4px;
    line-height: 30px;
    border: 1px solid #d4d4d4;
}
.performance .add-pic{
    padding: 0;
    border: none;
}
.performance .img-preview{
    margin: 0;
}
.performance .show-img{
    width: 40px;
    height: 40px;
}
.performance .img-preview i{
    width: 15px;
    height: 15px;
    line-height: 15px;
    left: 50%;
    top: 0;
    margin-left: 15px;
}
.add_honest,
.add_performance{
    font-size: 14px;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #E3613E;
    color: #fff;
}
.add_honest:hover,
.add_performance:hover{
    background-color: #C6403E;
    color: #fff;
}
.del_honest,
.del_performance{
    cursor: pointer;
}
.little-title{
    font-size: 16px;
    font-weight: bold;
    color: #e48181;
}
.files-div{
    margin-top: 4px;
}
.files-div .file-del{
    /* position: absolute; */
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    /* right: -12px; */
    /* top: -12px; */
    text-align: center;
    cursor: pointer;
    background-color: #E3613E;
    color: #fff;
    border-radius: 50%;
}
.img-preview i:hover,
.files-div .file-del:hover{
    background-color: #C6403E;
}
.legal-wrap{
    flex-wrap: wrap;
}
.legal_remark_wap{
    display: flex;
    font-size: 14px;
    width: 100%;
}
.legal_remark_wap input{
    margin-left: 10px;
    border: 1px solid #ddd;
}