
.schedule-file-list {
    width: 100%;
    max-width: 500px;
    height: 120px;
    overflow: hidden;
    overflow-y: auto;
}

.schedule-file-list2 {
    padding-top: 10px;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.schedule-file-list li {
    width: 50%;
    float: left;
    height: 40px;
    padding: 0 10px 12px;
}

.schedule-file-list2 li {
    padding: 0 10px 10px 0;
}

.schedule-file-list li .inner {
    text-align: left;
    width: 100%;
    height: 28px;
    line-height: 26px;
    background: none;
    position: relative;
    padding: 0 130px 0 26px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.schedule-file-list li .inner .title {
    display: inline-block;
    position: relative;
    max-width: 100%;
    color: #212121;
}

.schedule-file-list li .inner span {
    display: inline-block;
    height: 26px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #212121;
    font-size: 12px;
}

.schedule-file-list li .inner .title em {
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 26px;
    line-height: 26px;
}

.schedule-file-list li .inner .icon-close {
    display: block;
    width: 16px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    color: #c9c9c9;
    position: absolute;
    top: 3px;
    right: 7px;
}

.schedule-file-list li .inner .icon-file2 {
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 16px;
    color: #898989;
    position: absolute;
    top: 3px;
    left: 0;
}

.schedule-file-list li .schedule {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 30px;
    display: block;
    width: 62px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e5e5e5;
}

.schedule-file-list li .schedule em {
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    height: 4px;
    left: 0;
    background-color: #0a8145;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.enterprise-punishment{
    width: 100%;
    padding: 10px 16px 16px;
    border: 1px solid #e5e5e5;
}
.enterprise-punishment h1{
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}
.enterprise-punishment p{
    font-size: 12px;
    color: #212121;
    line-height: 24px;
}

/* .rating-history */
.rating-history{
    width: 100%;
}
.rating-history dl{
    position: relative;
    padding-left: 20px;
    z-index: 1;
    margin-bottom: 12px;
}
.rating-history dl:before{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 6px;
    content: '';
    display: block;
    background-color: #e5e5e5;
    z-index: 2;
}
.rating-history dl dt{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #707070;
    position: relative;
    z-index: 3;
}
.rating-history dl dt:before {
    content: "\e606";
    font-size: 13px;
    color: #0a8145;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    display: block;
    text-align: left;
    height: 30px;
    width: 20px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: -20px;
    font-weight: 600;
    z-index: 4;
}

.rating-history dl dd{
    padding: 10px;
    background-color: #f9f9f9;
    font-size: 12px;
    color: #212121;
    line-height: 24px;
}

/* step-box */
.step-box{
    width: 100%;
}
.step-item{
    display: inline-block;
}

/* custom-step */
.custom-step{
    padding-top: 23px;
    width: 100%;
    background-color: #f6fcf9;
    height: 86px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
.custom-step-box{
    display: inline-block;
}
.custom-step-item{
    display: block;
    float: left;
    height: 40px;
    font-size: 16px;
    color: #707070;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
}
.custom-step-item.cur{
    cursor: pointer;
}
.custom-step-item span{
    margin: 0 12px;
}
.custom-step-item i{
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #1e884b;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #1e884b;
    position: absolute;
    top: 0;
    left: 0;
}
.custom-step-line{
    display: block;
    float: left;
    height: 40px;
    position: relative;
    margin-right: 12px;
}
.custom-step-line:before{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c8dad1;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
}
.custom-step-item.active{
    color: #212121;
}
.custom-step-item.active i{
    background-color: #1e884b;
    color: #fff;
}
.custom-step-line.active:before{
    background-color: #1e884b;
}

.custom-step-opent-btn{
    display: block;
    width: 60px;
    height: 22px;
    text-align: center;
    border: 1px solid #1e884b;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #1e884b;
    background-color: #f1f9f5;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -11px;
    line-height: 20px;
}
.custom-step-opent-btn i.icon-up3{
    display: none;
}


.bd-box{
    border: 1px solid #d9d9d9;
    padding: 8px 0 30px 20px;
}
.bd-box h1.title{
    font-size: 20px;
    color: #1e884b;
    position: relative;
    padding-left: 16px;
    height: 46px;
    border-bottom: 1px solid #d9d9d9;
    line-height: 46px;
}
.bd-box h1.title:before{
    display: block;
    width: 3px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background: #1e884b;
    height: 17px;
}

.info-box{
    padding: 10px 0 30px;
}
.info-box>p{
    font-size: 16px;
    line-height: 32px;
}
.info-box>p>i{
    position: relative;
    top: -1px;
    font-size: 18px;
}
.info-box>p>img{
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.info-box>p>i.icon-discount{
    top: -2px;
}
.info-box>p>i.icon-close3{
    top: -2px;
    font-size: 17px;
}

/* custom-evaluate-box */
.custom-evaluate{
    text-align: center;
    font-size: 0;
    overflow: hidden;
    height: 70px;
}
.custom-evaluate-box{
    display: inline-block;
}
.custom-evaluate-item{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    position: relative;
}
.custom-evaluate-item i{
    display: block;
    width: 20px;
    height: 20px;
    color: #8faa9d;
    font-size: 16px;
    text-align: center;
}
.custom-evaluate-item span{
    display: block;
    height: 36px;
    line-height: 36px;
    width: 260px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -130px;
    font-size: 14px;
    color: #000000;
}
.custom-evaluate-line{
    display: block;
    width: 260px;
    height: 20px;
    float: left;
    position: relative;
}
.custom-evaluate-line:before{
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    content: '';
    background-color: #afc9bd;
}
.custom-evaluate-line.active:before{
    background-color: #1e884b;
}
.custom-evaluate-item.active i{
    color: #1e884b;
}
.custom-evaluate-item.active span{
    color: #1e884b;
}


.evaluation-results h1{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding-left: 12px;
    position: relative;
    color: #212121;
}
.evaluation-results h1:before{
    width: 3px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background-color: #1e884b;
    content: '';
}
.evaluation-results ul{
    padding-top: 22px;
}
.evaluation-results ul li{
    display: block;
    width: 100%;
    height: 72px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 20px 20px 20px 72px;
    line-height: 32px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5\9;
    color: #212121;
}
.evaluation-results ul li span{
    height: 32px;
    position: absolute;
    line-height: 32px;
    text-align: right;
    font-size: 24px;
    color: #212121;
    top: 50%;
    right: 20px;
    margin-top: -16px;
}
.evaluation-results ul li i{
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6fcf9;
    color: #1e884b;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
}
.evaluation-results ul li i.icon-enterprise-evaluation-results{
    font-size: 22px;
}

.enterprise-info{
    padding: 16px 16px 26px;
    background-color: #f6fcf9;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-right: 420px;
    min-height: 260px;
    position: relative;
}
.enterprise-info .evaluation-results{
    width: 384px;
    position: absolute;
    right: 16px;
    top: 16px;
}
.enterprise-info.relative{
    padding-right: 16px;
    min-height: 80px;
    padding-bottom: 10px;
}
.enterprise-info.relative2{
    padding-right: 6px;
    min-height: 80px;
    padding-bottom: 10px;
}
.enterprise-info.relative2 .evaluation-results ul li span{
    height: 32px;
    position: relative;
    display: block;
    line-height: 32px;
    text-align: left;
    font-size: 24px;
    color: #212121;
    top: 0;
    right: 0;
    margin-top: 0;
}
.enterprise-info.relative2 .evaluation-results ul li{
    display: block;
    width: 100%;
    height: 92px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    padding: 10px 20px 10px 72px;
    line-height: 32px;
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5\9;
    color: #212121;
}

.enterprise-info.relative2 .evaluation-results,
.enterprise-info.relative .evaluation-results{
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}

.enterprise-info.relative .evaluation-results .li-item{
    width: 50%;
    float: left;
}
.enterprise-info.relative2 .evaluation-results .li-item{
    width: 33.33%;
    float: left;
    padding-right: 10px;
}

.enterprise-info h1{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding-left: 12px;
    position: relative;
    color: #212121;
}
.enterprise-info h1:before{
    width: 3px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background-color: #1e884b;
    content: '';
}

.enterprise-table-title{
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding-left: 12px;
    position: relative;
    color: #212121;
}
.enterprise-table-title:before{
    width: 3px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    background-color: #1e884b;
    content: '';
}

.more-select {
    display: none;
}

.form-box {
    width: 700px;
    margin: 65px auto 0;
    font-size: 14px;
}

.certification-form-box {
    width: 640px;
    margin: 30px auto 0;
    font-size: 14px;
}

.form-box>li,
.certification-form-box>li{
    padding-bottom: 12px;
}

.audit-box{
    text-align: center;
    /* background: #fff url(../images/product-info.png) bottom center no-repeat; */
    background-size: 100% 100%;
}
.audit-box h3{
    font-size: 20px;
    color: #212121;
    line-height: 40px;
}
.audit-box p{
    font-size: 14px;
    color: #707070;
    line-height: 32px;
}

.under-review{
    padding: 60px 10px 100px;
    display: block;
    width: 100%;
    text-align: center;
}
.under-review img{
    width: 32px;
    height: 32px;
}
.loading-img{
    margin: 0 auto;
    width: 420px;
    height: 320px;
    line-height: 320px;
    text-align: center;
}
.under-review p {
    font-size: 24px;
    color: #212121;
    line-height: 42px;
}

.manager-box {
    display: none;
}

.success-file {
    width: 704px;
    min-height: 500px;
    padding: 16px;
    background-color: #f2fafd;
    margin: 56px auto 48px;
    text-align: center;
    color: #0a8145;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.success-file .demand-stamp {
    width: 146px;
    height: 104px;
    position: absolute;
    top: 50px;
    right: 50px;
}

.success-file .demand-stamp img {
    width: 146px;
    height: 104px;
    cursor: pointer;
}

.success-file .success-title {
    font-size: 28px;
    line-height: 54px;
    margin-bottom: 26px;
}

.success-file .success-text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
}

.success-file .success-file-upload {
    width: 536px;
    height: 206px;
    padding-top: 80px;
    text-align: center;
    border: 2px dashed #e5e5e5;
    background-color: #fff;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.success-file .success-file-upload i {
    display: inline-block;
    height: 86px;
    line-height: 86px;
    font-size: 60px;
}

.success-file .success-file-upload a {
    display: block;
    width: 86px;
    height: 30px;
    margin: 0 auto;
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}

.success-file .success-img {
    text-align: center;
}

.success-file .success-file-upload a:hover {
    color: #0a8145;
}

.success-file .success-file-upload p {
    font-size: 12px;
    color: #0a8145;
    line-height: 26px;
}

.success-con {
    font-size: 20px;
    line-height: 50px;
    color: #212121;
    text-align: center;
}

.success-btn {
    padding: 28px 0 20px;
    text-align: center;
}

.success-btn i {
    padding-right: 8px;
}

.success-btn .open-btn {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    border: 1px solid #89c8ac;
    font-size: 16px;
    color: #0a8145;
    padding: 0 14px 0 20px;
    background-color: #f2f7fe;
}

.open-push-title1 {
    line-height: 60px;
    font-size: 28px;
    color: #0a8145;
    text-align: center;
}

.open-push-img {
    text-align: center;
}
.code-img {
    cursor: pointer;
    width: 66px;
    height: 38px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* login */
.login {
    position: relative;
    min-width: 1260px;
    min-height: 620px;
    height: 100%;
}

.login-background01 {
    background: url(../images/login-bg.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login-bg.jpg', sizingMethod='scale');
}

.login-background02 {
    background: url(../images/login-bg2.jpg) no-repeat 50% 50%;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login-bg2.jpg', sizingMethod='scale');
}

.login-box {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    width: 360px;
    height: 480px;
    padding-left: 440px;
    margin-top: -240px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login-bg1:before,
.login-bg2:before,
.login-bg3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 440px;
    height: 100%;
    content: "";
}

.login-bg1:before {
    background: url(../images/login-left.png) no-repeat 0 0;
}

.login-bg2:before {
    background: url(../images/login-left2.png) no-repeat 0 0;
}

.login-bg3:before {
    background: url(../images/login-left3.png) no-repeat 0 0;
}



.login-tab-box{
    border-top: 4px solid #26ad60;
    height: 100%;
    background-color: #fff;
    padding: 10px 20px 0;
}

.login-box ul .login-lab {
    display: block;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #707070;
}

.login-box ul li {
    position: relative;
}
.login-box ul li.li-icon{
    margin-top: 20px;
}
.login-box ul li.li-icon .li-iconfont{
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 46px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    color: #707070;
}
.login-box ul li.li-icon .icon-login-account{
    line-height: 36px;
}
.login-box ul li.li-icon input{
    padding-left: 50px;
}

.login-box ul li .inp,
.login-box ul li .select {
    height: 40px;
    line-height: 40px;
    width: 100% !important;
}

.login-box ul li .select {
    line-height: 34px;
}

.login-box ul li .select input {
    line-height: 40px;
}

:root .login-box ul li .select input {
    line-height: 40px;
}

.login-box ul li .per40 {
    width: 40% !important;
}

.login-box ul li .per50 {
    width: 50% !important;
    /* margin-left: 10px; */
}

.login-box ul li .per50 input,
.login-box ul li .per40 input {
    font-size: 12px;
}

.login-box ul li .iconfont {
    top: 0 !important;
}
.login .login-box ul li .iconfont {
    top: 2px !important;
}
.code-img {
    cursor: pointer;
    width: 66px;
    height: 38px;
    position: absolute;
    bottom: 1px;
    right: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login-box ul li .code {
    width: 180px !important;
}
.login .login-box ul li .code {
    width: 100% !important;
}

.login-box ul li .code-btn {
    display: inline-block;
    width: 98px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login .login-box ul li .code-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.login-box ul li .login-btn {
    width: 100% !important;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.login .login-box ul li .login-btn {
    width: 100% !important;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    background-color: #0a8145;
    cursor: pointer;
}


.login-box .select .option li {
    line-height: 20px;
}

.login-box .select .option {
    top: 38px;
}

.login-box ul li.special {
    margin: 20px 0 10px;
}

.login-box ul li.special a {
    color: #707070;
}

.login-box ul li.special a:hover {
    color: #139159;
}

.index-login ul li .code-btn {
    height: 44px;
    line-height: 44px;
}
.login-box ul li .login-btn {
    width: 100% !important;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.index-login ul li .login-btn {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.login-box .select .option li {
    line-height: 20px;
}

.login-box .select .option {
    top: 38px;
}

.login-box ul li.special {
    margin: 20px 0 10px;
}

.login-box ul li.special a {
    color: #707070;
}

.login-box ul li.special a:hover {
    color: #0a8145;
}

.footer img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.footer a {
    color: #fff;
}

.footer a em {
    margin: 0 4px;
    color: #fff;
}

.footer-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
}

.footer-login-fixed {
    width: 100%;
    height: 50px;
    background: none;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: #fff;
}

#login-body{
    width: 1100px;
    margin: 0 auto;
    min-height: 660px;
    display: table;
    vertical-align: middle;
}
.login-body-table{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    
}
.login-body-bg{
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff url(../images/product-info.png) bottom center no-repeat;
}


.workbench-left{
    width: 32%;
    float: left;
}
.workbench-item{
    -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 20px;
    padding-top: 6px;
    border: 1px solid #e5e5e5\9;
}
.workbench-item h1.item-title{
    height: 37px;
    font-size: 16px;
    color: #212121;
    line-height: 36px;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.workbench-item h1.item-title:before{
    display: block;
    content: '';
    width: 3px;
    height: 16px;
    background-color: #149159;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -8px;
}

.workbench-right{
    width: 68%;
    float: right;
}
.workbench-right ul{
    width: 100%;
}
.workbench-right ul li{
    width: 50%;
    padding-left: 12px;
    float: left;
}

.workbench-p{
    padding: 14px 20px 0 10px;
    font-size: 0;
    line-height: 0;
}
.workbench-p .title-ellipsis{
    max-width: 100%;
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
}
.workbench-p .title-ellipsis span{
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    height: 24px;
    font-size: 14px;
    color: #707070;
}
.workbench-p .title-ellipsis i{
    display: block;
    width: 20px;
    height: 24px;
    color: #07a34d;
    position: absolute;
    top: 0;
    right: 0;
}
.workbench-p .title-ellipsis em{
    display: block;
    width: 20px;
    height: 24px;
    color: #07a34d;
    position: absolute;
    top: 0;
    left: 0;
}
.workbench-p .title-ellipsis .icon-section01{
    font-size: 17px;
}
.workbench-p .title-ellipsis:hover span{
    color: #07a34d;
}
.workbench-p .title-ellipsis:hover{
    border-bottom: 1px #07a34d solid;
}

.declaration-service{
    padding: 32px 20px 0 0;
}
.declaration-service-item{
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 44px 28px 0;
}
.declaration-service-item.bg-green{
    background: #f5fbf8 url(../images/declaration-service-bg01.png) right center no-repeat !important;
}
.declaration-service-item.bg-blue{
    background: #f4f8fa url(../images/declaration-service-bg02.png) right center no-repeat !important;
}
.declaration-service-item h2{
    font-size: 20px;
    line-height: 34px;
    color: #212121;
}
.declaration-service-item p{
    font-size: 12px;
    line-height: 16px;
    opacity: .8;
    filter: alpha(opacity=80);
    text-transform: uppercase;
}
.declaration-service-item.bg-green p{
    color: #a2bcaf;
}
.declaration-service-item.bg-blue p{
    color: #a2b1bc;
}
.declaration-service-item a{
    display: block;
    width: 132px;
    height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-top: 26px;
}

.declaration-service-item.bg-green a{
    background-color: #1e8857;
}
.declaration-service-item.bg-blue a{
    background-color: #1786d4;
}

.green-assets{
    width: 100%;
    padding-top: 24px;
}
.green-assets li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.green-assets li .inner{
    height: 110px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative;
    padding-left: 132px;
}
.green-assets li .inner .assets-name{
    width: 132px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    padding-top: 71px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.green-assets li .inner .assets-count{
    width: 100%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: url(../images/assets-count.png) center no-repeat;
    text-align: center;
    font-size: 48px;
    color: #fff;
    line-height: 110px;
    font-weight: 600;
    font-family: "DIN-Medium";
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/assets-count.png', sizingMethod='scale');
}
.green-assets li .inner.bg-green{
    background-color: #07a34d;
}
.green-assets li .inner.bg-blue{
    background-color: #118ce2;
}
.green-assets li .inner.bg-green .assets-name{
    background: url(../images/assets-name01.png) center top no-repeat;
}
.green-assets li .inner.bg-blue .assets-name{
    background: url(../images/assets-name02.png) center top no-repeat;
}

.declaration-transit{
    padding-top: 16px;
    padding-right: 20px;
}

.declaration-transit-item{
    width: 100%;
    height: 120px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 200px;
}
.declaration-transit-item.bg-green{
    background-color: #f5fbf8 !important;
}
.declaration-transit-item.bg-blue{
    background-color: #f6f9fb !important;
}
.declaration-transit-item dt{
    display: block;
    width: 200px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    padding-left: 88px;
    line-height: 120px;
    color: #212121;
}
.declaration-transit-item dt i{
    display: block;
    width: 48px;
    position: absolute;
    top: 50%;
    left: 34px;
    margin-top: -24px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
}
.declaration-transit-item dd{
    width: 100%;
    height: 120px;
    border-left: 4px solid #fff;
    display: table;
    vertical-align: middle;
}

.declaration-transit-item.bg-green dt i{
    color: #1e884b;
}
.declaration-transit-item.bg-blue dt i{
    color: #1786d4;
}
.declaration-transit-item dd .inner{
    display: table-cell;
    width: 100%;
    height: 120px;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: #707070;
    padding: 0 30px;
}

.declaration-transit-item dd .inner h3{
    font-size: 14px;
    line-height: 28px;
    color: #707070;
}

.my-enterprise{
    font-size: 16px;
    color: #707070;
    line-height: 20px;
    margin-bottom: 10px;
}
.my-enterprise em{
    margin: 0 4px;
}
.my-enterprise i{
    margin-top: -3px;
    margin-right: 6px;
}

.user-box{
    display: table;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    padding: 10px 16px;
}
.head-portrait{
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.user-text{
    display: block;
    height: 80px;
    margin-left: 20px;
    float: left;
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    padding-top: 16px;
}
.user-text p{
    font-size: 16px;
    color: #212121;
    line-height: 28px;
}
.user-btn{
    padding-top: 25px;
    float: right;
}

.list-of-lists{
    width: 100%;
    padding: 10px 0 0;
}
.list-of-lists li{
    width: 33.33%;
    float: left;
    max-width: 300px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.list-of-lists li .inner{
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    /* -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .24); */
    border: 1px solid #e5e5e5;
    height: 110px;
}
.list-of-lists li:hover .inner{
    border: 1px solid #139159;
}
.list-of-lists li .inner h3{
    margin: 8px 0;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-of-lists li .inner .lists-count,
.list-of-lists li .inner .lists-time{
    font-size: 12px;
    color: #333;
    line-height: 28px;
}
.list-of-lists li .inner .lists-count i{
    font-size: 14px;
    cursor: pointer;
}
.form-color i {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 8px 8px 0;
    border: 2px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-color i.color-item{ cursor: pointer;}

.form-color i.active {
    border: 2px solid #139159;
}

.my-enterprise{
    font-size: 16px;
    color: #707070;
    line-height: 20px;
    margin-bottom: 10px;
}
.my-enterprise em{
    margin: 0 4px;
}
.my-enterprise i{
    margin-top: -3px;
    margin-right: 6px;
}

.user-box{
    display: table;
    width: 100%;
    height: 100px;
    vertical-align: middle;
    padding: 10px 16px;
}
.head-portrait{
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.user-text{
    display: block;
    height: 80px;
    margin-left: 20px;
    float: left;
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    padding-top: 16px;
}
.user-text p{
    font-size: 16px;
    color: #212121;
    line-height: 28px;
}
.user-btn{
    padding-top: 25px;
    float: right;
}

.uploadify-queue {
    display: none !important;
}

.identify-list{
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.identify-list *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.identify-list li{
    display: block;
    width: 45%;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    color: #212121;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.identify-list li:hover,
.identify-list li.active{
    background-color: #0a8145;
    color: #fff;
    border-color: #0a8145;
}

.pop-select-enterprise {
    overflow: visible;
}
.pop-select-enterprise .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.pop-select-enterprise .login-lab {
    font-size: 16px;
}
.pop-select-enterprise .required {
    font-size: 18px;
    margin-right: 6px;
}
.pop-select-enterprise .pop-cont {
    padding: 25px 25px 0;
    overflow: visible;
}
.pop-select-enterprise .pop-btn {
    padding: 25px;
}