/*第一版设备列表 暂时停用*/
.product_header{
    /*display: none;*/
}
.list_part{
    flex: 1;
    overflow-y: hidden;
    margin: 5px 10px 0;
    height: 99%;
    display: flex;
    flex-direction: column;
}
.header_choose1{
    border-bottom: 2px solid #fff;
}
.header_choose1 a{
    color: rgba(255, 255, 255, 1);
}
.pro_list_header{
    /*position: fixed;*/
    position: static;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    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;
    /*overflow-y: auto;*/
}
/*.pro_list_left{
    display: none;
}*/
/*.choosesj{
    padding: 5px 12px;
    border: 1px solid rgba(88,126,209,1);
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: rgba(88,126,209,1);
   !* position: absolute;*!
    margin: 3px 3px 3px 3px;
   !* right: 20px;*!
    cursor: pointer;
    display: inline-block;
}
.sanjiao{
    display: inline-block;
    border-top: 8px solid rgba(88,126,209,1) ;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    margin: -8px -6px -8px 4px;
}
.choosesj:hover{
    background:#7CA2F5;
    color: #fff;
}
.choosesj:hover >.sanjiao{
    border-top: 8px solid #fff ;
}
.list_choose{
    width: 50%;
    float: left;
    height: 45px;
    padding-top: 15px;
}
.choose_icon {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
    margin-top: 2px;
    border-radius: 50%;
    margin-left: 28%;
    line-height: 60px;
}
.choose_icon input {
    opacity: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.choose_icon span {
    width: 10px;
    height: 10px;
    position: absolute;
    background: transparent;
    top: 5px;
    left: 5px;
    z-index: 100;
    border-radius: 50%;
}
.choosed .choose_icon{
    border: 1px solid #587ed1;
}
.choosed .choose_icon span{
    background: #587ed1;
}
.choosed label{
    color: rgba(88, 126, 209, 1);
}*/
/*.list_choose label{
    margin-left: 15px;
    margin-right: 30px;
    float: left;
    line-height: 25px;
    left: 350px;
    top: 100px;
    width: 132px;
    height: 19px;
    font-size: 18px;
}*/
.pro_list_panel {
    background: transparent;
    margin-top: 0;
    overflow-y: auto;
    padding-bottom: 40px !important;
}
.task_list {
    position: relative;
    padding: 8px 8px 8px 58px;
    height: 85px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 5px;
    box-shadow: 0px 2px 4px 0px rgba(159,145,145,0.27);
}
/*列表内容*/
.clearfix{
    margin-top: 0px;
}
.task_list>.clearfix{
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    height: 20px;
    line-height: 20px;
}
.equipment_name{
    text-align: left;
    margin-left: 0;
    display: inline-block;
    max-width: 30%;
    font-weight:bold;
    color:rgba(30,30,30,1);
    font-size: 14px;
}
.equipment_num{
    text-align: left;
    margin-left: 0;
    display: inline-block;
    max-width: 30%;
    font-weight:bold;
    color:rgba(30,30,30,1);
    font-size: 14px;
}
.pro_number{
    float: right;
    margin-right: 0.5rem;
    min-height: 1rem;
    color: rgba(125, 125, 125, 1);
    font-size: 13px;
    text-align: left;
    max-width: 40%;
    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: 14px;
    text-align: left;
    margin-top: 0.5rem;
    display: none;
}
.list_left{
    width: 99%;
    display: inline-block;
    float: left;
    margin-left: 0;
}
.qrcode{
    width: 96px;
    height: 96px;
    display: none;
    margin-left: 2.5rem;
    margin-top: 2rem;
    border: 1px solid #f0f0f0;
}
.pro_flow_people{
    margin-top: 0.5rem;
    overflow: auto;
    width: 65%;
    display: inline-block;
    font-size: 13px;
}
.pro_flow_people span{
    color: rgba(134, 134, 134, 1);
    text-align: left;
    width: 100%;
    margin-bottom: 0.2rem;
    height: 24px;
}
.pro_flow_people span:nth-child(1){
    margin-right: 0rem;
    display: inline-block;
    float: left;

    width: 25%;
}
.pro_flow_people span:nth-child(2){
    display: inline-block;

    min-width: 5rem;
    float: left;
    width: 75%;
}
.pro_flow_people span:nth-child(3){
    float: left;
    width: 100%;
}
.plan_time{
    margin-top: 0.5rem;
    min-height: 1rem;
    color: rgba(125, 125, 125, 1);
    font-size: 13px;
    width: 35%;
    display: inline-block;
    float: right;
}
.plan_time span{
    /* float: right; */
    margin-right: 0;
    display: block;
    /* width: 100%; */
    text-align: right;
}
.overtime{
    color: rgba(98, 138, 227, 1);
}
.product_list,.equipment_list{
    display: none;
}
.aaa_block{
    display: block;
}
.equipment_list{
    padding: 1.5rem;
    min-height: 25rem;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    margin: 5px;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 100px;
}
/*开始生产*/
.start_pro{
    width: 129px;
    height: 51px;
    border-radius: 40px;
    background-color: rgba(98, 138, 227, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    margin: 50px 0px 0px 20px;
    position: absolute;
    line-height: 50px;
}
.equment_icon{
    width: 20%;
    height: 120px;
    display: inline-block;
    float: left;
    margin-top: 50px;
}
.equment_icon img{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 18px;
    background-color: rgba(229, 232, 242, 1);
    text-align: center;
    box-shadow: 0px 0px 0px 0px rgba(158, 182, 236, 1);
    border: 1px solid rgba(162, 187, 242, 1);
    display: block;
    margin: 0px auto;
}
.equment_icon span{
    width: 7rem;
    height: 1.4rem;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    display: block;
    margin: 0.5rem auto;
    text-align: center;
}
.load_more {
    padding-top: 0.4rem;
    font-size: 14px;
    text-align: center;
    width: 130px;
    height: 24px;
    margin: 15px auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 16px;
}
.list_body{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.device_right{
    height: 100%;
    width: 45%;
    border: 1px solid #f0f0f0;
    position: fixed;
    right: 0px;
    top: 0px;
    background: #fff;
    padding-bottom: 1px;
    overflow-y: auto;
    z-index: 9999999;
    display: none;
}
.xiala{
    width: 40px;
    height: 100%;
    display: inline-block;
    margin: -9px 0px 0px -30px;
    cursor: pointer;
}
.xiala span{
    margin: 8px auto;
    display: inline-block;
    border-top: 10px solid #ccc;
    border-right: 10px solid rgba(0,0,0,0);
    border-bottom: 10px solid #fff;
    border-left: 10px solid rgba(0,0,0,0);
}
.mrr{
    vertical-align: middle;
}
.dev_r_name{

    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 12px;
    /*border: 0.5px solid #ccc;*/
    cursor: pointer;
}
.dev_r_name:last-child{
    border-bottom: 1px solid #f0f0f0
}
.dev_r_name:nth-child(odd){
    background:rgba(242,245,251,1);
}
.dev_r_name_choose{
    background:rgba(213,222,242,1) !important;
    color:rgba(98, 138, 227, 1) ;
}
.dev_r_name_choose>span.dh{
    display: inline-block;
}
/*蒙层*/
.l_mc{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: rgba(51,51,51,0.3);
}
.devv p{
    line-height: 16px;
    font-size: 13px;
}
.load_more_equipment {
    padding-top: 0.5rem;
    font-size: 14px;
    text-align: center;
    display: none;
}
.dh{
    width: 20px;
    height: 20px;
    display: none;
    background:url(../../images/pad_pro_cho.png)center center no-repeat ;
    float: right;
    margin-top: 16px;
}
.statusName{
    margin-top: 3.6rem;
    text-align: center;
    margin-left: 2.5rem;
    width: 95px;
    height: 21px;
    padding: 5px;
    background: #587ED1;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    display: none;
}
.list_choose_icon {
    position: relative;
    border: 1px solid #CCC;
    display: inline-block;
    float: left;
    border-radius: 50%;
    line-height: 60px;
    margin-left: 3px;
    margin-top: 10px;
    margin-right: 5px;
    width: 13px;
    height: 13px;
}
.choosesj {
    padding: 1px 20px 1px 10px;
    border: 1px solid rgba(88,126,209,1);
    position: relative;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: rgba(88,126,209,1);
    /* position: absolute; */
    margin: 3px 20px 3px 3px;
    /* right: 56px; */
    cursor: pointer;
    max-width: 145px;
    display: inline-block;
    min-height: 24px;
}
.topr{
    position: absolute;
    right: 50px;
}
.sanjiao{
    display: inline-block;
    border-top: 8px solid rgba(88,126,209,1);
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    /* float: right; */
    right: 3px;
    /* margin: -8px -6px -8px 4px; */
    top: 9px;
    margin: 0;
}
.choosesj:hover{
    background:#7CA2F5;
    color: #fff;
}
.choosesj:hover >.sanjiao{
    border-top: 8px solid #fff ;
}
.sear {
    /* margin: 6px auto; */
    width: 220px;
    height: 27px;
    /* position: absolute; */
    background: #fff;
    margin-right: 20px;
    position: relative;
    /* right: 135px; */
    display: inline-block;
    margin-top: 10px;
    float: right;
}
.search_icon{
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../../images/search_icon.png) no-repeat center center;
    padding: 7px 5px 3px;
    cursor: pointer;
    /* margin-left: 10px; */
    right: 0px;
    position: absolute;
    top: -3px;
    border-left: 1px solid #ccc;
}
.sear span.textbox input {
    height: 27px !important;
    line-height: 27px;
    padding: 0px !important;
    /*outline: none;*/
    /*color:#ccc;*/
}
/*.sear span.textbox:focus{
    border: 1px solid #7CA2F5;
}*/
.sear span.textbox {
    margin-top: -10px;
}
.topr{
    position: absolute;
    right: 10px;
}

.sys_child{
    display: none;
}
.sys_child_1,.sys_child_2,.sys_child_3{
    width:56px;
    height:56px;
    background: rgba(1,1,1,0.7);
    border-radius:50%;
    font-size:12px;
    color: #fff;
    position: fixed;
}
.sys_child_1{
    right: 27px;
    bottom: 115px;
}
.sys_child_1 span{
    display: inline-block;
    margin: 20px 4px;
}
.sys_child_2{
    right: 98px;
    bottom: 82px;
}
.sys_child_2 span{
    display: inline-block;
    margin: 11.5px 10px;
}
.sys_child_3{
    right: 110px;
    bottom: 7px;
}
.sys_child_3 span{
    display: inline-block;
    margin: 18px 10px;
}
.main_head{
    height: 50px;
    width: 100%;
    background: #fff;
}
.gray{
    width: 80px;
    height: 32px;
    background: rgba(242,242,242,1);
    border: 1px solid rgba(228, 228, 228, 1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 6px 20px 6px 10px;
    color: #5E6166;
    display: flex !important;
    justify-content: center;
    align-items: Center;
    cursor: pointer;
    float: left;
    font-size: 14px;
}
.choose_blue{
    background:#587ED1;
    border:1px solid rgba(1, 169, 234, 0.3);
    box-shadow:0px 2px 5px 0px rgba(85,85,85,0.3);
    border-radius:5px;
    color: #fff;
}
.choose_blue .de_top1,.choose_blue .de_top2,.choose_blue .de_top3{
    filter:grayscale(100%) brightness(300);
}
.de_top1{
    display: inline-block;
    width:16px;
    height:16px;
    margin-right: 5px;
    background:url(../../images/de_top1.png) no-repeat;
}
.de_top2{
    display: inline-block;
    width:16px;
    height:16px;
    margin-right: 5px;
    background:url(../../images/de_top2.png) no-repeat;
}
.de_top3{
    display: inline-block;
    width:16px;
    height:16px;
    margin-right: 5px;
    background:url(../../images/de_top3.png) no-repeat;
}
.shengchan_status{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 52px;
    writing-mode: tb;
    background: #F5F8FF;
    text-align: center;
    /* vertical-align: middle; */
    /* margin: 0 auto; */
    line-height: 3;
    color: #587ED1;
}
@media screen and (min-width:1366px)  {
    .equment_icon {
        width: 16%;
    }
    .sys_child_3{
        right: 160px;
        bottom: 17px;
    }
    .sys_child_2{
        right: 158px;
        bottom: 92px;
    }
    .sys_child_1{
        right: 87px;
        bottom: 125px;
    }
}
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;
}