body{
    background: #f5f5f5;
}

.demand_detail {
    display: flex;
    justify-content: space-between;
}

.demand_detail_left{
    width: 1385px;
}
.demand_detail_left .box{
    padding: 30px 60px 0;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.demand_detail_left .demand_info{
    padding-bottom: 40px;
}
.demand_detail_left .demand_info .top{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.demand_detail_left .demand_info .top .platform_monitor {
    width: 120px;
    position: absolute;
    top: 5px;
    right: -150px;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #4ea3ff;
}
.demand_detail_left .demand_info .top .platform_monitor img {
    width: 40px;
    height: 40px;
}
.demand_detail_left .demand_info .total{
	/*max-width:400px;
	min-width:280px;*/
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: #4ea3ff solid 1px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: #4ea3ff;
	position:relative;
}

.xiangmumoney{
    /*flex: 0.7;*/
    text-align: center;
    padding: 0px 15px;
}
.xiangmutitle{
	 background: #4ea3ff;
    color: #fff;
    font-size: 16px;
	text-align: center;
	    padding: 0px 12px;
}

.demand_detail_left .demand_info .status{
    width: 158px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: #eee solid 1px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.demand_detail_left .demand_info .status.on{
    border: #3ebb17 solid 1px;
    color: #3ebb17;
}
.demand_detail_left .demand_info .status.over{
    border: #ff4027 solid 1px;
    color: #ff4027;
}
/* 审核状态（含原因）样式：字体更小、不换行，向右扩展 */
.demand_detail_left .demand_info .status.audit-status{
    width: auto;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
    margin-left: auto; /* 将审核提示推到右侧，与后续状态并排 */
    margin-right: 12px; /* 与右侧状态间距 */
    display: inline-flex;
    align-items: center;
}
.demand_detail_left .demand_info .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    padding-top: 20px;
}
.demand_detail_left .demand_info .desc{
    display: flex;
    font-size: 16px;
    line-height: 48px;
    padding-bottom: 20px;
    border-bottom: #f5f5f5 solid 1px;
}
.demand_detail_left .demand_info .desc span{
    font-size: 22px;
    color: #4ea3ff;
    padding: 0 5px 0 55px;
}
.demand_detail_left .demand_info .content{
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0 30px;
}
.demand_detail_left .demand_info .attachment{
    border: #eee solid 1px;
    border-radius: 5px;
}
.demand_detail_left .demand_info .attachment .tit{
    border-bottom: #eee solid 1px;
    padding-left: 23px;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    background: #f5f5f5;
    display: flex;
}
.demand_detail_left .demand_info .attachment .tit span{
    font-size: 22px;
    color: #4ea3ff;
    padding-left: 10px;
}
.demand_detail_left .demand_info .attachment .con{
    padding: 10px;
}
.demand_detail_left .demand_info .attachment .con a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    overflow: hidden;
}

.demand_detail_left .demand_info .attachment .con a img{
    height: 50px;
}
.demand_detail_left .layui-form{
    padding-bottom: 15px;
}
.demand_detail_left .layui-form dl{
    display: flex;
    margin-bottom: 20px;
}
.demand_detail_left .layui-form dt{
    font-size: 16px;
    line-height: 40px;
    width: 100px;
}
.demand_detail_left .layui-form dd{
    flex: 1;
}
.demand_detail_left .layui-form dd .up_ipt_150{
    width: 150px;
}
.demand_detail_left .layui-form dd span{
    font-size: 16px;
    line-height: 40px;
    color: #999;
}
.demand_detail_left .layui-form dd .hide li{
    font-size: 16px;
    padding-right: 80px;
    display: flex;
    cursor: pointer;
}
.demand_detail_left .layui-form dd .hide li span{
    font-size: 20px;
    padding-right: 10px;
    color: #ccc;
}
.demand_detail_left .layui-form dd button{
    width: 140px;
    background: #4ea3ff;
    border-radius: 5px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}
.demand_detail_left .bid_box .top{
    display: flex;
    justify-content: space-between;
    border-bottom: 25px;
    height: 110px;
}
.demand_detail_left .bid_box .avatar{
    width: 110px;
    margin-right: 10px;
}
.demand_detail_left .bid_box .avatar img{
    width: 110px;
    height: 110px;
    border-radius: 5px;
}
.demand_detail_left .bid_box .nickname{
    padding: 4px 0;
    line-height: 28px;
    font-size: 16px;
    flex: 1;
}
.demand_detail_left .bid_box .name{
    font-weight: bold;
    font-size: 18px;
}
.demand_detail_left .bid_box .mobile span{
    font-size: 22px;
    color: #999;
}
.demand_detail_left .bid_box .mobile b{
    padding: 0 3px;
    color: #4ea3ff;
}
.demand_detail_left .bid_box .btn{
    display: flex;
    justify-content: end;
    align-items: center;
}
.demand_detail_left .bid_box .btn span{
    width: 102px;
    height: 42px;
    border-radius: 5px;
    border: #eee solid 1px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
.demand_detail_left .bid_box .btn span.on{
    color: #fff;
    background: #4ea3ff;
}
.demand_detail_left .bid_box .content{
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    padding: 20px 0;
    line-height: 26px;
    font-size: 16px;
    margin-top: 25px;
    min-height: 100px;
}
.demand_detail_left .bid_box .content pre{
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    line-height: 26px;
    font-size: 16px;
}
.demand_detail_left .bid_box .content .hide{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
}
.demand_detail_left .bid_box .content .hide span{
    font-size: 46px;
    color: #999;
    line-height: 80px;
}
.demand_detail_left .bid_box .bottom{
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #999;
    display: flex;
}
.demand_detail_left .bid_box .bottom span{
    width: 50px;
}
.demand_detail_right{
    width: 195px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 280px;
}
.demand_detail_right img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.demand_detail_right .nickname{
    font-size: 16px;
    font-weight: bold;
}

.demand_detail_right ul{
    display: flex;
}
.demand_detail_right li{
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #333;
    font-size: 14px;
}
.demand_detail_right li span{
    font-size: 20px;
    font-weight: bold;
}
.demand_detail_right li:last-child{
    border-left: #f7f7f7 solid 1px;
}
.demand_detail_right li:last-child span{
    color: #4ea3ff;
}





.up_top_bar span{
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.up_top_bar span.on{
    background: #4ea3ff;
    color: #fff;
}

.up_top_bar img{
    height: 56px;
}

.auth_remark {
    width: 100%;
    line-height: 60px;
    color: #f74607;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_li{
    margin-top: 18px;
    display: flex;
}

.form_li_left{
    height: 38px;
    line-height: 38px;
    text-align: right;
    width: 130px;
    padding-right: 45px;
    font-weight: bold;
    font-size: 14px;
}

.form_li_right{
    flex: 1;
    padding-right: 25px;
}

.form_li_right .layui-form-radio{
    margin: 0;
}

.form_li_right .form_text{
    line-height: 38px;
    font-size: 14px;
    margin-right: 30px;
}

.from_li_imgs img{
    width: 320px;
    height: 185px;
    border-radius: 5px;
    border: #eee solid 1px;
    cursor: pointer;
}

.business_license img{
    width: 470px;
    height: 300px;
}

.from_li_imgs ul{
    display: flex;
    flex-wrap: wrap;
}

.from_li_imgs ul li{
    margin: 10px 10px 0 0;
    position: relative;
}

.from_li_imgs ul li:nth-child(3n){
    margin-right: 0;
}

.from_li_imgs ul li a{
    position: absolute;
    right: 1px;
    top: 1px;
    background: #aaa;
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.form_li button{
    margin: 70px auto;
    width: 190px;
    height: 56px;
    line-height: 56px;
    background: #4ea3ff;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
}

.work_logs .form_li_right{
    padding-right: 75px;
}

.work_logs .operate{
    height: 38px;
    line-height: 38px;
    display: flex;
    justify-content: end;
}

.work_logs .operate .add{
    font-size: 14px;
    color: #4ea3ff;
    cursor: pointer;
}

.work_logs li{
    border: #ddd solid 1px;
    border-radius: 5px;
    padding-right: 25px;
    margin-bottom: 20px;
    position: relative;
}

.work_logs li:last-child{
    margin-bottom: 0;
}

.work_logs li .del{
    position: absolute;
    right: 1px;
    top: 1px;
    background: #aaa;
    padding: 2px 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.work_logs dl{
    display: flex;
    /*height: 38px;*/
    line-height: 38px;
    margin-top: 20px;
}

.work_logs dt{
    width: 95px;
    text-align: center;
    font-size: 14px;
}

.work_logs .up_ipt_area{
    width: 800px;
    line-height: 30px;
}

.work_logs .form_text{
    margin: 0 20px;
}

/* 审核历史样式 */
.audit-history {
    width: 1385px;
    margin: 30px auto 0 auto;
    background: #fff;
    padding: 30px 60px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.audit-history h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    color: #333;
}

.audit-item {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.audit-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

.audit-item .status {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 10px;
}

.audit-item .status.pass {
    background: #52c41a;
    color: #fff;
}

.audit-item .status.reject {
    background: #ff4d4f;
    color: #fff;
}

.audit-item .content {
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.audit-item .time {
    color: #999;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e8e8e8;
}

/* 审核历史中的图片列表样式 */
.audit-item .image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

.audit-item .image-item {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.audit-item .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.audit-item .image-item:hover img {
    transform: scale(1.05);
}