/*竖版 暂时停用*/
.header_choose1{
    border-bottom: 2px solid #fff;
}
.header_choose1 a{
    color: rgba(255, 255, 255, 1);
}
.pro_list_header{
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    background: #fff;
    /*margin-top: 60px;*/
    z-index: 999;
}
.pro_list_panel{
    /*margin-top: 125px;*/
    margin-top: 61px;
    width: 100%;
    background: transparent;
    position: absolute;
    padding-bottom: 100px !important;
}
.task_list{
    padding: 8px;
    min-height: 190px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-top: 5px;
}
/*列表内容*/
.clearfix{
    margin-top: 8px;
}
.task_list>.clearfix{
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}
.equipment_name{
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    text-align: left;
    margin-left: 15px;
    display: inline-block;
    max-width: 30%;
}
.pro_number{
    float: right;
    margin-right: 0.5rem;
    min-height: 1rem;
    color: rgba(125, 125, 125, 1);
    font-size: 16px;
    text-align: left;
    max-width: 60%;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.pro_flow_code{
    min-height: 1.65rem;
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    text-align: left;
    margin-top: 0.5rem;
}
.list_left{
    width: 76%;
    display: inline-block;
    float: left;
    margin-left: 0.75rem;
}
.qrcode{
    width: 96px;
    height: 96px;
    display: inline-block;
    margin-left: 2.5rem;
    margin-top: 2rem;
    border: 1px solid #f0f0f0;
}
.pro_flow_people{
    margin-top: 0.5rem;
}
.pro_flow_people span{
    color: rgba(134, 134, 134, 1);
    font-size: 16px;
    text-align: left;
}
.pro_flow_people span:nth-child(1){
    margin-right: 5rem;
}
.pro_flow_people span:nth-child(2){
    float: right;
    margin-right: 1rem;
}
.plan_time{
    margin-top: 1rem;
    min-height: 1rem;
    color: rgba(125, 125, 125, 1);
    font-size: 15px;
}
.overtime{
    color: rgba(98, 138, 227, 1);
}
.product_list,.equipment_list{
    display: none;
}
/*开始生产*/
.start_pro{
    width: 129px;
    height: 51px;
    border-radius: 40px;
    background-color: rgba(98, 138, 227, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    margin: 50px 0px 0px 20px;
    position: absolute;
    line-height: 50px;
}
span.exit {
    width: 44px;
    height: 30px;
    color: rgba(155, 155, 155, 1);
    font-size: 18px;
    text-align: left;
    margin-left: 10px;
}
.icon_back {
    background: url(../../images/weixin/back.png)center center no-repeat;
    width: 20px;
    height: 20px;
    transform: scale(-1,1);
    display: inline-block;
}
.back{
    display: inline-block;
    height: 60px;
    margin-left: 20px;
}
.load_more{
    padding-top:0.5rem;
    font-size:16px;
    text-align: center;
}
.list_body{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-content: flex-start;
}