﻿@charset "utf-8";
/* CSS Document */
li{
	list-style-type:none;
	}
	*{margin:0; padding:0;}
body{ height:100%;width:100%; /*background-color: rgba(0,0,0,0.5);*/ font-size:12px;}
.header-title {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-left: 10px;
}
.header-title:before {
    width: 4px;
    height: 18px;
    content: "";
    display: block;
    background: #1f9fff;
    position: absolute;
    left: 0;
    top: 2px;
}

.form-verification{  width:100%; margin:0 auto; background:#fff; padding:10px 20px 30px 20px;box-sizing:border-box;}
.form-info,.info-tips{margin-bottom:13px;}
.form-info ul.info-text{ font-size:13px;margin-top:7px;padding-left:10px;}
.form-info ul.info-text li{ line-height:16px; width:50%; float:left;margin-bottom:10px; } 
.form-info ul.info-text .ver-info-title{ display:inline-block; width:80px; text-align:right; margin-right:15px; }
.form-info ul.info-text .ver-info-text{display:inline-block; text-align:left; color:#666;}

ul.info-tips{ background:#fffcee;border:1px solid #ee8989; padding:15px; box-sizing:border-box;}
ul.info-tips li{ margin-bottom:10px;}
ul.info-tips li p{ line-height:22px;}
ul.info-tips li p span{ color:#e02020;}
.tips-title{  float:left; line-height:22px; color:#e02020; font-weight:bold;}
.tips-text{ float:left; color:#666;}
.clearfix:after{
	 display: block;
    height: 0;
    width: 0;
    content: "";
    clear: both;
    visibility: hidden;
	}
.button{ height:30px; line-height:30px; padding:0 25px;  border-radius:3px;}
.botton_re{background:#1f9fff; color:#fff; border:none;}
.botton_qu{border:1px solid #1f9fff; color:#1f9fff; background:#fff;margin-left:15px;}

/*登录页面样式*/
.login-wrap input::-webkit-input-placeholder {
    color: #e0e0e0 !important;
}

.login-wrap input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e0e0e0 !important;
}

.login-wrap input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e0e0e0 !important;
}

.login-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e0e0e0 !important;
}

.login-wrap {
    width: 100%;
    height: 100%;   
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.change-bg {
    position: fixed;
    top: 0;
    left: 0;
}
    .change-bg, .change-bg ul, .change-bg ul li {
        width: 100%;
        height: 100%;
    }

.p1 {
    background: url(../../../../help/logo/bg3.jpg) no-repeat center;
}

.p2 {
    background: url(../../../../help/logo/bg4.jpg) no-repeat center;
   
}

.p3 {
    background: url(../../../../help/logo/bg1.jpg) no-repeat center;
}

.p4 {
    background: url(../../../../help/logo/bg2.jpg) no-repeat center;
}

.p5 {
    background: url(../../../../help/logo/bg5.jpg) no-repeat center;
}
.p1, .p2, .p3, .p4, .p5 {
    background-size:cover;
}
.login-content {
    width: 364px;
    background: rgba(0,0,0,0.4);
    padding: 15px 20px 40px 20px;
    color: #fff;
    z-index: 99;
    position: fixed;
}

.logo {
    text-align: center;
    margin: 30px 0 50px 0;

}


.login-info {
    width: 86%;
    margin: 0 7%
}

.login-input li {
    width: 100%;
    position:relative;
    margin-top:20px;
}

.login-input input {
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    height:35px;
    line-height: 35px;
    padding-left: 32px;
    box-sizing: border-box;
    color:#f3f3f3;
    position:relative;
}

.account-img {
   background: url(/App/Images/login/loginbg.png) no-repeat;

}
.password-img {
    background: url(/App/Images/login/passwordbg.png) no-repeat;
}
.account-img, .password-img {
    background-size: 20px;
    background-position: 0 5px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.login-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f4b721;
    color: #fff;
    border: none;
}

.fl {
    float: left;
    display: inline-block;
}

.fr {
    float: right;
    display: inline-block;
}

.Language {
    width: 84px;
}
.login-content .layui-form-select dl {
    top: 25px;
}
.forget-password {
    margin: 15px 0 40px 0;
}

.Language .layui-input {
    background: none;
    border: none;
    color:#fff;
}

.Language .layui-anim-upbit {
    color: #333;
}

.layui-form-checkbox {
    width: 14px;
    height: 14px;
    padding-right: 0;
    margin-top: -3px;
    margin-right: 8px;
    border-radius: 2px;
}

    .layui-form-checkbox i {
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        border: none;
    }

.layui-form-checked {
    background: #f4b721;
}

    .layui-form-checked i, .layui-form-checked, .layui-form-checked:hover {
        color: #fff !important;
    }

button {
    cursor: pointer;
}

.forget-password a {
    color: #fff;
    cursor: pointer;
}

    .forget-password a:hover {
        color: #f4b721;
    }

.skin-icon {
    position: fixed;
    top: 25px;
    right: 25px;
    background: rgba(0,0,0,0.4);
    height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

    .skin-icon:hover {
        background: rgba(0,0,0,0.6);
    }

        .skin-icon:hover img {
            opacity: 0.9;
        }

    .skin-icon img {
        margin-top: 15px;
    }

.skin-change {
    width: 485px;
    height: 130px;
    background: #fff;
    position: fixed;
    top: 90px;
    right: 25px;
    padding: 15px;
    z-index:99999;
}

    .skin-change:before {
        width: 0;
        height: 0;
        border: 10px transparent solid;
        border-bottom-color: #fff;
        position: absolute;
        top: -17px;
        right: 16px;
        content: "";
    }

.change-bg-tips {
    border: 1px solid #e3e3e3;
    width: 100%;
    padding: 6px 0;
    box-sizing: border-box;
}

    .change-bg-tips li {
        float: left;
        width: 20%;
        padding: 0 6px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .change-bg-tips li img {
            width: 100%;
            height: auto;
        }

.change-way {
    margin-bottom: 10px;
}

.way1, .way2 {
    color: #666;
}

.way1 {
    margin-right: 30px;
}

.way2 .layui-form-checkbox {
    border: 1px solid #e3e3e3;
}

.way2 .layui-form-checked {
    background: #f4b721;
    color: #fff;
    border: none;
}

.way2 .layui-form-checkbox:hover i {
    color: #fff;
}

.way2 .layui-form-checked i, .way2 .layui-form-checked, .way2 .layui-form-checked:hover {
    color: #fff !important;
}
.copyright, .recomend{
    position:fixed;
    bottom:15px;
    width:100%;
    text-align:center;
    color:#fff;
}
.recomend{
    bottom:40px;
}
.text-danger {
    color:red;
}
.logo img {
        width:100%;
        height:auto;
    }

.login-center .login-content {
    left:50%;
    margin-left: -160px;
}
/*登录内容靠右，白色底*/
.login-right .login-content {
   right:18%;
}
.login-right .login-content {
    background: #fff;
    border-radius: 5px;
}

.login-right .Language .layui-input, .login-right .login-content, .login-right .login-input input, .login-right .forget-password a {
    color: #333;
}

.login-right .login-input input {
    border-bottom: 1px solid #e1e1e1;
}

.login-right input::-webkit-input-placeholder {
    color: #333 !important;
}

.login-right input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333 !important;
}

.login-right input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333 !important;
}

.login-wrap.login-right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
}

.login-right .layui-form-checked i, .login-right .layui-form-checked, .login-right .layui-form-checked:hover, .login-right .layui-form-checked i, .login-right .layui-form-checked, .login-right .layui-form-checked:hover {
    color: #b1b1b1 !important;
}

.login-right .layui-form-checkbox i {
    border: 1px solid #d2d2d2 !important;
}

.login-right .layui-form-checked {
    background: none;
}

.login-right .login-button {
    border-radius: 3px;
}

.login-right .login-content {
    width: 320px;
}
.login-right input:-webkit-autofill {
    -webkit-text-fill-color: #333;
}
.login-right .account-img {
    background: url(/App/Images/login/loginbg-bold.png) no-repeat;
    background-size: 20px;
    background-position: 0 5px;
}
.login-right .password-img {
    background: url(/App/Images/login/passwordbg-bold.png) no-repeat;
    background-size: 20px;
    background-position: 0 5px;
}
/*初始登录提示修改密码样式*/
.password-wrap {
    background: #fff;
    min-width: 100%;
    min-height: 100%;
}
.expired-tips {
    font-size:14px;
 }
.warning-text {
    color:red;
    font-weight:bold;
}

.password-content {
    height: 527px;
    width: 836px;
    position: fixed;
    top: 50%;
    margin-top: -267px;
    left: 50%;
    margin-left: -418px;
    background: url(../../images/passwordbg.png) no-repeat;
    text-align: center;
    background-size: 836px 527px;
    padding: 90px 100px;
    box-sizing: border-box;
    color: #fff;
}
.change-content {
    padding-top:50px;
}
.password-content h1 {
    font-size: 40px;
    font-weight: lighter;
}

.wel-text {
    margin-top: 15px;
}

    .wel-text p {
        line-height: 26px;
        font-weight: lighter;
    }

.wel-passwor {
    margin-top: 55px;
    font-size: 16px;
    font-weight: 400;
}

.button-sbule {
    width: 310px;
    height: 45px;
    border: none;
    background: #00367c;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.password-content .layui-icon-close {
    color: #fff;
    position: absolute;
    top: 35px;
    right: 35px;
    cursor: pointer;
}
/*密码修改样式*/
.password-change {
    width: 487px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 0 40px 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.password-content h1.password-title {
    font-size: 26px;
    font-weight: lighter;
}

.input-text {
    width: 355px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.password-change input {
    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    padding: 0 10px;
    box-sizing: border-box;
}

.password-change p {
    line-height: 26px;
    color: #333;
    text-align: left;
}

.password-change .button-left, .password-change .button-right {
    width: 150px;
    float: left;
    margin-top:15px;
}
.password-change .button-left {
    margin-left:67px;

}
    .password-change .button-left:hover {
        opacity:0.8;
    }
    .password-change .button-right {
        margin-left: 50px;
        border: 1px solid #00367c;
        color: #00367c;
        background: #fff;
    }
        .password-change .button-right:hover {
            opacity:0.7;
        }
.accout-danger ul li {
    margin-top: 0;
}
    /*-------------------资产样式-----------------------*/
    .item-title:before{
    width: 4px;
    height: 18px;
    background-color: #1E9FFF;
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
}
.clearfix:after {
    display: block;
    height: 0;
    width: 0;
    content: "";
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.warning {
    color: #bb0202 !important;
}

.text-line {
    text-decoration: underline;
}
/*图标字体*/
@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.eot?t=1545807318834');
    src: url('fonts/iconfont.eot?t=1545807318834#iefix') format('embedded-opentype'), url('fonts/iconfont.woff?t=1545807318834') format('woff'), url('fonts/iconfont.ttf?t=1545807318834') format('truetype'), url('fonts/iconfont.svg?t=1545807318834#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*待我审批样式*/
body, html {
    height: 100%;
}

.assets-wrap {
    background: #eff0f4;
    /*padding: 18px;*/
    min-height: 100%;
    overflow-x:hidden;
}

.top-wrap {
    background: #fff;
    padding: 20px;
    box-sizing:border-box;
}

.item-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    padding-left: 4px;
}

.top-wrap ul.approval-list {
    width: 100%;
    padding: 0 18px;
    margin-top: 15px;
}

    .top-wrap ul.approval-list li {
        width: 20%;
        float: left;
        text-align: left;
        cursor: pointer;
        padding: 10px;
        transition: all 0.3s ease 0s;
        box-sizing:border-box;
    }

        .top-wrap ul.approval-list li:hover {
            box-shadow: 0 5px 5px #f5f5f5;
            transform: translateY(-8px);
        }

            .top-wrap ul.approval-list li:hover .top-text .item-num {
                color: #1f9fff;
            }

.top-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 15px;
}

.bgcolor-1 {
    background: #7b69f1;
}

.bgcolor-2 {
    background: #ffc46b;
}

.bgcolor-3 {
    background: #4dc293;
}

.bgcolor-4 {
    background: #f96c7b;
}

.bgcolor-5 {
    background: #70b3f2;
}

.top-text {
    float: left;
    color: #666;
    padding-top: 5px;
	text-align:center;
}

    .top-text .item-num {
        font-size: 22px;
        color: #000;
        font-family: "arial";
    }

/*资产申请样式*/
.main-wrap, .bottom-wrap {
    background: #fff;
    margin-top: 10px;
    padding: 15px 20px 10px 20px;
}
.bottom-wrap {
    padding-top:20px;
}
    .main-wrap ul.approval-apply {
        width: 100%;
        /*margin: 20px 0 0 0;*/
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items:flex-start;
    }

        .main-wrap ul.approval-apply li.main-item-content {
            width: 50%;            
            padding: 5px;
            box-sizing: border-box;
            
        }
.ApplicationCenter .main-wrap ul.approval-apply li.main-item-content {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
            
.main-item-add {
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    /*padding: 0 20px;*/
    padding: 0 10px;
    cursor: pointer;
}

    .main-item-add:hover {
        opacity: 0.9;
    }

.itembg-bule {
    border-color: #d7e9f1;
}

    .itembg-bule .main-item-add {
        background: #d9edf6;
        color: #2d6d7a;
    }

.itembg-red {
    border-color: #eccbcc;
}

    .itembg-red .main-item-add {
        background: #f2dedf;
        color: #885359;
    }

.itembg-yellow {
    border-color: #f8e5c7;
}

    .itembg-yellow .main-item-add {
        background: #faf3e1;
        color: #917542;
    }

.main-item-status {
    border-bottom: 1px dotted #e0e0e0;
    padding: 15px 0;
    margin: 0 20px;
}

    .main-item-status .col-status3 {
        width: 33.3333%;
        text-align: center;
        float: left;
        transition: all 0.3s ease 0s;
        cursor: pointer;

    }

  .main-item-status .col-status3:hover {
            transform: translateY(-4px);
        }
.main-item-status .col-status3 p {
    color: #666;
}

        .main-item-status .col-status3 .status-num {
            color: #333;
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
        }

.main-item-add .iconfont {
    font-size: 16px;
}

.main-item-total {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 15px 20px;
    cursor: pointer;
}

    .main-item-total:hover .text-line {
        color: #dc2323 !important;
    }

/*库存资产操作样式*/
.bottom-wrap ul.stock_item {
    width: 100%;
    margin: 20px 0;
}

    .bottom-wrap ul.stock_item li.bottom-item {
        width: 14.6666%;
        float: left;
        margin: 0 1%;
        border: 1px solid #eeeeee;
        border-radius: 3px;
        box-shadow: 3px 3px 8px #e3e3e3;
        padding: 20px;
        text-align: center;
    }

    .bottom-wrap ul.stock_item li.bg1 {
        border-top: 2px solid #ea9619;
    }

    .bottom-wrap ul.stock_item li.bg2 {
        border-top: 2px solid #5a56a2;
    }

    .bottom-wrap ul.stock_item li.bg3 {
        border-top: 2px solid #d6175c;
    }

    .bottom-wrap ul.stock_item li.bg4 {
        border-top: 2px solid #01a659;
    }

    .bottom-wrap ul.stock_item li.bg5 {
        border-top: 2px solid #01bafd;
    }

    .bottom-wrap ul.stock_item li.bg6 {
        border-top: 2px solid #ea9619;
    }

.stock-name {
    font-size: 15px;
    margin-bottom: 15px;
}

.bottom-wrap ul.stock_item li.bottom-item a {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    padding: 3px 8px;
    font-size: 11px;
    cursor: pointer;
}

.tips-button .warning {
    transition: all 0.3s ease 0s;
}

	  /*.tips-button .warning:hover {
		  border: 1px solid #bb0202 !important;
		  background: #fff5f6;
	  }
*/
/*资产查询样式*/
.pie-chart {
    height: 265px;
    background: #fff;
    border-radius: 3px;
    padding: 15px 18px
}

.chart-title {
    font-size: 14px;
    font-weight: bold;
    color: #333 !important;
    line-height: 36px;
}
    .chart-title a {
        text-decoration: underline;
    }
        .chart-title a:hover {
            color: #1E9FFF !important;
        }
    .assets-wrap .layui-tab {
        margin: 0 !important;
    }

.assets-wrap .layui-tab-title {
    z-index: 999999;
}

    .assets-wrap .layui-tab-title li {
        line-height: 20px;
        padding: 0 8px;
        min-width: auto;
    }

    .assets-wrap .layui-tab-title .layui-this:after {
        height: 22px;
    }

.assets-wrap .layui-tab-title {
    border-bottom-style: none;
    height: auto;
    margin-bottom: 5px;
}

.assets-wrap .layui-tab-content {
    height: 210px;
    padding: 0;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1f9fff;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #1f9fff;
    }

.per-height {
    height: 210px;
}

.rec-chart {
    height: 385px;
}

.rec-height {
    height: 330px;
}

.layui-table td, .layui-table th {
    font-size: 12px;
}
.layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
.layui-table thead tr {
    background-color: #e3eaee !important;
    color: #333;
}

.layui-table[lay-skin=nob] th {
    font-weight: bold;
}

/*库管中心样式*/
.assets-sum {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
}

.sum-num {
    color: red;
    margin-left: 10px;
    font-size: 27px;
}

.LibraryTop ul.stock_item li.bottom-item {
    width: 22.6666%;
}

.bottom-wrap ul.stock_item li.bottom-item {
    margin-bottom: 20px;
}

.house-warp .bottom-wrap ul.stock_item {
    margin-bottom: 0;
}

.LibraryTop .top-icon {
    margin-top: 5px;
}


/*新页面样式*/
.apply-content ul.approval-apply .main-item{width:100%; margin:0;float:none;border-radius:3px; border-style:solid; border-width:1px;box-shadow: 5px 5px 5px 0 #f1f1f1; }
.main-item-content{ display:flex; flex-direction:row; align-items:flex-end;}
.main-item-content .main-item-status{border:none;}
.main-item-content:last-child{ align-items:flex-start;}
.apply-content{ display:flex; flex-direction:row; justify-content:space-between; align-items:center;margin-top:20px; }
    .apply-content .apply-left, .apply-content .operate-right {
        /*flex-grow: 1;*/
        border: 2px dashed #a4a8aa;
        padding: 8px;
        width:40%;
    }
.ApplicationCenter .apply-content .apply-left, .ApplicationCenter .apply-content .operate-right {
    flex-grow: 1;
    border:none;
    padding: 0;
    /*width: 40%;*/
}
.assets-middle{text-align: center;padding-left: 18px;margin: 0 50px;}
.ApplicationCenter .assets-middle {
    /*text-align: center;
    padding-left: 18px;*/
    margin: 0 32px;
}

.assets-middle .bg-block-line {
    animation: mymove 0.5s infinite;
    width: 178px;
    height: 178px;
    border: 3px solid #faa46e;
    padding: 13px;
    box-sizing: border-box;
/*    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=2);*/
}
.assets-middle .bg-block{
	background: linear-gradient(to right,#ffb382,#fe8946); 
	width:178px; 
	height:178px;
	box-shadow: 5px 5px 5px 0 #f1f1f1;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.assetes-info {
    animation: mytmove 0.5s infinite;
   /* transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=2);*/
}

@keyframes mymove {
    from {
        transform: rotate(135deg);
    }

    to {
        transform: rotate(135deg);
    }
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        transform: rotate(135deg);
    }

    to {
        transform: rotate(135deg);
    }
}
@keyframes mytmove {
    from {
        transform: rotate(-135deg);
    }

    to {
        transform: rotate(-135deg);
    }
}
@-webkit-keyframes mytmove /*Safari and Chrome*/
{
    from {
        transform: rotate(-135deg);
    }

    to {
        transform: rotate(-135deg);
    }
}

.assetes-info p{ line-height:26px; color:#fff;font-size:15px;}
.assetes-info p:hover{ color:#f05900; cursor:pointer;}
.assetes-info p .num{ margin-left:10px; font-size:18px; font-weight:600; text-decoration:underline;}
.line-left, .line-right {
    width: 100px;
    height:40px;
    padding-left:18px;
    box-sizing:border-box;
    background: url(/App/Images/arrow-right.png) no-repeat;
    background-position: center;
    /*height:132px; margin-left:10px; display:flex; align-items:center; justify-content:flex-end;padding-right:24px;box-sizing:border-box;*/
}
.ApplicationCenter .line-left, .ApplicationCenter .line-right {
    /*width: 100px;
    height: 40px;
    padding-left: 18px;
    box-sizing: border-box;
    background: url(/App/Images/arrow-right.png) no-repeat;
    background-position: center;*/
    width:170px;
    height:132px; 
    /*margin-left:10px;*/
    display:flex; 
    align-items:center; 
    justify-content:flex-start;
    padding-left:24px;
    box-sizing:border-box;
    flex-shrink:0;
}
.line-left {
    margin-left:5px;
}
.ApplicationCenter .line-left {
    margin-left: -10px;
}
    .main-item-add {
        display: flex;
        justify-content: space-between;
    }
.apply-name {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-xinzeng1 {
    width: 18px;
    margin-left:10px;
    flex-shrink: 0;
}
.ApplicationCenter .line-left-one { background: url(/App/Images/arrow-left-one.png) no-repeat;background-position: center;}
.ApplicationCenter .line-left-two {
    background: url(/App/Images/arrow-left-two.png) no-repeat;
    background-position: center;
}
.ApplicationCenter .line-left-three {
    height: 410px;
    background: url(/App/Images/arrow-left-three.png) no-repeat;
    background-position: center;
}
.ApplicationCenter .line-right {    
    height: 410px;
    display: flex;
    align-items: center;
    /*padding-left: 20px;*/
    box-sizing: border-box;
    flex-shrink:0;
    /*justify-content:flex-start;*/
}
.ApplicationCenter .line-right-one {
    background: url(/App/Images/arrow-right-one.png) no-repeat;
    background-position: center;
}


.ApplicationCenter .line-right-two {
    background: url(/App/Images/arrow-right-two.png) no-repeat;
    background-position: center;
}
/*.mm-wrap .line-right-two {
    background: url(/App/Images/arrow-right-two.png) no-repeat;
    height: 410px;
    background-position: center;
    width:180px;
}*/
.ApplicationCenter .line-right-three {
    background: url(/App/Images/arrow-right-three.png) no-repeat;
    background-position: center;
}
.ApplicationCenter .line-right-four {
    background: url(/App/Images/arrow-right-four.png) no-repeat;
    background-position: center;
}
.ApplicationCenter .line-right-five {
    width: 160px;
    height: 509px;
    background: url(/App/Images/arrow-right-five.png) no-repeat;
    background-position: center;
}
.ApplicationCenter .line-right-six {
    width: 160px;
    height: 625px;
    background: url(/App/Images/arrow-right-six.png) no-repeat;
    background-position: center;
}

.ApplicationCenter .line-right-seven {
    width: 160px;
    height: 738px;
    background: url(/App/Images/arrow-right-seven.png) no-repeat;
    background-position: center;
}

.ApplicationCenter .line-right-eight {
    width: 160px;
    height: 858px;
    background: url(/App/Images/arrow-right-eight.png) no-repeat;
    background-position: center;
}
.tips-text{ background:#4dc293; border-radius:3px; padding:5px 8px; color:#fff; font-size:15px;/*width:30px;*/margin-left:5px;}


/*合同-领导看板样式*/
.contract-wrap {
    background: #eff0f4;
    height: 100%;
    overflow:hidden;
}

.contract-top-wrap {
    margin-bottom: 10px;
}

.contract-wrap .top-item-list {
    border-radius: 3px;
    background: #fff;
    padding: 0 15px;
}

.contract-wrap .item-header {
    color: #333;
    border-bottom: 1px solid #f6f6f6;
    padding: 10px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

    .contract-wrap .item-header .item-left {
    }

        .contract-wrap .item-header .item-left .circle {
            display: inline-block;
            font-style: normal;
            width: 22px;
            height: 22px;
            border-radius: 100%;
            text-align: center;
            line-height: 22px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

    .contract-wrap .item-header .blue-font-right {
        font-size: 14px;
        color: #1E9FFF;
        font-weight:bold;
    }

.contract-wrap .item-info {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.red-bold-font {
    font-size: 24px;
    color: red;
    margin-right: 5px;
}

.item-header .item-left {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-header .blue-font-right {
    flex-grow: 1;
    text-align: right;
}

.contract-wrap .pie-chart, .contract-wrap .per-height {
    height: 385px;
}

.chart-header-title {
    display: flex;
    justify-content: space-between;
    height: 36px;
}

    .chart-header-title .layui-form-select {
        width: 90px !important;
    }

    .chart-header-title .layui-input {
        height: 32px !important;
        line-height: 32px !important;
    }

    .chart-header-title .layui-form-item {
        margin-bottom: 0 !important;
        display: flex;
        align-items: center;
    }

.item-left .circle-green {
    background-color: #4dc293;
}

.item-left .circle-blue {
    background-color: #70b3f2;
}

.item-left .circle-red {
    background-color: #f96c7b;
}

.view-detail {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}


.pie-chart {
    position: relative;
}

.download {
    display: flex;
    align-items: center;
}

.contract-wrap .layui-input-block {
    margin-left: 10px !important;
}

.download i {
    font-size: 22px;
    color: #999;
    margin-left: 10px;
    font-weight: lighter;
    cursor: pointer;
}

    .view-detail:hover, .download i:hover {
        color: #1E9FFF;
    }
/*合同统计样式*/
.top-block .item-header {
    border-bottom: none;
}

.top-block .item-info {
    padding: 0;
}

.contract-wrap .bg-purple {
    background-color: #af69cc !important;
}

.contract-wrap .top-block {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.contract-wrap .bg-red {
    background-color: #fc6470 !important;
}

.contract-wrap .bg-green {
    background-color: #3dc7d4 !important;
}

.bg-purple .top-icon-left {
    color: #af69cc;
}

.bg-red .top-icon-left {
    color: #fc6470;
}

.bg-green .top-icon-left {
    color: #3dc7d4;
}

.top-block .item-name, .top-block .blue-font-right, .top-block .red-bold-font {
    color: #fff !important;
}
.top-block .red-bold-font {
    font-size:12px !important;
}
    .top-block .top-icon-left {
        display: block;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        font-size: 26px;
        background: rgba(255,255,255,0.8);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66FFFFFF,endColorstr=#66FFFFFF);
        border-radius: 100%;
        margin-right: 20px;
    }

.top-block .top-right {
    flex-grow: 1;
}
/*合同流程看板样式*/
.contract-wrap {
    background: #eff0f4;
    height: 100%;
}

.contract-panel {
    background: #fff;
    border-radius: 3px;
    height: 100%;
}

.c-header-title {
    background-color: #f9f9fb;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 600;
    padding-left: 50px;
    background-image: url('../../images/c-head-icon.png');
    background-repeat: no-repeat;
    background-position: 15px 7px;
}

.panel-level, .four-level-left, .four-level-right {
    display: flex;
    justify-content: center;
    padding-top: 45px;
    position: relative;
    width: 650px;
    margin: 0 auto;
    margin-top: 15px;
}
.four-level-left {
    width:520px;
}
.four-level-right {

}
    .four-level-left:before {
        width: 360px;
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        border-top: 1px dashed #bebebe;
        top: 0;
    }
    .four-level-right:before {
        width: 432px;
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        border-top: 1px dashed #bebebe;
        top: 0;
    }
    .four-level-left .right-blank, .four-level-right .right-blank {
        width:40px;
    }
    .panel-middle-level:before {
        width: 460px;
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        border-top: 1px dashed #bebebe;
        top: 0;
    }

.panel-bottom-level:before {
    width: 296px;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    border-top: 1px dashed #bebebe;
    top: 0;
}

.item-content {
    border: 1px solid #eff0f4;
    box-shadow: 5px 5px 5px #eee;
    padding: 15px 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing:border-box;
}

.panel-item {
    position: relative;
}

.dotted-line {
    width: 1px;
    height: 40px;
    border-left: 1px dashed #bebebe;
    position: absolute;
    left: 50%;
    top: -45px;
}

.blue-top-line {
    border-top: 2px solid #0070f5;
}

.lightBlue-top-line {
    border-top: 2px solid #01bafd;
}

.red-top-line {
    border-top: 2px solid #d6175c;
}

.panel-item .name {
    font-size: 16px;
    font-weight: 600;
}

.panel-item .num {
    font-size: 14px;
    font-weight: 600;
    color: #b00101;
    color: #b00101;
    margin: 3px 0;
}

.panel-item .intro p {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.panel-level .arrow-right {
    width: 50px;
    background: url('../../images/c-arrow-right.png') no-repeat;
    background-position: 15px;
}

.right-blank {
    width: 70px;
}

.arrow-down {
    width: 27px;
    height: 29px;
    background: url('../../images/c-arrow-down.png') no-repeat;
    margin: 0 auto;
    margin-top: 15px;
}
.left-arrow-down {
    position:absolute;
    left:368px;
    top:0;
    margin-top:0;
}
.right-arrow-down {
    position: absolute;
    right: 368px;
    top: 0;
    margin-top: 0;
}
.dotted-line:after {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #bebebe;
    border-radius: 100%;
    bottom: 0;
    left: -4px;
    position: absolute;
    background: #fff;
}
.contract-wrap .layui-row {
    margin: 0;
}
.panel-four-level {
    /*width:90%;*/
    width:1100px;
    padding-top:30px;
    position:relative;
}
.panel-four-level .item-content {
    padding: 15px;
}
.panel-top-level {
    width:720px;
}
/*消息列表弹窗开始2020-10-13*/
.message-fixed-popup {
    width: 300px;
    height: 400px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px #afafaf;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

    .message-fixed-popup .message-head {
        height: 38px;
        line-height: 38px;
        background: linear-gradient(to right,#1e9fff,#1ed2ff);
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #fff;
        padding: 0 10px 0 15px;
        position: absolute;
        top: 0;
        width: 100%;
        box-sizing: border-box;
    }

.message-wrap {
    padding: 38px 0 10px 0;
    height: 500px;
    overflow-y: auto;
    box-sizing: border-box;
}

.message-list {
    padding: 15px 15px 0 15px;
}

.message-item {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px dashed #f1f1f1;
    padding: 0 0 10px 0;
}
.message-content {
    flex-grow:1;
}
.operate-icon a {
    display: inline-block;
    width: 26px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

    .operate-icon a:hover {
        background: rgba(255,255,255,0.2);
    }

a.open {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #1e9fff;
    color: #fff;
    font-size: 18px;
    z-index: 999;
}

.message-item .serial-number {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: #4eaaf5;
    box-shadow: -3px 0 10px #4eaaf5;
    color: #fff;
}

.message-item .message-item-head {
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-between;
}

    .message-item .message-item-head .view-bill {
        width: 34px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 2px;
        color: #fa7576;
        border: 1px solid #fa7576;
        background-color: #fdf9f9;
        font-size: 12px;
        cursor: pointer;
    }

        .message-item .message-item-head .view-bill:hover {
            opacity: 0.8;
        }

.message-item .message-info {
    color: #999;
    padding-left: 7px;
    margin-top: 5px;
}
/*2022-7-25弹框信息加删除*/
.button-right-group {
    display: flex;
    justify-content: flex-end;
}

    .button-right-group .eos-btn-sm {
        width: 24px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        color: #5f5f5f !important;
        border: 1px solid #d2d2d2 !important;
        background-color: #fff !important;
        box-sizing: border-box;
        border-radius: 2px;
        margin-left: 3px;
        padding: 0;
    }

.eos-btn-sm .icon-lajitong {
    font-size: 14px;
}
/*消息列表弹窗结束2020-10-13*/
/*采购工作中心样式*/
.mm-wrap .apply-left {
    width: 20%
}
.div-bottom {
    width: 85%;
    margin-left: 20px;
    border-top: 1px dashed #e8e8e8;
    cursor: pointer;
}

.div-bottom-left {
    float: left;
    padding: 10px 0;
}

.div-bottom-right {
    float: right;
    padding: 10px 0;
    color: #bb0202;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}

.apply-left, .operate-right {
    position: relative;
}

    .apply-left .tips-text, .operate-right .tips-text {
        position: absolute;
        top: -20px;
        left: 8px;
    }

.mm-wrap .apply-content .apply-left, .mm-wrap .apply-content .operate-right {
    padding: 16px 8px;
}
.mm-wrap .operate-right {
    width:98%;
    margin-bottom:30px;
    
}
    .mm-wrap .operate-right:last-child {
        margin-bottom:0;
    }
.w-green {
    color: green;
    font-weight: 600;
}

.w-red {
    color: red;
    font-weight: 600;
}
    @media screen and (max-width:1600px) {
        .login-content {
        width: 320px;
    }

    .forget-password {
        margin-bottom: 35px;
    }

}

@media screen and (max-width:1366px) {
    /*合同看板*/
    .red-bold-font {
        font-size: 14px;
        font-weight: bold;
    }

    .contract-wrap .top-item-list {
        padding: 0 8px;
    }

    .pie-chart {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 1023px) {
    .bottom-wrap ul.stock_item li.bottom-item {
        width: 48%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1367px) {
    .assets-middle .bg-block-line {
        width: 158px;
        height: 158px;
        padding: 10px;
    }

    .assets-middle .bg-block {
        width: 158px;
        height: 158px;
    }


    .bottom-wrap ul.stock_item li.bottom-item {
        width: 18%;
    }
}

@media screen and (max-width: 1366px)and (min-width: 1024px) {
    .assets-middle .bg-block-line {
        width: 128px;
        height: 128px;
        padding: 8px;
    }

    .assets-middle .bg-block {
        width: 128px;
        height: 128px;
    }

    .bottom-wrap ul.stock_item li.bottom-item {
        width: 23%;
    }
}

@media screen and (max-width: 1023px) {
    .assets-middle .bg-block-line {
        width: 100px;
        height: 100px;
        padding: 6px;
    }

    .assets-middle .bg-block {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:768px) {
    .login-content {
        width: 80%;
        height: 450px;
        box-sizing: border-box;
    }

    .logo img {
        width: 65px;
        height: auto;
    }

    .skin-icon {
        display: none;
    }

    .forget-password {
        margin-bottom: 30px;
    }

    .login-dropbox {
        display: none;
    }

    .Language {
        margin-top: 0;
    }

    .logo {
        margin-top: 25px;
    }
}
/*采购操作中心加链接样式*/
.item-title .link-text {
    display: inline-block;
    cursor:pointer;
}

    .item-title .link-text a {
        font-size: 14px;
        color: #1E9FFF;
        margin-left: 20px;
        text-decoration: underline;
    }

    .item-title .link-text i {
        font-size: 12px;
        color: #1E9FFF;
        padding-left: 8px;
        font-weight: lighter;
    }
.tt {
    background: #eff0f4;
}
/*首页消息预警做响应式处理*/
@media screen and (max-width:1366px) {
    .message-fixed-popup {
        width: 280px;
        height: 420px;
    }
}
@media screen and (max-width:1280px) {
    .message-fixed-popup {
        width: 260px;
        height: 330px;
    }
}

