.container-fluid{
    min-width: 1200px!important;
    margin: 0!important;
    padding: 0!important;
}
.loading{
    position: absolute;
    width:64px;
    height:30px;
    line-height:30px;
    text-align: center;
    background: #1e88f5;
    padding: 0 5px;
    box-sizing: border-box;
    color: #fff;
    top:50%;
    left:50%;
    margin-left: -30px;
    margin-top: -15px;
}
.loading_dot{
    width:0;
    display: inline-block;
    animation: dotMove 1.3s ease infinite both;
    overflow: hidden;
    float: left;
}
@keyframes dotMove {
    0%{
      width:0;
    }
    100%{
        width:10px;
    }
}
.alert_box{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:0;
    z-index: 9999;
}
.alert_box .row{
    margin: 0;
    position: relative;
}
.alertInfo{
    width:auto;
    height:40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    box-shadow: 1px 3px 10px #c1bebe;
    position: absolute;
    top:-100px;
    left:50%;
    margin-left: -50px;
    border-radius: 4px;
    transition: top .3s linear;
    display: none;
}
.alertInfo .alertLeft{
    float: left;
    font-size: 21px;
    line-height: 38px;
}
.alertInfo i{
    line-height: 38px;
}
.alertInfo_success .alertLeft{
    color: yellowgreen;
}
.alertInfo_error .alertLeft{
    color: #ff0000;
}
.alertInfo_tips .alertLeft{
    color: #ffc107;
}
.alertInfo .alertRight{
    max-width: 600px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    float: left;
    margin-left: 5px;
}
.alertInfo:after{
    content: '';
    display: block;
    clear: both;
}
.trq_content .row{
    margin-left: 0;
    margin-right: 0;
}
/*.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{*/
    /*background:#eee!important;*/
/*}*/
#datetimepicker1,#datetimeStart,#datetimeEnd{
    background: #fff!important;
}
.btn{
    outline: none!important;
}
/*header*/
.trq_header{
    width:100%;
    height:70px;
    background: #FFFFFF;
    box-shadow: 6px 2px 20px 0 rgba(0,0,0,0.06);
    line-height: 70px;
    color:#ED5454;
}
.trq_header > div{
    padding: 0 25px;
}
.trq_header .trq_user{
    text-align: right;
}
.trq_user .header_user{
    margin-right: 3%;
}
.trq_user .header_out{
    color: #9C9C9C;
}

/*导航*/
.trq_menu{
    width: 15.6%;
    line-height: 50px;
    float: left;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0.6px;
    background: #FFFFFF;
    box-shadow: -8px 18px 42px 0 rgba(42,34,64,0.14);
    padding-top: 10px;
    margin-top:5px;
    min-height: 600px;
}
.trq_menu_title{
    font-size: 15px;
    font-weight: 600;
}
.trq_menu:after,.trq_content:after{
    content: '';
    display: block;
    clear: both;
}
.trq_menu_item .trq_menu_title_left{
    float: left;
    width:20px;
    height:50px;
    margin:0 10% 0 5%;
}
.trq_menu_title.active{
    color: #4A90E2;
}
.trq_menu_title.active i{
    color: #4A90E2;
}
.trq_menu_inner:hover,.trq_menu_inner.active a{
    background: #dbe9f9;
    color: #4A90E2;
}
.trq_menu_inner:hover{
    opacity: 0.5;
}
.trq_menu_inner{
    position: relative;
    cursor: pointer;
}
.trq_menu_inner a{
    display: inline-block;
    width:100%;
    height:50px;
    text-decoration: none!important;
}
.trq_menu_inner a.active{
    text-decoration: none!important;
}
.trq_menu_inner a:hover{
    text-decoration: none;
}
.trq_menu_inner:hover:after,.trq_menu_inner.active:after{
    content: '';
    display: block;
    width:8px;
    height:50px;
    background: #4A90E2;
    position: absolute;
    top:0;
    left:0;
}

.trq_content{
    width:84%;
    float: left;
    padding-left:1.5%;
    padding-top:5px;
}



/*弹窗*/
.trq_confirm_warp,.trq_tips_warp{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.trq_confirm_warp .trq_confirm_wrapper,.trq_tips_warp .trq_tips_wrapper{
    width:500px;
    min-height:300px;
    border-radius: 4px;
    background: #fff;
    margin: 150px auto 0;
    box-shadow: 0px 0px 12px 0 rgba(42,34,64,0.14);
}
.trq_confirm_warp .trq_confirm_wrapper .trq_conform_header,.trq_tips_warp .trq_tips_header{
    width:100%;
    height:50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 20px;
    text-align: right;
}
.trq_tips_warp .trq_tips_header{
    text-align: center;
}
.trq_tips_warp .trq_tips_title{
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #272422;
    letter-spacing: 0.2px;
}
.trq_tips_item{
    height:100px;
    line-height: 28px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #4A90E2;
    letter-spacing: 0.15px;
    text-align: center;
    padding: 30px;
}
.trq_item_footer{
    width:100%;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #A8B2B9;
    letter-spacing: 0.11px;
}
.trq_conform_header .trq_confirm_close,.trq_tips_warp .trq_tips_close{
    cursor: pointer;
    color: #999;
    font-size: 36px;
    text-decoration: none;
}
.trq_tips_warp .trq_tips_close{
    float: right;
}
.trq_conform_header .trq_confirm_close:hover,.trq_tips_header .trq_tips_close:hover{
    color: #333;
}
.trq_conform_content,.trq_tips_content{
    width:100%;
    line-height: 1.5;
    text-align: center;
    height:175px;
}
.trq_conform_content .trq_conform_title {
    width: 100%;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #272422;
    letter-spacing: 0.15px;
}
.trq_conform_content .trq_conform_title .trq_tips{
    line-height: 40px;
    font-weight: 700;
}
.trq_conform_content .trq_conform_title>img{
    width:60px;
    height:60px;
}
.trq_conform_content .trq_conform_title i{
    font-size: 28px;
}
.trq_conform_content p{
    padding: 0 30px;
    height:60px;
    width:500px;
    display: table-cell;
    vertical-align:middle;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #272422;
    letter-spacing: 0.13px;
    line-height: 2.2;
}
.trq_conform_content p .trq_tips{
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    font-weight: bold;
    color: #272422;
    letter-spacing: 0.15px;
}
.trq_conform_footer,.trq_tips_footer{
    text-align: center;
    height:50px;
    line-height: 50px;
    padding: 0 30px;
}
.trq_conform_footer .btn,.trq_tips_footer .trq_tips_close_btn{
    width:105px;
    height:35px;
    background: #4A90E2;
    color: #fff!important;
    margin-left:30px;
    padding: 0;
}
.trq_conform_footer .trq_close,.trq_tips_footer .tips_btn1 .btn{
    background: #fff;
    border:1px solid #4A90E2;
    color: #4A90E2!important;
}


/*弹窗*/
.modal_wrap{
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    margin: auto;
    z-index: 999;
    background: rgba(0,0,0,0.2);
    display: none;
}
.modal_wrap .modal_wrapper{
    width:504px;
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
    border:1px solid transparent;
    overflow:auto;
    border-radius: 4px;
    margin:100px auto;
}
.modal_wrap .modal_wrapper .modal_header{
    text-align: right;
    font-size: 24px;
}
.modal_wrap .modal_wrapper .modal_header>span{
    color: #ccc;
    cursor: pointer;
}
.modal_wrap .modal_wrapper .modal_header>span:hover{
    color: #999;
}
.modal_wrapper .modal_content .content_title{
    text-align: center;
}
.modal_wrap .modal_wrapper .modal_footer{
    padding: 20px 0;
    text-align: center;
}
.time_wrapper,.time_wrapper1{
    position: relative;
}
.time_wrapper .glyphicon-calendar,.time_wrapper1 .glyphicon-calendar,.time_wrapper1 .glyphicon-remove-circle{
    position: absolute;
    top:30%;
    right:10px;
    z-index: 1;
    color: #999;
}
.time_wrapper1 > .form_datetime,.time_wrapper > .form-control {
    height: 30px;
    background: #fff;
    cursor: pointer; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.trq_content .btn:hover{
    color: #fff;
}
.flow{
    position: absolute;
    top: -10px;
    right: -35px;
}
.only_tips{
    display: block;
    position: relative;
}
.flow .only_tips{
    width:64px;
    height:21px;
    background: #4ce24a;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    border-radius:2px;
}

.flow .only_tips{
    width:64px;
    height:21px;
    background: #4ce24a;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    color: #fff;
    border-radius:2px;
}

.flow .only_tips.only_tips3{
    width:40px;
    background: #ef0707;
}

.flow .only_tips.only_tips1{
    width:35px;
}
.flow1 .only_tips::after{
    content:'';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 8px solid #ed5454;
    border-bottom: 4px solid transparent;
    display: block;
    position: absolute;
    top:2px;
    left:-5px;
}
.flow1{
    position: absolute;
    top:16px;
    left:50%;
    margin-left: 24px;
}
.flow .only_tips::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 7px solid #4ce24a;
    border-bottom: 0px solid transparent;
    display: block;
    position: absolute;
    top: 11px;
    left: -4px;
}

.flow .only_tips3::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 7px solid #ed5454;
    border-bottom: 0px solid transparent;
    display: block;
    position: absolute;
    top: 11px;
    left: -4px;
}

@media screen and (max-width: 1350px) {
    .flow1{
        margin-left: 20px;
    }
    .task_add_before_wrapper .flow_task_add_right .row .item_option .item_inner, .task_add_after_wrapper .flow_task_add_right .row .item_option .item_inner{
        letter-spacing: -0.8px;
    }
}