.matter .h1 {
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    padding: 10px 0;
}
.popup .matter .h1{
    width:81%;
    margin:0 auto;
}
.matter .h1 h1 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
}
.matter .h1 h1 em{
    position:absolute;
    top:-5px;
    left:0px;
    width:24px;
    height:24px;
    border-radius:30px;
    background: linear-gradient(150deg, #4E55FF 0%, rgba(78,85,255,0) 100%);
    opacity:0.2;
}
.matter .h1 p input {
    border: 1px solid #D3D3D3;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding: 0 10px;
    border-radius: 2px;
    width: 250px;
    font-size: 12px;
    margin-right: 8px;
}
.matter .h1 .btn-xk{
    margin-right:8px;
}
.matter .h1 .btn img{
    width:20px;
    height:20px;
    vertical-align:middle;
}
.shaixuan{
    position:relative;
}
.hdsx {
    width: 300px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.25);
    z-index: 99;
}
.hdsx h6 {
    height: 32px;
    line-height: 32px;
    background: #F6F8FA;
}
.hdsx h6 .btn-xk {
    width: 40px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin-top: 5px;
    border: 1px solid #C1C2C4;
    border-radius: 5px;
    margin:5px 12px;
}
 .hdsx h6 .btn {
    margin: 0 12px;
    float: right;
    width: 40px;
    height: 22px;
    line-height: 22px;
    background: #4E55FF;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}
    .hdsx ul {
        padding: 10px 20px;
        max-height: 550px;
        overflow: auto;
    }

.hdsx ul li {
    padding: 8px 0 6px;
    border-bottom: 1px solid #EBEEF1;
    font-size:13px;
}

 .hdsx ul li span {
        font-size: 13px;
        margin-bottom:4px;
        display:inline-block;
        color:#333;
    }
.hdsx ul li .erji {
        margin-left: 16px;
    }
 .hdsx ul li p label {
        display: inline-block;
        margin-right: 0;
        width: 85px;
        min-width: 85px;
        margin-bottom: 5px;
    }
.hdsx ul li select {
        width: 100%;
        margin-top: 12px;
    }
table img {
    width: 40px;
    height: 40px;
}

table .btn {
    display: inline-block;
    border-bottom: 1px solid #4E55FF;
    background: none;
    color: #4E55FF;
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 30px;
    text-align: center;
    padding: 0;
    text-decoration: underline
}
table .red { 
    color: #FE694B !important;
}
.popup {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    height: 100%;
    /*z-index: 1 !important;*/
    overflow: auto;
}

.weihu {
    position: fixed;
    top: 54px;
    left: 0;
    background: none;
    color: #333;
    padding: 0 5%;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    z-index: 999;
    width: 100%;
}

    .weihu .close {
        float: right;
        width: 30px;
        height: 30px;
        line-height:30px;
        font-size: 24px;
        background: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top:5px;
    }

        .weihu .close:hover {
            box-shadow: inset 0 0 5px 5px rgba(0,0,0,0.01);
        }

.classificat {
   /* display: flex;*/
    width: 81%;
    margin: 1% auto;
    flex-wrap: wrap;
}

    .classificat h3 {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        font-weight: 600;
        border-bottom: 1px solid #EFEFEF;
    }
.classificat h3 > img{
    width:18px;
    height:18px;
    margin-top:5px;
}
.classificat h3 button{
    float:right;
    height:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:none;
    color:#838383;
    font-size:12px;
}
.classificat h3 button img{
    width:12px;
    height:12px;
    vertical-align:middle;
}
        .classificat h3 em {
            display: inline-block;
            width: 3px;
            height: 13px;
            background: #42B14B;
            vertical-align: middle;
            margin-right: 3px;
        }

    .classificat .jointly {
        height: 22px;
        line-height: 22px;
        /*border:1px solid #ddd;*/
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        width: 90%;
        padding: 0 5px;
        display: inline-block;
        font-weight: 600;
        /*background:#f5f5f5;*/
    }

    .classificat ul li .drawer-form-block {
        width: 59%;
    }

        .classificat ul li .drawer-form-block .el-select {
            width: 100%;
        }

    .classificat ul, .scenario {
        width: 100%;
        margin: 13px 0 0 0;
        padding: 0;
        overflow:hidden;
    }

        .classificat ul li {
            width: 50%;
            display:inline-block;
            margin-bottom: 5px;
            display: flex;
            align-items: center;
            height: 30px;
        }

            .classificat ul li span {
                display: inline-block;
                min-width: 72px;
                color: #999;
            }

        .scenario span {
            color: #999;
        }

        .classificat ul li input[type="text"], .classificat ul li select {
            height: 28px;
            line-height: 28px;
            border: 1px solid #ddd;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 70%;
            padding: 0 5px;
        }

        .classificat ul li select {
            width: 73%;
        }

        .classificat ul li label {
            margin-right: 20px;
        }
 .scenario p .el-select{
     width:63%;
     height:30px;
     line-height:30px;
 }
input[type="radio"], input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

.specificat ul li {
    width: 20.3%;
    border:1px solid #eee;
    display:inline-block;
    margin:1%;
    height:auto;
    flex-direction:column;
    justify-content:flex-start;
    padding:0.5% 1.5%;
    border-radius:4px;
    background:#fff;
}


.specificat ul li:nth-child(4n+2){
    margin-left:0;
}
.specificat ul li:nth-child(4n+1){
    margin-right:0;
}
.specificat ul li:nth-child(1){
    margin-left:0;
    margin-right:1% !important;
}
.specificat ul li:nth-child(4){
    margin-right:1%;
}
.specificat ul li:nth-child(5){
    margin-right:0;
    margin-left:1% !important;
}
.specificat ul li h5{
    line-height:30px;
    width:100%;
    font-weight:600;
}

.specificat ul li h5 i{
    float:right;
    position:relative;
}
.specificat ul li h5 i s{
    display:inline-block;
    position:absolute;
    top:100%;
    right:0;
    width:60px;
    border-radius:3px;
    background:#fff;
    box-shadow: 0px 3px 7px 1px rgba(0,0,0,0.16);
    overflow:hidden;
    z-index:9;
}
.specificat ul li h5  s button{
    padding:0;
    margin:0;
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#fff;
}
.specificat ul li h5  s button:nth-child(1){
    border-bottom:1px solid #F1F3F2;
}
.specificat ul li h5 i img{
    width:16px;
    height:16px;
    vertical-align:middle;
}
.specificat ul li h5:first-letter{
    color:#4E55FF;
    font-size:18px;
}
.specificat ul li div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.specificat ul li div p{
    display:flex;
    align-items:center;
    color:#b0b0b0;
}
.specificat ul li .jgsc{
    width:100%;
    display:flex;
    justify-content:space-between;
    background:#F8F8F8;
    padding:0 3px;
    margin:10px 0 6px;  
    height:24px;
    line-height:24px;
}
.specificat ul li .jgsc input{
    width:56px;
    padding-left:6px;
}
.specificat ul li label span{
    color:#333;
}
.specificat ul li .jgsc s{
    padding:0 3px;
}
.specificat ul li p img{
    width:14px;
    height:14px;
    margin-right:3px;
}
.cpsj{
    display:flex;
    justify-content:space-between;
}
.cpsj .cpjbsj{
    width:80%;
    /*height:92px;*/
    background: linear-gradient(131deg, #E7F3FF 0%, #ECEDFF 100%);
    border-radius: 6px;
    position:relative;
}
.major {
    background: linear-gradient(263deg, #fafcff 0%, #e2e4fe 100%);
    border-radius: 12px;
    border: 2px solid #FFFFFF;
    position: relative;
    margin: 24px 20px 10px 24px;
}
.mczs {
    position: absolute;
    height:120%;
    left:-5px;
    bottom:0;
    min-width:140px;
}
.mczs .mc-bg{
    height:100%;
    width:auto;
}
.mczs label{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.mczs p{
    line-height:34px;
    font-weight:600;
}
.mczs label img{
    width:40px;
    height:40px;
}
.major ol{
    margin-left:180px;
    height:76px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.major ol li{
    width:20%;
    display:inline-block;
}
.major ol li:nth-child(1){
    width:33%;
    border-right:1px solid #D1D1D1;
    margin-right:5%;
}
.major ol li span{
    font-weight:400;
    color:#4F4F4F;
}
.major ol li p{
    color:#B0B0B0;
}
.major ol li strong{
    font-size:18px;
    font-weight:600;
    line-height:30px;
}
.stylename {
    width: 18%;
    margin-left: 2%;
    background: linear-gradient(229deg, #DFE1FF 0%, #E8F3FF 100%);
    border-radius: 6px;
    position:relative;
}
.stylename span{
    display:flex;
    justify-content:space-between;
    line-height:30px;
    padding:0 5%;
    position:relative;
}
.stylename span s{
    color:#4E55FF;
    height:24px;
    background:none;
    text-decoration:underline;
    cursor:pointer;position:absolute;
    top:0;
    right:0;
}
.stylename span s img{
    width:26px;
    height:26px;
}
.classificat .stylename label,.stylename .drawer-form-block {
    font-size: 16px;
    font-weight: 600;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
}
.stylename .drawer-form-block{
    width:98%;
    margin:0 1%;
    background:none;
    
}
.stylename .drawer-form-block input{
    background:none;
    font-weight:600;
    border:none;
    color:#333;
    width:100%;
    height:30px;
    line-height:30px;
    border-radius:2px;
    padding:0 4px;
}
.handle {
    width: 87%;
    margin-left: 13%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .handle .btn-xk {
        color: #42B14B;
        border-color: #42B14B;
    }

    .handle .bs {
        background: #4E55FF;
        margin-left: 10px;
    }

    .handle .btn-xk {
        color: #333;
        background:#fff;
        border-color: #E6E8EE;
    }
.biaoqian {
    border: 1px solid #EFEFEF;
}
.scenario ol {
    display: flex;
    white-space: nowrap;
}

    .scenario ol li {
        width: 19.8%;
        float: left;
        border-right:1px solid #EFEFEF;
        text-align: center;
        background: #F5F5F5;
        height: 36px;
        line-height: 36px;
    }

        .scenario ol li:nth-child(1) {
            margin-left: 0;
        }

        .scenario ol li:nth-last-child(1) {
            border-right: none;
        }

        .scenario ol li.curr {
            /*background: #DEDEFF;*/
            background: #DEDEFF;
        }

.shuoming {
    padding-bottom: 20px;
}

    .shuoming textarea {
        width: 62%;
        height: 40px;
        line-height: 20px;
        padding: 3px;
        vertical-align: top;
        border-color: #dddddd;
    }
.scenario .buxuan li{
}
.tbl-list {
    background: #fff;
    padding: 6px 0;
    display: inline-block;
    width: 100%;
}
.tbl-list ol li{
    height:auto;
    background:none;
    line-height:26px;
    color:#4F4F4F;
    border-right:1px solid #EFEFEF;
}
.tbl-list ol li:nth-last-child(1) {
    border-right: none;
}
.tbl-list ol li p span{
    font-size:8px;
    color:#4E55FF;
    margin-right:3px;
}
    .tbl-list ul {
        border: none;
        width: 98%;
        margin: 0;
        padding: 0 1%;
    }

        .tbl-list ul li {
            width: 14.2%;
            float: left;
            height: 24px;
        }

            .tbl-list ul li input[type="checkbox"] {
                margin-right: 3px;
            }

.tulist {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.tulist .quote{
    position:absolute;
    top:0px;
    right:0px;
    background:#4E55FF;
    color:#fff;
    border-radius:3px;
    height:16px;
    min-width:16px;
    line-height:16px;
    padding:0;
    text-align:center;
    z-index:100;
    cursor:pointer;
}
    .tulist .quote p {
        width: 160%;
        height: auto;
        padding: 5px;
        position: absolute;
        top: 102%;
        background: #fff;
        color: #333;
        display: none;
        box-shadow: 0 0 6px -2px black;
        width: 100px;
        white-space: pre-wrap;
    }
    .tulist .quote:hover p {
        display: block;
    }
    .tulist .quote p i {
        display: inline-block;
        width: 12px;
        height: 12px;
        line-height: 12px;
        color: #42B14B;
        border: 1px solid #42B14B;
        border-radius: 50%;
        margin-right: 4px;
    }
.tulist ol li, .tzarea {
    width: 90px;
    height: 90px;
    border: 1px dashed #ddd;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-right: 20px;
    cursor:pointer;
    border-radius:3px;
    overflow:hidden;

}

        .tulist ol li .wutu {
            width: 30px;
            height: 30px;
        }

        .tulist ol li span {
            display: block;
        }

        .tulist ol li p {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

        .tulist ol li > img {
            border: none;
            position: absolute;
            top: 0;
            left: 0;
        }

        .tulist ol li p img {
            width: 100%;
            height: 100%;
        }

        .tulist ol li input[type="file"], .tulist .tzarea input[type="file"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 9;
            border: none;
        }

        .tulist ol li label {
            width: 100%;
            height: 18px;
            line-height: 18px;
            /*border: 1px solid #eee;*/
            /*-webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;*/
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            background: rgba(0,0,0,0.4);
            color:#fff;
            z-index: 90;
            display: none;
        }

        .tulist ol li.main label {
            display: block !important;
        }
.tulist ol li.main label img{
    width:14px;
    height:14px;
    margin-right:2px;
    vertical-align:middle;
}
        .tulist ol li em {
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(0,0,0,0.4);
            color: #fff;
            width: 100%;
            height: 100%;
            display:flex;
            flex-direction:column;
            text-align: center;
            justify-content:center;
            z-index: 99;
            display:inline-block;
            display: none;
        }

        .tulist ol li.main em {
            display: none !important;
        }

    .tulist ol li:hover em {
        display: flex;
        cursor: pointer;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .tulist ol li:hover em.between-position {
            justify-content: space-between;
        }

        .tulist ol li:hover em.center-position {
            justify-content: center;
        }

        /*.tulist ol li button {
            width: 16px;
            height: 16px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: rgba(0,0,0,0.5);
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;*/
            /*position: absolute;
            top: 0px;
            right: 0px;*/
            /*z-index: 9;
        }*/
.tulist ol li button{
    background:none;
    margin:5px 0;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tulist ol li button img{
    width:14px;
    height:14px;
    vertical-align:middle;
    margin-right:2px;
}
.dgtp {
    
    position:relative;
}
.tuozhuai {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #F8F8F8;
    padding: 10px 10px 20px;
    margin-bottom:20px;
}

.dgtp .tzarea {
    width: 98%;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background:rgba(255,255,255,0.7);
    z-index:99;
}
.picturearea{
    width:69%;
}
.tulist .tzarea .wutu {
    width: 50px;
    height: auto;
}

.dgtp .tzarea span {
    background: none;
    color: #666;
    font-size: 22px;
    font-weight: 600;
}
.dgtp .tzarea input{
    width:90%;
}
.dgtp .tzarea button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: none;
}
.ruledesc {
    width: 27%;
    margin-left: 2%;
    padding-top: 10px;
}
    /*.ruledesc button{
    background:#E3F3E4;
    color:#42B14B;
    border:1px solid #42B14B;
    height:30px;
    line-height:30px;
    padding:0 20px;
}*/
    .ruledesc h5 {
        padding: 3% 0;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .ruledesc p {
        color: #B0B0B0;
        line-height: 18px;
    }

.el-input {
    font-size: 12px;
}

.v-modal {
    display: none !important;
}
.el-select{
    width:100%;
}
.el-select .el-input .el-select__caret {
    line-height: 28px;
}

.el-drawer__open .el-drawer.rtl {
    position: initial;
    width: 100% !important;
}

.el-drawer__body {
    width: 100%;
}

.classificat ul li .el-select > .el-input input[type="text"] {
    width: 100%;
}

.classificat ul li .el-select > .el-input span {
    min-width: 30px;
    display: flex;
    align-items: center;
}

.el-select-dropdown__item.selected {
    color: #4E55FF !important;
}
.stylename .drawer-form-block input {
    border: 1px solid #EFEFEF !important;
    background: #fff !important;
}
.el-range-editor.is-active, .el-range-editor.is-active:hover, .el-select .el-input.is-focus .el-input__inner {
    border: 1px solid #EFEFEF !important;
    background: #fff !important;
    width:100%;
}
.el-input__inner {
    height: 32px !important;
    line-height: 32px !important;
}
.el-form-item {
    margin-bottom: 0 !important;
}
.el-pager li:hover, .el-pagination .btn-next .el-icon:hover {
    color: #333 !important;
}
.el-pager li.active {
    color: #4E55FF !important;
}

.el-dialog .el-dialog__header{
    border-bottom:1px solid #eee;
    padding:15px 20px;
    height:22px;
    line-height:22px;
}
.el-dialog .el-dialog__header .el-dialog__headerbtn{
   height:22px;
    line-height:20px;
}
.dialog-footer .el-button{
    height:34px;
    line-height:34px;
    padding:0 16px;
}
.dialog-footer .el-button:focus, .dialog-footer .el-button:hover {
    color: #4E55FF;
    border-color: #4E55FF;
    background-color: #fff;
}
.dialog-footer .el-button--primary:focus, .dialog-footer .el-button--primary:hover {
    background: #4E55FF;
    border-color: #4E55FF;
    color: #fff;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close{
    color:#42B14B;
}
.dialog-footer .el-button--primary {
    background: #4E55FF;
    border-color: #4E55FF;
}
.group-images-list .group-image-item.checked {
    border: 1px solid #4E55FF;
    box-shadow: 0px 2px 10px rgba(66, 177, 75,0.2);
}

.group-image-item .check-box {
    width: 20px;
    height: 20px;
    right: 2px;
    top: 2px;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.3);
    border-radius:2px;
}
.group-image-item.checked .check-box {
    width: 20px;
    height: 20px;
}
.group-image-item.checked .check-box:after{
    font-size:8px;
    font-weight:400;
    line-height:20px;
}
.el-dialog__body{
    padding-top:10px;
}
.group-images-box {
    display: flex;
}
.group-images-box .yts{
    width:18%;
    display:inline-block;
    font-size:12px;
    border-right:1px solid #eee;
}
.group-images-box .yts h1{
    width:90%;
    padding:0 5%;
    color:#4E55FF;
}
.group-images-box .yts span{
    display:block;
    width:90%;
    padding:0 5%;
}
.group-images-box .group-images-list{
    width:81%;
    margin-left:0.5%;
    display:inline-block;
}
.group-images-list .group-image-item{
   display:inline-block;
   margin:0 20px 20px 0;
   border:1px solid #eee;
   border-radius:5px;
   overflow:hidden;
}
.el-message {
    /*top: 60px !important;*/
    margin-top: 42px !important;
}
.el-message--success {
    background: rgba(78, 85, 255, 0.1) !important;
    border: 1px solid rgba(78, 85, 255, 0.2)!important;
}
.el-message--success .el-message__content,.el-message .el-icon-success{
    color:#4E55FF !important;
}